Cloud Pub/Sub v1 API - Class RollbackSchemaRequest (3.12.0)

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

Reference documentation and code samples for the Cloud Pub/Sub v1 API class RollbackSchemaRequest.

Request for the RollbackSchema method.

Inheritance

object > RollbackSchemaRequest

Namespace

Google.Cloud.PubSub.V1

Assembly

Google.Cloud.PubSub.V1.dll

Constructors

RollbackSchemaRequest()

public RollbackSchemaRequest()

RollbackSchemaRequest(RollbackSchemaRequest)

public RollbackSchemaRequest(RollbackSchemaRequest other)
Parameter
NameDescription
otherRollbackSchemaRequest

Properties

Name

public string Name { get; set; }

Required. The schema being rolled back with revision id.

Property Value
TypeDescription
string

RevisionId

public string RevisionId { get; set; }

Required. The revision ID to roll back to. It must be a revision of the same schema.

Example: c7cfa2a8

Property Value
TypeDescription
string

SchemaName

public SchemaName SchemaName { get; set; }

SchemaName-typed view over the Name resource name property.

Property Value
TypeDescription
SchemaName