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 .NET development."],["The `RollbackSchemaRequest` class is a request object used for the `RollbackSchema` method, allowing developers to revert a schema to a previous revision."],["The document lists available versions of this class, with the latest being version 3.23.0 and ranging down to 2.3.0, providing a comprehensive history for developers."],["Key properties of `RollbackSchemaRequest` include `Name`, `RevisionId`, and `SchemaName`, which are essential for specifying the schema and revision to which the rollback will occur."],["The class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities like message handling, comparison, and deep cloning."]]],[]]