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

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

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

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

        public String getCollection()
         Output only. The collection in Document AI Warehouse associated with the
         dataset.
         
        string collection = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCollection in interface Dataset.DocumentWarehouseConfigOrBuilder
        Returns:
        The collection.
      • getCollectionBytes

        public com.google.protobuf.ByteString getCollectionBytes()
         Output only. The collection in Document AI Warehouse associated with the
         dataset.
         
        string collection = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCollectionBytes in interface Dataset.DocumentWarehouseConfigOrBuilder
        Returns:
        The bytes for collection.
      • setCollection

        public Dataset.DocumentWarehouseConfig.Builder setCollection​(String value)
         Output only. The collection in Document AI Warehouse associated with the
         dataset.
         
        string collection = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The collection to set.
        Returns:
        This builder for chaining.
      • clearCollection

        public Dataset.DocumentWarehouseConfig.Builder clearCollection()
         Output only. The collection in Document AI Warehouse associated with the
         dataset.
         
        string collection = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setCollectionBytes

        public Dataset.DocumentWarehouseConfig.Builder setCollectionBytes​(com.google.protobuf.ByteString value)
         Output only. The collection in Document AI Warehouse associated with the
         dataset.
         
        string collection = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for collection to set.
        Returns:
        This builder for chaining.
      • getSchema

        public String getSchema()
         Output only. The schema in Document AI Warehouse associated with the
         dataset.
         
        string schema = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Specified by:
        getSchema in interface Dataset.DocumentWarehouseConfigOrBuilder
        Returns:
        The schema.
      • getSchemaBytes

        public com.google.protobuf.ByteString getSchemaBytes()
         Output only. The schema in Document AI Warehouse associated with the
         dataset.
         
        string schema = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Specified by:
        getSchemaBytes in interface Dataset.DocumentWarehouseConfigOrBuilder
        Returns:
        The bytes for schema.
      • setSchema

        public Dataset.DocumentWarehouseConfig.Builder setSchema​(String value)
         Output only. The schema in Document AI Warehouse associated with the
         dataset.
         
        string schema = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The schema to set.
        Returns:
        This builder for chaining.
      • clearSchema

        public Dataset.DocumentWarehouseConfig.Builder clearSchema()
         Output only. The schema in Document AI Warehouse associated with the
         dataset.
         
        string schema = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setSchemaBytes

        public Dataset.DocumentWarehouseConfig.Builder setSchemaBytes​(com.google.protobuf.ByteString value)
         Output only. The schema in Document AI Warehouse associated with the
         dataset.
         
        string schema = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for schema to set.
        Returns:
        This builder for chaining.