Class InterconnectLocationsStub (1.6.0-beta)

public abstract class InterconnectLocationsStub implements BackgroundResource

Base stub class for the InterconnectLocations service API.

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

Inheritance

java.lang.Object > InterconnectLocationsStub

Implements

BackgroundResource

Constructors

InterconnectLocationsStub()

public InterconnectLocationsStub()

Methods

close()

public abstract void close()

getCallable()

public UnaryCallable<GetInterconnectLocationRequest,InterconnectLocation> getCallable()
Returns
TypeDescription
UnaryCallable<GetInterconnectLocationRequest,InterconnectLocation>

listCallable()

public UnaryCallable<ListInterconnectLocationsRequest,InterconnectLocationList> listCallable()
Returns
TypeDescription
UnaryCallable<ListInterconnectLocationsRequest,InterconnectLocationList>

listPagedCallable()

public UnaryCallable<ListInterconnectLocationsRequest,InterconnectLocationsClient.ListPagedResponse> listPagedCallable()
Returns
TypeDescription
UnaryCallable<ListInterconnectLocationsRequest,ListPagedResponse>