[BindServiceMethod(typeof(RegionZones), "BindService")]
public abstract class RegionZones.RegionZonesBase
Reference 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 | ListRegionZonesRequest The request received from the client. |
context | ServerCallContext The 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). |