Type
class Type extends Message
A protocol buffer message type.
Protobuf type Google\Protobuf\Type
Methods
No description
The fully qualified message name.
The fully qualified message name.
The list of fields.
The list of fields.
The list of types appearing in oneof
definitions in this type.
The list of types appearing in oneof
definitions in this type.
The protocol buffer options.
The protocol buffer options.
The source context.
The source syntax.
The source syntax.
Details
at line 55
__construct()
at line 66
string
getName()
The fully qualified message name.
Generated from protobuf field string name = 1;
at line 77
setName(string $var)
The fully qualified message name.
Generated from protobuf field string name = 1;
at line 89
RepeatedField
getFields()
The list of fields.
Generated from protobuf field repeated .google.protobuf.Field fields = 2;
at line 100
setFields(array|RepeatedField $var)
The list of fields.
Generated from protobuf field repeated .google.protobuf.Field fields = 2;
at line 112
RepeatedField
getOneofs()
The list of types appearing in oneof
definitions in this type.
Generated from protobuf field repeated string oneofs = 3;
at line 123
setOneofs(array|RepeatedField $var)
The list of types appearing in oneof
definitions in this type.
Generated from protobuf field repeated string oneofs = 3;
at line 135
RepeatedField
getOptions()
The protocol buffer options.
Generated from protobuf field repeated .google.protobuf.Option options = 4;
at line 146
setOptions(array|RepeatedField $var)
The protocol buffer options.
Generated from protobuf field repeated .google.protobuf.Option options = 4;
at line 158
SourceContext
getSourceContext()
The source context.
Generated from protobuf field .google.protobuf.SourceContext source_context = 5;
at line 169
setSourceContext(SourceContext $var)
The source context.
Generated from protobuf field .google.protobuf.SourceContext source_context = 5;
at line 181
int
getSyntax()
The source syntax.
Generated from protobuf field .google.protobuf.Syntax syntax = 6;
at line 192
setSyntax(int $var)
The source syntax.
Generated from protobuf field .google.protobuf.Syntax syntax = 6;