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

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

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

        public MigratableResource.AutomlDataset 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<MigratableResource.AutomlDataset.Builder>
      • getDataset

        public String getDataset()
         Full resource name of automl Dataset.
         Format:
         `projects/{project}/locations/{location}/datasets/{dataset}`.
         
        string dataset = 1 [(.google.api.resource_reference) = { ... }
        Specified by:
        getDataset in interface MigratableResource.AutomlDatasetOrBuilder
        Returns:
        The dataset.
      • getDatasetBytes

        public com.google.protobuf.ByteString getDatasetBytes()
         Full resource name of automl Dataset.
         Format:
         `projects/{project}/locations/{location}/datasets/{dataset}`.
         
        string dataset = 1 [(.google.api.resource_reference) = { ... }
        Specified by:
        getDatasetBytes in interface MigratableResource.AutomlDatasetOrBuilder
        Returns:
        The bytes for dataset.
      • setDataset

        public MigratableResource.AutomlDataset.Builder setDataset​(String value)
         Full resource name of automl Dataset.
         Format:
         `projects/{project}/locations/{location}/datasets/{dataset}`.
         
        string dataset = 1 [(.google.api.resource_reference) = { ... }
        Parameters:
        value - The dataset to set.
        Returns:
        This builder for chaining.
      • clearDataset

        public MigratableResource.AutomlDataset.Builder clearDataset()
         Full resource name of automl Dataset.
         Format:
         `projects/{project}/locations/{location}/datasets/{dataset}`.
         
        string dataset = 1 [(.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setDatasetBytes

        public MigratableResource.AutomlDataset.Builder setDatasetBytes​(com.google.protobuf.ByteString value)
         Full resource name of automl Dataset.
         Format:
         `projects/{project}/locations/{location}/datasets/{dataset}`.
         
        string dataset = 1 [(.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for dataset to set.
        Returns:
        This builder for chaining.
      • setDatasetDisplayName

        public MigratableResource.AutomlDataset.Builder setDatasetDisplayName​(String value)
         The Dataset's display name in automl.googleapis.com.
         
        string dataset_display_name = 4;
        Parameters:
        value - The datasetDisplayName to set.
        Returns:
        This builder for chaining.
      • clearDatasetDisplayName

        public MigratableResource.AutomlDataset.Builder clearDatasetDisplayName()
         The Dataset's display name in automl.googleapis.com.
         
        string dataset_display_name = 4;
        Returns:
        This builder for chaining.
      • setDatasetDisplayNameBytes

        public MigratableResource.AutomlDataset.Builder setDatasetDisplayNameBytes​(com.google.protobuf.ByteString value)
         The Dataset's display name in automl.googleapis.com.
         
        string dataset_display_name = 4;
        Parameters:
        value - The bytes for datasetDisplayName to set.
        Returns:
        This builder for chaining.