public interface ListCalculatedMetricsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCalculatedMetrics(int index)
public abstract CalculatedMetric getCalculatedMetrics(int index)List of CalculatedMetrics.
repeated .google.analytics.admin.v1alpha.CalculatedMetric calculated_metrics = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CalculatedMetric |
|
getCalculatedMetricsCount()
public abstract int getCalculatedMetricsCount()List of CalculatedMetrics.
repeated .google.analytics.admin.v1alpha.CalculatedMetric calculated_metrics = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getCalculatedMetricsList()
public abstract List<CalculatedMetric> getCalculatedMetricsList()List of CalculatedMetrics.
repeated .google.analytics.admin.v1alpha.CalculatedMetric calculated_metrics = 1;
| Returns | |
|---|---|
| Type | Description |
List<CalculatedMetric> |
|
getCalculatedMetricsOrBuilder(int index)
public abstract CalculatedMetricOrBuilder getCalculatedMetricsOrBuilder(int index)List of CalculatedMetrics.
repeated .google.analytics.admin.v1alpha.CalculatedMetric calculated_metrics = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CalculatedMetricOrBuilder |
|
getCalculatedMetricsOrBuilderList()
public abstract List<? extends CalculatedMetricOrBuilder> getCalculatedMetricsOrBuilderList()List of CalculatedMetrics.
repeated .google.analytics.admin.v1alpha.CalculatedMetric calculated_metrics = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.analytics.admin.v1alpha.CalculatedMetricOrBuilder> |
|
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. |