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 page provides reference documentation for the `CommitSchemaRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET developers."],["The latest version of `CommitSchemaRequest` is version 3.23.0, and the page includes links to versions from 3.22.0 all the way down to 2.3.0, providing access to various versions of the class."],["`CommitSchemaRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to handle messaging, equality checks, deep cloning, and buffer operations."],["The class has properties such as `Name` (a string representing the schema name), `Schema` (the revision to be committed), and `SchemaName` (a typed view of the name), facilitating interaction with schema revisions."],["`CommitSchemaRequest` has two constructors, one default and one allowing cloning."]]],[]]