Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.EndpointsResource

The "endpoints" collection of methods.

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

Constructors

EndpointsResource(IClientService)

Constructs a new resource.

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

Methods

Create(Endpoint, string)

Creates a new Endpoint in a given project and location.

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

The body of the request.

string parent

Required. The location of the new endpoint. For the required format, see the comment on the Endpoint.name field.

Returns
Type Description
ProjectsResource.LocationsResource.EndpointsResource.CreateRequest

Delete(string)

Deletes a single Endpoint.

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

Required. The name of the resource. For the required format, see the comment on the Endpoint.name field.

Returns
Type Description
ProjectsResource.LocationsResource.EndpointsResource.DeleteRequest

Get(string)

Gets details of a single Endpoint.

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

Required. The name of the resource. For the required format, see the comment on the Endpoint.name field.

Returns
Type Description
ProjectsResource.LocationsResource.EndpointsResource.GetRequest

List(string)

Lists Endpoints in a given project and location.

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

Required. The name of the parent resource. For the required format, see the comment on the Endpoint.name field. Additionally, you can perform an aggregated list operation by specifying a value with the following format: * projects/{project}/locations/-

Returns
Type Description
ProjectsResource.LocationsResource.EndpointsResource.ListRequest

Patch(Endpoint, string)

Updates the parameters of a single Endpoint.

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

The body of the request.

string name

Output only. Identifier. The name of the endpoint resource with the format: * projects/{project}/locations/{region}/endpoints/{endpoint_id} where the endpoint ID segment should satisfy the regex expression [a-z0-9-]+. For more details see https://google.aip.dev/122. The prefix of the endpoint resource name is the name of the parent resource: * projects/{project}/locations/{region}

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