Interface GenerateAdGroupThemesRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateAdGroupThemesRequest,GenerateAdGroupThemesRequest.Builder
public interface GenerateAdGroupThemesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAdGroups(int index) Required.com.google.protobuf.ByteStringgetAdGroupsBytes(int index) Required.intRequired.Required.Required.com.google.protobuf.ByteStringRequired.getKeywords(int index) Required.com.google.protobuf.ByteStringgetKeywordsBytes(int index) Required.intRequired.Required.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCustomerId
String getCustomerId()Required. The ID of the customer.
string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The customerId.
-
getCustomerIdBytes
com.google.protobuf.ByteString getCustomerIdBytes()Required. The ID of the customer.
string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for customerId.
-
getKeywordsList
Required. A list of keywords to group into the provided AdGroups.
repeated string keywords = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- A list containing the keywords.
-
getKeywordsCount
int getKeywordsCount()Required. A list of keywords to group into the provided AdGroups.
repeated string keywords = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The count of keywords.
-
getKeywords
Required. A list of keywords to group into the provided AdGroups.
repeated string keywords = 2 [(.google.api.field_behavior) = REQUIRED];- Parameters:
index- The index of the element to return.- Returns:
- The keywords at the given index.
-
getKeywordsBytes
com.google.protobuf.ByteString getKeywordsBytes(int index) Required. A list of keywords to group into the provided AdGroups.
repeated string keywords = 2 [(.google.api.field_behavior) = REQUIRED];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the keywords at the given index.
-
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];- Returns:
- A list containing the adGroups.
-
getAdGroupsCount
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];- Returns:
- The count of adGroups.
-
getAdGroups
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];- Parameters:
index- The index of the element to return.- Returns:
- The adGroups at the given index.
-
getAdGroupsBytes
com.google.protobuf.ByteString getAdGroupsBytes(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];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the adGroups at the given index.
-