getPreviewLabelPolicy method

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

Implementation

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