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."],[[["The webpage provides reference documentation for the `CommitSchemaRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET."],["The latest version of the API documented is 3.23.0, while the current page is focused on version 3.9.1, with links to versions dating as far back as 2.3.0."],["`CommitSchemaRequest` is a request class used for the `CommitSchema` method, inheriting from `object` and implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CommitSchemaRequest` class has properties such as `Name` (a string representing the schema name), `Schema` (the schema revision), and `SchemaName` (a typed view of the schema resource name)."],["The page details the constructors available for `CommitSchemaRequest`, including a default constructor and one that accepts another `CommitSchemaRequest` as a parameter."]]],[]]