public interface DimensionValueOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getOneValueCase()
public abstract DimensionValue.OneValueCase getOneValueCase()
Returns | |
---|---|
Type | Description |
DimensionValue.OneValueCase |
getValue()
public abstract String getValue()
Value as a string if the dimension type is a string.
string value = 1;
Returns | |
---|---|
Type | Description |
String |
The value. |
getValueBytes()
public abstract ByteString getValueBytes()
Value as a string if the dimension type is a string.
string value = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for value. |
hasValue()
public abstract boolean hasValue()
Value as a string if the dimension type is a string.
string value = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the value field is set. |