Interface AggregatedMetricsOrBuilder (0.3.0)

public interface AggregatedMetricsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMetricsByAppVersion(int index)

public abstract AggregatedMetrics.MetricsByAppVersion getMetricsByAppVersion(int index)

Output only. Aggregated metrics, grouped by app version ID.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.MetricsByAppVersion metrics_by_app_version = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
AggregatedMetrics.MetricsByAppVersion

getMetricsByAppVersionCount()

public abstract int getMetricsByAppVersionCount()

Output only. Aggregated metrics, grouped by app version ID.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.MetricsByAppVersion metrics_by_app_version = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getMetricsByAppVersionList()

public abstract List<AggregatedMetrics.MetricsByAppVersion> getMetricsByAppVersionList()

Output only. Aggregated metrics, grouped by app version ID.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.MetricsByAppVersion metrics_by_app_version = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<MetricsByAppVersion>

getMetricsByAppVersionOrBuilder(int index)

public abstract AggregatedMetrics.MetricsByAppVersionOrBuilder getMetricsByAppVersionOrBuilder(int index)

Output only. Aggregated metrics, grouped by app version ID.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.MetricsByAppVersion metrics_by_app_version = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
AggregatedMetrics.MetricsByAppVersionOrBuilder

getMetricsByAppVersionOrBuilderList()

public abstract List<? extends AggregatedMetrics.MetricsByAppVersionOrBuilder> getMetricsByAppVersionOrBuilderList()

Output only. Aggregated metrics, grouped by app version ID.

repeated .google.cloud.ces.v1beta.AggregatedMetrics.MetricsByAppVersion metrics_by_app_version = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.ces.v1beta.AggregatedMetrics.MetricsByAppVersionOrBuilder>