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