getIAM_Pre method

Future<GetIAMResponse> getIAM_Pre(
  1. ServiceCall $call,
  2. Future<GetIAMRequest> $request
)

Implementation

$async.Future<$0.GetIAMResponse> getIAM_Pre(
    $grpc.ServiceCall $call, $async.Future<$0.GetIAMRequest> $request) async {
  return getIAM($call, await $request);
}