Integration Connectors v1 API - Class Connector (1.1.0)

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

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

Connectors indicates a specific connector type, e.x. Salesforce, SAP etc.

Inheritance

object > Connector

Namespace

Google.Cloud.Connectors.V1

Assembly

Google.Cloud.Connectors.V1.dll

Constructors

Connector()

public Connector()

Connector(Connector)

public Connector(Connector other)
Parameter
NameDescription
otherConnector

Properties

ConnectorName

public ConnectorName ConnectorName { get; set; }

ConnectorName-typed view over the Name resource name property.

Property Value
TypeDescription
ConnectorName

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Created time.

Property Value
TypeDescription
Timestamp

Description

public string Description { get; set; }

Output only. Description of the resource.

Property Value
TypeDescription
string

DisplayName

public string DisplayName { get; set; }

Output only. Display name.

Property Value
TypeDescription
string

DocumentationUri

public string DocumentationUri { get; set; }

Output only. Link to documentation page.

Property Value
TypeDescription
string

ExternalUri

public string ExternalUri { get; set; }

Output only. Link to external page.

Property Value
TypeDescription
string

Labels

public MapField<string, string> Labels { get; }

Output only. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources

Property Value
TypeDescription
MapFieldstringstring

LaunchStage

public LaunchStage LaunchStage { get; set; }

Output only. Flag to mark the version indicating the launch stage.

Property Value
TypeDescription
LaunchStage

Name

public string Name { get; set; }

Output only. Resource name of the Connector. Format: projects/{project}/locations/{location}/providers/{provider}/connectors/{connector} Only global location is supported for Connector resource.

Property Value
TypeDescription
string

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. Updated time.

Property Value
TypeDescription
Timestamp

WebAssetsLocation

public string WebAssetsLocation { get; set; }

Output only. Cloud storage location of icons etc consumed by UI.

Property Value
TypeDescription
string