public interface DimensionValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DimensionValue.OneValueCase |
getOneValueCase() |
String |
getValue()
Value as a string if the dimension type is a string.
|
com.google.protobuf.ByteString |
getValueBytes()
Value as a string if the dimension type is a string.
|
boolean |
hasValue()
Value as a string if the dimension type is a string.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasValue()
Value as a string if the dimension type is a string.
string value = 1;String getValue()
Value as a string if the dimension type is a string.
string value = 1;com.google.protobuf.ByteString getValueBytes()
Value as a string if the dimension type is a string.
string value = 1;DimensionValue.OneValueCase getOneValueCase()
Copyright © 2023 Google LLC. All rights reserved.