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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["\u003cp\u003eThe page provides documentation for the \u003ccode\u003eRegionsBase\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Compute.V1\u003c/code\u003e namespace, which serves as the base for server-side implementations of Regions.\u003c/p\u003e\n"],["\u003cp\u003eIt offers a range of versions for the Google Cloud Compute V1 API, from the latest version 3.6.0 down to 1.0.0, with hyperlinks to the specific documentation for each version.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRegionsBase\u003c/code\u003e class inherits from \u003ccode\u003eObject\u003c/code\u003e and includes methods for retrieving a specific \u003ccode\u003eRegion\u003c/code\u003e resource via \u003ccode\u003eGet\u003c/code\u003e and a list of available region resources via \u003ccode\u003eList\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGet\u003c/code\u003e and \u003ccode\u003eList\u003c/code\u003e methods both accept request objects (\u003ccode\u003eGetRegionRequest\u003c/code\u003e and \u003ccode\u003eListRegionsRequest\u003c/code\u003e, respectively) and a \u003ccode\u003eServerCallContext\u003c/code\u003e, with the option to use a field mask to reduce latency by omitting unnecessary information in the response.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation includes details about inherited members, such as \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e, from the base \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"]]],[],null,[]]