Compute Engine v1 API - Class RegionZones.RegionZonesBase (2.15.0)

[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

Inheritance

object > RegionZones.RegionZonesBase

Namespace

Google.Cloud.Compute.V1

Assembly

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
NameDescription
requestListRegionZonesRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskZoneList

The response to send back to the client (wrapped by a task).