@google-cloud/discoveryengine 1.1.0 → 1.3.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.
Files changed (59) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +39 -0
  3. package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +190 -0
  4. package/build/protos/google/cloud/discoveryengine/v1alpha/completion_service.proto +134 -0
  5. package/build/protos/google/cloud/discoveryengine/v1alpha/conversation.proto +138 -0
  6. package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +306 -0
  7. package/build/protos/google/cloud/discoveryengine/v1alpha/data_store.proto +98 -0
  8. package/build/protos/google/cloud/discoveryengine/v1alpha/data_store_service.proto +307 -0
  9. package/build/protos/google/cloud/discoveryengine/v1alpha/document.proto +121 -0
  10. package/build/protos/google/cloud/discoveryengine/v1alpha/document_service.proto +318 -0
  11. package/build/protos/google/cloud/discoveryengine/v1alpha/engine.proto +370 -0
  12. package/build/protos/google/cloud/discoveryengine/v1alpha/engine_service.proto +336 -0
  13. package/build/protos/google/cloud/discoveryengine/v1alpha/import_config.proto +343 -0
  14. package/build/protos/google/cloud/discoveryengine/v1alpha/purge_config.proto +159 -0
  15. package/build/protos/google/cloud/discoveryengine/v1alpha/recommendation_service.proto +227 -0
  16. package/build/protos/google/cloud/discoveryengine/v1alpha/schema.proto +312 -0
  17. package/build/protos/google/cloud/discoveryengine/v1alpha/schema_service.proto +260 -0
  18. package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +874 -0
  19. package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine_service.proto +152 -0
  20. package/build/protos/google/cloud/discoveryengine/v1alpha/user_event.proto +475 -0
  21. package/build/protos/google/cloud/discoveryengine/v1alpha/user_event_service.proto +154 -0
  22. package/build/protos/protos.d.ts +16365 -7
  23. package/build/protos/protos.js +42499 -1945
  24. package/build/protos/protos.json +4455 -5
  25. package/build/src/index.d.ts +3 -1
  26. package/build/src/index.js +4 -1
  27. package/build/src/v1alpha/completion_service_client.d.ts +645 -0
  28. package/build/src/v1alpha/completion_service_client.js +901 -0
  29. package/build/src/v1alpha/completion_service_client_config.json +43 -0
  30. package/build/src/v1alpha/conversational_search_service_client.d.ts +1040 -0
  31. package/build/src/v1alpha/conversational_search_service_client.js +1333 -0
  32. package/build/src/v1alpha/conversational_search_service_client_config.json +68 -0
  33. package/build/src/v1alpha/data_store_service_client.d.ts +1060 -0
  34. package/build/src/v1alpha/data_store_service_client.js +1431 -0
  35. package/build/src/v1alpha/data_store_service_client_config.json +46 -0
  36. package/build/src/v1alpha/document_service_client.d.ts +1257 -0
  37. package/build/src/v1alpha/document_service_client.js +1555 -0
  38. package/build/src/v1alpha/document_service_client_config.json +82 -0
  39. package/build/src/v1alpha/engine_service_client.d.ts +1079 -0
  40. package/build/src/v1alpha/engine_service_client.js +1481 -0
  41. package/build/src/v1alpha/engine_service_client_config.json +58 -0
  42. package/build/src/v1alpha/index.d.ts +10 -0
  43. package/build/src/v1alpha/index.js +41 -0
  44. package/build/src/v1alpha/recommendation_service_client.d.ts +858 -0
  45. package/build/src/v1alpha/recommendation_service_client.js +1100 -0
  46. package/build/src/v1alpha/recommendation_service_client_config.json +43 -0
  47. package/build/src/v1alpha/schema_service_client.d.ts +977 -0
  48. package/build/src/v1alpha/schema_service_client.js +1385 -0
  49. package/build/src/v1alpha/schema_service_client_config.json +63 -0
  50. package/build/src/v1alpha/search_service_client.d.ts +1394 -0
  51. package/build/src/v1alpha/search_service_client.js +1640 -0
  52. package/build/src/v1alpha/search_service_client_config.json +43 -0
  53. package/build/src/v1alpha/site_search_engine_service_client.d.ts +821 -0
  54. package/build/src/v1alpha/site_search_engine_service_client.js +1249 -0
  55. package/build/src/v1alpha/site_search_engine_service_client_config.json +30 -0
  56. package/build/src/v1alpha/user_event_service_client.d.ts +895 -0
  57. package/build/src/v1alpha/user_event_service_client.js +1232 -0
  58. package/build/src/v1alpha/user_event_service_client_config.json +67 -0
  59. package/package.json +5 -5
@@ -2529,6 +2529,4172 @@
2529
2529
  }
2530
2530
  }
2531
2531
  },
2532
+ "v1alpha": {
2533
+ "options": {
2534
+ "csharp_namespace": "Google.Cloud.DiscoveryEngine.V1Alpha",
2535
+ "go_package": "cloud.google.com/go/discoveryengine/apiv1alpha/discoveryenginepb;discoveryenginepb",
2536
+ "java_multiple_files": true,
2537
+ "java_outer_classname": "UserEventServiceProto",
2538
+ "java_package": "com.google.cloud.discoveryengine.v1alpha",
2539
+ "objc_class_prefix": "DISCOVERYENGINE",
2540
+ "php_namespace": "Google\\Cloud\\DiscoveryEngine\\V1alpha",
2541
+ "ruby_package": "Google::Cloud::DiscoveryEngine::V1alpha",
2542
+ "(google.api.resource_definition).type": "discoveryengine.googleapis.com/SiteSearchEngine",
2543
+ "(google.api.resource_definition).pattern": "projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine"
2544
+ },
2545
+ "nested": {
2546
+ "IndustryVertical": {
2547
+ "values": {
2548
+ "INDUSTRY_VERTICAL_UNSPECIFIED": 0,
2549
+ "GENERIC": 1,
2550
+ "MEDIA": 2
2551
+ }
2552
+ },
2553
+ "SolutionType": {
2554
+ "values": {
2555
+ "SOLUTION_TYPE_UNSPECIFIED": 0,
2556
+ "SOLUTION_TYPE_RECOMMENDATION": 1,
2557
+ "SOLUTION_TYPE_SEARCH": 2,
2558
+ "SOLUTION_TYPE_CHAT": 3
2559
+ }
2560
+ },
2561
+ "SearchTier": {
2562
+ "values": {
2563
+ "SEARCH_TIER_UNSPECIFIED": 0,
2564
+ "SEARCH_TIER_STANDARD": 1,
2565
+ "SEARCH_TIER_ENTERPRISE": 2
2566
+ }
2567
+ },
2568
+ "SearchAddOn": {
2569
+ "values": {
2570
+ "SEARCH_ADD_ON_UNSPECIFIED": 0,
2571
+ "SEARCH_ADD_ON_LLM": 1
2572
+ }
2573
+ },
2574
+ "Interval": {
2575
+ "oneofs": {
2576
+ "min": {
2577
+ "oneof": [
2578
+ "minimum",
2579
+ "exclusiveMinimum"
2580
+ ]
2581
+ },
2582
+ "max": {
2583
+ "oneof": [
2584
+ "maximum",
2585
+ "exclusiveMaximum"
2586
+ ]
2587
+ }
2588
+ },
2589
+ "fields": {
2590
+ "minimum": {
2591
+ "type": "double",
2592
+ "id": 1
2593
+ },
2594
+ "exclusiveMinimum": {
2595
+ "type": "double",
2596
+ "id": 2
2597
+ },
2598
+ "maximum": {
2599
+ "type": "double",
2600
+ "id": 3
2601
+ },
2602
+ "exclusiveMaximum": {
2603
+ "type": "double",
2604
+ "id": 4
2605
+ }
2606
+ }
2607
+ },
2608
+ "CustomAttribute": {
2609
+ "fields": {
2610
+ "text": {
2611
+ "rule": "repeated",
2612
+ "type": "string",
2613
+ "id": 1
2614
+ },
2615
+ "numbers": {
2616
+ "rule": "repeated",
2617
+ "type": "double",
2618
+ "id": 2
2619
+ }
2620
+ }
2621
+ },
2622
+ "UserInfo": {
2623
+ "fields": {
2624
+ "userId": {
2625
+ "type": "string",
2626
+ "id": 1
2627
+ },
2628
+ "userAgent": {
2629
+ "type": "string",
2630
+ "id": 2
2631
+ }
2632
+ }
2633
+ },
2634
+ "DoubleList": {
2635
+ "fields": {
2636
+ "values": {
2637
+ "rule": "repeated",
2638
+ "type": "double",
2639
+ "id": 1
2640
+ }
2641
+ }
2642
+ },
2643
+ "CompletionService": {
2644
+ "options": {
2645
+ "(google.api.default_host)": "discoveryengine.googleapis.com",
2646
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
2647
+ },
2648
+ "methods": {
2649
+ "CompleteQuery": {
2650
+ "requestType": "CompleteQueryRequest",
2651
+ "responseType": "CompleteQueryResponse",
2652
+ "options": {
2653
+ "(google.api.http).get": "/v1alpha/{data_store=projects/*/locations/*/dataStores/*}:completeQuery",
2654
+ "(google.api.http).additional_bindings.get": "/v1alpha/{data_store=projects/*/locations/*/collections/*/dataStores/*}:completeQuery"
2655
+ },
2656
+ "parsedOptions": [
2657
+ {
2658
+ "(google.api.http)": {
2659
+ "get": "/v1alpha/{data_store=projects/*/locations/*/dataStores/*}:completeQuery",
2660
+ "additional_bindings": {
2661
+ "get": "/v1alpha/{data_store=projects/*/locations/*/collections/*/dataStores/*}:completeQuery"
2662
+ }
2663
+ }
2664
+ }
2665
+ ]
2666
+ }
2667
+ }
2668
+ },
2669
+ "CompleteQueryRequest": {
2670
+ "fields": {
2671
+ "dataStore": {
2672
+ "type": "string",
2673
+ "id": 1,
2674
+ "options": {
2675
+ "(google.api.field_behavior)": "REQUIRED",
2676
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
2677
+ }
2678
+ },
2679
+ "query": {
2680
+ "type": "string",
2681
+ "id": 2,
2682
+ "options": {
2683
+ "(google.api.field_behavior)": "REQUIRED"
2684
+ }
2685
+ },
2686
+ "queryModel": {
2687
+ "type": "string",
2688
+ "id": 3
2689
+ },
2690
+ "userPseudoId": {
2691
+ "type": "string",
2692
+ "id": 4
2693
+ },
2694
+ "includeTailSuggestions": {
2695
+ "type": "bool",
2696
+ "id": 5
2697
+ }
2698
+ }
2699
+ },
2700
+ "CompleteQueryResponse": {
2701
+ "fields": {
2702
+ "querySuggestions": {
2703
+ "rule": "repeated",
2704
+ "type": "QuerySuggestion",
2705
+ "id": 1
2706
+ },
2707
+ "tailMatchTriggered": {
2708
+ "type": "bool",
2709
+ "id": 2
2710
+ }
2711
+ },
2712
+ "nested": {
2713
+ "QuerySuggestion": {
2714
+ "fields": {
2715
+ "suggestion": {
2716
+ "type": "string",
2717
+ "id": 1
2718
+ },
2719
+ "completableFieldPaths": {
2720
+ "rule": "repeated",
2721
+ "type": "string",
2722
+ "id": 2
2723
+ }
2724
+ }
2725
+ }
2726
+ }
2727
+ },
2728
+ "Conversation": {
2729
+ "options": {
2730
+ "(google.api.resource).type": "discoveryengine.googleapis.com/Conversation",
2731
+ "(google.api.resource).pattern": "projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/conversations/{conversation}"
2732
+ },
2733
+ "fields": {
2734
+ "name": {
2735
+ "type": "string",
2736
+ "id": 1,
2737
+ "options": {
2738
+ "(google.api.field_behavior)": "IMMUTABLE"
2739
+ }
2740
+ },
2741
+ "state": {
2742
+ "type": "State",
2743
+ "id": 2
2744
+ },
2745
+ "userPseudoId": {
2746
+ "type": "string",
2747
+ "id": 3
2748
+ },
2749
+ "messages": {
2750
+ "rule": "repeated",
2751
+ "type": "ConversationMessage",
2752
+ "id": 4
2753
+ },
2754
+ "startTime": {
2755
+ "type": "google.protobuf.Timestamp",
2756
+ "id": 5,
2757
+ "options": {
2758
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
2759
+ }
2760
+ },
2761
+ "endTime": {
2762
+ "type": "google.protobuf.Timestamp",
2763
+ "id": 6,
2764
+ "options": {
2765
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
2766
+ }
2767
+ }
2768
+ },
2769
+ "nested": {
2770
+ "State": {
2771
+ "values": {
2772
+ "STATE_UNSPECIFIED": 0,
2773
+ "IN_PROGRESS": 1,
2774
+ "COMPLETED": 2
2775
+ }
2776
+ }
2777
+ }
2778
+ },
2779
+ "Reply": {
2780
+ "fields": {
2781
+ "reply": {
2782
+ "type": "string",
2783
+ "id": 1,
2784
+ "options": {
2785
+ "deprecated": true
2786
+ }
2787
+ },
2788
+ "references": {
2789
+ "rule": "repeated",
2790
+ "type": "Reference",
2791
+ "id": 2,
2792
+ "options": {
2793
+ "deprecated": true
2794
+ }
2795
+ },
2796
+ "summary": {
2797
+ "type": "SearchResponse.Summary",
2798
+ "id": 3
2799
+ }
2800
+ },
2801
+ "nested": {
2802
+ "Reference": {
2803
+ "options": {
2804
+ "deprecated": true
2805
+ },
2806
+ "fields": {
2807
+ "uri": {
2808
+ "type": "string",
2809
+ "id": 1
2810
+ },
2811
+ "anchorText": {
2812
+ "type": "string",
2813
+ "id": 2
2814
+ },
2815
+ "start": {
2816
+ "type": "int32",
2817
+ "id": 3
2818
+ },
2819
+ "end": {
2820
+ "type": "int32",
2821
+ "id": 4
2822
+ }
2823
+ }
2824
+ }
2825
+ }
2826
+ },
2827
+ "ConversationContext": {
2828
+ "fields": {
2829
+ "contextDocuments": {
2830
+ "rule": "repeated",
2831
+ "type": "string",
2832
+ "id": 1
2833
+ },
2834
+ "activeDocument": {
2835
+ "type": "string",
2836
+ "id": 2
2837
+ }
2838
+ }
2839
+ },
2840
+ "TextInput": {
2841
+ "fields": {
2842
+ "input": {
2843
+ "type": "string",
2844
+ "id": 1
2845
+ },
2846
+ "context": {
2847
+ "type": "ConversationContext",
2848
+ "id": 2
2849
+ }
2850
+ }
2851
+ },
2852
+ "ConversationMessage": {
2853
+ "oneofs": {
2854
+ "message": {
2855
+ "oneof": [
2856
+ "userInput",
2857
+ "reply"
2858
+ ]
2859
+ }
2860
+ },
2861
+ "fields": {
2862
+ "userInput": {
2863
+ "type": "TextInput",
2864
+ "id": 1
2865
+ },
2866
+ "reply": {
2867
+ "type": "Reply",
2868
+ "id": 2
2869
+ },
2870
+ "createTime": {
2871
+ "type": "google.protobuf.Timestamp",
2872
+ "id": 3,
2873
+ "options": {
2874
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
2875
+ }
2876
+ }
2877
+ }
2878
+ },
2879
+ "SearchService": {
2880
+ "options": {
2881
+ "(google.api.default_host)": "discoveryengine.googleapis.com",
2882
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
2883
+ },
2884
+ "methods": {
2885
+ "Search": {
2886
+ "requestType": "SearchRequest",
2887
+ "responseType": "SearchResponse",
2888
+ "options": {
2889
+ "(google.api.http).post": "/v1alpha/{serving_config=projects/*/locations/*/dataStores/*/servingConfigs/*}:search",
2890
+ "(google.api.http).body": "*",
2891
+ "(google.api.http).additional_bindings.post": "/v1alpha/{serving_config=projects/*/locations/*/collections/*/engines/*/servingConfigs/*}:search",
2892
+ "(google.api.http).additional_bindings.body": "*"
2893
+ },
2894
+ "parsedOptions": [
2895
+ {
2896
+ "(google.api.http)": {
2897
+ "post": "/v1alpha/{serving_config=projects/*/locations/*/dataStores/*/servingConfigs/*}:search",
2898
+ "body": "*",
2899
+ "additional_bindings": [
2900
+ {
2901
+ "post": "/v1alpha/{serving_config=projects/*/locations/*/collections/*/dataStores/*/servingConfigs/*}:search",
2902
+ "body": "*"
2903
+ },
2904
+ {
2905
+ "post": "/v1alpha/{serving_config=projects/*/locations/*/collections/*/engines/*/servingConfigs/*}:search",
2906
+ "body": "*"
2907
+ }
2908
+ ]
2909
+ }
2910
+ }
2911
+ ]
2912
+ }
2913
+ }
2914
+ },
2915
+ "SearchRequest": {
2916
+ "fields": {
2917
+ "servingConfig": {
2918
+ "type": "string",
2919
+ "id": 1,
2920
+ "options": {
2921
+ "(google.api.field_behavior)": "REQUIRED",
2922
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/ServingConfig"
2923
+ }
2924
+ },
2925
+ "branch": {
2926
+ "type": "string",
2927
+ "id": 2,
2928
+ "options": {
2929
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Branch"
2930
+ }
2931
+ },
2932
+ "query": {
2933
+ "type": "string",
2934
+ "id": 3
2935
+ },
2936
+ "imageQuery": {
2937
+ "type": "ImageQuery",
2938
+ "id": 19
2939
+ },
2940
+ "pageSize": {
2941
+ "type": "int32",
2942
+ "id": 4
2943
+ },
2944
+ "pageToken": {
2945
+ "type": "string",
2946
+ "id": 5
2947
+ },
2948
+ "offset": {
2949
+ "type": "int32",
2950
+ "id": 6
2951
+ },
2952
+ "filter": {
2953
+ "type": "string",
2954
+ "id": 7
2955
+ },
2956
+ "orderBy": {
2957
+ "type": "string",
2958
+ "id": 8
2959
+ },
2960
+ "userInfo": {
2961
+ "type": "UserInfo",
2962
+ "id": 21
2963
+ },
2964
+ "facetSpecs": {
2965
+ "rule": "repeated",
2966
+ "type": "FacetSpec",
2967
+ "id": 9
2968
+ },
2969
+ "boostSpec": {
2970
+ "type": "BoostSpec",
2971
+ "id": 10
2972
+ },
2973
+ "params": {
2974
+ "keyType": "string",
2975
+ "type": "google.protobuf.Value",
2976
+ "id": 11
2977
+ },
2978
+ "queryExpansionSpec": {
2979
+ "type": "QueryExpansionSpec",
2980
+ "id": 13
2981
+ },
2982
+ "spellCorrectionSpec": {
2983
+ "type": "SpellCorrectionSpec",
2984
+ "id": 14
2985
+ },
2986
+ "userPseudoId": {
2987
+ "type": "string",
2988
+ "id": 15
2989
+ },
2990
+ "contentSearchSpec": {
2991
+ "type": "ContentSearchSpec",
2992
+ "id": 24
2993
+ },
2994
+ "embeddingSpec": {
2995
+ "type": "EmbeddingSpec",
2996
+ "id": 23
2997
+ },
2998
+ "rankingExpression": {
2999
+ "type": "string",
3000
+ "id": 26
3001
+ },
3002
+ "safeSearch": {
3003
+ "type": "bool",
3004
+ "id": 20
3005
+ },
3006
+ "userLabels": {
3007
+ "keyType": "string",
3008
+ "type": "string",
3009
+ "id": 22
3010
+ }
3011
+ },
3012
+ "nested": {
3013
+ "ImageQuery": {
3014
+ "oneofs": {
3015
+ "image": {
3016
+ "oneof": [
3017
+ "imageBytes"
3018
+ ]
3019
+ }
3020
+ },
3021
+ "fields": {
3022
+ "imageBytes": {
3023
+ "type": "string",
3024
+ "id": 1
3025
+ }
3026
+ }
3027
+ },
3028
+ "FacetSpec": {
3029
+ "fields": {
3030
+ "facetKey": {
3031
+ "type": "FacetKey",
3032
+ "id": 1,
3033
+ "options": {
3034
+ "(google.api.field_behavior)": "REQUIRED"
3035
+ }
3036
+ },
3037
+ "limit": {
3038
+ "type": "int32",
3039
+ "id": 2
3040
+ },
3041
+ "excludedFilterKeys": {
3042
+ "rule": "repeated",
3043
+ "type": "string",
3044
+ "id": 3
3045
+ },
3046
+ "enableDynamicPosition": {
3047
+ "type": "bool",
3048
+ "id": 4
3049
+ }
3050
+ },
3051
+ "nested": {
3052
+ "FacetKey": {
3053
+ "fields": {
3054
+ "key": {
3055
+ "type": "string",
3056
+ "id": 1,
3057
+ "options": {
3058
+ "(google.api.field_behavior)": "REQUIRED"
3059
+ }
3060
+ },
3061
+ "intervals": {
3062
+ "rule": "repeated",
3063
+ "type": "Interval",
3064
+ "id": 2
3065
+ },
3066
+ "restrictedValues": {
3067
+ "rule": "repeated",
3068
+ "type": "string",
3069
+ "id": 3
3070
+ },
3071
+ "prefixes": {
3072
+ "rule": "repeated",
3073
+ "type": "string",
3074
+ "id": 4
3075
+ },
3076
+ "contains": {
3077
+ "rule": "repeated",
3078
+ "type": "string",
3079
+ "id": 5
3080
+ },
3081
+ "caseInsensitive": {
3082
+ "type": "bool",
3083
+ "id": 6
3084
+ },
3085
+ "orderBy": {
3086
+ "type": "string",
3087
+ "id": 7
3088
+ }
3089
+ }
3090
+ }
3091
+ }
3092
+ },
3093
+ "BoostSpec": {
3094
+ "fields": {
3095
+ "conditionBoostSpecs": {
3096
+ "rule": "repeated",
3097
+ "type": "ConditionBoostSpec",
3098
+ "id": 1
3099
+ }
3100
+ },
3101
+ "nested": {
3102
+ "ConditionBoostSpec": {
3103
+ "fields": {
3104
+ "condition": {
3105
+ "type": "string",
3106
+ "id": 1
3107
+ },
3108
+ "boost": {
3109
+ "type": "float",
3110
+ "id": 2
3111
+ }
3112
+ }
3113
+ }
3114
+ }
3115
+ },
3116
+ "QueryExpansionSpec": {
3117
+ "fields": {
3118
+ "condition": {
3119
+ "type": "Condition",
3120
+ "id": 1
3121
+ },
3122
+ "pinUnexpandedResults": {
3123
+ "type": "bool",
3124
+ "id": 2
3125
+ }
3126
+ },
3127
+ "nested": {
3128
+ "Condition": {
3129
+ "values": {
3130
+ "CONDITION_UNSPECIFIED": 0,
3131
+ "DISABLED": 1,
3132
+ "AUTO": 2
3133
+ }
3134
+ }
3135
+ }
3136
+ },
3137
+ "SpellCorrectionSpec": {
3138
+ "fields": {
3139
+ "mode": {
3140
+ "type": "Mode",
3141
+ "id": 1
3142
+ }
3143
+ },
3144
+ "nested": {
3145
+ "Mode": {
3146
+ "values": {
3147
+ "MODE_UNSPECIFIED": 0,
3148
+ "SUGGESTION_ONLY": 1,
3149
+ "AUTO": 2
3150
+ }
3151
+ }
3152
+ }
3153
+ },
3154
+ "ContentSearchSpec": {
3155
+ "fields": {
3156
+ "snippetSpec": {
3157
+ "type": "SnippetSpec",
3158
+ "id": 1
3159
+ },
3160
+ "summarySpec": {
3161
+ "type": "SummarySpec",
3162
+ "id": 2
3163
+ },
3164
+ "extractiveContentSpec": {
3165
+ "type": "ExtractiveContentSpec",
3166
+ "id": 3
3167
+ }
3168
+ },
3169
+ "nested": {
3170
+ "SnippetSpec": {
3171
+ "fields": {
3172
+ "maxSnippetCount": {
3173
+ "type": "int32",
3174
+ "id": 1,
3175
+ "options": {
3176
+ "deprecated": true
3177
+ }
3178
+ },
3179
+ "referenceOnly": {
3180
+ "type": "bool",
3181
+ "id": 2,
3182
+ "options": {
3183
+ "deprecated": true
3184
+ }
3185
+ },
3186
+ "returnSnippet": {
3187
+ "type": "bool",
3188
+ "id": 3
3189
+ }
3190
+ }
3191
+ },
3192
+ "SummarySpec": {
3193
+ "fields": {
3194
+ "summaryResultCount": {
3195
+ "type": "int32",
3196
+ "id": 1
3197
+ },
3198
+ "includeCitations": {
3199
+ "type": "bool",
3200
+ "id": 2
3201
+ },
3202
+ "ignoreAdversarialQuery": {
3203
+ "type": "bool",
3204
+ "id": 3
3205
+ },
3206
+ "ignoreNonSummarySeekingQuery": {
3207
+ "type": "bool",
3208
+ "id": 4
3209
+ },
3210
+ "languageCode": {
3211
+ "type": "string",
3212
+ "id": 6
3213
+ }
3214
+ }
3215
+ },
3216
+ "ExtractiveContentSpec": {
3217
+ "fields": {
3218
+ "maxExtractiveAnswerCount": {
3219
+ "type": "int32",
3220
+ "id": 1
3221
+ },
3222
+ "maxExtractiveSegmentCount": {
3223
+ "type": "int32",
3224
+ "id": 2
3225
+ },
3226
+ "returnExtractiveSegmentScore": {
3227
+ "type": "bool",
3228
+ "id": 3
3229
+ },
3230
+ "numPreviousSegments": {
3231
+ "type": "int32",
3232
+ "id": 4
3233
+ },
3234
+ "numNextSegments": {
3235
+ "type": "int32",
3236
+ "id": 5
3237
+ }
3238
+ }
3239
+ }
3240
+ }
3241
+ },
3242
+ "EmbeddingSpec": {
3243
+ "fields": {
3244
+ "embeddingVectors": {
3245
+ "rule": "repeated",
3246
+ "type": "EmbeddingVector",
3247
+ "id": 1
3248
+ }
3249
+ },
3250
+ "nested": {
3251
+ "EmbeddingVector": {
3252
+ "fields": {
3253
+ "fieldPath": {
3254
+ "type": "string",
3255
+ "id": 1
3256
+ },
3257
+ "vector": {
3258
+ "rule": "repeated",
3259
+ "type": "float",
3260
+ "id": 2
3261
+ }
3262
+ }
3263
+ }
3264
+ }
3265
+ }
3266
+ }
3267
+ },
3268
+ "SearchResponse": {
3269
+ "fields": {
3270
+ "results": {
3271
+ "rule": "repeated",
3272
+ "type": "SearchResult",
3273
+ "id": 1
3274
+ },
3275
+ "facets": {
3276
+ "rule": "repeated",
3277
+ "type": "Facet",
3278
+ "id": 2
3279
+ },
3280
+ "guidedSearchResult": {
3281
+ "type": "GuidedSearchResult",
3282
+ "id": 8
3283
+ },
3284
+ "totalSize": {
3285
+ "type": "int32",
3286
+ "id": 3
3287
+ },
3288
+ "attributionToken": {
3289
+ "type": "string",
3290
+ "id": 4
3291
+ },
3292
+ "redirectUri": {
3293
+ "type": "string",
3294
+ "id": 12
3295
+ },
3296
+ "nextPageToken": {
3297
+ "type": "string",
3298
+ "id": 5
3299
+ },
3300
+ "correctedQuery": {
3301
+ "type": "string",
3302
+ "id": 7
3303
+ },
3304
+ "summary": {
3305
+ "type": "Summary",
3306
+ "id": 9
3307
+ },
3308
+ "appliedControls": {
3309
+ "rule": "repeated",
3310
+ "type": "string",
3311
+ "id": 10
3312
+ },
3313
+ "geoSearchDebugInfo": {
3314
+ "rule": "repeated",
3315
+ "type": "GeoSearchDebugInfo",
3316
+ "id": 16
3317
+ },
3318
+ "queryExpansionInfo": {
3319
+ "type": "QueryExpansionInfo",
3320
+ "id": 14
3321
+ }
3322
+ },
3323
+ "nested": {
3324
+ "SearchResult": {
3325
+ "fields": {
3326
+ "id": {
3327
+ "type": "string",
3328
+ "id": 1
3329
+ },
3330
+ "document": {
3331
+ "type": "Document",
3332
+ "id": 2
3333
+ },
3334
+ "modelScores": {
3335
+ "keyType": "string",
3336
+ "type": "DoubleList",
3337
+ "id": 4
3338
+ }
3339
+ }
3340
+ },
3341
+ "Facet": {
3342
+ "fields": {
3343
+ "key": {
3344
+ "type": "string",
3345
+ "id": 1
3346
+ },
3347
+ "values": {
3348
+ "rule": "repeated",
3349
+ "type": "FacetValue",
3350
+ "id": 2
3351
+ },
3352
+ "dynamicFacet": {
3353
+ "type": "bool",
3354
+ "id": 3
3355
+ }
3356
+ },
3357
+ "nested": {
3358
+ "FacetValue": {
3359
+ "oneofs": {
3360
+ "facetValue": {
3361
+ "oneof": [
3362
+ "value",
3363
+ "interval"
3364
+ ]
3365
+ }
3366
+ },
3367
+ "fields": {
3368
+ "value": {
3369
+ "type": "string",
3370
+ "id": 1
3371
+ },
3372
+ "interval": {
3373
+ "type": "Interval",
3374
+ "id": 2
3375
+ },
3376
+ "count": {
3377
+ "type": "int64",
3378
+ "id": 3
3379
+ }
3380
+ }
3381
+ }
3382
+ }
3383
+ },
3384
+ "GuidedSearchResult": {
3385
+ "fields": {
3386
+ "refinementAttributes": {
3387
+ "rule": "repeated",
3388
+ "type": "RefinementAttribute",
3389
+ "id": 1
3390
+ },
3391
+ "followUpQuestions": {
3392
+ "rule": "repeated",
3393
+ "type": "string",
3394
+ "id": 2
3395
+ }
3396
+ },
3397
+ "nested": {
3398
+ "RefinementAttribute": {
3399
+ "fields": {
3400
+ "attributeKey": {
3401
+ "type": "string",
3402
+ "id": 1
3403
+ },
3404
+ "attributeValue": {
3405
+ "type": "string",
3406
+ "id": 2
3407
+ }
3408
+ }
3409
+ }
3410
+ }
3411
+ },
3412
+ "Summary": {
3413
+ "fields": {
3414
+ "summaryText": {
3415
+ "type": "string",
3416
+ "id": 1
3417
+ },
3418
+ "summarySkippedReasons": {
3419
+ "rule": "repeated",
3420
+ "type": "SummarySkippedReason",
3421
+ "id": 2
3422
+ },
3423
+ "safetyAttributes": {
3424
+ "type": "SafetyAttributes",
3425
+ "id": 3
3426
+ }
3427
+ },
3428
+ "nested": {
3429
+ "SafetyAttributes": {
3430
+ "fields": {
3431
+ "categories": {
3432
+ "rule": "repeated",
3433
+ "type": "string",
3434
+ "id": 1
3435
+ },
3436
+ "scores": {
3437
+ "rule": "repeated",
3438
+ "type": "float",
3439
+ "id": 2
3440
+ }
3441
+ }
3442
+ },
3443
+ "SummarySkippedReason": {
3444
+ "values": {
3445
+ "SUMMARY_SKIPPED_REASON_UNSPECIFIED": 0,
3446
+ "ADVERSARIAL_QUERY_IGNORED": 1,
3447
+ "NON_SUMMARY_SEEKING_QUERY_IGNORED": 2,
3448
+ "OUT_OF_DOMAIN_QUERY_IGNORED": 3,
3449
+ "POTENTIAL_POLICY_VIOLATION": 4,
3450
+ "LLM_ADDON_NOT_ENABLED": 5
3451
+ }
3452
+ }
3453
+ }
3454
+ },
3455
+ "GeoSearchDebugInfo": {
3456
+ "fields": {
3457
+ "originalAddressQuery": {
3458
+ "type": "string",
3459
+ "id": 1
3460
+ },
3461
+ "errorMessage": {
3462
+ "type": "string",
3463
+ "id": 2
3464
+ }
3465
+ }
3466
+ },
3467
+ "QueryExpansionInfo": {
3468
+ "fields": {
3469
+ "expandedQuery": {
3470
+ "type": "bool",
3471
+ "id": 1
3472
+ },
3473
+ "pinnedResultCount": {
3474
+ "type": "int64",
3475
+ "id": 2
3476
+ }
3477
+ }
3478
+ }
3479
+ }
3480
+ },
3481
+ "Document": {
3482
+ "options": {
3483
+ "(google.api.resource).type": "discoveryengine.googleapis.com/Document",
3484
+ "(google.api.resource).pattern": "projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}"
3485
+ },
3486
+ "oneofs": {
3487
+ "data": {
3488
+ "oneof": [
3489
+ "structData",
3490
+ "jsonData"
3491
+ ]
3492
+ }
3493
+ },
3494
+ "fields": {
3495
+ "structData": {
3496
+ "type": "google.protobuf.Struct",
3497
+ "id": 4
3498
+ },
3499
+ "jsonData": {
3500
+ "type": "string",
3501
+ "id": 5
3502
+ },
3503
+ "name": {
3504
+ "type": "string",
3505
+ "id": 1,
3506
+ "options": {
3507
+ "(google.api.field_behavior)": "IMMUTABLE"
3508
+ }
3509
+ },
3510
+ "id": {
3511
+ "type": "string",
3512
+ "id": 2,
3513
+ "options": {
3514
+ "(google.api.field_behavior)": "IMMUTABLE"
3515
+ }
3516
+ },
3517
+ "schemaId": {
3518
+ "type": "string",
3519
+ "id": 3
3520
+ },
3521
+ "content": {
3522
+ "type": "Content",
3523
+ "id": 10
3524
+ },
3525
+ "parentDocumentId": {
3526
+ "type": "string",
3527
+ "id": 7
3528
+ },
3529
+ "derivedStructData": {
3530
+ "type": "google.protobuf.Struct",
3531
+ "id": 6,
3532
+ "options": {
3533
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
3534
+ }
3535
+ }
3536
+ },
3537
+ "nested": {
3538
+ "Content": {
3539
+ "oneofs": {
3540
+ "content": {
3541
+ "oneof": [
3542
+ "rawBytes",
3543
+ "uri"
3544
+ ]
3545
+ }
3546
+ },
3547
+ "fields": {
3548
+ "rawBytes": {
3549
+ "type": "bytes",
3550
+ "id": 2
3551
+ },
3552
+ "uri": {
3553
+ "type": "string",
3554
+ "id": 3
3555
+ },
3556
+ "mimeType": {
3557
+ "type": "string",
3558
+ "id": 1
3559
+ }
3560
+ }
3561
+ }
3562
+ }
3563
+ },
3564
+ "ConversationalSearchService": {
3565
+ "options": {
3566
+ "(google.api.default_host)": "discoveryengine.googleapis.com",
3567
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
3568
+ },
3569
+ "methods": {
3570
+ "ConverseConversation": {
3571
+ "requestType": "ConverseConversationRequest",
3572
+ "responseType": "ConverseConversationResponse",
3573
+ "options": {
3574
+ "(google.api.http).post": "/v1alpha/{name=projects/*/locations/*/dataStores/*/conversations/*}:converse",
3575
+ "(google.api.http).body": "*",
3576
+ "(google.api.http).additional_bindings.post": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/conversations/*}:converse",
3577
+ "(google.api.http).additional_bindings.body": "*",
3578
+ "(google.api.method_signature)": "name,query"
3579
+ },
3580
+ "parsedOptions": [
3581
+ {
3582
+ "(google.api.http)": {
3583
+ "post": "/v1alpha/{name=projects/*/locations/*/dataStores/*/conversations/*}:converse",
3584
+ "body": "*",
3585
+ "additional_bindings": {
3586
+ "post": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/conversations/*}:converse",
3587
+ "body": "*"
3588
+ }
3589
+ }
3590
+ },
3591
+ {
3592
+ "(google.api.method_signature)": "name,query"
3593
+ }
3594
+ ]
3595
+ },
3596
+ "CreateConversation": {
3597
+ "requestType": "CreateConversationRequest",
3598
+ "responseType": "Conversation",
3599
+ "options": {
3600
+ "(google.api.http).post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/conversations",
3601
+ "(google.api.http).body": "conversation",
3602
+ "(google.api.http).additional_bindings.post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/conversations",
3603
+ "(google.api.http).additional_bindings.body": "conversation",
3604
+ "(google.api.method_signature)": "parent,conversation"
3605
+ },
3606
+ "parsedOptions": [
3607
+ {
3608
+ "(google.api.http)": {
3609
+ "post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/conversations",
3610
+ "body": "conversation",
3611
+ "additional_bindings": {
3612
+ "post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/conversations",
3613
+ "body": "conversation"
3614
+ }
3615
+ }
3616
+ },
3617
+ {
3618
+ "(google.api.method_signature)": "parent,conversation"
3619
+ }
3620
+ ]
3621
+ },
3622
+ "DeleteConversation": {
3623
+ "requestType": "DeleteConversationRequest",
3624
+ "responseType": "google.protobuf.Empty",
3625
+ "options": {
3626
+ "(google.api.http).delete": "/v1alpha/{name=projects/*/locations/*/dataStores/*/conversations/*}",
3627
+ "(google.api.http).additional_bindings.delete": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/conversations/*}",
3628
+ "(google.api.method_signature)": "name"
3629
+ },
3630
+ "parsedOptions": [
3631
+ {
3632
+ "(google.api.http)": {
3633
+ "delete": "/v1alpha/{name=projects/*/locations/*/dataStores/*/conversations/*}",
3634
+ "additional_bindings": {
3635
+ "delete": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/conversations/*}"
3636
+ }
3637
+ }
3638
+ },
3639
+ {
3640
+ "(google.api.method_signature)": "name"
3641
+ }
3642
+ ]
3643
+ },
3644
+ "UpdateConversation": {
3645
+ "requestType": "UpdateConversationRequest",
3646
+ "responseType": "Conversation",
3647
+ "options": {
3648
+ "(google.api.http).patch": "/v1alpha/{conversation.name=projects/*/locations/*/dataStores/*/conversations/*}",
3649
+ "(google.api.http).body": "conversation",
3650
+ "(google.api.http).additional_bindings.patch": "/v1alpha/{conversation.name=projects/*/locations/*/collections/*/dataStores/*/conversations/*}",
3651
+ "(google.api.http).additional_bindings.body": "conversation",
3652
+ "(google.api.method_signature)": "conversation,update_mask"
3653
+ },
3654
+ "parsedOptions": [
3655
+ {
3656
+ "(google.api.http)": {
3657
+ "patch": "/v1alpha/{conversation.name=projects/*/locations/*/dataStores/*/conversations/*}",
3658
+ "body": "conversation",
3659
+ "additional_bindings": {
3660
+ "patch": "/v1alpha/{conversation.name=projects/*/locations/*/collections/*/dataStores/*/conversations/*}",
3661
+ "body": "conversation"
3662
+ }
3663
+ }
3664
+ },
3665
+ {
3666
+ "(google.api.method_signature)": "conversation,update_mask"
3667
+ }
3668
+ ]
3669
+ },
3670
+ "GetConversation": {
3671
+ "requestType": "GetConversationRequest",
3672
+ "responseType": "Conversation",
3673
+ "options": {
3674
+ "(google.api.http).get": "/v1alpha/{name=projects/*/locations/*/dataStores/*/conversations/*}",
3675
+ "(google.api.http).additional_bindings.get": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/conversations/*}",
3676
+ "(google.api.method_signature)": "name"
3677
+ },
3678
+ "parsedOptions": [
3679
+ {
3680
+ "(google.api.http)": {
3681
+ "get": "/v1alpha/{name=projects/*/locations/*/dataStores/*/conversations/*}",
3682
+ "additional_bindings": {
3683
+ "get": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/conversations/*}"
3684
+ }
3685
+ }
3686
+ },
3687
+ {
3688
+ "(google.api.method_signature)": "name"
3689
+ }
3690
+ ]
3691
+ },
3692
+ "ListConversations": {
3693
+ "requestType": "ListConversationsRequest",
3694
+ "responseType": "ListConversationsResponse",
3695
+ "options": {
3696
+ "(google.api.http).get": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/conversations",
3697
+ "(google.api.http).additional_bindings.get": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/conversations",
3698
+ "(google.api.method_signature)": "parent"
3699
+ },
3700
+ "parsedOptions": [
3701
+ {
3702
+ "(google.api.http)": {
3703
+ "get": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/conversations",
3704
+ "additional_bindings": {
3705
+ "get": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/conversations"
3706
+ }
3707
+ }
3708
+ },
3709
+ {
3710
+ "(google.api.method_signature)": "parent"
3711
+ }
3712
+ ]
3713
+ }
3714
+ }
3715
+ },
3716
+ "ConverseConversationRequest": {
3717
+ "fields": {
3718
+ "name": {
3719
+ "type": "string",
3720
+ "id": 1,
3721
+ "options": {
3722
+ "(google.api.field_behavior)": "REQUIRED",
3723
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Conversation"
3724
+ }
3725
+ },
3726
+ "query": {
3727
+ "type": "TextInput",
3728
+ "id": 2,
3729
+ "options": {
3730
+ "(google.api.field_behavior)": "REQUIRED"
3731
+ }
3732
+ },
3733
+ "servingConfig": {
3734
+ "type": "string",
3735
+ "id": 3,
3736
+ "options": {
3737
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/ServingConfig"
3738
+ }
3739
+ },
3740
+ "conversation": {
3741
+ "type": "Conversation",
3742
+ "id": 5
3743
+ },
3744
+ "safeSearch": {
3745
+ "type": "bool",
3746
+ "id": 6
3747
+ },
3748
+ "userLabels": {
3749
+ "keyType": "string",
3750
+ "type": "string",
3751
+ "id": 7
3752
+ },
3753
+ "summarySpec": {
3754
+ "type": "SearchRequest.ContentSearchSpec.SummarySpec",
3755
+ "id": 8
3756
+ }
3757
+ }
3758
+ },
3759
+ "ConverseConversationResponse": {
3760
+ "fields": {
3761
+ "reply": {
3762
+ "type": "Reply",
3763
+ "id": 1
3764
+ },
3765
+ "conversation": {
3766
+ "type": "Conversation",
3767
+ "id": 2
3768
+ },
3769
+ "relatedQuestions": {
3770
+ "rule": "repeated",
3771
+ "type": "string",
3772
+ "id": 6
3773
+ },
3774
+ "searchResults": {
3775
+ "rule": "repeated",
3776
+ "type": "SearchResponse.SearchResult",
3777
+ "id": 3
3778
+ }
3779
+ }
3780
+ },
3781
+ "CreateConversationRequest": {
3782
+ "fields": {
3783
+ "parent": {
3784
+ "type": "string",
3785
+ "id": 1,
3786
+ "options": {
3787
+ "(google.api.field_behavior)": "REQUIRED",
3788
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
3789
+ }
3790
+ },
3791
+ "conversation": {
3792
+ "type": "Conversation",
3793
+ "id": 2,
3794
+ "options": {
3795
+ "(google.api.field_behavior)": "REQUIRED"
3796
+ }
3797
+ }
3798
+ }
3799
+ },
3800
+ "UpdateConversationRequest": {
3801
+ "fields": {
3802
+ "conversation": {
3803
+ "type": "Conversation",
3804
+ "id": 1,
3805
+ "options": {
3806
+ "(google.api.field_behavior)": "REQUIRED"
3807
+ }
3808
+ },
3809
+ "updateMask": {
3810
+ "type": "google.protobuf.FieldMask",
3811
+ "id": 2
3812
+ }
3813
+ }
3814
+ },
3815
+ "DeleteConversationRequest": {
3816
+ "fields": {
3817
+ "name": {
3818
+ "type": "string",
3819
+ "id": 1,
3820
+ "options": {
3821
+ "(google.api.field_behavior)": "REQUIRED",
3822
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Conversation"
3823
+ }
3824
+ }
3825
+ }
3826
+ },
3827
+ "GetConversationRequest": {
3828
+ "fields": {
3829
+ "name": {
3830
+ "type": "string",
3831
+ "id": 1,
3832
+ "options": {
3833
+ "(google.api.field_behavior)": "REQUIRED",
3834
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Conversation"
3835
+ }
3836
+ }
3837
+ }
3838
+ },
3839
+ "ListConversationsRequest": {
3840
+ "fields": {
3841
+ "parent": {
3842
+ "type": "string",
3843
+ "id": 1,
3844
+ "options": {
3845
+ "(google.api.field_behavior)": "REQUIRED",
3846
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
3847
+ }
3848
+ },
3849
+ "pageSize": {
3850
+ "type": "int32",
3851
+ "id": 2
3852
+ },
3853
+ "pageToken": {
3854
+ "type": "string",
3855
+ "id": 3
3856
+ },
3857
+ "filter": {
3858
+ "type": "string",
3859
+ "id": 4
3860
+ },
3861
+ "orderBy": {
3862
+ "type": "string",
3863
+ "id": 5
3864
+ }
3865
+ }
3866
+ },
3867
+ "ListConversationsResponse": {
3868
+ "fields": {
3869
+ "conversations": {
3870
+ "rule": "repeated",
3871
+ "type": "Conversation",
3872
+ "id": 1
3873
+ },
3874
+ "nextPageToken": {
3875
+ "type": "string",
3876
+ "id": 2
3877
+ }
3878
+ }
3879
+ },
3880
+ "DataStore": {
3881
+ "options": {
3882
+ "(google.api.resource).type": "discoveryengine.googleapis.com/DataStore",
3883
+ "(google.api.resource).pattern": "projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}"
3884
+ },
3885
+ "fields": {
3886
+ "name": {
3887
+ "type": "string",
3888
+ "id": 1,
3889
+ "options": {
3890
+ "(google.api.field_behavior)": "IMMUTABLE"
3891
+ }
3892
+ },
3893
+ "displayName": {
3894
+ "type": "string",
3895
+ "id": 2,
3896
+ "options": {
3897
+ "(google.api.field_behavior)": "REQUIRED"
3898
+ }
3899
+ },
3900
+ "industryVertical": {
3901
+ "type": "IndustryVertical",
3902
+ "id": 3,
3903
+ "options": {
3904
+ "(google.api.field_behavior)": "IMMUTABLE"
3905
+ }
3906
+ },
3907
+ "solutionTypes": {
3908
+ "rule": "repeated",
3909
+ "type": "SolutionType",
3910
+ "id": 5
3911
+ },
3912
+ "defaultSchemaId": {
3913
+ "type": "string",
3914
+ "id": 7,
3915
+ "options": {
3916
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
3917
+ }
3918
+ },
3919
+ "contentConfig": {
3920
+ "type": "ContentConfig",
3921
+ "id": 6,
3922
+ "options": {
3923
+ "(google.api.field_behavior)": "IMMUTABLE"
3924
+ }
3925
+ },
3926
+ "createTime": {
3927
+ "type": "google.protobuf.Timestamp",
3928
+ "id": 4,
3929
+ "options": {
3930
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
3931
+ }
3932
+ }
3933
+ },
3934
+ "nested": {
3935
+ "ContentConfig": {
3936
+ "values": {
3937
+ "CONTENT_CONFIG_UNSPECIFIED": 0,
3938
+ "NO_CONTENT": 1,
3939
+ "CONTENT_REQUIRED": 2,
3940
+ "PUBLIC_WEBSITE": 3
3941
+ }
3942
+ }
3943
+ }
3944
+ },
3945
+ "DataStoreService": {
3946
+ "options": {
3947
+ "(google.api.default_host)": "discoveryengine.googleapis.com",
3948
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
3949
+ },
3950
+ "methods": {
3951
+ "CreateDataStore": {
3952
+ "requestType": "CreateDataStoreRequest",
3953
+ "responseType": "google.longrunning.Operation",
3954
+ "options": {
3955
+ "(google.api.http).post": "/v1alpha/{parent=projects/*/locations/*}/dataStores",
3956
+ "(google.api.http).body": "data_store",
3957
+ "(google.api.http).additional_bindings.post": "/v1alpha/{parent=projects/*/locations/*/collections/*}/dataStores",
3958
+ "(google.api.http).additional_bindings.body": "data_store",
3959
+ "(google.api.method_signature)": "parent,data_store,data_store_id",
3960
+ "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1alpha.DataStore",
3961
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.CreateDataStoreMetadata"
3962
+ },
3963
+ "parsedOptions": [
3964
+ {
3965
+ "(google.api.http)": {
3966
+ "post": "/v1alpha/{parent=projects/*/locations/*}/dataStores",
3967
+ "body": "data_store",
3968
+ "additional_bindings": {
3969
+ "post": "/v1alpha/{parent=projects/*/locations/*/collections/*}/dataStores",
3970
+ "body": "data_store"
3971
+ }
3972
+ }
3973
+ },
3974
+ {
3975
+ "(google.api.method_signature)": "parent,data_store,data_store_id"
3976
+ },
3977
+ {
3978
+ "(google.longrunning.operation_info)": {
3979
+ "response_type": "google.cloud.discoveryengine.v1alpha.DataStore",
3980
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.CreateDataStoreMetadata"
3981
+ }
3982
+ }
3983
+ ]
3984
+ },
3985
+ "GetDataStore": {
3986
+ "requestType": "GetDataStoreRequest",
3987
+ "responseType": "DataStore",
3988
+ "options": {
3989
+ "(google.api.http).get": "/v1alpha/{name=projects/*/locations/*/dataStores/*}",
3990
+ "(google.api.http).additional_bindings.get": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*}",
3991
+ "(google.api.method_signature)": "name"
3992
+ },
3993
+ "parsedOptions": [
3994
+ {
3995
+ "(google.api.http)": {
3996
+ "get": "/v1alpha/{name=projects/*/locations/*/dataStores/*}",
3997
+ "additional_bindings": {
3998
+ "get": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*}"
3999
+ }
4000
+ }
4001
+ },
4002
+ {
4003
+ "(google.api.method_signature)": "name"
4004
+ }
4005
+ ]
4006
+ },
4007
+ "ListDataStores": {
4008
+ "requestType": "ListDataStoresRequest",
4009
+ "responseType": "ListDataStoresResponse",
4010
+ "options": {
4011
+ "(google.api.http).get": "/v1alpha/{parent=projects/*/locations/*}/dataStores",
4012
+ "(google.api.http).additional_bindings.get": "/v1alpha/{parent=projects/*/locations/*/collections/*}/dataStores",
4013
+ "(google.api.method_signature)": "parent"
4014
+ },
4015
+ "parsedOptions": [
4016
+ {
4017
+ "(google.api.http)": {
4018
+ "get": "/v1alpha/{parent=projects/*/locations/*}/dataStores",
4019
+ "additional_bindings": {
4020
+ "get": "/v1alpha/{parent=projects/*/locations/*/collections/*}/dataStores"
4021
+ }
4022
+ }
4023
+ },
4024
+ {
4025
+ "(google.api.method_signature)": "parent"
4026
+ }
4027
+ ]
4028
+ },
4029
+ "DeleteDataStore": {
4030
+ "requestType": "DeleteDataStoreRequest",
4031
+ "responseType": "google.longrunning.Operation",
4032
+ "options": {
4033
+ "(google.api.http).delete": "/v1alpha/{name=projects/*/locations/*/dataStores/*}",
4034
+ "(google.api.http).additional_bindings.delete": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*}",
4035
+ "(google.api.method_signature)": "name",
4036
+ "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
4037
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.DeleteDataStoreMetadata"
4038
+ },
4039
+ "parsedOptions": [
4040
+ {
4041
+ "(google.api.http)": {
4042
+ "delete": "/v1alpha/{name=projects/*/locations/*/dataStores/*}",
4043
+ "additional_bindings": {
4044
+ "delete": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*}"
4045
+ }
4046
+ }
4047
+ },
4048
+ {
4049
+ "(google.api.method_signature)": "name"
4050
+ },
4051
+ {
4052
+ "(google.longrunning.operation_info)": {
4053
+ "response_type": "google.protobuf.Empty",
4054
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.DeleteDataStoreMetadata"
4055
+ }
4056
+ }
4057
+ ]
4058
+ },
4059
+ "UpdateDataStore": {
4060
+ "requestType": "UpdateDataStoreRequest",
4061
+ "responseType": "DataStore",
4062
+ "options": {
4063
+ "(google.api.http).patch": "/v1alpha/{data_store.name=projects/*/locations/*/dataStores/*}",
4064
+ "(google.api.http).body": "data_store",
4065
+ "(google.api.http).additional_bindings.patch": "/v1alpha/{data_store.name=projects/*/locations/*/collections/*/dataStores/*}",
4066
+ "(google.api.http).additional_bindings.body": "data_store",
4067
+ "(google.api.method_signature)": "data_store,update_mask"
4068
+ },
4069
+ "parsedOptions": [
4070
+ {
4071
+ "(google.api.http)": {
4072
+ "patch": "/v1alpha/{data_store.name=projects/*/locations/*/dataStores/*}",
4073
+ "body": "data_store",
4074
+ "additional_bindings": {
4075
+ "patch": "/v1alpha/{data_store.name=projects/*/locations/*/collections/*/dataStores/*}",
4076
+ "body": "data_store"
4077
+ }
4078
+ }
4079
+ },
4080
+ {
4081
+ "(google.api.method_signature)": "data_store,update_mask"
4082
+ }
4083
+ ]
4084
+ }
4085
+ }
4086
+ },
4087
+ "CreateDataStoreRequest": {
4088
+ "fields": {
4089
+ "parent": {
4090
+ "type": "string",
4091
+ "id": 1,
4092
+ "options": {
4093
+ "(google.api.field_behavior)": "REQUIRED",
4094
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Collection"
4095
+ }
4096
+ },
4097
+ "dataStore": {
4098
+ "type": "DataStore",
4099
+ "id": 2,
4100
+ "options": {
4101
+ "(google.api.field_behavior)": "REQUIRED"
4102
+ }
4103
+ },
4104
+ "dataStoreId": {
4105
+ "type": "string",
4106
+ "id": 3,
4107
+ "options": {
4108
+ "(google.api.field_behavior)": "REQUIRED"
4109
+ }
4110
+ },
4111
+ "createAdvancedSiteSearch": {
4112
+ "type": "bool",
4113
+ "id": 4
4114
+ }
4115
+ }
4116
+ },
4117
+ "GetDataStoreRequest": {
4118
+ "fields": {
4119
+ "name": {
4120
+ "type": "string",
4121
+ "id": 1,
4122
+ "options": {
4123
+ "(google.api.field_behavior)": "REQUIRED",
4124
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
4125
+ }
4126
+ }
4127
+ }
4128
+ },
4129
+ "CreateDataStoreMetadata": {
4130
+ "fields": {
4131
+ "createTime": {
4132
+ "type": "google.protobuf.Timestamp",
4133
+ "id": 1
4134
+ },
4135
+ "updateTime": {
4136
+ "type": "google.protobuf.Timestamp",
4137
+ "id": 2
4138
+ }
4139
+ }
4140
+ },
4141
+ "ListDataStoresRequest": {
4142
+ "fields": {
4143
+ "parent": {
4144
+ "type": "string",
4145
+ "id": 1,
4146
+ "options": {
4147
+ "(google.api.field_behavior)": "REQUIRED",
4148
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Collection"
4149
+ }
4150
+ },
4151
+ "pageSize": {
4152
+ "type": "int32",
4153
+ "id": 2
4154
+ },
4155
+ "pageToken": {
4156
+ "type": "string",
4157
+ "id": 3
4158
+ },
4159
+ "filter": {
4160
+ "type": "string",
4161
+ "id": 4
4162
+ }
4163
+ }
4164
+ },
4165
+ "ListDataStoresResponse": {
4166
+ "fields": {
4167
+ "dataStores": {
4168
+ "rule": "repeated",
4169
+ "type": "DataStore",
4170
+ "id": 1
4171
+ },
4172
+ "nextPageToken": {
4173
+ "type": "string",
4174
+ "id": 2
4175
+ }
4176
+ }
4177
+ },
4178
+ "DeleteDataStoreRequest": {
4179
+ "fields": {
4180
+ "name": {
4181
+ "type": "string",
4182
+ "id": 1,
4183
+ "options": {
4184
+ "(google.api.field_behavior)": "REQUIRED",
4185
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
4186
+ }
4187
+ }
4188
+ }
4189
+ },
4190
+ "UpdateDataStoreRequest": {
4191
+ "fields": {
4192
+ "dataStore": {
4193
+ "type": "DataStore",
4194
+ "id": 1,
4195
+ "options": {
4196
+ "(google.api.field_behavior)": "REQUIRED"
4197
+ }
4198
+ },
4199
+ "updateMask": {
4200
+ "type": "google.protobuf.FieldMask",
4201
+ "id": 2
4202
+ }
4203
+ }
4204
+ },
4205
+ "DeleteDataStoreMetadata": {
4206
+ "fields": {
4207
+ "createTime": {
4208
+ "type": "google.protobuf.Timestamp",
4209
+ "id": 1
4210
+ },
4211
+ "updateTime": {
4212
+ "type": "google.protobuf.Timestamp",
4213
+ "id": 2
4214
+ }
4215
+ }
4216
+ },
4217
+ "DocumentService": {
4218
+ "options": {
4219
+ "(google.api.default_host)": "discoveryengine.googleapis.com",
4220
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
4221
+ },
4222
+ "methods": {
4223
+ "GetDocument": {
4224
+ "requestType": "GetDocumentRequest",
4225
+ "responseType": "Document",
4226
+ "options": {
4227
+ "(google.api.http).get": "/v1alpha/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
4228
+ "(google.api.http).additional_bindings.get": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}",
4229
+ "(google.api.method_signature)": "name"
4230
+ },
4231
+ "parsedOptions": [
4232
+ {
4233
+ "(google.api.http)": {
4234
+ "get": "/v1alpha/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
4235
+ "additional_bindings": {
4236
+ "get": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}"
4237
+ }
4238
+ }
4239
+ },
4240
+ {
4241
+ "(google.api.method_signature)": "name"
4242
+ }
4243
+ ]
4244
+ },
4245
+ "ListDocuments": {
4246
+ "requestType": "ListDocumentsRequest",
4247
+ "responseType": "ListDocumentsResponse",
4248
+ "options": {
4249
+ "(google.api.http).get": "/v1alpha/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents",
4250
+ "(google.api.http).additional_bindings.get": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents",
4251
+ "(google.api.method_signature)": "parent"
4252
+ },
4253
+ "parsedOptions": [
4254
+ {
4255
+ "(google.api.http)": {
4256
+ "get": "/v1alpha/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents",
4257
+ "additional_bindings": {
4258
+ "get": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents"
4259
+ }
4260
+ }
4261
+ },
4262
+ {
4263
+ "(google.api.method_signature)": "parent"
4264
+ }
4265
+ ]
4266
+ },
4267
+ "CreateDocument": {
4268
+ "requestType": "CreateDocumentRequest",
4269
+ "responseType": "Document",
4270
+ "options": {
4271
+ "(google.api.http).post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents",
4272
+ "(google.api.http).body": "document",
4273
+ "(google.api.http).additional_bindings.post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents",
4274
+ "(google.api.http).additional_bindings.body": "document",
4275
+ "(google.api.method_signature)": "parent,document,document_id"
4276
+ },
4277
+ "parsedOptions": [
4278
+ {
4279
+ "(google.api.http)": {
4280
+ "post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents",
4281
+ "body": "document",
4282
+ "additional_bindings": {
4283
+ "post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents",
4284
+ "body": "document"
4285
+ }
4286
+ }
4287
+ },
4288
+ {
4289
+ "(google.api.method_signature)": "parent,document,document_id"
4290
+ }
4291
+ ]
4292
+ },
4293
+ "UpdateDocument": {
4294
+ "requestType": "UpdateDocumentRequest",
4295
+ "responseType": "Document",
4296
+ "options": {
4297
+ "(google.api.http).patch": "/v1alpha/{document.name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
4298
+ "(google.api.http).body": "document",
4299
+ "(google.api.http).additional_bindings.patch": "/v1alpha/{document.name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}",
4300
+ "(google.api.http).additional_bindings.body": "document"
4301
+ },
4302
+ "parsedOptions": [
4303
+ {
4304
+ "(google.api.http)": {
4305
+ "patch": "/v1alpha/{document.name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
4306
+ "body": "document",
4307
+ "additional_bindings": {
4308
+ "patch": "/v1alpha/{document.name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}",
4309
+ "body": "document"
4310
+ }
4311
+ }
4312
+ }
4313
+ ]
4314
+ },
4315
+ "DeleteDocument": {
4316
+ "requestType": "DeleteDocumentRequest",
4317
+ "responseType": "google.protobuf.Empty",
4318
+ "options": {
4319
+ "(google.api.http).delete": "/v1alpha/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
4320
+ "(google.api.http).additional_bindings.delete": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}",
4321
+ "(google.api.method_signature)": "name"
4322
+ },
4323
+ "parsedOptions": [
4324
+ {
4325
+ "(google.api.http)": {
4326
+ "delete": "/v1alpha/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
4327
+ "additional_bindings": {
4328
+ "delete": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}"
4329
+ }
4330
+ }
4331
+ },
4332
+ {
4333
+ "(google.api.method_signature)": "name"
4334
+ }
4335
+ ]
4336
+ },
4337
+ "ImportDocuments": {
4338
+ "requestType": "ImportDocumentsRequest",
4339
+ "responseType": "google.longrunning.Operation",
4340
+ "options": {
4341
+ "(google.api.http).post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents:import",
4342
+ "(google.api.http).body": "*",
4343
+ "(google.api.http).additional_bindings.post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents:import",
4344
+ "(google.api.http).additional_bindings.body": "*",
4345
+ "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1alpha.ImportDocumentsResponse",
4346
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.ImportDocumentsMetadata"
4347
+ },
4348
+ "parsedOptions": [
4349
+ {
4350
+ "(google.api.http)": {
4351
+ "post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents:import",
4352
+ "body": "*",
4353
+ "additional_bindings": {
4354
+ "post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents:import",
4355
+ "body": "*"
4356
+ }
4357
+ }
4358
+ },
4359
+ {
4360
+ "(google.longrunning.operation_info)": {
4361
+ "response_type": "google.cloud.discoveryengine.v1alpha.ImportDocumentsResponse",
4362
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.ImportDocumentsMetadata"
4363
+ }
4364
+ }
4365
+ ]
4366
+ },
4367
+ "PurgeDocuments": {
4368
+ "requestType": "PurgeDocumentsRequest",
4369
+ "responseType": "google.longrunning.Operation",
4370
+ "options": {
4371
+ "(google.api.http).post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents:purge",
4372
+ "(google.api.http).body": "*",
4373
+ "(google.api.http).additional_bindings.post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents:purge",
4374
+ "(google.api.http).additional_bindings.body": "*",
4375
+ "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1alpha.PurgeDocumentsResponse",
4376
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.PurgeDocumentsMetadata"
4377
+ },
4378
+ "parsedOptions": [
4379
+ {
4380
+ "(google.api.http)": {
4381
+ "post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents:purge",
4382
+ "body": "*",
4383
+ "additional_bindings": {
4384
+ "post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents:purge",
4385
+ "body": "*"
4386
+ }
4387
+ }
4388
+ },
4389
+ {
4390
+ "(google.longrunning.operation_info)": {
4391
+ "response_type": "google.cloud.discoveryengine.v1alpha.PurgeDocumentsResponse",
4392
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.PurgeDocumentsMetadata"
4393
+ }
4394
+ }
4395
+ ]
4396
+ }
4397
+ }
4398
+ },
4399
+ "GetDocumentRequest": {
4400
+ "fields": {
4401
+ "name": {
4402
+ "type": "string",
4403
+ "id": 1,
4404
+ "options": {
4405
+ "(google.api.field_behavior)": "REQUIRED",
4406
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Document"
4407
+ }
4408
+ }
4409
+ }
4410
+ },
4411
+ "ListDocumentsRequest": {
4412
+ "fields": {
4413
+ "parent": {
4414
+ "type": "string",
4415
+ "id": 1,
4416
+ "options": {
4417
+ "(google.api.field_behavior)": "REQUIRED",
4418
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Branch"
4419
+ }
4420
+ },
4421
+ "pageSize": {
4422
+ "type": "int32",
4423
+ "id": 2
4424
+ },
4425
+ "pageToken": {
4426
+ "type": "string",
4427
+ "id": 3
4428
+ }
4429
+ }
4430
+ },
4431
+ "ListDocumentsResponse": {
4432
+ "fields": {
4433
+ "documents": {
4434
+ "rule": "repeated",
4435
+ "type": "Document",
4436
+ "id": 1
4437
+ },
4438
+ "nextPageToken": {
4439
+ "type": "string",
4440
+ "id": 2
4441
+ }
4442
+ }
4443
+ },
4444
+ "CreateDocumentRequest": {
4445
+ "fields": {
4446
+ "parent": {
4447
+ "type": "string",
4448
+ "id": 1,
4449
+ "options": {
4450
+ "(google.api.field_behavior)": "REQUIRED",
4451
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Branch"
4452
+ }
4453
+ },
4454
+ "document": {
4455
+ "type": "Document",
4456
+ "id": 2,
4457
+ "options": {
4458
+ "(google.api.field_behavior)": "REQUIRED"
4459
+ }
4460
+ },
4461
+ "documentId": {
4462
+ "type": "string",
4463
+ "id": 3,
4464
+ "options": {
4465
+ "(google.api.field_behavior)": "REQUIRED"
4466
+ }
4467
+ }
4468
+ }
4469
+ },
4470
+ "UpdateDocumentRequest": {
4471
+ "fields": {
4472
+ "document": {
4473
+ "type": "Document",
4474
+ "id": 1,
4475
+ "options": {
4476
+ "(google.api.field_behavior)": "REQUIRED"
4477
+ }
4478
+ },
4479
+ "allowMissing": {
4480
+ "type": "bool",
4481
+ "id": 2
4482
+ }
4483
+ }
4484
+ },
4485
+ "DeleteDocumentRequest": {
4486
+ "fields": {
4487
+ "name": {
4488
+ "type": "string",
4489
+ "id": 1,
4490
+ "options": {
4491
+ "(google.api.field_behavior)": "REQUIRED",
4492
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Document"
4493
+ }
4494
+ }
4495
+ }
4496
+ },
4497
+ "GcsSource": {
4498
+ "fields": {
4499
+ "inputUris": {
4500
+ "rule": "repeated",
4501
+ "type": "string",
4502
+ "id": 1,
4503
+ "options": {
4504
+ "(google.api.field_behavior)": "REQUIRED"
4505
+ }
4506
+ },
4507
+ "dataSchema": {
4508
+ "type": "string",
4509
+ "id": 2
4510
+ }
4511
+ }
4512
+ },
4513
+ "BigQuerySource": {
4514
+ "oneofs": {
4515
+ "partition": {
4516
+ "oneof": [
4517
+ "partitionDate"
4518
+ ]
4519
+ }
4520
+ },
4521
+ "fields": {
4522
+ "partitionDate": {
4523
+ "type": "google.type.Date",
4524
+ "id": 5
4525
+ },
4526
+ "projectId": {
4527
+ "type": "string",
4528
+ "id": 1
4529
+ },
4530
+ "datasetId": {
4531
+ "type": "string",
4532
+ "id": 2,
4533
+ "options": {
4534
+ "(google.api.field_behavior)": "REQUIRED"
4535
+ }
4536
+ },
4537
+ "tableId": {
4538
+ "type": "string",
4539
+ "id": 3,
4540
+ "options": {
4541
+ "(google.api.field_behavior)": "REQUIRED"
4542
+ }
4543
+ },
4544
+ "gcsStagingDir": {
4545
+ "type": "string",
4546
+ "id": 4
4547
+ },
4548
+ "dataSchema": {
4549
+ "type": "string",
4550
+ "id": 6
4551
+ }
4552
+ }
4553
+ },
4554
+ "ImportErrorConfig": {
4555
+ "oneofs": {
4556
+ "destination": {
4557
+ "oneof": [
4558
+ "gcsPrefix"
4559
+ ]
4560
+ }
4561
+ },
4562
+ "fields": {
4563
+ "gcsPrefix": {
4564
+ "type": "string",
4565
+ "id": 1
4566
+ }
4567
+ }
4568
+ },
4569
+ "ImportUserEventsRequest": {
4570
+ "oneofs": {
4571
+ "source": {
4572
+ "oneof": [
4573
+ "inlineSource",
4574
+ "gcsSource",
4575
+ "bigquerySource"
4576
+ ]
4577
+ }
4578
+ },
4579
+ "fields": {
4580
+ "inlineSource": {
4581
+ "type": "InlineSource",
4582
+ "id": 2
4583
+ },
4584
+ "gcsSource": {
4585
+ "type": "GcsSource",
4586
+ "id": 3
4587
+ },
4588
+ "bigquerySource": {
4589
+ "type": "BigQuerySource",
4590
+ "id": 4
4591
+ },
4592
+ "parent": {
4593
+ "type": "string",
4594
+ "id": 1,
4595
+ "options": {
4596
+ "(google.api.field_behavior)": "REQUIRED",
4597
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
4598
+ }
4599
+ },
4600
+ "errorConfig": {
4601
+ "type": "ImportErrorConfig",
4602
+ "id": 5
4603
+ }
4604
+ },
4605
+ "nested": {
4606
+ "InlineSource": {
4607
+ "fields": {
4608
+ "userEvents": {
4609
+ "rule": "repeated",
4610
+ "type": "UserEvent",
4611
+ "id": 1,
4612
+ "options": {
4613
+ "(google.api.field_behavior)": "REQUIRED"
4614
+ }
4615
+ }
4616
+ }
4617
+ }
4618
+ }
4619
+ },
4620
+ "ImportUserEventsResponse": {
4621
+ "fields": {
4622
+ "errorSamples": {
4623
+ "rule": "repeated",
4624
+ "type": "google.rpc.Status",
4625
+ "id": 1
4626
+ },
4627
+ "errorConfig": {
4628
+ "type": "ImportErrorConfig",
4629
+ "id": 2
4630
+ },
4631
+ "joinedEventsCount": {
4632
+ "type": "int64",
4633
+ "id": 3
4634
+ },
4635
+ "unjoinedEventsCount": {
4636
+ "type": "int64",
4637
+ "id": 4
4638
+ }
4639
+ }
4640
+ },
4641
+ "ImportUserEventsMetadata": {
4642
+ "fields": {
4643
+ "createTime": {
4644
+ "type": "google.protobuf.Timestamp",
4645
+ "id": 1
4646
+ },
4647
+ "updateTime": {
4648
+ "type": "google.protobuf.Timestamp",
4649
+ "id": 2
4650
+ },
4651
+ "successCount": {
4652
+ "type": "int64",
4653
+ "id": 3
4654
+ },
4655
+ "failureCount": {
4656
+ "type": "int64",
4657
+ "id": 4
4658
+ }
4659
+ }
4660
+ },
4661
+ "ImportDocumentsMetadata": {
4662
+ "fields": {
4663
+ "createTime": {
4664
+ "type": "google.protobuf.Timestamp",
4665
+ "id": 1
4666
+ },
4667
+ "updateTime": {
4668
+ "type": "google.protobuf.Timestamp",
4669
+ "id": 2
4670
+ },
4671
+ "successCount": {
4672
+ "type": "int64",
4673
+ "id": 3
4674
+ },
4675
+ "failureCount": {
4676
+ "type": "int64",
4677
+ "id": 4
4678
+ }
4679
+ }
4680
+ },
4681
+ "ImportDocumentsRequest": {
4682
+ "oneofs": {
4683
+ "source": {
4684
+ "oneof": [
4685
+ "inlineSource",
4686
+ "gcsSource",
4687
+ "bigquerySource"
4688
+ ]
4689
+ }
4690
+ },
4691
+ "fields": {
4692
+ "inlineSource": {
4693
+ "type": "InlineSource",
4694
+ "id": 2
4695
+ },
4696
+ "gcsSource": {
4697
+ "type": "GcsSource",
4698
+ "id": 3
4699
+ },
4700
+ "bigquerySource": {
4701
+ "type": "BigQuerySource",
4702
+ "id": 4
4703
+ },
4704
+ "parent": {
4705
+ "type": "string",
4706
+ "id": 1,
4707
+ "options": {
4708
+ "(google.api.field_behavior)": "REQUIRED",
4709
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Branch"
4710
+ }
4711
+ },
4712
+ "errorConfig": {
4713
+ "type": "ImportErrorConfig",
4714
+ "id": 5
4715
+ },
4716
+ "reconciliationMode": {
4717
+ "type": "ReconciliationMode",
4718
+ "id": 6
4719
+ },
4720
+ "autoGenerateIds": {
4721
+ "type": "bool",
4722
+ "id": 8
4723
+ },
4724
+ "idField": {
4725
+ "type": "string",
4726
+ "id": 9
4727
+ }
4728
+ },
4729
+ "nested": {
4730
+ "InlineSource": {
4731
+ "fields": {
4732
+ "documents": {
4733
+ "rule": "repeated",
4734
+ "type": "Document",
4735
+ "id": 1,
4736
+ "options": {
4737
+ "(google.api.field_behavior)": "REQUIRED"
4738
+ }
4739
+ }
4740
+ }
4741
+ },
4742
+ "ReconciliationMode": {
4743
+ "values": {
4744
+ "RECONCILIATION_MODE_UNSPECIFIED": 0,
4745
+ "INCREMENTAL": 1,
4746
+ "FULL": 2
4747
+ }
4748
+ }
4749
+ }
4750
+ },
4751
+ "ImportDocumentsResponse": {
4752
+ "fields": {
4753
+ "errorSamples": {
4754
+ "rule": "repeated",
4755
+ "type": "google.rpc.Status",
4756
+ "id": 1
4757
+ },
4758
+ "errorConfig": {
4759
+ "type": "ImportErrorConfig",
4760
+ "id": 2
4761
+ }
4762
+ }
4763
+ },
4764
+ "UserEvent": {
4765
+ "fields": {
4766
+ "eventType": {
4767
+ "type": "string",
4768
+ "id": 1,
4769
+ "options": {
4770
+ "(google.api.field_behavior)": "REQUIRED"
4771
+ }
4772
+ },
4773
+ "userPseudoId": {
4774
+ "type": "string",
4775
+ "id": 2,
4776
+ "options": {
4777
+ "(google.api.field_behavior)": "REQUIRED"
4778
+ }
4779
+ },
4780
+ "eventTime": {
4781
+ "type": "google.protobuf.Timestamp",
4782
+ "id": 3
4783
+ },
4784
+ "userInfo": {
4785
+ "type": "UserInfo",
4786
+ "id": 4
4787
+ },
4788
+ "directUserRequest": {
4789
+ "type": "bool",
4790
+ "id": 5
4791
+ },
4792
+ "sessionId": {
4793
+ "type": "string",
4794
+ "id": 6
4795
+ },
4796
+ "pageInfo": {
4797
+ "type": "PageInfo",
4798
+ "id": 7
4799
+ },
4800
+ "attributionToken": {
4801
+ "type": "string",
4802
+ "id": 8
4803
+ },
4804
+ "filter": {
4805
+ "type": "string",
4806
+ "id": 9
4807
+ },
4808
+ "documents": {
4809
+ "rule": "repeated",
4810
+ "type": "DocumentInfo",
4811
+ "id": 10
4812
+ },
4813
+ "panel": {
4814
+ "type": "PanelInfo",
4815
+ "id": 11
4816
+ },
4817
+ "searchInfo": {
4818
+ "type": "SearchInfo",
4819
+ "id": 12
4820
+ },
4821
+ "completionInfo": {
4822
+ "type": "CompletionInfo",
4823
+ "id": 13
4824
+ },
4825
+ "transactionInfo": {
4826
+ "type": "TransactionInfo",
4827
+ "id": 14
4828
+ },
4829
+ "tagIds": {
4830
+ "rule": "repeated",
4831
+ "type": "string",
4832
+ "id": 15
4833
+ },
4834
+ "promotionIds": {
4835
+ "rule": "repeated",
4836
+ "type": "string",
4837
+ "id": 16
4838
+ },
4839
+ "attributes": {
4840
+ "keyType": "string",
4841
+ "type": "CustomAttribute",
4842
+ "id": 17
4843
+ },
4844
+ "mediaInfo": {
4845
+ "type": "MediaInfo",
4846
+ "id": 18
4847
+ }
4848
+ }
4849
+ },
4850
+ "PageInfo": {
4851
+ "fields": {
4852
+ "pageviewId": {
4853
+ "type": "string",
4854
+ "id": 1
4855
+ },
4856
+ "pageCategory": {
4857
+ "type": "string",
4858
+ "id": 2
4859
+ },
4860
+ "uri": {
4861
+ "type": "string",
4862
+ "id": 3
4863
+ },
4864
+ "referrerUri": {
4865
+ "type": "string",
4866
+ "id": 4
4867
+ }
4868
+ }
4869
+ },
4870
+ "SearchInfo": {
4871
+ "oneofs": {
4872
+ "_offset": {
4873
+ "oneof": [
4874
+ "offset"
4875
+ ]
4876
+ }
4877
+ },
4878
+ "fields": {
4879
+ "searchQuery": {
4880
+ "type": "string",
4881
+ "id": 1
4882
+ },
4883
+ "orderBy": {
4884
+ "type": "string",
4885
+ "id": 2
4886
+ },
4887
+ "offset": {
4888
+ "type": "int32",
4889
+ "id": 3,
4890
+ "options": {
4891
+ "proto3_optional": true
4892
+ }
4893
+ }
4894
+ }
4895
+ },
4896
+ "CompletionInfo": {
4897
+ "fields": {
4898
+ "selectedSuggestion": {
4899
+ "type": "string",
4900
+ "id": 1
4901
+ },
4902
+ "selectedPosition": {
4903
+ "type": "int32",
4904
+ "id": 2
4905
+ }
4906
+ }
4907
+ },
4908
+ "TransactionInfo": {
4909
+ "oneofs": {
4910
+ "_value": {
4911
+ "oneof": [
4912
+ "value"
4913
+ ]
4914
+ },
4915
+ "_tax": {
4916
+ "oneof": [
4917
+ "tax"
4918
+ ]
4919
+ },
4920
+ "_cost": {
4921
+ "oneof": [
4922
+ "cost"
4923
+ ]
4924
+ },
4925
+ "_discountValue": {
4926
+ "oneof": [
4927
+ "discountValue"
4928
+ ]
4929
+ }
4930
+ },
4931
+ "fields": {
4932
+ "value": {
4933
+ "type": "float",
4934
+ "id": 1,
4935
+ "options": {
4936
+ "(google.api.field_behavior)": "REQUIRED",
4937
+ "proto3_optional": true
4938
+ }
4939
+ },
4940
+ "currency": {
4941
+ "type": "string",
4942
+ "id": 2,
4943
+ "options": {
4944
+ "(google.api.field_behavior)": "REQUIRED"
4945
+ }
4946
+ },
4947
+ "transactionId": {
4948
+ "type": "string",
4949
+ "id": 3
4950
+ },
4951
+ "tax": {
4952
+ "type": "float",
4953
+ "id": 4,
4954
+ "options": {
4955
+ "proto3_optional": true
4956
+ }
4957
+ },
4958
+ "cost": {
4959
+ "type": "float",
4960
+ "id": 5,
4961
+ "options": {
4962
+ "proto3_optional": true
4963
+ }
4964
+ },
4965
+ "discountValue": {
4966
+ "type": "float",
4967
+ "id": 6,
4968
+ "options": {
4969
+ "proto3_optional": true
4970
+ }
4971
+ }
4972
+ }
4973
+ },
4974
+ "DocumentInfo": {
4975
+ "oneofs": {
4976
+ "documentDescriptor": {
4977
+ "oneof": [
4978
+ "id",
4979
+ "name",
4980
+ "uri"
4981
+ ]
4982
+ },
4983
+ "_quantity": {
4984
+ "oneof": [
4985
+ "quantity"
4986
+ ]
4987
+ }
4988
+ },
4989
+ "fields": {
4990
+ "id": {
4991
+ "type": "string",
4992
+ "id": 1
4993
+ },
4994
+ "name": {
4995
+ "type": "string",
4996
+ "id": 2,
4997
+ "options": {
4998
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Document"
4999
+ }
5000
+ },
5001
+ "uri": {
5002
+ "type": "string",
5003
+ "id": 6
5004
+ },
5005
+ "quantity": {
5006
+ "type": "int32",
5007
+ "id": 3,
5008
+ "options": {
5009
+ "proto3_optional": true
5010
+ }
5011
+ },
5012
+ "promotionIds": {
5013
+ "rule": "repeated",
5014
+ "type": "string",
5015
+ "id": 4
5016
+ }
5017
+ }
5018
+ },
5019
+ "PanelInfo": {
5020
+ "oneofs": {
5021
+ "_panelPosition": {
5022
+ "oneof": [
5023
+ "panelPosition"
5024
+ ]
5025
+ },
5026
+ "_totalPanels": {
5027
+ "oneof": [
5028
+ "totalPanels"
5029
+ ]
5030
+ }
5031
+ },
5032
+ "fields": {
5033
+ "panelId": {
5034
+ "type": "string",
5035
+ "id": 2,
5036
+ "options": {
5037
+ "(google.api.field_behavior)": "REQUIRED"
5038
+ }
5039
+ },
5040
+ "displayName": {
5041
+ "type": "string",
5042
+ "id": 3
5043
+ },
5044
+ "panelPosition": {
5045
+ "type": "int32",
5046
+ "id": 4,
5047
+ "options": {
5048
+ "proto3_optional": true
5049
+ }
5050
+ },
5051
+ "totalPanels": {
5052
+ "type": "int32",
5053
+ "id": 5,
5054
+ "options": {
5055
+ "proto3_optional": true
5056
+ }
5057
+ }
5058
+ }
5059
+ },
5060
+ "MediaInfo": {
5061
+ "oneofs": {
5062
+ "_mediaProgressPercentage": {
5063
+ "oneof": [
5064
+ "mediaProgressPercentage"
5065
+ ]
5066
+ }
5067
+ },
5068
+ "fields": {
5069
+ "mediaProgressDuration": {
5070
+ "type": "google.protobuf.Duration",
5071
+ "id": 1
5072
+ },
5073
+ "mediaProgressPercentage": {
5074
+ "type": "float",
5075
+ "id": 2,
5076
+ "options": {
5077
+ "proto3_optional": true
5078
+ }
5079
+ }
5080
+ }
5081
+ },
5082
+ "PurgeUserEventsRequest": {
5083
+ "fields": {
5084
+ "parent": {
5085
+ "type": "string",
5086
+ "id": 1,
5087
+ "options": {
5088
+ "(google.api.field_behavior)": "REQUIRED",
5089
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
5090
+ }
5091
+ },
5092
+ "filter": {
5093
+ "type": "string",
5094
+ "id": 2,
5095
+ "options": {
5096
+ "(google.api.field_behavior)": "REQUIRED"
5097
+ }
5098
+ },
5099
+ "force": {
5100
+ "type": "bool",
5101
+ "id": 3
5102
+ }
5103
+ }
5104
+ },
5105
+ "PurgeUserEventsResponse": {
5106
+ "fields": {
5107
+ "purgeCount": {
5108
+ "type": "int64",
5109
+ "id": 1
5110
+ }
5111
+ }
5112
+ },
5113
+ "PurgeUserEventsMetadata": {
5114
+ "fields": {
5115
+ "createTime": {
5116
+ "type": "google.protobuf.Timestamp",
5117
+ "id": 1
5118
+ },
5119
+ "updateTime": {
5120
+ "type": "google.protobuf.Timestamp",
5121
+ "id": 2
5122
+ },
5123
+ "successCount": {
5124
+ "type": "int64",
5125
+ "id": 3
5126
+ },
5127
+ "failureCount": {
5128
+ "type": "int64",
5129
+ "id": 4
5130
+ }
5131
+ }
5132
+ },
5133
+ "PurgeDocumentsRequest": {
5134
+ "fields": {
5135
+ "parent": {
5136
+ "type": "string",
5137
+ "id": 1,
5138
+ "options": {
5139
+ "(google.api.field_behavior)": "REQUIRED",
5140
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Branch"
5141
+ }
5142
+ },
5143
+ "filter": {
5144
+ "type": "string",
5145
+ "id": 2,
5146
+ "options": {
5147
+ "(google.api.field_behavior)": "REQUIRED"
5148
+ }
5149
+ },
5150
+ "force": {
5151
+ "type": "bool",
5152
+ "id": 3
5153
+ }
5154
+ }
5155
+ },
5156
+ "PurgeDocumentsResponse": {
5157
+ "fields": {
5158
+ "purgeCount": {
5159
+ "type": "int64",
5160
+ "id": 1
5161
+ },
5162
+ "purgeSample": {
5163
+ "rule": "repeated",
5164
+ "type": "string",
5165
+ "id": 2,
5166
+ "options": {
5167
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Document"
5168
+ }
5169
+ }
5170
+ }
5171
+ },
5172
+ "PurgeDocumentsMetadata": {
5173
+ "fields": {
5174
+ "createTime": {
5175
+ "type": "google.protobuf.Timestamp",
5176
+ "id": 1
5177
+ },
5178
+ "updateTime": {
5179
+ "type": "google.protobuf.Timestamp",
5180
+ "id": 2
5181
+ },
5182
+ "successCount": {
5183
+ "type": "int64",
5184
+ "id": 3
5185
+ },
5186
+ "failureCount": {
5187
+ "type": "int64",
5188
+ "id": 4
5189
+ }
5190
+ }
5191
+ },
5192
+ "Engine": {
5193
+ "options": {
5194
+ "(google.api.resource).type": "discoveryengine.googleapis.com/Engine",
5195
+ "(google.api.resource).pattern": "projects/{project}/locations/{location}/collections/{collection}/engines/{engine}"
5196
+ },
5197
+ "oneofs": {
5198
+ "engineConfig": {
5199
+ "oneof": [
5200
+ "similarDocumentsConfig",
5201
+ "chatEngineConfig",
5202
+ "searchEngineConfig",
5203
+ "mediaRecommendationEngineConfig"
5204
+ ]
5205
+ },
5206
+ "engineMetadata": {
5207
+ "oneof": [
5208
+ "recommendationMetadata",
5209
+ "chatEngineMetadata"
5210
+ ]
5211
+ }
5212
+ },
5213
+ "fields": {
5214
+ "similarDocumentsConfig": {
5215
+ "type": "SimilarDocumentsEngineConfig",
5216
+ "id": 9
5217
+ },
5218
+ "chatEngineConfig": {
5219
+ "type": "ChatEngineConfig",
5220
+ "id": 11
5221
+ },
5222
+ "searchEngineConfig": {
5223
+ "type": "SearchEngineConfig",
5224
+ "id": 13
5225
+ },
5226
+ "mediaRecommendationEngineConfig": {
5227
+ "type": "MediaRecommendationEngineConfig",
5228
+ "id": 14
5229
+ },
5230
+ "recommendationMetadata": {
5231
+ "type": "RecommendationMetadata",
5232
+ "id": 10,
5233
+ "options": {
5234
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
5235
+ }
5236
+ },
5237
+ "chatEngineMetadata": {
5238
+ "type": "ChatEngineMetadata",
5239
+ "id": 12,
5240
+ "options": {
5241
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
5242
+ }
5243
+ },
5244
+ "name": {
5245
+ "type": "string",
5246
+ "id": 1,
5247
+ "options": {
5248
+ "(google.api.field_behavior)": "IMMUTABLE"
5249
+ }
5250
+ },
5251
+ "displayName": {
5252
+ "type": "string",
5253
+ "id": 2,
5254
+ "options": {
5255
+ "(google.api.field_behavior)": "REQUIRED"
5256
+ }
5257
+ },
5258
+ "createTime": {
5259
+ "type": "google.protobuf.Timestamp",
5260
+ "id": 3,
5261
+ "options": {
5262
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
5263
+ }
5264
+ },
5265
+ "updateTime": {
5266
+ "type": "google.protobuf.Timestamp",
5267
+ "id": 4,
5268
+ "options": {
5269
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
5270
+ }
5271
+ },
5272
+ "dataStoreIds": {
5273
+ "rule": "repeated",
5274
+ "type": "string",
5275
+ "id": 5
5276
+ },
5277
+ "solutionType": {
5278
+ "type": "SolutionType",
5279
+ "id": 6,
5280
+ "options": {
5281
+ "(google.api.field_behavior)": "REQUIRED"
5282
+ }
5283
+ },
5284
+ "industryVertical": {
5285
+ "type": "IndustryVertical",
5286
+ "id": 16
5287
+ },
5288
+ "commonConfig": {
5289
+ "type": "CommonConfig",
5290
+ "id": 15
5291
+ }
5292
+ },
5293
+ "nested": {
5294
+ "SearchEngineConfig": {
5295
+ "fields": {
5296
+ "searchTier": {
5297
+ "type": "SearchTier",
5298
+ "id": 1
5299
+ },
5300
+ "searchAddOns": {
5301
+ "rule": "repeated",
5302
+ "type": "SearchAddOn",
5303
+ "id": 2
5304
+ }
5305
+ }
5306
+ },
5307
+ "SimilarDocumentsEngineConfig": {
5308
+ "fields": {}
5309
+ },
5310
+ "MediaRecommendationEngineConfig": {
5311
+ "fields": {
5312
+ "type": {
5313
+ "type": "string",
5314
+ "id": 1,
5315
+ "options": {
5316
+ "(google.api.field_behavior)": "REQUIRED"
5317
+ }
5318
+ },
5319
+ "optimizationObjective": {
5320
+ "type": "string",
5321
+ "id": 2
5322
+ },
5323
+ "optimizationObjectiveConfig": {
5324
+ "type": "OptimizationObjectiveConfig",
5325
+ "id": 3
5326
+ },
5327
+ "trainingState": {
5328
+ "type": "TrainingState",
5329
+ "id": 4
5330
+ }
5331
+ },
5332
+ "nested": {
5333
+ "OptimizationObjectiveConfig": {
5334
+ "fields": {
5335
+ "targetField": {
5336
+ "type": "string",
5337
+ "id": 1,
5338
+ "options": {
5339
+ "(google.api.field_behavior)": "REQUIRED"
5340
+ }
5341
+ },
5342
+ "targetFieldValueFloat": {
5343
+ "type": "float",
5344
+ "id": 2,
5345
+ "options": {
5346
+ "(google.api.field_behavior)": "REQUIRED"
5347
+ }
5348
+ }
5349
+ }
5350
+ },
5351
+ "TrainingState": {
5352
+ "values": {
5353
+ "TRAINING_STATE_UNSPECIFIED": 0,
5354
+ "PAUSED": 1,
5355
+ "TRAINING": 2
5356
+ }
5357
+ }
5358
+ }
5359
+ },
5360
+ "ChatEngineConfig": {
5361
+ "fields": {
5362
+ "agentCreationConfig": {
5363
+ "type": "AgentCreationConfig",
5364
+ "id": 1
5365
+ },
5366
+ "dialogflowAgentToLink": {
5367
+ "type": "string",
5368
+ "id": 2
5369
+ }
5370
+ },
5371
+ "nested": {
5372
+ "AgentCreationConfig": {
5373
+ "fields": {
5374
+ "business": {
5375
+ "type": "string",
5376
+ "id": 1
5377
+ },
5378
+ "defaultLanguageCode": {
5379
+ "type": "string",
5380
+ "id": 2
5381
+ },
5382
+ "timeZone": {
5383
+ "type": "string",
5384
+ "id": 3,
5385
+ "options": {
5386
+ "(google.api.field_behavior)": "REQUIRED"
5387
+ }
5388
+ }
5389
+ }
5390
+ }
5391
+ }
5392
+ },
5393
+ "CommonConfig": {
5394
+ "fields": {
5395
+ "companyName": {
5396
+ "type": "string",
5397
+ "id": 1
5398
+ }
5399
+ }
5400
+ },
5401
+ "RecommendationMetadata": {
5402
+ "fields": {
5403
+ "servingState": {
5404
+ "type": "ServingState",
5405
+ "id": 1,
5406
+ "options": {
5407
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
5408
+ }
5409
+ },
5410
+ "dataState": {
5411
+ "type": "DataState",
5412
+ "id": 2,
5413
+ "options": {
5414
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
5415
+ }
5416
+ },
5417
+ "lastTuneTime": {
5418
+ "type": "google.protobuf.Timestamp",
5419
+ "id": 3,
5420
+ "options": {
5421
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
5422
+ }
5423
+ },
5424
+ "tuningOperation": {
5425
+ "type": "string",
5426
+ "id": 4,
5427
+ "options": {
5428
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
5429
+ }
5430
+ }
5431
+ },
5432
+ "nested": {
5433
+ "ServingState": {
5434
+ "values": {
5435
+ "SERVING_STATE_UNSPECIFIED": 0,
5436
+ "INACTIVE": 1,
5437
+ "ACTIVE": 2,
5438
+ "TUNED": 3
5439
+ }
5440
+ },
5441
+ "DataState": {
5442
+ "values": {
5443
+ "DATA_STATE_UNSPECIFIED": 0,
5444
+ "DATA_OK": 1,
5445
+ "DATA_ERROR": 2
5446
+ }
5447
+ }
5448
+ }
5449
+ },
5450
+ "ChatEngineMetadata": {
5451
+ "fields": {
5452
+ "dialogflowAgent": {
5453
+ "type": "string",
5454
+ "id": 1
5455
+ }
5456
+ }
5457
+ }
5458
+ }
5459
+ },
5460
+ "EngineService": {
5461
+ "options": {
5462
+ "(google.api.default_host)": "discoveryengine.googleapis.com",
5463
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
5464
+ },
5465
+ "methods": {
5466
+ "CreateEngine": {
5467
+ "requestType": "CreateEngineRequest",
5468
+ "responseType": "google.longrunning.Operation",
5469
+ "options": {
5470
+ "(google.api.http).post": "/v1alpha/{parent=projects/*/locations/*/collections/*}/engines",
5471
+ "(google.api.http).body": "engine",
5472
+ "(google.api.method_signature)": "parent,engine,engine_id",
5473
+ "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1alpha.Engine",
5474
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.CreateEngineMetadata"
5475
+ },
5476
+ "parsedOptions": [
5477
+ {
5478
+ "(google.api.http)": {
5479
+ "post": "/v1alpha/{parent=projects/*/locations/*/collections/*}/engines",
5480
+ "body": "engine"
5481
+ }
5482
+ },
5483
+ {
5484
+ "(google.api.method_signature)": "parent,engine,engine_id"
5485
+ },
5486
+ {
5487
+ "(google.longrunning.operation_info)": {
5488
+ "response_type": "google.cloud.discoveryengine.v1alpha.Engine",
5489
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.CreateEngineMetadata"
5490
+ }
5491
+ }
5492
+ ]
5493
+ },
5494
+ "DeleteEngine": {
5495
+ "requestType": "DeleteEngineRequest",
5496
+ "responseType": "google.longrunning.Operation",
5497
+ "options": {
5498
+ "(google.api.http).delete": "/v1alpha/{name=projects/*/locations/*/collections/*/engines/*}",
5499
+ "(google.api.method_signature)": "name",
5500
+ "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
5501
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.DeleteEngineMetadata"
5502
+ },
5503
+ "parsedOptions": [
5504
+ {
5505
+ "(google.api.http)": {
5506
+ "delete": "/v1alpha/{name=projects/*/locations/*/collections/*/engines/*}"
5507
+ }
5508
+ },
5509
+ {
5510
+ "(google.api.method_signature)": "name"
5511
+ },
5512
+ {
5513
+ "(google.longrunning.operation_info)": {
5514
+ "response_type": "google.protobuf.Empty",
5515
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.DeleteEngineMetadata"
5516
+ }
5517
+ }
5518
+ ]
5519
+ },
5520
+ "UpdateEngine": {
5521
+ "requestType": "UpdateEngineRequest",
5522
+ "responseType": "Engine",
5523
+ "options": {
5524
+ "(google.api.http).patch": "/v1alpha/{engine.name=projects/*/locations/*/collections/*/engines/*}",
5525
+ "(google.api.http).body": "engine",
5526
+ "(google.api.method_signature)": "engine,update_mask"
5527
+ },
5528
+ "parsedOptions": [
5529
+ {
5530
+ "(google.api.http)": {
5531
+ "patch": "/v1alpha/{engine.name=projects/*/locations/*/collections/*/engines/*}",
5532
+ "body": "engine"
5533
+ }
5534
+ },
5535
+ {
5536
+ "(google.api.method_signature)": "engine,update_mask"
5537
+ }
5538
+ ]
5539
+ },
5540
+ "GetEngine": {
5541
+ "requestType": "GetEngineRequest",
5542
+ "responseType": "Engine",
5543
+ "options": {
5544
+ "(google.api.http).get": "/v1alpha/{name=projects/*/locations/*/collections/*/engines/*}",
5545
+ "(google.api.method_signature)": "name"
5546
+ },
5547
+ "parsedOptions": [
5548
+ {
5549
+ "(google.api.http)": {
5550
+ "get": "/v1alpha/{name=projects/*/locations/*/collections/*/engines/*}"
5551
+ }
5552
+ },
5553
+ {
5554
+ "(google.api.method_signature)": "name"
5555
+ }
5556
+ ]
5557
+ },
5558
+ "ListEngines": {
5559
+ "requestType": "ListEnginesRequest",
5560
+ "responseType": "ListEnginesResponse",
5561
+ "options": {
5562
+ "(google.api.http).get": "/v1alpha/{parent=projects/*/locations/*/collections/*}/engines",
5563
+ "(google.api.method_signature)": "parent"
5564
+ },
5565
+ "parsedOptions": [
5566
+ {
5567
+ "(google.api.http)": {
5568
+ "get": "/v1alpha/{parent=projects/*/locations/*/collections/*}/engines"
5569
+ }
5570
+ },
5571
+ {
5572
+ "(google.api.method_signature)": "parent"
5573
+ }
5574
+ ]
5575
+ },
5576
+ "PauseEngine": {
5577
+ "requestType": "PauseEngineRequest",
5578
+ "responseType": "Engine",
5579
+ "options": {
5580
+ "(google.api.http).post": "/v1alpha/{name=projects/*/locations/*/collections/*/engines/*}:pause",
5581
+ "(google.api.http).body": "*",
5582
+ "(google.api.method_signature)": "name"
5583
+ },
5584
+ "parsedOptions": [
5585
+ {
5586
+ "(google.api.http)": {
5587
+ "post": "/v1alpha/{name=projects/*/locations/*/collections/*/engines/*}:pause",
5588
+ "body": "*"
5589
+ }
5590
+ },
5591
+ {
5592
+ "(google.api.method_signature)": "name"
5593
+ }
5594
+ ]
5595
+ },
5596
+ "ResumeEngine": {
5597
+ "requestType": "ResumeEngineRequest",
5598
+ "responseType": "Engine",
5599
+ "options": {
5600
+ "(google.api.http).post": "/v1alpha/{name=projects/*/locations/*/collections/*/engines/*}:resume",
5601
+ "(google.api.http).body": "*",
5602
+ "(google.api.method_signature)": "name"
5603
+ },
5604
+ "parsedOptions": [
5605
+ {
5606
+ "(google.api.http)": {
5607
+ "post": "/v1alpha/{name=projects/*/locations/*/collections/*/engines/*}:resume",
5608
+ "body": "*"
5609
+ }
5610
+ },
5611
+ {
5612
+ "(google.api.method_signature)": "name"
5613
+ }
5614
+ ]
5615
+ },
5616
+ "TuneEngine": {
5617
+ "requestType": "TuneEngineRequest",
5618
+ "responseType": "google.longrunning.Operation",
5619
+ "options": {
5620
+ "(google.api.http).post": "/v1alpha/{name=projects/*/locations/*/collections/*/engines/*}:tune",
5621
+ "(google.api.http).body": "*",
5622
+ "(google.api.method_signature)": "name",
5623
+ "(google.longrunning.operation_info).response_type": "TuneEngineResponse",
5624
+ "(google.longrunning.operation_info).metadata_type": "TuneEngineMetadata"
5625
+ },
5626
+ "parsedOptions": [
5627
+ {
5628
+ "(google.api.http)": {
5629
+ "post": "/v1alpha/{name=projects/*/locations/*/collections/*/engines/*}:tune",
5630
+ "body": "*"
5631
+ }
5632
+ },
5633
+ {
5634
+ "(google.api.method_signature)": "name"
5635
+ },
5636
+ {
5637
+ "(google.longrunning.operation_info)": {
5638
+ "response_type": "TuneEngineResponse",
5639
+ "metadata_type": "TuneEngineMetadata"
5640
+ }
5641
+ }
5642
+ ]
5643
+ }
5644
+ }
5645
+ },
5646
+ "CreateEngineRequest": {
5647
+ "fields": {
5648
+ "parent": {
5649
+ "type": "string",
5650
+ "id": 1,
5651
+ "options": {
5652
+ "(google.api.field_behavior)": "REQUIRED",
5653
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Collection"
5654
+ }
5655
+ },
5656
+ "engine": {
5657
+ "type": "Engine",
5658
+ "id": 2,
5659
+ "options": {
5660
+ "(google.api.field_behavior)": "REQUIRED"
5661
+ }
5662
+ },
5663
+ "engineId": {
5664
+ "type": "string",
5665
+ "id": 3,
5666
+ "options": {
5667
+ "(google.api.field_behavior)": "REQUIRED"
5668
+ }
5669
+ }
5670
+ }
5671
+ },
5672
+ "CreateEngineMetadata": {
5673
+ "fields": {
5674
+ "createTime": {
5675
+ "type": "google.protobuf.Timestamp",
5676
+ "id": 1
5677
+ },
5678
+ "updateTime": {
5679
+ "type": "google.protobuf.Timestamp",
5680
+ "id": 2
5681
+ }
5682
+ }
5683
+ },
5684
+ "DeleteEngineRequest": {
5685
+ "fields": {
5686
+ "name": {
5687
+ "type": "string",
5688
+ "id": 1,
5689
+ "options": {
5690
+ "(google.api.field_behavior)": "REQUIRED",
5691
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Engine"
5692
+ }
5693
+ }
5694
+ }
5695
+ },
5696
+ "DeleteEngineMetadata": {
5697
+ "fields": {
5698
+ "createTime": {
5699
+ "type": "google.protobuf.Timestamp",
5700
+ "id": 1
5701
+ },
5702
+ "updateTime": {
5703
+ "type": "google.protobuf.Timestamp",
5704
+ "id": 2
5705
+ }
5706
+ }
5707
+ },
5708
+ "GetEngineRequest": {
5709
+ "fields": {
5710
+ "name": {
5711
+ "type": "string",
5712
+ "id": 1,
5713
+ "options": {
5714
+ "(google.api.field_behavior)": "REQUIRED",
5715
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Engine"
5716
+ }
5717
+ }
5718
+ }
5719
+ },
5720
+ "ListEnginesRequest": {
5721
+ "fields": {
5722
+ "parent": {
5723
+ "type": "string",
5724
+ "id": 1,
5725
+ "options": {
5726
+ "(google.api.field_behavior)": "REQUIRED",
5727
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Collection"
5728
+ }
5729
+ },
5730
+ "pageSize": {
5731
+ "type": "int32",
5732
+ "id": 2,
5733
+ "options": {
5734
+ "(google.api.field_behavior)": "OPTIONAL"
5735
+ }
5736
+ },
5737
+ "pageToken": {
5738
+ "type": "string",
5739
+ "id": 3,
5740
+ "options": {
5741
+ "(google.api.field_behavior)": "OPTIONAL"
5742
+ }
5743
+ },
5744
+ "filter": {
5745
+ "type": "string",
5746
+ "id": 4,
5747
+ "options": {
5748
+ "(google.api.field_behavior)": "OPTIONAL"
5749
+ }
5750
+ }
5751
+ }
5752
+ },
5753
+ "ListEnginesResponse": {
5754
+ "fields": {
5755
+ "engines": {
5756
+ "rule": "repeated",
5757
+ "type": "Engine",
5758
+ "id": 1
5759
+ },
5760
+ "nextPageToken": {
5761
+ "type": "string",
5762
+ "id": 2
5763
+ }
5764
+ }
5765
+ },
5766
+ "UpdateEngineRequest": {
5767
+ "fields": {
5768
+ "engine": {
5769
+ "type": "Engine",
5770
+ "id": 1,
5771
+ "options": {
5772
+ "(google.api.field_behavior)": "REQUIRED"
5773
+ }
5774
+ },
5775
+ "updateMask": {
5776
+ "type": "google.protobuf.FieldMask",
5777
+ "id": 2
5778
+ }
5779
+ }
5780
+ },
5781
+ "PauseEngineRequest": {
5782
+ "fields": {
5783
+ "name": {
5784
+ "type": "string",
5785
+ "id": 1,
5786
+ "options": {
5787
+ "(google.api.field_behavior)": "REQUIRED",
5788
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Engine"
5789
+ }
5790
+ }
5791
+ }
5792
+ },
5793
+ "ResumeEngineRequest": {
5794
+ "fields": {
5795
+ "name": {
5796
+ "type": "string",
5797
+ "id": 1,
5798
+ "options": {
5799
+ "(google.api.field_behavior)": "REQUIRED",
5800
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Engine"
5801
+ }
5802
+ }
5803
+ }
5804
+ },
5805
+ "TuneEngineRequest": {
5806
+ "fields": {
5807
+ "name": {
5808
+ "type": "string",
5809
+ "id": 1,
5810
+ "options": {
5811
+ "(google.api.field_behavior)": "REQUIRED",
5812
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Engine"
5813
+ }
5814
+ }
5815
+ }
5816
+ },
5817
+ "TuneEngineMetadata": {
5818
+ "fields": {
5819
+ "engine": {
5820
+ "type": "string",
5821
+ "id": 1,
5822
+ "options": {
5823
+ "(google.api.field_behavior)": "REQUIRED",
5824
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Engine"
5825
+ }
5826
+ }
5827
+ }
5828
+ },
5829
+ "TuneEngineResponse": {
5830
+ "fields": {}
5831
+ },
5832
+ "RecommendationService": {
5833
+ "options": {
5834
+ "(google.api.default_host)": "discoveryengine.googleapis.com",
5835
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
5836
+ },
5837
+ "methods": {
5838
+ "Recommend": {
5839
+ "requestType": "RecommendRequest",
5840
+ "responseType": "RecommendResponse",
5841
+ "options": {
5842
+ "(google.api.http).post": "/v1alpha/{serving_config=projects/*/locations/*/dataStores/*/servingConfigs/*}:recommend",
5843
+ "(google.api.http).body": "*",
5844
+ "(google.api.http).additional_bindings.post": "/v1alpha/{serving_config=projects/*/locations/*/collections/*/engines/*/servingConfigs/*}:recommend",
5845
+ "(google.api.http).additional_bindings.body": "*"
5846
+ },
5847
+ "parsedOptions": [
5848
+ {
5849
+ "(google.api.http)": {
5850
+ "post": "/v1alpha/{serving_config=projects/*/locations/*/dataStores/*/servingConfigs/*}:recommend",
5851
+ "body": "*",
5852
+ "additional_bindings": [
5853
+ {
5854
+ "post": "/v1alpha/{serving_config=projects/*/locations/*/collections/*/dataStores/*/servingConfigs/*}:recommend",
5855
+ "body": "*"
5856
+ },
5857
+ {
5858
+ "post": "/v1alpha/{serving_config=projects/*/locations/*/collections/*/engines/*/servingConfigs/*}:recommend",
5859
+ "body": "*"
5860
+ }
5861
+ ]
5862
+ }
5863
+ }
5864
+ ]
5865
+ }
5866
+ }
5867
+ },
5868
+ "RecommendRequest": {
5869
+ "fields": {
5870
+ "servingConfig": {
5871
+ "type": "string",
5872
+ "id": 1,
5873
+ "options": {
5874
+ "(google.api.field_behavior)": "REQUIRED",
5875
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/ServingConfig"
5876
+ }
5877
+ },
5878
+ "userEvent": {
5879
+ "type": "UserEvent",
5880
+ "id": 2,
5881
+ "options": {
5882
+ "(google.api.field_behavior)": "REQUIRED"
5883
+ }
5884
+ },
5885
+ "pageSize": {
5886
+ "type": "int32",
5887
+ "id": 3
5888
+ },
5889
+ "filter": {
5890
+ "type": "string",
5891
+ "id": 4
5892
+ },
5893
+ "validateOnly": {
5894
+ "type": "bool",
5895
+ "id": 5
5896
+ },
5897
+ "params": {
5898
+ "keyType": "string",
5899
+ "type": "google.protobuf.Value",
5900
+ "id": 6
5901
+ },
5902
+ "userLabels": {
5903
+ "keyType": "string",
5904
+ "type": "string",
5905
+ "id": 8
5906
+ }
5907
+ }
5908
+ },
5909
+ "RecommendResponse": {
5910
+ "fields": {
5911
+ "results": {
5912
+ "rule": "repeated",
5913
+ "type": "RecommendationResult",
5914
+ "id": 1
5915
+ },
5916
+ "attributionToken": {
5917
+ "type": "string",
5918
+ "id": 2
5919
+ },
5920
+ "missingIds": {
5921
+ "rule": "repeated",
5922
+ "type": "string",
5923
+ "id": 3
5924
+ },
5925
+ "validateOnly": {
5926
+ "type": "bool",
5927
+ "id": 4
5928
+ }
5929
+ },
5930
+ "nested": {
5931
+ "RecommendationResult": {
5932
+ "fields": {
5933
+ "id": {
5934
+ "type": "string",
5935
+ "id": 1
5936
+ },
5937
+ "document": {
5938
+ "type": "Document",
5939
+ "id": 2
5940
+ },
5941
+ "metadata": {
5942
+ "keyType": "string",
5943
+ "type": "google.protobuf.Value",
5944
+ "id": 3
5945
+ }
5946
+ }
5947
+ }
5948
+ }
5949
+ },
5950
+ "Schema": {
5951
+ "options": {
5952
+ "(google.api.resource).type": "discoveryengine.googleapis.com/Schema",
5953
+ "(google.api.resource).pattern": "projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}"
5954
+ },
5955
+ "oneofs": {
5956
+ "schema": {
5957
+ "oneof": [
5958
+ "structSchema",
5959
+ "jsonSchema"
5960
+ ]
5961
+ }
5962
+ },
5963
+ "fields": {
5964
+ "structSchema": {
5965
+ "type": "google.protobuf.Struct",
5966
+ "id": 2
5967
+ },
5968
+ "jsonSchema": {
5969
+ "type": "string",
5970
+ "id": 3
5971
+ },
5972
+ "name": {
5973
+ "type": "string",
5974
+ "id": 1,
5975
+ "options": {
5976
+ "(google.api.field_behavior)": "IMMUTABLE"
5977
+ }
5978
+ },
5979
+ "fieldConfigs": {
5980
+ "rule": "repeated",
5981
+ "type": "FieldConfig",
5982
+ "id": 4,
5983
+ "options": {
5984
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
5985
+ }
5986
+ }
5987
+ }
5988
+ },
5989
+ "FieldConfig": {
5990
+ "fields": {
5991
+ "fieldPath": {
5992
+ "type": "string",
5993
+ "id": 1,
5994
+ "options": {
5995
+ "(google.api.field_behavior)": "REQUIRED"
5996
+ }
5997
+ },
5998
+ "fieldType": {
5999
+ "type": "FieldType",
6000
+ "id": 2,
6001
+ "options": {
6002
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
6003
+ }
6004
+ },
6005
+ "indexableOption": {
6006
+ "type": "IndexableOption",
6007
+ "id": 3
6008
+ },
6009
+ "dynamicFacetableOption": {
6010
+ "type": "DynamicFacetableOption",
6011
+ "id": 4
6012
+ },
6013
+ "searchableOption": {
6014
+ "type": "SearchableOption",
6015
+ "id": 5
6016
+ },
6017
+ "retrievableOption": {
6018
+ "type": "RetrievableOption",
6019
+ "id": 6
6020
+ },
6021
+ "completableOption": {
6022
+ "type": "CompletableOption",
6023
+ "id": 8
6024
+ },
6025
+ "recsFilterableOption": {
6026
+ "type": "FilterableOption",
6027
+ "id": 9
6028
+ },
6029
+ "keyPropertyType": {
6030
+ "type": "string",
6031
+ "id": 7,
6032
+ "options": {
6033
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
6034
+ }
6035
+ }
6036
+ },
6037
+ "nested": {
6038
+ "FieldType": {
6039
+ "values": {
6040
+ "FIELD_TYPE_UNSPECIFIED": 0,
6041
+ "OBJECT": 1,
6042
+ "STRING": 2,
6043
+ "NUMBER": 3,
6044
+ "INTEGER": 4,
6045
+ "BOOLEAN": 5,
6046
+ "GEOLOCATION": 6
6047
+ }
6048
+ },
6049
+ "IndexableOption": {
6050
+ "values": {
6051
+ "INDEXABLE_OPTION_UNSPECIFIED": 0,
6052
+ "INDEXABLE_ENABLED": 1,
6053
+ "INDEXABLE_DISABLED": 2
6054
+ }
6055
+ },
6056
+ "DynamicFacetableOption": {
6057
+ "values": {
6058
+ "DYNAMIC_FACETABLE_OPTION_UNSPECIFIED": 0,
6059
+ "DYNAMIC_FACETABLE_ENABLED": 1,
6060
+ "DYNAMIC_FACETABLE_DISABLED": 2
6061
+ }
6062
+ },
6063
+ "SearchableOption": {
6064
+ "values": {
6065
+ "SEARCHABLE_OPTION_UNSPECIFIED": 0,
6066
+ "SEARCHABLE_ENABLED": 1,
6067
+ "SEARCHABLE_DISABLED": 2
6068
+ }
6069
+ },
6070
+ "RetrievableOption": {
6071
+ "values": {
6072
+ "RETRIEVABLE_OPTION_UNSPECIFIED": 0,
6073
+ "RETRIEVABLE_ENABLED": 1,
6074
+ "RETRIEVABLE_DISABLED": 2
6075
+ }
6076
+ },
6077
+ "CompletableOption": {
6078
+ "values": {
6079
+ "COMPLETABLE_OPTION_UNSPECIFIED": 0,
6080
+ "COMPLETABLE_ENABLED": 1,
6081
+ "COMPLETABLE_DISABLED": 2
6082
+ }
6083
+ },
6084
+ "FilterableOption": {
6085
+ "values": {
6086
+ "FILTERABLE_OPTION_UNSPECIFIED": 0,
6087
+ "FILTERABLE_ENABLED": 1,
6088
+ "FILTERABLE_DISABLED": 2
6089
+ }
6090
+ }
6091
+ }
6092
+ },
6093
+ "SchemaService": {
6094
+ "options": {
6095
+ "(google.api.default_host)": "discoveryengine.googleapis.com",
6096
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
6097
+ },
6098
+ "methods": {
6099
+ "GetSchema": {
6100
+ "requestType": "GetSchemaRequest",
6101
+ "responseType": "Schema",
6102
+ "options": {
6103
+ "(google.api.http).get": "/v1alpha/{name=projects/*/locations/*/dataStores/*/schemas/*}",
6104
+ "(google.api.http).additional_bindings.get": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}",
6105
+ "(google.api.method_signature)": "name"
6106
+ },
6107
+ "parsedOptions": [
6108
+ {
6109
+ "(google.api.http)": {
6110
+ "get": "/v1alpha/{name=projects/*/locations/*/dataStores/*/schemas/*}",
6111
+ "additional_bindings": {
6112
+ "get": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}"
6113
+ }
6114
+ }
6115
+ },
6116
+ {
6117
+ "(google.api.method_signature)": "name"
6118
+ }
6119
+ ]
6120
+ },
6121
+ "ListSchemas": {
6122
+ "requestType": "ListSchemasRequest",
6123
+ "responseType": "ListSchemasResponse",
6124
+ "options": {
6125
+ "(google.api.http).get": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/schemas",
6126
+ "(google.api.http).additional_bindings.get": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/schemas",
6127
+ "(google.api.method_signature)": "parent"
6128
+ },
6129
+ "parsedOptions": [
6130
+ {
6131
+ "(google.api.http)": {
6132
+ "get": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/schemas",
6133
+ "additional_bindings": {
6134
+ "get": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/schemas"
6135
+ }
6136
+ }
6137
+ },
6138
+ {
6139
+ "(google.api.method_signature)": "parent"
6140
+ }
6141
+ ]
6142
+ },
6143
+ "CreateSchema": {
6144
+ "requestType": "CreateSchemaRequest",
6145
+ "responseType": "google.longrunning.Operation",
6146
+ "options": {
6147
+ "(google.api.http).post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/schemas",
6148
+ "(google.api.http).body": "schema",
6149
+ "(google.api.http).additional_bindings.post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/schemas",
6150
+ "(google.api.http).additional_bindings.body": "schema",
6151
+ "(google.api.method_signature)": "parent,schema,schema_id",
6152
+ "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1alpha.Schema",
6153
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.CreateSchemaMetadata"
6154
+ },
6155
+ "parsedOptions": [
6156
+ {
6157
+ "(google.api.http)": {
6158
+ "post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/schemas",
6159
+ "body": "schema",
6160
+ "additional_bindings": {
6161
+ "post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/schemas",
6162
+ "body": "schema"
6163
+ }
6164
+ }
6165
+ },
6166
+ {
6167
+ "(google.api.method_signature)": "parent,schema,schema_id"
6168
+ },
6169
+ {
6170
+ "(google.longrunning.operation_info)": {
6171
+ "response_type": "google.cloud.discoveryengine.v1alpha.Schema",
6172
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.CreateSchemaMetadata"
6173
+ }
6174
+ }
6175
+ ]
6176
+ },
6177
+ "UpdateSchema": {
6178
+ "requestType": "UpdateSchemaRequest",
6179
+ "responseType": "google.longrunning.Operation",
6180
+ "options": {
6181
+ "(google.api.http).patch": "/v1alpha/{schema.name=projects/*/locations/*/dataStores/*/schemas/*}",
6182
+ "(google.api.http).body": "schema",
6183
+ "(google.api.http).additional_bindings.patch": "/v1alpha/{schema.name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}",
6184
+ "(google.api.http).additional_bindings.body": "schema",
6185
+ "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1alpha.Schema",
6186
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.UpdateSchemaMetadata"
6187
+ },
6188
+ "parsedOptions": [
6189
+ {
6190
+ "(google.api.http)": {
6191
+ "patch": "/v1alpha/{schema.name=projects/*/locations/*/dataStores/*/schemas/*}",
6192
+ "body": "schema",
6193
+ "additional_bindings": {
6194
+ "patch": "/v1alpha/{schema.name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}",
6195
+ "body": "schema"
6196
+ }
6197
+ }
6198
+ },
6199
+ {
6200
+ "(google.longrunning.operation_info)": {
6201
+ "response_type": "google.cloud.discoveryengine.v1alpha.Schema",
6202
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.UpdateSchemaMetadata"
6203
+ }
6204
+ }
6205
+ ]
6206
+ },
6207
+ "DeleteSchema": {
6208
+ "requestType": "DeleteSchemaRequest",
6209
+ "responseType": "google.longrunning.Operation",
6210
+ "options": {
6211
+ "(google.api.http).delete": "/v1alpha/{name=projects/*/locations/*/dataStores/*/schemas/*}",
6212
+ "(google.api.http).additional_bindings.delete": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}",
6213
+ "(google.api.method_signature)": "name",
6214
+ "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
6215
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.DeleteSchemaMetadata"
6216
+ },
6217
+ "parsedOptions": [
6218
+ {
6219
+ "(google.api.http)": {
6220
+ "delete": "/v1alpha/{name=projects/*/locations/*/dataStores/*/schemas/*}",
6221
+ "additional_bindings": {
6222
+ "delete": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}"
6223
+ }
6224
+ }
6225
+ },
6226
+ {
6227
+ "(google.api.method_signature)": "name"
6228
+ },
6229
+ {
6230
+ "(google.longrunning.operation_info)": {
6231
+ "response_type": "google.protobuf.Empty",
6232
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.DeleteSchemaMetadata"
6233
+ }
6234
+ }
6235
+ ]
6236
+ }
6237
+ }
6238
+ },
6239
+ "GetSchemaRequest": {
6240
+ "fields": {
6241
+ "name": {
6242
+ "type": "string",
6243
+ "id": 1,
6244
+ "options": {
6245
+ "(google.api.field_behavior)": "REQUIRED",
6246
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Schema"
6247
+ }
6248
+ }
6249
+ }
6250
+ },
6251
+ "ListSchemasRequest": {
6252
+ "fields": {
6253
+ "parent": {
6254
+ "type": "string",
6255
+ "id": 1,
6256
+ "options": {
6257
+ "(google.api.field_behavior)": "REQUIRED",
6258
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
6259
+ }
6260
+ },
6261
+ "pageSize": {
6262
+ "type": "int32",
6263
+ "id": 2
6264
+ },
6265
+ "pageToken": {
6266
+ "type": "string",
6267
+ "id": 3
6268
+ }
6269
+ }
6270
+ },
6271
+ "ListSchemasResponse": {
6272
+ "fields": {
6273
+ "schemas": {
6274
+ "rule": "repeated",
6275
+ "type": "Schema",
6276
+ "id": 1
6277
+ },
6278
+ "nextPageToken": {
6279
+ "type": "string",
6280
+ "id": 2
6281
+ }
6282
+ }
6283
+ },
6284
+ "CreateSchemaRequest": {
6285
+ "fields": {
6286
+ "parent": {
6287
+ "type": "string",
6288
+ "id": 1,
6289
+ "options": {
6290
+ "(google.api.field_behavior)": "REQUIRED",
6291
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
6292
+ }
6293
+ },
6294
+ "schema": {
6295
+ "type": "Schema",
6296
+ "id": 2,
6297
+ "options": {
6298
+ "(google.api.field_behavior)": "REQUIRED"
6299
+ }
6300
+ },
6301
+ "schemaId": {
6302
+ "type": "string",
6303
+ "id": 3,
6304
+ "options": {
6305
+ "(google.api.field_behavior)": "REQUIRED"
6306
+ }
6307
+ }
6308
+ }
6309
+ },
6310
+ "UpdateSchemaRequest": {
6311
+ "fields": {
6312
+ "schema": {
6313
+ "type": "Schema",
6314
+ "id": 1,
6315
+ "options": {
6316
+ "(google.api.field_behavior)": "REQUIRED"
6317
+ }
6318
+ },
6319
+ "allowMissing": {
6320
+ "type": "bool",
6321
+ "id": 3
6322
+ }
6323
+ }
6324
+ },
6325
+ "DeleteSchemaRequest": {
6326
+ "fields": {
6327
+ "name": {
6328
+ "type": "string",
6329
+ "id": 1,
6330
+ "options": {
6331
+ "(google.api.field_behavior)": "REQUIRED",
6332
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Schema"
6333
+ }
6334
+ }
6335
+ }
6336
+ },
6337
+ "CreateSchemaMetadata": {
6338
+ "fields": {
6339
+ "createTime": {
6340
+ "type": "google.protobuf.Timestamp",
6341
+ "id": 1
6342
+ },
6343
+ "updateTime": {
6344
+ "type": "google.protobuf.Timestamp",
6345
+ "id": 2
6346
+ }
6347
+ }
6348
+ },
6349
+ "UpdateSchemaMetadata": {
6350
+ "fields": {
6351
+ "createTime": {
6352
+ "type": "google.protobuf.Timestamp",
6353
+ "id": 1
6354
+ },
6355
+ "updateTime": {
6356
+ "type": "google.protobuf.Timestamp",
6357
+ "id": 2
6358
+ }
6359
+ }
6360
+ },
6361
+ "DeleteSchemaMetadata": {
6362
+ "fields": {
6363
+ "createTime": {
6364
+ "type": "google.protobuf.Timestamp",
6365
+ "id": 1
6366
+ },
6367
+ "updateTime": {
6368
+ "type": "google.protobuf.Timestamp",
6369
+ "id": 2
6370
+ }
6371
+ }
6372
+ },
6373
+ "SiteSearchEngineService": {
6374
+ "options": {
6375
+ "(google.api.default_host)": "discoveryengine.googleapis.com",
6376
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
6377
+ },
6378
+ "methods": {
6379
+ "RecrawlUris": {
6380
+ "requestType": "RecrawlUrisRequest",
6381
+ "responseType": "google.longrunning.Operation",
6382
+ "options": {
6383
+ "(google.api.http).post": "/v1alpha/{site_search_engine=projects/*/locations/*/dataStores/*/siteSearchEngine}:recrawlUris",
6384
+ "(google.api.http).body": "*",
6385
+ "(google.api.http).additional_bindings.post": "/v1alpha/{site_search_engine=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine}:recrawlUris",
6386
+ "(google.api.http).additional_bindings.body": "*",
6387
+ "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1alpha.RecrawlUrisResponse",
6388
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.RecrawlUrisMetadata"
6389
+ },
6390
+ "parsedOptions": [
6391
+ {
6392
+ "(google.api.http)": {
6393
+ "post": "/v1alpha/{site_search_engine=projects/*/locations/*/dataStores/*/siteSearchEngine}:recrawlUris",
6394
+ "body": "*",
6395
+ "additional_bindings": {
6396
+ "post": "/v1alpha/{site_search_engine=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine}:recrawlUris",
6397
+ "body": "*"
6398
+ }
6399
+ }
6400
+ },
6401
+ {
6402
+ "(google.longrunning.operation_info)": {
6403
+ "response_type": "google.cloud.discoveryengine.v1alpha.RecrawlUrisResponse",
6404
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.RecrawlUrisMetadata"
6405
+ }
6406
+ }
6407
+ ]
6408
+ }
6409
+ }
6410
+ },
6411
+ "RecrawlUrisRequest": {
6412
+ "fields": {
6413
+ "siteSearchEngine": {
6414
+ "type": "string",
6415
+ "id": 1,
6416
+ "options": {
6417
+ "(google.api.field_behavior)": "REQUIRED",
6418
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/SiteSearchEngine"
6419
+ }
6420
+ },
6421
+ "uris": {
6422
+ "rule": "repeated",
6423
+ "type": "string",
6424
+ "id": 2,
6425
+ "options": {
6426
+ "(google.api.field_behavior)": "REQUIRED"
6427
+ }
6428
+ }
6429
+ }
6430
+ },
6431
+ "RecrawlUrisResponse": {
6432
+ "fields": {
6433
+ "failureSamples": {
6434
+ "rule": "repeated",
6435
+ "type": "FailureInfo",
6436
+ "id": 1
6437
+ },
6438
+ "failedUris": {
6439
+ "rule": "repeated",
6440
+ "type": "string",
6441
+ "id": 2
6442
+ }
6443
+ },
6444
+ "nested": {
6445
+ "FailureInfo": {
6446
+ "fields": {
6447
+ "uri": {
6448
+ "type": "string",
6449
+ "id": 1
6450
+ },
6451
+ "failureReasons": {
6452
+ "rule": "repeated",
6453
+ "type": "FailureReason",
6454
+ "id": 2
6455
+ }
6456
+ },
6457
+ "nested": {
6458
+ "FailureReason": {
6459
+ "fields": {
6460
+ "corpusType": {
6461
+ "type": "CorpusType",
6462
+ "id": 1
6463
+ },
6464
+ "errorMessage": {
6465
+ "type": "string",
6466
+ "id": 2
6467
+ }
6468
+ },
6469
+ "nested": {
6470
+ "CorpusType": {
6471
+ "values": {
6472
+ "CORPUS_TYPE_UNSPECIFIED": 0,
6473
+ "DESKTOP": 1,
6474
+ "MOBILE": 2
6475
+ }
6476
+ }
6477
+ }
6478
+ }
6479
+ }
6480
+ }
6481
+ }
6482
+ },
6483
+ "RecrawlUrisMetadata": {
6484
+ "fields": {
6485
+ "createTime": {
6486
+ "type": "google.protobuf.Timestamp",
6487
+ "id": 1
6488
+ },
6489
+ "updateTime": {
6490
+ "type": "google.protobuf.Timestamp",
6491
+ "id": 2
6492
+ },
6493
+ "invalidUris": {
6494
+ "rule": "repeated",
6495
+ "type": "string",
6496
+ "id": 3
6497
+ },
6498
+ "validUrisCount": {
6499
+ "type": "int32",
6500
+ "id": 4
6501
+ },
6502
+ "successCount": {
6503
+ "type": "int32",
6504
+ "id": 5
6505
+ },
6506
+ "pendingCount": {
6507
+ "type": "int32",
6508
+ "id": 6
6509
+ },
6510
+ "quotaExceededCount": {
6511
+ "type": "int32",
6512
+ "id": 7
6513
+ }
6514
+ }
6515
+ },
6516
+ "UserEventService": {
6517
+ "options": {
6518
+ "(google.api.default_host)": "discoveryengine.googleapis.com",
6519
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
6520
+ },
6521
+ "methods": {
6522
+ "WriteUserEvent": {
6523
+ "requestType": "WriteUserEventRequest",
6524
+ "responseType": "UserEvent",
6525
+ "options": {
6526
+ "(google.api.http).post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/userEvents:write",
6527
+ "(google.api.http).body": "user_event",
6528
+ "(google.api.http).additional_bindings.post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:write",
6529
+ "(google.api.http).additional_bindings.body": "user_event"
6530
+ },
6531
+ "parsedOptions": [
6532
+ {
6533
+ "(google.api.http)": {
6534
+ "post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/userEvents:write",
6535
+ "body": "user_event",
6536
+ "additional_bindings": {
6537
+ "post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:write",
6538
+ "body": "user_event"
6539
+ }
6540
+ }
6541
+ }
6542
+ ]
6543
+ },
6544
+ "CollectUserEvent": {
6545
+ "requestType": "CollectUserEventRequest",
6546
+ "responseType": "google.api.HttpBody",
6547
+ "options": {
6548
+ "(google.api.http).get": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/userEvents:collect",
6549
+ "(google.api.http).additional_bindings.get": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:collect"
6550
+ },
6551
+ "parsedOptions": [
6552
+ {
6553
+ "(google.api.http)": {
6554
+ "get": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/userEvents:collect",
6555
+ "additional_bindings": {
6556
+ "get": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:collect"
6557
+ }
6558
+ }
6559
+ }
6560
+ ]
6561
+ },
6562
+ "PurgeUserEvents": {
6563
+ "requestType": "PurgeUserEventsRequest",
6564
+ "responseType": "google.longrunning.Operation",
6565
+ "options": {
6566
+ "(google.api.http).post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/userEvents:purge",
6567
+ "(google.api.http).body": "*",
6568
+ "(google.api.http).additional_bindings.post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:purge",
6569
+ "(google.api.http).additional_bindings.body": "*",
6570
+ "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1alpha.PurgeUserEventsResponse",
6571
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.PurgeUserEventsMetadata"
6572
+ },
6573
+ "parsedOptions": [
6574
+ {
6575
+ "(google.api.http)": {
6576
+ "post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/userEvents:purge",
6577
+ "body": "*",
6578
+ "additional_bindings": {
6579
+ "post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:purge",
6580
+ "body": "*"
6581
+ }
6582
+ }
6583
+ },
6584
+ {
6585
+ "(google.longrunning.operation_info)": {
6586
+ "response_type": "google.cloud.discoveryengine.v1alpha.PurgeUserEventsResponse",
6587
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.PurgeUserEventsMetadata"
6588
+ }
6589
+ }
6590
+ ]
6591
+ },
6592
+ "ImportUserEvents": {
6593
+ "requestType": "ImportUserEventsRequest",
6594
+ "responseType": "google.longrunning.Operation",
6595
+ "options": {
6596
+ "(google.api.http).post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/userEvents:import",
6597
+ "(google.api.http).body": "*",
6598
+ "(google.api.http).additional_bindings.post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:import",
6599
+ "(google.api.http).additional_bindings.body": "*",
6600
+ "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1alpha.ImportUserEventsResponse",
6601
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.ImportUserEventsMetadata"
6602
+ },
6603
+ "parsedOptions": [
6604
+ {
6605
+ "(google.api.http)": {
6606
+ "post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/userEvents:import",
6607
+ "body": "*",
6608
+ "additional_bindings": {
6609
+ "post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:import",
6610
+ "body": "*"
6611
+ }
6612
+ }
6613
+ },
6614
+ {
6615
+ "(google.longrunning.operation_info)": {
6616
+ "response_type": "google.cloud.discoveryengine.v1alpha.ImportUserEventsResponse",
6617
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.ImportUserEventsMetadata"
6618
+ }
6619
+ }
6620
+ ]
6621
+ }
6622
+ }
6623
+ },
6624
+ "WriteUserEventRequest": {
6625
+ "oneofs": {
6626
+ "_userEvent": {
6627
+ "oneof": [
6628
+ "userEvent"
6629
+ ]
6630
+ }
6631
+ },
6632
+ "fields": {
6633
+ "parent": {
6634
+ "type": "string",
6635
+ "id": 1,
6636
+ "options": {
6637
+ "(google.api.field_behavior)": "REQUIRED",
6638
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
6639
+ }
6640
+ },
6641
+ "userEvent": {
6642
+ "type": "UserEvent",
6643
+ "id": 2,
6644
+ "options": {
6645
+ "(google.api.field_behavior)": "REQUIRED",
6646
+ "proto3_optional": true
6647
+ }
6648
+ }
6649
+ }
6650
+ },
6651
+ "CollectUserEventRequest": {
6652
+ "oneofs": {
6653
+ "_uri": {
6654
+ "oneof": [
6655
+ "uri"
6656
+ ]
6657
+ },
6658
+ "_ets": {
6659
+ "oneof": [
6660
+ "ets"
6661
+ ]
6662
+ }
6663
+ },
6664
+ "fields": {
6665
+ "parent": {
6666
+ "type": "string",
6667
+ "id": 1,
6668
+ "options": {
6669
+ "(google.api.field_behavior)": "REQUIRED",
6670
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
6671
+ }
6672
+ },
6673
+ "userEvent": {
6674
+ "type": "string",
6675
+ "id": 2,
6676
+ "options": {
6677
+ "(google.api.field_behavior)": "REQUIRED"
6678
+ }
6679
+ },
6680
+ "uri": {
6681
+ "type": "string",
6682
+ "id": 3,
6683
+ "options": {
6684
+ "proto3_optional": true
6685
+ }
6686
+ },
6687
+ "ets": {
6688
+ "type": "int64",
6689
+ "id": 4,
6690
+ "options": {
6691
+ "proto3_optional": true
6692
+ }
6693
+ }
6694
+ }
6695
+ }
6696
+ }
6697
+ },
2532
6698
  "v1beta": {
2533
6699
  "options": {
2534
6700
  "csharp_namespace": "Google.Cloud.DiscoveryEngine.V1Beta",
@@ -5618,6 +9784,10 @@
5618
9784
  "rule": "repeated",
5619
9785
  "type": "ClientLibrarySettings",
5620
9786
  "id": 109
9787
+ },
9788
+ "protoReferenceDocumentationUri": {
9789
+ "type": "string",
9790
+ "id": 110
5621
9791
  }
5622
9792
  }
5623
9793
  },
@@ -5675,6 +9845,31 @@
5675
9845
  "common": {
5676
9846
  "type": "CommonLanguageSettings",
5677
9847
  "id": 1
9848
+ },
9849
+ "renamedServices": {
9850
+ "keyType": "string",
9851
+ "type": "string",
9852
+ "id": 2
9853
+ },
9854
+ "renamedResources": {
9855
+ "keyType": "string",
9856
+ "type": "string",
9857
+ "id": 3
9858
+ },
9859
+ "ignoredResources": {
9860
+ "rule": "repeated",
9861
+ "type": "string",
9862
+ "id": 4
9863
+ },
9864
+ "forcedNamespaceAliases": {
9865
+ "rule": "repeated",
9866
+ "type": "string",
9867
+ "id": 5
9868
+ },
9869
+ "handwrittenSignatures": {
9870
+ "rule": "repeated",
9871
+ "type": "string",
9872
+ "id": 6
5678
9873
  }
5679
9874
  }
5680
9875
  },
@@ -5734,7 +9929,10 @@
5734
9929
  "CLOUD": 1,
5735
9930
  "ADS": 2,
5736
9931
  "PHOTOS": 3,
5737
- "STREET_VIEW": 4
9932
+ "STREET_VIEW": 4,
9933
+ "SHOPPING": 5,
9934
+ "GEO": 6,
9935
+ "GENERATIVE_AI": 7
5738
9936
  }
5739
9937
  },
5740
9938
  "ClientLibraryDestination": {
@@ -5970,6 +10168,25 @@
5970
10168
  "rule": "repeated",
5971
10169
  "type": "UninterpretedOption",
5972
10170
  "id": 999
10171
+ },
10172
+ "declaration": {
10173
+ "rule": "repeated",
10174
+ "type": "Declaration",
10175
+ "id": 2,
10176
+ "options": {
10177
+ "retention": "RETENTION_SOURCE"
10178
+ }
10179
+ },
10180
+ "features": {
10181
+ "type": "FeatureSet",
10182
+ "id": 50
10183
+ },
10184
+ "verification": {
10185
+ "type": "VerificationState",
10186
+ "id": 3,
10187
+ "options": {
10188
+ "default": "UNVERIFIED"
10189
+ }
5973
10190
  }
5974
10191
  },
5975
10192
  "extensions": [
@@ -5977,7 +10194,45 @@
5977
10194
  1000,
5978
10195
  536870911
5979
10196
  ]
5980
- ]
10197
+ ],
10198
+ "nested": {
10199
+ "Declaration": {
10200
+ "fields": {
10201
+ "number": {
10202
+ "type": "int32",
10203
+ "id": 1
10204
+ },
10205
+ "fullName": {
10206
+ "type": "string",
10207
+ "id": 2
10208
+ },
10209
+ "type": {
10210
+ "type": "string",
10211
+ "id": 3
10212
+ },
10213
+ "reserved": {
10214
+ "type": "bool",
10215
+ "id": 5
10216
+ },
10217
+ "repeated": {
10218
+ "type": "bool",
10219
+ "id": 6
10220
+ }
10221
+ },
10222
+ "reserved": [
10223
+ [
10224
+ 4,
10225
+ 4
10226
+ ]
10227
+ ]
10228
+ },
10229
+ "VerificationState": {
10230
+ "values": {
10231
+ "DECLARATION": 0,
10232
+ "UNVERIFIED": 1
10233
+ }
10234
+ }
10235
+ }
5981
10236
  },
5982
10237
  "FieldDescriptorProto": {
5983
10238
  "fields": {
@@ -6290,6 +10545,10 @@
6290
10545
  "type": "string",
6291
10546
  "id": 45
6292
10547
  },
10548
+ "features": {
10549
+ "type": "FeatureSet",
10550
+ "id": 50
10551
+ },
6293
10552
  "uninterpretedOption": {
6294
10553
  "rule": "repeated",
6295
10554
  "type": "UninterpretedOption",
@@ -6352,6 +10611,10 @@
6352
10611
  "deprecated": true
6353
10612
  }
6354
10613
  },
10614
+ "features": {
10615
+ "type": "FeatureSet",
10616
+ "id": 12
10617
+ },
6355
10618
  "uninterpretedOption": {
6356
10619
  "rule": "repeated",
6357
10620
  "type": "UninterpretedOption",
@@ -6446,9 +10709,22 @@
6446
10709
  "type": "OptionRetention",
6447
10710
  "id": 17
6448
10711
  },
6449
- "target": {
10712
+ "targets": {
10713
+ "rule": "repeated",
6450
10714
  "type": "OptionTargetType",
6451
- "id": 18
10715
+ "id": 19,
10716
+ "options": {
10717
+ "packed": false
10718
+ }
10719
+ },
10720
+ "editionDefaults": {
10721
+ "rule": "repeated",
10722
+ "type": "EditionDefault",
10723
+ "id": 20
10724
+ },
10725
+ "features": {
10726
+ "type": "FeatureSet",
10727
+ "id": 21
6452
10728
  },
6453
10729
  "uninterpretedOption": {
6454
10730
  "rule": "repeated",
@@ -6466,6 +10742,10 @@
6466
10742
  [
6467
10743
  4,
6468
10744
  4
10745
+ ],
10746
+ [
10747
+ 18,
10748
+ 18
6469
10749
  ]
6470
10750
  ],
6471
10751
  "nested": {
@@ -6503,11 +10783,27 @@
6503
10783
  "TARGET_TYPE_SERVICE": 8,
6504
10784
  "TARGET_TYPE_METHOD": 9
6505
10785
  }
10786
+ },
10787
+ "EditionDefault": {
10788
+ "fields": {
10789
+ "edition": {
10790
+ "type": "string",
10791
+ "id": 1
10792
+ },
10793
+ "value": {
10794
+ "type": "string",
10795
+ "id": 2
10796
+ }
10797
+ }
6506
10798
  }
6507
10799
  }
6508
10800
  },
6509
10801
  "OneofOptions": {
6510
10802
  "fields": {
10803
+ "features": {
10804
+ "type": "FeatureSet",
10805
+ "id": 1
10806
+ },
6511
10807
  "uninterpretedOption": {
6512
10808
  "rule": "repeated",
6513
10809
  "type": "UninterpretedOption",
@@ -6541,6 +10837,10 @@
6541
10837
  "deprecated": true
6542
10838
  }
6543
10839
  },
10840
+ "features": {
10841
+ "type": "FeatureSet",
10842
+ "id": 7
10843
+ },
6544
10844
  "uninterpretedOption": {
6545
10845
  "rule": "repeated",
6546
10846
  "type": "UninterpretedOption",
@@ -6569,6 +10869,17 @@
6569
10869
  "default": false
6570
10870
  }
6571
10871
  },
10872
+ "features": {
10873
+ "type": "FeatureSet",
10874
+ "id": 2
10875
+ },
10876
+ "debugRedact": {
10877
+ "type": "bool",
10878
+ "id": 3,
10879
+ "options": {
10880
+ "default": false
10881
+ }
10882
+ },
6572
10883
  "uninterpretedOption": {
6573
10884
  "rule": "repeated",
6574
10885
  "type": "UninterpretedOption",
@@ -6584,6 +10895,10 @@
6584
10895
  },
6585
10896
  "ServiceOptions": {
6586
10897
  "fields": {
10898
+ "features": {
10899
+ "type": "FeatureSet",
10900
+ "id": 34
10901
+ },
6587
10902
  "deprecated": {
6588
10903
  "type": "bool",
6589
10904
  "id": 33,
@@ -6620,6 +10935,10 @@
6620
10935
  "default": "IDEMPOTENCY_UNKNOWN"
6621
10936
  }
6622
10937
  },
10938
+ "features": {
10939
+ "type": "FeatureSet",
10940
+ "id": 35
10941
+ },
6623
10942
  "uninterpretedOption": {
6624
10943
  "rule": "repeated",
6625
10944
  "type": "UninterpretedOption",
@@ -6691,6 +11010,137 @@
6691
11010
  }
6692
11011
  }
6693
11012
  },
11013
+ "FeatureSet": {
11014
+ "fields": {
11015
+ "fieldPresence": {
11016
+ "type": "FieldPresence",
11017
+ "id": 1,
11018
+ "options": {
11019
+ "retention": "RETENTION_RUNTIME",
11020
+ "targets": "TARGET_TYPE_FILE",
11021
+ "edition_defaults.edition": "2023",
11022
+ "edition_defaults.value": "EXPLICIT"
11023
+ }
11024
+ },
11025
+ "enumType": {
11026
+ "type": "EnumType",
11027
+ "id": 2,
11028
+ "options": {
11029
+ "retention": "RETENTION_RUNTIME",
11030
+ "targets": "TARGET_TYPE_FILE",
11031
+ "edition_defaults.edition": "2023",
11032
+ "edition_defaults.value": "OPEN"
11033
+ }
11034
+ },
11035
+ "repeatedFieldEncoding": {
11036
+ "type": "RepeatedFieldEncoding",
11037
+ "id": 3,
11038
+ "options": {
11039
+ "retention": "RETENTION_RUNTIME",
11040
+ "targets": "TARGET_TYPE_FILE",
11041
+ "edition_defaults.edition": "2023",
11042
+ "edition_defaults.value": "PACKED"
11043
+ }
11044
+ },
11045
+ "stringFieldValidation": {
11046
+ "type": "StringFieldValidation",
11047
+ "id": 4,
11048
+ "options": {
11049
+ "retention": "RETENTION_RUNTIME",
11050
+ "targets": "TARGET_TYPE_FILE",
11051
+ "edition_defaults.edition": "2023",
11052
+ "edition_defaults.value": "MANDATORY"
11053
+ }
11054
+ },
11055
+ "messageEncoding": {
11056
+ "type": "MessageEncoding",
11057
+ "id": 5,
11058
+ "options": {
11059
+ "retention": "RETENTION_RUNTIME",
11060
+ "targets": "TARGET_TYPE_FILE",
11061
+ "edition_defaults.edition": "2023",
11062
+ "edition_defaults.value": "LENGTH_PREFIXED"
11063
+ }
11064
+ },
11065
+ "jsonFormat": {
11066
+ "type": "JsonFormat",
11067
+ "id": 6,
11068
+ "options": {
11069
+ "retention": "RETENTION_RUNTIME",
11070
+ "targets": "TARGET_TYPE_FILE",
11071
+ "edition_defaults.edition": "2023",
11072
+ "edition_defaults.value": "ALLOW"
11073
+ }
11074
+ },
11075
+ "rawFeatures": {
11076
+ "type": "FeatureSet",
11077
+ "id": 999,
11078
+ "options": {
11079
+ "targets": "TARGET_TYPE_UNKNOWN"
11080
+ }
11081
+ }
11082
+ },
11083
+ "extensions": [
11084
+ [
11085
+ 1000,
11086
+ 1000
11087
+ ],
11088
+ [
11089
+ 1001,
11090
+ 1001
11091
+ ],
11092
+ [
11093
+ 9995,
11094
+ 9999
11095
+ ]
11096
+ ],
11097
+ "nested": {
11098
+ "FieldPresence": {
11099
+ "values": {
11100
+ "FIELD_PRESENCE_UNKNOWN": 0,
11101
+ "EXPLICIT": 1,
11102
+ "IMPLICIT": 2,
11103
+ "LEGACY_REQUIRED": 3
11104
+ }
11105
+ },
11106
+ "EnumType": {
11107
+ "values": {
11108
+ "ENUM_TYPE_UNKNOWN": 0,
11109
+ "OPEN": 1,
11110
+ "CLOSED": 2
11111
+ }
11112
+ },
11113
+ "RepeatedFieldEncoding": {
11114
+ "values": {
11115
+ "REPEATED_FIELD_ENCODING_UNKNOWN": 0,
11116
+ "PACKED": 1,
11117
+ "EXPANDED": 2
11118
+ }
11119
+ },
11120
+ "StringFieldValidation": {
11121
+ "values": {
11122
+ "STRING_FIELD_VALIDATION_UNKNOWN": 0,
11123
+ "MANDATORY": 1,
11124
+ "HINT": 2,
11125
+ "NONE": 3
11126
+ }
11127
+ },
11128
+ "MessageEncoding": {
11129
+ "values": {
11130
+ "MESSAGE_ENCODING_UNKNOWN": 0,
11131
+ "LENGTH_PREFIXED": 1,
11132
+ "DELIMITED": 2
11133
+ }
11134
+ },
11135
+ "JsonFormat": {
11136
+ "values": {
11137
+ "JSON_FORMAT_UNKNOWN": 0,
11138
+ "ALLOW": 1,
11139
+ "LEGACY_BEST_EFFORT": 2
11140
+ }
11141
+ }
11142
+ }
11143
+ },
6694
11144
  "SourceCodeInfo": {
6695
11145
  "fields": {
6696
11146
  "location": {
@@ -6948,7 +11398,7 @@
6948
11398
  "options": {
6949
11399
  "cc_enable_arenas": true,
6950
11400
  "csharp_namespace": "Google.LongRunning",
6951
- "go_package": "google.golang.org/genproto/googleapis/longrunning;longrunning",
11401
+ "go_package": "cloud.google.com/go/longrunning/autogen/longrunningpb;longrunningpb",
6952
11402
  "java_multiple_files": true,
6953
11403
  "java_outer_classname": "OperationsProto",
6954
11404
  "java_package": "com.google.longrunning",