Show / Hide Table of Contents

Class Provider

A representation of the Provider resource.

Inheritance
object
Provider
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX