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 ComputeRouteMatrixRequestComputeRouteMatrixRequest.Builder. build()ComputeRouteMatrixRequestComputeRouteMatrixRequest.Builder. buildPartial()static ComputeRouteMatrixRequestComputeRouteMatrixRequest. getDefaultInstance()ComputeRouteMatrixRequestComputeRouteMatrixRequest.Builder. getDefaultInstanceForType()ComputeRouteMatrixRequestComputeRouteMatrixRequest. getDefaultInstanceForType()static ComputeRouteMatrixRequestComputeRouteMatrixRequest. parseDelimitedFrom(InputStream input)static ComputeRouteMatrixRequestComputeRouteMatrixRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ComputeRouteMatrixRequestComputeRouteMatrixRequest. parseFrom(byte[] data)static ComputeRouteMatrixRequestComputeRouteMatrixRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ComputeRouteMatrixRequestComputeRouteMatrixRequest. parseFrom(com.google.protobuf.ByteString data)static ComputeRouteMatrixRequestComputeRouteMatrixRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ComputeRouteMatrixRequestComputeRouteMatrixRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ComputeRouteMatrixRequestComputeRouteMatrixRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ComputeRouteMatrixRequestComputeRouteMatrixRequest. parseFrom(InputStream input)static ComputeRouteMatrixRequestComputeRouteMatrixRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ComputeRouteMatrixRequestComputeRouteMatrixRequest. parseFrom(ByteBuffer data)static ComputeRouteMatrixRequestComputeRouteMatrixRequest. 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 voidRoutesGrpc.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.voidRoutesGrpc.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.BuilderComputeRouteMatrixRequest.Builder. mergeFrom(ComputeRouteMatrixRequest other)static ComputeRouteMatrixRequest.BuilderComputeRouteMatrixRequest. 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.
-