Auto-generate files after cl/586081012

pull/14878/head
Protobuf Team Bot 1 year ago
parent 4076d30bd3
commit 9af27995e9
  1. 28
      src/google/protobuf/api.pb.h
  2. 7
      src/google/protobuf/struct.pb.h
  3. 42
      src/google/protobuf/type.pb.h

@ -405,16 +405,15 @@ class PROTOBUF_EXPORT Method final : public ::google::protobuf::Message
public: public:
void clear_options() ; void clear_options() ;
::google::protobuf::Option* mutable_options(int index); ::google::protobuf::Option* mutable_options(int index);
::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >* ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* mutable_options();
mutable_options();
private: private:
const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& _internal_options() const; const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& _internal_options() const;
::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* _internal_mutable_options(); ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* _internal_mutable_options();
public: public:
const ::google::protobuf::Option& options(int index) const; const ::google::protobuf::Option& options(int index) const;
::google::protobuf::Option* add_options(); ::google::protobuf::Option* add_options();
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >& const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& options() const;
options() const;
// string name = 1; // string name = 1;
void clear_name() ; void clear_name() ;
const std::string& name() const; const std::string& name() const;
@ -670,16 +669,15 @@ class PROTOBUF_EXPORT Api final : public ::google::protobuf::Message
public: public:
void clear_methods() ; void clear_methods() ;
::google::protobuf::Method* mutable_methods(int index); ::google::protobuf::Method* mutable_methods(int index);
::google::protobuf::RepeatedPtrField< ::google::protobuf::Method >* ::google::protobuf::RepeatedPtrField<::google::protobuf::Method>* mutable_methods();
mutable_methods();
private: private:
const ::google::protobuf::RepeatedPtrField<::google::protobuf::Method>& _internal_methods() const; const ::google::protobuf::RepeatedPtrField<::google::protobuf::Method>& _internal_methods() const;
::google::protobuf::RepeatedPtrField<::google::protobuf::Method>* _internal_mutable_methods(); ::google::protobuf::RepeatedPtrField<::google::protobuf::Method>* _internal_mutable_methods();
public: public:
const ::google::protobuf::Method& methods(int index) const; const ::google::protobuf::Method& methods(int index) const;
::google::protobuf::Method* add_methods(); ::google::protobuf::Method* add_methods();
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Method >& const ::google::protobuf::RepeatedPtrField<::google::protobuf::Method>& methods() const;
methods() const;
// repeated .google.protobuf.Option options = 3; // repeated .google.protobuf.Option options = 3;
int options_size() const; int options_size() const;
private: private:
@ -688,16 +686,15 @@ class PROTOBUF_EXPORT Api final : public ::google::protobuf::Message
public: public:
void clear_options() ; void clear_options() ;
::google::protobuf::Option* mutable_options(int index); ::google::protobuf::Option* mutable_options(int index);
::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >* ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* mutable_options();
mutable_options();
private: private:
const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& _internal_options() const; const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& _internal_options() const;
::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* _internal_mutable_options(); ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* _internal_mutable_options();
public: public:
const ::google::protobuf::Option& options(int index) const; const ::google::protobuf::Option& options(int index) const;
::google::protobuf::Option* add_options(); ::google::protobuf::Option* add_options();
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >& const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& options() const;
options() const;
// repeated .google.protobuf.Mixin mixins = 6; // repeated .google.protobuf.Mixin mixins = 6;
int mixins_size() const; int mixins_size() const;
private: private:
@ -706,16 +703,15 @@ class PROTOBUF_EXPORT Api final : public ::google::protobuf::Message
public: public:
void clear_mixins() ; void clear_mixins() ;
::google::protobuf::Mixin* mutable_mixins(int index); ::google::protobuf::Mixin* mutable_mixins(int index);
::google::protobuf::RepeatedPtrField< ::google::protobuf::Mixin >* ::google::protobuf::RepeatedPtrField<::google::protobuf::Mixin>* mutable_mixins();
mutable_mixins();
private: private:
const ::google::protobuf::RepeatedPtrField<::google::protobuf::Mixin>& _internal_mixins() const; const ::google::protobuf::RepeatedPtrField<::google::protobuf::Mixin>& _internal_mixins() const;
::google::protobuf::RepeatedPtrField<::google::protobuf::Mixin>* _internal_mutable_mixins(); ::google::protobuf::RepeatedPtrField<::google::protobuf::Mixin>* _internal_mutable_mixins();
public: public:
const ::google::protobuf::Mixin& mixins(int index) const; const ::google::protobuf::Mixin& mixins(int index) const;
::google::protobuf::Mixin* add_mixins(); ::google::protobuf::Mixin* add_mixins();
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Mixin >& const ::google::protobuf::RepeatedPtrField<::google::protobuf::Mixin>& mixins() const;
mixins() const;
// string name = 1; // string name = 1;
void clear_name() ; void clear_name() ;
const std::string& name() const; const std::string& name() const;

@ -245,16 +245,15 @@ class PROTOBUF_EXPORT ListValue final : public ::google::protobuf::Message
public: public:
void clear_values() ; void clear_values() ;
::google::protobuf::Value* mutable_values(int index); ::google::protobuf::Value* mutable_values(int index);
::google::protobuf::RepeatedPtrField< ::google::protobuf::Value >* ::google::protobuf::RepeatedPtrField<::google::protobuf::Value>* mutable_values();
mutable_values();
private: private:
const ::google::protobuf::RepeatedPtrField<::google::protobuf::Value>& _internal_values() const; const ::google::protobuf::RepeatedPtrField<::google::protobuf::Value>& _internal_values() const;
::google::protobuf::RepeatedPtrField<::google::protobuf::Value>* _internal_mutable_values(); ::google::protobuf::RepeatedPtrField<::google::protobuf::Value>* _internal_mutable_values();
public: public:
const ::google::protobuf::Value& values(int index) const; const ::google::protobuf::Value& values(int index) const;
::google::protobuf::Value* add_values(); ::google::protobuf::Value* add_values();
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Value >& const ::google::protobuf::RepeatedPtrField<::google::protobuf::Value>& values() const;
values() const;
// @@protoc_insertion_point(class_scope:google.protobuf.ListValue) // @@protoc_insertion_point(class_scope:google.protobuf.ListValue)
private: private:
class _Internal; class _Internal;

@ -591,16 +591,15 @@ class PROTOBUF_EXPORT Field final : public ::google::protobuf::Message
public: public:
void clear_options() ; void clear_options() ;
::google::protobuf::Option* mutable_options(int index); ::google::protobuf::Option* mutable_options(int index);
::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >* ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* mutable_options();
mutable_options();
private: private:
const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& _internal_options() const; const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& _internal_options() const;
::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* _internal_mutable_options(); ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* _internal_mutable_options();
public: public:
const ::google::protobuf::Option& options(int index) const; const ::google::protobuf::Option& options(int index) const;
::google::protobuf::Option* add_options(); ::google::protobuf::Option* add_options();
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >& const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& options() const;
options() const;
// string name = 4; // string name = 4;
void clear_name() ; void clear_name() ;
const std::string& name() const; const std::string& name() const;
@ -891,16 +890,15 @@ class PROTOBUF_EXPORT EnumValue final : public ::google::protobuf::Message
public: public:
void clear_options() ; void clear_options() ;
::google::protobuf::Option* mutable_options(int index); ::google::protobuf::Option* mutable_options(int index);
::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >* ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* mutable_options();
mutable_options();
private: private:
const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& _internal_options() const; const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& _internal_options() const;
::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* _internal_mutable_options(); ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* _internal_mutable_options();
public: public:
const ::google::protobuf::Option& options(int index) const; const ::google::protobuf::Option& options(int index) const;
::google::protobuf::Option* add_options(); ::google::protobuf::Option* add_options();
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >& const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& options() const;
options() const;
// string name = 1; // string name = 1;
void clear_name() ; void clear_name() ;
const std::string& name() const; const std::string& name() const;
@ -1100,16 +1098,15 @@ class PROTOBUF_EXPORT Type final : public ::google::protobuf::Message
public: public:
void clear_fields() ; void clear_fields() ;
::google::protobuf::Field* mutable_fields(int index); ::google::protobuf::Field* mutable_fields(int index);
::google::protobuf::RepeatedPtrField< ::google::protobuf::Field >* ::google::protobuf::RepeatedPtrField<::google::protobuf::Field>* mutable_fields();
mutable_fields();
private: private:
const ::google::protobuf::RepeatedPtrField<::google::protobuf::Field>& _internal_fields() const; const ::google::protobuf::RepeatedPtrField<::google::protobuf::Field>& _internal_fields() const;
::google::protobuf::RepeatedPtrField<::google::protobuf::Field>* _internal_mutable_fields(); ::google::protobuf::RepeatedPtrField<::google::protobuf::Field>* _internal_mutable_fields();
public: public:
const ::google::protobuf::Field& fields(int index) const; const ::google::protobuf::Field& fields(int index) const;
::google::protobuf::Field* add_fields(); ::google::protobuf::Field* add_fields();
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Field >& const ::google::protobuf::RepeatedPtrField<::google::protobuf::Field>& fields() const;
fields() const;
// repeated string oneofs = 3; // repeated string oneofs = 3;
int oneofs_size() const; int oneofs_size() const;
private: private:
@ -1146,16 +1143,15 @@ class PROTOBUF_EXPORT Type final : public ::google::protobuf::Message
public: public:
void clear_options() ; void clear_options() ;
::google::protobuf::Option* mutable_options(int index); ::google::protobuf::Option* mutable_options(int index);
::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >* ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* mutable_options();
mutable_options();
private: private:
const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& _internal_options() const; const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& _internal_options() const;
::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* _internal_mutable_options(); ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* _internal_mutable_options();
public: public:
const ::google::protobuf::Option& options(int index) const; const ::google::protobuf::Option& options(int index) const;
::google::protobuf::Option* add_options(); ::google::protobuf::Option* add_options();
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >& const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& options() const;
options() const;
// string name = 1; // string name = 1;
void clear_name() ; void clear_name() ;
const std::string& name() const; const std::string& name() const;
@ -1390,16 +1386,15 @@ class PROTOBUF_EXPORT Enum final : public ::google::protobuf::Message
public: public:
void clear_enumvalue() ; void clear_enumvalue() ;
::google::protobuf::EnumValue* mutable_enumvalue(int index); ::google::protobuf::EnumValue* mutable_enumvalue(int index);
::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValue >* ::google::protobuf::RepeatedPtrField<::google::protobuf::EnumValue>* mutable_enumvalue();
mutable_enumvalue();
private: private:
const ::google::protobuf::RepeatedPtrField<::google::protobuf::EnumValue>& _internal_enumvalue() const; const ::google::protobuf::RepeatedPtrField<::google::protobuf::EnumValue>& _internal_enumvalue() const;
::google::protobuf::RepeatedPtrField<::google::protobuf::EnumValue>* _internal_mutable_enumvalue(); ::google::protobuf::RepeatedPtrField<::google::protobuf::EnumValue>* _internal_mutable_enumvalue();
public: public:
const ::google::protobuf::EnumValue& enumvalue(int index) const; const ::google::protobuf::EnumValue& enumvalue(int index) const;
::google::protobuf::EnumValue* add_enumvalue(); ::google::protobuf::EnumValue* add_enumvalue();
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValue >& const ::google::protobuf::RepeatedPtrField<::google::protobuf::EnumValue>& enumvalue() const;
enumvalue() const;
// repeated .google.protobuf.Option options = 3; // repeated .google.protobuf.Option options = 3;
int options_size() const; int options_size() const;
private: private:
@ -1408,16 +1403,15 @@ class PROTOBUF_EXPORT Enum final : public ::google::protobuf::Message
public: public:
void clear_options() ; void clear_options() ;
::google::protobuf::Option* mutable_options(int index); ::google::protobuf::Option* mutable_options(int index);
::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >* ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* mutable_options();
mutable_options();
private: private:
const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& _internal_options() const; const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& _internal_options() const;
::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* _internal_mutable_options(); ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* _internal_mutable_options();
public: public:
const ::google::protobuf::Option& options(int index) const; const ::google::protobuf::Option& options(int index) const;
::google::protobuf::Option* add_options(); ::google::protobuf::Option* add_options();
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >& const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& options() const;
options() const;
// string name = 1; // string name = 1;
void clear_name() ; void clear_name() ;
const std::string& name() const; const std::string& name() const;

Loading…
Cancel
Save