getEnvironment method
ResponseFuture<Environment>
getEnvironment(
- GetEnvironmentRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$11.Environment> getEnvironment(
$11.GetEnvironmentRequest request,
{$grpc.CallOptions? options}) {
return $createUnaryCall(_$getEnvironment, request, options: options);
}