public sealed class Connector : IMessage<Connector>, IEquatable<Connector>, IDeepCloneable<Connector>, IBufferMessage, IMessageReference documentation and code samples for the Integration Connectors v1 API class Connector.
Connectors indicates a specific connector type, e.x. Salesforce, SAP etc.
Implements
IMessageConnector, IEquatableConnector, IDeepCloneableConnector, IBufferMessage, IMessageNamespace
Google.Cloud.Connectors.V1Assembly
Google.Cloud.Connectors.V1.dll
Constructors
Connector()
public Connector()Connector(Connector)
public Connector(Connector other)| Parameter | |
|---|---|
| Name | Description |
other |
Connector |
Properties
ConnectorName
public ConnectorName ConnectorName { get; set; }ConnectorName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ConnectorName |
|
CreateTime
public Timestamp CreateTime { get; set; }Output only. Created time.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Description
public string Description { get; set; }Output only. Description of the resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DisplayName
public string DisplayName { get; set; }Output only. Display name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DocumentationUri
public string DocumentationUri { get; set; }Output only. Link to documentation page.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ExternalUri
public string ExternalUri { get; set; }Output only. Link to external page.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
LaunchStage
public LaunchStage LaunchStage { get; set; }Output only. Flag to mark the version indicating the launch stage.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. Updated time.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
WebAssetsLocation
public string WebAssetsLocation { get; set; }Output only. Cloud storage location of icons etc consumed by UI.
| Property Value | |
|---|---|
| Type | Description |
string |
|