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-21 UTC."],[[["This webpage provides reference documentation for the `CommitSchemaRequest` class within the Google Cloud Pub/Sub v1 API for .NET."],["The latest version of the `CommitSchemaRequest` documentation is 3.23.0, with a list of other previous versions also readily accessible."],["The `CommitSchemaRequest` class is used to request the commitment of a schema in the Pub/Sub API, according to its definition."],["This `CommitSchemaRequest` class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods such as `GetHashCode`, `GetType`, and `ToString`."],["The main properties within the `CommitSchemaRequest` class include `Name`, which specifies the name of the schema being revised, `Schema`, representing the schema revision to be committed, and `SchemaName` for a typed view of the schema name."]]],[]]