Class ZonesStub (1.51.0)

public abstract class ZonesStub implements BackgroundResource

Base stub class for the Zones service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > ZonesStub

Implements

BackgroundResource

Constructors

ZonesStub()

public ZonesStub()

Methods

close()

public abstract void close()

getCallable()

public UnaryCallable<GetZoneRequest,Zone> getCallable()
Returns
TypeDescription
UnaryCallable<GetZoneRequest,Zone>

listCallable()

public UnaryCallable<ListZonesRequest,ZoneList> listCallable()
Returns
TypeDescription
UnaryCallable<ListZonesRequest,ZoneList>

listPagedCallable()

public UnaryCallable<ListZonesRequest,ZonesClient.ListPagedResponse> listPagedCallable()
Returns
TypeDescription
UnaryCallable<ListZonesRequest,ListPagedResponse>