Class: Google::Cloud::DocumentAI::V1beta3::GetDatasetSchemaRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns Required. The dataset schema resource name. Format: projects/{project}/locations/{location}/processors/{processor}/dataset/datasetSchema.

Returns:

  • (::String)

    Required. The dataset schema resource name. Format: projects/{project}/locations/{location}/processors/{processor}/dataset/datasetSchema



299
300
301
302
# File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 299

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.

Returns:

  • (::Boolean)

    If set, only returns the visible fields of the schema.



299
300
301
302
# File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 299

class GetDatasetSchemaRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end