public static final class DimensionExpression.ConcatenateExpression extends GeneratedMessageV3 implements DimensionExpression.ConcatenateExpressionOrBuilder
Used to combine dimension values to a single dimension.
Protobuf type google.analytics.data.v1alpha.DimensionExpression.ConcatenateExpression
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
DELIMITER_FIELD_NUMBER
public static final int DELIMITER_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
DIMENSION_NAMES_FIELD_NUMBER
public static final int DIMENSION_NAMES_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static DimensionExpression.ConcatenateExpression getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static DimensionExpression.ConcatenateExpression.Builder newBuilder()
newBuilder(DimensionExpression.ConcatenateExpression prototype)
public static DimensionExpression.ConcatenateExpression.Builder newBuilder(DimensionExpression.ConcatenateExpression prototype)
public static DimensionExpression.ConcatenateExpression parseDelimitedFrom(InputStream input)
public static DimensionExpression.ConcatenateExpression parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static DimensionExpression.ConcatenateExpression parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DimensionExpression.ConcatenateExpression parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static DimensionExpression.ConcatenateExpression parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DimensionExpression.ConcatenateExpression parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DimensionExpression.ConcatenateExpression parseFrom(CodedInputStream input)
public static DimensionExpression.ConcatenateExpression parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DimensionExpression.ConcatenateExpression parseFrom(InputStream input)
public static DimensionExpression.ConcatenateExpression parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static DimensionExpression.ConcatenateExpression parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DimensionExpression.ConcatenateExpression parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<DimensionExpression.ConcatenateExpression> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public DimensionExpression.ConcatenateExpression getDefaultInstanceForType()
getDelimiter()
public 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;
Returns |
---|
Type | Description |
String | The delimiter.
|
getDelimiterBytes()
public 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;
Returns |
---|
Type | Description |
ByteString | The bytes for delimiter.
|
getDimensionNames(int index)
public 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;
Parameter |
---|
Name | Description |
index | int
The index of the element to return.
|
Returns |
---|
Type | Description |
String | The dimensionNames at the given index.
|
getDimensionNamesBytes(int index)
public 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;
Parameter |
---|
Name | Description |
index | int
The index of the value to return.
|
Returns |
---|
Type | Description |
ByteString | The bytes of the dimensionNames at the given index.
|
getDimensionNamesCount()
public int getDimensionNamesCount()
Names of dimensions. The names must refer back to names in the dimensions
field of the request.
repeated string dimension_names = 1;
Returns |
---|
Type | Description |
int | The count of dimensionNames.
|
getDimensionNamesList()
public ProtocolStringList getDimensionNamesList()
Names of dimensions. The names must refer back to names in the dimensions
field of the request.
repeated string dimension_names = 1;
getParserForType()
public Parser<DimensionExpression.ConcatenateExpression> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public DimensionExpression.ConcatenateExpression.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DimensionExpression.ConcatenateExpression.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public DimensionExpression.ConcatenateExpression.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides