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 the .NET environment."],["The latest version available is 3.23.0, and the page also lists numerous previous versions of the API, starting from version 2.3.0."],["The `CommitSchemaRequest` class is a request object used for the `CommitSchema` method, inheriting from object and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CommitSchemaRequest` class include `Name`, which specifies the schema's resource name, `Schema`, which holds the schema revision to be committed, and `SchemaName`, a typed view over the resource name."],["The page provides information on the constructors for `CommitSchemaRequest`, including a parameterless one and one that accepts another `CommitSchemaRequest` instance."]]],[]]