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