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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-31 UTC."],[[["The `RollbackSchemaRequest` class is used for requesting the rollback of a schema in the Cloud Pub/Sub v1 API."],["This documentation provides reference material for the `RollbackSchemaRequest` class in various versions, from 2.3.0 to the latest 3.23.0, of the `Google.Cloud.PubSub.V1` API, with current documentation focused on version 3.10.1."],["The `RollbackSchemaRequest` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `RollbackSchemaRequest` include `Name` (the schema name), `RevisionId` (the specific revision to rollback to), and `SchemaName` (a typed view of the schema name)."],["The `RollbackSchemaRequest` class has two constructors: a default constructor, and a constructor that takes another `RollbackSchemaRequest` object as a parameter for creating a copy."]]],[]]