Interface OfflineUserDataJobOperationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OfflineUserDataJobOperation,OfflineUserDataJobOperation.Builder
public interface OfflineUserDataJobOperationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionAdd the provided data to the transaction.Add the provided data to the transaction.Remove the provided data from the transaction.booleanRemove all previously provided data.Remove the provided data from the transaction.booleanAdd the provided data to the transaction.booleanRemove the provided data from the transaction.booleanRemove all previously provided data.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()Add the provided data to the transaction. Data cannot be retrieved after being uploaded.
.google.ads.googleads.v18.common.UserData create = 1;- Returns:
- Whether the create field is set.
-
getCreate
UserData getCreate()Add the provided data to the transaction. Data cannot be retrieved after being uploaded.
.google.ads.googleads.v18.common.UserData create = 1;- Returns:
- The create.
-
getCreateOrBuilder
UserDataOrBuilder getCreateOrBuilder()Add the provided data to the transaction. Data cannot be retrieved after being uploaded.
.google.ads.googleads.v18.common.UserData create = 1; -
hasRemove
boolean hasRemove()Remove the provided data from the transaction. Data cannot be retrieved after being uploaded.
.google.ads.googleads.v18.common.UserData remove = 2;- Returns:
- Whether the remove field is set.
-
getRemove
UserData getRemove()Remove the provided data from the transaction. Data cannot be retrieved after being uploaded.
.google.ads.googleads.v18.common.UserData remove = 2;- Returns:
- The remove.
-
getRemoveOrBuilder
UserDataOrBuilder getRemoveOrBuilder()Remove the provided data from the transaction. Data cannot be retrieved after being uploaded.
.google.ads.googleads.v18.common.UserData remove = 2; -
hasRemoveAll
boolean hasRemoveAll()Remove all previously provided data. This is only supported for Customer Match.
bool remove_all = 3;- Returns:
- Whether the removeAll field is set.
-
getRemoveAll
boolean getRemoveAll()Remove all previously provided data. This is only supported for Customer Match.
bool remove_all = 3;- Returns:
- The removeAll.
-
getOperationCase
OfflineUserDataJobOperation.OperationCase getOperationCase()
-