Value types that can be used as label values.
Protobuf type google.api.LabelDescriptor.ValueType
CloneableInstantiable
Constants |
public Google Boolean; true or false. Generated from protobuf enum BOOL = 1; |
public Google A 64-bit signed integer. Generated from protobuf enum INT64 = 2; |
public Google A variable-length string. This is the default. Generated from protobuf enum STRING = 0; |
Methods |
public static name( $value) |
public static value( $name) |
Properties |
private static $valueToName = ['STRING', 'BOOL', 'INT64'] |
Properties |
private static $valueToName = ['STRING', 'BOOL', 'INT64'] |
Methods |
public static name( $value) |
public static value( $name) |