Interface ListInsightsEligibleDatesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListInsightsEligibleDatesResponse,ListInsightsEligibleDatesResponse.Builder
public interface ListInsightsEligibleDatesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDataMonths(int index) The months for which AudienceInsights data is currently available, each represented as a string in the form "YYYY-MM".com.google.protobuf.ByteStringgetDataMonthsBytes(int index) The months for which AudienceInsights data is currently available, each represented as a string in the form "YYYY-MM".intThe months for which AudienceInsights data is currently available, each represented as a string in the form "YYYY-MM".The months for which AudienceInsights data is currently available, each represented as a string in the form "YYYY-MM".The actual dates covered by the "last 30 days" date range that will be used implicitly for [AudienceInsightsService.GenerateAudienceCompositionInsights][google.ads.googleads.v18.services.AudienceInsightsService.GenerateAudienceCompositionInsights] requests that have no data_month set.The actual dates covered by the "last 30 days" date range that will be used implicitly for [AudienceInsightsService.GenerateAudienceCompositionInsights][google.ads.googleads.v18.services.AudienceInsightsService.GenerateAudienceCompositionInsights] requests that have no data_month set.booleanThe actual dates covered by the "last 30 days" date range that will be used implicitly for [AudienceInsightsService.GenerateAudienceCompositionInsights][google.ads.googleads.v18.services.AudienceInsightsService.GenerateAudienceCompositionInsights] requests that have no data_month set.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
-
getDataMonthsList
The months for which AudienceInsights data is currently available, each represented as a string in the form "YYYY-MM".
repeated string data_months = 1;- Returns:
- A list containing the dataMonths.
-
getDataMonthsCount
int getDataMonthsCount()The months for which AudienceInsights data is currently available, each represented as a string in the form "YYYY-MM".
repeated string data_months = 1;- Returns:
- The count of dataMonths.
-
getDataMonths
The months for which AudienceInsights data is currently available, each represented as a string in the form "YYYY-MM".
repeated string data_months = 1;- Parameters:
index- The index of the element to return.- Returns:
- The dataMonths at the given index.
-
getDataMonthsBytes
com.google.protobuf.ByteString getDataMonthsBytes(int index) The months for which AudienceInsights data is currently available, each represented as a string in the form "YYYY-MM".
repeated string data_months = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the dataMonths at the given index.
-
hasLastThirtyDays
boolean hasLastThirtyDays()The actual dates covered by the "last 30 days" date range that will be used implicitly for [AudienceInsightsService.GenerateAudienceCompositionInsights][google.ads.googleads.v18.services.AudienceInsightsService.GenerateAudienceCompositionInsights] requests that have no data_month set.
.google.ads.googleads.v18.common.DateRange last_thirty_days = 2;- Returns:
- Whether the lastThirtyDays field is set.
-
getLastThirtyDays
DateRange getLastThirtyDays()The actual dates covered by the "last 30 days" date range that will be used implicitly for [AudienceInsightsService.GenerateAudienceCompositionInsights][google.ads.googleads.v18.services.AudienceInsightsService.GenerateAudienceCompositionInsights] requests that have no data_month set.
.google.ads.googleads.v18.common.DateRange last_thirty_days = 2;- Returns:
- The lastThirtyDays.
-
getLastThirtyDaysOrBuilder
DateRangeOrBuilder getLastThirtyDaysOrBuilder()The actual dates covered by the "last 30 days" date range that will be used implicitly for [AudienceInsightsService.GenerateAudienceCompositionInsights][google.ads.googleads.v18.services.AudienceInsightsService.GenerateAudienceCompositionInsights] requests that have no data_month set.
.google.ads.googleads.v18.common.DateRange last_thirty_days = 2;
-