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 documentation provides details for the `GetConnectorVersionRequest` class within the Google Cloud Connectors v1 API, specifically version 1.1.0, which is part of the Integration Connectors service."],["The `GetConnectorVersionRequest` class is used to request a specific connector version and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class allows specifying the connector version to retrieve by its resource name using the `Name` property and `ConnectorVersionName`-typed view."],["The `View` property allows for controlling which fields of the `ConnectorVersion` are returned in the response, defaulting to the `CUSTOMER` view."],["There are multiple versions available, with the latest version being 1.3.0, and this documentation covers the specific details for version 1.1.0 of `GetConnectorVersionRequest`."]]],[]]