Class: Google::Cloud::DiscoveryEngine::V1beta::DeleteSchemaRequest

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

Overview

Request message for SchemaService.DeleteSchema 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}.



134
135
136
137
# File 'proto_docs/google/cloud/discoveryengine/v1beta/schema_service.rb', line 134

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