All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v18.services.GenerateCreatorInsightsRequestOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v18/services/content_creator_insights_service.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v18.services;

public interface GenerateCreatorInsightsRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v18.services.GenerateCreatorInsightsRequest)
    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. The name of the customer being planned for.  This is a
   * user-defined value.
   * 
* * string customer_insights_group = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The customerInsightsGroup. */ java.lang.String getCustomerInsightsGroup(); /** *
   * Required. The name of the customer being planned for.  This is a
   * user-defined value.
   * 
* * string customer_insights_group = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The bytes for customerInsightsGroup. */ com.google.protobuf.ByteString getCustomerInsightsGroupBytes(); /** *
   * The list of attributes to search for top creators in.
   * 
* * .google.ads.googleads.v18.services.GenerateCreatorInsightsRequest.SearchAttributes search_attributes = 3; * @return Whether the searchAttributes field is set. */ boolean hasSearchAttributes(); /** *
   * The list of attributes to search for top creators in.
   * 
* * .google.ads.googleads.v18.services.GenerateCreatorInsightsRequest.SearchAttributes search_attributes = 3; * @return The searchAttributes. */ com.google.ads.googleads.v18.services.GenerateCreatorInsightsRequest.SearchAttributes getSearchAttributes(); /** *
   * The list of attributes to search for top creators in.
   * 
* * .google.ads.googleads.v18.services.GenerateCreatorInsightsRequest.SearchAttributes search_attributes = 3; */ com.google.ads.googleads.v18.services.GenerateCreatorInsightsRequest.SearchAttributesOrBuilder getSearchAttributesOrBuilder(); /** *
   * The list of YouTube Channel IDs to fetch creator insights for.
   * 
* * .google.ads.googleads.v18.services.GenerateCreatorInsightsRequest.YouTubeChannels search_channels = 4; * @return Whether the searchChannels field is set. */ boolean hasSearchChannels(); /** *
   * The list of YouTube Channel IDs to fetch creator insights for.
   * 
* * .google.ads.googleads.v18.services.GenerateCreatorInsightsRequest.YouTubeChannels search_channels = 4; * @return The searchChannels. */ com.google.ads.googleads.v18.services.GenerateCreatorInsightsRequest.YouTubeChannels getSearchChannels(); /** *
   * The list of YouTube Channel IDs to fetch creator insights for.
   * 
* * .google.ads.googleads.v18.services.GenerateCreatorInsightsRequest.YouTubeChannels search_channels = 4; */ com.google.ads.googleads.v18.services.GenerateCreatorInsightsRequest.YouTubeChannelsOrBuilder getSearchChannelsOrBuilder(); com.google.ads.googleads.v18.services.GenerateCreatorInsightsRequest.CriteriaCase getCriteriaCase(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy