[BindServiceMethod(typeof(Regions), "BindService")]
public abstract class RegionsBaseReference documentation and code samples for the Compute Engine v1 API class Regions.RegionsBase.
Base class for server-side implementations of Regions
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Methods
Get(GetRegionRequest, ServerCallContext)
public virtual Task<Region> Get(GetRegionRequest request, ServerCallContext context)Returns the specified Region resource. Gets a list of available regions by making a list() request. To decrease latency for this method, you can optionally omit any unneeded information from the response by using a field mask. This practice is especially recommended for unused quota information (the quotas field). To exclude one or more fields, set your request's fields query parameter to only include the fields you need. For example, to only include the id and selfLink fields, add the query parameter ?fields=id,selfLink to your request.
| Parameters | |
|---|---|
| Name | Description |
request |
GetRegionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<Region> |
The response to send back to the client (wrapped by a task). |
List(ListRegionsRequest, ServerCallContext)
public virtual Task<RegionList> List(ListRegionsRequest request, ServerCallContext context)Retrieves the list of region resources available to the specified project. To decrease latency for this method, you can optionally omit any unneeded information from the response by using a field mask. This practice is especially recommended for unused quota information (the items.quotas field). To exclude one or more fields, set your request's fields query parameter to only include the fields you need. For example, to only include the id and selfLink fields, add the query parameter ?fields=id,selfLink to your request.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRegionsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
Task<RegionList> |
The response to send back to the client (wrapped by a task). |