[BindServiceMethod(typeof(RegionZones), "BindService")]
public abstract class RegionZones.RegionZonesBaseReference documentation and code samples for the Compute Engine v1 API class RegionZones.RegionZonesBase.
Base class for server-side implementations of RegionZones
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Methods
List(ListRegionZonesRequest, ServerCallContext)
public virtual Task<ZoneList> List(ListRegionZonesRequest request, ServerCallContext context)Retrieves the list of Zone resources under the specific region available to the specified project.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRegionZonesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskZoneList |
The response to send back to the client (wrapped by a task). |