Interface UserListCustomerTypeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UserListCustomerType, UserListCustomerType.Builder

public interface UserListCustomerTypeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getResourceName

      String getResourceName()
       Immutable. The resource name of the user list customer type
       User list customer type resource names have the form:
       `customers/{customer_id}/userListCustomerTypes/{user_list_id}~{customer_type_category}`
       
      string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Returns:
      The resourceName.
    • getResourceNameBytes

      com.google.protobuf.ByteString getResourceNameBytes()
       Immutable. The resource name of the user list customer type
       User list customer type resource names have the form:
       `customers/{customer_id}/userListCustomerTypes/{user_list_id}~{customer_type_category}`
       
      string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for resourceName.
    • getUserList

      String getUserList()
       Immutable. The resource name for the user list this user list customer type
       is associated with
       
      string user_list = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Returns:
      The userList.
    • getUserListBytes

      com.google.protobuf.ByteString getUserListBytes()
       Immutable. The resource name for the user list this user list customer type
       is associated with
       
      string user_list = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for userList.
    • getCustomerTypeCategoryValue

      int getCustomerTypeCategoryValue()
       Immutable. The user list customer type category
       
      .google.ads.googleads.v18.enums.UserListCustomerTypeCategoryEnum.UserListCustomerTypeCategory customer_type_category = 3 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      The enum numeric value on the wire for customerTypeCategory.
    • getCustomerTypeCategory

       Immutable. The user list customer type category
       
      .google.ads.googleads.v18.enums.UserListCustomerTypeCategoryEnum.UserListCustomerTypeCategory customer_type_category = 3 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      The customerTypeCategory.