google-apis-discoveryengine_v1beta 0.41.0 → 0.43.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/discoveryengine_v1beta/classes.rb +3550 -1320
- data/lib/google/apis/discoveryengine_v1beta/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1beta/representations.rb +1743 -657
- data/lib/google/apis/discoveryengine_v1beta/service.rb +907 -42
- metadata +3 -3
@@ -328,6 +328,108 @@ module Google
|
|
328
328
|
include Google::Apis::Core::JsonObjectSupport
|
329
329
|
end
|
330
330
|
|
331
|
+
class GoogleCloudDiscoveryengineV1alphaAnswer
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
337
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerCitation
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
343
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerCitationSource
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
349
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerQueryUnderstandingInfo
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
355
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerQueryUnderstandingInfoQueryClassificationInfo
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
361
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerReference
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
367
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerReferenceChunkInfo
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
|
+
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
371
|
+
end
|
372
|
+
|
373
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerReferenceChunkInfoDocumentMetadata
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
+
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
377
|
+
end
|
378
|
+
|
379
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerReferenceUnstructuredDocumentInfo
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
385
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerReferenceUnstructuredDocumentInfoChunkContent
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
389
|
+
end
|
390
|
+
|
391
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerStep
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
|
+
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
395
|
+
end
|
396
|
+
|
397
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerStepAction
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
403
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerStepActionObservation
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
409
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerStepActionObservationSearchResult
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
415
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerStepActionObservationSearchResultChunkInfo
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
421
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerStepActionObservationSearchResultSnippetInfo
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
427
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerStepActionSearchAction
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
331
433
|
class GoogleCloudDiscoveryengineV1alphaBatchCreateTargetSiteMetadata
|
332
434
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
435
|
|
@@ -538,73 +640,73 @@ module Google
|
|
538
640
|
include Google::Apis::Core::JsonObjectSupport
|
539
641
|
end
|
540
642
|
|
541
|
-
class
|
643
|
+
class GoogleCloudDiscoveryengineV1alphaIdpConfig
|
542
644
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
543
645
|
|
544
646
|
include Google::Apis::Core::JsonObjectSupport
|
545
647
|
end
|
546
648
|
|
547
|
-
class
|
649
|
+
class GoogleCloudDiscoveryengineV1alphaIdpConfigExternalIdpConfig
|
548
650
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
651
|
|
550
652
|
include Google::Apis::Core::JsonObjectSupport
|
551
653
|
end
|
552
654
|
|
553
|
-
class
|
655
|
+
class GoogleCloudDiscoveryengineV1alphaImportDocumentsMetadata
|
554
656
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
657
|
|
556
658
|
include Google::Apis::Core::JsonObjectSupport
|
557
659
|
end
|
558
660
|
|
559
|
-
class
|
661
|
+
class GoogleCloudDiscoveryengineV1alphaImportDocumentsResponse
|
560
662
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
663
|
|
562
664
|
include Google::Apis::Core::JsonObjectSupport
|
563
665
|
end
|
564
666
|
|
565
|
-
class
|
667
|
+
class GoogleCloudDiscoveryengineV1alphaImportErrorConfig
|
566
668
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
669
|
|
568
670
|
include Google::Apis::Core::JsonObjectSupport
|
569
671
|
end
|
570
672
|
|
571
|
-
class
|
673
|
+
class GoogleCloudDiscoveryengineV1alphaImportSuggestionDenyListEntriesMetadata
|
572
674
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
675
|
|
574
676
|
include Google::Apis::Core::JsonObjectSupport
|
575
677
|
end
|
576
678
|
|
577
|
-
class
|
679
|
+
class GoogleCloudDiscoveryengineV1alphaImportSuggestionDenyListEntriesResponse
|
578
680
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
681
|
|
580
682
|
include Google::Apis::Core::JsonObjectSupport
|
581
683
|
end
|
582
684
|
|
583
|
-
class
|
685
|
+
class GoogleCloudDiscoveryengineV1alphaImportUserEventsMetadata
|
584
686
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
687
|
|
586
688
|
include Google::Apis::Core::JsonObjectSupport
|
587
689
|
end
|
588
690
|
|
589
|
-
class
|
691
|
+
class GoogleCloudDiscoveryengineV1alphaImportUserEventsResponse
|
590
692
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
693
|
|
592
694
|
include Google::Apis::Core::JsonObjectSupport
|
593
695
|
end
|
594
696
|
|
595
|
-
class
|
697
|
+
class GoogleCloudDiscoveryengineV1alphaProject
|
596
698
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
699
|
|
598
700
|
include Google::Apis::Core::JsonObjectSupport
|
599
701
|
end
|
600
702
|
|
601
|
-
class
|
703
|
+
class GoogleCloudDiscoveryengineV1alphaProjectServiceTerms
|
602
704
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
705
|
|
604
706
|
include Google::Apis::Core::JsonObjectSupport
|
605
707
|
end
|
606
708
|
|
607
|
-
class
|
709
|
+
class GoogleCloudDiscoveryengineV1alphaProvisionProjectMetadata
|
608
710
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
711
|
|
610
712
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -646,6 +748,12 @@ module Google
|
|
646
748
|
include Google::Apis::Core::JsonObjectSupport
|
647
749
|
end
|
648
750
|
|
751
|
+
class GoogleCloudDiscoveryengineV1alphaQuery
|
752
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
753
|
+
|
754
|
+
include Google::Apis::Core::JsonObjectSupport
|
755
|
+
end
|
756
|
+
|
649
757
|
class GoogleCloudDiscoveryengineV1alphaRecrawlUrisMetadata
|
650
758
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
651
759
|
|
@@ -676,6 +784,18 @@ module Google
|
|
676
784
|
include Google::Apis::Core::JsonObjectSupport
|
677
785
|
end
|
678
786
|
|
787
|
+
class GoogleCloudDiscoveryengineV1alphaSession
|
788
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
789
|
+
|
790
|
+
include Google::Apis::Core::JsonObjectSupport
|
791
|
+
end
|
792
|
+
|
793
|
+
class GoogleCloudDiscoveryengineV1alphaSessionTurn
|
794
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
795
|
+
|
796
|
+
include Google::Apis::Core::JsonObjectSupport
|
797
|
+
end
|
798
|
+
|
679
799
|
class GoogleCloudDiscoveryengineV1alphaSiteVerificationInfo
|
680
800
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
681
801
|
|
@@ -736,1063 +856,1913 @@ module Google
|
|
736
856
|
include Google::Apis::Core::JsonObjectSupport
|
737
857
|
end
|
738
858
|
|
739
|
-
class
|
859
|
+
class GoogleCloudDiscoveryengineV1betaAnswer
|
740
860
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
741
861
|
|
742
862
|
include Google::Apis::Core::JsonObjectSupport
|
743
863
|
end
|
744
864
|
|
745
|
-
class
|
865
|
+
class GoogleCloudDiscoveryengineV1betaAnswerCitation
|
746
866
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
747
867
|
|
748
868
|
include Google::Apis::Core::JsonObjectSupport
|
749
869
|
end
|
750
870
|
|
751
|
-
class
|
871
|
+
class GoogleCloudDiscoveryengineV1betaAnswerCitationSource
|
752
872
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
753
873
|
|
754
874
|
include Google::Apis::Core::JsonObjectSupport
|
755
875
|
end
|
756
876
|
|
757
|
-
class
|
877
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequest
|
758
878
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
759
879
|
|
760
880
|
include Google::Apis::Core::JsonObjectSupport
|
761
881
|
end
|
762
882
|
|
763
|
-
class
|
883
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestAnswerGenerationSpec
|
764
884
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
765
885
|
|
766
886
|
include Google::Apis::Core::JsonObjectSupport
|
767
887
|
end
|
768
888
|
|
769
|
-
class
|
889
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestAnswerGenerationSpecModelSpec
|
770
890
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
771
891
|
|
772
892
|
include Google::Apis::Core::JsonObjectSupport
|
773
893
|
end
|
774
894
|
|
775
|
-
class
|
895
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestAnswerGenerationSpecPromptSpec
|
776
896
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
777
897
|
|
778
898
|
include Google::Apis::Core::JsonObjectSupport
|
779
899
|
end
|
780
900
|
|
781
|
-
class
|
901
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestQueryUnderstandingSpec
|
782
902
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
783
903
|
|
784
904
|
include Google::Apis::Core::JsonObjectSupport
|
785
905
|
end
|
786
906
|
|
787
|
-
class
|
907
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestQueryUnderstandingSpecQueryClassificationSpec
|
788
908
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
789
909
|
|
790
910
|
include Google::Apis::Core::JsonObjectSupport
|
791
911
|
end
|
792
912
|
|
793
|
-
class
|
913
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpec
|
794
914
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
795
915
|
|
796
916
|
include Google::Apis::Core::JsonObjectSupport
|
797
917
|
end
|
798
918
|
|
799
|
-
class
|
919
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestRelatedQuestionsSpec
|
800
920
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
801
921
|
|
802
922
|
include Google::Apis::Core::JsonObjectSupport
|
803
923
|
end
|
804
924
|
|
805
|
-
class
|
925
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSafetySpec
|
806
926
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
807
927
|
|
808
928
|
include Google::Apis::Core::JsonObjectSupport
|
809
929
|
end
|
810
930
|
|
811
|
-
class
|
931
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpec
|
812
932
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
813
933
|
|
814
934
|
include Google::Apis::Core::JsonObjectSupport
|
815
935
|
end
|
816
936
|
|
817
|
-
class
|
937
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchParams
|
818
938
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
819
939
|
|
820
940
|
include Google::Apis::Core::JsonObjectSupport
|
821
941
|
end
|
822
942
|
|
823
|
-
class
|
943
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultList
|
824
944
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
825
945
|
|
826
946
|
include Google::Apis::Core::JsonObjectSupport
|
827
947
|
end
|
828
948
|
|
829
|
-
class
|
949
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResult
|
830
950
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
831
951
|
|
832
952
|
include Google::Apis::Core::JsonObjectSupport
|
833
953
|
end
|
834
954
|
|
835
|
-
class
|
955
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResultChunkInfo
|
836
956
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
837
957
|
|
838
958
|
include Google::Apis::Core::JsonObjectSupport
|
839
959
|
end
|
840
960
|
|
841
|
-
class
|
961
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResultUnstructuredDocumentInfo
|
842
962
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
843
963
|
|
844
964
|
include Google::Apis::Core::JsonObjectSupport
|
845
965
|
end
|
846
966
|
|
847
|
-
class
|
967
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResultUnstructuredDocumentInfoDocumentContext
|
848
968
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
849
969
|
|
850
970
|
include Google::Apis::Core::JsonObjectSupport
|
851
971
|
end
|
852
972
|
|
853
|
-
class
|
973
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResultUnstructuredDocumentInfoExtractiveAnswer
|
854
974
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
855
975
|
|
856
976
|
include Google::Apis::Core::JsonObjectSupport
|
857
977
|
end
|
858
978
|
|
859
|
-
class
|
979
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResultUnstructuredDocumentInfoExtractiveSegment
|
860
980
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
861
981
|
|
862
982
|
include Google::Apis::Core::JsonObjectSupport
|
863
983
|
end
|
864
984
|
|
865
|
-
class
|
985
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryResponse
|
866
986
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
867
987
|
|
868
988
|
include Google::Apis::Core::JsonObjectSupport
|
869
989
|
end
|
870
990
|
|
871
|
-
class
|
991
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryUnderstandingInfo
|
872
992
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
873
993
|
|
874
994
|
include Google::Apis::Core::JsonObjectSupport
|
875
995
|
end
|
876
996
|
|
877
|
-
class
|
997
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryUnderstandingInfoQueryClassificationInfo
|
878
998
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
879
999
|
|
880
1000
|
include Google::Apis::Core::JsonObjectSupport
|
881
1001
|
end
|
882
1002
|
|
883
|
-
class
|
1003
|
+
class GoogleCloudDiscoveryengineV1betaAnswerReference
|
884
1004
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
885
1005
|
|
886
1006
|
include Google::Apis::Core::JsonObjectSupport
|
887
1007
|
end
|
888
1008
|
|
889
|
-
class
|
1009
|
+
class GoogleCloudDiscoveryengineV1betaAnswerReferenceChunkInfo
|
890
1010
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
891
1011
|
|
892
1012
|
include Google::Apis::Core::JsonObjectSupport
|
893
1013
|
end
|
894
1014
|
|
895
|
-
class
|
1015
|
+
class GoogleCloudDiscoveryengineV1betaAnswerReferenceChunkInfoDocumentMetadata
|
896
1016
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
897
1017
|
|
898
1018
|
include Google::Apis::Core::JsonObjectSupport
|
899
1019
|
end
|
900
1020
|
|
901
|
-
class
|
1021
|
+
class GoogleCloudDiscoveryengineV1betaAnswerReferenceUnstructuredDocumentInfo
|
902
1022
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
903
1023
|
|
904
1024
|
include Google::Apis::Core::JsonObjectSupport
|
905
1025
|
end
|
906
1026
|
|
907
|
-
class
|
1027
|
+
class GoogleCloudDiscoveryengineV1betaAnswerReferenceUnstructuredDocumentInfoChunkContent
|
908
1028
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
909
1029
|
|
910
1030
|
include Google::Apis::Core::JsonObjectSupport
|
911
1031
|
end
|
912
1032
|
|
913
|
-
class
|
1033
|
+
class GoogleCloudDiscoveryengineV1betaAnswerStep
|
914
1034
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
915
1035
|
|
916
1036
|
include Google::Apis::Core::JsonObjectSupport
|
917
1037
|
end
|
918
1038
|
|
919
|
-
class
|
1039
|
+
class GoogleCloudDiscoveryengineV1betaAnswerStepAction
|
920
1040
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
921
1041
|
|
922
1042
|
include Google::Apis::Core::JsonObjectSupport
|
923
1043
|
end
|
924
1044
|
|
925
|
-
class
|
1045
|
+
class GoogleCloudDiscoveryengineV1betaAnswerStepActionObservation
|
926
1046
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
927
1047
|
|
928
1048
|
include Google::Apis::Core::JsonObjectSupport
|
929
1049
|
end
|
930
1050
|
|
931
|
-
class
|
1051
|
+
class GoogleCloudDiscoveryengineV1betaAnswerStepActionObservationSearchResult
|
932
1052
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
933
1053
|
|
934
1054
|
include Google::Apis::Core::JsonObjectSupport
|
935
1055
|
end
|
936
1056
|
|
937
|
-
class
|
1057
|
+
class GoogleCloudDiscoveryengineV1betaAnswerStepActionObservationSearchResultChunkInfo
|
938
1058
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
939
1059
|
|
940
1060
|
include Google::Apis::Core::JsonObjectSupport
|
941
1061
|
end
|
942
1062
|
|
943
|
-
class
|
1063
|
+
class GoogleCloudDiscoveryengineV1betaAnswerStepActionObservationSearchResultSnippetInfo
|
944
1064
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
945
1065
|
|
946
1066
|
include Google::Apis::Core::JsonObjectSupport
|
947
1067
|
end
|
948
1068
|
|
949
|
-
class
|
1069
|
+
class GoogleCloudDiscoveryengineV1betaAnswerStepActionSearchAction
|
950
1070
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
951
1071
|
|
952
1072
|
include Google::Apis::Core::JsonObjectSupport
|
953
1073
|
end
|
954
1074
|
|
955
|
-
class
|
1075
|
+
class GoogleCloudDiscoveryengineV1betaBatchCreateTargetSiteMetadata
|
956
1076
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
957
1077
|
|
958
1078
|
include Google::Apis::Core::JsonObjectSupport
|
959
1079
|
end
|
960
1080
|
|
961
|
-
class
|
1081
|
+
class GoogleCloudDiscoveryengineV1betaBatchCreateTargetSitesRequest
|
962
1082
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
963
1083
|
|
964
1084
|
include Google::Apis::Core::JsonObjectSupport
|
965
1085
|
end
|
966
1086
|
|
967
|
-
class
|
1087
|
+
class GoogleCloudDiscoveryengineV1betaBatchCreateTargetSitesResponse
|
968
1088
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
969
1089
|
|
970
1090
|
include Google::Apis::Core::JsonObjectSupport
|
971
1091
|
end
|
972
1092
|
|
973
|
-
class
|
1093
|
+
class GoogleCloudDiscoveryengineV1betaBatchVerifyTargetSitesRequest
|
974
1094
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
975
1095
|
|
976
1096
|
include Google::Apis::Core::JsonObjectSupport
|
977
1097
|
end
|
978
1098
|
|
979
|
-
class
|
1099
|
+
class GoogleCloudDiscoveryengineV1betaBigQuerySource
|
980
1100
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
981
1101
|
|
982
1102
|
include Google::Apis::Core::JsonObjectSupport
|
983
1103
|
end
|
984
1104
|
|
985
|
-
class
|
1105
|
+
class GoogleCloudDiscoveryengineV1betaBigtableOptions
|
986
1106
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
987
1107
|
|
988
1108
|
include Google::Apis::Core::JsonObjectSupport
|
989
1109
|
end
|
990
1110
|
|
991
|
-
class
|
1111
|
+
class GoogleCloudDiscoveryengineV1betaBigtableOptionsBigtableColumn
|
992
1112
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
993
1113
|
|
994
1114
|
include Google::Apis::Core::JsonObjectSupport
|
995
1115
|
end
|
996
1116
|
|
997
|
-
class
|
1117
|
+
class GoogleCloudDiscoveryengineV1betaBigtableOptionsBigtableColumnFamily
|
998
1118
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
999
1119
|
|
1000
1120
|
include Google::Apis::Core::JsonObjectSupport
|
1001
1121
|
end
|
1002
1122
|
|
1003
|
-
class
|
1123
|
+
class GoogleCloudDiscoveryengineV1betaBigtableSource
|
1004
1124
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1005
1125
|
|
1006
1126
|
include Google::Apis::Core::JsonObjectSupport
|
1007
1127
|
end
|
1008
1128
|
|
1009
|
-
class
|
1129
|
+
class GoogleCloudDiscoveryengineV1betaCheckGroundingRequest
|
1010
1130
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1011
1131
|
|
1012
1132
|
include Google::Apis::Core::JsonObjectSupport
|
1013
1133
|
end
|
1014
1134
|
|
1015
|
-
class
|
1135
|
+
class GoogleCloudDiscoveryengineV1betaCheckGroundingResponse
|
1016
1136
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1017
1137
|
|
1018
1138
|
include Google::Apis::Core::JsonObjectSupport
|
1019
1139
|
end
|
1020
1140
|
|
1021
|
-
class
|
1141
|
+
class GoogleCloudDiscoveryengineV1betaCheckGroundingResponseClaim
|
1022
1142
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1023
1143
|
|
1024
1144
|
include Google::Apis::Core::JsonObjectSupport
|
1025
1145
|
end
|
1026
1146
|
|
1027
|
-
class
|
1147
|
+
class GoogleCloudDiscoveryengineV1betaCheckGroundingSpec
|
1028
1148
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1029
1149
|
|
1030
1150
|
include Google::Apis::Core::JsonObjectSupport
|
1031
1151
|
end
|
1032
1152
|
|
1033
|
-
class
|
1153
|
+
class GoogleCloudDiscoveryengineV1betaCloudSqlSource
|
1034
1154
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1035
1155
|
|
1036
1156
|
include Google::Apis::Core::JsonObjectSupport
|
1037
1157
|
end
|
1038
1158
|
|
1039
|
-
class
|
1159
|
+
class GoogleCloudDiscoveryengineV1betaCompleteQueryResponse
|
1040
1160
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1041
1161
|
|
1042
1162
|
include Google::Apis::Core::JsonObjectSupport
|
1043
1163
|
end
|
1044
1164
|
|
1045
|
-
class
|
1165
|
+
class GoogleCloudDiscoveryengineV1betaCompleteQueryResponseQuerySuggestion
|
1046
1166
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1047
1167
|
|
1048
1168
|
include Google::Apis::Core::JsonObjectSupport
|
1049
1169
|
end
|
1050
1170
|
|
1051
|
-
class
|
1171
|
+
class GoogleCloudDiscoveryengineV1betaCompletionInfo
|
1052
1172
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1053
1173
|
|
1054
1174
|
include Google::Apis::Core::JsonObjectSupport
|
1055
1175
|
end
|
1056
1176
|
|
1057
|
-
class
|
1177
|
+
class GoogleCloudDiscoveryengineV1betaConversation
|
1058
1178
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1059
1179
|
|
1060
1180
|
include Google::Apis::Core::JsonObjectSupport
|
1061
1181
|
end
|
1062
1182
|
|
1063
|
-
class
|
1183
|
+
class GoogleCloudDiscoveryengineV1betaConversationContext
|
1064
1184
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1065
1185
|
|
1066
1186
|
include Google::Apis::Core::JsonObjectSupport
|
1067
1187
|
end
|
1068
1188
|
|
1069
|
-
class
|
1189
|
+
class GoogleCloudDiscoveryengineV1betaConversationMessage
|
1070
1190
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1071
1191
|
|
1072
1192
|
include Google::Apis::Core::JsonObjectSupport
|
1073
1193
|
end
|
1074
1194
|
|
1075
|
-
class
|
1195
|
+
class GoogleCloudDiscoveryengineV1betaConverseConversationRequest
|
1076
1196
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1077
1197
|
|
1078
1198
|
include Google::Apis::Core::JsonObjectSupport
|
1079
1199
|
end
|
1080
1200
|
|
1081
|
-
class
|
1201
|
+
class GoogleCloudDiscoveryengineV1betaConverseConversationResponse
|
1082
1202
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1083
1203
|
|
1084
1204
|
include Google::Apis::Core::JsonObjectSupport
|
1085
1205
|
end
|
1086
1206
|
|
1087
|
-
class
|
1207
|
+
class GoogleCloudDiscoveryengineV1betaCreateDataStoreMetadata
|
1088
1208
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1089
1209
|
|
1090
1210
|
include Google::Apis::Core::JsonObjectSupport
|
1091
1211
|
end
|
1092
1212
|
|
1093
|
-
class
|
1213
|
+
class GoogleCloudDiscoveryengineV1betaCreateEngineMetadata
|
1094
1214
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1095
1215
|
|
1096
1216
|
include Google::Apis::Core::JsonObjectSupport
|
1097
1217
|
end
|
1098
1218
|
|
1099
|
-
class
|
1219
|
+
class GoogleCloudDiscoveryengineV1betaCreateSchemaMetadata
|
1100
1220
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1101
1221
|
|
1102
1222
|
include Google::Apis::Core::JsonObjectSupport
|
1103
1223
|
end
|
1104
1224
|
|
1105
|
-
class
|
1225
|
+
class GoogleCloudDiscoveryengineV1betaCreateTargetSiteMetadata
|
1106
1226
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1107
1227
|
|
1108
1228
|
include Google::Apis::Core::JsonObjectSupport
|
1109
1229
|
end
|
1110
1230
|
|
1111
|
-
class
|
1231
|
+
class GoogleCloudDiscoveryengineV1betaCreateTargetSiteRequest
|
1112
1232
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1113
1233
|
|
1114
1234
|
include Google::Apis::Core::JsonObjectSupport
|
1115
1235
|
end
|
1116
1236
|
|
1117
|
-
class
|
1237
|
+
class GoogleCloudDiscoveryengineV1betaCustomAttribute
|
1118
1238
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1119
1239
|
|
1120
1240
|
include Google::Apis::Core::JsonObjectSupport
|
1121
1241
|
end
|
1122
1242
|
|
1123
|
-
class
|
1243
|
+
class GoogleCloudDiscoveryengineV1betaDataStore
|
1124
1244
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1125
1245
|
|
1126
1246
|
include Google::Apis::Core::JsonObjectSupport
|
1127
1247
|
end
|
1128
1248
|
|
1129
|
-
class
|
1249
|
+
class GoogleCloudDiscoveryengineV1betaDeleteDataStoreMetadata
|
1130
1250
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1131
1251
|
|
1132
1252
|
include Google::Apis::Core::JsonObjectSupport
|
1133
1253
|
end
|
1134
1254
|
|
1135
|
-
class
|
1255
|
+
class GoogleCloudDiscoveryengineV1betaDeleteEngineMetadata
|
1136
1256
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1137
1257
|
|
1138
1258
|
include Google::Apis::Core::JsonObjectSupport
|
1139
1259
|
end
|
1140
1260
|
|
1141
|
-
class
|
1261
|
+
class GoogleCloudDiscoveryengineV1betaDeleteSchemaMetadata
|
1142
1262
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1143
1263
|
|
1144
1264
|
include Google::Apis::Core::JsonObjectSupport
|
1145
1265
|
end
|
1146
1266
|
|
1147
|
-
class
|
1267
|
+
class GoogleCloudDiscoveryengineV1betaDeleteTargetSiteMetadata
|
1148
1268
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1149
1269
|
|
1150
1270
|
include Google::Apis::Core::JsonObjectSupport
|
1151
1271
|
end
|
1152
1272
|
|
1153
|
-
class
|
1273
|
+
class GoogleCloudDiscoveryengineV1betaDisableAdvancedSiteSearchMetadata
|
1154
1274
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1155
1275
|
|
1156
1276
|
include Google::Apis::Core::JsonObjectSupport
|
1157
1277
|
end
|
1158
1278
|
|
1159
|
-
class
|
1279
|
+
class GoogleCloudDiscoveryengineV1betaDisableAdvancedSiteSearchRequest
|
1160
1280
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1161
1281
|
|
1162
1282
|
include Google::Apis::Core::JsonObjectSupport
|
1163
1283
|
end
|
1164
1284
|
|
1165
|
-
class
|
1285
|
+
class GoogleCloudDiscoveryengineV1betaDisableAdvancedSiteSearchResponse
|
1166
1286
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1167
1287
|
|
1168
1288
|
include Google::Apis::Core::JsonObjectSupport
|
1169
1289
|
end
|
1170
1290
|
|
1171
|
-
class
|
1291
|
+
class GoogleCloudDiscoveryengineV1betaDocument
|
1172
1292
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1173
1293
|
|
1174
1294
|
include Google::Apis::Core::JsonObjectSupport
|
1175
1295
|
end
|
1176
1296
|
|
1177
|
-
class
|
1297
|
+
class GoogleCloudDiscoveryengineV1betaDocumentContent
|
1178
1298
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1179
1299
|
|
1180
1300
|
include Google::Apis::Core::JsonObjectSupport
|
1181
1301
|
end
|
1182
1302
|
|
1183
|
-
class
|
1303
|
+
class GoogleCloudDiscoveryengineV1betaDocumentInfo
|
1184
1304
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1185
1305
|
|
1186
1306
|
include Google::Apis::Core::JsonObjectSupport
|
1187
1307
|
end
|
1188
1308
|
|
1189
|
-
class
|
1309
|
+
class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfig
|
1190
1310
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1191
1311
|
|
1192
1312
|
include Google::Apis::Core::JsonObjectSupport
|
1193
1313
|
end
|
1194
1314
|
|
1195
|
-
class
|
1315
|
+
class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfig
|
1196
1316
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1197
1317
|
|
1198
1318
|
include Google::Apis::Core::JsonObjectSupport
|
1199
1319
|
end
|
1200
1320
|
|
1201
|
-
class
|
1321
|
+
class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigDigitalParsingConfig
|
1202
1322
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1203
1323
|
|
1204
1324
|
include Google::Apis::Core::JsonObjectSupport
|
1205
1325
|
end
|
1206
1326
|
|
1207
|
-
class
|
1327
|
+
class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigOcrParsingConfig
|
1208
1328
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1209
1329
|
|
1210
1330
|
include Google::Apis::Core::JsonObjectSupport
|
1211
1331
|
end
|
1212
1332
|
|
1213
|
-
class
|
1333
|
+
class GoogleCloudDiscoveryengineV1betaDoubleList
|
1214
1334
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1215
1335
|
|
1216
1336
|
include Google::Apis::Core::JsonObjectSupport
|
1217
1337
|
end
|
1218
1338
|
|
1219
|
-
class
|
1339
|
+
class GoogleCloudDiscoveryengineV1betaEmbeddingConfig
|
1220
1340
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1221
1341
|
|
1222
1342
|
include Google::Apis::Core::JsonObjectSupport
|
1223
1343
|
end
|
1224
1344
|
|
1225
|
-
class
|
1345
|
+
class GoogleCloudDiscoveryengineV1betaEnableAdvancedSiteSearchMetadata
|
1226
1346
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1227
1347
|
|
1228
1348
|
include Google::Apis::Core::JsonObjectSupport
|
1229
1349
|
end
|
1230
1350
|
|
1231
|
-
class
|
1351
|
+
class GoogleCloudDiscoveryengineV1betaEnableAdvancedSiteSearchRequest
|
1232
1352
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1233
1353
|
|
1234
1354
|
include Google::Apis::Core::JsonObjectSupport
|
1235
1355
|
end
|
1236
1356
|
|
1237
|
-
class
|
1357
|
+
class GoogleCloudDiscoveryengineV1betaEnableAdvancedSiteSearchResponse
|
1238
1358
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1239
1359
|
|
1240
1360
|
include Google::Apis::Core::JsonObjectSupport
|
1241
1361
|
end
|
1242
1362
|
|
1243
|
-
class
|
1363
|
+
class GoogleCloudDiscoveryengineV1betaEngine
|
1244
1364
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1245
1365
|
|
1246
1366
|
include Google::Apis::Core::JsonObjectSupport
|
1247
1367
|
end
|
1248
1368
|
|
1249
|
-
class
|
1369
|
+
class GoogleCloudDiscoveryengineV1betaEngineChatEngineConfig
|
1250
1370
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1251
1371
|
|
1252
1372
|
include Google::Apis::Core::JsonObjectSupport
|
1253
1373
|
end
|
1254
1374
|
|
1255
|
-
class
|
1375
|
+
class GoogleCloudDiscoveryengineV1betaEngineChatEngineConfigAgentCreationConfig
|
1256
1376
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1257
1377
|
|
1258
1378
|
include Google::Apis::Core::JsonObjectSupport
|
1259
1379
|
end
|
1260
1380
|
|
1261
|
-
class
|
1381
|
+
class GoogleCloudDiscoveryengineV1betaEngineChatEngineMetadata
|
1262
1382
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1263
1383
|
|
1264
1384
|
include Google::Apis::Core::JsonObjectSupport
|
1265
1385
|
end
|
1266
1386
|
|
1267
|
-
class
|
1387
|
+
class GoogleCloudDiscoveryengineV1betaEngineCommonConfig
|
1268
1388
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1269
1389
|
|
1270
1390
|
include Google::Apis::Core::JsonObjectSupport
|
1271
1391
|
end
|
1272
1392
|
|
1273
|
-
class
|
1393
|
+
class GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig
|
1274
1394
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1275
1395
|
|
1276
1396
|
include Google::Apis::Core::JsonObjectSupport
|
1277
1397
|
end
|
1278
1398
|
|
1279
|
-
class
|
1399
|
+
class GoogleCloudDiscoveryengineV1betaFactChunk
|
1280
1400
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1281
1401
|
|
1282
1402
|
include Google::Apis::Core::JsonObjectSupport
|
1283
1403
|
end
|
1284
1404
|
|
1285
|
-
class
|
1405
|
+
class GoogleCloudDiscoveryengineV1betaFetchDomainVerificationStatusResponse
|
1286
1406
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1287
1407
|
|
1288
1408
|
include Google::Apis::Core::JsonObjectSupport
|
1289
1409
|
end
|
1290
1410
|
|
1291
|
-
class
|
1411
|
+
class GoogleCloudDiscoveryengineV1betaFhirStoreSource
|
1292
1412
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1293
1413
|
|
1294
1414
|
include Google::Apis::Core::JsonObjectSupport
|
1295
1415
|
end
|
1296
1416
|
|
1297
|
-
class
|
1417
|
+
class GoogleCloudDiscoveryengineV1betaFirestoreSource
|
1298
1418
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1299
1419
|
|
1300
1420
|
include Google::Apis::Core::JsonObjectSupport
|
1301
1421
|
end
|
1302
1422
|
|
1303
|
-
class
|
1423
|
+
class GoogleCloudDiscoveryengineV1betaGcsSource
|
1304
1424
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1305
1425
|
|
1306
1426
|
include Google::Apis::Core::JsonObjectSupport
|
1307
1427
|
end
|
1308
1428
|
|
1309
|
-
class
|
1429
|
+
class GoogleCloudDiscoveryengineV1betaGroundingFact
|
1310
1430
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1311
1431
|
|
1312
1432
|
include Google::Apis::Core::JsonObjectSupport
|
1313
1433
|
end
|
1314
1434
|
|
1315
|
-
class
|
1435
|
+
class GoogleCloudDiscoveryengineV1betaImportDocumentsMetadata
|
1316
1436
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1317
1437
|
|
1318
1438
|
include Google::Apis::Core::JsonObjectSupport
|
1319
1439
|
end
|
1320
1440
|
|
1321
|
-
class
|
1441
|
+
class GoogleCloudDiscoveryengineV1betaImportDocumentsRequest
|
1322
1442
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1323
1443
|
|
1324
1444
|
include Google::Apis::Core::JsonObjectSupport
|
1325
1445
|
end
|
1326
1446
|
|
1327
|
-
class
|
1447
|
+
class GoogleCloudDiscoveryengineV1betaImportDocumentsRequestInlineSource
|
1328
1448
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1329
1449
|
|
1330
1450
|
include Google::Apis::Core::JsonObjectSupport
|
1331
1451
|
end
|
1332
1452
|
|
1333
|
-
class
|
1453
|
+
class GoogleCloudDiscoveryengineV1betaImportDocumentsResponse
|
1334
1454
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1335
1455
|
|
1336
1456
|
include Google::Apis::Core::JsonObjectSupport
|
1337
1457
|
end
|
1338
1458
|
|
1339
|
-
class
|
1459
|
+
class GoogleCloudDiscoveryengineV1betaImportErrorConfig
|
1340
1460
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1341
1461
|
|
1342
1462
|
include Google::Apis::Core::JsonObjectSupport
|
1343
1463
|
end
|
1344
1464
|
|
1345
|
-
class
|
1465
|
+
class GoogleCloudDiscoveryengineV1betaImportSuggestionDenyListEntriesMetadata
|
1346
1466
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1347
1467
|
|
1348
1468
|
include Google::Apis::Core::JsonObjectSupport
|
1349
1469
|
end
|
1350
1470
|
|
1351
|
-
class
|
1471
|
+
class GoogleCloudDiscoveryengineV1betaImportSuggestionDenyListEntriesRequest
|
1352
1472
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1353
1473
|
|
1354
1474
|
include Google::Apis::Core::JsonObjectSupport
|
1355
1475
|
end
|
1356
1476
|
|
1357
|
-
class
|
1477
|
+
class GoogleCloudDiscoveryengineV1betaImportSuggestionDenyListEntriesRequestInlineSource
|
1358
1478
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1359
1479
|
|
1360
1480
|
include Google::Apis::Core::JsonObjectSupport
|
1361
1481
|
end
|
1362
1482
|
|
1363
|
-
class
|
1483
|
+
class GoogleCloudDiscoveryengineV1betaImportSuggestionDenyListEntriesResponse
|
1364
1484
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1365
1485
|
|
1366
1486
|
include Google::Apis::Core::JsonObjectSupport
|
1367
1487
|
end
|
1368
1488
|
|
1369
|
-
class
|
1489
|
+
class GoogleCloudDiscoveryengineV1betaImportUserEventsMetadata
|
1370
1490
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1371
1491
|
|
1372
1492
|
include Google::Apis::Core::JsonObjectSupport
|
1373
1493
|
end
|
1374
1494
|
|
1375
|
-
class
|
1495
|
+
class GoogleCloudDiscoveryengineV1betaImportUserEventsRequest
|
1376
1496
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1377
1497
|
|
1378
1498
|
include Google::Apis::Core::JsonObjectSupport
|
1379
1499
|
end
|
1380
1500
|
|
1381
|
-
class
|
1501
|
+
class GoogleCloudDiscoveryengineV1betaImportUserEventsRequestInlineSource
|
1382
1502
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1383
1503
|
|
1384
1504
|
include Google::Apis::Core::JsonObjectSupport
|
1385
1505
|
end
|
1386
1506
|
|
1387
|
-
class
|
1507
|
+
class GoogleCloudDiscoveryengineV1betaImportUserEventsResponse
|
1388
1508
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1389
1509
|
|
1390
1510
|
include Google::Apis::Core::JsonObjectSupport
|
1391
1511
|
end
|
1392
1512
|
|
1393
|
-
class
|
1513
|
+
class GoogleCloudDiscoveryengineV1betaInterval
|
1394
1514
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1395
1515
|
|
1396
1516
|
include Google::Apis::Core::JsonObjectSupport
|
1397
1517
|
end
|
1398
1518
|
|
1399
|
-
class
|
1519
|
+
class GoogleCloudDiscoveryengineV1betaListConversationsResponse
|
1400
1520
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1401
1521
|
|
1402
1522
|
include Google::Apis::Core::JsonObjectSupport
|
1403
1523
|
end
|
1404
1524
|
|
1405
|
-
class
|
1525
|
+
class GoogleCloudDiscoveryengineV1betaListDataStoresResponse
|
1406
1526
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1407
1527
|
|
1408
1528
|
include Google::Apis::Core::JsonObjectSupport
|
1409
1529
|
end
|
1410
1530
|
|
1411
|
-
class
|
1531
|
+
class GoogleCloudDiscoveryengineV1betaListDocumentsResponse
|
1412
1532
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1413
1533
|
|
1414
1534
|
include Google::Apis::Core::JsonObjectSupport
|
1415
1535
|
end
|
1416
1536
|
|
1417
|
-
class
|
1537
|
+
class GoogleCloudDiscoveryengineV1betaListEnginesResponse
|
1418
1538
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1419
1539
|
|
1420
1540
|
include Google::Apis::Core::JsonObjectSupport
|
1421
1541
|
end
|
1422
1542
|
|
1423
|
-
class
|
1543
|
+
class GoogleCloudDiscoveryengineV1betaListSchemasResponse
|
1424
1544
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1425
1545
|
|
1426
1546
|
include Google::Apis::Core::JsonObjectSupport
|
1427
1547
|
end
|
1428
1548
|
|
1429
|
-
class
|
1549
|
+
class GoogleCloudDiscoveryengineV1betaListServingConfigsResponse
|
1430
1550
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1431
1551
|
|
1432
1552
|
include Google::Apis::Core::JsonObjectSupport
|
1433
1553
|
end
|
1434
1554
|
|
1435
|
-
class
|
1555
|
+
class GoogleCloudDiscoveryengineV1betaListSessionsResponse
|
1436
1556
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1437
1557
|
|
1438
1558
|
include Google::Apis::Core::JsonObjectSupport
|
1439
1559
|
end
|
1440
1560
|
|
1441
|
-
class
|
1561
|
+
class GoogleCloudDiscoveryengineV1betaListTargetSitesResponse
|
1442
1562
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1443
1563
|
|
1444
1564
|
include Google::Apis::Core::JsonObjectSupport
|
1445
1565
|
end
|
1446
1566
|
|
1447
|
-
class
|
1567
|
+
class GoogleCloudDiscoveryengineV1betaMediaInfo
|
1448
1568
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1449
1569
|
|
1450
1570
|
include Google::Apis::Core::JsonObjectSupport
|
1451
1571
|
end
|
1452
1572
|
|
1453
|
-
class
|
1573
|
+
class GoogleCloudDiscoveryengineV1betaPageInfo
|
1454
1574
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1455
1575
|
|
1456
1576
|
include Google::Apis::Core::JsonObjectSupport
|
1457
1577
|
end
|
1458
1578
|
|
1459
|
-
class
|
1579
|
+
class GoogleCloudDiscoveryengineV1betaPanelInfo
|
1460
1580
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1461
1581
|
|
1462
1582
|
include Google::Apis::Core::JsonObjectSupport
|
1463
1583
|
end
|
1464
1584
|
|
1465
|
-
class
|
1585
|
+
class GoogleCloudDiscoveryengineV1betaPauseEngineRequest
|
1466
1586
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1467
1587
|
|
1468
1588
|
include Google::Apis::Core::JsonObjectSupport
|
1469
1589
|
end
|
1470
1590
|
|
1471
|
-
class
|
1591
|
+
class GoogleCloudDiscoveryengineV1betaPurgeDocumentsMetadata
|
1472
1592
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1473
1593
|
|
1474
1594
|
include Google::Apis::Core::JsonObjectSupport
|
1475
1595
|
end
|
1476
1596
|
|
1477
|
-
class
|
1597
|
+
class GoogleCloudDiscoveryengineV1betaPurgeDocumentsRequest
|
1478
1598
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1479
1599
|
|
1480
1600
|
include Google::Apis::Core::JsonObjectSupport
|
1481
1601
|
end
|
1482
1602
|
|
1483
|
-
class
|
1603
|
+
class GoogleCloudDiscoveryengineV1betaPurgeDocumentsResponse
|
1484
1604
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1485
1605
|
|
1486
1606
|
include Google::Apis::Core::JsonObjectSupport
|
1487
1607
|
end
|
1488
1608
|
|
1489
|
-
class
|
1609
|
+
class GoogleCloudDiscoveryengineV1betaPurgeSuggestionDenyListEntriesMetadata
|
1490
1610
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1491
1611
|
|
1492
1612
|
include Google::Apis::Core::JsonObjectSupport
|
1493
1613
|
end
|
1494
1614
|
|
1495
|
-
class
|
1615
|
+
class GoogleCloudDiscoveryengineV1betaPurgeSuggestionDenyListEntriesRequest
|
1496
1616
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1497
1617
|
|
1498
1618
|
include Google::Apis::Core::JsonObjectSupport
|
1499
1619
|
end
|
1500
1620
|
|
1501
|
-
class
|
1621
|
+
class GoogleCloudDiscoveryengineV1betaPurgeSuggestionDenyListEntriesResponse
|
1502
1622
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1503
1623
|
|
1504
1624
|
include Google::Apis::Core::JsonObjectSupport
|
1505
1625
|
end
|
1506
1626
|
|
1507
|
-
class
|
1627
|
+
class GoogleCloudDiscoveryengineV1betaQuery
|
1508
1628
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1509
1629
|
|
1510
1630
|
include Google::Apis::Core::JsonObjectSupport
|
1511
1631
|
end
|
1512
1632
|
|
1513
|
-
class
|
1633
|
+
class GoogleCloudDiscoveryengineV1betaRankRequest
|
1514
1634
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1515
1635
|
|
1516
1636
|
include Google::Apis::Core::JsonObjectSupport
|
1517
1637
|
end
|
1518
1638
|
|
1519
|
-
class
|
1639
|
+
class GoogleCloudDiscoveryengineV1betaRankResponse
|
1520
1640
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1521
1641
|
|
1522
1642
|
include Google::Apis::Core::JsonObjectSupport
|
1523
1643
|
end
|
1524
1644
|
|
1525
|
-
class
|
1645
|
+
class GoogleCloudDiscoveryengineV1betaRankingRecord
|
1526
1646
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1527
1647
|
|
1528
1648
|
include Google::Apis::Core::JsonObjectSupport
|
1529
1649
|
end
|
1530
1650
|
|
1531
|
-
class
|
1651
|
+
class GoogleCloudDiscoveryengineV1betaRecommendRequest
|
1532
1652
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1533
1653
|
|
1534
1654
|
include Google::Apis::Core::JsonObjectSupport
|
1535
1655
|
end
|
1536
1656
|
|
1537
|
-
class
|
1657
|
+
class GoogleCloudDiscoveryengineV1betaRecommendResponse
|
1538
1658
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1539
1659
|
|
1540
1660
|
include Google::Apis::Core::JsonObjectSupport
|
1541
1661
|
end
|
1542
1662
|
|
1543
|
-
class
|
1663
|
+
class GoogleCloudDiscoveryengineV1betaRecommendResponseRecommendationResult
|
1544
1664
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1545
1665
|
|
1546
1666
|
include Google::Apis::Core::JsonObjectSupport
|
1547
1667
|
end
|
1548
1668
|
|
1549
|
-
class
|
1669
|
+
class GoogleCloudDiscoveryengineV1betaRecrawlUrisRequest
|
1550
1670
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1551
1671
|
|
1552
1672
|
include Google::Apis::Core::JsonObjectSupport
|
1553
1673
|
end
|
1554
1674
|
|
1555
|
-
class
|
1675
|
+
class GoogleCloudDiscoveryengineV1betaReply
|
1556
1676
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1557
1677
|
|
1558
1678
|
include Google::Apis::Core::JsonObjectSupport
|
1559
1679
|
end
|
1560
1680
|
|
1561
|
-
class
|
1681
|
+
class GoogleCloudDiscoveryengineV1betaReplyReference
|
1562
1682
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1563
1683
|
|
1564
1684
|
include Google::Apis::Core::JsonObjectSupport
|
1565
1685
|
end
|
1566
1686
|
|
1567
|
-
class
|
1687
|
+
class GoogleCloudDiscoveryengineV1betaResumeEngineRequest
|
1568
1688
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1569
1689
|
|
1570
1690
|
include Google::Apis::Core::JsonObjectSupport
|
1571
1691
|
end
|
1572
1692
|
|
1573
|
-
class
|
1693
|
+
class GoogleCloudDiscoveryengineV1betaSchema
|
1574
1694
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1575
1695
|
|
1576
1696
|
include Google::Apis::Core::JsonObjectSupport
|
1577
1697
|
end
|
1578
1698
|
|
1579
|
-
class
|
1699
|
+
class GoogleCloudDiscoveryengineV1betaSearchInfo
|
1580
1700
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1581
1701
|
|
1582
1702
|
include Google::Apis::Core::JsonObjectSupport
|
1583
1703
|
end
|
1584
1704
|
|
1585
|
-
class
|
1705
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequest
|
1586
1706
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1587
1707
|
|
1588
1708
|
include Google::Apis::Core::JsonObjectSupport
|
1589
1709
|
end
|
1590
1710
|
|
1591
|
-
class
|
1711
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpec
|
1592
1712
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1593
1713
|
|
1594
1714
|
include Google::Apis::Core::JsonObjectSupport
|
1595
1715
|
end
|
1596
1716
|
|
1597
|
-
class
|
1717
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpecConditionBoostSpec
|
1598
1718
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1599
1719
|
|
1600
1720
|
include Google::Apis::Core::JsonObjectSupport
|
1601
1721
|
end
|
1602
1722
|
|
1603
|
-
class
|
1723
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpecConditionBoostSpecBoostControlSpec
|
1604
1724
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1605
1725
|
|
1606
1726
|
include Google::Apis::Core::JsonObjectSupport
|
1607
1727
|
end
|
1608
1728
|
|
1609
|
-
class
|
1729
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpecConditionBoostSpecBoostControlSpecControlPoint
|
1610
1730
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1611
1731
|
|
1612
1732
|
include Google::Apis::Core::JsonObjectSupport
|
1613
1733
|
end
|
1614
1734
|
|
1615
|
-
class
|
1735
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpec
|
1616
1736
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1617
1737
|
|
1618
1738
|
include Google::Apis::Core::JsonObjectSupport
|
1619
1739
|
end
|
1620
1740
|
|
1621
|
-
class
|
1741
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecExtractiveContentSpec
|
1622
1742
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1623
1743
|
|
1624
1744
|
include Google::Apis::Core::JsonObjectSupport
|
1625
1745
|
end
|
1626
1746
|
|
1627
|
-
class
|
1747
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSnippetSpec
|
1628
1748
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1629
1749
|
|
1630
1750
|
include Google::Apis::Core::JsonObjectSupport
|
1631
1751
|
end
|
1632
1752
|
|
1633
|
-
class
|
1753
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSummarySpec
|
1634
1754
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1635
1755
|
|
1636
1756
|
include Google::Apis::Core::JsonObjectSupport
|
1637
1757
|
end
|
1638
1758
|
|
1639
|
-
class
|
1759
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSummarySpecModelPromptSpec
|
1640
1760
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1641
1761
|
|
1642
1762
|
include Google::Apis::Core::JsonObjectSupport
|
1643
1763
|
end
|
1644
1764
|
|
1645
|
-
class
|
1765
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSummarySpecModelSpec
|
1646
1766
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1647
1767
|
|
1648
1768
|
include Google::Apis::Core::JsonObjectSupport
|
1649
1769
|
end
|
1650
1770
|
|
1651
|
-
class
|
1771
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec
|
1652
1772
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1653
1773
|
|
1654
1774
|
include Google::Apis::Core::JsonObjectSupport
|
1655
1775
|
end
|
1656
1776
|
|
1657
|
-
class
|
1777
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestEmbeddingSpec
|
1658
1778
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1659
1779
|
|
1660
1780
|
include Google::Apis::Core::JsonObjectSupport
|
1661
1781
|
end
|
1662
1782
|
|
1663
|
-
class
|
1783
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestEmbeddingSpecEmbeddingVector
|
1664
1784
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1665
1785
|
|
1666
1786
|
include Google::Apis::Core::JsonObjectSupport
|
1667
1787
|
end
|
1668
1788
|
|
1669
|
-
class
|
1789
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestFacetSpec
|
1670
1790
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1671
1791
|
|
1672
1792
|
include Google::Apis::Core::JsonObjectSupport
|
1673
1793
|
end
|
1674
1794
|
|
1675
|
-
class
|
1795
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestFacetSpecFacetKey
|
1676
1796
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1677
1797
|
|
1678
1798
|
include Google::Apis::Core::JsonObjectSupport
|
1679
1799
|
end
|
1680
1800
|
|
1681
|
-
class
|
1801
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestImageQuery
|
1682
1802
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1683
1803
|
|
1684
1804
|
include Google::Apis::Core::JsonObjectSupport
|
1685
1805
|
end
|
1686
1806
|
|
1687
|
-
class
|
1688
|
-
|
1689
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1690
|
-
property :content_type, as: 'contentType'
|
1691
|
-
property :data, :base64 => true, as: 'data'
|
1692
|
-
collection :extensions, as: 'extensions'
|
1693
|
-
end
|
1694
|
-
end
|
1807
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestQueryExpansionSpec
|
1808
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1695
1809
|
|
1696
|
-
|
1697
|
-
|
1698
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1699
|
-
property :http_request, as: 'httpRequest', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineLoggingHttpRequestContext, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineLoggingHttpRequestContext::Representation
|
1810
|
+
include Google::Apis::Core::JsonObjectSupport
|
1811
|
+
end
|
1700
1812
|
|
1701
|
-
|
1813
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestSpellCorrectionSpec
|
1814
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1702
1815
|
|
1703
|
-
|
1816
|
+
include Google::Apis::Core::JsonObjectSupport
|
1704
1817
|
end
|
1705
1818
|
|
1706
|
-
class
|
1707
|
-
|
1708
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1709
|
-
property :context, as: 'context', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineLoggingErrorContext, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineLoggingErrorContext::Representation
|
1710
|
-
|
1711
|
-
property :import_payload, as: 'importPayload', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineLoggingImportErrorContext, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineLoggingImportErrorContext::Representation
|
1819
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponse
|
1820
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1712
1821
|
|
1713
|
-
|
1714
|
-
|
1715
|
-
hash :response_payload, as: 'responsePayload'
|
1716
|
-
property :service_context, as: 'serviceContext', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineLoggingServiceContext, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineLoggingServiceContext::Representation
|
1822
|
+
include Google::Apis::Core::JsonObjectSupport
|
1823
|
+
end
|
1717
1824
|
|
1718
|
-
|
1825
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseFacet
|
1826
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1719
1827
|
|
1720
|
-
|
1828
|
+
include Google::Apis::Core::JsonObjectSupport
|
1721
1829
|
end
|
1722
1830
|
|
1723
|
-
class
|
1724
|
-
|
1725
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1726
|
-
property :response_status_code, as: 'responseStatusCode'
|
1727
|
-
end
|
1728
|
-
end
|
1831
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseFacetFacetValue
|
1832
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1729
1833
|
|
1730
|
-
|
1731
|
-
# @private
|
1732
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1733
|
-
property :document, as: 'document'
|
1734
|
-
property :gcs_path, as: 'gcsPath'
|
1735
|
-
property :line_number, as: 'lineNumber'
|
1736
|
-
property :operation, as: 'operation'
|
1737
|
-
property :user_event, as: 'userEvent'
|
1738
|
-
end
|
1834
|
+
include Google::Apis::Core::JsonObjectSupport
|
1739
1835
|
end
|
1740
1836
|
|
1741
|
-
class
|
1742
|
-
|
1743
|
-
|
1744
|
-
|
1745
|
-
end
|
1837
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseGeoSearchDebugInfo
|
1838
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1839
|
+
|
1840
|
+
include Google::Apis::Core::JsonObjectSupport
|
1746
1841
|
end
|
1747
1842
|
|
1748
|
-
class
|
1749
|
-
|
1750
|
-
|
1751
|
-
|
1752
|
-
end
|
1843
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseGuidedSearchResult
|
1844
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1845
|
+
|
1846
|
+
include Google::Apis::Core::JsonObjectSupport
|
1753
1847
|
end
|
1754
1848
|
|
1755
|
-
class
|
1756
|
-
|
1757
|
-
|
1758
|
-
|
1759
|
-
property :update_time, as: 'updateTime'
|
1760
|
-
end
|
1849
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseGuidedSearchResultRefinementAttribute
|
1850
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1851
|
+
|
1852
|
+
include Google::Apis::Core::JsonObjectSupport
|
1761
1853
|
end
|
1762
1854
|
|
1763
|
-
class
|
1764
|
-
|
1765
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1766
|
-
collection :target_sites, as: 'targetSites', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1TargetSite, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1TargetSite::Representation
|
1855
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseQueryExpansionInfo
|
1856
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1767
1857
|
|
1768
|
-
|
1858
|
+
include Google::Apis::Core::JsonObjectSupport
|
1769
1859
|
end
|
1770
1860
|
|
1771
|
-
class
|
1772
|
-
|
1773
|
-
|
1774
|
-
|
1775
|
-
property :update_time, as: 'updateTime'
|
1776
|
-
end
|
1861
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseSearchResult
|
1862
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1863
|
+
|
1864
|
+
include Google::Apis::Core::JsonObjectSupport
|
1777
1865
|
end
|
1778
1866
|
|
1779
|
-
class
|
1780
|
-
|
1781
|
-
|
1782
|
-
|
1783
|
-
property :update_time, as: 'updateTime'
|
1784
|
-
end
|
1867
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseSummary
|
1868
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1869
|
+
|
1870
|
+
include Google::Apis::Core::JsonObjectSupport
|
1785
1871
|
end
|
1786
1872
|
|
1787
|
-
class
|
1788
|
-
|
1789
|
-
|
1790
|
-
|
1791
|
-
property :update_time, as: 'updateTime'
|
1792
|
-
end
|
1873
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseSummaryCitation
|
1874
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1875
|
+
|
1876
|
+
include Google::Apis::Core::JsonObjectSupport
|
1793
1877
|
end
|
1794
1878
|
|
1795
|
-
class
|
1879
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseSummaryCitationMetadata
|
1880
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1881
|
+
|
1882
|
+
include Google::Apis::Core::JsonObjectSupport
|
1883
|
+
end
|
1884
|
+
|
1885
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseSummaryCitationSource
|
1886
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1887
|
+
|
1888
|
+
include Google::Apis::Core::JsonObjectSupport
|
1889
|
+
end
|
1890
|
+
|
1891
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseSummaryReference
|
1892
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1893
|
+
|
1894
|
+
include Google::Apis::Core::JsonObjectSupport
|
1895
|
+
end
|
1896
|
+
|
1897
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseSummaryReferenceChunkContent
|
1898
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1899
|
+
|
1900
|
+
include Google::Apis::Core::JsonObjectSupport
|
1901
|
+
end
|
1902
|
+
|
1903
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseSummarySafetyAttributes
|
1904
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1905
|
+
|
1906
|
+
include Google::Apis::Core::JsonObjectSupport
|
1907
|
+
end
|
1908
|
+
|
1909
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseSummarySummaryWithMetadata
|
1910
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1911
|
+
|
1912
|
+
include Google::Apis::Core::JsonObjectSupport
|
1913
|
+
end
|
1914
|
+
|
1915
|
+
class GoogleCloudDiscoveryengineV1betaServingConfig
|
1916
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1917
|
+
|
1918
|
+
include Google::Apis::Core::JsonObjectSupport
|
1919
|
+
end
|
1920
|
+
|
1921
|
+
class GoogleCloudDiscoveryengineV1betaServingConfigGenericConfig
|
1922
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1923
|
+
|
1924
|
+
include Google::Apis::Core::JsonObjectSupport
|
1925
|
+
end
|
1926
|
+
|
1927
|
+
class GoogleCloudDiscoveryengineV1betaServingConfigMediaConfig
|
1928
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1929
|
+
|
1930
|
+
include Google::Apis::Core::JsonObjectSupport
|
1931
|
+
end
|
1932
|
+
|
1933
|
+
class GoogleCloudDiscoveryengineV1betaSession
|
1934
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1935
|
+
|
1936
|
+
include Google::Apis::Core::JsonObjectSupport
|
1937
|
+
end
|
1938
|
+
|
1939
|
+
class GoogleCloudDiscoveryengineV1betaSessionTurn
|
1940
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1941
|
+
|
1942
|
+
include Google::Apis::Core::JsonObjectSupport
|
1943
|
+
end
|
1944
|
+
|
1945
|
+
class GoogleCloudDiscoveryengineV1betaSiteSearchEngine
|
1946
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1947
|
+
|
1948
|
+
include Google::Apis::Core::JsonObjectSupport
|
1949
|
+
end
|
1950
|
+
|
1951
|
+
class GoogleCloudDiscoveryengineV1betaSiteVerificationInfo
|
1952
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1953
|
+
|
1954
|
+
include Google::Apis::Core::JsonObjectSupport
|
1955
|
+
end
|
1956
|
+
|
1957
|
+
class GoogleCloudDiscoveryengineV1betaSpannerSource
|
1958
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1959
|
+
|
1960
|
+
include Google::Apis::Core::JsonObjectSupport
|
1961
|
+
end
|
1962
|
+
|
1963
|
+
class GoogleCloudDiscoveryengineV1betaSuggestionDenyListEntry
|
1964
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1965
|
+
|
1966
|
+
include Google::Apis::Core::JsonObjectSupport
|
1967
|
+
end
|
1968
|
+
|
1969
|
+
class GoogleCloudDiscoveryengineV1betaTargetSite
|
1970
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1971
|
+
|
1972
|
+
include Google::Apis::Core::JsonObjectSupport
|
1973
|
+
end
|
1974
|
+
|
1975
|
+
class GoogleCloudDiscoveryengineV1betaTargetSiteFailureReason
|
1976
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1977
|
+
|
1978
|
+
include Google::Apis::Core::JsonObjectSupport
|
1979
|
+
end
|
1980
|
+
|
1981
|
+
class GoogleCloudDiscoveryengineV1betaTargetSiteFailureReasonQuotaFailure
|
1982
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1983
|
+
|
1984
|
+
include Google::Apis::Core::JsonObjectSupport
|
1985
|
+
end
|
1986
|
+
|
1987
|
+
class GoogleCloudDiscoveryengineV1betaTextInput
|
1988
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1989
|
+
|
1990
|
+
include Google::Apis::Core::JsonObjectSupport
|
1991
|
+
end
|
1992
|
+
|
1993
|
+
class GoogleCloudDiscoveryengineV1betaTrainCustomModelMetadata
|
1994
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1995
|
+
|
1996
|
+
include Google::Apis::Core::JsonObjectSupport
|
1997
|
+
end
|
1998
|
+
|
1999
|
+
class GoogleCloudDiscoveryengineV1betaTrainCustomModelRequest
|
2000
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2001
|
+
|
2002
|
+
include Google::Apis::Core::JsonObjectSupport
|
2003
|
+
end
|
2004
|
+
|
2005
|
+
class GoogleCloudDiscoveryengineV1betaTrainCustomModelRequestGcsTrainingInput
|
2006
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2007
|
+
|
2008
|
+
include Google::Apis::Core::JsonObjectSupport
|
2009
|
+
end
|
2010
|
+
|
2011
|
+
class GoogleCloudDiscoveryengineV1betaTrainCustomModelResponse
|
2012
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2013
|
+
|
2014
|
+
include Google::Apis::Core::JsonObjectSupport
|
2015
|
+
end
|
2016
|
+
|
2017
|
+
class GoogleCloudDiscoveryengineV1betaTransactionInfo
|
2018
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2019
|
+
|
2020
|
+
include Google::Apis::Core::JsonObjectSupport
|
2021
|
+
end
|
2022
|
+
|
2023
|
+
class GoogleCloudDiscoveryengineV1betaTuneEngineMetadata
|
2024
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2025
|
+
|
2026
|
+
include Google::Apis::Core::JsonObjectSupport
|
2027
|
+
end
|
2028
|
+
|
2029
|
+
class GoogleCloudDiscoveryengineV1betaTuneEngineRequest
|
2030
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2031
|
+
|
2032
|
+
include Google::Apis::Core::JsonObjectSupport
|
2033
|
+
end
|
2034
|
+
|
2035
|
+
class GoogleCloudDiscoveryengineV1betaTuneEngineResponse
|
2036
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2037
|
+
|
2038
|
+
include Google::Apis::Core::JsonObjectSupport
|
2039
|
+
end
|
2040
|
+
|
2041
|
+
class GoogleCloudDiscoveryengineV1betaUpdateSchemaMetadata
|
2042
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2043
|
+
|
2044
|
+
include Google::Apis::Core::JsonObjectSupport
|
2045
|
+
end
|
2046
|
+
|
2047
|
+
class GoogleCloudDiscoveryengineV1betaUpdateTargetSiteMetadata
|
2048
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2049
|
+
|
2050
|
+
include Google::Apis::Core::JsonObjectSupport
|
2051
|
+
end
|
2052
|
+
|
2053
|
+
class GoogleCloudDiscoveryengineV1betaUserEvent
|
2054
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2055
|
+
|
2056
|
+
include Google::Apis::Core::JsonObjectSupport
|
2057
|
+
end
|
2058
|
+
|
2059
|
+
class GoogleCloudDiscoveryengineV1betaUserInfo
|
2060
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2061
|
+
|
2062
|
+
include Google::Apis::Core::JsonObjectSupport
|
2063
|
+
end
|
2064
|
+
|
2065
|
+
class GoogleLongrunningListOperationsResponse
|
2066
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2067
|
+
|
2068
|
+
include Google::Apis::Core::JsonObjectSupport
|
2069
|
+
end
|
2070
|
+
|
2071
|
+
class GoogleLongrunningOperation
|
2072
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2073
|
+
|
2074
|
+
include Google::Apis::Core::JsonObjectSupport
|
2075
|
+
end
|
2076
|
+
|
2077
|
+
class GoogleProtobufEmpty
|
2078
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2079
|
+
|
2080
|
+
include Google::Apis::Core::JsonObjectSupport
|
2081
|
+
end
|
2082
|
+
|
2083
|
+
class GoogleRpcStatus
|
2084
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2085
|
+
|
2086
|
+
include Google::Apis::Core::JsonObjectSupport
|
2087
|
+
end
|
2088
|
+
|
2089
|
+
class GoogleTypeDate
|
2090
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2091
|
+
|
2092
|
+
include Google::Apis::Core::JsonObjectSupport
|
2093
|
+
end
|
2094
|
+
|
2095
|
+
class GoogleApiHttpBody
|
2096
|
+
# @private
|
2097
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2098
|
+
property :content_type, as: 'contentType'
|
2099
|
+
property :data, :base64 => true, as: 'data'
|
2100
|
+
collection :extensions, as: 'extensions'
|
2101
|
+
end
|
2102
|
+
end
|
2103
|
+
|
2104
|
+
class GoogleCloudDiscoveryengineLoggingErrorContext
|
2105
|
+
# @private
|
2106
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2107
|
+
property :http_request, as: 'httpRequest', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineLoggingHttpRequestContext, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineLoggingHttpRequestContext::Representation
|
2108
|
+
|
2109
|
+
property :report_location, as: 'reportLocation', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineLoggingSourceLocation, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineLoggingSourceLocation::Representation
|
2110
|
+
|
2111
|
+
end
|
2112
|
+
end
|
2113
|
+
|
2114
|
+
class GoogleCloudDiscoveryengineLoggingErrorLog
|
2115
|
+
# @private
|
2116
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2117
|
+
property :context, as: 'context', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineLoggingErrorContext, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineLoggingErrorContext::Representation
|
2118
|
+
|
2119
|
+
property :import_payload, as: 'importPayload', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineLoggingImportErrorContext, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineLoggingImportErrorContext::Representation
|
2120
|
+
|
2121
|
+
property :message, as: 'message'
|
2122
|
+
hash :request_payload, as: 'requestPayload'
|
2123
|
+
hash :response_payload, as: 'responsePayload'
|
2124
|
+
property :service_context, as: 'serviceContext', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineLoggingServiceContext, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineLoggingServiceContext::Representation
|
2125
|
+
|
2126
|
+
property :status, as: 'status', class: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus::Representation
|
2127
|
+
|
2128
|
+
end
|
2129
|
+
end
|
2130
|
+
|
2131
|
+
class GoogleCloudDiscoveryengineLoggingHttpRequestContext
|
2132
|
+
# @private
|
2133
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2134
|
+
property :response_status_code, as: 'responseStatusCode'
|
2135
|
+
end
|
2136
|
+
end
|
2137
|
+
|
2138
|
+
class GoogleCloudDiscoveryengineLoggingImportErrorContext
|
2139
|
+
# @private
|
2140
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2141
|
+
property :document, as: 'document'
|
2142
|
+
property :gcs_path, as: 'gcsPath'
|
2143
|
+
property :line_number, as: 'lineNumber'
|
2144
|
+
property :operation, as: 'operation'
|
2145
|
+
property :user_event, as: 'userEvent'
|
2146
|
+
end
|
2147
|
+
end
|
2148
|
+
|
2149
|
+
class GoogleCloudDiscoveryengineLoggingServiceContext
|
2150
|
+
# @private
|
2151
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2152
|
+
property :service, as: 'service'
|
2153
|
+
end
|
2154
|
+
end
|
2155
|
+
|
2156
|
+
class GoogleCloudDiscoveryengineLoggingSourceLocation
|
2157
|
+
# @private
|
2158
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2159
|
+
property :function_name, as: 'functionName'
|
2160
|
+
end
|
2161
|
+
end
|
2162
|
+
|
2163
|
+
class GoogleCloudDiscoveryengineV1BatchCreateTargetSiteMetadata
|
2164
|
+
# @private
|
2165
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2166
|
+
property :create_time, as: 'createTime'
|
2167
|
+
property :update_time, as: 'updateTime'
|
2168
|
+
end
|
2169
|
+
end
|
2170
|
+
|
2171
|
+
class GoogleCloudDiscoveryengineV1BatchCreateTargetSitesResponse
|
2172
|
+
# @private
|
2173
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2174
|
+
collection :target_sites, as: 'targetSites', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1TargetSite, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1TargetSite::Representation
|
2175
|
+
|
2176
|
+
end
|
2177
|
+
end
|
2178
|
+
|
2179
|
+
class GoogleCloudDiscoveryengineV1CreateDataStoreMetadata
|
2180
|
+
# @private
|
2181
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2182
|
+
property :create_time, as: 'createTime'
|
2183
|
+
property :update_time, as: 'updateTime'
|
2184
|
+
end
|
2185
|
+
end
|
2186
|
+
|
2187
|
+
class GoogleCloudDiscoveryengineV1CreateEngineMetadata
|
2188
|
+
# @private
|
2189
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2190
|
+
property :create_time, as: 'createTime'
|
2191
|
+
property :update_time, as: 'updateTime'
|
2192
|
+
end
|
2193
|
+
end
|
2194
|
+
|
2195
|
+
class GoogleCloudDiscoveryengineV1CreateSchemaMetadata
|
2196
|
+
# @private
|
2197
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2198
|
+
property :create_time, as: 'createTime'
|
2199
|
+
property :update_time, as: 'updateTime'
|
2200
|
+
end
|
2201
|
+
end
|
2202
|
+
|
2203
|
+
class GoogleCloudDiscoveryengineV1CreateTargetSiteMetadata
|
2204
|
+
# @private
|
2205
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2206
|
+
property :create_time, as: 'createTime'
|
2207
|
+
property :update_time, as: 'updateTime'
|
2208
|
+
end
|
2209
|
+
end
|
2210
|
+
|
2211
|
+
class GoogleCloudDiscoveryengineV1DataStore
|
2212
|
+
# @private
|
2213
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2214
|
+
property :content_config, as: 'contentConfig'
|
2215
|
+
property :create_time, as: 'createTime'
|
2216
|
+
property :default_schema_id, as: 'defaultSchemaId'
|
2217
|
+
property :display_name, as: 'displayName'
|
2218
|
+
property :document_processing_config, as: 'documentProcessingConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DocumentProcessingConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DocumentProcessingConfig::Representation
|
2219
|
+
|
2220
|
+
property :industry_vertical, as: 'industryVertical'
|
2221
|
+
property :name, as: 'name'
|
2222
|
+
collection :solution_types, as: 'solutionTypes'
|
2223
|
+
property :starting_schema, as: 'startingSchema', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1Schema, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1Schema::Representation
|
2224
|
+
|
2225
|
+
end
|
2226
|
+
end
|
2227
|
+
|
2228
|
+
class GoogleCloudDiscoveryengineV1DeleteDataStoreMetadata
|
2229
|
+
# @private
|
2230
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2231
|
+
property :create_time, as: 'createTime'
|
2232
|
+
property :update_time, as: 'updateTime'
|
2233
|
+
end
|
2234
|
+
end
|
2235
|
+
|
2236
|
+
class GoogleCloudDiscoveryengineV1DeleteEngineMetadata
|
2237
|
+
# @private
|
2238
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2239
|
+
property :create_time, as: 'createTime'
|
2240
|
+
property :update_time, as: 'updateTime'
|
2241
|
+
end
|
2242
|
+
end
|
2243
|
+
|
2244
|
+
class GoogleCloudDiscoveryengineV1DeleteSchemaMetadata
|
2245
|
+
# @private
|
2246
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2247
|
+
property :create_time, as: 'createTime'
|
2248
|
+
property :update_time, as: 'updateTime'
|
2249
|
+
end
|
2250
|
+
end
|
2251
|
+
|
2252
|
+
class GoogleCloudDiscoveryengineV1DeleteTargetSiteMetadata
|
2253
|
+
# @private
|
2254
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2255
|
+
property :create_time, as: 'createTime'
|
2256
|
+
property :update_time, as: 'updateTime'
|
2257
|
+
end
|
2258
|
+
end
|
2259
|
+
|
2260
|
+
class GoogleCloudDiscoveryengineV1DisableAdvancedSiteSearchMetadata
|
2261
|
+
# @private
|
2262
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2263
|
+
property :create_time, as: 'createTime'
|
2264
|
+
property :update_time, as: 'updateTime'
|
2265
|
+
end
|
2266
|
+
end
|
2267
|
+
|
2268
|
+
class GoogleCloudDiscoveryengineV1DisableAdvancedSiteSearchResponse
|
2269
|
+
# @private
|
2270
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2271
|
+
end
|
2272
|
+
end
|
2273
|
+
|
2274
|
+
class GoogleCloudDiscoveryengineV1DocumentProcessingConfig
|
2275
|
+
# @private
|
2276
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2277
|
+
property :default_parsing_config, as: 'defaultParsingConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfig::Representation
|
2278
|
+
|
2279
|
+
property :name, as: 'name'
|
2280
|
+
hash :parsing_config_overrides, as: 'parsingConfigOverrides', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfig::Representation
|
2281
|
+
|
2282
|
+
end
|
2283
|
+
end
|
2284
|
+
|
2285
|
+
class GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfig
|
2286
|
+
# @private
|
2287
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2288
|
+
property :digital_parsing_config, as: 'digitalParsingConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigDigitalParsingConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigDigitalParsingConfig::Representation
|
2289
|
+
|
2290
|
+
property :ocr_parsing_config, as: 'ocrParsingConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigOcrParsingConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigOcrParsingConfig::Representation
|
2291
|
+
|
2292
|
+
end
|
2293
|
+
end
|
2294
|
+
|
2295
|
+
class GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigDigitalParsingConfig
|
2296
|
+
# @private
|
2297
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2298
|
+
end
|
2299
|
+
end
|
2300
|
+
|
2301
|
+
class GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigOcrParsingConfig
|
2302
|
+
# @private
|
2303
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2304
|
+
collection :enhanced_document_elements, as: 'enhancedDocumentElements'
|
2305
|
+
property :use_native_text, as: 'useNativeText'
|
2306
|
+
end
|
2307
|
+
end
|
2308
|
+
|
2309
|
+
class GoogleCloudDiscoveryengineV1EnableAdvancedSiteSearchMetadata
|
2310
|
+
# @private
|
2311
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2312
|
+
property :create_time, as: 'createTime'
|
2313
|
+
property :update_time, as: 'updateTime'
|
2314
|
+
end
|
2315
|
+
end
|
2316
|
+
|
2317
|
+
class GoogleCloudDiscoveryengineV1EnableAdvancedSiteSearchResponse
|
2318
|
+
# @private
|
2319
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2320
|
+
end
|
2321
|
+
end
|
2322
|
+
|
2323
|
+
class GoogleCloudDiscoveryengineV1Engine
|
2324
|
+
# @private
|
2325
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2326
|
+
property :chat_engine_config, as: 'chatEngineConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineChatEngineConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineChatEngineConfig::Representation
|
2327
|
+
|
2328
|
+
property :chat_engine_metadata, as: 'chatEngineMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineChatEngineMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineChatEngineMetadata::Representation
|
2329
|
+
|
2330
|
+
property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineCommonConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineCommonConfig::Representation
|
2331
|
+
|
2332
|
+
property :create_time, as: 'createTime'
|
2333
|
+
collection :data_store_ids, as: 'dataStoreIds'
|
2334
|
+
property :display_name, as: 'displayName'
|
2335
|
+
property :industry_vertical, as: 'industryVertical'
|
2336
|
+
property :name, as: 'name'
|
2337
|
+
property :search_engine_config, as: 'searchEngineConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineSearchEngineConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineSearchEngineConfig::Representation
|
2338
|
+
|
2339
|
+
property :solution_type, as: 'solutionType'
|
2340
|
+
property :update_time, as: 'updateTime'
|
2341
|
+
end
|
2342
|
+
end
|
2343
|
+
|
2344
|
+
class GoogleCloudDiscoveryengineV1EngineChatEngineConfig
|
2345
|
+
# @private
|
2346
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2347
|
+
property :agent_creation_config, as: 'agentCreationConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineChatEngineConfigAgentCreationConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineChatEngineConfigAgentCreationConfig::Representation
|
2348
|
+
|
2349
|
+
property :dialogflow_agent_to_link, as: 'dialogflowAgentToLink'
|
2350
|
+
end
|
2351
|
+
end
|
2352
|
+
|
2353
|
+
class GoogleCloudDiscoveryengineV1EngineChatEngineConfigAgentCreationConfig
|
2354
|
+
# @private
|
2355
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2356
|
+
property :business, as: 'business'
|
2357
|
+
property :default_language_code, as: 'defaultLanguageCode'
|
2358
|
+
property :location, as: 'location'
|
2359
|
+
property :time_zone, as: 'timeZone'
|
2360
|
+
end
|
2361
|
+
end
|
2362
|
+
|
2363
|
+
class GoogleCloudDiscoveryengineV1EngineChatEngineMetadata
|
2364
|
+
# @private
|
2365
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2366
|
+
property :dialogflow_agent, as: 'dialogflowAgent'
|
2367
|
+
end
|
2368
|
+
end
|
2369
|
+
|
2370
|
+
class GoogleCloudDiscoveryengineV1EngineCommonConfig
|
2371
|
+
# @private
|
2372
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2373
|
+
property :company_name, as: 'companyName'
|
2374
|
+
end
|
2375
|
+
end
|
2376
|
+
|
2377
|
+
class GoogleCloudDiscoveryengineV1EngineSearchEngineConfig
|
2378
|
+
# @private
|
2379
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2380
|
+
collection :search_add_ons, as: 'searchAddOns'
|
2381
|
+
property :search_tier, as: 'searchTier'
|
2382
|
+
end
|
2383
|
+
end
|
2384
|
+
|
2385
|
+
class GoogleCloudDiscoveryengineV1ImportDocumentsMetadata
|
2386
|
+
# @private
|
2387
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2388
|
+
property :create_time, as: 'createTime'
|
2389
|
+
property :failure_count, :numeric_string => true, as: 'failureCount'
|
2390
|
+
property :success_count, :numeric_string => true, as: 'successCount'
|
2391
|
+
property :total_count, :numeric_string => true, as: 'totalCount'
|
2392
|
+
property :update_time, as: 'updateTime'
|
2393
|
+
end
|
2394
|
+
end
|
2395
|
+
|
2396
|
+
class GoogleCloudDiscoveryengineV1ImportDocumentsResponse
|
2397
|
+
# @private
|
2398
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2399
|
+
property :error_config, as: 'errorConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ImportErrorConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ImportErrorConfig::Representation
|
2400
|
+
|
2401
|
+
collection :error_samples, as: 'errorSamples', class: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus::Representation
|
2402
|
+
|
2403
|
+
end
|
2404
|
+
end
|
2405
|
+
|
2406
|
+
class GoogleCloudDiscoveryengineV1ImportErrorConfig
|
2407
|
+
# @private
|
2408
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2409
|
+
property :gcs_prefix, as: 'gcsPrefix'
|
2410
|
+
end
|
2411
|
+
end
|
2412
|
+
|
2413
|
+
class GoogleCloudDiscoveryengineV1ImportSuggestionDenyListEntriesMetadata
|
2414
|
+
# @private
|
2415
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2416
|
+
property :create_time, as: 'createTime'
|
2417
|
+
property :update_time, as: 'updateTime'
|
2418
|
+
end
|
2419
|
+
end
|
2420
|
+
|
2421
|
+
class GoogleCloudDiscoveryengineV1ImportSuggestionDenyListEntriesResponse
|
2422
|
+
# @private
|
2423
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2424
|
+
collection :error_samples, as: 'errorSamples', class: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus::Representation
|
2425
|
+
|
2426
|
+
property :failed_entries_count, :numeric_string => true, as: 'failedEntriesCount'
|
2427
|
+
property :imported_entries_count, :numeric_string => true, as: 'importedEntriesCount'
|
2428
|
+
end
|
2429
|
+
end
|
2430
|
+
|
2431
|
+
class GoogleCloudDiscoveryengineV1ImportUserEventsMetadata
|
2432
|
+
# @private
|
2433
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2434
|
+
property :create_time, as: 'createTime'
|
2435
|
+
property :failure_count, :numeric_string => true, as: 'failureCount'
|
2436
|
+
property :success_count, :numeric_string => true, as: 'successCount'
|
2437
|
+
property :update_time, as: 'updateTime'
|
2438
|
+
end
|
2439
|
+
end
|
2440
|
+
|
2441
|
+
class GoogleCloudDiscoveryengineV1ImportUserEventsResponse
|
2442
|
+
# @private
|
2443
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2444
|
+
property :error_config, as: 'errorConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ImportErrorConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ImportErrorConfig::Representation
|
2445
|
+
|
2446
|
+
collection :error_samples, as: 'errorSamples', class: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus::Representation
|
2447
|
+
|
2448
|
+
property :joined_events_count, :numeric_string => true, as: 'joinedEventsCount'
|
2449
|
+
property :unjoined_events_count, :numeric_string => true, as: 'unjoinedEventsCount'
|
2450
|
+
end
|
2451
|
+
end
|
2452
|
+
|
2453
|
+
class GoogleCloudDiscoveryengineV1PurgeDocumentsMetadata
|
2454
|
+
# @private
|
2455
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2456
|
+
property :create_time, as: 'createTime'
|
2457
|
+
property :failure_count, :numeric_string => true, as: 'failureCount'
|
2458
|
+
property :ignored_count, :numeric_string => true, as: 'ignoredCount'
|
2459
|
+
property :success_count, :numeric_string => true, as: 'successCount'
|
2460
|
+
property :update_time, as: 'updateTime'
|
2461
|
+
end
|
2462
|
+
end
|
2463
|
+
|
2464
|
+
class GoogleCloudDiscoveryengineV1PurgeDocumentsResponse
|
2465
|
+
# @private
|
2466
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2467
|
+
property :purge_count, :numeric_string => true, as: 'purgeCount'
|
2468
|
+
collection :purge_sample, as: 'purgeSample'
|
2469
|
+
end
|
2470
|
+
end
|
2471
|
+
|
2472
|
+
class GoogleCloudDiscoveryengineV1PurgeSuggestionDenyListEntriesMetadata
|
2473
|
+
# @private
|
2474
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2475
|
+
property :create_time, as: 'createTime'
|
2476
|
+
property :update_time, as: 'updateTime'
|
2477
|
+
end
|
2478
|
+
end
|
2479
|
+
|
2480
|
+
class GoogleCloudDiscoveryengineV1PurgeSuggestionDenyListEntriesResponse
|
2481
|
+
# @private
|
2482
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2483
|
+
collection :error_samples, as: 'errorSamples', class: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus::Representation
|
2484
|
+
|
2485
|
+
property :purge_count, :numeric_string => true, as: 'purgeCount'
|
2486
|
+
end
|
2487
|
+
end
|
2488
|
+
|
2489
|
+
class GoogleCloudDiscoveryengineV1Schema
|
2490
|
+
# @private
|
2491
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2492
|
+
property :json_schema, as: 'jsonSchema'
|
2493
|
+
property :name, as: 'name'
|
2494
|
+
hash :struct_schema, as: 'structSchema'
|
2495
|
+
end
|
2496
|
+
end
|
2497
|
+
|
2498
|
+
class GoogleCloudDiscoveryengineV1SiteVerificationInfo
|
2499
|
+
# @private
|
2500
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2501
|
+
property :site_verification_state, as: 'siteVerificationState'
|
2502
|
+
property :verify_time, as: 'verifyTime'
|
2503
|
+
end
|
2504
|
+
end
|
2505
|
+
|
2506
|
+
class GoogleCloudDiscoveryengineV1TargetSite
|
2507
|
+
# @private
|
2508
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2509
|
+
property :exact_match, as: 'exactMatch'
|
2510
|
+
property :failure_reason, as: 'failureReason', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1TargetSiteFailureReason, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1TargetSiteFailureReason::Representation
|
2511
|
+
|
2512
|
+
property :generated_uri_pattern, as: 'generatedUriPattern'
|
2513
|
+
property :indexing_status, as: 'indexingStatus'
|
2514
|
+
property :name, as: 'name'
|
2515
|
+
property :provided_uri_pattern, as: 'providedUriPattern'
|
2516
|
+
property :site_verification_info, as: 'siteVerificationInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1SiteVerificationInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1SiteVerificationInfo::Representation
|
2517
|
+
|
2518
|
+
property :type, as: 'type'
|
2519
|
+
property :update_time, as: 'updateTime'
|
2520
|
+
end
|
2521
|
+
end
|
2522
|
+
|
2523
|
+
class GoogleCloudDiscoveryengineV1TargetSiteFailureReason
|
2524
|
+
# @private
|
2525
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2526
|
+
property :quota_failure, as: 'quotaFailure', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1TargetSiteFailureReasonQuotaFailure, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1TargetSiteFailureReasonQuotaFailure::Representation
|
2527
|
+
|
2528
|
+
end
|
2529
|
+
end
|
2530
|
+
|
2531
|
+
class GoogleCloudDiscoveryengineV1TargetSiteFailureReasonQuotaFailure
|
2532
|
+
# @private
|
2533
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2534
|
+
property :total_required_quota, :numeric_string => true, as: 'totalRequiredQuota'
|
2535
|
+
end
|
2536
|
+
end
|
2537
|
+
|
2538
|
+
class GoogleCloudDiscoveryengineV1UpdateSchemaMetadata
|
2539
|
+
# @private
|
2540
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2541
|
+
property :create_time, as: 'createTime'
|
2542
|
+
property :update_time, as: 'updateTime'
|
2543
|
+
end
|
2544
|
+
end
|
2545
|
+
|
2546
|
+
class GoogleCloudDiscoveryengineV1UpdateTargetSiteMetadata
|
2547
|
+
# @private
|
2548
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2549
|
+
property :create_time, as: 'createTime'
|
2550
|
+
property :update_time, as: 'updateTime'
|
2551
|
+
end
|
2552
|
+
end
|
2553
|
+
|
2554
|
+
class GoogleCloudDiscoveryengineV1alphaAclConfig
|
2555
|
+
# @private
|
2556
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2557
|
+
property :idp_config, as: 'idpConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaIdpConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaIdpConfig::Representation
|
2558
|
+
|
2559
|
+
property :name, as: 'name'
|
2560
|
+
end
|
2561
|
+
end
|
2562
|
+
|
2563
|
+
class GoogleCloudDiscoveryengineV1alphaAnswer
|
2564
|
+
# @private
|
2565
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2566
|
+
collection :answer_skipped_reasons, as: 'answerSkippedReasons'
|
2567
|
+
property :answer_text, as: 'answerText'
|
2568
|
+
collection :citations, as: 'citations', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerCitation, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerCitation::Representation
|
2569
|
+
|
2570
|
+
property :complete_time, as: 'completeTime'
|
2571
|
+
property :create_time, as: 'createTime'
|
2572
|
+
property :name, as: 'name'
|
2573
|
+
property :query_understanding_info, as: 'queryUnderstandingInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerQueryUnderstandingInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerQueryUnderstandingInfo::Representation
|
2574
|
+
|
2575
|
+
collection :references, as: 'references', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerReference, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerReference::Representation
|
2576
|
+
|
2577
|
+
collection :related_questions, as: 'relatedQuestions'
|
2578
|
+
property :state, as: 'state'
|
2579
|
+
collection :steps, as: 'steps', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerStep, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerStep::Representation
|
2580
|
+
|
2581
|
+
end
|
2582
|
+
end
|
2583
|
+
|
2584
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerCitation
|
2585
|
+
# @private
|
2586
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2587
|
+
property :end_index, :numeric_string => true, as: 'endIndex'
|
2588
|
+
collection :sources, as: 'sources', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerCitationSource, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerCitationSource::Representation
|
2589
|
+
|
2590
|
+
property :start_index, :numeric_string => true, as: 'startIndex'
|
2591
|
+
end
|
2592
|
+
end
|
2593
|
+
|
2594
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerCitationSource
|
2595
|
+
# @private
|
2596
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2597
|
+
property :reference_id, as: 'referenceId'
|
2598
|
+
end
|
2599
|
+
end
|
2600
|
+
|
2601
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerQueryUnderstandingInfo
|
2602
|
+
# @private
|
2603
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2604
|
+
collection :query_classification_info, as: 'queryClassificationInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerQueryUnderstandingInfoQueryClassificationInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerQueryUnderstandingInfoQueryClassificationInfo::Representation
|
2605
|
+
|
2606
|
+
end
|
2607
|
+
end
|
2608
|
+
|
2609
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerQueryUnderstandingInfoQueryClassificationInfo
|
2610
|
+
# @private
|
2611
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2612
|
+
property :positive, as: 'positive'
|
2613
|
+
property :type, as: 'type'
|
2614
|
+
end
|
2615
|
+
end
|
2616
|
+
|
2617
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerReference
|
2618
|
+
# @private
|
2619
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2620
|
+
property :chunk_info, as: 'chunkInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerReferenceChunkInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerReferenceChunkInfo::Representation
|
2621
|
+
|
2622
|
+
property :unstructured_document_info, as: 'unstructuredDocumentInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerReferenceUnstructuredDocumentInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerReferenceUnstructuredDocumentInfo::Representation
|
2623
|
+
|
2624
|
+
end
|
2625
|
+
end
|
2626
|
+
|
2627
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerReferenceChunkInfo
|
2628
|
+
# @private
|
2629
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2630
|
+
property :chunk, as: 'chunk'
|
2631
|
+
property :content, as: 'content'
|
2632
|
+
property :document_metadata, as: 'documentMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerReferenceChunkInfoDocumentMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerReferenceChunkInfoDocumentMetadata::Representation
|
2633
|
+
|
2634
|
+
property :relevance_score, as: 'relevanceScore'
|
2635
|
+
end
|
2636
|
+
end
|
2637
|
+
|
2638
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerReferenceChunkInfoDocumentMetadata
|
2639
|
+
# @private
|
2640
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2641
|
+
property :document, as: 'document'
|
2642
|
+
property :page_identifier, as: 'pageIdentifier'
|
2643
|
+
property :title, as: 'title'
|
2644
|
+
property :uri, as: 'uri'
|
2645
|
+
end
|
2646
|
+
end
|
2647
|
+
|
2648
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerReferenceUnstructuredDocumentInfo
|
2649
|
+
# @private
|
2650
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2651
|
+
collection :chunk_contents, as: 'chunkContents', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerReferenceUnstructuredDocumentInfoChunkContent, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerReferenceUnstructuredDocumentInfoChunkContent::Representation
|
2652
|
+
|
2653
|
+
property :document, as: 'document'
|
2654
|
+
property :title, as: 'title'
|
2655
|
+
property :uri, as: 'uri'
|
2656
|
+
end
|
2657
|
+
end
|
2658
|
+
|
2659
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerReferenceUnstructuredDocumentInfoChunkContent
|
2660
|
+
# @private
|
2661
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2662
|
+
property :content, as: 'content'
|
2663
|
+
property :page_identifier, as: 'pageIdentifier'
|
2664
|
+
end
|
2665
|
+
end
|
2666
|
+
|
2667
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerStep
|
2668
|
+
# @private
|
2669
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2670
|
+
collection :actions, as: 'actions', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerStepAction, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerStepAction::Representation
|
2671
|
+
|
2672
|
+
property :description, as: 'description'
|
2673
|
+
property :state, as: 'state'
|
2674
|
+
property :thought, as: 'thought'
|
2675
|
+
end
|
2676
|
+
end
|
2677
|
+
|
2678
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerStepAction
|
2679
|
+
# @private
|
2680
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2681
|
+
property :observation, as: 'observation', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerStepActionObservation, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerStepActionObservation::Representation
|
2682
|
+
|
2683
|
+
property :search_action, as: 'searchAction', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerStepActionSearchAction, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerStepActionSearchAction::Representation
|
2684
|
+
|
2685
|
+
end
|
2686
|
+
end
|
2687
|
+
|
2688
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerStepActionObservation
|
2689
|
+
# @private
|
2690
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2691
|
+
collection :search_results, as: 'searchResults', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerStepActionObservationSearchResult, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerStepActionObservationSearchResult::Representation
|
2692
|
+
|
2693
|
+
end
|
2694
|
+
end
|
2695
|
+
|
2696
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerStepActionObservationSearchResult
|
2697
|
+
# @private
|
2698
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2699
|
+
collection :chunk_info, as: 'chunkInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerStepActionObservationSearchResultChunkInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerStepActionObservationSearchResultChunkInfo::Representation
|
2700
|
+
|
2701
|
+
property :document, as: 'document'
|
2702
|
+
collection :snippet_info, as: 'snippetInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerStepActionObservationSearchResultSnippetInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerStepActionObservationSearchResultSnippetInfo::Representation
|
2703
|
+
|
2704
|
+
property :title, as: 'title'
|
2705
|
+
property :uri, as: 'uri'
|
2706
|
+
end
|
2707
|
+
end
|
2708
|
+
|
2709
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerStepActionObservationSearchResultChunkInfo
|
2710
|
+
# @private
|
2711
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2712
|
+
property :chunk, as: 'chunk'
|
2713
|
+
property :content, as: 'content'
|
2714
|
+
property :relevance_score, as: 'relevanceScore'
|
2715
|
+
end
|
2716
|
+
end
|
2717
|
+
|
2718
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerStepActionObservationSearchResultSnippetInfo
|
2719
|
+
# @private
|
2720
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2721
|
+
property :snippet, as: 'snippet'
|
2722
|
+
property :snippet_status, as: 'snippetStatus'
|
2723
|
+
end
|
2724
|
+
end
|
2725
|
+
|
2726
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerStepActionSearchAction
|
2727
|
+
# @private
|
2728
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2729
|
+
property :query, as: 'query'
|
2730
|
+
end
|
2731
|
+
end
|
2732
|
+
|
2733
|
+
class GoogleCloudDiscoveryengineV1alphaBatchCreateTargetSiteMetadata
|
2734
|
+
# @private
|
2735
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2736
|
+
property :create_time, as: 'createTime'
|
2737
|
+
property :update_time, as: 'updateTime'
|
2738
|
+
end
|
2739
|
+
end
|
2740
|
+
|
2741
|
+
class GoogleCloudDiscoveryengineV1alphaBatchCreateTargetSitesResponse
|
2742
|
+
# @private
|
2743
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2744
|
+
collection :target_sites, as: 'targetSites', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaTargetSite, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaTargetSite::Representation
|
2745
|
+
|
2746
|
+
end
|
2747
|
+
end
|
2748
|
+
|
2749
|
+
class GoogleCloudDiscoveryengineV1alphaCreateDataStoreMetadata
|
2750
|
+
# @private
|
2751
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2752
|
+
property :create_time, as: 'createTime'
|
2753
|
+
property :update_time, as: 'updateTime'
|
2754
|
+
end
|
2755
|
+
end
|
2756
|
+
|
2757
|
+
class GoogleCloudDiscoveryengineV1alphaCreateEngineMetadata
|
2758
|
+
# @private
|
2759
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2760
|
+
property :create_time, as: 'createTime'
|
2761
|
+
property :update_time, as: 'updateTime'
|
2762
|
+
end
|
2763
|
+
end
|
2764
|
+
|
2765
|
+
class GoogleCloudDiscoveryengineV1alphaCreateSchemaMetadata
|
1796
2766
|
# @private
|
1797
2767
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1798
2768
|
property :create_time, as: 'createTime'
|
@@ -1800,24 +2770,35 @@ module Google
|
|
1800
2770
|
end
|
1801
2771
|
end
|
1802
2772
|
|
1803
|
-
class
|
2773
|
+
class GoogleCloudDiscoveryengineV1alphaCreateTargetSiteMetadata
|
2774
|
+
# @private
|
2775
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2776
|
+
property :create_time, as: 'createTime'
|
2777
|
+
property :update_time, as: 'updateTime'
|
2778
|
+
end
|
2779
|
+
end
|
2780
|
+
|
2781
|
+
class GoogleCloudDiscoveryengineV1alphaDataStore
|
1804
2782
|
# @private
|
1805
2783
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2784
|
+
property :acl_enabled, as: 'aclEnabled'
|
1806
2785
|
property :content_config, as: 'contentConfig'
|
1807
2786
|
property :create_time, as: 'createTime'
|
1808
2787
|
property :default_schema_id, as: 'defaultSchemaId'
|
1809
2788
|
property :display_name, as: 'displayName'
|
1810
|
-
property :document_processing_config, as: 'documentProcessingConfig', class: Google::Apis::DiscoveryengineV1beta::
|
2789
|
+
property :document_processing_config, as: 'documentProcessingConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfig::Representation
|
2790
|
+
|
2791
|
+
property :idp_config, as: 'idpConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaIdpConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaIdpConfig::Representation
|
1811
2792
|
|
1812
2793
|
property :industry_vertical, as: 'industryVertical'
|
1813
2794
|
property :name, as: 'name'
|
1814
2795
|
collection :solution_types, as: 'solutionTypes'
|
1815
|
-
property :starting_schema, as: 'startingSchema', class: Google::Apis::DiscoveryengineV1beta::
|
2796
|
+
property :starting_schema, as: 'startingSchema', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSchema, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSchema::Representation
|
1816
2797
|
|
1817
2798
|
end
|
1818
2799
|
end
|
1819
2800
|
|
1820
|
-
class
|
2801
|
+
class GoogleCloudDiscoveryengineV1alphaDeleteDataStoreMetadata
|
1821
2802
|
# @private
|
1822
2803
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1823
2804
|
property :create_time, as: 'createTime'
|
@@ -1825,7 +2806,7 @@ module Google
|
|
1825
2806
|
end
|
1826
2807
|
end
|
1827
2808
|
|
1828
|
-
class
|
2809
|
+
class GoogleCloudDiscoveryengineV1alphaDeleteEngineMetadata
|
1829
2810
|
# @private
|
1830
2811
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1831
2812
|
property :create_time, as: 'createTime'
|
@@ -1833,7 +2814,7 @@ module Google
|
|
1833
2814
|
end
|
1834
2815
|
end
|
1835
2816
|
|
1836
|
-
class
|
2817
|
+
class GoogleCloudDiscoveryengineV1alphaDeleteSchemaMetadata
|
1837
2818
|
# @private
|
1838
2819
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1839
2820
|
property :create_time, as: 'createTime'
|
@@ -1841,7 +2822,7 @@ module Google
|
|
1841
2822
|
end
|
1842
2823
|
end
|
1843
2824
|
|
1844
|
-
class
|
2825
|
+
class GoogleCloudDiscoveryengineV1alphaDeleteTargetSiteMetadata
|
1845
2826
|
# @private
|
1846
2827
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1847
2828
|
property :create_time, as: 'createTime'
|
@@ -1849,7 +2830,7 @@ module Google
|
|
1849
2830
|
end
|
1850
2831
|
end
|
1851
2832
|
|
1852
|
-
class
|
2833
|
+
class GoogleCloudDiscoveryengineV1alphaDisableAdvancedSiteSearchMetadata
|
1853
2834
|
# @private
|
1854
2835
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1855
2836
|
property :create_time, as: 'createTime'
|
@@ -1857,40 +2838,66 @@ module Google
|
|
1857
2838
|
end
|
1858
2839
|
end
|
1859
2840
|
|
1860
|
-
class
|
2841
|
+
class GoogleCloudDiscoveryengineV1alphaDisableAdvancedSiteSearchResponse
|
1861
2842
|
# @private
|
1862
2843
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1863
2844
|
end
|
1864
2845
|
end
|
1865
2846
|
|
1866
|
-
class
|
2847
|
+
class GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfig
|
1867
2848
|
# @private
|
1868
2849
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1869
|
-
property :
|
2850
|
+
property :chunking_config, as: 'chunkingConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigChunkingConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigChunkingConfig::Representation
|
2851
|
+
|
2852
|
+
property :default_parsing_config, as: 'defaultParsingConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfig::Representation
|
1870
2853
|
|
1871
2854
|
property :name, as: 'name'
|
1872
|
-
hash :parsing_config_overrides, as: 'parsingConfigOverrides', class: Google::Apis::DiscoveryengineV1beta::
|
2855
|
+
hash :parsing_config_overrides, as: 'parsingConfigOverrides', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfig::Representation
|
1873
2856
|
|
1874
2857
|
end
|
1875
2858
|
end
|
1876
2859
|
|
1877
|
-
class
|
2860
|
+
class GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigChunkingConfig
|
1878
2861
|
# @private
|
1879
2862
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1880
|
-
property :
|
2863
|
+
property :layout_based_chunking_config, as: 'layoutBasedChunkingConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig::Representation
|
1881
2864
|
|
1882
|
-
|
2865
|
+
end
|
2866
|
+
end
|
1883
2867
|
|
2868
|
+
class GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig
|
2869
|
+
# @private
|
2870
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2871
|
+
property :chunk_size, as: 'chunkSize'
|
2872
|
+
property :include_ancestor_headings, as: 'includeAncestorHeadings'
|
1884
2873
|
end
|
1885
2874
|
end
|
1886
2875
|
|
1887
|
-
class
|
2876
|
+
class GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfig
|
1888
2877
|
# @private
|
1889
2878
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2879
|
+
property :digital_parsing_config, as: 'digitalParsingConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigDigitalParsingConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigDigitalParsingConfig::Representation
|
2880
|
+
|
2881
|
+
property :layout_parsing_config, as: 'layoutParsingConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigLayoutParsingConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigLayoutParsingConfig::Representation
|
2882
|
+
|
2883
|
+
property :ocr_parsing_config, as: 'ocrParsingConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigOcrParsingConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigOcrParsingConfig::Representation
|
2884
|
+
|
1890
2885
|
end
|
1891
2886
|
end
|
1892
2887
|
|
1893
|
-
class
|
2888
|
+
class GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigDigitalParsingConfig
|
2889
|
+
# @private
|
2890
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2891
|
+
end
|
2892
|
+
end
|
2893
|
+
|
2894
|
+
class GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigLayoutParsingConfig
|
2895
|
+
# @private
|
2896
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2897
|
+
end
|
2898
|
+
end
|
2899
|
+
|
2900
|
+
class GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigOcrParsingConfig
|
1894
2901
|
# @private
|
1895
2902
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1896
2903
|
collection :enhanced_document_elements, as: 'enhancedDocumentElements'
|
@@ -1898,7 +2905,7 @@ module Google
|
|
1898
2905
|
end
|
1899
2906
|
end
|
1900
2907
|
|
1901
|
-
class
|
2908
|
+
class GoogleCloudDiscoveryengineV1alphaEnableAdvancedSiteSearchMetadata
|
1902
2909
|
# @private
|
1903
2910
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1904
2911
|
property :create_time, as: 'createTime'
|
@@ -1906,43 +2913,49 @@ module Google
|
|
1906
2913
|
end
|
1907
2914
|
end
|
1908
2915
|
|
1909
|
-
class
|
2916
|
+
class GoogleCloudDiscoveryengineV1alphaEnableAdvancedSiteSearchResponse
|
1910
2917
|
# @private
|
1911
2918
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1912
2919
|
end
|
1913
2920
|
end
|
1914
2921
|
|
1915
|
-
class
|
2922
|
+
class GoogleCloudDiscoveryengineV1alphaEngine
|
1916
2923
|
# @private
|
1917
2924
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1918
|
-
property :chat_engine_config, as: 'chatEngineConfig', class: Google::Apis::DiscoveryengineV1beta::
|
2925
|
+
property :chat_engine_config, as: 'chatEngineConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineChatEngineConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineChatEngineConfig::Representation
|
1919
2926
|
|
1920
|
-
property :chat_engine_metadata, as: 'chatEngineMetadata', class: Google::Apis::DiscoveryengineV1beta::
|
2927
|
+
property :chat_engine_metadata, as: 'chatEngineMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineChatEngineMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineChatEngineMetadata::Representation
|
1921
2928
|
|
1922
|
-
property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1beta::
|
2929
|
+
property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineCommonConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineCommonConfig::Representation
|
1923
2930
|
|
1924
2931
|
property :create_time, as: 'createTime'
|
1925
2932
|
collection :data_store_ids, as: 'dataStoreIds'
|
1926
2933
|
property :display_name, as: 'displayName'
|
1927
2934
|
property :industry_vertical, as: 'industryVertical'
|
2935
|
+
property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig::Representation
|
2936
|
+
|
1928
2937
|
property :name, as: 'name'
|
1929
|
-
property :
|
2938
|
+
property :recommendation_metadata, as: 'recommendationMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata::Representation
|
2939
|
+
|
2940
|
+
property :search_engine_config, as: 'searchEngineConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineSearchEngineConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineSearchEngineConfig::Representation
|
2941
|
+
|
2942
|
+
property :similar_documents_config, as: 'similarDocumentsConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineSimilarDocumentsEngineConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineSimilarDocumentsEngineConfig::Representation
|
1930
2943
|
|
1931
2944
|
property :solution_type, as: 'solutionType'
|
1932
2945
|
property :update_time, as: 'updateTime'
|
1933
2946
|
end
|
1934
2947
|
end
|
1935
2948
|
|
1936
|
-
class
|
2949
|
+
class GoogleCloudDiscoveryengineV1alphaEngineChatEngineConfig
|
1937
2950
|
# @private
|
1938
2951
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1939
|
-
property :agent_creation_config, as: 'agentCreationConfig', class: Google::Apis::DiscoveryengineV1beta::
|
2952
|
+
property :agent_creation_config, as: 'agentCreationConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineChatEngineConfigAgentCreationConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineChatEngineConfigAgentCreationConfig::Representation
|
1940
2953
|
|
1941
2954
|
property :dialogflow_agent_to_link, as: 'dialogflowAgentToLink'
|
1942
2955
|
end
|
1943
2956
|
end
|
1944
2957
|
|
1945
|
-
class
|
2958
|
+
class GoogleCloudDiscoveryengineV1alphaEngineChatEngineConfigAgentCreationConfig
|
1946
2959
|
# @private
|
1947
2960
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1948
2961
|
property :business, as: 'business'
|
@@ -1952,206 +2965,139 @@ module Google
|
|
1952
2965
|
end
|
1953
2966
|
end
|
1954
2967
|
|
1955
|
-
class
|
2968
|
+
class GoogleCloudDiscoveryengineV1alphaEngineChatEngineMetadata
|
1956
2969
|
# @private
|
1957
2970
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1958
2971
|
property :dialogflow_agent, as: 'dialogflowAgent'
|
1959
2972
|
end
|
1960
2973
|
end
|
1961
2974
|
|
1962
|
-
class
|
2975
|
+
class GoogleCloudDiscoveryengineV1alphaEngineCommonConfig
|
1963
2976
|
# @private
|
1964
2977
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1965
2978
|
property :company_name, as: 'companyName'
|
1966
2979
|
end
|
1967
2980
|
end
|
1968
2981
|
|
1969
|
-
class
|
1970
|
-
# @private
|
1971
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1972
|
-
collection :search_add_ons, as: 'searchAddOns'
|
1973
|
-
property :search_tier, as: 'searchTier'
|
1974
|
-
end
|
1975
|
-
end
|
1976
|
-
|
1977
|
-
class GoogleCloudDiscoveryengineV1ImportDocumentsMetadata
|
1978
|
-
# @private
|
1979
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1980
|
-
property :create_time, as: 'createTime'
|
1981
|
-
property :failure_count, :numeric_string => true, as: 'failureCount'
|
1982
|
-
property :success_count, :numeric_string => true, as: 'successCount'
|
1983
|
-
property :update_time, as: 'updateTime'
|
1984
|
-
end
|
1985
|
-
end
|
1986
|
-
|
1987
|
-
class GoogleCloudDiscoveryengineV1ImportDocumentsResponse
|
1988
|
-
# @private
|
1989
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1990
|
-
property :error_config, as: 'errorConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ImportErrorConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ImportErrorConfig::Representation
|
1991
|
-
|
1992
|
-
collection :error_samples, as: 'errorSamples', class: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus::Representation
|
1993
|
-
|
1994
|
-
end
|
1995
|
-
end
|
1996
|
-
|
1997
|
-
class GoogleCloudDiscoveryengineV1ImportErrorConfig
|
1998
|
-
# @private
|
1999
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
2000
|
-
property :gcs_prefix, as: 'gcsPrefix'
|
2001
|
-
end
|
2002
|
-
end
|
2003
|
-
|
2004
|
-
class GoogleCloudDiscoveryengineV1ImportSuggestionDenyListEntriesMetadata
|
2005
|
-
# @private
|
2006
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
2007
|
-
property :create_time, as: 'createTime'
|
2008
|
-
property :update_time, as: 'updateTime'
|
2009
|
-
end
|
2010
|
-
end
|
2011
|
-
|
2012
|
-
class GoogleCloudDiscoveryengineV1ImportSuggestionDenyListEntriesResponse
|
2982
|
+
class GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig
|
2013
2983
|
# @private
|
2014
2984
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2015
|
-
|
2985
|
+
property :optimization_objective, as: 'optimizationObjective'
|
2986
|
+
property :optimization_objective_config, as: 'optimizationObjectiveConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigOptimizationObjectiveConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigOptimizationObjectiveConfig::Representation
|
2016
2987
|
|
2017
|
-
property :
|
2018
|
-
property :
|
2988
|
+
property :training_state, as: 'trainingState'
|
2989
|
+
property :type, as: 'type'
|
2019
2990
|
end
|
2020
2991
|
end
|
2021
2992
|
|
2022
|
-
class
|
2993
|
+
class GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigOptimizationObjectiveConfig
|
2023
2994
|
# @private
|
2024
2995
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2025
|
-
property :
|
2026
|
-
property :
|
2027
|
-
property :success_count, :numeric_string => true, as: 'successCount'
|
2028
|
-
property :update_time, as: 'updateTime'
|
2996
|
+
property :target_field, as: 'targetField'
|
2997
|
+
property :target_field_value_float, as: 'targetFieldValueFloat'
|
2029
2998
|
end
|
2030
2999
|
end
|
2031
3000
|
|
2032
|
-
class
|
3001
|
+
class GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata
|
2033
3002
|
# @private
|
2034
3003
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2035
|
-
property :
|
2036
|
-
|
2037
|
-
|
2038
|
-
|
2039
|
-
property :joined_events_count, :numeric_string => true, as: 'joinedEventsCount'
|
2040
|
-
property :unjoined_events_count, :numeric_string => true, as: 'unjoinedEventsCount'
|
3004
|
+
property :data_state, as: 'dataState'
|
3005
|
+
property :last_tune_time, as: 'lastTuneTime'
|
3006
|
+
property :serving_state, as: 'servingState'
|
3007
|
+
property :tuning_operation, as: 'tuningOperation'
|
2041
3008
|
end
|
2042
3009
|
end
|
2043
3010
|
|
2044
|
-
class
|
3011
|
+
class GoogleCloudDiscoveryengineV1alphaEngineSearchEngineConfig
|
2045
3012
|
# @private
|
2046
3013
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2047
|
-
|
2048
|
-
property :
|
2049
|
-
property :ignored_count, :numeric_string => true, as: 'ignoredCount'
|
2050
|
-
property :success_count, :numeric_string => true, as: 'successCount'
|
2051
|
-
property :update_time, as: 'updateTime'
|
3014
|
+
collection :search_add_ons, as: 'searchAddOns'
|
3015
|
+
property :search_tier, as: 'searchTier'
|
2052
3016
|
end
|
2053
3017
|
end
|
2054
3018
|
|
2055
|
-
class
|
3019
|
+
class GoogleCloudDiscoveryengineV1alphaEngineSimilarDocumentsEngineConfig
|
2056
3020
|
# @private
|
2057
3021
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2058
|
-
property :purge_count, :numeric_string => true, as: 'purgeCount'
|
2059
|
-
collection :purge_sample, as: 'purgeSample'
|
2060
3022
|
end
|
2061
3023
|
end
|
2062
3024
|
|
2063
|
-
class
|
3025
|
+
class GoogleCloudDiscoveryengineV1alphaEstimateDataSizeMetadata
|
2064
3026
|
# @private
|
2065
3027
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2066
3028
|
property :create_time, as: 'createTime'
|
2067
|
-
property :update_time, as: 'updateTime'
|
2068
|
-
end
|
2069
|
-
end
|
2070
|
-
|
2071
|
-
class GoogleCloudDiscoveryengineV1PurgeSuggestionDenyListEntriesResponse
|
2072
|
-
# @private
|
2073
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
2074
|
-
collection :error_samples, as: 'errorSamples', class: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus::Representation
|
2075
|
-
|
2076
|
-
property :purge_count, :numeric_string => true, as: 'purgeCount'
|
2077
|
-
end
|
2078
|
-
end
|
2079
|
-
|
2080
|
-
class GoogleCloudDiscoveryengineV1Schema
|
2081
|
-
# @private
|
2082
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
2083
|
-
property :json_schema, as: 'jsonSchema'
|
2084
|
-
property :name, as: 'name'
|
2085
|
-
hash :struct_schema, as: 'structSchema'
|
2086
3029
|
end
|
2087
3030
|
end
|
2088
3031
|
|
2089
|
-
class
|
3032
|
+
class GoogleCloudDiscoveryengineV1alphaEstimateDataSizeResponse
|
2090
3033
|
# @private
|
2091
3034
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2092
|
-
property :
|
2093
|
-
property :
|
3035
|
+
property :data_size_bytes, :numeric_string => true, as: 'dataSizeBytes'
|
3036
|
+
property :document_count, :numeric_string => true, as: 'documentCount'
|
2094
3037
|
end
|
2095
3038
|
end
|
2096
3039
|
|
2097
|
-
class
|
3040
|
+
class GoogleCloudDiscoveryengineV1alphaFieldConfig
|
2098
3041
|
# @private
|
2099
3042
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2100
|
-
|
2101
|
-
property :
|
2102
|
-
|
2103
|
-
property :
|
2104
|
-
property :
|
2105
|
-
property :
|
2106
|
-
property :
|
2107
|
-
property :
|
2108
|
-
|
2109
|
-
property :
|
2110
|
-
property :update_time, as: 'updateTime'
|
3043
|
+
collection :advanced_site_search_data_sources, as: 'advancedSiteSearchDataSources'
|
3044
|
+
property :completable_option, as: 'completableOption'
|
3045
|
+
property :dynamic_facetable_option, as: 'dynamicFacetableOption'
|
3046
|
+
property :field_path, as: 'fieldPath'
|
3047
|
+
property :field_type, as: 'fieldType'
|
3048
|
+
property :indexable_option, as: 'indexableOption'
|
3049
|
+
property :key_property_type, as: 'keyPropertyType'
|
3050
|
+
property :recs_filterable_option, as: 'recsFilterableOption'
|
3051
|
+
property :retrievable_option, as: 'retrievableOption'
|
3052
|
+
property :searchable_option, as: 'searchableOption'
|
2111
3053
|
end
|
2112
3054
|
end
|
2113
3055
|
|
2114
|
-
class
|
3056
|
+
class GoogleCloudDiscoveryengineV1alphaIdpConfig
|
2115
3057
|
# @private
|
2116
3058
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2117
|
-
property :
|
3059
|
+
property :external_idp_config, as: 'externalIdpConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaIdpConfigExternalIdpConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaIdpConfigExternalIdpConfig::Representation
|
2118
3060
|
|
3061
|
+
property :idp_type, as: 'idpType'
|
2119
3062
|
end
|
2120
3063
|
end
|
2121
3064
|
|
2122
|
-
class
|
3065
|
+
class GoogleCloudDiscoveryengineV1alphaIdpConfigExternalIdpConfig
|
2123
3066
|
# @private
|
2124
3067
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2125
|
-
property :
|
3068
|
+
property :workforce_pool_name, as: 'workforcePoolName'
|
2126
3069
|
end
|
2127
3070
|
end
|
2128
3071
|
|
2129
|
-
class
|
3072
|
+
class GoogleCloudDiscoveryengineV1alphaImportDocumentsMetadata
|
2130
3073
|
# @private
|
2131
3074
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2132
3075
|
property :create_time, as: 'createTime'
|
3076
|
+
property :failure_count, :numeric_string => true, as: 'failureCount'
|
3077
|
+
property :success_count, :numeric_string => true, as: 'successCount'
|
3078
|
+
property :total_count, :numeric_string => true, as: 'totalCount'
|
2133
3079
|
property :update_time, as: 'updateTime'
|
2134
3080
|
end
|
2135
3081
|
end
|
2136
3082
|
|
2137
|
-
class
|
3083
|
+
class GoogleCloudDiscoveryengineV1alphaImportDocumentsResponse
|
2138
3084
|
# @private
|
2139
3085
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2140
|
-
property :
|
2141
|
-
|
3086
|
+
property :error_config, as: 'errorConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaImportErrorConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaImportErrorConfig::Representation
|
3087
|
+
|
3088
|
+
collection :error_samples, as: 'errorSamples', class: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus::Representation
|
3089
|
+
|
2142
3090
|
end
|
2143
3091
|
end
|
2144
3092
|
|
2145
|
-
class
|
3093
|
+
class GoogleCloudDiscoveryengineV1alphaImportErrorConfig
|
2146
3094
|
# @private
|
2147
3095
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2148
|
-
property :
|
2149
|
-
|
2150
|
-
property :name, as: 'name'
|
3096
|
+
property :gcs_prefix, as: 'gcsPrefix'
|
2151
3097
|
end
|
2152
3098
|
end
|
2153
3099
|
|
2154
|
-
class
|
3100
|
+
class GoogleCloudDiscoveryengineV1alphaImportSuggestionDenyListEntriesMetadata
|
2155
3101
|
# @private
|
2156
3102
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2157
3103
|
property :create_time, as: 'createTime'
|
@@ -2159,83 +3105,86 @@ module Google
|
|
2159
3105
|
end
|
2160
3106
|
end
|
2161
3107
|
|
2162
|
-
class
|
3108
|
+
class GoogleCloudDiscoveryengineV1alphaImportSuggestionDenyListEntriesResponse
|
2163
3109
|
# @private
|
2164
3110
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2165
|
-
collection :
|
3111
|
+
collection :error_samples, as: 'errorSamples', class: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus::Representation
|
2166
3112
|
|
3113
|
+
property :failed_entries_count, :numeric_string => true, as: 'failedEntriesCount'
|
3114
|
+
property :imported_entries_count, :numeric_string => true, as: 'importedEntriesCount'
|
2167
3115
|
end
|
2168
3116
|
end
|
2169
3117
|
|
2170
|
-
class
|
3118
|
+
class GoogleCloudDiscoveryengineV1alphaImportUserEventsMetadata
|
2171
3119
|
# @private
|
2172
3120
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2173
3121
|
property :create_time, as: 'createTime'
|
3122
|
+
property :failure_count, :numeric_string => true, as: 'failureCount'
|
3123
|
+
property :success_count, :numeric_string => true, as: 'successCount'
|
2174
3124
|
property :update_time, as: 'updateTime'
|
2175
3125
|
end
|
2176
3126
|
end
|
2177
3127
|
|
2178
|
-
class
|
3128
|
+
class GoogleCloudDiscoveryengineV1alphaImportUserEventsResponse
|
2179
3129
|
# @private
|
2180
3130
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2181
|
-
property :
|
2182
|
-
|
3131
|
+
property :error_config, as: 'errorConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaImportErrorConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaImportErrorConfig::Representation
|
3132
|
+
|
3133
|
+
collection :error_samples, as: 'errorSamples', class: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus::Representation
|
3134
|
+
|
3135
|
+
property :joined_events_count, :numeric_string => true, as: 'joinedEventsCount'
|
3136
|
+
property :unjoined_events_count, :numeric_string => true, as: 'unjoinedEventsCount'
|
2183
3137
|
end
|
2184
3138
|
end
|
2185
3139
|
|
2186
|
-
class
|
3140
|
+
class GoogleCloudDiscoveryengineV1alphaProject
|
2187
3141
|
# @private
|
2188
3142
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2189
3143
|
property :create_time, as: 'createTime'
|
2190
|
-
property :
|
3144
|
+
property :name, as: 'name'
|
3145
|
+
property :provision_completion_time, as: 'provisionCompletionTime'
|
3146
|
+
hash :service_terms_map, as: 'serviceTermsMap', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaProjectServiceTerms, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaProjectServiceTerms::Representation
|
3147
|
+
|
2191
3148
|
end
|
2192
3149
|
end
|
2193
3150
|
|
2194
|
-
class
|
3151
|
+
class GoogleCloudDiscoveryengineV1alphaProjectServiceTerms
|
2195
3152
|
# @private
|
2196
3153
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2197
|
-
property :
|
2198
|
-
property :
|
3154
|
+
property :accept_time, as: 'acceptTime'
|
3155
|
+
property :decline_time, as: 'declineTime'
|
3156
|
+
property :id, as: 'id'
|
3157
|
+
property :state, as: 'state'
|
3158
|
+
property :version, as: 'version'
|
2199
3159
|
end
|
2200
3160
|
end
|
2201
3161
|
|
2202
|
-
class
|
3162
|
+
class GoogleCloudDiscoveryengineV1alphaProvisionProjectMetadata
|
2203
3163
|
# @private
|
2204
3164
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2205
|
-
property :acl_enabled, as: 'aclEnabled'
|
2206
|
-
property :content_config, as: 'contentConfig'
|
2207
|
-
property :create_time, as: 'createTime'
|
2208
|
-
property :default_schema_id, as: 'defaultSchemaId'
|
2209
|
-
property :display_name, as: 'displayName'
|
2210
|
-
property :document_processing_config, as: 'documentProcessingConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfig::Representation
|
2211
|
-
|
2212
|
-
property :idp_config, as: 'idpConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaIdpConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaIdpConfig::Representation
|
2213
|
-
|
2214
|
-
property :industry_vertical, as: 'industryVertical'
|
2215
|
-
property :name, as: 'name'
|
2216
|
-
collection :solution_types, as: 'solutionTypes'
|
2217
|
-
property :starting_schema, as: 'startingSchema', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSchema, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSchema::Representation
|
2218
|
-
|
2219
3165
|
end
|
2220
3166
|
end
|
2221
3167
|
|
2222
|
-
class
|
3168
|
+
class GoogleCloudDiscoveryengineV1alphaPurgeDocumentsMetadata
|
2223
3169
|
# @private
|
2224
3170
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2225
3171
|
property :create_time, as: 'createTime'
|
3172
|
+
property :failure_count, :numeric_string => true, as: 'failureCount'
|
3173
|
+
property :ignored_count, :numeric_string => true, as: 'ignoredCount'
|
3174
|
+
property :success_count, :numeric_string => true, as: 'successCount'
|
2226
3175
|
property :update_time, as: 'updateTime'
|
2227
3176
|
end
|
2228
3177
|
end
|
2229
3178
|
|
2230
|
-
class
|
3179
|
+
class GoogleCloudDiscoveryengineV1alphaPurgeDocumentsResponse
|
2231
3180
|
# @private
|
2232
3181
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2233
|
-
property :
|
2234
|
-
|
3182
|
+
property :purge_count, :numeric_string => true, as: 'purgeCount'
|
3183
|
+
collection :purge_sample, as: 'purgeSample'
|
2235
3184
|
end
|
2236
3185
|
end
|
2237
3186
|
|
2238
|
-
class
|
3187
|
+
class GoogleCloudDiscoveryengineV1alphaPurgeSuggestionDenyListEntriesMetadata
|
2239
3188
|
# @private
|
2240
3189
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2241
3190
|
property :create_time, as: 'createTime'
|
@@ -2243,533 +3192,553 @@ module Google
|
|
2243
3192
|
end
|
2244
3193
|
end
|
2245
3194
|
|
2246
|
-
class
|
3195
|
+
class GoogleCloudDiscoveryengineV1alphaPurgeSuggestionDenyListEntriesResponse
|
2247
3196
|
# @private
|
2248
3197
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2249
|
-
|
2250
|
-
|
3198
|
+
collection :error_samples, as: 'errorSamples', class: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus::Representation
|
3199
|
+
|
3200
|
+
property :purge_count, :numeric_string => true, as: 'purgeCount'
|
2251
3201
|
end
|
2252
3202
|
end
|
2253
3203
|
|
2254
|
-
class
|
3204
|
+
class GoogleCloudDiscoveryengineV1alphaPurgeUserEventsMetadata
|
2255
3205
|
# @private
|
2256
3206
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2257
3207
|
property :create_time, as: 'createTime'
|
3208
|
+
property :failure_count, :numeric_string => true, as: 'failureCount'
|
3209
|
+
property :success_count, :numeric_string => true, as: 'successCount'
|
2258
3210
|
property :update_time, as: 'updateTime'
|
2259
3211
|
end
|
2260
3212
|
end
|
2261
3213
|
|
2262
|
-
class
|
3214
|
+
class GoogleCloudDiscoveryengineV1alphaPurgeUserEventsResponse
|
2263
3215
|
# @private
|
2264
3216
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3217
|
+
property :purge_count, :numeric_string => true, as: 'purgeCount'
|
2265
3218
|
end
|
2266
3219
|
end
|
2267
3220
|
|
2268
|
-
class
|
3221
|
+
class GoogleCloudDiscoveryengineV1alphaQuery
|
2269
3222
|
# @private
|
2270
3223
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2271
|
-
property :
|
2272
|
-
|
2273
|
-
property :default_parsing_config, as: 'defaultParsingConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfig::Representation
|
2274
|
-
|
2275
|
-
property :name, as: 'name'
|
2276
|
-
hash :parsing_config_overrides, as: 'parsingConfigOverrides', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfig::Representation
|
2277
|
-
|
3224
|
+
property :query_id, as: 'queryId'
|
3225
|
+
property :text, as: 'text'
|
2278
3226
|
end
|
2279
3227
|
end
|
2280
3228
|
|
2281
|
-
class
|
3229
|
+
class GoogleCloudDiscoveryengineV1alphaRecrawlUrisMetadata
|
2282
3230
|
# @private
|
2283
3231
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2284
|
-
property :
|
2285
|
-
|
3232
|
+
property :create_time, as: 'createTime'
|
3233
|
+
collection :invalid_uris, as: 'invalidUris'
|
3234
|
+
property :pending_count, as: 'pendingCount'
|
3235
|
+
property :quota_exceeded_count, as: 'quotaExceededCount'
|
3236
|
+
property :success_count, as: 'successCount'
|
3237
|
+
property :update_time, as: 'updateTime'
|
3238
|
+
property :valid_uris_count, as: 'validUrisCount'
|
2286
3239
|
end
|
2287
3240
|
end
|
2288
3241
|
|
2289
|
-
class
|
3242
|
+
class GoogleCloudDiscoveryengineV1alphaRecrawlUrisResponse
|
2290
3243
|
# @private
|
2291
3244
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2292
|
-
|
2293
|
-
|
3245
|
+
collection :failed_uris, as: 'failedUris'
|
3246
|
+
collection :failure_samples, as: 'failureSamples', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaRecrawlUrisResponseFailureInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaRecrawlUrisResponseFailureInfo::Representation
|
3247
|
+
|
2294
3248
|
end
|
2295
3249
|
end
|
2296
3250
|
|
2297
|
-
class
|
3251
|
+
class GoogleCloudDiscoveryengineV1alphaRecrawlUrisResponseFailureInfo
|
2298
3252
|
# @private
|
2299
3253
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2300
|
-
|
2301
|
-
|
2302
|
-
property :layout_parsing_config, as: 'layoutParsingConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigLayoutParsingConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigLayoutParsingConfig::Representation
|
2303
|
-
|
2304
|
-
property :ocr_parsing_config, as: 'ocrParsingConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigOcrParsingConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigOcrParsingConfig::Representation
|
3254
|
+
collection :failure_reasons, as: 'failureReasons', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaRecrawlUrisResponseFailureInfoFailureReason, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaRecrawlUrisResponseFailureInfoFailureReason::Representation
|
2305
3255
|
|
3256
|
+
property :uri, as: 'uri'
|
2306
3257
|
end
|
2307
3258
|
end
|
2308
3259
|
|
2309
|
-
class
|
3260
|
+
class GoogleCloudDiscoveryengineV1alphaRecrawlUrisResponseFailureInfoFailureReason
|
2310
3261
|
# @private
|
2311
3262
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3263
|
+
property :corpus_type, as: 'corpusType'
|
3264
|
+
property :error_message, as: 'errorMessage'
|
2312
3265
|
end
|
2313
3266
|
end
|
2314
3267
|
|
2315
|
-
class
|
3268
|
+
class GoogleCloudDiscoveryengineV1alphaSchema
|
2316
3269
|
# @private
|
2317
3270
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3271
|
+
collection :field_configs, as: 'fieldConfigs', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaFieldConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaFieldConfig::Representation
|
3272
|
+
|
3273
|
+
property :json_schema, as: 'jsonSchema'
|
3274
|
+
property :name, as: 'name'
|
3275
|
+
hash :struct_schema, as: 'structSchema'
|
2318
3276
|
end
|
2319
3277
|
end
|
2320
3278
|
|
2321
|
-
class
|
3279
|
+
class GoogleCloudDiscoveryengineV1alphaSession
|
2322
3280
|
# @private
|
2323
3281
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2324
|
-
|
2325
|
-
property :
|
3282
|
+
property :end_time, as: 'endTime'
|
3283
|
+
property :name, as: 'name'
|
3284
|
+
property :start_time, as: 'startTime'
|
3285
|
+
property :state, as: 'state'
|
3286
|
+
collection :turns, as: 'turns', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSessionTurn, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSessionTurn::Representation
|
3287
|
+
|
3288
|
+
property :user_pseudo_id, as: 'userPseudoId'
|
2326
3289
|
end
|
2327
3290
|
end
|
2328
3291
|
|
2329
|
-
class
|
3292
|
+
class GoogleCloudDiscoveryengineV1alphaSessionTurn
|
2330
3293
|
# @private
|
2331
3294
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2332
|
-
property :
|
2333
|
-
property :
|
3295
|
+
property :answer, as: 'answer'
|
3296
|
+
property :query, as: 'query', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaQuery, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaQuery::Representation
|
3297
|
+
|
2334
3298
|
end
|
2335
3299
|
end
|
2336
3300
|
|
2337
|
-
class
|
3301
|
+
class GoogleCloudDiscoveryengineV1alphaSiteVerificationInfo
|
2338
3302
|
# @private
|
2339
3303
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3304
|
+
property :site_verification_state, as: 'siteVerificationState'
|
3305
|
+
property :verify_time, as: 'verifyTime'
|
2340
3306
|
end
|
2341
3307
|
end
|
2342
3308
|
|
2343
|
-
class
|
3309
|
+
class GoogleCloudDiscoveryengineV1alphaTargetSite
|
2344
3310
|
# @private
|
2345
3311
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2346
|
-
property :
|
2347
|
-
|
2348
|
-
property :chat_engine_metadata, as: 'chatEngineMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineChatEngineMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineChatEngineMetadata::Representation
|
2349
|
-
|
2350
|
-
property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineCommonConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineCommonConfig::Representation
|
2351
|
-
|
2352
|
-
property :create_time, as: 'createTime'
|
2353
|
-
collection :data_store_ids, as: 'dataStoreIds'
|
2354
|
-
property :display_name, as: 'displayName'
|
2355
|
-
property :industry_vertical, as: 'industryVertical'
|
2356
|
-
property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig::Representation
|
3312
|
+
property :exact_match, as: 'exactMatch'
|
3313
|
+
property :failure_reason, as: 'failureReason', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaTargetSiteFailureReason, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaTargetSiteFailureReason::Representation
|
2357
3314
|
|
3315
|
+
property :generated_uri_pattern, as: 'generatedUriPattern'
|
3316
|
+
property :indexing_status, as: 'indexingStatus'
|
2358
3317
|
property :name, as: 'name'
|
2359
|
-
property :
|
2360
|
-
|
2361
|
-
property :search_engine_config, as: 'searchEngineConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineSearchEngineConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineSearchEngineConfig::Representation
|
2362
|
-
|
2363
|
-
property :similar_documents_config, as: 'similarDocumentsConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineSimilarDocumentsEngineConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineSimilarDocumentsEngineConfig::Representation
|
3318
|
+
property :provided_uri_pattern, as: 'providedUriPattern'
|
3319
|
+
property :site_verification_info, as: 'siteVerificationInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSiteVerificationInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSiteVerificationInfo::Representation
|
2364
3320
|
|
2365
|
-
property :
|
3321
|
+
property :type, as: 'type'
|
2366
3322
|
property :update_time, as: 'updateTime'
|
2367
3323
|
end
|
2368
3324
|
end
|
2369
3325
|
|
2370
|
-
class
|
3326
|
+
class GoogleCloudDiscoveryengineV1alphaTargetSiteFailureReason
|
2371
3327
|
# @private
|
2372
3328
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2373
|
-
property :
|
3329
|
+
property :quota_failure, as: 'quotaFailure', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaTargetSiteFailureReasonQuotaFailure, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaTargetSiteFailureReasonQuotaFailure::Representation
|
2374
3330
|
|
2375
|
-
property :dialogflow_agent_to_link, as: 'dialogflowAgentToLink'
|
2376
3331
|
end
|
2377
3332
|
end
|
2378
3333
|
|
2379
|
-
class
|
3334
|
+
class GoogleCloudDiscoveryengineV1alphaTargetSiteFailureReasonQuotaFailure
|
2380
3335
|
# @private
|
2381
3336
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2382
|
-
property :
|
2383
|
-
property :default_language_code, as: 'defaultLanguageCode'
|
2384
|
-
property :location, as: 'location'
|
2385
|
-
property :time_zone, as: 'timeZone'
|
3337
|
+
property :total_required_quota, :numeric_string => true, as: 'totalRequiredQuota'
|
2386
3338
|
end
|
2387
3339
|
end
|
2388
3340
|
|
2389
|
-
class
|
3341
|
+
class GoogleCloudDiscoveryengineV1alphaTrainCustomModelMetadata
|
2390
3342
|
# @private
|
2391
3343
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2392
|
-
property :
|
3344
|
+
property :create_time, as: 'createTime'
|
3345
|
+
property :update_time, as: 'updateTime'
|
2393
3346
|
end
|
2394
3347
|
end
|
2395
3348
|
|
2396
|
-
class
|
3349
|
+
class GoogleCloudDiscoveryengineV1alphaTrainCustomModelResponse
|
2397
3350
|
# @private
|
2398
3351
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2399
|
-
property :
|
2400
|
-
end
|
2401
|
-
end
|
3352
|
+
property :error_config, as: 'errorConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaImportErrorConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaImportErrorConfig::Representation
|
2402
3353
|
|
2403
|
-
|
2404
|
-
# @private
|
2405
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
2406
|
-
property :optimization_objective, as: 'optimizationObjective'
|
2407
|
-
property :optimization_objective_config, as: 'optimizationObjectiveConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigOptimizationObjectiveConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigOptimizationObjectiveConfig::Representation
|
3354
|
+
collection :error_samples, as: 'errorSamples', class: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus::Representation
|
2408
3355
|
|
2409
|
-
|
2410
|
-
property :
|
3356
|
+
hash :metrics, as: 'metrics'
|
3357
|
+
property :model_status, as: 'modelStatus'
|
2411
3358
|
end
|
2412
3359
|
end
|
2413
3360
|
|
2414
|
-
class
|
3361
|
+
class GoogleCloudDiscoveryengineV1alphaTuneEngineMetadata
|
2415
3362
|
# @private
|
2416
3363
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2417
|
-
property :
|
2418
|
-
property :target_field_value_float, as: 'targetFieldValueFloat'
|
3364
|
+
property :engine, as: 'engine'
|
2419
3365
|
end
|
2420
3366
|
end
|
2421
3367
|
|
2422
|
-
class
|
3368
|
+
class GoogleCloudDiscoveryengineV1alphaTuneEngineResponse
|
2423
3369
|
# @private
|
2424
3370
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2425
|
-
property :data_state, as: 'dataState'
|
2426
|
-
property :last_tune_time, as: 'lastTuneTime'
|
2427
|
-
property :serving_state, as: 'servingState'
|
2428
|
-
property :tuning_operation, as: 'tuningOperation'
|
2429
3371
|
end
|
2430
3372
|
end
|
2431
3373
|
|
2432
|
-
class
|
3374
|
+
class GoogleCloudDiscoveryengineV1alphaUpdateSchemaMetadata
|
2433
3375
|
# @private
|
2434
3376
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2435
|
-
|
2436
|
-
property :
|
3377
|
+
property :create_time, as: 'createTime'
|
3378
|
+
property :update_time, as: 'updateTime'
|
2437
3379
|
end
|
2438
3380
|
end
|
2439
3381
|
|
2440
|
-
class
|
3382
|
+
class GoogleCloudDiscoveryengineV1alphaUpdateTargetSiteMetadata
|
2441
3383
|
# @private
|
2442
3384
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3385
|
+
property :create_time, as: 'createTime'
|
3386
|
+
property :update_time, as: 'updateTime'
|
2443
3387
|
end
|
2444
3388
|
end
|
2445
3389
|
|
2446
|
-
class
|
3390
|
+
class GoogleCloudDiscoveryengineV1betaAnswer
|
2447
3391
|
# @private
|
2448
3392
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3393
|
+
collection :answer_skipped_reasons, as: 'answerSkippedReasons'
|
3394
|
+
property :answer_text, as: 'answerText'
|
3395
|
+
collection :citations, as: 'citations', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerCitation, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerCitation::Representation
|
3396
|
+
|
3397
|
+
property :complete_time, as: 'completeTime'
|
2449
3398
|
property :create_time, as: 'createTime'
|
3399
|
+
property :name, as: 'name'
|
3400
|
+
property :query_understanding_info, as: 'queryUnderstandingInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryUnderstandingInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryUnderstandingInfo::Representation
|
3401
|
+
|
3402
|
+
collection :references, as: 'references', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerReference, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerReference::Representation
|
3403
|
+
|
3404
|
+
collection :related_questions, as: 'relatedQuestions'
|
3405
|
+
property :state, as: 'state'
|
3406
|
+
collection :steps, as: 'steps', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerStep, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerStep::Representation
|
3407
|
+
|
2450
3408
|
end
|
2451
3409
|
end
|
2452
3410
|
|
2453
|
-
class
|
3411
|
+
class GoogleCloudDiscoveryengineV1betaAnswerCitation
|
2454
3412
|
# @private
|
2455
3413
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2456
|
-
property :
|
2457
|
-
|
3414
|
+
property :end_index, :numeric_string => true, as: 'endIndex'
|
3415
|
+
collection :sources, as: 'sources', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerCitationSource, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerCitationSource::Representation
|
3416
|
+
|
3417
|
+
property :start_index, :numeric_string => true, as: 'startIndex'
|
2458
3418
|
end
|
2459
3419
|
end
|
2460
3420
|
|
2461
|
-
class
|
3421
|
+
class GoogleCloudDiscoveryengineV1betaAnswerCitationSource
|
2462
3422
|
# @private
|
2463
3423
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2464
|
-
property :
|
2465
|
-
property :dynamic_facetable_option, as: 'dynamicFacetableOption'
|
2466
|
-
property :field_path, as: 'fieldPath'
|
2467
|
-
property :field_type, as: 'fieldType'
|
2468
|
-
property :indexable_option, as: 'indexableOption'
|
2469
|
-
property :key_property_type, as: 'keyPropertyType'
|
2470
|
-
property :recs_filterable_option, as: 'recsFilterableOption'
|
2471
|
-
property :retrievable_option, as: 'retrievableOption'
|
2472
|
-
property :searchable_option, as: 'searchableOption'
|
3424
|
+
property :reference_id, as: 'referenceId'
|
2473
3425
|
end
|
2474
3426
|
end
|
2475
3427
|
|
2476
|
-
class
|
2477
|
-
# @private
|
2478
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
2479
|
-
property :
|
3428
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequest
|
3429
|
+
# @private
|
3430
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3431
|
+
property :answer_generation_spec, as: 'answerGenerationSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestAnswerGenerationSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestAnswerGenerationSpec::Representation
|
3432
|
+
|
3433
|
+
property :asynchronous_mode, as: 'asynchronousMode'
|
3434
|
+
property :query, as: 'query', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaQuery, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaQuery::Representation
|
3435
|
+
|
3436
|
+
property :query_understanding_spec, as: 'queryUnderstandingSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestQueryUnderstandingSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestQueryUnderstandingSpec::Representation
|
3437
|
+
|
3438
|
+
property :related_questions_spec, as: 'relatedQuestionsSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestRelatedQuestionsSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestRelatedQuestionsSpec::Representation
|
3439
|
+
|
3440
|
+
property :safety_spec, as: 'safetySpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSafetySpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSafetySpec::Representation
|
3441
|
+
|
3442
|
+
property :search_spec, as: 'searchSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpec::Representation
|
3443
|
+
|
3444
|
+
property :session, as: 'session'
|
3445
|
+
property :user_pseudo_id, as: 'userPseudoId'
|
2480
3446
|
end
|
2481
3447
|
end
|
2482
3448
|
|
2483
|
-
class
|
3449
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestAnswerGenerationSpec
|
2484
3450
|
# @private
|
2485
3451
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2486
|
-
property :
|
3452
|
+
property :answer_language_code, as: 'answerLanguageCode'
|
3453
|
+
property :ignore_adversarial_query, as: 'ignoreAdversarialQuery'
|
3454
|
+
property :ignore_non_answer_seeking_query, as: 'ignoreNonAnswerSeekingQuery'
|
3455
|
+
property :include_citations, as: 'includeCitations'
|
3456
|
+
property :model_spec, as: 'modelSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestAnswerGenerationSpecModelSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestAnswerGenerationSpecModelSpec::Representation
|
3457
|
+
|
3458
|
+
property :prompt_spec, as: 'promptSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestAnswerGenerationSpecPromptSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestAnswerGenerationSpecPromptSpec::Representation
|
2487
3459
|
|
2488
|
-
property :idp_type, as: 'idpType'
|
2489
3460
|
end
|
2490
3461
|
end
|
2491
3462
|
|
2492
|
-
class
|
3463
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestAnswerGenerationSpecModelSpec
|
2493
3464
|
# @private
|
2494
3465
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2495
|
-
property :
|
3466
|
+
property :model_version, as: 'modelVersion'
|
2496
3467
|
end
|
2497
3468
|
end
|
2498
3469
|
|
2499
|
-
class
|
3470
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestAnswerGenerationSpecPromptSpec
|
2500
3471
|
# @private
|
2501
3472
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2502
|
-
property :
|
2503
|
-
property :update_time, as: 'updateTime'
|
3473
|
+
property :preamble, as: 'preamble'
|
2504
3474
|
end
|
2505
3475
|
end
|
2506
3476
|
|
2507
|
-
class
|
3477
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestQueryUnderstandingSpec
|
2508
3478
|
# @private
|
2509
3479
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2510
|
-
|
3480
|
+
property :query_classification_spec, as: 'queryClassificationSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestQueryUnderstandingSpecQueryClassificationSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestQueryUnderstandingSpecQueryClassificationSpec::Representation
|
3481
|
+
|
3482
|
+
property :query_rephraser_spec, as: 'queryRephraserSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpec::Representation
|
2511
3483
|
|
2512
|
-
property :failure_count, :numeric_string => true, as: 'failureCount'
|
2513
|
-
property :success_count, :numeric_string => true, as: 'successCount'
|
2514
3484
|
end
|
2515
3485
|
end
|
2516
3486
|
|
2517
|
-
class
|
3487
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestQueryUnderstandingSpecQueryClassificationSpec
|
2518
3488
|
# @private
|
2519
3489
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2520
|
-
|
2521
|
-
property :failure_count, :numeric_string => true, as: 'failureCount'
|
2522
|
-
property :success_count, :numeric_string => true, as: 'successCount'
|
2523
|
-
property :update_time, as: 'updateTime'
|
3490
|
+
collection :types, as: 'types'
|
2524
3491
|
end
|
2525
3492
|
end
|
2526
3493
|
|
2527
|
-
class
|
3494
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpec
|
2528
3495
|
# @private
|
2529
3496
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2530
|
-
property :
|
2531
|
-
|
2532
|
-
collection :error_samples, as: 'errorSamples', class: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus::Representation
|
2533
|
-
|
3497
|
+
property :disable, as: 'disable'
|
3498
|
+
property :max_rephrase_steps, as: 'maxRephraseSteps'
|
2534
3499
|
end
|
2535
3500
|
end
|
2536
3501
|
|
2537
|
-
class
|
3502
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestRelatedQuestionsSpec
|
2538
3503
|
# @private
|
2539
3504
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2540
|
-
property :
|
3505
|
+
property :enable, as: 'enable'
|
2541
3506
|
end
|
2542
3507
|
end
|
2543
3508
|
|
2544
|
-
class
|
3509
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSafetySpec
|
2545
3510
|
# @private
|
2546
3511
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2547
|
-
property :
|
2548
|
-
property :update_time, as: 'updateTime'
|
3512
|
+
property :enable, as: 'enable'
|
2549
3513
|
end
|
2550
3514
|
end
|
2551
3515
|
|
2552
|
-
class
|
3516
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpec
|
2553
3517
|
# @private
|
2554
3518
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2555
|
-
|
3519
|
+
property :search_params, as: 'searchParams', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchParams, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchParams::Representation
|
3520
|
+
|
3521
|
+
property :search_result_list, as: 'searchResultList', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultList, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultList::Representation
|
2556
3522
|
|
2557
|
-
property :failed_entries_count, :numeric_string => true, as: 'failedEntriesCount'
|
2558
|
-
property :imported_entries_count, :numeric_string => true, as: 'importedEntriesCount'
|
2559
3523
|
end
|
2560
3524
|
end
|
2561
3525
|
|
2562
|
-
class
|
3526
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchParams
|
2563
3527
|
# @private
|
2564
3528
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2565
|
-
property :
|
2566
|
-
|
2567
|
-
property :
|
2568
|
-
property :
|
3529
|
+
property :boost_spec, as: 'boostSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpec::Representation
|
3530
|
+
|
3531
|
+
property :filter, as: 'filter'
|
3532
|
+
property :max_return_results, as: 'maxReturnResults'
|
3533
|
+
property :order_by, as: 'orderBy'
|
2569
3534
|
end
|
2570
3535
|
end
|
2571
3536
|
|
2572
|
-
class
|
3537
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultList
|
2573
3538
|
# @private
|
2574
3539
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2575
|
-
|
2576
|
-
|
2577
|
-
collection :error_samples, as: 'errorSamples', class: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus::Representation
|
3540
|
+
collection :search_results, as: 'searchResults', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResult, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResult::Representation
|
2578
3541
|
|
2579
|
-
property :joined_events_count, :numeric_string => true, as: 'joinedEventsCount'
|
2580
|
-
property :unjoined_events_count, :numeric_string => true, as: 'unjoinedEventsCount'
|
2581
3542
|
end
|
2582
3543
|
end
|
2583
3544
|
|
2584
|
-
class
|
3545
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResult
|
2585
3546
|
# @private
|
2586
3547
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2587
|
-
property :
|
2588
|
-
|
2589
|
-
property :
|
2590
|
-
|
2591
|
-
property :update_time, as: 'updateTime'
|
3548
|
+
property :chunk_info, as: 'chunkInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResultChunkInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResultChunkInfo::Representation
|
3549
|
+
|
3550
|
+
property :unstructured_document_info, as: 'unstructuredDocumentInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResultUnstructuredDocumentInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResultUnstructuredDocumentInfo::Representation
|
3551
|
+
|
2592
3552
|
end
|
2593
3553
|
end
|
2594
3554
|
|
2595
|
-
class
|
3555
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResultChunkInfo
|
2596
3556
|
# @private
|
2597
3557
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2598
|
-
property :
|
2599
|
-
|
3558
|
+
property :chunk, as: 'chunk'
|
3559
|
+
property :content, as: 'content'
|
2600
3560
|
end
|
2601
3561
|
end
|
2602
3562
|
|
2603
|
-
class
|
3563
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResultUnstructuredDocumentInfo
|
2604
3564
|
# @private
|
2605
3565
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2606
|
-
property :
|
2607
|
-
|
3566
|
+
property :document, as: 'document'
|
3567
|
+
collection :document_contexts, as: 'documentContexts', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResultUnstructuredDocumentInfoDocumentContext, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResultUnstructuredDocumentInfoDocumentContext::Representation
|
3568
|
+
|
3569
|
+
collection :extractive_answers, as: 'extractiveAnswers', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResultUnstructuredDocumentInfoExtractiveAnswer, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResultUnstructuredDocumentInfoExtractiveAnswer::Representation
|
3570
|
+
|
3571
|
+
collection :extractive_segments, as: 'extractiveSegments', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResultUnstructuredDocumentInfoExtractiveSegment, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResultUnstructuredDocumentInfoExtractiveSegment::Representation
|
3572
|
+
|
3573
|
+
property :title, as: 'title'
|
3574
|
+
property :uri, as: 'uri'
|
2608
3575
|
end
|
2609
3576
|
end
|
2610
3577
|
|
2611
|
-
class
|
3578
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResultUnstructuredDocumentInfoDocumentContext
|
2612
3579
|
# @private
|
2613
3580
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2614
|
-
|
2615
|
-
|
2616
|
-
property :purge_count, :numeric_string => true, as: 'purgeCount'
|
3581
|
+
property :content, as: 'content'
|
3582
|
+
property :page_identifier, as: 'pageIdentifier'
|
2617
3583
|
end
|
2618
3584
|
end
|
2619
3585
|
|
2620
|
-
class
|
3586
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResultUnstructuredDocumentInfoExtractiveAnswer
|
2621
3587
|
# @private
|
2622
3588
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2623
|
-
property :
|
2624
|
-
property :
|
2625
|
-
property :success_count, :numeric_string => true, as: 'successCount'
|
2626
|
-
property :update_time, as: 'updateTime'
|
3589
|
+
property :content, as: 'content'
|
3590
|
+
property :page_identifier, as: 'pageIdentifier'
|
2627
3591
|
end
|
2628
3592
|
end
|
2629
3593
|
|
2630
|
-
class
|
3594
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResultUnstructuredDocumentInfoExtractiveSegment
|
2631
3595
|
# @private
|
2632
3596
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2633
|
-
property :
|
3597
|
+
property :content, as: 'content'
|
3598
|
+
property :page_identifier, as: 'pageIdentifier'
|
2634
3599
|
end
|
2635
3600
|
end
|
2636
3601
|
|
2637
|
-
class
|
3602
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryResponse
|
2638
3603
|
# @private
|
2639
3604
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2640
|
-
property :
|
2641
|
-
|
2642
|
-
property :
|
2643
|
-
property :
|
2644
|
-
|
2645
|
-
property :update_time, as: 'updateTime'
|
2646
|
-
property :valid_uris_count, as: 'validUrisCount'
|
3605
|
+
property :answer, as: 'answer', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswer, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswer::Representation
|
3606
|
+
|
3607
|
+
property :answer_query_token, as: 'answerQueryToken'
|
3608
|
+
property :session, as: 'session', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSession, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSession::Representation
|
3609
|
+
|
2647
3610
|
end
|
2648
3611
|
end
|
2649
3612
|
|
2650
|
-
class
|
3613
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryUnderstandingInfo
|
2651
3614
|
# @private
|
2652
3615
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2653
|
-
collection :
|
2654
|
-
collection :failure_samples, as: 'failureSamples', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaRecrawlUrisResponseFailureInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaRecrawlUrisResponseFailureInfo::Representation
|
3616
|
+
collection :query_classification_info, as: 'queryClassificationInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryUnderstandingInfoQueryClassificationInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryUnderstandingInfoQueryClassificationInfo::Representation
|
2655
3617
|
|
2656
3618
|
end
|
2657
3619
|
end
|
2658
3620
|
|
2659
|
-
class
|
3621
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryUnderstandingInfoQueryClassificationInfo
|
2660
3622
|
# @private
|
2661
3623
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2662
|
-
|
2663
|
-
|
2664
|
-
property :uri, as: 'uri'
|
3624
|
+
property :positive, as: 'positive'
|
3625
|
+
property :type, as: 'type'
|
2665
3626
|
end
|
2666
3627
|
end
|
2667
3628
|
|
2668
|
-
class
|
3629
|
+
class GoogleCloudDiscoveryengineV1betaAnswerReference
|
2669
3630
|
# @private
|
2670
3631
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2671
|
-
property :
|
2672
|
-
|
3632
|
+
property :chunk_info, as: 'chunkInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerReferenceChunkInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerReferenceChunkInfo::Representation
|
3633
|
+
|
3634
|
+
property :unstructured_document_info, as: 'unstructuredDocumentInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerReferenceUnstructuredDocumentInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerReferenceUnstructuredDocumentInfo::Representation
|
3635
|
+
|
2673
3636
|
end
|
2674
3637
|
end
|
2675
3638
|
|
2676
|
-
class
|
3639
|
+
class GoogleCloudDiscoveryengineV1betaAnswerReferenceChunkInfo
|
2677
3640
|
# @private
|
2678
3641
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2679
|
-
|
3642
|
+
property :chunk, as: 'chunk'
|
3643
|
+
property :content, as: 'content'
|
3644
|
+
property :document_metadata, as: 'documentMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerReferenceChunkInfoDocumentMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerReferenceChunkInfoDocumentMetadata::Representation
|
2680
3645
|
|
2681
|
-
property :
|
2682
|
-
property :name, as: 'name'
|
2683
|
-
hash :struct_schema, as: 'structSchema'
|
3646
|
+
property :relevance_score, as: 'relevanceScore'
|
2684
3647
|
end
|
2685
3648
|
end
|
2686
3649
|
|
2687
|
-
class
|
3650
|
+
class GoogleCloudDiscoveryengineV1betaAnswerReferenceChunkInfoDocumentMetadata
|
2688
3651
|
# @private
|
2689
3652
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2690
|
-
property :
|
2691
|
-
property :
|
3653
|
+
property :document, as: 'document'
|
3654
|
+
property :page_identifier, as: 'pageIdentifier'
|
3655
|
+
property :title, as: 'title'
|
3656
|
+
property :uri, as: 'uri'
|
2692
3657
|
end
|
2693
3658
|
end
|
2694
3659
|
|
2695
|
-
class
|
3660
|
+
class GoogleCloudDiscoveryengineV1betaAnswerReferenceUnstructuredDocumentInfo
|
2696
3661
|
# @private
|
2697
3662
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2698
|
-
|
2699
|
-
property :failure_reason, as: 'failureReason', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaTargetSiteFailureReason, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaTargetSiteFailureReason::Representation
|
2700
|
-
|
2701
|
-
property :generated_uri_pattern, as: 'generatedUriPattern'
|
2702
|
-
property :indexing_status, as: 'indexingStatus'
|
2703
|
-
property :name, as: 'name'
|
2704
|
-
property :provided_uri_pattern, as: 'providedUriPattern'
|
2705
|
-
property :site_verification_info, as: 'siteVerificationInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSiteVerificationInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSiteVerificationInfo::Representation
|
3663
|
+
collection :chunk_contents, as: 'chunkContents', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerReferenceUnstructuredDocumentInfoChunkContent, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerReferenceUnstructuredDocumentInfoChunkContent::Representation
|
2706
3664
|
|
2707
|
-
property :
|
2708
|
-
property :
|
3665
|
+
property :document, as: 'document'
|
3666
|
+
property :title, as: 'title'
|
3667
|
+
property :uri, as: 'uri'
|
2709
3668
|
end
|
2710
3669
|
end
|
2711
3670
|
|
2712
|
-
class
|
3671
|
+
class GoogleCloudDiscoveryengineV1betaAnswerReferenceUnstructuredDocumentInfoChunkContent
|
2713
3672
|
# @private
|
2714
3673
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2715
|
-
property :
|
2716
|
-
|
3674
|
+
property :content, as: 'content'
|
3675
|
+
property :page_identifier, as: 'pageIdentifier'
|
2717
3676
|
end
|
2718
3677
|
end
|
2719
3678
|
|
2720
|
-
class
|
3679
|
+
class GoogleCloudDiscoveryengineV1betaAnswerStep
|
2721
3680
|
# @private
|
2722
3681
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2723
|
-
|
3682
|
+
collection :actions, as: 'actions', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerStepAction, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerStepAction::Representation
|
3683
|
+
|
3684
|
+
property :description, as: 'description'
|
3685
|
+
property :state, as: 'state'
|
3686
|
+
property :thought, as: 'thought'
|
2724
3687
|
end
|
2725
3688
|
end
|
2726
3689
|
|
2727
|
-
class
|
3690
|
+
class GoogleCloudDiscoveryengineV1betaAnswerStepAction
|
2728
3691
|
# @private
|
2729
3692
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2730
|
-
property :
|
2731
|
-
|
3693
|
+
property :observation, as: 'observation', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerStepActionObservation, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerStepActionObservation::Representation
|
3694
|
+
|
3695
|
+
property :search_action, as: 'searchAction', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerStepActionSearchAction, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerStepActionSearchAction::Representation
|
3696
|
+
|
2732
3697
|
end
|
2733
3698
|
end
|
2734
3699
|
|
2735
|
-
class
|
3700
|
+
class GoogleCloudDiscoveryengineV1betaAnswerStepActionObservation
|
2736
3701
|
# @private
|
2737
3702
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2738
|
-
|
2739
|
-
|
2740
|
-
collection :error_samples, as: 'errorSamples', class: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus::Representation
|
3703
|
+
collection :search_results, as: 'searchResults', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerStepActionObservationSearchResult, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerStepActionObservationSearchResult::Representation
|
2741
3704
|
|
2742
|
-
hash :metrics, as: 'metrics'
|
2743
|
-
property :model_status, as: 'modelStatus'
|
2744
3705
|
end
|
2745
3706
|
end
|
2746
3707
|
|
2747
|
-
class
|
3708
|
+
class GoogleCloudDiscoveryengineV1betaAnswerStepActionObservationSearchResult
|
2748
3709
|
# @private
|
2749
3710
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2750
|
-
|
3711
|
+
collection :chunk_info, as: 'chunkInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerStepActionObservationSearchResultChunkInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerStepActionObservationSearchResultChunkInfo::Representation
|
3712
|
+
|
3713
|
+
property :document, as: 'document'
|
3714
|
+
collection :snippet_info, as: 'snippetInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerStepActionObservationSearchResultSnippetInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerStepActionObservationSearchResultSnippetInfo::Representation
|
3715
|
+
|
3716
|
+
property :title, as: 'title'
|
3717
|
+
property :uri, as: 'uri'
|
2751
3718
|
end
|
2752
3719
|
end
|
2753
3720
|
|
2754
|
-
class
|
3721
|
+
class GoogleCloudDiscoveryengineV1betaAnswerStepActionObservationSearchResultChunkInfo
|
2755
3722
|
# @private
|
2756
3723
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3724
|
+
property :chunk, as: 'chunk'
|
3725
|
+
property :content, as: 'content'
|
3726
|
+
property :relevance_score, as: 'relevanceScore'
|
2757
3727
|
end
|
2758
3728
|
end
|
2759
3729
|
|
2760
|
-
class
|
3730
|
+
class GoogleCloudDiscoveryengineV1betaAnswerStepActionObservationSearchResultSnippetInfo
|
2761
3731
|
# @private
|
2762
3732
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2763
|
-
property :
|
2764
|
-
property :
|
3733
|
+
property :snippet, as: 'snippet'
|
3734
|
+
property :snippet_status, as: 'snippetStatus'
|
2765
3735
|
end
|
2766
3736
|
end
|
2767
3737
|
|
2768
|
-
class
|
3738
|
+
class GoogleCloudDiscoveryengineV1betaAnswerStepActionSearchAction
|
2769
3739
|
# @private
|
2770
3740
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2771
|
-
property :
|
2772
|
-
property :update_time, as: 'updateTime'
|
3741
|
+
property :query, as: 'query'
|
2773
3742
|
end
|
2774
3743
|
end
|
2775
3744
|
|
@@ -2857,6 +3826,45 @@ module Google
|
|
2857
3826
|
end
|
2858
3827
|
end
|
2859
3828
|
|
3829
|
+
class GoogleCloudDiscoveryengineV1betaCheckGroundingRequest
|
3830
|
+
# @private
|
3831
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3832
|
+
property :answer_candidate, as: 'answerCandidate'
|
3833
|
+
collection :facts, as: 'facts', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaGroundingFact, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaGroundingFact::Representation
|
3834
|
+
|
3835
|
+
property :grounding_spec, as: 'groundingSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCheckGroundingSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCheckGroundingSpec::Representation
|
3836
|
+
|
3837
|
+
end
|
3838
|
+
end
|
3839
|
+
|
3840
|
+
class GoogleCloudDiscoveryengineV1betaCheckGroundingResponse
|
3841
|
+
# @private
|
3842
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3843
|
+
collection :cited_chunks, as: 'citedChunks', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaFactChunk, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaFactChunk::Representation
|
3844
|
+
|
3845
|
+
collection :claims, as: 'claims', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCheckGroundingResponseClaim, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCheckGroundingResponseClaim::Representation
|
3846
|
+
|
3847
|
+
property :support_score, as: 'supportScore'
|
3848
|
+
end
|
3849
|
+
end
|
3850
|
+
|
3851
|
+
class GoogleCloudDiscoveryengineV1betaCheckGroundingResponseClaim
|
3852
|
+
# @private
|
3853
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3854
|
+
collection :citation_indices, as: 'citationIndices'
|
3855
|
+
property :claim_text, as: 'claimText'
|
3856
|
+
property :end_pos, as: 'endPos'
|
3857
|
+
property :start_pos, as: 'startPos'
|
3858
|
+
end
|
3859
|
+
end
|
3860
|
+
|
3861
|
+
class GoogleCloudDiscoveryengineV1betaCheckGroundingSpec
|
3862
|
+
# @private
|
3863
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3864
|
+
property :citation_threshold, as: 'citationThreshold'
|
3865
|
+
end
|
3866
|
+
end
|
3867
|
+
|
2860
3868
|
class GoogleCloudDiscoveryengineV1betaCloudSqlSource
|
2861
3869
|
# @private
|
2862
3870
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3242,6 +4250,15 @@ module Google
|
|
3242
4250
|
end
|
3243
4251
|
end
|
3244
4252
|
|
4253
|
+
class GoogleCloudDiscoveryengineV1betaFactChunk
|
4254
|
+
# @private
|
4255
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4256
|
+
property :chunk_text, as: 'chunkText'
|
4257
|
+
property :source, as: 'source'
|
4258
|
+
hash :source_metadata, as: 'sourceMetadata'
|
4259
|
+
end
|
4260
|
+
end
|
4261
|
+
|
3245
4262
|
class GoogleCloudDiscoveryengineV1betaFetchDomainVerificationStatusResponse
|
3246
4263
|
# @private
|
3247
4264
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3278,10 +4295,11 @@ module Google
|
|
3278
4295
|
end
|
3279
4296
|
end
|
3280
4297
|
|
3281
|
-
class
|
4298
|
+
class GoogleCloudDiscoveryengineV1betaGroundingFact
|
3282
4299
|
# @private
|
3283
4300
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3284
|
-
|
4301
|
+
hash :attributes, as: 'attributes'
|
4302
|
+
property :fact_text, as: 'factText'
|
3285
4303
|
end
|
3286
4304
|
end
|
3287
4305
|
|
@@ -3291,6 +4309,7 @@ module Google
|
|
3291
4309
|
property :create_time, as: 'createTime'
|
3292
4310
|
property :failure_count, :numeric_string => true, as: 'failureCount'
|
3293
4311
|
property :success_count, :numeric_string => true, as: 'successCount'
|
4312
|
+
property :total_count, :numeric_string => true, as: 'totalCount'
|
3294
4313
|
property :update_time, as: 'updateTime'
|
3295
4314
|
end
|
3296
4315
|
end
|
@@ -3319,6 +4338,7 @@ module Google
|
|
3319
4338
|
property :reconciliation_mode, as: 'reconciliationMode'
|
3320
4339
|
property :spanner_source, as: 'spannerSource', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSpannerSource, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSpannerSource::Representation
|
3321
4340
|
|
4341
|
+
property :update_mask, as: 'updateMask'
|
3322
4342
|
end
|
3323
4343
|
end
|
3324
4344
|
|
@@ -3491,6 +4511,15 @@ module Google
|
|
3491
4511
|
end
|
3492
4512
|
end
|
3493
4513
|
|
4514
|
+
class GoogleCloudDiscoveryengineV1betaListSessionsResponse
|
4515
|
+
# @private
|
4516
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4517
|
+
property :next_page_token, as: 'nextPageToken'
|
4518
|
+
collection :sessions, as: 'sessions', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSession, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSession::Representation
|
4519
|
+
|
4520
|
+
end
|
4521
|
+
end
|
4522
|
+
|
3494
4523
|
class GoogleCloudDiscoveryengineV1betaListTargetSitesResponse
|
3495
4524
|
# @private
|
3496
4525
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3585,6 +4614,14 @@ module Google
|
|
3585
4614
|
end
|
3586
4615
|
end
|
3587
4616
|
|
4617
|
+
class GoogleCloudDiscoveryengineV1betaQuery
|
4618
|
+
# @private
|
4619
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4620
|
+
property :query_id, as: 'queryId'
|
4621
|
+
property :text, as: 'text'
|
4622
|
+
end
|
4623
|
+
end
|
4624
|
+
|
3588
4625
|
class GoogleCloudDiscoveryengineV1betaRankRequest
|
3589
4626
|
# @private
|
3590
4627
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3750,10 +4787,31 @@ module Google
|
|
3750
4787
|
# @private
|
3751
4788
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3752
4789
|
property :boost, as: 'boost'
|
4790
|
+
property :boost_control_spec, as: 'boostControlSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpecConditionBoostSpecBoostControlSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpecConditionBoostSpecBoostControlSpec::Representation
|
4791
|
+
|
3753
4792
|
property :condition, as: 'condition'
|
3754
4793
|
end
|
3755
4794
|
end
|
3756
4795
|
|
4796
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpecConditionBoostSpecBoostControlSpec
|
4797
|
+
# @private
|
4798
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4799
|
+
property :attribute_type, as: 'attributeType'
|
4800
|
+
collection :control_points, as: 'controlPoints', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpecConditionBoostSpecBoostControlSpecControlPoint, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpecConditionBoostSpecBoostControlSpecControlPoint::Representation
|
4801
|
+
|
4802
|
+
property :field_name, as: 'fieldName'
|
4803
|
+
property :interpolation_type, as: 'interpolationType'
|
4804
|
+
end
|
4805
|
+
end
|
4806
|
+
|
4807
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpecConditionBoostSpecBoostControlSpecControlPoint
|
4808
|
+
# @private
|
4809
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4810
|
+
property :attribute_value, as: 'attributeValue'
|
4811
|
+
property :boost_amount, as: 'boostAmount'
|
4812
|
+
end
|
4813
|
+
end
|
4814
|
+
|
3757
4815
|
class GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpec
|
3758
4816
|
# @private
|
3759
4817
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4095,6 +5153,28 @@ module Google
|
|
4095
5153
|
end
|
4096
5154
|
end
|
4097
5155
|
|
5156
|
+
class GoogleCloudDiscoveryengineV1betaSession
|
5157
|
+
# @private
|
5158
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5159
|
+
property :end_time, as: 'endTime'
|
5160
|
+
property :name, as: 'name'
|
5161
|
+
property :start_time, as: 'startTime'
|
5162
|
+
property :state, as: 'state'
|
5163
|
+
collection :turns, as: 'turns', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSessionTurn, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSessionTurn::Representation
|
5164
|
+
|
5165
|
+
property :user_pseudo_id, as: 'userPseudoId'
|
5166
|
+
end
|
5167
|
+
end
|
5168
|
+
|
5169
|
+
class GoogleCloudDiscoveryengineV1betaSessionTurn
|
5170
|
+
# @private
|
5171
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5172
|
+
property :answer, as: 'answer'
|
5173
|
+
property :query, as: 'query', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaQuery, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaQuery::Representation
|
5174
|
+
|
5175
|
+
end
|
5176
|
+
end
|
5177
|
+
|
4098
5178
|
class GoogleCloudDiscoveryengineV1betaSiteSearchEngine
|
4099
5179
|
# @private
|
4100
5180
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4236,6 +5316,12 @@ module Google
|
|
4236
5316
|
end
|
4237
5317
|
end
|
4238
5318
|
|
5319
|
+
class GoogleCloudDiscoveryengineV1betaTuneEngineResponse
|
5320
|
+
# @private
|
5321
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5322
|
+
end
|
5323
|
+
end
|
5324
|
+
|
4239
5325
|
class GoogleCloudDiscoveryengineV1betaUpdateSchemaMetadata
|
4240
5326
|
# @private
|
4241
5327
|
class Representation < Google::Apis::Core::JsonRepresentation
|