Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ServersResource

The "servers" collection of methods.

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

Constructors

ServersResource(IClientService)

Constructs a new resource.

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

Methods

ConfigureAndDeployServer(GoogleCloudApihubV1ConfigureAndDeployServerRequest, string)

Configures and deploys a given server config for given target. Currently this API supports only deploying MCP server in Apigee X. For mcp server deployment in apigee X, if there is already a mcp proxy deployed, then this method will try to overwrite it by creating new revision i.e. all existing tools will be removed and new set of tools will be deployed.

Declaration
public virtual ProjectsResource.LocationsResource.ServersResource.ConfigureAndDeployServerRequest ConfigureAndDeployServer(GoogleCloudApihubV1ConfigureAndDeployServerRequest body, string parent)
Parameters
Type Name Description
GoogleCloudApihubV1ConfigureAndDeployServerRequest body

The body of the request.

string parent

Required. Format: projects/{project}/locations/{location}

Returns
Type Description
ProjectsResource.LocationsResource.ServersResource.ConfigureAndDeployServerRequest
In this article
Back to top Generated by DocFX