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