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

    Modifier and Type
    Method
    Description
    The list of user data to be appended to the user list.
    The list of user data to be appended to the user list.
     
    The list of user data to be removed from the user list.
    The list of user data to be removed from the user list.
    boolean
    The list of user data to be appended to the user list.
    boolean
    The list of user data to be removed from the user list.

    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()
       The list of user data to be appended to the user list.
       
      .google.ads.googleads.v18.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.v18.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.v18.common.UserData create = 1;
    • hasRemove

      boolean hasRemove()
       The list of user data to be removed from the user list.
       
      .google.ads.googleads.v18.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.v18.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.v18.common.UserData remove = 2;
    • getOperationCase