public final class DimensionExpression extends com.google.protobuf.GeneratedMessageV3 implements DimensionExpressionOrBuilder
Used to express a dimension which is the result of a formula of multiple dimensions. Example usages: 1) lower_case(dimension) 2) concatenate(dimension1, symbol, dimension2).Protobuf type
google.analytics.data.v1beta.DimensionExpression| Modifier and Type | Class and Description |
|---|---|
static class |
DimensionExpression.Builder
Used to express a dimension which is the result of a formula of multiple
dimensions.
|
static class |
DimensionExpression.CaseExpression
Used to convert a dimension value to a single case.
|
static interface |
DimensionExpression.CaseExpressionOrBuilder |
static class |
DimensionExpression.ConcatenateExpression
Used to combine dimension values to a single dimension.
|
static interface |
DimensionExpression.ConcatenateExpressionOrBuilder |
static class |
DimensionExpression.OneExpressionCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CONCATENATE_FIELD_NUMBER |
static int |
LOWER_CASE_FIELD_NUMBER |
static int |
UPPER_CASE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
DimensionExpression.ConcatenateExpression |
getConcatenate()
Used to combine dimension values to a single dimension.
|
DimensionExpression.ConcatenateExpressionOrBuilder |
getConcatenateOrBuilder()
Used to combine dimension values to a single dimension.
|
static DimensionExpression |
getDefaultInstance() |
DimensionExpression |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
DimensionExpression.CaseExpression |
getLowerCase()
Used to convert a dimension value to lower case.
|
DimensionExpression.CaseExpressionOrBuilder |
getLowerCaseOrBuilder()
Used to convert a dimension value to lower case.
|
DimensionExpression.OneExpressionCase |
getOneExpressionCase() |
com.google.protobuf.Parser<DimensionExpression> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
DimensionExpression.CaseExpression |
getUpperCase()
Used to convert a dimension value to upper case.
|
DimensionExpression.CaseExpressionOrBuilder |
getUpperCaseOrBuilder()
Used to convert a dimension value to upper case.
|
boolean |
hasConcatenate()
Used to combine dimension values to a single dimension.
|
int |
hashCode() |
boolean |
hasLowerCase()
Used to convert a dimension value to lower case.
|
boolean |
hasUpperCase()
Used to convert a dimension value to upper case.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static DimensionExpression.Builder |
newBuilder() |
static DimensionExpression.Builder |
newBuilder(DimensionExpression prototype) |
DimensionExpression.Builder |
newBuilderForType() |
protected DimensionExpression.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static DimensionExpression |
parseDelimitedFrom(InputStream input) |
static DimensionExpression |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DimensionExpression |
parseFrom(byte[] data) |
static DimensionExpression |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DimensionExpression |
parseFrom(ByteBuffer data) |
static DimensionExpression |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DimensionExpression |
parseFrom(com.google.protobuf.ByteString data) |
static DimensionExpression |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DimensionExpression |
parseFrom(com.google.protobuf.CodedInputStream input) |
static DimensionExpression |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DimensionExpression |
parseFrom(InputStream input) |
static DimensionExpression |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<DimensionExpression> |
parser() |
DimensionExpression.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int LOWER_CASE_FIELD_NUMBER
public static final int UPPER_CASE_FIELD_NUMBER
public static final int CONCATENATE_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public DimensionExpression.OneExpressionCase getOneExpressionCase()
getOneExpressionCase in interface DimensionExpressionOrBuilderpublic boolean hasLowerCase()
Used to convert a dimension value to lower case.
.google.analytics.data.v1beta.DimensionExpression.CaseExpression lower_case = 4;hasLowerCase in interface DimensionExpressionOrBuilderpublic DimensionExpression.CaseExpression getLowerCase()
Used to convert a dimension value to lower case.
.google.analytics.data.v1beta.DimensionExpression.CaseExpression lower_case = 4;getLowerCase in interface DimensionExpressionOrBuilderpublic DimensionExpression.CaseExpressionOrBuilder getLowerCaseOrBuilder()
Used to convert a dimension value to lower case.
.google.analytics.data.v1beta.DimensionExpression.CaseExpression lower_case = 4;getLowerCaseOrBuilder in interface DimensionExpressionOrBuilderpublic boolean hasUpperCase()
Used to convert a dimension value to upper case.
.google.analytics.data.v1beta.DimensionExpression.CaseExpression upper_case = 5;hasUpperCase in interface DimensionExpressionOrBuilderpublic DimensionExpression.CaseExpression getUpperCase()
Used to convert a dimension value to upper case.
.google.analytics.data.v1beta.DimensionExpression.CaseExpression upper_case = 5;getUpperCase in interface DimensionExpressionOrBuilderpublic DimensionExpression.CaseExpressionOrBuilder getUpperCaseOrBuilder()
Used to convert a dimension value to upper case.
.google.analytics.data.v1beta.DimensionExpression.CaseExpression upper_case = 5;getUpperCaseOrBuilder in interface DimensionExpressionOrBuilderpublic boolean hasConcatenate()
Used to combine dimension values to a single dimension. For example, dimension "country, city": concatenate(country, ", ", city).
.google.analytics.data.v1beta.DimensionExpression.ConcatenateExpression concatenate = 6;
hasConcatenate in interface DimensionExpressionOrBuilderpublic DimensionExpression.ConcatenateExpression getConcatenate()
Used to combine dimension values to a single dimension. For example, dimension "country, city": concatenate(country, ", ", city).
.google.analytics.data.v1beta.DimensionExpression.ConcatenateExpression concatenate = 6;
getConcatenate in interface DimensionExpressionOrBuilderpublic DimensionExpression.ConcatenateExpressionOrBuilder getConcatenateOrBuilder()
Used to combine dimension values to a single dimension. For example, dimension "country, city": concatenate(country, ", ", city).
.google.analytics.data.v1beta.DimensionExpression.ConcatenateExpression concatenate = 6;
getConcatenateOrBuilder in interface DimensionExpressionOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static DimensionExpression parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DimensionExpression parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DimensionExpression parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DimensionExpression parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DimensionExpression parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DimensionExpression parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DimensionExpression parseFrom(InputStream input) throws IOException
IOExceptionpublic static DimensionExpression parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DimensionExpression parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static DimensionExpression parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DimensionExpression parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static DimensionExpression parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic DimensionExpression.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static DimensionExpression.Builder newBuilder()
public static DimensionExpression.Builder newBuilder(DimensionExpression prototype)
public DimensionExpression.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected DimensionExpression.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static DimensionExpression getDefaultInstance()
public static com.google.protobuf.Parser<DimensionExpression> parser()
public com.google.protobuf.Parser<DimensionExpression> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public DimensionExpression getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 Google LLC. All rights reserved.