Package com.google.cloud.compute.v1.stub
Class InterconnectLocationsStub
- java.lang.Object
-
- com.google.cloud.compute.v1.stub.InterconnectLocationsStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
HttpJsonInterconnectLocationsStub
@Generated("by gapic-generator-java") public abstract class InterconnectLocationsStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the InterconnectLocations service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description InterconnectLocationsStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
close()
com.google.api.gax.rpc.UnaryCallable<GetInterconnectLocationRequest,InterconnectLocation>
getCallable()
com.google.api.gax.rpc.UnaryCallable<ListInterconnectLocationsRequest,InterconnectLocationList>
listCallable()
com.google.api.gax.rpc.UnaryCallable<ListInterconnectLocationsRequest,InterconnectLocationsClient.ListPagedResponse>
listPagedCallable()
-
-
-
Method Detail
-
getCallable
public com.google.api.gax.rpc.UnaryCallable<GetInterconnectLocationRequest,InterconnectLocation> getCallable()
-
listPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListInterconnectLocationsRequest,InterconnectLocationsClient.ListPagedResponse> listPagedCallable()
-
listCallable
public com.google.api.gax.rpc.UnaryCallable<ListInterconnectLocationsRequest,InterconnectLocationList> listCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-