updateCustomLabelPolicy_Pre method

Future<UpdateCustomLabelPolicyResponse> updateCustomLabelPolicy_Pre(
  1. ServiceCall $call,
  2. Future<UpdateCustomLabelPolicyRequest> $request
)

Implementation

$async.Future<$0.UpdateCustomLabelPolicyResponse> updateCustomLabelPolicy_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.UpdateCustomLabelPolicyRequest> $request) async {
  return updateCustomLabelPolicy($call, await $request);
}