Integration Connectors v1 API - Class RefreshConnectionSchemaMetadataRequest (1.1.0)

public sealed class RefreshConnectionSchemaMetadataRequest : IMessage<RefreshConnectionSchemaMetadataRequest>, IEquatable<RefreshConnectionSchemaMetadataRequest>, IDeepCloneable<RefreshConnectionSchemaMetadataRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Integration Connectors v1 API class RefreshConnectionSchemaMetadataRequest.

Request message for ConnectorsService.RefreshConnectionSchemaMetadata.

Inheritance

object > RefreshConnectionSchemaMetadataRequest

Namespace

Google.Cloud.Connectors.V1

Assembly

Google.Cloud.Connectors.V1.dll

Constructors

RefreshConnectionSchemaMetadataRequest()

public RefreshConnectionSchemaMetadataRequest()

RefreshConnectionSchemaMetadataRequest(RefreshConnectionSchemaMetadataRequest)

public RefreshConnectionSchemaMetadataRequest(RefreshConnectionSchemaMetadataRequest other)
Parameter
NameDescription
otherRefreshConnectionSchemaMetadataRequest

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. Resource name. Format: projects/{project}/locations/{location}/connections/{connection}/connectionSchemaMetadata

Property Value
TypeDescription
string