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 Type
    Method
    Description
    getAdGroups(int index)
    Required.
    com.google.protobuf.ByteString
    getAdGroupsBytes(int index)
    Required.
    int
    Required.
    Required.
    Required.
    com.google.protobuf.ByteString
    Required.
    getKeywords(int index)
    Required.
    com.google.protobuf.ByteString
    getKeywordsBytes(int index)
    Required.
    int
    Required.
    Required.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      List<String> 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

      String getKeywords(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 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

      List<String> 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

      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];
      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.