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 documentation for the `CommitSchemaRequest` class within the Google Cloud Pub/Sub v1 API, specifically for version 3.20.0."],["The `CommitSchemaRequest` class is used to request the commit of a schema revision, inheriting from various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors: a default constructor and a constructor to create a new `CommitSchemaRequest` from another `CommitSchemaRequest` instance."],["The class has three properties: `Name` (a string representing the schema name), `Schema` (the schema revision to be committed), and `SchemaName` (a typed view of the `Name` property)."],["The page also lists previous versions of the `CommitSchemaRequest` documentation available, ranging from version 2.3.0 up to 3.23.0 (latest)."]]],[]]