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 information for the `RollbackSchemaRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET development."],["The `RollbackSchemaRequest` class is a request type used for the `RollbackSchema` method, allowing for the rollback of a schema to a previous revision."],["This class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class contains key properties like `Name`, `RevisionId`, and `SchemaName` which are essential for specifying the schema and revision to be rolled back, with `Name` and `RevisionId` being required."],["The documentation references multiple version numbers, ranging from version 2.3.0 to the latest 3.23.0, with the current version of the page being 3.16.0."]]],[]]