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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConsentgetConsent()The consent setting for all the users in this job.ConsentOrBuildergetConsentOrBuilder()The consent setting for all the users in this job.java.lang.StringgetUserList()The resource name of remarketing list to update data.com.google.protobuf.ByteStringgetUserListBytes()The resource name of remarketing list to update data.booleanhasConsent()The consent setting for all the users in this job.booleanhasUserList()The resource name of remarketing list to update data.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
java.lang.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.v15.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.v15.common.Consent consent = 3;- Returns:
- The consent.
-
getConsentOrBuilder
ConsentOrBuilder getConsentOrBuilder()
The consent setting for all the users in this job.
optional .google.ads.googleads.v15.common.Consent consent = 3;
-
-