Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ConnectorsResource

The "connectors" collection of methods.

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

Constructors

ConnectorsResource(IClientService)

Constructs a new resource.

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

Methods

Create(Connector, string)

Creates a Serverless VPC Access connector, returns an operation.

Declaration
public virtual ProjectsResource.LocationsResource.ConnectorsResource.CreateRequest Create(Connector body, string parent)
Parameters
Type Name Description
Connector body

The body of the request.

string parent

Required. The project ID and location in which the configuration should be created, specified in the format projects/*/locations/*.

Returns
Type Description
ProjectsResource.LocationsResource.ConnectorsResource.CreateRequest

Delete(string)

Deletes a Serverless VPC Access connector. Returns NOT_FOUND if the resource does not exist.

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

Required. Name of a Serverless VPC Access connector to delete.

Returns
Type Description
ProjectsResource.LocationsResource.ConnectorsResource.DeleteRequest

Get(string)

Gets a Serverless VPC Access connector. Returns NOT_FOUND if the resource does not exist.

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

Required. Name of a Serverless VPC Access connector to get.

Returns
Type Description
ProjectsResource.LocationsResource.ConnectorsResource.GetRequest

List(string)

Lists Serverless VPC Access connectors.

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

Required. The project and location from which the routes should be listed.

Returns
Type Description
ProjectsResource.LocationsResource.ConnectorsResource.ListRequest

Patch(Connector, string)

Updates a Serverless VPC Access connector, returns an operation.

Declaration
public virtual ProjectsResource.LocationsResource.ConnectorsResource.PatchRequest Patch(Connector body, string name)
Parameters
Type Name Description
Connector body

The body of the request.

string name

The resource name in the format projects/*/locations/*/connectors/*.

Returns
Type Description
ProjectsResource.LocationsResource.ConnectorsResource.PatchRequest
In this article
Back to top Generated by DocFX