public static interface DimensionExpression.ConcatenateExpressionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDelimiter()
The delimiter placed between dimension names.
|
com.google.protobuf.ByteString |
getDelimiterBytes()
The delimiter placed between dimension names.
|
String |
getDimensionNames(int index)
Names of dimensions.
|
com.google.protobuf.ByteString |
getDimensionNamesBytes(int index)
Names of dimensions.
|
int |
getDimensionNamesCount()
Names of dimensions.
|
List<String> |
getDimensionNamesList()
Names of dimensions.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getDimensionNamesList()
Names of dimensions. The names must refer back to names in the dimensions field of the request.
repeated string dimension_names = 1;int getDimensionNamesCount()
Names of dimensions. The names must refer back to names in the dimensions field of the request.
repeated string dimension_names = 1;String getDimensionNames(int index)
Names of dimensions. The names must refer back to names in the dimensions field of the request.
repeated string dimension_names = 1;index - The index of the element to return.com.google.protobuf.ByteString getDimensionNamesBytes(int index)
Names of dimensions. The names must refer back to names in the dimensions field of the request.
repeated string dimension_names = 1;index - The index of the value to return.String getDelimiter()
The delimiter placed between dimension names. Delimiters are often single characters such as "|" or "," but can be longer strings. If a dimension value contains the delimiter, both will be present in response with no distinction. For example if dimension 1 value = "US,FR", dimension 2 value = "JP", and delimiter = ",", then the response will contain "US,FR,JP".
string delimiter = 2;com.google.protobuf.ByteString getDelimiterBytes()
The delimiter placed between dimension names. Delimiters are often single characters such as "|" or "," but can be longer strings. If a dimension value contains the delimiter, both will be present in response with no distinction. For example if dimension 1 value = "US,FR", dimension 2 value = "JP", and delimiter = ",", then the response will contain "US,FR,JP".
string delimiter = 2;Copyright © 2022 Google LLC. All rights reserved.