chromium/out/Default/gen/components/sharing_message/proto/sms_fetch_message_test_proto3_optional.pb.h

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

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

// Internal implementation detail -- do not use these members.
struct TableStruct_sms_5ffetch_5fmessage_5ftest_5fproto3_5foptional_2eproto {};
namespace components_sharing_message {
class SmsFetchRequest;
struct SmsFetchRequestDefaultTypeInternal;
extern SmsFetchRequestDefaultTypeInternal _SmsFetchRequest_default_instance_;
class SmsFetchResponse;
struct SmsFetchResponseDefaultTypeInternal;
extern SmsFetchResponseDefaultTypeInternal _SmsFetchResponse_default_instance_;
}  // namespace components_sharing_message
PROTOBUF_NAMESPACE_OPEN
template<> ::components_sharing_message::SmsFetchRequest* Arena::CreateMaybeMessage<::components_sharing_message::SmsFetchRequest>(Arena*);
template<> ::components_sharing_message::SmsFetchResponse* Arena::CreateMaybeMessage<::components_sharing_message::SmsFetchResponse>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace components_sharing_message {

enum SmsFetchResponse_FailureType : int {};
bool SmsFetchResponse_FailureType_IsValid(int value);
constexpr SmsFetchResponse_FailureType SmsFetchResponse_FailureType_FailureType_MIN =;
constexpr SmsFetchResponse_FailureType SmsFetchResponse_FailureType_FailureType_MAX =;
constexpr int SmsFetchResponse_FailureType_FailureType_ARRAYSIZE =;

const std::string& SmsFetchResponse_FailureType_Name(SmsFetchResponse_FailureType value);
template<typename T>
inline const std::string& SmsFetchResponse_FailureType_Name(T enum_t_value) {}
bool SmsFetchResponse_FailureType_Parse(
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, SmsFetchResponse_FailureType* value);
// ===================================================================

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

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


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

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

// repeated string origins = 1;
inline int SmsFetchRequest::_internal_origins_size() const {}
inline int SmsFetchRequest::origins_size() const {}
inline void SmsFetchRequest::clear_origins() {}
inline std::string* SmsFetchRequest::add_origins() {}
inline const std::string& SmsFetchRequest::_internal_origins(int index) const {}
inline const std::string& SmsFetchRequest::origins(int index) const {}
inline std::string* SmsFetchRequest::mutable_origins(int index) {}
inline void SmsFetchRequest::set_origins(int index, const std::string& value) {}
inline void SmsFetchRequest::set_origins(int index, std::string&& value) {}
inline void SmsFetchRequest::set_origins(int index, const char* value) {}
inline void SmsFetchRequest::set_origins(int index, const char* value, size_t size) {}
inline std::string* SmsFetchRequest::_internal_add_origins() {}
inline void SmsFetchRequest::add_origins(const std::string& value) {}
inline void SmsFetchRequest::add_origins(std::string&& value) {}
inline void SmsFetchRequest::add_origins(const char* value) {}
inline void SmsFetchRequest::add_origins(const char* value, size_t size) {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>&
SmsFetchRequest::origins() const {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>*
SmsFetchRequest::mutable_origins() {}

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

// SmsFetchResponse

// repeated string origins = 1;
inline int SmsFetchResponse::_internal_origins_size() const {}
inline int SmsFetchResponse::origins_size() const {}
inline void SmsFetchResponse::clear_origins() {}
inline std::string* SmsFetchResponse::add_origins() {}
inline const std::string& SmsFetchResponse::_internal_origins(int index) const {}
inline const std::string& SmsFetchResponse::origins(int index) const {}
inline std::string* SmsFetchResponse::mutable_origins(int index) {}
inline void SmsFetchResponse::set_origins(int index, const std::string& value) {}
inline void SmsFetchResponse::set_origins(int index, std::string&& value) {}
inline void SmsFetchResponse::set_origins(int index, const char* value) {}
inline void SmsFetchResponse::set_origins(int index, const char* value, size_t size) {}
inline std::string* SmsFetchResponse::_internal_add_origins() {}
inline void SmsFetchResponse::add_origins(const std::string& value) {}
inline void SmsFetchResponse::add_origins(std::string&& value) {}
inline void SmsFetchResponse::add_origins(const char* value) {}
inline void SmsFetchResponse::add_origins(const char* value, size_t size) {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>&
SmsFetchResponse::origins() const {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>*
SmsFetchResponse::mutable_origins() {}

// string one_time_code = 2;
inline void SmsFetchResponse::clear_one_time_code() {}
inline const std::string& SmsFetchResponse::one_time_code() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void SmsFetchResponse::set_one_time_code(ArgT0&& arg0, ArgT... args) {}
inline std::string* SmsFetchResponse::mutable_one_time_code() {}
inline const std::string& SmsFetchResponse::_internal_one_time_code() const {}
inline void SmsFetchResponse::_internal_set_one_time_code(const std::string& value) {}
inline std::string* SmsFetchResponse::_internal_mutable_one_time_code() {}
inline std::string* SmsFetchResponse::release_one_time_code() {}
inline void SmsFetchResponse::set_allocated_one_time_code(std::string* one_time_code) {}

// optional .components_sharing_message.SmsFetchResponse.FailureType failure_type = 3;
inline bool SmsFetchResponse::_internal_has_failure_type() const {}
inline bool SmsFetchResponse::has_failure_type() const {}
inline void SmsFetchResponse::clear_failure_type() {}
inline ::components_sharing_message::SmsFetchResponse_FailureType SmsFetchResponse::_internal_failure_type() const {}
inline ::components_sharing_message::SmsFetchResponse_FailureType SmsFetchResponse::failure_type() const {}
inline void SmsFetchResponse::_internal_set_failure_type(::components_sharing_message::SmsFetchResponse_FailureType value) {}
inline void SmsFetchResponse::set_failure_type(::components_sharing_message::SmsFetchResponse_FailureType value) {}

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


// @@protoc_insertion_point(namespace_scope)

}  // namespace components_sharing_message

PROTOBUF_NAMESPACE_OPEN

template <> struct is_proto_enum< ::components_sharing_message::SmsFetchResponse_FailureType> : ::std::true_type {};

PROTOBUF_NAMESPACE_CLOSE

// @@protoc_insertion_point(global_scope)

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