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 Summary
Modifier and TypeMethodDescriptionRequired.com.google.protobuf.ByteStringRequired.Metadata for data updates to a Customer Match user list.Metadata for data updates to a Customer Match user list.getOperations(int index) Required.intRequired.Required.getOperationsOrBuilder(int index) Required.List<? extends UserDataOperationOrBuilder>Required.booleanMetadata for data updates to a Customer Match user list.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
-
getCustomerId
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
List<UserDataOperation> getOperationsList()Required. The list of operations to be done.
repeated .google.ads.googleads.v18.services.UserDataOperation operations = 3 [(.google.api.field_behavior) = REQUIRED]; -
getOperations
Required. The list of operations to be done.
repeated .google.ads.googleads.v18.services.UserDataOperation operations = 3 [(.google.api.field_behavior) = REQUIRED]; -
getOperationsCount
int getOperationsCount()Required. The list of operations to be done.
repeated .google.ads.googleads.v18.services.UserDataOperation operations = 3 [(.google.api.field_behavior) = REQUIRED]; -
getOperationsOrBuilderList
List<? extends UserDataOperationOrBuilder> getOperationsOrBuilderList()Required. The list of operations to be done.
repeated .google.ads.googleads.v18.services.UserDataOperation operations = 3 [(.google.api.field_behavior) = REQUIRED]; -
getOperationsOrBuilder
Required. The list of operations to be done.
repeated .google.ads.googleads.v18.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.v18.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.v18.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.v18.common.CustomerMatchUserListMetadata customer_match_user_list_metadata = 2; -
getMetadataCase
UploadUserDataRequest.MetadataCase getMetadataCase()
-