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 provided content details the `RollbackSchemaRequest` class within the Google Cloud Pub/Sub v1 API, specifically version 3.8.0 and its corresponding reference documentation."],["This class is a request for the `RollbackSchema` method, designed to revert a schema to a previous revision, as indicated by its implementation of multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version for this API is 3.23.0, with a comprehensive history of versions ranging from 3.22.0 down to 2.3.0, each with its own documentation link."],["The `RollbackSchemaRequest` class includes properties like `Name`, `RevisionId`, and `SchemaName`, allowing for the identification of the schema and the specific revision to which it should be rolled back."],["The class documentation also provides details about the constructors available for creating a `RollbackSchemaRequest` object, which include a default constructor and one that accepts another `RollbackSchemaRequest` object as a parameter."]]],[]]