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-04-09 UTC."],[[["The `RollbackSchemaRequest` class is used to request the rollback of a schema within the Google Cloud Pub/Sub v1 API, which is available for .NET developers."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering a range of functionalities for schema management."],["The class has two constructors: a default constructor and one that accepts another `RollbackSchemaRequest` object for cloning."],["Key properties of the `RollbackSchemaRequest` include `Name`, which specifies the schema being rolled back, `RevisionId` to indicate the target revision, and `SchemaName`, a typed view of the `Name` property."],["The documentation provides links to various versions of the `RollbackSchemaRequest` class, ranging from version 3.23.0 down to 2.3.0."]]],[]]