Integration Connectors v1 API - Class GetConnectionSchemaMetadataRequest (1.1.0)

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.

Inheritance

object > GetConnectionSchemaMetadataRequest

Namespace

Google.Cloud.Connectors.V1

Assembly

Google.Cloud.Connectors.V1.dll

Constructors

GetConnectionSchemaMetadataRequest()

public GetConnectionSchemaMetadataRequest()

GetConnectionSchemaMetadataRequest(GetConnectionSchemaMetadataRequest)

public GetConnectionSchemaMetadataRequest(GetConnectionSchemaMetadataRequest other)
Parameter
NameDescription
otherGetConnectionSchemaMetadataRequest

Properties

ConnectionSchemaMetadataName

public ConnectionSchemaMetadataName ConnectionSchemaMetadataName { get; set; }

ConnectionSchemaMetadataName-typed view over the Name resource name property.

Property Value
TypeDescription
ConnectionSchemaMetadataName

Name

public string Name { get; set; }

Required. Connection name Format: projects/{project}/locations/{location}/connections/{connection}/connectionSchemaMetadata

Property Value
TypeDescription
string