addCustomLabelPolicy_Pre method

Future<AddCustomLabelPolicyResponse> addCustomLabelPolicy_Pre(
  1. ServiceCall call,
  2. Future<AddCustomLabelPolicyRequest> request
)

Implementation

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