getPreviewLabelPolicy_Pre method

Future<GetPreviewLabelPolicyResponse> getPreviewLabelPolicy_Pre(
  1. ServiceCall $call,
  2. Future<GetPreviewLabelPolicyRequest> $request
)

Implementation

$async.Future<$0.GetPreviewLabelPolicyResponse> getPreviewLabelPolicy_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.GetPreviewLabelPolicyRequest> $request) async {
  return getPreviewLabelPolicy($call, await $request);
}