getCustomOrgIAMPolicy_Pre method

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

Implementation

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