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 page provides reference documentation for the `RollbackSchemaRequest` class within the Google Cloud Pub/Sub v1 API for .NET."],["`RollbackSchemaRequest` is used to request the rollback of a schema to a specified revision ID, and it implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers constructors for creating new instances and properties such as `Name`, `RevisionId`, and `SchemaName` to configure the rollback request."],["It presents a list of available versions for the `RollbackSchemaRequest`, ranging from the latest `3.23.0` down to `2.3.0`, with each version linking to its respective documentation."],["The class inherits from the object class and gives access to inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]