Interface UploadUserDataRequestOrBuilder

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

    public interface UploadUserDataRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getCustomerId

        java.lang.String getCustomerId()
         Required. The ID of the customer for which to update the user data.
         
        string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The customerId.
      • getCustomerIdBytes

        com.google.protobuf.ByteString getCustomerIdBytes()
         Required. The ID of the customer for which to update the user data.
         
        string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for customerId.
      • getOperationsList

        java.util.List<UserDataOperation> getOperationsList()
         Required. The list of operations to be done.
         
        repeated .google.ads.googleads.v10.services.UserDataOperation operations = 3 [(.google.api.field_behavior) = REQUIRED];
      • getOperations

        UserDataOperation getOperations​(int index)
         Required. The list of operations to be done.
         
        repeated .google.ads.googleads.v10.services.UserDataOperation operations = 3 [(.google.api.field_behavior) = REQUIRED];
      • getOperationsCount

        int getOperationsCount()
         Required. The list of operations to be done.
         
        repeated .google.ads.googleads.v10.services.UserDataOperation operations = 3 [(.google.api.field_behavior) = REQUIRED];
      • getOperationsOrBuilderList

        java.util.List<? extends UserDataOperationOrBuilder> getOperationsOrBuilderList()
         Required. The list of operations to be done.
         
        repeated .google.ads.googleads.v10.services.UserDataOperation operations = 3 [(.google.api.field_behavior) = REQUIRED];
      • getOperationsOrBuilder

        UserDataOperationOrBuilder getOperationsOrBuilder​(int index)
         Required. The list of operations to be done.
         
        repeated .google.ads.googleads.v10.services.UserDataOperation operations = 3 [(.google.api.field_behavior) = REQUIRED];
      • hasCustomerMatchUserListMetadata

        boolean hasCustomerMatchUserListMetadata()
         Metadata for data updates to a Customer Match user list.
         
        .google.ads.googleads.v10.common.CustomerMatchUserListMetadata customer_match_user_list_metadata = 2;
        Returns:
        Whether the customerMatchUserListMetadata field is set.
      • getCustomerMatchUserListMetadata

        CustomerMatchUserListMetadata getCustomerMatchUserListMetadata()
         Metadata for data updates to a Customer Match user list.
         
        .google.ads.googleads.v10.common.CustomerMatchUserListMetadata customer_match_user_list_metadata = 2;
        Returns:
        The customerMatchUserListMetadata.
      • getCustomerMatchUserListMetadataOrBuilder

        CustomerMatchUserListMetadataOrBuilder getCustomerMatchUserListMetadataOrBuilder()
         Metadata for data updates to a Customer Match user list.
         
        .google.ads.googleads.v10.common.CustomerMatchUserListMetadata customer_match_user_list_metadata = 2;