updateCustomLabelPolicy_Pre method

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

Implementation

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