Uses of Class
com.google.maps.routing.v2.ComputeRouteMatrixRequest
-
Packages that use ComputeRouteMatrixRequest Package Description com.google.maps.routing.v2 A client to Routes APIcom.google.maps.routing.v2.stub -
-
Uses of ComputeRouteMatrixRequest in com.google.maps.routing.v2
Methods in com.google.maps.routing.v2 that return ComputeRouteMatrixRequest Modifier and Type Method Description ComputeRouteMatrixRequest
ComputeRouteMatrixRequest.Builder. build()
ComputeRouteMatrixRequest
ComputeRouteMatrixRequest.Builder. buildPartial()
static ComputeRouteMatrixRequest
ComputeRouteMatrixRequest. getDefaultInstance()
ComputeRouteMatrixRequest
ComputeRouteMatrixRequest.Builder. getDefaultInstanceForType()
ComputeRouteMatrixRequest
ComputeRouteMatrixRequest. getDefaultInstanceForType()
static ComputeRouteMatrixRequest
ComputeRouteMatrixRequest. parseDelimitedFrom(InputStream input)
static ComputeRouteMatrixRequest
ComputeRouteMatrixRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ComputeRouteMatrixRequest
ComputeRouteMatrixRequest. parseFrom(byte[] data)
static ComputeRouteMatrixRequest
ComputeRouteMatrixRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ComputeRouteMatrixRequest
ComputeRouteMatrixRequest. parseFrom(com.google.protobuf.ByteString data)
static ComputeRouteMatrixRequest
ComputeRouteMatrixRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ComputeRouteMatrixRequest
ComputeRouteMatrixRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ComputeRouteMatrixRequest
ComputeRouteMatrixRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ComputeRouteMatrixRequest
ComputeRouteMatrixRequest. parseFrom(InputStream input)
static ComputeRouteMatrixRequest
ComputeRouteMatrixRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ComputeRouteMatrixRequest
ComputeRouteMatrixRequest. parseFrom(ByteBuffer data)
static ComputeRouteMatrixRequest
ComputeRouteMatrixRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.maps.routing.v2 that return types with arguments of type ComputeRouteMatrixRequest Modifier and Type Method Description com.google.api.gax.rpc.ServerStreamingCallable<ComputeRouteMatrixRequest,RouteMatrixElement>
RoutesClient. computeRouteMatrixCallable()
Takes in a list of origins and destinations and returns a stream containing route information for each combination of origin and destination.com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<ComputeRouteMatrixRequest,RouteMatrixElement>
RoutesSettings.Builder. computeRouteMatrixSettings()
Returns the builder for the settings used for calls to computeRouteMatrix.com.google.api.gax.rpc.ServerStreamingCallSettings<ComputeRouteMatrixRequest,RouteMatrixElement>
RoutesSettings. computeRouteMatrixSettings()
Returns the object with the settings used for calls to computeRouteMatrix.static io.grpc.MethodDescriptor<ComputeRouteMatrixRequest,RouteMatrixElement>
RoutesGrpc. getComputeRouteMatrixMethod()
com.google.protobuf.Parser<ComputeRouteMatrixRequest>
ComputeRouteMatrixRequest. getParserForType()
static com.google.protobuf.Parser<ComputeRouteMatrixRequest>
ComputeRouteMatrixRequest. parser()
Methods in com.google.maps.routing.v2 with parameters of type ComputeRouteMatrixRequest Modifier and Type Method Description default void
RoutesGrpc.AsyncService. computeRouteMatrix(ComputeRouteMatrixRequest request, io.grpc.stub.StreamObserver<RouteMatrixElement> responseObserver)
Takes in a list of origins and destinations and returns a stream containing route information for each combination of origin and destination.Iterator<RouteMatrixElement>
RoutesGrpc.RoutesBlockingStub. computeRouteMatrix(ComputeRouteMatrixRequest request)
Takes in a list of origins and destinations and returns a stream containing route information for each combination of origin and destination.void
RoutesGrpc.RoutesStub. computeRouteMatrix(ComputeRouteMatrixRequest request, io.grpc.stub.StreamObserver<RouteMatrixElement> responseObserver)
Takes in a list of origins and destinations and returns a stream containing route information for each combination of origin and destination.ComputeRouteMatrixRequest.Builder
ComputeRouteMatrixRequest.Builder. mergeFrom(ComputeRouteMatrixRequest other)
static ComputeRouteMatrixRequest.Builder
ComputeRouteMatrixRequest. newBuilder(ComputeRouteMatrixRequest prototype)
-
Uses of ComputeRouteMatrixRequest in com.google.maps.routing.v2.stub
Methods in com.google.maps.routing.v2.stub that return types with arguments of type ComputeRouteMatrixRequest Modifier and Type Method Description com.google.api.gax.rpc.ServerStreamingCallable<ComputeRouteMatrixRequest,RouteMatrixElement>
GrpcRoutesStub. computeRouteMatrixCallable()
com.google.api.gax.rpc.ServerStreamingCallable<ComputeRouteMatrixRequest,RouteMatrixElement>
HttpJsonRoutesStub. computeRouteMatrixCallable()
com.google.api.gax.rpc.ServerStreamingCallable<ComputeRouteMatrixRequest,RouteMatrixElement>
RoutesStub. computeRouteMatrixCallable()
com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<ComputeRouteMatrixRequest,RouteMatrixElement>
RoutesStubSettings.Builder. computeRouteMatrixSettings()
Returns the builder for the settings used for calls to computeRouteMatrix.com.google.api.gax.rpc.ServerStreamingCallSettings<ComputeRouteMatrixRequest,RouteMatrixElement>
RoutesStubSettings. computeRouteMatrixSettings()
Returns the object with the settings used for calls to computeRouteMatrix.
-