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 document provides reference documentation for the `RollbackSchemaRequest` class within the Google Cloud Pub/Sub v1 API, specifically for version 3.5.1, and shows previous versions."],["`RollbackSchemaRequest` is a class used to request the `RollbackSchema` method, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RollbackSchemaRequest` class has two constructors: a default constructor and a constructor that accepts another `RollbackSchemaRequest` object as a parameter, facilitating object duplication."],["The class includes properties such as `Name`, `RevisionId`, and `SchemaName`, which are essential for specifying the schema to roll back and the target revision ID."],["A list of previous versions of the API for `RollbackSchemaRequest` is provided, which includes version numbers, all the way from 3.23.0 down to 2.3.0."]]],[]]