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