Class DeleteSchemaRequest (2.3.0)

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

Request for the DeleteSchema method.

Inheritance

System.Object > DeleteSchemaRequest

Implements

Google.Protobuf.IMessage<DeleteSchemaRequest>, System.IEquatable<DeleteSchemaRequest>, Google.Protobuf.IDeepCloneable<DeleteSchemaRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.PubSub.V1

Assembly

Google.Cloud.PubSub.V1.dll

Constructors

DeleteSchemaRequest()

public DeleteSchemaRequest()

DeleteSchemaRequest(DeleteSchemaRequest)

public DeleteSchemaRequest(DeleteSchemaRequest other)
Parameter
NameDescription
otherDeleteSchemaRequest

Properties

Name

public string Name { get; set; }

Required. Name of the schema to delete. Format is projects/{project}/schemas/{schema}.

Property Value
TypeDescription
System.String

SchemaName

public SchemaName SchemaName { get; set; }

SchemaName-typed view over the Name resource name property.

Property Value
TypeDescription
SchemaName