Interface UserDataOperationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserDataOperation,UserDataOperation.Builder
public interface UserDataOperationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserDatagetCreate()The list of user data to be appended to the user list.UserDataOrBuildergetCreateOrBuilder()The list of user data to be appended to the user list.UserDataOperation.OperationCasegetOperationCase()UserDatagetRemove()The list of user data to be removed from the user list.UserDataOrBuildergetRemoveOrBuilder()The list of user data to be removed from the user list.booleanhasCreate()The list of user data to be appended to the user list.booleanhasRemove()The list of user data to be removed from the user list.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCreate
boolean hasCreate()
The list of user data to be appended to the user list.
.google.ads.googleads.v10.common.UserData create = 1;- Returns:
- Whether the create field is set.
-
getCreate
UserData getCreate()
The list of user data to be appended to the user list.
.google.ads.googleads.v10.common.UserData create = 1;- Returns:
- The create.
-
getCreateOrBuilder
UserDataOrBuilder getCreateOrBuilder()
The list of user data to be appended to the user list.
.google.ads.googleads.v10.common.UserData create = 1;
-
hasRemove
boolean hasRemove()
The list of user data to be removed from the user list.
.google.ads.googleads.v10.common.UserData remove = 2;- Returns:
- Whether the remove field is set.
-
getRemove
UserData getRemove()
The list of user data to be removed from the user list.
.google.ads.googleads.v10.common.UserData remove = 2;- Returns:
- The remove.
-
getRemoveOrBuilder
UserDataOrBuilder getRemoveOrBuilder()
The list of user data to be removed from the user list.
.google.ads.googleads.v10.common.UserData remove = 2;
-
getOperationCase
UserDataOperation.OperationCase getOperationCase()
-
-