Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.PluginsResource.InstancesResource

The "instances" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.PluginsResource.InstancesResource
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.PluginsResource.InstancesResource

Constructors

InstancesResource(IClientService)

Constructs a new resource.

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

Methods

Create(GoogleCloudApihubV1PluginInstance, string)

Creates a Plugin instance in the API hub.

Declaration
public virtual ProjectsResource.LocationsResource.PluginsResource.InstancesResource.CreateRequest Create(GoogleCloudApihubV1PluginInstance body, string parent)
Parameters
Type Name Description
GoogleCloudApihubV1PluginInstance body

The body of the request.

string parent

Required. The parent of the plugin instance resource. Format: projects/{project}/locations/{location}/plugins/{plugin}

Returns
Type Description
ProjectsResource.LocationsResource.PluginsResource.InstancesResource.CreateRequest

Delete(string)

Deletes a plugin instance in the API hub.

Declaration
public virtual ProjectsResource.LocationsResource.PluginsResource.InstancesResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the plugin instance to delete. Format: projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}.

Returns
Type Description
ProjectsResource.LocationsResource.PluginsResource.InstancesResource.DeleteRequest

DisableAction(GoogleCloudApihubV1DisablePluginInstanceActionRequest, string)

Disables a plugin instance in the API hub.

Declaration
public virtual ProjectsResource.LocationsResource.PluginsResource.InstancesResource.DisableActionRequest DisableAction(GoogleCloudApihubV1DisablePluginInstanceActionRequest body, string name)
Parameters
Type Name Description
GoogleCloudApihubV1DisablePluginInstanceActionRequest body

The body of the request.

string name

Required. The name of the plugin instance to disable. Format: projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}

Returns
Type Description
ProjectsResource.LocationsResource.PluginsResource.InstancesResource.DisableActionRequest

EnableAction(GoogleCloudApihubV1EnablePluginInstanceActionRequest, string)

Enables a plugin instance in the API hub.

Declaration
public virtual ProjectsResource.LocationsResource.PluginsResource.InstancesResource.EnableActionRequest EnableAction(GoogleCloudApihubV1EnablePluginInstanceActionRequest body, string name)
Parameters
Type Name Description
GoogleCloudApihubV1EnablePluginInstanceActionRequest body

The body of the request.

string name

Required. The name of the plugin instance to enable. Format: projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}

Returns
Type Description
ProjectsResource.LocationsResource.PluginsResource.InstancesResource.EnableActionRequest

ExecuteAction(GoogleCloudApihubV1ExecutePluginInstanceActionRequest, string)

Executes a plugin instance in the API hub.

Declaration
public virtual ProjectsResource.LocationsResource.PluginsResource.InstancesResource.ExecuteActionRequest ExecuteAction(GoogleCloudApihubV1ExecutePluginInstanceActionRequest body, string name)
Parameters
Type Name Description
GoogleCloudApihubV1ExecutePluginInstanceActionRequest body

The body of the request.

string name

Required. The name of the plugin instance to execute. Format: projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}

Returns
Type Description
ProjectsResource.LocationsResource.PluginsResource.InstancesResource.ExecuteActionRequest

Get(string)

Get an API Hub plugin instance.

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

Required. The name of the plugin instance to retrieve. Format: projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}

Returns
Type Description
ProjectsResource.LocationsResource.PluginsResource.InstancesResource.GetRequest

List(string)

List all the plugins in a given project and location. - can be used as wildcard value for {plugin_id}

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

Required. The parent resource where this plugin will be created. Format: projects/{project}/locations/{location}/plugins/{plugin}. To list plugin instances for multiple plugins, use the - character instead of the plugin ID.

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