Discovery Engine v1 API - Class DeleteSchemaRequest (1.0.0-beta06)

public sealed class DeleteSchemaRequest : IMessage<DeleteSchemaRequest>, IEquatable<DeleteSchemaRequest>, IDeepCloneable<DeleteSchemaRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1 API class DeleteSchemaRequest.

Request message for [SchemaService.DeleteSchema][google.cloud.discoveryengine.v1.SchemaService.DeleteSchema] method.

Inheritance

object > DeleteSchemaRequest

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.dll

Constructors

DeleteSchemaRequest()

public DeleteSchemaRequest()

DeleteSchemaRequest(DeleteSchemaRequest)

public DeleteSchemaRequest(DeleteSchemaRequest other)
Parameter
Name Description
other DeleteSchemaRequest

Properties

Name

public string Name { get; set; }

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

Property Value
Type Description
string

SchemaName

public SchemaName SchemaName { get; set; }

SchemaName-typed view over the Name resource name property.

Property Value
Type Description
SchemaName