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.
Implements
IMessageRefreshConnectionSchemaMetadataRequest, IEquatableRefreshConnectionSchemaMetadataRequest, IDeepCloneableRefreshConnectionSchemaMetadataRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Connectors.V1Assembly
Google.Cloud.Connectors.V1.dll
Constructors
RefreshConnectionSchemaMetadataRequest()
public RefreshConnectionSchemaMetadataRequest()
RefreshConnectionSchemaMetadataRequest(RefreshConnectionSchemaMetadataRequest)
public RefreshConnectionSchemaMetadataRequest(RefreshConnectionSchemaMetadataRequest other)
Parameter | |
---|---|
Name | Description |
other |
RefreshConnectionSchemaMetadataRequest |
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. Resource name. Format: projects/{project}/locations/{location}/connections/{connection}/connectionSchemaMetadata
Property Value | |
---|---|
Type | Description |
string |