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