Class ExportDataResponse.Builder

  • All Implemented Interfaces:
    ExportDataResponseOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    ExportDataResponse

    public static final class ExportDataResponse.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<ExportDataResponse.Builder>
    implements ExportDataResponseOrBuilder
     Response message for
     [DatasetService.ExportData][google.cloud.aiplatform.v1.DatasetService.ExportData].
     
    Protobuf type google.cloud.aiplatform.v1.ExportDataResponse
    • 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<ExportDataResponse.Builder>
      • clear

        public ExportDataResponse.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<ExportDataResponse.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<ExportDataResponse.Builder>
      • getDefaultInstanceForType

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

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

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

        public ExportDataResponse.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<ExportDataResponse.Builder>
      • setField

        public ExportDataResponse.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                   Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<ExportDataResponse.Builder>
      • clearField

        public ExportDataResponse.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<ExportDataResponse.Builder>
      • clearOneof

        public ExportDataResponse.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ExportDataResponse.Builder>
      • setRepeatedField

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

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

        public ExportDataResponse.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ExportDataResponse.Builder>
      • isInitialized

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

        public ExportDataResponse.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws 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<ExportDataResponse.Builder>
        Throws:
        IOException
      • getExportedFilesList

        public com.google.protobuf.ProtocolStringList getExportedFilesList()
         All of the files that are exported in this export operation.
         
        repeated string exported_files = 1;
        Specified by:
        getExportedFilesList in interface ExportDataResponseOrBuilder
        Returns:
        A list containing the exportedFiles.
      • getExportedFilesCount

        public int getExportedFilesCount()
         All of the files that are exported in this export operation.
         
        repeated string exported_files = 1;
        Specified by:
        getExportedFilesCount in interface ExportDataResponseOrBuilder
        Returns:
        The count of exportedFiles.
      • getExportedFiles

        public String getExportedFiles​(int index)
         All of the files that are exported in this export operation.
         
        repeated string exported_files = 1;
        Specified by:
        getExportedFiles in interface ExportDataResponseOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The exportedFiles at the given index.
      • getExportedFilesBytes

        public com.google.protobuf.ByteString getExportedFilesBytes​(int index)
         All of the files that are exported in this export operation.
         
        repeated string exported_files = 1;
        Specified by:
        getExportedFilesBytes in interface ExportDataResponseOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the exportedFiles at the given index.
      • setExportedFiles

        public ExportDataResponse.Builder setExportedFiles​(int index,
                                                           String value)
         All of the files that are exported in this export operation.
         
        repeated string exported_files = 1;
        Parameters:
        index - The index to set the value at.
        value - The exportedFiles to set.
        Returns:
        This builder for chaining.
      • addExportedFiles

        public ExportDataResponse.Builder addExportedFiles​(String value)
         All of the files that are exported in this export operation.
         
        repeated string exported_files = 1;
        Parameters:
        value - The exportedFiles to add.
        Returns:
        This builder for chaining.
      • addAllExportedFiles

        public ExportDataResponse.Builder addAllExportedFiles​(Iterable<String> values)
         All of the files that are exported in this export operation.
         
        repeated string exported_files = 1;
        Parameters:
        values - The exportedFiles to add.
        Returns:
        This builder for chaining.
      • clearExportedFiles

        public ExportDataResponse.Builder clearExportedFiles()
         All of the files that are exported in this export operation.
         
        repeated string exported_files = 1;
        Returns:
        This builder for chaining.
      • addExportedFilesBytes

        public ExportDataResponse.Builder addExportedFilesBytes​(com.google.protobuf.ByteString value)
         All of the files that are exported in this export operation.
         
        repeated string exported_files = 1;
        Parameters:
        value - The bytes of the exportedFiles to add.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final ExportDataResponse.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ExportDataResponse.Builder>
      • mergeUnknownFields

        public final ExportDataResponse.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ExportDataResponse.Builder>