chromium/out/Default/gen/third_party/openscreen/src/cast/common/certificate/proto/revocation.pb.h

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_revocation_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_revocation_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
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_revocation_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_revocation_2eproto {};
namespace openscreen {
namespace cast {
namespace proto {
class Crl;
struct CrlDefaultTypeInternal;
extern CrlDefaultTypeInternal _Crl_default_instance_;
class CrlBundle;
struct CrlBundleDefaultTypeInternal;
extern CrlBundleDefaultTypeInternal _CrlBundle_default_instance_;
class SerialNumberRange;
struct SerialNumberRangeDefaultTypeInternal;
extern SerialNumberRangeDefaultTypeInternal _SerialNumberRange_default_instance_;
class TbsCrl;
struct TbsCrlDefaultTypeInternal;
extern TbsCrlDefaultTypeInternal _TbsCrl_default_instance_;
}  // namespace proto
}  // namespace cast
}  // namespace openscreen
PROTOBUF_NAMESPACE_OPEN
template<> ::openscreen::cast::proto::Crl* Arena::CreateMaybeMessage<::openscreen::cast::proto::Crl>(Arena*);
template<> ::openscreen::cast::proto::CrlBundle* Arena::CreateMaybeMessage<::openscreen::cast::proto::CrlBundle>(Arena*);
template<> ::openscreen::cast::proto::SerialNumberRange* Arena::CreateMaybeMessage<::openscreen::cast::proto::SerialNumberRange>(Arena*);
template<> ::openscreen::cast::proto::TbsCrl* Arena::CreateMaybeMessage<::openscreen::cast::proto::TbsCrl>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace openscreen {
namespace cast {
namespace proto {

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

class CrlBundle final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:openscreen.cast.proto.CrlBundle) */ {};
// -------------------------------------------------------------------

class Crl final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:openscreen.cast.proto.Crl) */ {};
// -------------------------------------------------------------------

class TbsCrl final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:openscreen.cast.proto.TbsCrl) */ {};
// -------------------------------------------------------------------

class SerialNumberRange final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:openscreen.cast.proto.SerialNumberRange) */ {};
// ===================================================================


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

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

// repeated .openscreen.cast.proto.Crl crls = 1;
inline int CrlBundle::_internal_crls_size() const {}
inline int CrlBundle::crls_size() const {}
inline void CrlBundle::clear_crls() {}
inline ::openscreen::cast::proto::Crl* CrlBundle::mutable_crls(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::openscreen::cast::proto::Crl >*
CrlBundle::mutable_crls() {}
inline const ::openscreen::cast::proto::Crl& CrlBundle::_internal_crls(int index) const {}
inline const ::openscreen::cast::proto::Crl& CrlBundle::crls(int index) const {}
inline ::openscreen::cast::proto::Crl* CrlBundle::_internal_add_crls() {}
inline ::openscreen::cast::proto::Crl* CrlBundle::add_crls() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::openscreen::cast::proto::Crl >&
CrlBundle::crls() const {}

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

// Crl

// optional bytes tbs_crl = 1;
inline bool Crl::_internal_has_tbs_crl() const {}
inline bool Crl::has_tbs_crl() const {}
inline void Crl::clear_tbs_crl() {}
inline const std::string& Crl::tbs_crl() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void Crl::set_tbs_crl(ArgT0&& arg0, ArgT... args) {}
inline std::string* Crl::mutable_tbs_crl() {}
inline const std::string& Crl::_internal_tbs_crl() const {}
inline void Crl::_internal_set_tbs_crl(const std::string& value) {}
inline std::string* Crl::_internal_mutable_tbs_crl() {}
inline std::string* Crl::release_tbs_crl() {}
inline void Crl::set_allocated_tbs_crl(std::string* tbs_crl) {}

// optional bytes signer_cert = 2;
inline bool Crl::_internal_has_signer_cert() const {}
inline bool Crl::has_signer_cert() const {}
inline void Crl::clear_signer_cert() {}
inline const std::string& Crl::signer_cert() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void Crl::set_signer_cert(ArgT0&& arg0, ArgT... args) {}
inline std::string* Crl::mutable_signer_cert() {}
inline const std::string& Crl::_internal_signer_cert() const {}
inline void Crl::_internal_set_signer_cert(const std::string& value) {}
inline std::string* Crl::_internal_mutable_signer_cert() {}
inline std::string* Crl::release_signer_cert() {}
inline void Crl::set_allocated_signer_cert(std::string* signer_cert) {}

// optional bytes signature = 3;
inline bool Crl::_internal_has_signature() const {}
inline bool Crl::has_signature() const {}
inline void Crl::clear_signature() {}
inline const std::string& Crl::signature() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void Crl::set_signature(ArgT0&& arg0, ArgT... args) {}
inline std::string* Crl::mutable_signature() {}
inline const std::string& Crl::_internal_signature() const {}
inline void Crl::_internal_set_signature(const std::string& value) {}
inline std::string* Crl::_internal_mutable_signature() {}
inline std::string* Crl::release_signature() {}
inline void Crl::set_allocated_signature(std::string* signature) {}

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

// TbsCrl

// optional uint64 version = 1 [default = 0];
inline bool TbsCrl::_internal_has_version() const {}
inline bool TbsCrl::has_version() const {}
inline void TbsCrl::clear_version() {}
inline uint64_t TbsCrl::_internal_version() const {}
inline uint64_t TbsCrl::version() const {}
inline void TbsCrl::_internal_set_version(uint64_t value) {}
inline void TbsCrl::set_version(uint64_t value) {}

// optional uint64 not_before_seconds = 2;
inline bool TbsCrl::_internal_has_not_before_seconds() const {}
inline bool TbsCrl::has_not_before_seconds() const {}
inline void TbsCrl::clear_not_before_seconds() {}
inline uint64_t TbsCrl::_internal_not_before_seconds() const {}
inline uint64_t TbsCrl::not_before_seconds() const {}
inline void TbsCrl::_internal_set_not_before_seconds(uint64_t value) {}
inline void TbsCrl::set_not_before_seconds(uint64_t value) {}

// optional uint64 not_after_seconds = 3;
inline bool TbsCrl::_internal_has_not_after_seconds() const {}
inline bool TbsCrl::has_not_after_seconds() const {}
inline void TbsCrl::clear_not_after_seconds() {}
inline uint64_t TbsCrl::_internal_not_after_seconds() const {}
inline uint64_t TbsCrl::not_after_seconds() const {}
inline void TbsCrl::_internal_set_not_after_seconds(uint64_t value) {}
inline void TbsCrl::set_not_after_seconds(uint64_t value) {}

// repeated bytes revoked_public_key_hashes = 4;
inline int TbsCrl::_internal_revoked_public_key_hashes_size() const {}
inline int TbsCrl::revoked_public_key_hashes_size() const {}
inline void TbsCrl::clear_revoked_public_key_hashes() {}
inline std::string* TbsCrl::add_revoked_public_key_hashes() {}
inline const std::string& TbsCrl::_internal_revoked_public_key_hashes(int index) const {}
inline const std::string& TbsCrl::revoked_public_key_hashes(int index) const {}
inline std::string* TbsCrl::mutable_revoked_public_key_hashes(int index) {}
inline void TbsCrl::set_revoked_public_key_hashes(int index, const std::string& value) {}
inline void TbsCrl::set_revoked_public_key_hashes(int index, std::string&& value) {}
inline void TbsCrl::set_revoked_public_key_hashes(int index, const char* value) {}
inline void TbsCrl::set_revoked_public_key_hashes(int index, const void* value, size_t size) {}
inline std::string* TbsCrl::_internal_add_revoked_public_key_hashes() {}
inline void TbsCrl::add_revoked_public_key_hashes(const std::string& value) {}
inline void TbsCrl::add_revoked_public_key_hashes(std::string&& value) {}
inline void TbsCrl::add_revoked_public_key_hashes(const char* value) {}
inline void TbsCrl::add_revoked_public_key_hashes(const void* value, size_t size) {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>&
TbsCrl::revoked_public_key_hashes() const {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>*
TbsCrl::mutable_revoked_public_key_hashes() {}

// repeated .openscreen.cast.proto.SerialNumberRange revoked_serial_number_ranges = 5;
inline int TbsCrl::_internal_revoked_serial_number_ranges_size() const {}
inline int TbsCrl::revoked_serial_number_ranges_size() const {}
inline void TbsCrl::clear_revoked_serial_number_ranges() {}
inline ::openscreen::cast::proto::SerialNumberRange* TbsCrl::mutable_revoked_serial_number_ranges(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::openscreen::cast::proto::SerialNumberRange >*
TbsCrl::mutable_revoked_serial_number_ranges() {}
inline const ::openscreen::cast::proto::SerialNumberRange& TbsCrl::_internal_revoked_serial_number_ranges(int index) const {}
inline const ::openscreen::cast::proto::SerialNumberRange& TbsCrl::revoked_serial_number_ranges(int index) const {}
inline ::openscreen::cast::proto::SerialNumberRange* TbsCrl::_internal_add_revoked_serial_number_ranges() {}
inline ::openscreen::cast::proto::SerialNumberRange* TbsCrl::add_revoked_serial_number_ranges() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::openscreen::cast::proto::SerialNumberRange >&
TbsCrl::revoked_serial_number_ranges() const {}

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

// SerialNumberRange

// optional bytes issuer_public_key_hash = 1;
inline bool SerialNumberRange::_internal_has_issuer_public_key_hash() const {}
inline bool SerialNumberRange::has_issuer_public_key_hash() const {}
inline void SerialNumberRange::clear_issuer_public_key_hash() {}
inline const std::string& SerialNumberRange::issuer_public_key_hash() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void SerialNumberRange::set_issuer_public_key_hash(ArgT0&& arg0, ArgT... args) {}
inline std::string* SerialNumberRange::mutable_issuer_public_key_hash() {}
inline const std::string& SerialNumberRange::_internal_issuer_public_key_hash() const {}
inline void SerialNumberRange::_internal_set_issuer_public_key_hash(const std::string& value) {}
inline std::string* SerialNumberRange::_internal_mutable_issuer_public_key_hash() {}
inline std::string* SerialNumberRange::release_issuer_public_key_hash() {}
inline void SerialNumberRange::set_allocated_issuer_public_key_hash(std::string* issuer_public_key_hash) {}

// optional uint64 first_serial_number = 2;
inline bool SerialNumberRange::_internal_has_first_serial_number() const {}
inline bool SerialNumberRange::has_first_serial_number() const {}
inline void SerialNumberRange::clear_first_serial_number() {}
inline uint64_t SerialNumberRange::_internal_first_serial_number() const {}
inline uint64_t SerialNumberRange::first_serial_number() const {}
inline void SerialNumberRange::_internal_set_first_serial_number(uint64_t value) {}
inline void SerialNumberRange::set_first_serial_number(uint64_t value) {}

// optional uint64 last_serial_number = 3;
inline bool SerialNumberRange::_internal_has_last_serial_number() const {}
inline bool SerialNumberRange::has_last_serial_number() const {}
inline void SerialNumberRange::clear_last_serial_number() {}
inline uint64_t SerialNumberRange::_internal_last_serial_number() const {}
inline uint64_t SerialNumberRange::last_serial_number() const {}
inline void SerialNumberRange::_internal_set_last_serial_number(uint64_t value) {}
inline void SerialNumberRange::set_last_serial_number(uint64_t value) {}

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

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

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


// @@protoc_insertion_point(namespace_scope)

}  // namespace proto
}  // namespace cast
}  // namespace openscreen

// @@protoc_insertion_point(global_scope)

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