com.google.ads.googleads.v17.services.GenerateAdGroupThemesRequestOrBuilder 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/keyword_plan_idea_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface GenerateAdGroupThemesRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.GenerateAdGroupThemesRequest)
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 list of keywords to group into the provided AdGroups.
*
*
* repeated string keywords = 2 [(.google.api.field_behavior) = REQUIRED];
* @return A list containing the keywords.
*/
java.util.List
getKeywordsList();
/**
*
* Required. A list of keywords to group into the provided AdGroups.
*
*
* repeated string keywords = 2 [(.google.api.field_behavior) = REQUIRED];
* @return The count of keywords.
*/
int getKeywordsCount();
/**
*
* Required. A list of keywords to group into the provided AdGroups.
*
*
* repeated string keywords = 2 [(.google.api.field_behavior) = REQUIRED];
* @param index The index of the element to return.
* @return The keywords at the given index.
*/
java.lang.String getKeywords(int index);
/**
*
* Required. A list of keywords to group into the provided AdGroups.
*
*
* repeated string keywords = 2 [(.google.api.field_behavior) = REQUIRED];
* @param index The index of the value to return.
* @return The bytes of the keywords at the given index.
*/
com.google.protobuf.ByteString
getKeywordsBytes(int index);
/**
*
* Required. A list of resource names of AdGroups to group keywords into.
* Resource name format: `customers/{customer_id}/adGroups/{ad_group_id}`
*
*
* repeated string ad_groups = 3 [(.google.api.field_behavior) = REQUIRED];
* @return A list containing the adGroups.
*/
java.util.List
getAdGroupsList();
/**
*
* Required. A list of resource names of AdGroups to group keywords into.
* Resource name format: `customers/{customer_id}/adGroups/{ad_group_id}`
*
*
* repeated string ad_groups = 3 [(.google.api.field_behavior) = REQUIRED];
* @return The count of adGroups.
*/
int getAdGroupsCount();
/**
*
* Required. A list of resource names of AdGroups to group keywords into.
* Resource name format: `customers/{customer_id}/adGroups/{ad_group_id}`
*
*
* repeated string ad_groups = 3 [(.google.api.field_behavior) = REQUIRED];
* @param index The index of the element to return.
* @return The adGroups at the given index.
*/
java.lang.String getAdGroups(int index);
/**
*
* Required. A list of resource names of AdGroups to group keywords into.
* Resource name format: `customers/{customer_id}/adGroups/{ad_group_id}`
*
*
* repeated string ad_groups = 3 [(.google.api.field_behavior) = REQUIRED];
* @param index The index of the value to return.
* @return The bytes of the adGroups at the given index.
*/
com.google.protobuf.ByteString
getAdGroupsBytes(int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy