chromium/third_party/protobuf/src/google/protobuf/api.pb.h

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/protobuf/api.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fapi_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fapi_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/generated_message_reflection.h>
#include <google/protobuf/message.h>
#include <google/protobuf/repeated_field.h>  // IWYU pragma: export
#include <google/protobuf/extension_set.h>  // IWYU pragma: export
#include <google/protobuf/unknown_field_set.h>
#include <google/protobuf/source_context.pb.h>
#include <google/protobuf/type.pb.h>
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2fapi_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct PROTOBUF_EXPORT TableStruct_google_2fprotobuf_2fapi_2eproto {};
PROTOBUF_EXPORT extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fapi_2eproto;
PROTOBUF_NAMESPACE_OPEN
class Api;
struct ApiDefaultTypeInternal;
PROTOBUF_EXPORT extern ApiDefaultTypeInternal _Api_default_instance_;
class Method;
struct MethodDefaultTypeInternal;
PROTOBUF_EXPORT extern MethodDefaultTypeInternal _Method_default_instance_;
class Mixin;
struct MixinDefaultTypeInternal;
PROTOBUF_EXPORT extern MixinDefaultTypeInternal _Mixin_default_instance_;
PROTOBUF_NAMESPACE_CLOSE
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::Api* Arena::CreateMaybeMessage<::PROTOBUF_NAMESPACE_ID::Api>(Arena*);
template<> PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::Method* Arena::CreateMaybeMessage<::PROTOBUF_NAMESPACE_ID::Method>(Arena*);
template<> PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::Mixin* Arena::CreateMaybeMessage<::PROTOBUF_NAMESPACE_ID::Mixin>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
PROTOBUF_NAMESPACE_OPEN

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

class PROTOBUF_EXPORT Api final :
    public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.Api) */ {};
// -------------------------------------------------------------------

class PROTOBUF_EXPORT Method final :
    public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.Method) */ {};
// -------------------------------------------------------------------

class PROTOBUF_EXPORT Mixin final :
    public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.Mixin) */ {};
// ===================================================================


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

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

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

// repeated .google.protobuf.Method methods = 2;
inline int Api::_internal_methods_size() const {}
inline int Api::methods_size() const {}
inline void Api::clear_methods() {}
inline ::PROTOBUF_NAMESPACE_ID::Method* Api::mutable_methods(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::Method >*
Api::mutable_methods() {}
inline const ::PROTOBUF_NAMESPACE_ID::Method& Api::_internal_methods(int index) const {}
inline const ::PROTOBUF_NAMESPACE_ID::Method& Api::methods(int index) const {}
inline ::PROTOBUF_NAMESPACE_ID::Method* Api::_internal_add_methods() {}
inline ::PROTOBUF_NAMESPACE_ID::Method* Api::add_methods() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::Method >&
Api::methods() const {}

// repeated .google.protobuf.Option options = 3;
inline int Api::_internal_options_size() const {}
inline int Api::options_size() const {}
inline ::PROTOBUF_NAMESPACE_ID::Option* Api::mutable_options(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::Option >*
Api::mutable_options() {}
inline const ::PROTOBUF_NAMESPACE_ID::Option& Api::_internal_options(int index) const {}
inline const ::PROTOBUF_NAMESPACE_ID::Option& Api::options(int index) const {}
inline ::PROTOBUF_NAMESPACE_ID::Option* Api::_internal_add_options() {}
inline ::PROTOBUF_NAMESPACE_ID::Option* Api::add_options() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::Option >&
Api::options() const {}

// string version = 4;
inline void Api::clear_version() {}
inline const std::string& Api::version() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void Api::set_version(ArgT0&& arg0, ArgT... args) {}
inline std::string* Api::mutable_version() {}
inline const std::string& Api::_internal_version() const {}
inline void Api::_internal_set_version(const std::string& value) {}
inline std::string* Api::_internal_mutable_version() {}
inline std::string* Api::release_version() {}
inline void Api::set_allocated_version(std::string* version) {}

// .google.protobuf.SourceContext source_context = 5;
inline bool Api::_internal_has_source_context() const {}
inline bool Api::has_source_context() const {}
inline const ::PROTOBUF_NAMESPACE_ID::SourceContext& Api::_internal_source_context() const {}
inline const ::PROTOBUF_NAMESPACE_ID::SourceContext& Api::source_context() const {}
inline void Api::unsafe_arena_set_allocated_source_context(
    ::PROTOBUF_NAMESPACE_ID::SourceContext* source_context) {}
inline ::PROTOBUF_NAMESPACE_ID::SourceContext* Api::release_source_context() {}
inline ::PROTOBUF_NAMESPACE_ID::SourceContext* Api::unsafe_arena_release_source_context() {}
inline ::PROTOBUF_NAMESPACE_ID::SourceContext* Api::_internal_mutable_source_context() {}
inline ::PROTOBUF_NAMESPACE_ID::SourceContext* Api::mutable_source_context() {}
inline void Api::set_allocated_source_context(::PROTOBUF_NAMESPACE_ID::SourceContext* source_context) {}

// repeated .google.protobuf.Mixin mixins = 6;
inline int Api::_internal_mixins_size() const {}
inline int Api::mixins_size() const {}
inline void Api::clear_mixins() {}
inline ::PROTOBUF_NAMESPACE_ID::Mixin* Api::mutable_mixins(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::Mixin >*
Api::mutable_mixins() {}
inline const ::PROTOBUF_NAMESPACE_ID::Mixin& Api::_internal_mixins(int index) const {}
inline const ::PROTOBUF_NAMESPACE_ID::Mixin& Api::mixins(int index) const {}
inline ::PROTOBUF_NAMESPACE_ID::Mixin* Api::_internal_add_mixins() {}
inline ::PROTOBUF_NAMESPACE_ID::Mixin* Api::add_mixins() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::Mixin >&
Api::mixins() const {}

// .google.protobuf.Syntax syntax = 7;
inline void Api::clear_syntax() {}
inline ::PROTOBUF_NAMESPACE_ID::Syntax Api::_internal_syntax() const {}
inline ::PROTOBUF_NAMESPACE_ID::Syntax Api::syntax() const {}
inline void Api::_internal_set_syntax(::PROTOBUF_NAMESPACE_ID::Syntax value) {}
inline void Api::set_syntax(::PROTOBUF_NAMESPACE_ID::Syntax value) {}

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

// Method

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

// string request_type_url = 2;
inline void Method::clear_request_type_url() {}
inline const std::string& Method::request_type_url() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void Method::set_request_type_url(ArgT0&& arg0, ArgT... args) {}
inline std::string* Method::mutable_request_type_url() {}
inline const std::string& Method::_internal_request_type_url() const {}
inline void Method::_internal_set_request_type_url(const std::string& value) {}
inline std::string* Method::_internal_mutable_request_type_url() {}
inline std::string* Method::release_request_type_url() {}
inline void Method::set_allocated_request_type_url(std::string* request_type_url) {}

// bool request_streaming = 3;
inline void Method::clear_request_streaming() {}
inline bool Method::_internal_request_streaming() const {}
inline bool Method::request_streaming() const {}
inline void Method::_internal_set_request_streaming(bool value) {}
inline void Method::set_request_streaming(bool value) {}

// string response_type_url = 4;
inline void Method::clear_response_type_url() {}
inline const std::string& Method::response_type_url() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void Method::set_response_type_url(ArgT0&& arg0, ArgT... args) {}
inline std::string* Method::mutable_response_type_url() {}
inline const std::string& Method::_internal_response_type_url() const {}
inline void Method::_internal_set_response_type_url(const std::string& value) {}
inline std::string* Method::_internal_mutable_response_type_url() {}
inline std::string* Method::release_response_type_url() {}
inline void Method::set_allocated_response_type_url(std::string* response_type_url) {}

// bool response_streaming = 5;
inline void Method::clear_response_streaming() {}
inline bool Method::_internal_response_streaming() const {}
inline bool Method::response_streaming() const {}
inline void Method::_internal_set_response_streaming(bool value) {}
inline void Method::set_response_streaming(bool value) {}

// repeated .google.protobuf.Option options = 6;
inline int Method::_internal_options_size() const {}
inline int Method::options_size() const {}
inline ::PROTOBUF_NAMESPACE_ID::Option* Method::mutable_options(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::Option >*
Method::mutable_options() {}
inline const ::PROTOBUF_NAMESPACE_ID::Option& Method::_internal_options(int index) const {}
inline const ::PROTOBUF_NAMESPACE_ID::Option& Method::options(int index) const {}
inline ::PROTOBUF_NAMESPACE_ID::Option* Method::_internal_add_options() {}
inline ::PROTOBUF_NAMESPACE_ID::Option* Method::add_options() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::Option >&
Method::options() const {}

// .google.protobuf.Syntax syntax = 7;
inline void Method::clear_syntax() {}
inline ::PROTOBUF_NAMESPACE_ID::Syntax Method::_internal_syntax() const {}
inline ::PROTOBUF_NAMESPACE_ID::Syntax Method::syntax() const {}
inline void Method::_internal_set_syntax(::PROTOBUF_NAMESPACE_ID::Syntax value) {}
inline void Method::set_syntax(::PROTOBUF_NAMESPACE_ID::Syntax value) {}

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

// Mixin

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

// string root = 2;
inline void Mixin::clear_root() {}
inline const std::string& Mixin::root() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void Mixin::set_root(ArgT0&& arg0, ArgT... args) {}
inline std::string* Mixin::mutable_root() {}
inline const std::string& Mixin::_internal_root() const {}
inline void Mixin::_internal_set_root(const std::string& value) {}
inline std::string* Mixin::_internal_mutable_root() {}
inline std::string* Mixin::release_root() {}
inline void Mixin::set_allocated_root(std::string* root) {}

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

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


// @@protoc_insertion_point(namespace_scope)

PROTOBUF_NAMESPACE_CLOSE

// @@protoc_insertion_point(global_scope)

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