public sealed class RollbackSchemaRequest : IMessage<RollbackSchemaRequest>, IEquatable<RollbackSchemaRequest>, IDeepCloneable<RollbackSchemaRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Pub/Sub v1 API class RollbackSchemaRequest.
Request for the RollbackSchema method.
Implements
IMessageRollbackSchemaRequest, IEquatableRollbackSchemaRequest, IDeepCloneableRollbackSchemaRequest, IBufferMessage, IMessageNamespace
Google.Cloud.PubSub.V1Assembly
Google.Cloud.PubSub.V1.dll
Constructors
RollbackSchemaRequest()
public RollbackSchemaRequest()RollbackSchemaRequest(RollbackSchemaRequest)
public RollbackSchemaRequest(RollbackSchemaRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
RollbackSchemaRequest |
Properties
Name
public string Name { get; set; }Required. The schema being rolled back with revision id.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
SchemaName
public SchemaName SchemaName { get; set; }SchemaName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
SchemaName |
|