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-04-09 UTC."],[[["This page 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 implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version available for the class is 3.23.0, with versions dating as far back as 2.3.0 available for reference, with this specific page focusing on version 3.21.0."],["The `CommitSchemaRequest` class has two constructors and three properties: `Name` (which specifies the schema's name), `Schema` (the schema revision to commit), and `SchemaName` (a typed view of the `Name` property)."],["The documentation includes a list of inherited members, such as `object.GetHashCode()`, `object.GetType()`, and `object.ToString()`, and is contained within the `Google.Cloud.PubSub.V1` namespace."]]],[]]