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 TypeMethodDescriptionAttach 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.ByteStringRemove an existing user list customer type.booleanAttach a user list customer type to a user list.booleanRemove an existing user list customer type.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
-
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
UserListCustomerType 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
UserListCustomerTypeOperation.OperationCase getOperationCase()
-