Interface CustomerMatchUserListMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CustomerMatchUserListMetadata,CustomerMatchUserListMetadata.Builder
public interface CustomerMatchUserListMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe consent setting for all the users in this job.The consent setting for all the users in this job.The resource name of remarketing list to update data.com.google.protobuf.ByteStringThe resource name of remarketing list to update data.booleanThe consent setting for all the users in this job.booleanThe resource name of remarketing list to update data.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
-
hasUserList
boolean hasUserList()The resource name of remarketing list to update data. Required for job of CUSTOMER_MATCH_USER_LIST type.
optional string user_list = 2;- Returns:
- Whether the userList field is set.
-
getUserList
String getUserList()The resource name of remarketing list to update data. Required for job of CUSTOMER_MATCH_USER_LIST type.
optional string user_list = 2;- Returns:
- The userList.
-
getUserListBytes
com.google.protobuf.ByteString getUserListBytes()The resource name of remarketing list to update data. Required for job of CUSTOMER_MATCH_USER_LIST type.
optional string user_list = 2;- Returns:
- The bytes for userList.
-
hasConsent
boolean hasConsent()The consent setting for all the users in this job.
optional .google.ads.googleads.v18.common.Consent consent = 3;- Returns:
- Whether the consent field is set.
-
getConsent
Consent getConsent()The consent setting for all the users in this job.
optional .google.ads.googleads.v18.common.Consent consent = 3;- Returns:
- The consent.
-
getConsentOrBuilder
ConsentOrBuilder getConsentOrBuilder()The consent setting for all the users in this job.
optional .google.ads.googleads.v18.common.Consent consent = 3;
-