getCustomOrgIAMPolicy_Pre method

Future<GetCustomOrgIAMPolicyResponse> getCustomOrgIAMPolicy_Pre(
  1. ServiceCall $call,
  2. Future<GetCustomOrgIAMPolicyRequest> $request
)

Implementation

$async.Future<$0.GetCustomOrgIAMPolicyResponse> getCustomOrgIAMPolicy_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.GetCustomOrgIAMPolicyRequest> $request) async {
  return getCustomOrgIAMPolicy($call, await $request);
}