addCustomLabelPolicy_Pre method
Future<AddCustomLabelPolicyResponse>
addCustomLabelPolicy_Pre(
- ServiceCall call,
- Future<
AddCustomLabelPolicyRequest> request
Implementation
$async.Future<$0.AddCustomLabelPolicyResponse> addCustomLabelPolicy_Pre($grpc.ServiceCall call, $async.Future<$0.AddCustomLabelPolicyRequest> request) async {
return addCustomLabelPolicy(call, await request);
}