Interface ListCustomDimensionsResponseOrBuilder (0.51.0)

public interface ListCustomDimensionsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCustomDimensions(int index)

public abstract CustomDimension getCustomDimensions(int index)

List of CustomDimensions.

repeated .google.analytics.admin.v1alpha.CustomDimension custom_dimensions = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
CustomDimension

getCustomDimensionsCount()

public abstract int getCustomDimensionsCount()

List of CustomDimensions.

repeated .google.analytics.admin.v1alpha.CustomDimension custom_dimensions = 1;

Returns
TypeDescription
int

getCustomDimensionsList()

public abstract List<CustomDimension> getCustomDimensionsList()

List of CustomDimensions.

repeated .google.analytics.admin.v1alpha.CustomDimension custom_dimensions = 1;

Returns
TypeDescription
List<CustomDimension>

getCustomDimensionsOrBuilder(int index)

public abstract CustomDimensionOrBuilder getCustomDimensionsOrBuilder(int index)

List of CustomDimensions.

repeated .google.analytics.admin.v1alpha.CustomDimension custom_dimensions = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
CustomDimensionOrBuilder

getCustomDimensionsOrBuilderList()

public abstract List<? extends CustomDimensionOrBuilder> getCustomDimensionsOrBuilderList()

List of CustomDimensions.

repeated .google.analytics.admin.v1alpha.CustomDimension custom_dimensions = 1;

Returns
TypeDescription
List<? extends com.google.analytics.admin.v1alpha.CustomDimensionOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.