Interface Dataset.DocumentWarehouseConfigOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCollection()
      Output only.
      com.google.protobuf.ByteString getCollectionBytes()
      Output only.
      String getSchema()
      Output only.
      com.google.protobuf.ByteString getSchemaBytes()
      Output only.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getCollection

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

        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];
        Returns:
        The bytes for collection.
      • getSchema

        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) = { ... }
        Returns:
        The schema.
      • getSchemaBytes

        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) = { ... }
        Returns:
        The bytes for schema.