Interface DimensionExpression.CaseExpressionOrBuilder (0.19.0)

public static interface DimensionExpression.CaseExpressionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDimensionName()

public abstract 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
TypeDescription
String

The dimensionName.

getDimensionNameBytes()

public abstract 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
TypeDescription
ByteString

The bytes for dimensionName.