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."],[[["This page provides reference documentation for the `RollbackSchemaRequest` class within the Google Cloud Pub/Sub v1 API for .NET, focusing on version 3.13.0."],["The `RollbackSchemaRequest` class is used to request the rollback of a schema to a specific revision, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RollbackSchemaRequest` class has properties for `Name`, `RevisionId`, and `SchemaName`, where `Name` is the schema being rolled back and `RevisionId` is the specific revision to roll back to, both being required fields."],["There is a detailed listing of versions for the .NET package, ranging from version 2.3.0 up to the latest version 3.23.0, as well as the current version (3.13.0)."],["The `RollbackSchemaRequest` class includes two constructors, one empty and one that take `RollbackSchemaRequest` as the paramater, and also inherits methods from the base object class, such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]