public interface ListCustomMetricsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCustomMetrics(int index)
public abstract CustomMetric getCustomMetrics(int index)List of CustomMetrics.
repeated .google.analytics.admin.v1beta.CustomMetric custom_metrics = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CustomMetric |
|
getCustomMetricsCount()
public abstract int getCustomMetricsCount()List of CustomMetrics.
repeated .google.analytics.admin.v1beta.CustomMetric custom_metrics = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getCustomMetricsList()
public abstract List<CustomMetric> getCustomMetricsList()List of CustomMetrics.
repeated .google.analytics.admin.v1beta.CustomMetric custom_metrics = 1;
| Returns | |
|---|---|
| Type | Description |
List<CustomMetric> |
|
getCustomMetricsOrBuilder(int index)
public abstract CustomMetricOrBuilder getCustomMetricsOrBuilder(int index)List of CustomMetrics.
repeated .google.analytics.admin.v1beta.CustomMetric custom_metrics = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CustomMetricOrBuilder |
|
getCustomMetricsOrBuilderList()
public abstract List<? extends CustomMetricOrBuilder> getCustomMetricsOrBuilderList()List of CustomMetrics.
repeated .google.analytics.admin.v1beta.CustomMetric custom_metrics = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.analytics.admin.v1beta.CustomMetricOrBuilder> |
|
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. |