Copied!

Value types that can be used as label values.

Protobuf type google.api.LabelDescriptor.ValueType

CloneableInstantiable
Constants
public Google\Api\LabelDescriptor\ValueType::BOOL = 1
 

Boolean; true or false.

Generated from protobuf enum BOOL = 1;

public Google\Api\LabelDescriptor\ValueType::INT64 = 2
 

A 64-bit signed integer.

Generated from protobuf enum INT64 = 2;

public Google\Api\LabelDescriptor\ValueType::STRING = 0
 

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)
© 2025 Bruce Wells
Search Namespaces \ Classes
Configuration