public sealed class GetConnectionSchemaMetadataRequest : IMessage<GetConnectionSchemaMetadataRequest>, IEquatable<GetConnectionSchemaMetadataRequest>, IDeepCloneable<GetConnectionSchemaMetadataRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors v1 API class GetConnectionSchemaMetadataRequest.
Request message for ConnectorsService.GetConnectionSchemaMetadata.
Implements
IMessageGetConnectionSchemaMetadataRequest, IEquatableGetConnectionSchemaMetadataRequest, IDeepCloneableGetConnectionSchemaMetadataRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Connectors.V1Assembly
Google.Cloud.Connectors.V1.dll
Constructors
GetConnectionSchemaMetadataRequest()
public GetConnectionSchemaMetadataRequest()
GetConnectionSchemaMetadataRequest(GetConnectionSchemaMetadataRequest)
public GetConnectionSchemaMetadataRequest(GetConnectionSchemaMetadataRequest other)
Parameter | |
---|---|
Name | Description |
other | GetConnectionSchemaMetadataRequest |
Properties
ConnectionSchemaMetadataName
public ConnectionSchemaMetadataName ConnectionSchemaMetadataName { get; set; }
ConnectionSchemaMetadataName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ConnectionSchemaMetadataName |
Name
public string Name { get; set; }
Required. Connection name Format: projects/{project}/locations/{location}/connections/{connection}/connectionSchemaMetadata
Property Value | |
---|---|
Type | Description |
string |