#ifndef GOOGLE_PROTOBUF_INCLUDED_gcm_5fencryption_5fdata_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_gcm_5fencryption_5fdata_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>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/generated_enum_util.h>
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_gcm_5fencryption_5fdata_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}
PROTOBUF_NAMESPACE_CLOSE
struct TableStruct_gcm_5fencryption_5fdata_2eproto { … };
namespace gcm {
class EncryptionData;
struct EncryptionDataDefaultTypeInternal;
extern EncryptionDataDefaultTypeInternal _EncryptionData_default_instance_;
class KeyPair;
struct KeyPairDefaultTypeInternal;
extern KeyPairDefaultTypeInternal _KeyPair_default_instance_;
}
PROTOBUF_NAMESPACE_OPEN
template<> ::gcm::EncryptionData* Arena::CreateMaybeMessage<::gcm::EncryptionData>(Arena*);
template<> ::gcm::KeyPair* Arena::CreateMaybeMessage<::gcm::KeyPair>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace gcm {
enum KeyPair_KeyType : int { … };
bool KeyPair_KeyType_IsValid(int value);
constexpr KeyPair_KeyType KeyPair_KeyType_KeyType_MIN = …;
constexpr KeyPair_KeyType KeyPair_KeyType_KeyType_MAX = …;
constexpr int KeyPair_KeyType_KeyType_ARRAYSIZE = …;
const std::string& KeyPair_KeyType_Name(KeyPair_KeyType value);
template<typename T>
inline const std::string& KeyPair_KeyType_Name(T enum_t_value) { … }
bool KeyPair_KeyType_Parse(
::PROTOBUF_NAMESPACE_ID::ConstStringParam name, KeyPair_KeyType* value);
class KeyPair final :
public ::PROTOBUF_NAMESPACE_ID::MessageLite { … };
class EncryptionData final :
public ::PROTOBUF_NAMESPACE_ID::MessageLite { … };
#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif
inline bool KeyPair::_internal_has_type() const { … }
inline bool KeyPair::has_type() const { … }
inline void KeyPair::clear_type() { … }
inline ::gcm::KeyPair_KeyType KeyPair::_internal_type() const { … }
inline ::gcm::KeyPair_KeyType KeyPair::type() const { … }
inline void KeyPair::_internal_set_type(::gcm::KeyPair_KeyType value) { … }
inline void KeyPair::set_type(::gcm::KeyPair_KeyType value) { … }
inline bool KeyPair::_internal_has_private_key() const { … }
inline bool KeyPair::has_private_key() const { … }
inline void KeyPair::clear_private_key() { … }
inline const std::string& KeyPair::private_key() const { … }
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void KeyPair::set_private_key(ArgT0&& arg0, ArgT... args) { … }
inline std::string* KeyPair::mutable_private_key() { … }
inline const std::string& KeyPair::_internal_private_key() const { … }
inline void KeyPair::_internal_set_private_key(const std::string& value) { … }
inline std::string* KeyPair::_internal_mutable_private_key() { … }
inline std::string* KeyPair::release_private_key() { … }
inline void KeyPair::set_allocated_private_key(std::string* private_key) { … }
inline bool KeyPair::_internal_has_public_key() const { … }
inline bool KeyPair::has_public_key() const { … }
inline void KeyPair::clear_public_key() { … }
inline const std::string& KeyPair::public_key() const { … }
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void KeyPair::set_public_key(ArgT0&& arg0, ArgT... args) { … }
inline std::string* KeyPair::mutable_public_key() { … }
inline const std::string& KeyPair::_internal_public_key() const { … }
inline void KeyPair::_internal_set_public_key(const std::string& value) { … }
inline std::string* KeyPair::_internal_mutable_public_key() { … }
inline std::string* KeyPair::release_public_key() { … }
inline void KeyPair::set_allocated_public_key(std::string* public_key) { … }
inline bool EncryptionData::_internal_has_app_id() const { … }
inline bool EncryptionData::has_app_id() const { … }
inline void EncryptionData::clear_app_id() { … }
inline const std::string& EncryptionData::app_id() const { … }
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void EncryptionData::set_app_id(ArgT0&& arg0, ArgT... args) { … }
inline std::string* EncryptionData::mutable_app_id() { … }
inline const std::string& EncryptionData::_internal_app_id() const { … }
inline void EncryptionData::_internal_set_app_id(const std::string& value) { … }
inline std::string* EncryptionData::_internal_mutable_app_id() { … }
inline std::string* EncryptionData::release_app_id() { … }
inline void EncryptionData::set_allocated_app_id(std::string* app_id) { … }
inline bool EncryptionData::_internal_has_authorized_entity() const { … }
inline bool EncryptionData::has_authorized_entity() const { … }
inline void EncryptionData::clear_authorized_entity() { … }
inline const std::string& EncryptionData::authorized_entity() const { … }
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void EncryptionData::set_authorized_entity(ArgT0&& arg0, ArgT... args) { … }
inline std::string* EncryptionData::mutable_authorized_entity() { … }
inline const std::string& EncryptionData::_internal_authorized_entity() const { … }
inline void EncryptionData::_internal_set_authorized_entity(const std::string& value) { … }
inline std::string* EncryptionData::_internal_mutable_authorized_entity() { … }
inline std::string* EncryptionData::release_authorized_entity() { … }
inline void EncryptionData::set_allocated_authorized_entity(std::string* authorized_entity) { … }
inline int EncryptionData::_internal_keys_size() const { … }
inline int EncryptionData::keys_size() const { … }
inline void EncryptionData::clear_keys() { … }
inline ::gcm::KeyPair* EncryptionData::mutable_keys(int index) { … }
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::gcm::KeyPair >*
EncryptionData::mutable_keys() { … }
inline const ::gcm::KeyPair& EncryptionData::_internal_keys(int index) const { … }
inline const ::gcm::KeyPair& EncryptionData::keys(int index) const { … }
inline ::gcm::KeyPair* EncryptionData::_internal_add_keys() { … }
inline ::gcm::KeyPair* EncryptionData::add_keys() { … }
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::gcm::KeyPair >&
EncryptionData::keys() const { … }
inline bool EncryptionData::_internal_has_private_key() const { … }
inline bool EncryptionData::has_private_key() const { … }
inline void EncryptionData::clear_private_key() { … }
inline const std::string& EncryptionData::private_key() const { … }
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void EncryptionData::set_private_key(ArgT0&& arg0, ArgT... args) { … }
inline std::string* EncryptionData::mutable_private_key() { … }
inline const std::string& EncryptionData::_internal_private_key() const { … }
inline void EncryptionData::_internal_set_private_key(const std::string& value) { … }
inline std::string* EncryptionData::_internal_mutable_private_key() { … }
inline std::string* EncryptionData::release_private_key() { … }
inline void EncryptionData::set_allocated_private_key(std::string* private_key) { … }
inline bool EncryptionData::_internal_has_auth_secret() const { … }
inline bool EncryptionData::has_auth_secret() const { … }
inline void EncryptionData::clear_auth_secret() { … }
inline const std::string& EncryptionData::auth_secret() const { … }
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void EncryptionData::set_auth_secret(ArgT0&& arg0, ArgT... args) { … }
inline std::string* EncryptionData::mutable_auth_secret() { … }
inline const std::string& EncryptionData::_internal_auth_secret() const { … }
inline void EncryptionData::_internal_set_auth_secret(const std::string& value) { … }
inline std::string* EncryptionData::_internal_mutable_auth_secret() { … }
inline std::string* EncryptionData::release_auth_secret() { … }
inline void EncryptionData::set_allocated_auth_secret(std::string* auth_secret) { … }
#ifdef __GNUC__
#pragma GCC diagnostic pop
#endif
}
PROTOBUF_NAMESPACE_OPEN
template <> struct is_proto_enum< ::gcm::KeyPair_KeyType> : ::std::true_type { … };
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>
#endif