updateLabelPolicy_Pre method

Future<UpdateLabelPolicyResponse> updateLabelPolicy_Pre(
  1. ServiceCall $call,
  2. Future<UpdateLabelPolicyRequest> $request
)

Implementation

$async.Future<$0.UpdateLabelPolicyResponse> updateLabelPolicy_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.UpdateLabelPolicyRequest> $request) async {
  return updateLabelPolicy($call, await $request);
}