public static final class DimensionExpression.CaseExpression extends GeneratedMessageV3 implements DimensionExpression.CaseExpressionOrBuilder
Used to convert a dimension value to a single case.
Protobuf type google.analytics.data.v1alpha.DimensionExpression.CaseExpression
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
DIMENSION_NAME_FIELD_NUMBER
public static final int DIMENSION_NAME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static DimensionExpression.CaseExpression getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static DimensionExpression.CaseExpression.Builder newBuilder()
newBuilder(DimensionExpression.CaseExpression prototype)
public static DimensionExpression.CaseExpression.Builder newBuilder(DimensionExpression.CaseExpression prototype)
public static DimensionExpression.CaseExpression parseDelimitedFrom(InputStream input)
public static DimensionExpression.CaseExpression parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static DimensionExpression.CaseExpression parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DimensionExpression.CaseExpression parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static DimensionExpression.CaseExpression parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DimensionExpression.CaseExpression parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DimensionExpression.CaseExpression parseFrom(CodedInputStream input)
public static DimensionExpression.CaseExpression parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DimensionExpression.CaseExpression parseFrom(InputStream input)
public static DimensionExpression.CaseExpression parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static DimensionExpression.CaseExpression parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DimensionExpression.CaseExpression parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<DimensionExpression.CaseExpression> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public DimensionExpression.CaseExpression getDefaultInstanceForType()
getDimensionName()
public String getDimensionName()
Name of a dimension. The name must refer back to a name in dimensions
field of the request.
string dimension_name = 1;
Returns |
---|
Type | Description |
String | The dimensionName.
|
getDimensionNameBytes()
public ByteString getDimensionNameBytes()
Name of a dimension. The name must refer back to a name in dimensions
field of the request.
string dimension_name = 1;
Returns |
---|
Type | Description |
ByteString | The bytes for dimensionName.
|
getParserForType()
public Parser<DimensionExpression.CaseExpression> 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.CaseExpression.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DimensionExpression.CaseExpression.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public DimensionExpression.CaseExpression.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides