chromium/out/Default/gen/chrome/browser/net/key_pinning.pb.h

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: key_pinning.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_key_5fpinning_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_key_5fpinning_2eproto

#include <limits>
#include <string>

#include <google/protobuf/port_def.inc>
#if PROTOBUF_VERSION < 3021000
#error This file was generated by a newer version of protoc which is
#error incompatible with your Protocol Buffer headers. Please update
#error your headers.
#endif
#if 3021012 < PROTOBUF_MIN_PROTOC_VERSION
#error This file was generated by an older version of protoc which is
#error incompatible with your Protocol Buffer headers. Please
#error regenerate this file with a newer version of protoc.
#endif

#include <google/protobuf/port_undef.inc>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/metadata_lite.h>
#include <google/protobuf/message_lite.h>
#include <google/protobuf/repeated_field.h>  // IWYU pragma: export
#include <google/protobuf/extension_set.h>  // IWYU pragma: export
#include "kp_timestamp.pb.h"
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_key_5fpinning_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_key_5fpinning_2eproto {};
namespace chrome_browser_key_pinning {
class PinList;
struct PinListDefaultTypeInternal;
extern PinListDefaultTypeInternal _PinList_default_instance_;
class PinSet;
struct PinSetDefaultTypeInternal;
extern PinSetDefaultTypeInternal _PinSet_default_instance_;
class PinSetInfo;
struct PinSetInfoDefaultTypeInternal;
extern PinSetInfoDefaultTypeInternal _PinSetInfo_default_instance_;
}  // namespace chrome_browser_key_pinning
PROTOBUF_NAMESPACE_OPEN
template<> ::chrome_browser_key_pinning::PinList* Arena::CreateMaybeMessage<::chrome_browser_key_pinning::PinList>(Arena*);
template<> ::chrome_browser_key_pinning::PinSet* Arena::CreateMaybeMessage<::chrome_browser_key_pinning::PinSet>(Arena*);
template<> ::chrome_browser_key_pinning::PinSetInfo* Arena::CreateMaybeMessage<::chrome_browser_key_pinning::PinSetInfo>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace chrome_browser_key_pinning {

// ===================================================================

class PinSet final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:chrome_browser_key_pinning.PinSet) */ {};
// -------------------------------------------------------------------

class PinSetInfo final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:chrome_browser_key_pinning.PinSetInfo) */ {};
// -------------------------------------------------------------------

class PinList final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:chrome_browser_key_pinning.PinList) */ {};
// ===================================================================


// ===================================================================

#ifdef __GNUC__
  #pragma GCC diagnostic push
  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif  // __GNUC__
// PinSet

// string name = 1;
inline void PinSet::clear_name() {}
inline const std::string& PinSet::name() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void PinSet::set_name(ArgT0&& arg0, ArgT... args) {}
inline std::string* PinSet::mutable_name() {}
inline const std::string& PinSet::_internal_name() const {}
inline void PinSet::_internal_set_name(const std::string& value) {}
inline std::string* PinSet::_internal_mutable_name() {}
inline std::string* PinSet::release_name() {}
inline void PinSet::set_allocated_name(std::string* name) {}

// repeated bytes static_spki_hashes_sha256 = 2;
inline int PinSet::_internal_static_spki_hashes_sha256_size() const {}
inline int PinSet::static_spki_hashes_sha256_size() const {}
inline void PinSet::clear_static_spki_hashes_sha256() {}
inline std::string* PinSet::add_static_spki_hashes_sha256() {}
inline const std::string& PinSet::_internal_static_spki_hashes_sha256(int index) const {}
inline const std::string& PinSet::static_spki_hashes_sha256(int index) const {}
inline std::string* PinSet::mutable_static_spki_hashes_sha256(int index) {}
inline void PinSet::set_static_spki_hashes_sha256(int index, const std::string& value) {}
inline void PinSet::set_static_spki_hashes_sha256(int index, std::string&& value) {}
inline void PinSet::set_static_spki_hashes_sha256(int index, const char* value) {}
inline void PinSet::set_static_spki_hashes_sha256(int index, const void* value, size_t size) {}
inline std::string* PinSet::_internal_add_static_spki_hashes_sha256() {}
inline void PinSet::add_static_spki_hashes_sha256(const std::string& value) {}
inline void PinSet::add_static_spki_hashes_sha256(std::string&& value) {}
inline void PinSet::add_static_spki_hashes_sha256(const char* value) {}
inline void PinSet::add_static_spki_hashes_sha256(const void* value, size_t size) {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>&
PinSet::static_spki_hashes_sha256() const {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>*
PinSet::mutable_static_spki_hashes_sha256() {}

// repeated bytes bad_static_spki_hashes_sha256 = 3;
inline int PinSet::_internal_bad_static_spki_hashes_sha256_size() const {}
inline int PinSet::bad_static_spki_hashes_sha256_size() const {}
inline void PinSet::clear_bad_static_spki_hashes_sha256() {}
inline std::string* PinSet::add_bad_static_spki_hashes_sha256() {}
inline const std::string& PinSet::_internal_bad_static_spki_hashes_sha256(int index) const {}
inline const std::string& PinSet::bad_static_spki_hashes_sha256(int index) const {}
inline std::string* PinSet::mutable_bad_static_spki_hashes_sha256(int index) {}
inline void PinSet::set_bad_static_spki_hashes_sha256(int index, const std::string& value) {}
inline void PinSet::set_bad_static_spki_hashes_sha256(int index, std::string&& value) {}
inline void PinSet::set_bad_static_spki_hashes_sha256(int index, const char* value) {}
inline void PinSet::set_bad_static_spki_hashes_sha256(int index, const void* value, size_t size) {}
inline std::string* PinSet::_internal_add_bad_static_spki_hashes_sha256() {}
inline void PinSet::add_bad_static_spki_hashes_sha256(const std::string& value) {}
inline void PinSet::add_bad_static_spki_hashes_sha256(std::string&& value) {}
inline void PinSet::add_bad_static_spki_hashes_sha256(const char* value) {}
inline void PinSet::add_bad_static_spki_hashes_sha256(const void* value, size_t size) {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>&
PinSet::bad_static_spki_hashes_sha256() const {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>*
PinSet::mutable_bad_static_spki_hashes_sha256() {}

// string report_uri = 4;
inline void PinSet::clear_report_uri() {}
inline const std::string& PinSet::report_uri() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void PinSet::set_report_uri(ArgT0&& arg0, ArgT... args) {}
inline std::string* PinSet::mutable_report_uri() {}
inline const std::string& PinSet::_internal_report_uri() const {}
inline void PinSet::_internal_set_report_uri(const std::string& value) {}
inline std::string* PinSet::_internal_mutable_report_uri() {}
inline std::string* PinSet::release_report_uri() {}
inline void PinSet::set_allocated_report_uri(std::string* report_uri) {}

// -------------------------------------------------------------------

// PinSetInfo

// string hostname = 1;
inline void PinSetInfo::clear_hostname() {}
inline const std::string& PinSetInfo::hostname() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void PinSetInfo::set_hostname(ArgT0&& arg0, ArgT... args) {}
inline std::string* PinSetInfo::mutable_hostname() {}
inline const std::string& PinSetInfo::_internal_hostname() const {}
inline void PinSetInfo::_internal_set_hostname(const std::string& value) {}
inline std::string* PinSetInfo::_internal_mutable_hostname() {}
inline std::string* PinSetInfo::release_hostname() {}
inline void PinSetInfo::set_allocated_hostname(std::string* hostname) {}

// string pinset_name = 2;
inline void PinSetInfo::clear_pinset_name() {}
inline const std::string& PinSetInfo::pinset_name() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void PinSetInfo::set_pinset_name(ArgT0&& arg0, ArgT... args) {}
inline std::string* PinSetInfo::mutable_pinset_name() {}
inline const std::string& PinSetInfo::_internal_pinset_name() const {}
inline void PinSetInfo::_internal_set_pinset_name(const std::string& value) {}
inline std::string* PinSetInfo::_internal_mutable_pinset_name() {}
inline std::string* PinSetInfo::release_pinset_name() {}
inline void PinSetInfo::set_allocated_pinset_name(std::string* pinset_name) {}

// bool include_subdomains = 3;
inline void PinSetInfo::clear_include_subdomains() {}
inline bool PinSetInfo::_internal_include_subdomains() const {}
inline bool PinSetInfo::include_subdomains() const {}
inline void PinSetInfo::_internal_set_include_subdomains(bool value) {}
inline void PinSetInfo::set_include_subdomains(bool value) {}

// -------------------------------------------------------------------

// PinList

// .chrome_browser_key_pinning.KPTimestamp timestamp = 1;
inline bool PinList::_internal_has_timestamp() const {}
inline bool PinList::has_timestamp() const {}
inline const ::chrome_browser_key_pinning::KPTimestamp& PinList::_internal_timestamp() const {}
inline const ::chrome_browser_key_pinning::KPTimestamp& PinList::timestamp() const {}
inline void PinList::unsafe_arena_set_allocated_timestamp(
    ::chrome_browser_key_pinning::KPTimestamp* timestamp) {}
inline ::chrome_browser_key_pinning::KPTimestamp* PinList::release_timestamp() {}
inline ::chrome_browser_key_pinning::KPTimestamp* PinList::unsafe_arena_release_timestamp() {}
inline ::chrome_browser_key_pinning::KPTimestamp* PinList::_internal_mutable_timestamp() {}
inline ::chrome_browser_key_pinning::KPTimestamp* PinList::mutable_timestamp() {}
inline void PinList::set_allocated_timestamp(::chrome_browser_key_pinning::KPTimestamp* timestamp) {}

// uint64 compatibility_version = 2;
inline void PinList::clear_compatibility_version() {}
inline uint64_t PinList::_internal_compatibility_version() const {}
inline uint64_t PinList::compatibility_version() const {}
inline void PinList::_internal_set_compatibility_version(uint64_t value) {}
inline void PinList::set_compatibility_version(uint64_t value) {}

// repeated .chrome_browser_key_pinning.PinSet pinsets = 3;
inline int PinList::_internal_pinsets_size() const {}
inline int PinList::pinsets_size() const {}
inline void PinList::clear_pinsets() {}
inline ::chrome_browser_key_pinning::PinSet* PinList::mutable_pinsets(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::chrome_browser_key_pinning::PinSet >*
PinList::mutable_pinsets() {}
inline const ::chrome_browser_key_pinning::PinSet& PinList::_internal_pinsets(int index) const {}
inline const ::chrome_browser_key_pinning::PinSet& PinList::pinsets(int index) const {}
inline ::chrome_browser_key_pinning::PinSet* PinList::_internal_add_pinsets() {}
inline ::chrome_browser_key_pinning::PinSet* PinList::add_pinsets() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::chrome_browser_key_pinning::PinSet >&
PinList::pinsets() const {}

// repeated .chrome_browser_key_pinning.PinSetInfo host_pins = 4;
inline int PinList::_internal_host_pins_size() const {}
inline int PinList::host_pins_size() const {}
inline void PinList::clear_host_pins() {}
inline ::chrome_browser_key_pinning::PinSetInfo* PinList::mutable_host_pins(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::chrome_browser_key_pinning::PinSetInfo >*
PinList::mutable_host_pins() {}
inline const ::chrome_browser_key_pinning::PinSetInfo& PinList::_internal_host_pins(int index) const {}
inline const ::chrome_browser_key_pinning::PinSetInfo& PinList::host_pins(int index) const {}
inline ::chrome_browser_key_pinning::PinSetInfo* PinList::_internal_add_host_pins() {}
inline ::chrome_browser_key_pinning::PinSetInfo* PinList::add_host_pins() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::chrome_browser_key_pinning::PinSetInfo >&
PinList::host_pins() const {}

#ifdef __GNUC__
  #pragma GCC diagnostic pop
#endif  // __GNUC__
// -------------------------------------------------------------------

// -------------------------------------------------------------------


// @@protoc_insertion_point(namespace_scope)

}  // namespace chrome_browser_key_pinning

// @@protoc_insertion_point(global_scope)

#include <google/protobuf/port_undef.inc>
#endif  // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_key_5fpinning_2eproto