public sealed class CommitSchemaRequest : IMessage<CommitSchemaRequest>, IEquatable<CommitSchemaRequest>, IDeepCloneable<CommitSchemaRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class CommitSchemaRequest.
[[["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 webpage provides reference documentation for the `CommitSchemaRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET."],["The `CommitSchemaRequest` class is used to make a request for the `CommitSchema` method, and it inherits from the `object` class and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Name`, `Schema`, and `SchemaName`, which are essential for defining the schema to be revised and their related details."],["The page also lists the available versions of the API, ranging from version 2.3.0 up to the latest 3.23.0, allowing users to select the appropriate version for their needs."],["The `CommitSchemaRequest` contains two constructors, a parameterless one and one that accepts another instance of the `CommitSchemaRequest` class."]]],[]]