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 documentation for the `RollbackSchemaRequest` class within the Google Cloud Pub/Sub v1 API, specifically for version 3.18.0 and its available version history."],["`RollbackSchemaRequest` is used to request the `RollbackSchema` method, allowing users to revert a schema to a previous revision."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for comprehensive functionality."],["Key properties of the `RollbackSchemaRequest` include `Name` (the schema being rolled back), `RevisionId` (the target revision ID), and `SchemaName` (a typed view over the schema's resource name)."],["The documentation showcases an extensive version history of this class, from version 2.3.0 up to the latest 3.23.0."]]],[]]