public sealed class DeleteSchemaRequest : IMessage<DeleteSchemaRequest>, IEquatable<DeleteSchemaRequest>, IDeepCloneable<DeleteSchemaRequest>, IBufferMessage, IMessageRequest for the DeleteSchema method.
Implements
Google.Protobuf.IMessage<DeleteSchemaRequest>, IEquatable<DeleteSchemaRequest>, Google.Protobuf.IDeepCloneable<DeleteSchemaRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.PubSub.V1Assembly
Google.Cloud.PubSub.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. Name of the schema to delete.
Format is projects/{project}/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 |
|