com.google.ads.googleads.v17.services.GenerateInsightsFinderReportRequestOrBuilder 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 GenerateInsightsFinderReportRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.GenerateInsightsFinderReportRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* Required. The ID of the customer.
*
*
* string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The customerId.
*/
java.lang.String getCustomerId();
/**
*
* Required. The ID of the customer.
*
*
* string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The bytes for customerId.
*/
com.google.protobuf.ByteString
getCustomerIdBytes();
/**
*
* Required. A baseline audience for this report, typically all people in a
* region.
*
*
* .google.ads.googleads.v17.services.BasicInsightsAudience baseline_audience = 2 [(.google.api.field_behavior) = REQUIRED];
* @return Whether the baselineAudience field is set.
*/
boolean hasBaselineAudience();
/**
*
* Required. A baseline audience for this report, typically all people in a
* region.
*
*
* .google.ads.googleads.v17.services.BasicInsightsAudience baseline_audience = 2 [(.google.api.field_behavior) = REQUIRED];
* @return The baselineAudience.
*/
com.google.ads.googleads.v17.services.BasicInsightsAudience getBaselineAudience();
/**
*
* Required. A baseline audience for this report, typically all people in a
* region.
*
*
* .google.ads.googleads.v17.services.BasicInsightsAudience baseline_audience = 2 [(.google.api.field_behavior) = REQUIRED];
*/
com.google.ads.googleads.v17.services.BasicInsightsAudienceOrBuilder getBaselineAudienceOrBuilder();
/**
*
* Required. The specific audience of interest for this report. The insights
* in the report will be based on attributes more prevalent in this audience
* than in the report's baseline audience.
*
*
* .google.ads.googleads.v17.services.BasicInsightsAudience specific_audience = 3 [(.google.api.field_behavior) = REQUIRED];
* @return Whether the specificAudience field is set.
*/
boolean hasSpecificAudience();
/**
*
* Required. The specific audience of interest for this report. The insights
* in the report will be based on attributes more prevalent in this audience
* than in the report's baseline audience.
*
*
* .google.ads.googleads.v17.services.BasicInsightsAudience specific_audience = 3 [(.google.api.field_behavior) = REQUIRED];
* @return The specificAudience.
*/
com.google.ads.googleads.v17.services.BasicInsightsAudience getSpecificAudience();
/**
*
* Required. The specific audience of interest for this report. The insights
* in the report will be based on attributes more prevalent in this audience
* than in the report's baseline audience.
*
*
* .google.ads.googleads.v17.services.BasicInsightsAudience specific_audience = 3 [(.google.api.field_behavior) = REQUIRED];
*/
com.google.ads.googleads.v17.services.BasicInsightsAudienceOrBuilder getSpecificAudienceOrBuilder();
/**
*
* The name of the customer being planned for. This is a user-defined value.
*
*
* string customer_insights_group = 4;
* @return The customerInsightsGroup.
*/
java.lang.String getCustomerInsightsGroup();
/**
*
* The name of the customer being planned for. This is a user-defined value.
*
*
* string customer_insights_group = 4;
* @return The bytes for customerInsightsGroup.
*/
com.google.protobuf.ByteString
getCustomerInsightsGroupBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy