Class Dataset.Builder

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

    public static final class Dataset.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<Dataset.Builder>
    implements DatasetOrBuilder
     A representation of a maps platform dataset.
     
    Protobuf type google.maps.mapsplatformdatasets.v1alpha.Dataset
    • 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<Dataset.Builder>
      • clear

        public Dataset.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<Dataset.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<Dataset.Builder>
      • getDefaultInstanceForType

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

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

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

        public Dataset.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<Dataset.Builder>
      • setField

        public Dataset.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<Dataset.Builder>
      • clearField

        public Dataset.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<Dataset.Builder>
      • clearOneof

        public Dataset.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<Dataset.Builder>
      • setRepeatedField

        public Dataset.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<Dataset.Builder>
      • addRepeatedField

        public Dataset.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<Dataset.Builder>
      • mergeFrom

        public Dataset.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<Dataset.Builder>
      • isInitialized

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

        public Dataset.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<Dataset.Builder>
        Throws:
        IOException
      • getName

        public String getName()
         Resource name,
         projects/{project}/datasets/{dataset_id}
         
        string name = 1;
        Specified by:
        getName in interface DatasetOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Resource name,
         projects/{project}/datasets/{dataset_id}
         
        string name = 1;
        Specified by:
        getNameBytes in interface DatasetOrBuilder
        Returns:
        The bytes for name.
      • setName

        public Dataset.Builder setName​(String value)
         Resource name,
         projects/{project}/datasets/{dataset_id}
         
        string name = 1;
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public Dataset.Builder clearName()
         Resource name,
         projects/{project}/datasets/{dataset_id}
         
        string name = 1;
        Returns:
        This builder for chaining.
      • setNameBytes

        public Dataset.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Resource name,
         projects/{project}/datasets/{dataset_id}
         
        string name = 1;
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getDisplayName

        public String getDisplayName()
         Human readable name, shown in the console UI. Set by customer.
         
        string display_name = 2;
        Specified by:
        getDisplayName in interface DatasetOrBuilder
        Returns:
        The displayName.
      • getDisplayNameBytes

        public com.google.protobuf.ByteString getDisplayNameBytes()
         Human readable name, shown in the console UI. Set by customer.
         
        string display_name = 2;
        Specified by:
        getDisplayNameBytes in interface DatasetOrBuilder
        Returns:
        The bytes for displayName.
      • setDisplayName

        public Dataset.Builder setDisplayName​(String value)
         Human readable name, shown in the console UI. Set by customer.
         
        string display_name = 2;
        Parameters:
        value - The displayName to set.
        Returns:
        This builder for chaining.
      • clearDisplayName

        public Dataset.Builder clearDisplayName()
         Human readable name, shown in the console UI. Set by customer.
         
        string display_name = 2;
        Returns:
        This builder for chaining.
      • setDisplayNameBytes

        public Dataset.Builder setDisplayNameBytes​(com.google.protobuf.ByteString value)
         Human readable name, shown in the console UI. Set by customer.
         
        string display_name = 2;
        Parameters:
        value - The bytes for displayName to set.
        Returns:
        This builder for chaining.
      • getDescription

        public String getDescription()
         A description of this dataset; set by the customer.
         
        string description = 3;
        Specified by:
        getDescription in interface DatasetOrBuilder
        Returns:
        The description.
      • getDescriptionBytes

        public com.google.protobuf.ByteString getDescriptionBytes()
         A description of this dataset; set by the customer.
         
        string description = 3;
        Specified by:
        getDescriptionBytes in interface DatasetOrBuilder
        Returns:
        The bytes for description.
      • setDescription

        public Dataset.Builder setDescription​(String value)
         A description of this dataset; set by the customer.
         
        string description = 3;
        Parameters:
        value - The description to set.
        Returns:
        This builder for chaining.
      • clearDescription

        public Dataset.Builder clearDescription()
         A description of this dataset; set by the customer.
         
        string description = 3;
        Returns:
        This builder for chaining.
      • setDescriptionBytes

        public Dataset.Builder setDescriptionBytes​(com.google.protobuf.ByteString value)
         A description of this dataset; set by the customer.
         
        string description = 3;
        Parameters:
        value - The bytes for description to set.
        Returns:
        This builder for chaining.
      • getVersionId

        public String getVersionId()
         The version of the dataset.
         
        string version_id = 4;
        Specified by:
        getVersionId in interface DatasetOrBuilder
        Returns:
        The versionId.
      • getVersionIdBytes

        public com.google.protobuf.ByteString getVersionIdBytes()
         The version of the dataset.
         
        string version_id = 4;
        Specified by:
        getVersionIdBytes in interface DatasetOrBuilder
        Returns:
        The bytes for versionId.
      • setVersionId

        public Dataset.Builder setVersionId​(String value)
         The version of the dataset.
         
        string version_id = 4;
        Parameters:
        value - The versionId to set.
        Returns:
        This builder for chaining.
      • clearVersionId

        public Dataset.Builder clearVersionId()
         The version of the dataset.
         
        string version_id = 4;
        Returns:
        This builder for chaining.
      • setVersionIdBytes

        public Dataset.Builder setVersionIdBytes​(com.google.protobuf.ByteString value)
         The version of the dataset.
         
        string version_id = 4;
        Parameters:
        value - The bytes for versionId to set.
        Returns:
        This builder for chaining.
      • getUsageList

        public List<Usage> getUsageList()
         Specified use case(s) for this dataset.
         
        repeated .google.maps.mapsplatformdatasets.v1alpha.Usage usage = 5;
        Specified by:
        getUsageList in interface DatasetOrBuilder
        Returns:
        A list containing the usage.
      • getUsageCount

        public int getUsageCount()
         Specified use case(s) for this dataset.
         
        repeated .google.maps.mapsplatformdatasets.v1alpha.Usage usage = 5;
        Specified by:
        getUsageCount in interface DatasetOrBuilder
        Returns:
        The count of usage.
      • getUsage

        public Usage getUsage​(int index)
         Specified use case(s) for this dataset.
         
        repeated .google.maps.mapsplatformdatasets.v1alpha.Usage usage = 5;
        Specified by:
        getUsage in interface DatasetOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The usage at the given index.
      • setUsage

        public Dataset.Builder setUsage​(int index,
                                        Usage value)
         Specified use case(s) for this dataset.
         
        repeated .google.maps.mapsplatformdatasets.v1alpha.Usage usage = 5;
        Parameters:
        index - The index to set the value at.
        value - The usage to set.
        Returns:
        This builder for chaining.
      • addUsage

        public Dataset.Builder addUsage​(Usage value)
         Specified use case(s) for this dataset.
         
        repeated .google.maps.mapsplatformdatasets.v1alpha.Usage usage = 5;
        Parameters:
        value - The usage to add.
        Returns:
        This builder for chaining.
      • addAllUsage

        public Dataset.Builder addAllUsage​(Iterable<? extends Usage> values)
         Specified use case(s) for this dataset.
         
        repeated .google.maps.mapsplatformdatasets.v1alpha.Usage usage = 5;
        Parameters:
        values - The usage to add.
        Returns:
        This builder for chaining.
      • clearUsage

        public Dataset.Builder clearUsage()
         Specified use case(s) for this dataset.
         
        repeated .google.maps.mapsplatformdatasets.v1alpha.Usage usage = 5;
        Returns:
        This builder for chaining.
      • getUsageValueList

        public List<Integer> getUsageValueList()
         Specified use case(s) for this dataset.
         
        repeated .google.maps.mapsplatformdatasets.v1alpha.Usage usage = 5;
        Specified by:
        getUsageValueList in interface DatasetOrBuilder
        Returns:
        A list containing the enum numeric values on the wire for usage.
      • getUsageValue

        public int getUsageValue​(int index)
         Specified use case(s) for this dataset.
         
        repeated .google.maps.mapsplatformdatasets.v1alpha.Usage usage = 5;
        Specified by:
        getUsageValue in interface DatasetOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of usage at the given index.
      • setUsageValue

        public Dataset.Builder setUsageValue​(int index,
                                             int value)
         Specified use case(s) for this dataset.
         
        repeated .google.maps.mapsplatformdatasets.v1alpha.Usage usage = 5;
        Parameters:
        index - The index to set the value at.
        value - The enum numeric value on the wire for usage to set.
        Returns:
        This builder for chaining.
      • addUsageValue

        public Dataset.Builder addUsageValue​(int value)
         Specified use case(s) for this dataset.
         
        repeated .google.maps.mapsplatformdatasets.v1alpha.Usage usage = 5;
        Parameters:
        value - The enum numeric value on the wire for usage to add.
        Returns:
        This builder for chaining.
      • addAllUsageValue

        public Dataset.Builder addAllUsageValue​(Iterable<Integer> values)
         Specified use case(s) for this dataset.
         
        repeated .google.maps.mapsplatformdatasets.v1alpha.Usage usage = 5;
        Parameters:
        values - The enum numeric values on the wire for usage to add.
        Returns:
        This builder for chaining.
      • hasLocalFileSource

        public boolean hasLocalFileSource()
         A local file source for the dataset for a single upload.
         
        .google.maps.mapsplatformdatasets.v1alpha.LocalFileSource local_file_source = 6;
        Specified by:
        hasLocalFileSource in interface DatasetOrBuilder
        Returns:
        Whether the localFileSource field is set.
      • getLocalFileSource

        public LocalFileSource getLocalFileSource()
         A local file source for the dataset for a single upload.
         
        .google.maps.mapsplatformdatasets.v1alpha.LocalFileSource local_file_source = 6;
        Specified by:
        getLocalFileSource in interface DatasetOrBuilder
        Returns:
        The localFileSource.
      • setLocalFileSource

        public Dataset.Builder setLocalFileSource​(LocalFileSource value)
         A local file source for the dataset for a single upload.
         
        .google.maps.mapsplatformdatasets.v1alpha.LocalFileSource local_file_source = 6;
      • setLocalFileSource

        public Dataset.Builder setLocalFileSource​(LocalFileSource.Builder builderForValue)
         A local file source for the dataset for a single upload.
         
        .google.maps.mapsplatformdatasets.v1alpha.LocalFileSource local_file_source = 6;
      • mergeLocalFileSource

        public Dataset.Builder mergeLocalFileSource​(LocalFileSource value)
         A local file source for the dataset for a single upload.
         
        .google.maps.mapsplatformdatasets.v1alpha.LocalFileSource local_file_source = 6;
      • clearLocalFileSource

        public Dataset.Builder clearLocalFileSource()
         A local file source for the dataset for a single upload.
         
        .google.maps.mapsplatformdatasets.v1alpha.LocalFileSource local_file_source = 6;
      • getLocalFileSourceBuilder

        public LocalFileSource.Builder getLocalFileSourceBuilder()
         A local file source for the dataset for a single upload.
         
        .google.maps.mapsplatformdatasets.v1alpha.LocalFileSource local_file_source = 6;
      • hasGcsSource

        public boolean hasGcsSource()
         A Google Cloud Storage file source for the dataset for a single upload.
         
        .google.maps.mapsplatformdatasets.v1alpha.GcsSource gcs_source = 7;
        Specified by:
        hasGcsSource in interface DatasetOrBuilder
        Returns:
        Whether the gcsSource field is set.
      • getGcsSource

        public GcsSource getGcsSource()
         A Google Cloud Storage file source for the dataset for a single upload.
         
        .google.maps.mapsplatformdatasets.v1alpha.GcsSource gcs_source = 7;
        Specified by:
        getGcsSource in interface DatasetOrBuilder
        Returns:
        The gcsSource.
      • setGcsSource

        public Dataset.Builder setGcsSource​(GcsSource value)
         A Google Cloud Storage file source for the dataset for a single upload.
         
        .google.maps.mapsplatformdatasets.v1alpha.GcsSource gcs_source = 7;
      • setGcsSource

        public Dataset.Builder setGcsSource​(GcsSource.Builder builderForValue)
         A Google Cloud Storage file source for the dataset for a single upload.
         
        .google.maps.mapsplatformdatasets.v1alpha.GcsSource gcs_source = 7;
      • mergeGcsSource

        public Dataset.Builder mergeGcsSource​(GcsSource value)
         A Google Cloud Storage file source for the dataset for a single upload.
         
        .google.maps.mapsplatformdatasets.v1alpha.GcsSource gcs_source = 7;
      • clearGcsSource

        public Dataset.Builder clearGcsSource()
         A Google Cloud Storage file source for the dataset for a single upload.
         
        .google.maps.mapsplatformdatasets.v1alpha.GcsSource gcs_source = 7;
      • getGcsSourceBuilder

        public GcsSource.Builder getGcsSourceBuilder()
         A Google Cloud Storage file source for the dataset for a single upload.
         
        .google.maps.mapsplatformdatasets.v1alpha.GcsSource gcs_source = 7;
      • getGcsSourceOrBuilder

        public GcsSourceOrBuilder getGcsSourceOrBuilder()
         A Google Cloud Storage file source for the dataset for a single upload.
         
        .google.maps.mapsplatformdatasets.v1alpha.GcsSource gcs_source = 7;
        Specified by:
        getGcsSourceOrBuilder in interface DatasetOrBuilder
      • getStatusValue

        public int getStatusValue()
         The status of the import of the latest dataset version.
         
        .google.maps.mapsplatformdatasets.v1alpha.State status = 12;
        Specified by:
        getStatusValue in interface DatasetOrBuilder
        Returns:
        The enum numeric value on the wire for status.
      • setStatusValue

        public Dataset.Builder setStatusValue​(int value)
         The status of the import of the latest dataset version.
         
        .google.maps.mapsplatformdatasets.v1alpha.State status = 12;
        Parameters:
        value - The enum numeric value on the wire for status to set.
        Returns:
        This builder for chaining.
      • getStatus

        public State getStatus()
         The status of the import of the latest dataset version.
         
        .google.maps.mapsplatformdatasets.v1alpha.State status = 12;
        Specified by:
        getStatus in interface DatasetOrBuilder
        Returns:
        The status.
      • setStatus

        public Dataset.Builder setStatus​(State value)
         The status of the import of the latest dataset version.
         
        .google.maps.mapsplatformdatasets.v1alpha.State status = 12;
        Parameters:
        value - The status to set.
        Returns:
        This builder for chaining.
      • clearStatus

        public Dataset.Builder clearStatus()
         The status of the import of the latest dataset version.
         
        .google.maps.mapsplatformdatasets.v1alpha.State status = 12;
        Returns:
        This builder for chaining.
      • hasCreateTime

        public boolean hasCreateTime()
         Output only. Time when the dataset was first created.
         
        .google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasCreateTime in interface DatasetOrBuilder
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        public com.google.protobuf.Timestamp getCreateTime()
         Output only. Time when the dataset was first created.
         
        .google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTime in interface DatasetOrBuilder
        Returns:
        The createTime.
      • setCreateTime

        public Dataset.Builder setCreateTime​(com.google.protobuf.Timestamp value)
         Output only. Time when the dataset was first created.
         
        .google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setCreateTime

        public Dataset.Builder setCreateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. Time when the dataset was first created.
         
        .google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeCreateTime

        public Dataset.Builder mergeCreateTime​(com.google.protobuf.Timestamp value)
         Output only. Time when the dataset was first created.
         
        .google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearCreateTime

        public Dataset.Builder clearCreateTime()
         Output only. Time when the dataset was first created.
         
        .google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCreateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
         Output only. Time when the dataset was first created.
         
        .google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCreateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         Output only. Time when the dataset was first created.
         
        .google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTimeOrBuilder in interface DatasetOrBuilder
      • hasUpdateTime

        public boolean hasUpdateTime()
         Output only. Time when the dataset metadata was last updated.
         
        .google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasUpdateTime in interface DatasetOrBuilder
        Returns:
        Whether the updateTime field is set.
      • getUpdateTime

        public com.google.protobuf.Timestamp getUpdateTime()
         Output only. Time when the dataset metadata was last updated.
         
        .google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUpdateTime in interface DatasetOrBuilder
        Returns:
        The updateTime.
      • setUpdateTime

        public Dataset.Builder setUpdateTime​(com.google.protobuf.Timestamp value)
         Output only. Time when the dataset metadata was last updated.
         
        .google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setUpdateTime

        public Dataset.Builder setUpdateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. Time when the dataset metadata was last updated.
         
        .google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeUpdateTime

        public Dataset.Builder mergeUpdateTime​(com.google.protobuf.Timestamp value)
         Output only. Time when the dataset metadata was last updated.
         
        .google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearUpdateTime

        public Dataset.Builder clearUpdateTime()
         Output only. Time when the dataset metadata was last updated.
         
        .google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getUpdateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
         Output only. Time when the dataset metadata was last updated.
         
        .google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getUpdateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
         Output only. Time when the dataset metadata was last updated.
         
        .google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUpdateTimeOrBuilder in interface DatasetOrBuilder
      • hasVersionCreateTime

        public boolean hasVersionCreateTime()
         Output only. Time when this version of dataset was created. (It happened when importing
         data to the dataset)
         
        .google.protobuf.Timestamp version_create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasVersionCreateTime in interface DatasetOrBuilder
        Returns:
        Whether the versionCreateTime field is set.
      • getVersionCreateTime

        public com.google.protobuf.Timestamp getVersionCreateTime()
         Output only. Time when this version of dataset was created. (It happened when importing
         data to the dataset)
         
        .google.protobuf.Timestamp version_create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getVersionCreateTime in interface DatasetOrBuilder
        Returns:
        The versionCreateTime.
      • setVersionCreateTime

        public Dataset.Builder setVersionCreateTime​(com.google.protobuf.Timestamp value)
         Output only. Time when this version of dataset was created. (It happened when importing
         data to the dataset)
         
        .google.protobuf.Timestamp version_create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setVersionCreateTime

        public Dataset.Builder setVersionCreateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. Time when this version of dataset was created. (It happened when importing
         data to the dataset)
         
        .google.protobuf.Timestamp version_create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeVersionCreateTime

        public Dataset.Builder mergeVersionCreateTime​(com.google.protobuf.Timestamp value)
         Output only. Time when this version of dataset was created. (It happened when importing
         data to the dataset)
         
        .google.protobuf.Timestamp version_create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearVersionCreateTime

        public Dataset.Builder clearVersionCreateTime()
         Output only. Time when this version of dataset was created. (It happened when importing
         data to the dataset)
         
        .google.protobuf.Timestamp version_create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getVersionCreateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getVersionCreateTimeBuilder()
         Output only. Time when this version of dataset was created. (It happened when importing
         data to the dataset)
         
        .google.protobuf.Timestamp version_create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getVersionCreateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getVersionCreateTimeOrBuilder()
         Output only. Time when this version of dataset was created. (It happened when importing
         data to the dataset)
         
        .google.protobuf.Timestamp version_create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getVersionCreateTimeOrBuilder in interface DatasetOrBuilder
      • getVersionDescription

        public String getVersionDescription()
         Output only. The description for this version of dataset. It is provided when importing
         data to the dataset.
         
        string version_description = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getVersionDescription in interface DatasetOrBuilder
        Returns:
        The versionDescription.
      • getVersionDescriptionBytes

        public com.google.protobuf.ByteString getVersionDescriptionBytes()
         Output only. The description for this version of dataset. It is provided when importing
         data to the dataset.
         
        string version_description = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getVersionDescriptionBytes in interface DatasetOrBuilder
        Returns:
        The bytes for versionDescription.
      • setVersionDescription

        public Dataset.Builder setVersionDescription​(String value)
         Output only. The description for this version of dataset. It is provided when importing
         data to the dataset.
         
        string version_description = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The versionDescription to set.
        Returns:
        This builder for chaining.
      • clearVersionDescription

        public Dataset.Builder clearVersionDescription()
         Output only. The description for this version of dataset. It is provided when importing
         data to the dataset.
         
        string version_description = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setVersionDescriptionBytes

        public Dataset.Builder setVersionDescriptionBytes​(com.google.protobuf.ByteString value)
         Output only. The description for this version of dataset. It is provided when importing
         data to the dataset.
         
        string version_description = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for versionDescription to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final Dataset.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<Dataset.Builder>
      • mergeUnknownFields

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