Interface AudienceDimensionOrBuilder (0.52.0)

public interface AudienceDimensionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDimensionName()

public abstract String getDimensionName()

Optional. The API name of the dimension. See the API Dimensions for the list of dimension names.

string dimension_name = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The dimensionName.

getDimensionNameBytes()

public abstract ByteString getDimensionNameBytes()

Optional. The API name of the dimension. See the API Dimensions for the list of dimension names.

string dimension_name = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for dimensionName.