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 the .NET environment, with the latest version being 3.23.0."],["The `RollbackSchemaRequest` class is used to initiate a request for the `RollbackSchema` method, which is designed to revert a schema to a specific revision."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provides extended functionality for the class."],["Key properties of the `RollbackSchemaRequest` class include `Name` (the schema being rolled back), `RevisionId` (the target revision ID), and `SchemaName` (a typed view of the schema's name)."],["The documentation provides a comprehensive list of all available versions of the Google Cloud Pub/Sub v1 API, ranging from version 3.23.0 down to 2.3.0, for the `RollbackSchemaRequest` class."]]],[]]