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 document provides reference information for the `CommitSchemaRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET developers."],["The `CommitSchemaRequest` class is used to commit a schema revision and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are multiple versions available, including the latest version 3.23.0, along with many previous versions back to 2.3.0, all relating to the same function `CommitSchemaRequest`."],["The class contains properties such as `Name` (the schema's name), `Schema` (the schema revision), and `SchemaName` (a typed view over the `Name` property) which can be used when working with it."],["The `CommitSchemaRequest` class can be constructed using a default constructor, or by using another `CommitSchemaRequest` object as a copy."]]],[]]