Class ExportDataOperationMetadata.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<ExportDataOperationMetadata.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<ExportDataOperationMetadata.Builder>
      • getDefaultInstanceForType

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

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

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

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

        public ExportDataOperationMetadata.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<ExportDataOperationMetadata.Builder>
        Throws:
        IOException
      • hasGenericMetadata

        public boolean hasGenericMetadata()
         The common part of the operation metadata.
         
        .google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
        Specified by:
        hasGenericMetadata in interface ExportDataOperationMetadataOrBuilder
        Returns:
        Whether the genericMetadata field is set.
      • clearGenericMetadata

        public ExportDataOperationMetadata.Builder clearGenericMetadata()
         The common part of the operation metadata.
         
        .google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
      • getGenericMetadataBuilder

        public GenericOperationMetadata.Builder getGenericMetadataBuilder()
         The common part of the operation metadata.
         
        .google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
      • getGcsOutputDirectory

        public String getGcsOutputDirectory()
         A Google Cloud Storage directory which path ends with '/'. The exported
         data is stored in the directory.
         
        string gcs_output_directory = 2;
        Specified by:
        getGcsOutputDirectory in interface ExportDataOperationMetadataOrBuilder
        Returns:
        The gcsOutputDirectory.
      • getGcsOutputDirectoryBytes

        public com.google.protobuf.ByteString getGcsOutputDirectoryBytes()
         A Google Cloud Storage directory which path ends with '/'. The exported
         data is stored in the directory.
         
        string gcs_output_directory = 2;
        Specified by:
        getGcsOutputDirectoryBytes in interface ExportDataOperationMetadataOrBuilder
        Returns:
        The bytes for gcsOutputDirectory.
      • setGcsOutputDirectory

        public ExportDataOperationMetadata.Builder setGcsOutputDirectory​(String value)
         A Google Cloud Storage directory which path ends with '/'. The exported
         data is stored in the directory.
         
        string gcs_output_directory = 2;
        Parameters:
        value - The gcsOutputDirectory to set.
        Returns:
        This builder for chaining.
      • clearGcsOutputDirectory

        public ExportDataOperationMetadata.Builder clearGcsOutputDirectory()
         A Google Cloud Storage directory which path ends with '/'. The exported
         data is stored in the directory.
         
        string gcs_output_directory = 2;
        Returns:
        This builder for chaining.
      • setGcsOutputDirectoryBytes

        public ExportDataOperationMetadata.Builder setGcsOutputDirectoryBytes​(com.google.protobuf.ByteString value)
         A Google Cloud Storage directory which path ends with '/'. The exported
         data is stored in the directory.
         
        string gcs_output_directory = 2;
        Parameters:
        value - The bytes for gcsOutputDirectory to set.
        Returns:
        This builder for chaining.
      • mergeUnknownFields

        public final ExportDataOperationMetadata.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<ExportDataOperationMetadata.Builder>