lookupEnvironmentHistory method

ResponseFuture<LookupEnvironmentHistoryResponse> lookupEnvironmentHistory(
  1. LookupEnvironmentHistoryRequest request, {
  2. CallOptions? options,
})

Implementation

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