Interface CustomerMatchUserListMetadataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Consent getConsent()
      The consent setting for all the users in this job.
      ConsentOrBuilder getConsentOrBuilder()
      The consent setting for all the users in this job.
      java.lang.String getUserList()
      The resource name of remarketing list to update data.
      com.google.protobuf.ByteString getUserListBytes()
      The resource name of remarketing list to update data.
      boolean hasConsent()
      The consent setting for all the users in this job.
      boolean hasUserList()
      The resource name of remarketing list to update data.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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;