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.
Namespace
Google.Cloud.Connectors.V1Assembly
Google.Cloud.Connectors.V1.dll
Constructors
Provider()
public Provider()
Provider(Provider)
public Provider(Provider other)
Parameter | |
---|---|
Name | Description |
other |
Provider |
Properties
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 Provider. Format: projects/{project}/locations/{location}/providers/{provider} Only global location is supported for Provider resource.
Property Value | |
---|---|
Type | Description |
string |
ProviderName
public ProviderName ProviderName { get; set; }
ProviderName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ProviderName |
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 |