public sealed class GetConnectionSchemaMetadataRequest : IMessage<GetConnectionSchemaMetadataRequest>, IEquatable<GetConnectionSchemaMetadataRequest>, IDeepCloneable<GetConnectionSchemaMetadataRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors v1 API class GetConnectionSchemaMetadataRequest.
Request message for ConnectorsService.GetConnectionSchemaMetadata.
[[["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-21 UTC."],[[["This page provides reference documentation for the `GetConnectionSchemaMetadataRequest` class within the Integration Connectors v1 API, specifically for version 1.2.0."],["`GetConnectionSchemaMetadataRequest` is a request message used by the `ConnectorsService.GetConnectionSchemaMetadata` method, and it inherits from the `object` class while implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor and one that takes another `GetConnectionSchemaMetadataRequest` object as a parameter for copying, and also includes properties to set the `ConnectionSchemaMetadataName` and `Name` fields, with the `Name` property being required."],["The latest version available is 1.3.0, and previous versions 1.1.0 and 1.0.0, are available to use, along with the current 1.2.0 version."],["The `GetConnectionSchemaMetadataRequest` class is found in the `Google.Cloud.Connectors.V1` namespace, within the `Google.Cloud.Connectors.V1.dll` assembly."]]],[]]