lookupEnvironmentHistory method
ResponseFuture<LookupEnvironmentHistoryResponse>
lookupEnvironmentHistory(
- LookupEnvironmentHistoryRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$12.LookupEnvironmentHistoryResponse>
lookupEnvironmentHistory($12.LookupEnvironmentHistoryRequest request,
{$grpc.CallOptions? options}) {
return $createUnaryCall(_$lookupEnvironmentHistory, request,
options: options);
}