Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ProvidersResource

The "providers" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ProvidersResource
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
Assembly: Google.Apis.Eventarc.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ProvidersResource

Constructors

ProvidersResource(IClientService)

Constructs a new resource.

Declaration
public ProvidersResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Get a single Provider.

Declaration
public virtual ProjectsResource.LocationsResource.ProvidersResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the provider to get.

Returns
Type Description
ProjectsResource.LocationsResource.ProvidersResource.GetRequest

List(string)

List providers.

Declaration
public virtual ProjectsResource.LocationsResource.ProvidersResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent of the provider to get.

Returns
Type Description
ProjectsResource.LocationsResource.ProvidersResource.ListRequest
In this article
Back to top Generated by DocFX