public sealed class GetProviderRequest : IMessage<GetProviderRequest>, IEquatable<GetProviderRequest>, IDeepCloneable<GetProviderRequest>, IBufferMessage, IMessageReference documentation and code samples for the Integration Connectors v1 API class GetProviderRequest.
Request message for Connectors.GetProvider.
Implements
IMessageGetProviderRequest, IEquatableGetProviderRequest, IDeepCloneableGetProviderRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Connectors.V1Assembly
Google.Cloud.Connectors.V1.dll
Constructors
GetProviderRequest()
public GetProviderRequest()GetProviderRequest(GetProviderRequest)
public GetProviderRequest(GetProviderRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | GetProviderRequest | 
Properties
Name
public string Name { get; set; }Required. Resource name of the form:
projects/*/locations/*/providers/*
Only global location is supported for Provider resource.
| Property Value | |
|---|---|
| Type | Description | 
| string | |
ProviderName
public ProviderName ProviderName { get; set; }ProviderName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description | 
| ProviderName | |