Class: Google::Cloud::DocumentAI::V1beta3::GetDatasetSchemaRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::GetDatasetSchemaRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1beta3/document_service.rb
Overview
Request for GetDatasetSchema
.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#visible_fields_only ⇒ ::Boolean
If set, only returns the visible fields of the schema.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The dataset schema resource name. Format: projects/{project}/locations/{location}/processors/{processor}/dataset/datasetSchema.
305 306 307 308 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 305 class GetDatasetSchemaRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#visible_fields_only ⇒ ::Boolean
Returns If set, only returns the visible fields of the schema.
305 306 307 308 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 305 class GetDatasetSchemaRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |