public sealed class RefreshConnectionSchemaMetadataRequest : IMessage<RefreshConnectionSchemaMetadataRequest>, IEquatable<RefreshConnectionSchemaMetadataRequest>, IDeepCloneable<RefreshConnectionSchemaMetadataRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors v1 API class RefreshConnectionSchemaMetadataRequest.
Request message for ConnectorsService.RefreshConnectionSchemaMetadata.
[[["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 documentation provides reference information for the `RefreshConnectionSchemaMetadataRequest` class within the Google Cloud Connectors v1 API, specifically version 1.1.0."],["`RefreshConnectionSchemaMetadataRequest` is a request message class used for the `ConnectorsService.RefreshConnectionSchemaMetadata` operation, inheriting from object and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new instances, either default or by cloning an existing `RefreshConnectionSchemaMetadataRequest`, and requires a `RefreshConnectionSchemaMetadataRequest` parameter when cloning."],["The class has properties to manage connection schema metadata, notably the `ConnectionSchemaMetadataName` property providing a typed view of the name, as well as a `Name` property that is a string representing the resource name and is a required field."],["The `RefreshConnectionSchemaMetadataRequest` class is located in the `Google.Cloud.Connectors.V1` namespace and is a part of the `Google.Cloud.Connectors.V1.dll` assembly."]]],[]]