Class ProjectsResource.LocationsResource.EndpointsResource
The "endpoints" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1beta
Assembly: Google.Apis.CloudAlloyDBAdmin.v1beta.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 |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.EndpointsResource.PatchRequest |