public sealed class DeleteSchemaRequest : IMessage<DeleteSchemaRequest>, IEquatable<DeleteSchemaRequest>, IDeepCloneable<DeleteSchemaRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class DeleteSchemaRequest.
Request message for [SchemaService.DeleteSchema][google.cloud.discoveryengine.v1beta.SchemaService.DeleteSchema] method.
Implements
IMessageDeleteSchemaRequest, IEquatableDeleteSchemaRequest, IDeepCloneableDeleteSchemaRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.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 |