Class CustomerMatchUserListMetadata.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<CustomerMatchUserListMetadata.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<CustomerMatchUserListMetadata.Builder>
      • getDefaultInstanceForType

        public CustomerMatchUserListMetadata getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public CustomerMatchUserListMetadata build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public CustomerMatchUserListMetadata buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setRepeatedField

        public CustomerMatchUserListMetadata.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                      int index,
                                                                      java.lang.Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CustomerMatchUserListMetadata.Builder>
      • addRepeatedField

        public CustomerMatchUserListMetadata.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                      java.lang.Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CustomerMatchUserListMetadata.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<CustomerMatchUserListMetadata.Builder>
      • mergeFrom

        public CustomerMatchUserListMetadata.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                        throws java.io.IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<CustomerMatchUserListMetadata.Builder>
        Throws:
        java.io.IOException
      • hasUserList

        public 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;
        Specified by:
        hasUserList in interface CustomerMatchUserListMetadataOrBuilder
        Returns:
        Whether the userList field is set.
      • getUserList

        public 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;
        Specified by:
        getUserList in interface CustomerMatchUserListMetadataOrBuilder
        Returns:
        The userList.
      • getUserListBytes

        public 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;
        Specified by:
        getUserListBytes in interface CustomerMatchUserListMetadataOrBuilder
        Returns:
        The bytes for userList.
      • setUserList

        public CustomerMatchUserListMetadata.Builder setUserList​(java.lang.String value)
         The resource name of remarketing list to update data.
         Required for job of CUSTOMER_MATCH_USER_LIST type.
         
        optional string user_list = 2;
        Parameters:
        value - The userList to set.
        Returns:
        This builder for chaining.
      • clearUserList

        public CustomerMatchUserListMetadata.Builder clearUserList()
         The resource name of remarketing list to update data.
         Required for job of CUSTOMER_MATCH_USER_LIST type.
         
        optional string user_list = 2;
        Returns:
        This builder for chaining.
      • setUserListBytes

        public CustomerMatchUserListMetadata.Builder setUserListBytes​(com.google.protobuf.ByteString value)
         The resource name of remarketing list to update data.
         Required for job of CUSTOMER_MATCH_USER_LIST type.
         
        optional string user_list = 2;
        Parameters:
        value - The bytes for userList to set.
        Returns:
        This builder for chaining.