addCustomLabelPolicy_Pre method

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

Implementation

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