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