Class ProjectsResource.LocationsResource.AddonsResource
The "addons" collection of methods.
Inherited Members
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:
|
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:
|
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:
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.AddonsResource.ManageConfigRequest |