public sealed class GetConnectorVersionRequest : IMessage<GetConnectorVersionRequest>, IEquatable<GetConnectorVersionRequest>, IDeepCloneable<GetConnectorVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors v1 API class GetConnectorVersionRequest.
Request message for Connectors.GetConnectorVersion.
Required. Resource name of the form:
projects/*/locations/*/providers/*/connectors/*/versions/*
Only global location is supported for ConnectorVersion resource.
[[["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 `GetConnectorVersionRequest` class within the Integration Connectors v1 API, specifically for version 1.0.0."],["The `GetConnectorVersionRequest` class is used to request details about a specific connector version and is part of the `Google.Cloud.Connectors.V1` namespace."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["Key properties of the `GetConnectorVersionRequest` class include `ConnectorVersionName`, which provides a typed view of the resource name, `Name` which specifies the full resource name, and `View` which lets you determine the data returned about the ConnectorVersion."],["The class has two constructors, one default constructor and one that takes a GetConnectorVersionRequest object."]]],[]]