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
Static Fields
DIMENSION_NAME_FIELD_NUMBER
public static final int DIMENSION_NAME_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static DimensionExpression.CaseExpression getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static DimensionExpression.CaseExpression.Builder newBuilder()
Returns
newBuilder(DimensionExpression.CaseExpression prototype)
public static DimensionExpression.CaseExpression.Builder newBuilder(DimensionExpression.CaseExpression prototype)
Parameter
Returns
public static DimensionExpression.CaseExpression parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static DimensionExpression.CaseExpression parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static DimensionExpression.CaseExpression parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DimensionExpression.CaseExpression parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static DimensionExpression.CaseExpression parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DimensionExpression.CaseExpression parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static DimensionExpression.CaseExpression parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static DimensionExpression.CaseExpression parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static DimensionExpression.CaseExpression parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static DimensionExpression.CaseExpression parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static DimensionExpression.CaseExpression parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DimensionExpression.CaseExpression parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<DimensionExpression.CaseExpression> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public DimensionExpression.CaseExpression getDefaultInstanceForType()
Returns
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()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public DimensionExpression.CaseExpression.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DimensionExpression.CaseExpression.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public DimensionExpression.CaseExpression.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions