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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDataMonths(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".intgetDataMonthsCount()The months for which AudienceInsights data is currently available, each represented as a string in the form "YYYY-MM".java.util.List<java.lang.String>getDataMonthsList()The months for which AudienceInsights data is currently available, each represented as a string in the form "YYYY-MM".DateRangegetLastThirtyDays()The actual dates covered by the "last 30 days" date range that will be used implicitly for [AudienceInsightsService.GenerateAudienceCompositionInsights][google.ads.googleads.v15.services.AudienceInsightsService.GenerateAudienceCompositionInsights] requests that have no data_month set.DateRangeOrBuildergetLastThirtyDaysOrBuilder()The actual dates covered by the "last 30 days" date range that will be used implicitly for [AudienceInsightsService.GenerateAudienceCompositionInsights][google.ads.googleads.v15.services.AudienceInsightsService.GenerateAudienceCompositionInsights] requests that have no data_month set.booleanhasLastThirtyDays()The actual dates covered by the "last 30 days" date range that will be used implicitly for [AudienceInsightsService.GenerateAudienceCompositionInsights][google.ads.googleads.v15.services.AudienceInsightsService.GenerateAudienceCompositionInsights] requests that have no data_month set.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDataMonthsList
java.util.List<java.lang.String> 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
java.lang.String getDataMonths(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 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.v15.services.AudienceInsightsService.GenerateAudienceCompositionInsights] requests that have no data_month set.
.google.ads.googleads.v15.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.v15.services.AudienceInsightsService.GenerateAudienceCompositionInsights] requests that have no data_month set.
.google.ads.googleads.v15.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.v15.services.AudienceInsightsService.GenerateAudienceCompositionInsights] requests that have no data_month set.
.google.ads.googleads.v15.common.DateRange last_thirty_days = 2;
-
-