com.google.ads.googleads.v17.services.ListInsightsEligibleDatesResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/services/audience_insights_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface ListInsightsEligibleDatesResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.ListInsightsEligibleDatesResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* The months for which AudienceInsights data is currently
* available, each represented as a string in the form "YYYY-MM".
*
*
* repeated string data_months = 1;
* @return A list containing the dataMonths.
*/
java.util.List
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;
* @return The count of dataMonths.
*/
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;
* @param index The index of the element to return.
* @return The dataMonths at the given index.
*/
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;
* @param index The index of the value to return.
* @return The bytes of the dataMonths at the given index.
*/
com.google.protobuf.ByteString
getDataMonthsBytes(int index);
/**
*
* The actual dates covered by the "last 30 days" date range that will be used
* implicitly for
* [AudienceInsightsService.GenerateAudienceCompositionInsights][google.ads.googleads.v17.services.AudienceInsightsService.GenerateAudienceCompositionInsights]
* requests that have no data_month set.
*
*
* .google.ads.googleads.v17.common.DateRange last_thirty_days = 2;
* @return Whether the lastThirtyDays field is set.
*/
boolean hasLastThirtyDays();
/**
*
* The actual dates covered by the "last 30 days" date range that will be used
* implicitly for
* [AudienceInsightsService.GenerateAudienceCompositionInsights][google.ads.googleads.v17.services.AudienceInsightsService.GenerateAudienceCompositionInsights]
* requests that have no data_month set.
*
*
* .google.ads.googleads.v17.common.DateRange last_thirty_days = 2;
* @return The lastThirtyDays.
*/
com.google.ads.googleads.v17.common.DateRange getLastThirtyDays();
/**
*
* The actual dates covered by the "last 30 days" date range that will be used
* implicitly for
* [AudienceInsightsService.GenerateAudienceCompositionInsights][google.ads.googleads.v17.services.AudienceInsightsService.GenerateAudienceCompositionInsights]
* requests that have no data_month set.
*
*
* .google.ads.googleads.v17.common.DateRange last_thirty_days = 2;
*/
com.google.ads.googleads.v17.common.DateRangeOrBuilder getLastThirtyDaysOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy