Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AddonsResource

The "addons" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.AddonsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.APIhub.v1
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class ProjectsResource.LocationsResource.AddonsResource

Constructors

AddonsResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Get an addon.

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

Required. The name of the addon to get. Format: projects/{project}/locations/{location}/addons/{addon}.

Returns
Type Description
ProjectsResource.LocationsResource.AddonsResource.GetRequest

List(string)

List addons.

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

Required. The parent resource where this addon will be created. Format: projects/{project}/locations/{location}.

Returns
Type Description
ProjectsResource.LocationsResource.AddonsResource.ListRequest

ManageConfig(GoogleCloudApihubV1ManageAddonConfigRequest, string)

Manage addon config. This RPC is used for managing the config of the addon. Calling this RPC moves the addon into an updating state until the long-running operation succeeds.

Declaration
public virtual ProjectsResource.LocationsResource.AddonsResource.ManageConfigRequest ManageConfig(GoogleCloudApihubV1ManageAddonConfigRequest body, string name)
Parameters
Type Name Description
GoogleCloudApihubV1ManageAddonConfigRequest body

The body of the request.

string name

Required. The name of the addon for which the config is to be managed. Format: projects/{project}/locations/{location}/addons/{addon}.

Returns
Type Description
ProjectsResource.LocationsResource.AddonsResource.ManageConfigRequest
In this article
Back to top Generated by DocFX