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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This documentation covers the `RefreshConnectionSchemaMetadataRequest` class within the Google Cloud Connectors v1 API, detailing its structure and functionality for refreshing connection schema metadata."],["The latest version of the `RefreshConnectionSchemaMetadataRequest` class is 1.3.0, with previous versions including 1.2.0, 1.1.0, and 1.0.0 also being documented."],["`RefreshConnectionSchemaMetadataRequest` inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has inherited methods such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The class includes two constructors, a default one and another to copy an existing `RefreshConnectionSchemaMetadataRequest` object, and it contains properties such as `ConnectionSchemaMetadataName` and `Name`, with `Name` being a required property."],["The namespace for this class is `Google.Cloud.Connectors.V1`, and it is found within the `Google.Cloud.Connectors.V1.dll` assembly."]]],[]]