Class ProjectsResource.LocationsResource.ServersResource
The "servers" collection of methods.
Inherited Members
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: |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.ServersResource.ConfigureAndDeployServerRequest |