Interface GenerateBenchmarksMetricsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateBenchmarksMetricsResponse,GenerateBenchmarksMetricsResponse.Builder
public interface GenerateBenchmarksMetricsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionMetrics for the selected benchmarks source.Metrics for the selected benchmarks source.Metrics belonging to the customer.Metrics belonging to the customer.booleanMetrics for the selected benchmarks source.booleanMetrics belonging to the customer.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasCustomerMetrics
boolean hasCustomerMetrics()Metrics belonging to the customer.
.google.ads.googleads.v23.services.Metrics customer_metrics = 1;- Returns:
- Whether the customerMetrics field is set.
-
getCustomerMetrics
Metrics getCustomerMetrics()Metrics belonging to the customer.
.google.ads.googleads.v23.services.Metrics customer_metrics = 1;- Returns:
- The customerMetrics.
-
getCustomerMetricsOrBuilder
MetricsOrBuilder getCustomerMetricsOrBuilder()Metrics belonging to the customer.
.google.ads.googleads.v23.services.Metrics customer_metrics = 1; -
hasAverageBenchmarksMetrics
boolean hasAverageBenchmarksMetrics()Metrics for the selected benchmarks source.
.google.ads.googleads.v23.services.Metrics average_benchmarks_metrics = 2;- Returns:
- Whether the averageBenchmarksMetrics field is set.
-
getAverageBenchmarksMetrics
Metrics getAverageBenchmarksMetrics()Metrics for the selected benchmarks source.
.google.ads.googleads.v23.services.Metrics average_benchmarks_metrics = 2;- Returns:
- The averageBenchmarksMetrics.
-
getAverageBenchmarksMetricsOrBuilder
MetricsOrBuilder getAverageBenchmarksMetricsOrBuilder()Metrics for the selected benchmarks source.
.google.ads.googleads.v23.services.Metrics average_benchmarks_metrics = 2;
-