Interface ListBenchmarksAvailableDatesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListBenchmarksAvailableDatesResponse,ListBenchmarksAvailableDatesResponse.Builder
public interface ListBenchmarksAvailableDatesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe dates that support benchmarks metrics.The dates that support benchmarks metrics.booleanThe dates that support benchmarks metrics.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
-
hasSupportedDates
boolean hasSupportedDates()The dates that support benchmarks metrics. Data is supported for any dates within this date range inclusive.
.google.ads.googleads.v23.common.DateRange supported_dates = 1;- Returns:
- Whether the supportedDates field is set.
-
getSupportedDates
DateRange getSupportedDates()The dates that support benchmarks metrics. Data is supported for any dates within this date range inclusive.
.google.ads.googleads.v23.common.DateRange supported_dates = 1;- Returns:
- The supportedDates.
-
getSupportedDatesOrBuilder
DateRangeOrBuilder getSupportedDatesOrBuilder()The dates that support benchmarks metrics. Data is supported for any dates within this date range inclusive.
.google.ads.googleads.v23.common.DateRange supported_dates = 1;
-