| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392 |
- /*
- * Copyright 2021 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- // Generated by the protocol buffer compiler. DO NOT EDIT!
- // source: google/rpc/status.proto
- #ifndef GOOGLE_PROTOBUF_INCLUDED_google_2frpc_2fstatus_2eproto
- #define GOOGLE_PROTOBUF_INCLUDED_google_2frpc_2fstatus_2eproto
- #include <limits>
- #include <string>
- #include <google/protobuf/port_def.inc>
- #if PROTOBUF_VERSION < 3011000
- #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 3011002 < 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_table_driven.h>
- #include <google/protobuf/generated_message_util.h>
- #include <google/protobuf/inlined_string_field.h>
- #include <google/protobuf/metadata.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/any.pb.h>
- // @@protoc_insertion_point(includes)
- #include <google/protobuf/port_def.inc>
- #define PROTOBUF_INTERNAL_EXPORT_google_2frpc_2fstatus_2eproto
- PROTOBUF_NAMESPACE_OPEN
- namespace internal {
- class AnyMetadata;
- } // namespace internal
- PROTOBUF_NAMESPACE_CLOSE
- // Internal implementation detail -- do not use these members.
- struct TableStruct_google_2frpc_2fstatus_2eproto {
- static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
- PROTOBUF_SECTION_VARIABLE(protodesc_cold);
- static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[]
- PROTOBUF_SECTION_VARIABLE(protodesc_cold);
- static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
- PROTOBUF_SECTION_VARIABLE(protodesc_cold);
- static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
- static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
- static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[];
- };
- extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2frpc_2fstatus_2eproto;
- namespace google {
- namespace rpc {
- class Status;
- class StatusDefaultTypeInternal;
- extern StatusDefaultTypeInternal _Status_default_instance_;
- } // namespace rpc
- } // namespace google
- PROTOBUF_NAMESPACE_OPEN
- template<> ::google::rpc::Status* Arena::CreateMaybeMessage<::google::rpc::Status>(Arena*);
- PROTOBUF_NAMESPACE_CLOSE
- namespace google {
- namespace rpc {
- // ===================================================================
- class Status :
- public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.rpc.Status) */ {
- public:
- Status();
- virtual ~Status();
- Status(const Status& from);
- Status(Status&& from) noexcept
- : Status() {
- *this = ::std::move(from);
- }
- inline Status& operator=(const Status& from) {
- CopyFrom(from);
- return *this;
- }
- inline Status& operator=(Status&& from) noexcept {
- if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
- if (this != &from) InternalSwap(&from);
- } else {
- CopyFrom(from);
- }
- return *this;
- }
- static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
- return GetDescriptor();
- }
- static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
- return GetMetadataStatic().descriptor;
- }
- static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
- return GetMetadataStatic().reflection;
- }
- static const Status& default_instance();
- static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
- static inline const Status* internal_default_instance() {
- return reinterpret_cast<const Status*>(
- &_Status_default_instance_);
- }
- static constexpr int kIndexInFileMessages =
- 0;
- friend void swap(Status& a, Status& b) {
- a.Swap(&b);
- }
- inline void Swap(Status* other) {
- if (other == this) return;
- InternalSwap(other);
- }
- // implements Message ----------------------------------------------
- inline Status* New() const final {
- return CreateMaybeMessage<Status>(nullptr);
- }
- Status* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
- return CreateMaybeMessage<Status>(arena);
- }
- void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
- void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
- void CopyFrom(const Status& from);
- void MergeFrom(const Status& from);
- PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
- bool IsInitialized() const final;
- size_t ByteSizeLong() const final;
- const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
- ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
- ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
- int GetCachedSize() const final { return _cached_size_.Get(); }
- private:
- inline void SharedCtor();
- inline void SharedDtor();
- void SetCachedSize(int size) const final;
- void InternalSwap(Status* other);
- friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
- static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
- return "google.rpc.Status";
- }
- private:
- inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const {
- return nullptr;
- }
- inline void* MaybeArenaPtr() const {
- return nullptr;
- }
- public:
- ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
- private:
- static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_google_2frpc_2fstatus_2eproto);
- return ::descriptor_table_google_2frpc_2fstatus_2eproto.file_level_metadata[kIndexInFileMessages];
- }
- public:
- // nested types ----------------------------------------------------
- // accessors -------------------------------------------------------
- enum : int {
- kDetailsFieldNumber = 3,
- kMessageFieldNumber = 2,
- kCodeFieldNumber = 1,
- };
- // repeated .google.protobuf.Any details = 3;
- int details_size() const;
- private:
- int _internal_details_size() const;
- public:
- void clear_details();
- PROTOBUF_NAMESPACE_ID::Any* mutable_details(int index);
- ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::Any >*
- mutable_details();
- private:
- const PROTOBUF_NAMESPACE_ID::Any& _internal_details(int index) const;
- PROTOBUF_NAMESPACE_ID::Any* _internal_add_details();
- public:
- const PROTOBUF_NAMESPACE_ID::Any& details(int index) const;
- PROTOBUF_NAMESPACE_ID::Any* add_details();
- const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::Any >&
- details() const;
- // string message = 2;
- void clear_message();
- const std::string& message() const;
- void set_message(const std::string& value);
- void set_message(std::string&& value);
- void set_message(const char* value);
- void set_message(const char* value, size_t size);
- std::string* mutable_message();
- std::string* release_message();
- void set_allocated_message(std::string* message);
- private:
- const std::string& _internal_message() const;
- void _internal_set_message(const std::string& value);
- std::string* _internal_mutable_message();
- public:
- // int32 code = 1;
- void clear_code();
- ::PROTOBUF_NAMESPACE_ID::int32 code() const;
- void set_code(::PROTOBUF_NAMESPACE_ID::int32 value);
- private:
- ::PROTOBUF_NAMESPACE_ID::int32 _internal_code() const;
- void _internal_set_code(::PROTOBUF_NAMESPACE_ID::int32 value);
- public:
- // @@protoc_insertion_point(class_scope:google.rpc.Status)
- private:
- class _Internal;
- ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_;
- ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::Any > details_;
- ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr message_;
- ::PROTOBUF_NAMESPACE_ID::int32 code_;
- mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
- friend struct ::TableStruct_google_2frpc_2fstatus_2eproto;
- };
- // ===================================================================
- // ===================================================================
- #ifdef __GNUC__
- #pragma GCC diagnostic push
- #pragma GCC diagnostic ignored "-Wstrict-aliasing"
- #endif // __GNUC__
- // Status
- // int32 code = 1;
- inline void Status::clear_code() {
- code_ = 0;
- }
- inline ::PROTOBUF_NAMESPACE_ID::int32 Status::_internal_code() const {
- return code_;
- }
- inline ::PROTOBUF_NAMESPACE_ID::int32 Status::code() const {
- // @@protoc_insertion_point(field_get:google.rpc.Status.code)
- return _internal_code();
- }
- inline void Status::_internal_set_code(::PROTOBUF_NAMESPACE_ID::int32 value) {
-
- code_ = value;
- }
- inline void Status::set_code(::PROTOBUF_NAMESPACE_ID::int32 value) {
- _internal_set_code(value);
- // @@protoc_insertion_point(field_set:google.rpc.Status.code)
- }
- // string message = 2;
- inline void Status::clear_message() {
- message_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
- }
- inline const std::string& Status::message() const {
- // @@protoc_insertion_point(field_get:google.rpc.Status.message)
- return _internal_message();
- }
- inline void Status::set_message(const std::string& value) {
- _internal_set_message(value);
- // @@protoc_insertion_point(field_set:google.rpc.Status.message)
- }
- inline std::string* Status::mutable_message() {
- // @@protoc_insertion_point(field_mutable:google.rpc.Status.message)
- return _internal_mutable_message();
- }
- inline const std::string& Status::_internal_message() const {
- return message_.GetNoArena();
- }
- inline void Status::_internal_set_message(const std::string& value) {
-
- message_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value);
- }
- inline void Status::set_message(std::string&& value) {
-
- message_.SetNoArena(
- &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
- // @@protoc_insertion_point(field_set_rvalue:google.rpc.Status.message)
- }
- inline void Status::set_message(const char* value) {
- GOOGLE_DCHECK(value != nullptr);
-
- message_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
- // @@protoc_insertion_point(field_set_char:google.rpc.Status.message)
- }
- inline void Status::set_message(const char* value, size_t size) {
-
- message_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
- ::std::string(reinterpret_cast<const char*>(value), size));
- // @@protoc_insertion_point(field_set_pointer:google.rpc.Status.message)
- }
- inline std::string* Status::_internal_mutable_message() {
-
- return message_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
- }
- inline std::string* Status::release_message() {
- // @@protoc_insertion_point(field_release:google.rpc.Status.message)
-
- return message_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
- }
- inline void Status::set_allocated_message(std::string* message) {
- if (message != nullptr) {
-
- } else {
-
- }
- message_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), message);
- // @@protoc_insertion_point(field_set_allocated:google.rpc.Status.message)
- }
- // repeated .google.protobuf.Any details = 3;
- inline int Status::_internal_details_size() const {
- return details_.size();
- }
- inline int Status::details_size() const {
- return _internal_details_size();
- }
- inline PROTOBUF_NAMESPACE_ID::Any* Status::mutable_details(int index) {
- // @@protoc_insertion_point(field_mutable:google.rpc.Status.details)
- return details_.Mutable(index);
- }
- inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::Any >*
- Status::mutable_details() {
- // @@protoc_insertion_point(field_mutable_list:google.rpc.Status.details)
- return &details_;
- }
- inline const PROTOBUF_NAMESPACE_ID::Any& Status::_internal_details(int index) const {
- return details_.Get(index);
- }
- inline const PROTOBUF_NAMESPACE_ID::Any& Status::details(int index) const {
- // @@protoc_insertion_point(field_get:google.rpc.Status.details)
- return _internal_details(index);
- }
- inline PROTOBUF_NAMESPACE_ID::Any* Status::_internal_add_details() {
- return details_.Add();
- }
- inline PROTOBUF_NAMESPACE_ID::Any* Status::add_details() {
- // @@protoc_insertion_point(field_add:google.rpc.Status.details)
- return _internal_add_details();
- }
- inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::Any >&
- Status::details() const {
- // @@protoc_insertion_point(field_list:google.rpc.Status.details)
- return details_;
- }
- #ifdef __GNUC__
- #pragma GCC diagnostic pop
- #endif // __GNUC__
- // @@protoc_insertion_point(namespace_scope)
- } // namespace rpc
- } // namespace google
- // @@protoc_insertion_point(global_scope)
- #include <google/protobuf/port_undef.inc>
- #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_google_2frpc_2fstatus_2eproto
|