Describes a message type.
Generated from protobuf message google.protobuf.DescriptorProto
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public clearName() |
| public clearOptions() |
| public clearVisibility() |
| public getEnumType() Generated from protobuf field repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
|
| public getExtension() Generated from protobuf field repeated .google.protobuf.FieldDescriptorProto extension = 6;
|
| public getExtensionRange() Generated from protobuf field repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
|
| public getField() Generated from protobuf field repeated .google.protobuf.FieldDescriptorProto field = 2;
|
| public getName() Generated from protobuf field optional string name = 1;
|
| public getNestedType() Generated from protobuf field repeated .google.protobuf.DescriptorProto nested_type = 3;
|
| public getOneofDecl() Generated from protobuf field repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
|
| public getOptions() Generated from protobuf field optional .google.protobuf.MessageOptions options = 7;
|
| public getReservedName() Reserved field names, which may not be used by fields in the same message. A given name may only be reserved once. Generated from protobuf field repeated string reserved_name = 10;
|
| public getReservedRange() Generated from protobuf field repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
|
| public getVisibility() Support for Generated from protobuf field optional .google.protobuf.SymbolVisibility visibility = 11;
|
| public hasName() |
| public hasOptions() |
| public hasVisibility() |
| public setEnumType(Google Generated from protobuf field repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
|
| public setExtension(Google Generated from protobuf field repeated .google.protobuf.FieldDescriptorProto extension = 6;
|
| public setExtensionRange(Google Generated from protobuf field repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
|
| public setField(Google Generated from protobuf field repeated .google.protobuf.FieldDescriptorProto field = 2;
|
| public setName(string $var) Generated from protobuf field optional string name = 1;
|
| public setNestedType(Google Generated from protobuf field repeated .google.protobuf.DescriptorProto nested_type = 3;
|
| public setOneofDecl(Google Generated from protobuf field repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
|
| public setOptions(?Google Generated from protobuf field optional .google.protobuf.MessageOptions options = 7;
|
| public setReservedName(Google Reserved field names, which may not be used by fields in the same message. A given name may only be reserved once. Generated from protobuf field repeated string reserved_name = 10;
|
| public setReservedRange(Google Generated from protobuf field repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
|
| public setVisibility(int $var) Support for Generated from protobuf field optional .google.protobuf.SymbolVisibility visibility = 11;
|
| Properties |
| protected $name = NULL Generated from protobuf field optional string name = 1; |
| protected $options = NULL Generated from protobuf field optional .google.protobuf.MessageOptions options = 7; |
| protected $visibility = NULL Support for Generated from protobuf field optional .google.protobuf.SymbolVisibility visibility = 11; |
| Methods |
| Properties |
| private $enum_type = NULL Generated from protobuf field repeated .google.protobuf.EnumDescriptorProto enum_type = 4; |
| private $extension = NULL Generated from protobuf field repeated .google.protobuf.FieldDescriptorProto extension = 6; |
| private $extension_range = NULL Generated from protobuf field repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; |
| private $field = NULL Generated from protobuf field repeated .google.protobuf.FieldDescriptorProto field = 2; |
| private $nested_type = NULL Generated from protobuf field repeated .google.protobuf.DescriptorProto nested_type = 3; |
| private $oneof_decl = NULL Generated from protobuf field repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8; |
| private $reserved_name = NULL Reserved field names, which may not be used by fields in the same message. A given name may only be reserved once. Generated from protobuf field repeated string reserved_name = 10; |
| private $reserved_range = NULL Generated from protobuf field repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9; |