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 latest version of the `RollbackSchemaRequest` class is 3.23.0, and the documentation provides access to various past versions, including 3.11.0."],["The `RollbackSchemaRequest` class is part of the `Google.Cloud.PubSub.V1` API, used for rolling back a schema to a specified revision ID."],["`RollbackSchemaRequest` inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and another that accepts another `RollbackSchemaRequest` object."],["Key properties of the class include `Name` (the schema name), `RevisionId` (the ID to roll back to), and `SchemaName` (a typed view of the schema name)."]]],[]]