getPreviewLabelPolicy method

ResponseFuture<GetPreviewLabelPolicyResponse> getPreviewLabelPolicy(
  1. GetPreviewLabelPolicyRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$2.GetPreviewLabelPolicyResponse> getPreviewLabelPolicy(
    $2.GetPreviewLabelPolicyRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getPreviewLabelPolicy, request, options: options);
}