public interface ListCustomDimensionsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCustomDimensions(int index)
public abstract CustomDimension getCustomDimensions(int index)List of CustomDimensions.
repeated .google.analytics.admin.v1alpha.CustomDimension custom_dimensions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CustomDimension |
|
getCustomDimensionsCount()
public abstract int getCustomDimensionsCount()List of CustomDimensions.
repeated .google.analytics.admin.v1alpha.CustomDimension custom_dimensions = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getCustomDimensionsList()
public abstract List<CustomDimension> getCustomDimensionsList()List of CustomDimensions.
repeated .google.analytics.admin.v1alpha.CustomDimension custom_dimensions = 1;
| Returns | |
|---|---|
| Type | Description |
List<CustomDimension> |
|
getCustomDimensionsOrBuilder(int index)
public abstract CustomDimensionOrBuilder getCustomDimensionsOrBuilder(int index)List of CustomDimensions.
repeated .google.analytics.admin.v1alpha.CustomDimension custom_dimensions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CustomDimensionOrBuilder |
|
getCustomDimensionsOrBuilderList()
public abstract List<? extends CustomDimensionOrBuilder> getCustomDimensionsOrBuilderList()List of CustomDimensions.
repeated .google.analytics.admin.v1alpha.CustomDimension custom_dimensions = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |