Integration Connectors v1 API - Class Provider (1.1.0)

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

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

Provider indicates the owner who provides the connectors.

Inheritance

object > Provider

Namespace

Google.Cloud.Connectors.V1

Assembly

Google.Cloud.Connectors.V1.dll

Constructors

Provider()

public Provider()

Provider(Provider)

public Provider(Provider other)
Parameter
NameDescription
otherProvider

Properties

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 Provider. Format: projects/{project}/locations/{location}/providers/{provider} Only global location is supported for Provider resource.

Property Value
TypeDescription
string

ProviderName

public ProviderName ProviderName { get; set; }

ProviderName-typed view over the Name resource name property.

Property Value
TypeDescription
ProviderName

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