@Generated(value="by gapic-generator-java") public class HttpJsonInterconnectLocationsStub extends InterconnectLocationsStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
HttpJsonInterconnectLocationsStub(InterconnectLocationsStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonInterconnectLocationsStub, using the given settings.
|
protected |
HttpJsonInterconnectLocationsStub(InterconnectLocationsStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonInterconnectLocationsStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static HttpJsonInterconnectLocationsStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static HttpJsonInterconnectLocationsStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) |
static HttpJsonInterconnectLocationsStub |
create(InterconnectLocationsStubSettings settings) |
com.google.api.gax.rpc.UnaryCallable<GetInterconnectLocationRequest,InterconnectLocation> |
getCallable() |
static List<com.google.api.gax.httpjson.ApiMethodDescriptor> |
getMethodDescriptors() |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<ListInterconnectLocationsRequest,InterconnectLocationList> |
listCallable() |
com.google.api.gax.rpc.UnaryCallable<ListInterconnectLocationsRequest,InterconnectLocationsClient.ListPagedResponse> |
listPagedCallable() |
void |
shutdown() |
void |
shutdownNow() |
protected HttpJsonInterconnectLocationsStub(InterconnectLocationsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected HttpJsonInterconnectLocationsStub(InterconnectLocationsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final HttpJsonInterconnectLocationsStub create(InterconnectLocationsStubSettings settings) throws IOException
IOExceptionpublic static final HttpJsonInterconnectLocationsStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final HttpJsonInterconnectLocationsStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException@InternalApi public static List<com.google.api.gax.httpjson.ApiMethodDescriptor> getMethodDescriptors()
public com.google.api.gax.rpc.UnaryCallable<GetInterconnectLocationRequest,InterconnectLocation> getCallable()
getCallable in class InterconnectLocationsStubpublic com.google.api.gax.rpc.UnaryCallable<ListInterconnectLocationsRequest,InterconnectLocationList> listCallable()
listCallable in class InterconnectLocationsStubpublic com.google.api.gax.rpc.UnaryCallable<ListInterconnectLocationsRequest,InterconnectLocationsClient.ListPagedResponse> listPagedCallable()
listPagedCallable in class InterconnectLocationsStubpublic final void close()
close in interface AutoCloseableclose in class InterconnectLocationsStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2024 Google LLC. All rights reserved.