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, including its properties and constructors."],["The `RollbackSchemaRequest` class is used to define requests for the `RollbackSchema` method, inheriting from `object` and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page offers links to various versions of the `RollbackSchemaRequest` documentation, from version 3.0.0 to 3.23.0, with 3.23.0 being the latest version."],["The `RollbackSchemaRequest` class includes properties like `Name` (the schema to rollback with revision ID), `RevisionId` (the specific revision to roll back to), and `SchemaName` (a typed view of the schema's resource name)."],["There are two constructors for the class, `RollbackSchemaRequest()`, and `RollbackSchemaRequest(RollbackSchemaRequest other)`."]]],[]]