Class BandwidthGroupServiceStub (0.27.0)

public abstract class BandwidthGroupServiceStub implements BackgroundResource

Base stub class for the BandwidthGroupService service API.

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

Inheritance

java.lang.Object > BandwidthGroupServiceStub

Implements

BackgroundResource

Constructors

BandwidthGroupServiceStub()

public BandwidthGroupServiceStub()

Methods

close()

public abstract void close()

getBandwidthGroupCallable()

public UnaryCallable<GetBandwidthGroupRequest,BandwidthGroup> getBandwidthGroupCallable()
Returns
Type Description
UnaryCallable<GetBandwidthGroupRequest,BandwidthGroup>

listBandwidthGroupsCallable()

public UnaryCallable<ListBandwidthGroupsRequest,ListBandwidthGroupsResponse> listBandwidthGroupsCallable()
Returns
Type Description
UnaryCallable<ListBandwidthGroupsRequest,ListBandwidthGroupsResponse>

listBandwidthGroupsPagedCallable()

public UnaryCallable<ListBandwidthGroupsRequest,BandwidthGroupServiceClient.ListBandwidthGroupsPagedResponse> listBandwidthGroupsPagedCallable()
Returns
Type Description
UnaryCallable<ListBandwidthGroupsRequest,ListBandwidthGroupsPagedResponse>