public sealed class Provider : IMessage<Provider>, IEquatable<Provider>, IDeepCloneable<Provider>, IBufferMessage, IMessageReference documentation and code samples for the Eventarc v1 API class Provider.
A representation of the Provider resource.
Namespace
Google.Cloud.Eventarc.V1Assembly
Google.Cloud.Eventarc.V1.dll
Constructors
Provider()
public Provider()Provider(Provider)
public Provider(Provider other)| Parameter | |
|---|---|
| Name | Description |
other |
Provider |
Properties
DisplayName
public string DisplayName { get; set; }Output only. Human friendly name for the Provider. For example "Cloud Storage".
| Property Value | |
|---|---|
| Type | Description |
string |
|
EventTypes
public RepeatedField<EventType> EventTypes { get; }Output only. Event types for this provider.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldEventType |
|
Name
public string Name { get; set; }Output only. In
projects/{project}/locations/{location}/providers/{provider_id} format.
| 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 |
|