Generated from protobuf message google.protobuf.ExtensionRangeOptions.Declaration
Methods |
public __construct( $data = NULL) Constructor.
|
public clearFullName() |
public clearNumber() |
public clearRepeated() |
public clearReserved() |
public clearType() |
public getFullName() The fully-qualified name of the extension field. There must be a leading dot in front of the full name. Generated from protobuf field optional string full_name = 2;
|
public getNumber() The extension number declared within the extension range. Generated from protobuf field optional int32 number = 1;
|
public getRepeated() If true, indicates that the extension must be defined as repeated. Otherwise the extension must be defined as optional. Generated from protobuf field optional bool repeated = 6;
|
public getReserved() If true, indicates that the number is reserved in the extension range, and any extension field with the number will fail to compile. Set this when a declared extension field is deleted. Generated from protobuf field optional bool reserved = 5;
|
public getType() The fully-qualified type name of the extension field. Unlike Metadata.type, Declaration.type must have a leading dot for messages and enums. Generated from protobuf field optional string type = 3;
|
public hasFullName() |
public hasNumber() |
public hasRepeated() |
public hasReserved() |
public hasType() |
public setFullName( $var) The fully-qualified name of the extension field. There must be a leading dot in front of the full name. Generated from protobuf field optional string full_name = 2;
|
public setNumber( $var) The extension number declared within the extension range. Generated from protobuf field optional int32 number = 1;
|
public setRepeated( $var) If true, indicates that the extension must be defined as repeated. Otherwise the extension must be defined as optional. Generated from protobuf field optional bool repeated = 6;
|
public setReserved( $var) If true, indicates that the number is reserved in the extension range, and any extension field with the number will fail to compile. Set this when a declared extension field is deleted. Generated from protobuf field optional bool reserved = 5;
|
public setType( $var) The fully-qualified type name of the extension field. Unlike Metadata.type, Declaration.type must have a leading dot for messages and enums. Generated from protobuf field optional string type = 3;
|
Properties |
protected $full_name = NULL The fully-qualified name of the extension field. There must be a leading dot in front of the full name. Generated from protobuf field optional string full_name = 2; |
protected $number = NULL The extension number declared within the extension range. Generated from protobuf field optional int32 number = 1; |
protected $repeated = NULL If true, indicates that the extension must be defined as repeated. Otherwise the extension must be defined as optional. Generated from protobuf field optional bool repeated = 6; |
protected $reserved = NULL If true, indicates that the number is reserved in the extension range, and any extension field with the number will fail to compile. Set this when a declared extension field is deleted. Generated from protobuf field optional bool reserved = 5; |
protected $type = NULL The fully-qualified type name of the extension field. Unlike Metadata.type, Declaration.type must have a leading dot for messages and enums. Generated from protobuf field optional string type = 3; |
Methods |