Package com.google.maps.routing.v2.stub
Class HttpJsonRoutesStub
- java.lang.Object
-
- com.google.maps.routing.v2.stub.RoutesStub
-
- com.google.maps.routing.v2.stub.HttpJsonRoutesStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
@Generated("by gapic-generator-java") @BetaApi public class HttpJsonRoutesStub extends RoutesStub
REST stub implementation for the Routes service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
HttpJsonRoutesStub(RoutesStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonRoutesStub, using the given settings.protected
HttpJsonRoutesStub(RoutesStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonRoutesStub, using the given settings.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
awaitTermination(long duration, TimeUnit unit)
void
close()
com.google.api.gax.rpc.ServerStreamingCallable<ComputeRouteMatrixRequest,RouteMatrixElement>
computeRouteMatrixCallable()
com.google.api.gax.rpc.UnaryCallable<ComputeRoutesRequest,ComputeRoutesResponse>
computeRoutesCallable()
static HttpJsonRoutesStub
create(com.google.api.gax.rpc.ClientContext clientContext)
static HttpJsonRoutesStub
create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
static HttpJsonRoutesStub
create(RoutesStubSettings settings)
static List<com.google.api.gax.httpjson.ApiMethodDescriptor>
getMethodDescriptors()
boolean
isShutdown()
boolean
isTerminated()
void
shutdown()
void
shutdownNow()
-
-
-
Constructor Detail
-
HttpJsonRoutesStub
protected HttpJsonRoutesStub(RoutesStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
Constructs an instance of HttpJsonRoutesStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.- Throws:
IOException
-
HttpJsonRoutesStub
protected HttpJsonRoutesStub(RoutesStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
Constructs an instance of HttpJsonRoutesStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.- Throws:
IOException
-
-
Method Detail
-
create
public static final HttpJsonRoutesStub create(RoutesStubSettings settings) throws IOException
- Throws:
IOException
-
create
public static final HttpJsonRoutesStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
- Throws:
IOException
-
create
public static final HttpJsonRoutesStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
- Throws:
IOException
-
getMethodDescriptors
@InternalApi public static List<com.google.api.gax.httpjson.ApiMethodDescriptor> getMethodDescriptors()
-
computeRoutesCallable
public com.google.api.gax.rpc.UnaryCallable<ComputeRoutesRequest,ComputeRoutesResponse> computeRoutesCallable()
- Overrides:
computeRoutesCallable
in classRoutesStub
-
computeRouteMatrixCallable
public com.google.api.gax.rpc.ServerStreamingCallable<ComputeRouteMatrixRequest,RouteMatrixElement> computeRouteMatrixCallable()
- Overrides:
computeRouteMatrixCallable
in classRoutesStub
-
close
public final void close()
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in classRoutesStub
-
shutdown
public void shutdown()
-
isShutdown
public boolean isShutdown()
-
isTerminated
public boolean isTerminated()
-
shutdownNow
public void shutdownNow()
-
awaitTermination
public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException
- Throws:
InterruptedException
-
-