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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCustomerId()Required.com.google.protobuf.ByteStringgetCustomerIdBytes()Required.CustomerMatchUserListMetadatagetCustomerMatchUserListMetadata()Metadata for data updates to a Customer Match user list.CustomerMatchUserListMetadataOrBuildergetCustomerMatchUserListMetadataOrBuilder()Metadata for data updates to a Customer Match user list.UploadUserDataRequest.MetadataCasegetMetadataCase()UserDataOperationgetOperations(int index)Required.intgetOperationsCount()Required.java.util.List<UserDataOperation>getOperationsList()Required.UserDataOperationOrBuildergetOperationsOrBuilder(int index)Required.java.util.List<? extends UserDataOperationOrBuilder>getOperationsOrBuilderList()Required.booleanhasCustomerMatchUserListMetadata()Metadata for data updates to a Customer Match user list.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
getMetadataCase
UploadUserDataRequest.MetadataCase getMetadataCase()
-
-