Class Provider
A representation of the Provider resource.
Implements
Inherited Members
Namespace: Google.Apis.Eventarc.v1.Data
Assembly: Google.Apis.Eventarc.v1.dll
Syntax
public class Provider : IDirectResponseSchema
Properties
DisplayName
Output only. Human friendly name for the Provider. For example "Cloud Storage".
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EventTypes
Output only. Event types for this provider.
Declaration
[JsonProperty("eventTypes")]
public virtual IList<EventType> EventTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<EventType> |
Name
Output only. In projects/{project}/locations/{location}/providers/{provider_id}
format.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |