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