Interface CustomerMatchUserListMetadataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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 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.