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 version 3.12.0 and its relation to other versions."],["`RollbackSchemaRequest` is a class used for requests to the `RollbackSchema` method, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RollbackSchemaRequest` class has two constructors: a default constructor and one that takes another `RollbackSchemaRequest` object as a parameter."],["The `RollbackSchemaRequest` class includes properties such as `Name`, which is the schema resource being rolled back with the revision ID, `RevisionId`, which is the specific ID of the schema revision to roll back to, and `SchemaName`, which provides a typed view of the resource name property."],["The latest version in the documentation is 3.23.0, with a list of documented versions ranging from 2.3.0 to 3.23.0, all linking to their respective documentation for `RollbackSchemaRequest` which also implements `object`, `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage`."]]],[]]