Interface UserListCustomerTypeOperationOrBuilder

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

public interface UserListCustomerTypeOperationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Attach a user list customer type to a user list.
    Attach a user list customer type to a user list.
     
    Remove an existing user list customer type.
    com.google.protobuf.ByteString
    Remove an existing user list customer type.
    boolean
    Attach a user list customer type to a user list.
    boolean
    Remove an existing user list customer type.

    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

    • hasCreate

      boolean hasCreate()
       Attach a user list customer type to a user list.
       No resource name is expected for the new user list customer type.
       
      .google.ads.googleads.v18.resources.UserListCustomerType create = 1;
      Returns:
      Whether the create field is set.
    • getCreate

       Attach a user list customer type to a user list.
       No resource name is expected for the new user list customer type.
       
      .google.ads.googleads.v18.resources.UserListCustomerType create = 1;
      Returns:
      The create.
    • getCreateOrBuilder

      UserListCustomerTypeOrBuilder getCreateOrBuilder()
       Attach a user list customer type to a user list.
       No resource name is expected for the new user list customer type.
       
      .google.ads.googleads.v18.resources.UserListCustomerType create = 1;
    • hasRemove

      boolean hasRemove()
       Remove an existing user list customer type.
       A resource name for the removed user list customer type is
       expected, in this format:
      
       `customers/{customer_id}/userListCustomerTypes/{user_list_id}~{customer_type_category}`
       
      string remove = 2 [(.google.api.resource_reference) = { ... }
      Returns:
      Whether the remove field is set.
    • getRemove

      String getRemove()
       Remove an existing user list customer type.
       A resource name for the removed user list customer type is
       expected, in this format:
      
       `customers/{customer_id}/userListCustomerTypes/{user_list_id}~{customer_type_category}`
       
      string remove = 2 [(.google.api.resource_reference) = { ... }
      Returns:
      The remove.
    • getRemoveBytes

      com.google.protobuf.ByteString getRemoveBytes()
       Remove an existing user list customer type.
       A resource name for the removed user list customer type is
       expected, in this format:
      
       `customers/{customer_id}/userListCustomerTypes/{user_list_id}~{customer_type_category}`
       
      string remove = 2 [(.google.api.resource_reference) = { ... }
      Returns:
      The bytes for remove.
    • getOperationCase