Class: Google::Cloud::DiscoveryEngine::V1::GetSchemaRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1/schema_service.rb

Overview

Request message for SchemaService.GetSchema method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The full resource name of the schema, in the format of projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}.

Returns:

  • (::String)

    Required. The full resource name of the schema, in the format of projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}.



31
32
33
34
# File 'proto_docs/google/cloud/discoveryengine/v1/schema_service.rb', line 31

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