@google-cloud/discoveryengine 1.1.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/README.md +26 -0
  3. package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +155 -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/document.proto +121 -0
  8. package/build/protos/google/cloud/discoveryengine/v1alpha/document_service.proto +318 -0
  9. package/build/protos/google/cloud/discoveryengine/v1alpha/import_config.proto +343 -0
  10. package/build/protos/google/cloud/discoveryengine/v1alpha/purge_config.proto +159 -0
  11. package/build/protos/google/cloud/discoveryengine/v1alpha/recommendation_service.proto +221 -0
  12. package/build/protos/google/cloud/discoveryengine/v1alpha/schema.proto +312 -0
  13. package/build/protos/google/cloud/discoveryengine/v1alpha/schema_service.proto +260 -0
  14. package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +851 -0
  15. package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine_service.proto +152 -0
  16. package/build/protos/google/cloud/discoveryengine/v1alpha/user_event.proto +475 -0
  17. package/build/protos/google/cloud/discoveryengine/v1alpha/user_event_service.proto +154 -0
  18. package/build/protos/protos.d.ts +12587 -7
  19. package/build/protos/protos.js +34918 -3126
  20. package/build/protos/protos.json +3458 -5
  21. package/build/src/index.d.ts +3 -1
  22. package/build/src/index.js +4 -1
  23. package/build/src/v1alpha/completion_service_client.d.ts +603 -0
  24. package/build/src/v1alpha/completion_service_client.js +843 -0
  25. package/build/src/v1alpha/completion_service_client_config.json +43 -0
  26. package/build/src/v1alpha/conversational_search_service_client.d.ts +998 -0
  27. package/build/src/v1alpha/conversational_search_service_client.js +1275 -0
  28. package/build/src/v1alpha/conversational_search_service_client_config.json +68 -0
  29. package/build/src/v1alpha/document_service_client.d.ts +1140 -0
  30. package/build/src/v1alpha/document_service_client.js +1393 -0
  31. package/build/src/v1alpha/document_service_client_config.json +82 -0
  32. package/build/src/v1alpha/index.d.ts +8 -0
  33. package/build/src/v1alpha/index.js +37 -0
  34. package/build/src/v1alpha/recommendation_service_client.d.ts +735 -0
  35. package/build/src/v1alpha/recommendation_service_client.js +938 -0
  36. package/build/src/v1alpha/recommendation_service_client_config.json +43 -0
  37. package/build/src/v1alpha/schema_service_client.d.ts +935 -0
  38. package/build/src/v1alpha/schema_service_client.js +1327 -0
  39. package/build/src/v1alpha/schema_service_client_config.json +63 -0
  40. package/build/src/v1alpha/search_service_client.d.ts +1208 -0
  41. package/build/src/v1alpha/search_service_client.js +1432 -0
  42. package/build/src/v1alpha/search_service_client_config.json +43 -0
  43. package/build/src/v1alpha/site_search_engine_service_client.d.ts +704 -0
  44. package/build/src/v1alpha/site_search_engine_service_client.js +1087 -0
  45. package/build/src/v1alpha/site_search_engine_service_client_config.json +30 -0
  46. package/build/src/v1alpha/user_event_service_client.d.ts +853 -0
  47. package/build/src/v1alpha/user_event_service_client.js +1174 -0
  48. package/build/src/v1alpha/user_event_service_client_config.json +67 -0
  49. package/package.json +3 -3
@@ -2529,6 +2529,3175 @@
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
+ "SolutionType": {
2547
+ "values": {
2548
+ "SOLUTION_TYPE_UNSPECIFIED": 0,
2549
+ "SOLUTION_TYPE_RECOMMENDATION": 1,
2550
+ "SOLUTION_TYPE_SEARCH": 2,
2551
+ "SOLUTION_TYPE_CHAT": 3
2552
+ }
2553
+ },
2554
+ "Interval": {
2555
+ "oneofs": {
2556
+ "min": {
2557
+ "oneof": [
2558
+ "minimum",
2559
+ "exclusiveMinimum"
2560
+ ]
2561
+ },
2562
+ "max": {
2563
+ "oneof": [
2564
+ "maximum",
2565
+ "exclusiveMaximum"
2566
+ ]
2567
+ }
2568
+ },
2569
+ "fields": {
2570
+ "minimum": {
2571
+ "type": "double",
2572
+ "id": 1
2573
+ },
2574
+ "exclusiveMinimum": {
2575
+ "type": "double",
2576
+ "id": 2
2577
+ },
2578
+ "maximum": {
2579
+ "type": "double",
2580
+ "id": 3
2581
+ },
2582
+ "exclusiveMaximum": {
2583
+ "type": "double",
2584
+ "id": 4
2585
+ }
2586
+ }
2587
+ },
2588
+ "CustomAttribute": {
2589
+ "fields": {
2590
+ "text": {
2591
+ "rule": "repeated",
2592
+ "type": "string",
2593
+ "id": 1
2594
+ },
2595
+ "numbers": {
2596
+ "rule": "repeated",
2597
+ "type": "double",
2598
+ "id": 2
2599
+ }
2600
+ }
2601
+ },
2602
+ "UserInfo": {
2603
+ "fields": {
2604
+ "userId": {
2605
+ "type": "string",
2606
+ "id": 1
2607
+ },
2608
+ "userAgent": {
2609
+ "type": "string",
2610
+ "id": 2
2611
+ }
2612
+ }
2613
+ },
2614
+ "DoubleList": {
2615
+ "fields": {
2616
+ "values": {
2617
+ "rule": "repeated",
2618
+ "type": "double",
2619
+ "id": 1
2620
+ }
2621
+ }
2622
+ },
2623
+ "CompletionService": {
2624
+ "options": {
2625
+ "(google.api.default_host)": "discoveryengine.googleapis.com",
2626
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
2627
+ },
2628
+ "methods": {
2629
+ "CompleteQuery": {
2630
+ "requestType": "CompleteQueryRequest",
2631
+ "responseType": "CompleteQueryResponse",
2632
+ "options": {
2633
+ "(google.api.http).get": "/v1alpha/{data_store=projects/*/locations/*/dataStores/*}:completeQuery",
2634
+ "(google.api.http).additional_bindings.get": "/v1alpha/{data_store=projects/*/locations/*/collections/*/dataStores/*}:completeQuery"
2635
+ },
2636
+ "parsedOptions": [
2637
+ {
2638
+ "(google.api.http)": {
2639
+ "get": "/v1alpha/{data_store=projects/*/locations/*/dataStores/*}:completeQuery",
2640
+ "additional_bindings": {
2641
+ "get": "/v1alpha/{data_store=projects/*/locations/*/collections/*/dataStores/*}:completeQuery"
2642
+ }
2643
+ }
2644
+ }
2645
+ ]
2646
+ }
2647
+ }
2648
+ },
2649
+ "CompleteQueryRequest": {
2650
+ "fields": {
2651
+ "dataStore": {
2652
+ "type": "string",
2653
+ "id": 1,
2654
+ "options": {
2655
+ "(google.api.field_behavior)": "REQUIRED",
2656
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
2657
+ }
2658
+ },
2659
+ "query": {
2660
+ "type": "string",
2661
+ "id": 2,
2662
+ "options": {
2663
+ "(google.api.field_behavior)": "REQUIRED"
2664
+ }
2665
+ },
2666
+ "queryModel": {
2667
+ "type": "string",
2668
+ "id": 3
2669
+ },
2670
+ "userPseudoId": {
2671
+ "type": "string",
2672
+ "id": 4
2673
+ },
2674
+ "includeTailSuggestions": {
2675
+ "type": "bool",
2676
+ "id": 5
2677
+ }
2678
+ }
2679
+ },
2680
+ "CompleteQueryResponse": {
2681
+ "fields": {
2682
+ "querySuggestions": {
2683
+ "rule": "repeated",
2684
+ "type": "QuerySuggestion",
2685
+ "id": 1
2686
+ },
2687
+ "tailMatchTriggered": {
2688
+ "type": "bool",
2689
+ "id": 2
2690
+ }
2691
+ },
2692
+ "nested": {
2693
+ "QuerySuggestion": {
2694
+ "fields": {
2695
+ "suggestion": {
2696
+ "type": "string",
2697
+ "id": 1
2698
+ },
2699
+ "completableFieldPaths": {
2700
+ "rule": "repeated",
2701
+ "type": "string",
2702
+ "id": 2
2703
+ }
2704
+ }
2705
+ }
2706
+ }
2707
+ },
2708
+ "Conversation": {
2709
+ "options": {
2710
+ "(google.api.resource).type": "discoveryengine.googleapis.com/Conversation",
2711
+ "(google.api.resource).pattern": "projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/conversations/{conversation}"
2712
+ },
2713
+ "fields": {
2714
+ "name": {
2715
+ "type": "string",
2716
+ "id": 1,
2717
+ "options": {
2718
+ "(google.api.field_behavior)": "IMMUTABLE"
2719
+ }
2720
+ },
2721
+ "state": {
2722
+ "type": "State",
2723
+ "id": 2
2724
+ },
2725
+ "userPseudoId": {
2726
+ "type": "string",
2727
+ "id": 3
2728
+ },
2729
+ "messages": {
2730
+ "rule": "repeated",
2731
+ "type": "ConversationMessage",
2732
+ "id": 4
2733
+ },
2734
+ "startTime": {
2735
+ "type": "google.protobuf.Timestamp",
2736
+ "id": 5,
2737
+ "options": {
2738
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
2739
+ }
2740
+ },
2741
+ "endTime": {
2742
+ "type": "google.protobuf.Timestamp",
2743
+ "id": 6,
2744
+ "options": {
2745
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
2746
+ }
2747
+ }
2748
+ },
2749
+ "nested": {
2750
+ "State": {
2751
+ "values": {
2752
+ "STATE_UNSPECIFIED": 0,
2753
+ "IN_PROGRESS": 1,
2754
+ "COMPLETED": 2
2755
+ }
2756
+ }
2757
+ }
2758
+ },
2759
+ "Reply": {
2760
+ "fields": {
2761
+ "reply": {
2762
+ "type": "string",
2763
+ "id": 1,
2764
+ "options": {
2765
+ "deprecated": true
2766
+ }
2767
+ },
2768
+ "references": {
2769
+ "rule": "repeated",
2770
+ "type": "Reference",
2771
+ "id": 2,
2772
+ "options": {
2773
+ "deprecated": true
2774
+ }
2775
+ },
2776
+ "summary": {
2777
+ "type": "SearchResponse.Summary",
2778
+ "id": 3
2779
+ }
2780
+ },
2781
+ "nested": {
2782
+ "Reference": {
2783
+ "options": {
2784
+ "deprecated": true
2785
+ },
2786
+ "fields": {
2787
+ "uri": {
2788
+ "type": "string",
2789
+ "id": 1
2790
+ },
2791
+ "anchorText": {
2792
+ "type": "string",
2793
+ "id": 2
2794
+ },
2795
+ "start": {
2796
+ "type": "int32",
2797
+ "id": 3
2798
+ },
2799
+ "end": {
2800
+ "type": "int32",
2801
+ "id": 4
2802
+ }
2803
+ }
2804
+ }
2805
+ }
2806
+ },
2807
+ "ConversationContext": {
2808
+ "fields": {
2809
+ "contextDocuments": {
2810
+ "rule": "repeated",
2811
+ "type": "string",
2812
+ "id": 1
2813
+ },
2814
+ "activeDocument": {
2815
+ "type": "string",
2816
+ "id": 2
2817
+ }
2818
+ }
2819
+ },
2820
+ "TextInput": {
2821
+ "fields": {
2822
+ "input": {
2823
+ "type": "string",
2824
+ "id": 1
2825
+ },
2826
+ "context": {
2827
+ "type": "ConversationContext",
2828
+ "id": 2
2829
+ }
2830
+ }
2831
+ },
2832
+ "ConversationMessage": {
2833
+ "oneofs": {
2834
+ "message": {
2835
+ "oneof": [
2836
+ "userInput",
2837
+ "reply"
2838
+ ]
2839
+ }
2840
+ },
2841
+ "fields": {
2842
+ "userInput": {
2843
+ "type": "TextInput",
2844
+ "id": 1
2845
+ },
2846
+ "reply": {
2847
+ "type": "Reply",
2848
+ "id": 2
2849
+ },
2850
+ "createTime": {
2851
+ "type": "google.protobuf.Timestamp",
2852
+ "id": 3,
2853
+ "options": {
2854
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
2855
+ }
2856
+ }
2857
+ }
2858
+ },
2859
+ "SearchService": {
2860
+ "options": {
2861
+ "(google.api.default_host)": "discoveryengine.googleapis.com",
2862
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
2863
+ },
2864
+ "methods": {
2865
+ "Search": {
2866
+ "requestType": "SearchRequest",
2867
+ "responseType": "SearchResponse",
2868
+ "options": {
2869
+ "(google.api.http).post": "/v1alpha/{serving_config=projects/*/locations/*/dataStores/*/servingConfigs/*}:search",
2870
+ "(google.api.http).body": "*",
2871
+ "(google.api.http).additional_bindings.post": "/v1alpha/{serving_config=projects/*/locations/*/collections/*/engines/*/servingConfigs/*}:search",
2872
+ "(google.api.http).additional_bindings.body": "*"
2873
+ },
2874
+ "parsedOptions": [
2875
+ {
2876
+ "(google.api.http)": {
2877
+ "post": "/v1alpha/{serving_config=projects/*/locations/*/dataStores/*/servingConfigs/*}:search",
2878
+ "body": "*",
2879
+ "additional_bindings": [
2880
+ {
2881
+ "post": "/v1alpha/{serving_config=projects/*/locations/*/collections/*/dataStores/*/servingConfigs/*}:search",
2882
+ "body": "*"
2883
+ },
2884
+ {
2885
+ "post": "/v1alpha/{serving_config=projects/*/locations/*/collections/*/engines/*/servingConfigs/*}:search",
2886
+ "body": "*"
2887
+ }
2888
+ ]
2889
+ }
2890
+ }
2891
+ ]
2892
+ }
2893
+ }
2894
+ },
2895
+ "SearchRequest": {
2896
+ "fields": {
2897
+ "servingConfig": {
2898
+ "type": "string",
2899
+ "id": 1,
2900
+ "options": {
2901
+ "(google.api.field_behavior)": "REQUIRED",
2902
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/ServingConfig"
2903
+ }
2904
+ },
2905
+ "branch": {
2906
+ "type": "string",
2907
+ "id": 2,
2908
+ "options": {
2909
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Branch"
2910
+ }
2911
+ },
2912
+ "query": {
2913
+ "type": "string",
2914
+ "id": 3
2915
+ },
2916
+ "imageQuery": {
2917
+ "type": "ImageQuery",
2918
+ "id": 19
2919
+ },
2920
+ "pageSize": {
2921
+ "type": "int32",
2922
+ "id": 4
2923
+ },
2924
+ "pageToken": {
2925
+ "type": "string",
2926
+ "id": 5
2927
+ },
2928
+ "offset": {
2929
+ "type": "int32",
2930
+ "id": 6
2931
+ },
2932
+ "filter": {
2933
+ "type": "string",
2934
+ "id": 7
2935
+ },
2936
+ "orderBy": {
2937
+ "type": "string",
2938
+ "id": 8
2939
+ },
2940
+ "userInfo": {
2941
+ "type": "UserInfo",
2942
+ "id": 21
2943
+ },
2944
+ "facetSpecs": {
2945
+ "rule": "repeated",
2946
+ "type": "FacetSpec",
2947
+ "id": 9
2948
+ },
2949
+ "boostSpec": {
2950
+ "type": "BoostSpec",
2951
+ "id": 10
2952
+ },
2953
+ "params": {
2954
+ "keyType": "string",
2955
+ "type": "google.protobuf.Value",
2956
+ "id": 11
2957
+ },
2958
+ "queryExpansionSpec": {
2959
+ "type": "QueryExpansionSpec",
2960
+ "id": 13
2961
+ },
2962
+ "spellCorrectionSpec": {
2963
+ "type": "SpellCorrectionSpec",
2964
+ "id": 14
2965
+ },
2966
+ "userPseudoId": {
2967
+ "type": "string",
2968
+ "id": 15
2969
+ },
2970
+ "contentSearchSpec": {
2971
+ "type": "ContentSearchSpec",
2972
+ "id": 24
2973
+ },
2974
+ "embeddingSpec": {
2975
+ "type": "EmbeddingSpec",
2976
+ "id": 23
2977
+ },
2978
+ "rankingExpression": {
2979
+ "type": "string",
2980
+ "id": 26
2981
+ },
2982
+ "safeSearch": {
2983
+ "type": "bool",
2984
+ "id": 20
2985
+ },
2986
+ "userLabels": {
2987
+ "keyType": "string",
2988
+ "type": "string",
2989
+ "id": 22
2990
+ }
2991
+ },
2992
+ "nested": {
2993
+ "ImageQuery": {
2994
+ "oneofs": {
2995
+ "image": {
2996
+ "oneof": [
2997
+ "imageBytes"
2998
+ ]
2999
+ }
3000
+ },
3001
+ "fields": {
3002
+ "imageBytes": {
3003
+ "type": "string",
3004
+ "id": 1
3005
+ }
3006
+ }
3007
+ },
3008
+ "FacetSpec": {
3009
+ "fields": {
3010
+ "facetKey": {
3011
+ "type": "FacetKey",
3012
+ "id": 1,
3013
+ "options": {
3014
+ "(google.api.field_behavior)": "REQUIRED"
3015
+ }
3016
+ },
3017
+ "limit": {
3018
+ "type": "int32",
3019
+ "id": 2
3020
+ },
3021
+ "excludedFilterKeys": {
3022
+ "rule": "repeated",
3023
+ "type": "string",
3024
+ "id": 3
3025
+ },
3026
+ "enableDynamicPosition": {
3027
+ "type": "bool",
3028
+ "id": 4
3029
+ }
3030
+ },
3031
+ "nested": {
3032
+ "FacetKey": {
3033
+ "fields": {
3034
+ "key": {
3035
+ "type": "string",
3036
+ "id": 1,
3037
+ "options": {
3038
+ "(google.api.field_behavior)": "REQUIRED"
3039
+ }
3040
+ },
3041
+ "intervals": {
3042
+ "rule": "repeated",
3043
+ "type": "Interval",
3044
+ "id": 2
3045
+ },
3046
+ "restrictedValues": {
3047
+ "rule": "repeated",
3048
+ "type": "string",
3049
+ "id": 3
3050
+ },
3051
+ "prefixes": {
3052
+ "rule": "repeated",
3053
+ "type": "string",
3054
+ "id": 4
3055
+ },
3056
+ "contains": {
3057
+ "rule": "repeated",
3058
+ "type": "string",
3059
+ "id": 5
3060
+ },
3061
+ "caseInsensitive": {
3062
+ "type": "bool",
3063
+ "id": 6
3064
+ },
3065
+ "orderBy": {
3066
+ "type": "string",
3067
+ "id": 7
3068
+ }
3069
+ }
3070
+ }
3071
+ }
3072
+ },
3073
+ "BoostSpec": {
3074
+ "fields": {
3075
+ "conditionBoostSpecs": {
3076
+ "rule": "repeated",
3077
+ "type": "ConditionBoostSpec",
3078
+ "id": 1
3079
+ }
3080
+ },
3081
+ "nested": {
3082
+ "ConditionBoostSpec": {
3083
+ "fields": {
3084
+ "condition": {
3085
+ "type": "string",
3086
+ "id": 1
3087
+ },
3088
+ "boost": {
3089
+ "type": "float",
3090
+ "id": 2
3091
+ }
3092
+ }
3093
+ }
3094
+ }
3095
+ },
3096
+ "QueryExpansionSpec": {
3097
+ "fields": {
3098
+ "condition": {
3099
+ "type": "Condition",
3100
+ "id": 1
3101
+ },
3102
+ "pinUnexpandedResults": {
3103
+ "type": "bool",
3104
+ "id": 2
3105
+ }
3106
+ },
3107
+ "nested": {
3108
+ "Condition": {
3109
+ "values": {
3110
+ "CONDITION_UNSPECIFIED": 0,
3111
+ "DISABLED": 1,
3112
+ "AUTO": 2
3113
+ }
3114
+ }
3115
+ }
3116
+ },
3117
+ "SpellCorrectionSpec": {
3118
+ "fields": {
3119
+ "mode": {
3120
+ "type": "Mode",
3121
+ "id": 1
3122
+ }
3123
+ },
3124
+ "nested": {
3125
+ "Mode": {
3126
+ "values": {
3127
+ "MODE_UNSPECIFIED": 0,
3128
+ "SUGGESTION_ONLY": 1,
3129
+ "AUTO": 2
3130
+ }
3131
+ }
3132
+ }
3133
+ },
3134
+ "ContentSearchSpec": {
3135
+ "fields": {
3136
+ "snippetSpec": {
3137
+ "type": "SnippetSpec",
3138
+ "id": 1
3139
+ },
3140
+ "summarySpec": {
3141
+ "type": "SummarySpec",
3142
+ "id": 2
3143
+ },
3144
+ "extractiveContentSpec": {
3145
+ "type": "ExtractiveContentSpec",
3146
+ "id": 3
3147
+ }
3148
+ },
3149
+ "nested": {
3150
+ "SnippetSpec": {
3151
+ "fields": {
3152
+ "maxSnippetCount": {
3153
+ "type": "int32",
3154
+ "id": 1,
3155
+ "options": {
3156
+ "deprecated": true
3157
+ }
3158
+ },
3159
+ "referenceOnly": {
3160
+ "type": "bool",
3161
+ "id": 2,
3162
+ "options": {
3163
+ "deprecated": true
3164
+ }
3165
+ },
3166
+ "returnSnippet": {
3167
+ "type": "bool",
3168
+ "id": 3
3169
+ }
3170
+ }
3171
+ },
3172
+ "SummarySpec": {
3173
+ "fields": {
3174
+ "summaryResultCount": {
3175
+ "type": "int32",
3176
+ "id": 1
3177
+ },
3178
+ "includeCitations": {
3179
+ "type": "bool",
3180
+ "id": 2
3181
+ },
3182
+ "ignoreAdversarialQuery": {
3183
+ "type": "bool",
3184
+ "id": 3
3185
+ },
3186
+ "ignoreNonSummarySeekingQuery": {
3187
+ "type": "bool",
3188
+ "id": 4
3189
+ },
3190
+ "languageCode": {
3191
+ "type": "string",
3192
+ "id": 6
3193
+ }
3194
+ }
3195
+ },
3196
+ "ExtractiveContentSpec": {
3197
+ "fields": {
3198
+ "maxExtractiveAnswerCount": {
3199
+ "type": "int32",
3200
+ "id": 1
3201
+ },
3202
+ "maxExtractiveSegmentCount": {
3203
+ "type": "int32",
3204
+ "id": 2
3205
+ },
3206
+ "returnExtractiveSegmentScore": {
3207
+ "type": "bool",
3208
+ "id": 3
3209
+ },
3210
+ "numPreviousSegments": {
3211
+ "type": "int32",
3212
+ "id": 4
3213
+ },
3214
+ "numNextSegments": {
3215
+ "type": "int32",
3216
+ "id": 5
3217
+ }
3218
+ }
3219
+ }
3220
+ }
3221
+ },
3222
+ "EmbeddingSpec": {
3223
+ "fields": {
3224
+ "embeddingVectors": {
3225
+ "rule": "repeated",
3226
+ "type": "EmbeddingVector",
3227
+ "id": 1
3228
+ }
3229
+ },
3230
+ "nested": {
3231
+ "EmbeddingVector": {
3232
+ "fields": {
3233
+ "fieldPath": {
3234
+ "type": "string",
3235
+ "id": 1
3236
+ },
3237
+ "vector": {
3238
+ "rule": "repeated",
3239
+ "type": "float",
3240
+ "id": 2
3241
+ }
3242
+ }
3243
+ }
3244
+ }
3245
+ }
3246
+ }
3247
+ },
3248
+ "SearchResponse": {
3249
+ "fields": {
3250
+ "results": {
3251
+ "rule": "repeated",
3252
+ "type": "SearchResult",
3253
+ "id": 1
3254
+ },
3255
+ "facets": {
3256
+ "rule": "repeated",
3257
+ "type": "Facet",
3258
+ "id": 2
3259
+ },
3260
+ "guidedSearchResult": {
3261
+ "type": "GuidedSearchResult",
3262
+ "id": 8
3263
+ },
3264
+ "totalSize": {
3265
+ "type": "int32",
3266
+ "id": 3
3267
+ },
3268
+ "attributionToken": {
3269
+ "type": "string",
3270
+ "id": 4
3271
+ },
3272
+ "redirectUri": {
3273
+ "type": "string",
3274
+ "id": 12
3275
+ },
3276
+ "nextPageToken": {
3277
+ "type": "string",
3278
+ "id": 5
3279
+ },
3280
+ "correctedQuery": {
3281
+ "type": "string",
3282
+ "id": 7
3283
+ },
3284
+ "summary": {
3285
+ "type": "Summary",
3286
+ "id": 9
3287
+ },
3288
+ "appliedControls": {
3289
+ "rule": "repeated",
3290
+ "type": "string",
3291
+ "id": 10
3292
+ },
3293
+ "geoSearchDebugInfo": {
3294
+ "rule": "repeated",
3295
+ "type": "GeoSearchDebugInfo",
3296
+ "id": 16
3297
+ },
3298
+ "queryExpansionInfo": {
3299
+ "type": "QueryExpansionInfo",
3300
+ "id": 14
3301
+ }
3302
+ },
3303
+ "nested": {
3304
+ "SearchResult": {
3305
+ "fields": {
3306
+ "id": {
3307
+ "type": "string",
3308
+ "id": 1
3309
+ },
3310
+ "document": {
3311
+ "type": "Document",
3312
+ "id": 2
3313
+ },
3314
+ "modelScores": {
3315
+ "keyType": "string",
3316
+ "type": "DoubleList",
3317
+ "id": 4
3318
+ }
3319
+ }
3320
+ },
3321
+ "Facet": {
3322
+ "fields": {
3323
+ "key": {
3324
+ "type": "string",
3325
+ "id": 1
3326
+ },
3327
+ "values": {
3328
+ "rule": "repeated",
3329
+ "type": "FacetValue",
3330
+ "id": 2
3331
+ },
3332
+ "dynamicFacet": {
3333
+ "type": "bool",
3334
+ "id": 3
3335
+ }
3336
+ },
3337
+ "nested": {
3338
+ "FacetValue": {
3339
+ "oneofs": {
3340
+ "facetValue": {
3341
+ "oneof": [
3342
+ "value",
3343
+ "interval"
3344
+ ]
3345
+ }
3346
+ },
3347
+ "fields": {
3348
+ "value": {
3349
+ "type": "string",
3350
+ "id": 1
3351
+ },
3352
+ "interval": {
3353
+ "type": "Interval",
3354
+ "id": 2
3355
+ },
3356
+ "count": {
3357
+ "type": "int64",
3358
+ "id": 3
3359
+ }
3360
+ }
3361
+ }
3362
+ }
3363
+ },
3364
+ "GuidedSearchResult": {
3365
+ "fields": {
3366
+ "refinementAttributes": {
3367
+ "rule": "repeated",
3368
+ "type": "RefinementAttribute",
3369
+ "id": 1
3370
+ },
3371
+ "followUpQuestions": {
3372
+ "rule": "repeated",
3373
+ "type": "string",
3374
+ "id": 2
3375
+ }
3376
+ },
3377
+ "nested": {
3378
+ "RefinementAttribute": {
3379
+ "fields": {
3380
+ "attributeKey": {
3381
+ "type": "string",
3382
+ "id": 1
3383
+ },
3384
+ "attributeValue": {
3385
+ "type": "string",
3386
+ "id": 2
3387
+ }
3388
+ }
3389
+ }
3390
+ }
3391
+ },
3392
+ "Summary": {
3393
+ "fields": {
3394
+ "summaryText": {
3395
+ "type": "string",
3396
+ "id": 1
3397
+ },
3398
+ "summarySkippedReasons": {
3399
+ "rule": "repeated",
3400
+ "type": "SummarySkippedReason",
3401
+ "id": 2
3402
+ },
3403
+ "safetyAttributes": {
3404
+ "type": "SafetyAttributes",
3405
+ "id": 3
3406
+ }
3407
+ },
3408
+ "nested": {
3409
+ "SafetyAttributes": {
3410
+ "fields": {
3411
+ "categories": {
3412
+ "rule": "repeated",
3413
+ "type": "string",
3414
+ "id": 1
3415
+ },
3416
+ "scores": {
3417
+ "rule": "repeated",
3418
+ "type": "float",
3419
+ "id": 2
3420
+ }
3421
+ }
3422
+ },
3423
+ "SummarySkippedReason": {
3424
+ "values": {
3425
+ "SUMMARY_SKIPPED_REASON_UNSPECIFIED": 0,
3426
+ "ADVERSARIAL_QUERY_IGNORED": 1,
3427
+ "NON_SUMMARY_SEEKING_QUERY_IGNORED": 2,
3428
+ "OUT_OF_DOMAIN_QUERY_IGNORED": 3,
3429
+ "POTENTIAL_POLICY_VIOLATION": 4,
3430
+ "LLM_ADDON_NOT_ENABLED": 5
3431
+ }
3432
+ }
3433
+ }
3434
+ },
3435
+ "GeoSearchDebugInfo": {
3436
+ "fields": {
3437
+ "originalAddressQuery": {
3438
+ "type": "string",
3439
+ "id": 1
3440
+ },
3441
+ "errorMessage": {
3442
+ "type": "string",
3443
+ "id": 2
3444
+ }
3445
+ }
3446
+ },
3447
+ "QueryExpansionInfo": {
3448
+ "fields": {
3449
+ "expandedQuery": {
3450
+ "type": "bool",
3451
+ "id": 1
3452
+ },
3453
+ "pinnedResultCount": {
3454
+ "type": "int64",
3455
+ "id": 2
3456
+ }
3457
+ }
3458
+ }
3459
+ }
3460
+ },
3461
+ "Document": {
3462
+ "options": {
3463
+ "(google.api.resource).type": "discoveryengine.googleapis.com/Document",
3464
+ "(google.api.resource).pattern": "projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}"
3465
+ },
3466
+ "oneofs": {
3467
+ "data": {
3468
+ "oneof": [
3469
+ "structData",
3470
+ "jsonData"
3471
+ ]
3472
+ }
3473
+ },
3474
+ "fields": {
3475
+ "structData": {
3476
+ "type": "google.protobuf.Struct",
3477
+ "id": 4
3478
+ },
3479
+ "jsonData": {
3480
+ "type": "string",
3481
+ "id": 5
3482
+ },
3483
+ "name": {
3484
+ "type": "string",
3485
+ "id": 1,
3486
+ "options": {
3487
+ "(google.api.field_behavior)": "IMMUTABLE"
3488
+ }
3489
+ },
3490
+ "id": {
3491
+ "type": "string",
3492
+ "id": 2,
3493
+ "options": {
3494
+ "(google.api.field_behavior)": "IMMUTABLE"
3495
+ }
3496
+ },
3497
+ "schemaId": {
3498
+ "type": "string",
3499
+ "id": 3
3500
+ },
3501
+ "content": {
3502
+ "type": "Content",
3503
+ "id": 10
3504
+ },
3505
+ "parentDocumentId": {
3506
+ "type": "string",
3507
+ "id": 7
3508
+ },
3509
+ "derivedStructData": {
3510
+ "type": "google.protobuf.Struct",
3511
+ "id": 6,
3512
+ "options": {
3513
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
3514
+ }
3515
+ }
3516
+ },
3517
+ "nested": {
3518
+ "Content": {
3519
+ "oneofs": {
3520
+ "content": {
3521
+ "oneof": [
3522
+ "rawBytes",
3523
+ "uri"
3524
+ ]
3525
+ }
3526
+ },
3527
+ "fields": {
3528
+ "rawBytes": {
3529
+ "type": "bytes",
3530
+ "id": 2
3531
+ },
3532
+ "uri": {
3533
+ "type": "string",
3534
+ "id": 3
3535
+ },
3536
+ "mimeType": {
3537
+ "type": "string",
3538
+ "id": 1
3539
+ }
3540
+ }
3541
+ }
3542
+ }
3543
+ },
3544
+ "ConversationalSearchService": {
3545
+ "options": {
3546
+ "(google.api.default_host)": "discoveryengine.googleapis.com",
3547
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
3548
+ },
3549
+ "methods": {
3550
+ "ConverseConversation": {
3551
+ "requestType": "ConverseConversationRequest",
3552
+ "responseType": "ConverseConversationResponse",
3553
+ "options": {
3554
+ "(google.api.http).post": "/v1alpha/{name=projects/*/locations/*/dataStores/*/conversations/*}:converse",
3555
+ "(google.api.http).body": "*",
3556
+ "(google.api.http).additional_bindings.post": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/conversations/*}:converse",
3557
+ "(google.api.http).additional_bindings.body": "*",
3558
+ "(google.api.method_signature)": "name,query"
3559
+ },
3560
+ "parsedOptions": [
3561
+ {
3562
+ "(google.api.http)": {
3563
+ "post": "/v1alpha/{name=projects/*/locations/*/dataStores/*/conversations/*}:converse",
3564
+ "body": "*",
3565
+ "additional_bindings": {
3566
+ "post": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/conversations/*}:converse",
3567
+ "body": "*"
3568
+ }
3569
+ }
3570
+ },
3571
+ {
3572
+ "(google.api.method_signature)": "name,query"
3573
+ }
3574
+ ]
3575
+ },
3576
+ "CreateConversation": {
3577
+ "requestType": "CreateConversationRequest",
3578
+ "responseType": "Conversation",
3579
+ "options": {
3580
+ "(google.api.http).post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/conversations",
3581
+ "(google.api.http).body": "conversation",
3582
+ "(google.api.http).additional_bindings.post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/conversations",
3583
+ "(google.api.http).additional_bindings.body": "conversation",
3584
+ "(google.api.method_signature)": "parent,conversation"
3585
+ },
3586
+ "parsedOptions": [
3587
+ {
3588
+ "(google.api.http)": {
3589
+ "post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/conversations",
3590
+ "body": "conversation",
3591
+ "additional_bindings": {
3592
+ "post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/conversations",
3593
+ "body": "conversation"
3594
+ }
3595
+ }
3596
+ },
3597
+ {
3598
+ "(google.api.method_signature)": "parent,conversation"
3599
+ }
3600
+ ]
3601
+ },
3602
+ "DeleteConversation": {
3603
+ "requestType": "DeleteConversationRequest",
3604
+ "responseType": "google.protobuf.Empty",
3605
+ "options": {
3606
+ "(google.api.http).delete": "/v1alpha/{name=projects/*/locations/*/dataStores/*/conversations/*}",
3607
+ "(google.api.http).additional_bindings.delete": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/conversations/*}",
3608
+ "(google.api.method_signature)": "name"
3609
+ },
3610
+ "parsedOptions": [
3611
+ {
3612
+ "(google.api.http)": {
3613
+ "delete": "/v1alpha/{name=projects/*/locations/*/dataStores/*/conversations/*}",
3614
+ "additional_bindings": {
3615
+ "delete": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/conversations/*}"
3616
+ }
3617
+ }
3618
+ },
3619
+ {
3620
+ "(google.api.method_signature)": "name"
3621
+ }
3622
+ ]
3623
+ },
3624
+ "UpdateConversation": {
3625
+ "requestType": "UpdateConversationRequest",
3626
+ "responseType": "Conversation",
3627
+ "options": {
3628
+ "(google.api.http).patch": "/v1alpha/{conversation.name=projects/*/locations/*/dataStores/*/conversations/*}",
3629
+ "(google.api.http).body": "conversation",
3630
+ "(google.api.http).additional_bindings.patch": "/v1alpha/{conversation.name=projects/*/locations/*/collections/*/dataStores/*/conversations/*}",
3631
+ "(google.api.http).additional_bindings.body": "conversation",
3632
+ "(google.api.method_signature)": "conversation,update_mask"
3633
+ },
3634
+ "parsedOptions": [
3635
+ {
3636
+ "(google.api.http)": {
3637
+ "patch": "/v1alpha/{conversation.name=projects/*/locations/*/dataStores/*/conversations/*}",
3638
+ "body": "conversation",
3639
+ "additional_bindings": {
3640
+ "patch": "/v1alpha/{conversation.name=projects/*/locations/*/collections/*/dataStores/*/conversations/*}",
3641
+ "body": "conversation"
3642
+ }
3643
+ }
3644
+ },
3645
+ {
3646
+ "(google.api.method_signature)": "conversation,update_mask"
3647
+ }
3648
+ ]
3649
+ },
3650
+ "GetConversation": {
3651
+ "requestType": "GetConversationRequest",
3652
+ "responseType": "Conversation",
3653
+ "options": {
3654
+ "(google.api.http).get": "/v1alpha/{name=projects/*/locations/*/dataStores/*/conversations/*}",
3655
+ "(google.api.http).additional_bindings.get": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/conversations/*}",
3656
+ "(google.api.method_signature)": "name"
3657
+ },
3658
+ "parsedOptions": [
3659
+ {
3660
+ "(google.api.http)": {
3661
+ "get": "/v1alpha/{name=projects/*/locations/*/dataStores/*/conversations/*}",
3662
+ "additional_bindings": {
3663
+ "get": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/conversations/*}"
3664
+ }
3665
+ }
3666
+ },
3667
+ {
3668
+ "(google.api.method_signature)": "name"
3669
+ }
3670
+ ]
3671
+ },
3672
+ "ListConversations": {
3673
+ "requestType": "ListConversationsRequest",
3674
+ "responseType": "ListConversationsResponse",
3675
+ "options": {
3676
+ "(google.api.http).get": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/conversations",
3677
+ "(google.api.http).additional_bindings.get": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/conversations",
3678
+ "(google.api.method_signature)": "parent"
3679
+ },
3680
+ "parsedOptions": [
3681
+ {
3682
+ "(google.api.http)": {
3683
+ "get": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/conversations",
3684
+ "additional_bindings": {
3685
+ "get": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/conversations"
3686
+ }
3687
+ }
3688
+ },
3689
+ {
3690
+ "(google.api.method_signature)": "parent"
3691
+ }
3692
+ ]
3693
+ }
3694
+ }
3695
+ },
3696
+ "ConverseConversationRequest": {
3697
+ "fields": {
3698
+ "name": {
3699
+ "type": "string",
3700
+ "id": 1,
3701
+ "options": {
3702
+ "(google.api.field_behavior)": "REQUIRED",
3703
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Conversation"
3704
+ }
3705
+ },
3706
+ "query": {
3707
+ "type": "TextInput",
3708
+ "id": 2,
3709
+ "options": {
3710
+ "(google.api.field_behavior)": "REQUIRED"
3711
+ }
3712
+ },
3713
+ "servingConfig": {
3714
+ "type": "string",
3715
+ "id": 3,
3716
+ "options": {
3717
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/ServingConfig"
3718
+ }
3719
+ },
3720
+ "conversation": {
3721
+ "type": "Conversation",
3722
+ "id": 5
3723
+ },
3724
+ "safeSearch": {
3725
+ "type": "bool",
3726
+ "id": 6
3727
+ },
3728
+ "userLabels": {
3729
+ "keyType": "string",
3730
+ "type": "string",
3731
+ "id": 7
3732
+ },
3733
+ "summarySpec": {
3734
+ "type": "SearchRequest.ContentSearchSpec.SummarySpec",
3735
+ "id": 8
3736
+ }
3737
+ }
3738
+ },
3739
+ "ConverseConversationResponse": {
3740
+ "fields": {
3741
+ "reply": {
3742
+ "type": "Reply",
3743
+ "id": 1
3744
+ },
3745
+ "conversation": {
3746
+ "type": "Conversation",
3747
+ "id": 2
3748
+ },
3749
+ "relatedQuestions": {
3750
+ "rule": "repeated",
3751
+ "type": "string",
3752
+ "id": 6
3753
+ },
3754
+ "searchResults": {
3755
+ "rule": "repeated",
3756
+ "type": "SearchResponse.SearchResult",
3757
+ "id": 3
3758
+ }
3759
+ }
3760
+ },
3761
+ "CreateConversationRequest": {
3762
+ "fields": {
3763
+ "parent": {
3764
+ "type": "string",
3765
+ "id": 1,
3766
+ "options": {
3767
+ "(google.api.field_behavior)": "REQUIRED",
3768
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
3769
+ }
3770
+ },
3771
+ "conversation": {
3772
+ "type": "Conversation",
3773
+ "id": 2,
3774
+ "options": {
3775
+ "(google.api.field_behavior)": "REQUIRED"
3776
+ }
3777
+ }
3778
+ }
3779
+ },
3780
+ "UpdateConversationRequest": {
3781
+ "fields": {
3782
+ "conversation": {
3783
+ "type": "Conversation",
3784
+ "id": 1,
3785
+ "options": {
3786
+ "(google.api.field_behavior)": "REQUIRED"
3787
+ }
3788
+ },
3789
+ "updateMask": {
3790
+ "type": "google.protobuf.FieldMask",
3791
+ "id": 2
3792
+ }
3793
+ }
3794
+ },
3795
+ "DeleteConversationRequest": {
3796
+ "fields": {
3797
+ "name": {
3798
+ "type": "string",
3799
+ "id": 1,
3800
+ "options": {
3801
+ "(google.api.field_behavior)": "REQUIRED",
3802
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Conversation"
3803
+ }
3804
+ }
3805
+ }
3806
+ },
3807
+ "GetConversationRequest": {
3808
+ "fields": {
3809
+ "name": {
3810
+ "type": "string",
3811
+ "id": 1,
3812
+ "options": {
3813
+ "(google.api.field_behavior)": "REQUIRED",
3814
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Conversation"
3815
+ }
3816
+ }
3817
+ }
3818
+ },
3819
+ "ListConversationsRequest": {
3820
+ "fields": {
3821
+ "parent": {
3822
+ "type": "string",
3823
+ "id": 1,
3824
+ "options": {
3825
+ "(google.api.field_behavior)": "REQUIRED",
3826
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
3827
+ }
3828
+ },
3829
+ "pageSize": {
3830
+ "type": "int32",
3831
+ "id": 2
3832
+ },
3833
+ "pageToken": {
3834
+ "type": "string",
3835
+ "id": 3
3836
+ },
3837
+ "filter": {
3838
+ "type": "string",
3839
+ "id": 4
3840
+ },
3841
+ "orderBy": {
3842
+ "type": "string",
3843
+ "id": 5
3844
+ }
3845
+ }
3846
+ },
3847
+ "ListConversationsResponse": {
3848
+ "fields": {
3849
+ "conversations": {
3850
+ "rule": "repeated",
3851
+ "type": "Conversation",
3852
+ "id": 1
3853
+ },
3854
+ "nextPageToken": {
3855
+ "type": "string",
3856
+ "id": 2
3857
+ }
3858
+ }
3859
+ },
3860
+ "DocumentService": {
3861
+ "options": {
3862
+ "(google.api.default_host)": "discoveryengine.googleapis.com",
3863
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
3864
+ },
3865
+ "methods": {
3866
+ "GetDocument": {
3867
+ "requestType": "GetDocumentRequest",
3868
+ "responseType": "Document",
3869
+ "options": {
3870
+ "(google.api.http).get": "/v1alpha/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
3871
+ "(google.api.http).additional_bindings.get": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}",
3872
+ "(google.api.method_signature)": "name"
3873
+ },
3874
+ "parsedOptions": [
3875
+ {
3876
+ "(google.api.http)": {
3877
+ "get": "/v1alpha/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
3878
+ "additional_bindings": {
3879
+ "get": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}"
3880
+ }
3881
+ }
3882
+ },
3883
+ {
3884
+ "(google.api.method_signature)": "name"
3885
+ }
3886
+ ]
3887
+ },
3888
+ "ListDocuments": {
3889
+ "requestType": "ListDocumentsRequest",
3890
+ "responseType": "ListDocumentsResponse",
3891
+ "options": {
3892
+ "(google.api.http).get": "/v1alpha/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents",
3893
+ "(google.api.http).additional_bindings.get": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents",
3894
+ "(google.api.method_signature)": "parent"
3895
+ },
3896
+ "parsedOptions": [
3897
+ {
3898
+ "(google.api.http)": {
3899
+ "get": "/v1alpha/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents",
3900
+ "additional_bindings": {
3901
+ "get": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents"
3902
+ }
3903
+ }
3904
+ },
3905
+ {
3906
+ "(google.api.method_signature)": "parent"
3907
+ }
3908
+ ]
3909
+ },
3910
+ "CreateDocument": {
3911
+ "requestType": "CreateDocumentRequest",
3912
+ "responseType": "Document",
3913
+ "options": {
3914
+ "(google.api.http).post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents",
3915
+ "(google.api.http).body": "document",
3916
+ "(google.api.http).additional_bindings.post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents",
3917
+ "(google.api.http).additional_bindings.body": "document",
3918
+ "(google.api.method_signature)": "parent,document,document_id"
3919
+ },
3920
+ "parsedOptions": [
3921
+ {
3922
+ "(google.api.http)": {
3923
+ "post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents",
3924
+ "body": "document",
3925
+ "additional_bindings": {
3926
+ "post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents",
3927
+ "body": "document"
3928
+ }
3929
+ }
3930
+ },
3931
+ {
3932
+ "(google.api.method_signature)": "parent,document,document_id"
3933
+ }
3934
+ ]
3935
+ },
3936
+ "UpdateDocument": {
3937
+ "requestType": "UpdateDocumentRequest",
3938
+ "responseType": "Document",
3939
+ "options": {
3940
+ "(google.api.http).patch": "/v1alpha/{document.name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
3941
+ "(google.api.http).body": "document",
3942
+ "(google.api.http).additional_bindings.patch": "/v1alpha/{document.name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}",
3943
+ "(google.api.http).additional_bindings.body": "document"
3944
+ },
3945
+ "parsedOptions": [
3946
+ {
3947
+ "(google.api.http)": {
3948
+ "patch": "/v1alpha/{document.name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
3949
+ "body": "document",
3950
+ "additional_bindings": {
3951
+ "patch": "/v1alpha/{document.name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}",
3952
+ "body": "document"
3953
+ }
3954
+ }
3955
+ }
3956
+ ]
3957
+ },
3958
+ "DeleteDocument": {
3959
+ "requestType": "DeleteDocumentRequest",
3960
+ "responseType": "google.protobuf.Empty",
3961
+ "options": {
3962
+ "(google.api.http).delete": "/v1alpha/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
3963
+ "(google.api.http).additional_bindings.delete": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}",
3964
+ "(google.api.method_signature)": "name"
3965
+ },
3966
+ "parsedOptions": [
3967
+ {
3968
+ "(google.api.http)": {
3969
+ "delete": "/v1alpha/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
3970
+ "additional_bindings": {
3971
+ "delete": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}"
3972
+ }
3973
+ }
3974
+ },
3975
+ {
3976
+ "(google.api.method_signature)": "name"
3977
+ }
3978
+ ]
3979
+ },
3980
+ "ImportDocuments": {
3981
+ "requestType": "ImportDocumentsRequest",
3982
+ "responseType": "google.longrunning.Operation",
3983
+ "options": {
3984
+ "(google.api.http).post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents:import",
3985
+ "(google.api.http).body": "*",
3986
+ "(google.api.http).additional_bindings.post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents:import",
3987
+ "(google.api.http).additional_bindings.body": "*",
3988
+ "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1alpha.ImportDocumentsResponse",
3989
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.ImportDocumentsMetadata"
3990
+ },
3991
+ "parsedOptions": [
3992
+ {
3993
+ "(google.api.http)": {
3994
+ "post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents:import",
3995
+ "body": "*",
3996
+ "additional_bindings": {
3997
+ "post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents:import",
3998
+ "body": "*"
3999
+ }
4000
+ }
4001
+ },
4002
+ {
4003
+ "(google.longrunning.operation_info)": {
4004
+ "response_type": "google.cloud.discoveryengine.v1alpha.ImportDocumentsResponse",
4005
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.ImportDocumentsMetadata"
4006
+ }
4007
+ }
4008
+ ]
4009
+ },
4010
+ "PurgeDocuments": {
4011
+ "requestType": "PurgeDocumentsRequest",
4012
+ "responseType": "google.longrunning.Operation",
4013
+ "options": {
4014
+ "(google.api.http).post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents:purge",
4015
+ "(google.api.http).body": "*",
4016
+ "(google.api.http).additional_bindings.post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents:purge",
4017
+ "(google.api.http).additional_bindings.body": "*",
4018
+ "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1alpha.PurgeDocumentsResponse",
4019
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.PurgeDocumentsMetadata"
4020
+ },
4021
+ "parsedOptions": [
4022
+ {
4023
+ "(google.api.http)": {
4024
+ "post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents:purge",
4025
+ "body": "*",
4026
+ "additional_bindings": {
4027
+ "post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents:purge",
4028
+ "body": "*"
4029
+ }
4030
+ }
4031
+ },
4032
+ {
4033
+ "(google.longrunning.operation_info)": {
4034
+ "response_type": "google.cloud.discoveryengine.v1alpha.PurgeDocumentsResponse",
4035
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.PurgeDocumentsMetadata"
4036
+ }
4037
+ }
4038
+ ]
4039
+ }
4040
+ }
4041
+ },
4042
+ "GetDocumentRequest": {
4043
+ "fields": {
4044
+ "name": {
4045
+ "type": "string",
4046
+ "id": 1,
4047
+ "options": {
4048
+ "(google.api.field_behavior)": "REQUIRED",
4049
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Document"
4050
+ }
4051
+ }
4052
+ }
4053
+ },
4054
+ "ListDocumentsRequest": {
4055
+ "fields": {
4056
+ "parent": {
4057
+ "type": "string",
4058
+ "id": 1,
4059
+ "options": {
4060
+ "(google.api.field_behavior)": "REQUIRED",
4061
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Branch"
4062
+ }
4063
+ },
4064
+ "pageSize": {
4065
+ "type": "int32",
4066
+ "id": 2
4067
+ },
4068
+ "pageToken": {
4069
+ "type": "string",
4070
+ "id": 3
4071
+ }
4072
+ }
4073
+ },
4074
+ "ListDocumentsResponse": {
4075
+ "fields": {
4076
+ "documents": {
4077
+ "rule": "repeated",
4078
+ "type": "Document",
4079
+ "id": 1
4080
+ },
4081
+ "nextPageToken": {
4082
+ "type": "string",
4083
+ "id": 2
4084
+ }
4085
+ }
4086
+ },
4087
+ "CreateDocumentRequest": {
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/Branch"
4095
+ }
4096
+ },
4097
+ "document": {
4098
+ "type": "Document",
4099
+ "id": 2,
4100
+ "options": {
4101
+ "(google.api.field_behavior)": "REQUIRED"
4102
+ }
4103
+ },
4104
+ "documentId": {
4105
+ "type": "string",
4106
+ "id": 3,
4107
+ "options": {
4108
+ "(google.api.field_behavior)": "REQUIRED"
4109
+ }
4110
+ }
4111
+ }
4112
+ },
4113
+ "UpdateDocumentRequest": {
4114
+ "fields": {
4115
+ "document": {
4116
+ "type": "Document",
4117
+ "id": 1,
4118
+ "options": {
4119
+ "(google.api.field_behavior)": "REQUIRED"
4120
+ }
4121
+ },
4122
+ "allowMissing": {
4123
+ "type": "bool",
4124
+ "id": 2
4125
+ }
4126
+ }
4127
+ },
4128
+ "DeleteDocumentRequest": {
4129
+ "fields": {
4130
+ "name": {
4131
+ "type": "string",
4132
+ "id": 1,
4133
+ "options": {
4134
+ "(google.api.field_behavior)": "REQUIRED",
4135
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Document"
4136
+ }
4137
+ }
4138
+ }
4139
+ },
4140
+ "GcsSource": {
4141
+ "fields": {
4142
+ "inputUris": {
4143
+ "rule": "repeated",
4144
+ "type": "string",
4145
+ "id": 1,
4146
+ "options": {
4147
+ "(google.api.field_behavior)": "REQUIRED"
4148
+ }
4149
+ },
4150
+ "dataSchema": {
4151
+ "type": "string",
4152
+ "id": 2
4153
+ }
4154
+ }
4155
+ },
4156
+ "BigQuerySource": {
4157
+ "oneofs": {
4158
+ "partition": {
4159
+ "oneof": [
4160
+ "partitionDate"
4161
+ ]
4162
+ }
4163
+ },
4164
+ "fields": {
4165
+ "partitionDate": {
4166
+ "type": "google.type.Date",
4167
+ "id": 5
4168
+ },
4169
+ "projectId": {
4170
+ "type": "string",
4171
+ "id": 1
4172
+ },
4173
+ "datasetId": {
4174
+ "type": "string",
4175
+ "id": 2,
4176
+ "options": {
4177
+ "(google.api.field_behavior)": "REQUIRED"
4178
+ }
4179
+ },
4180
+ "tableId": {
4181
+ "type": "string",
4182
+ "id": 3,
4183
+ "options": {
4184
+ "(google.api.field_behavior)": "REQUIRED"
4185
+ }
4186
+ },
4187
+ "gcsStagingDir": {
4188
+ "type": "string",
4189
+ "id": 4
4190
+ },
4191
+ "dataSchema": {
4192
+ "type": "string",
4193
+ "id": 6
4194
+ }
4195
+ }
4196
+ },
4197
+ "ImportErrorConfig": {
4198
+ "oneofs": {
4199
+ "destination": {
4200
+ "oneof": [
4201
+ "gcsPrefix"
4202
+ ]
4203
+ }
4204
+ },
4205
+ "fields": {
4206
+ "gcsPrefix": {
4207
+ "type": "string",
4208
+ "id": 1
4209
+ }
4210
+ }
4211
+ },
4212
+ "ImportUserEventsRequest": {
4213
+ "oneofs": {
4214
+ "source": {
4215
+ "oneof": [
4216
+ "inlineSource",
4217
+ "gcsSource",
4218
+ "bigquerySource"
4219
+ ]
4220
+ }
4221
+ },
4222
+ "fields": {
4223
+ "inlineSource": {
4224
+ "type": "InlineSource",
4225
+ "id": 2
4226
+ },
4227
+ "gcsSource": {
4228
+ "type": "GcsSource",
4229
+ "id": 3
4230
+ },
4231
+ "bigquerySource": {
4232
+ "type": "BigQuerySource",
4233
+ "id": 4
4234
+ },
4235
+ "parent": {
4236
+ "type": "string",
4237
+ "id": 1,
4238
+ "options": {
4239
+ "(google.api.field_behavior)": "REQUIRED",
4240
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
4241
+ }
4242
+ },
4243
+ "errorConfig": {
4244
+ "type": "ImportErrorConfig",
4245
+ "id": 5
4246
+ }
4247
+ },
4248
+ "nested": {
4249
+ "InlineSource": {
4250
+ "fields": {
4251
+ "userEvents": {
4252
+ "rule": "repeated",
4253
+ "type": "UserEvent",
4254
+ "id": 1,
4255
+ "options": {
4256
+ "(google.api.field_behavior)": "REQUIRED"
4257
+ }
4258
+ }
4259
+ }
4260
+ }
4261
+ }
4262
+ },
4263
+ "ImportUserEventsResponse": {
4264
+ "fields": {
4265
+ "errorSamples": {
4266
+ "rule": "repeated",
4267
+ "type": "google.rpc.Status",
4268
+ "id": 1
4269
+ },
4270
+ "errorConfig": {
4271
+ "type": "ImportErrorConfig",
4272
+ "id": 2
4273
+ },
4274
+ "joinedEventsCount": {
4275
+ "type": "int64",
4276
+ "id": 3
4277
+ },
4278
+ "unjoinedEventsCount": {
4279
+ "type": "int64",
4280
+ "id": 4
4281
+ }
4282
+ }
4283
+ },
4284
+ "ImportUserEventsMetadata": {
4285
+ "fields": {
4286
+ "createTime": {
4287
+ "type": "google.protobuf.Timestamp",
4288
+ "id": 1
4289
+ },
4290
+ "updateTime": {
4291
+ "type": "google.protobuf.Timestamp",
4292
+ "id": 2
4293
+ },
4294
+ "successCount": {
4295
+ "type": "int64",
4296
+ "id": 3
4297
+ },
4298
+ "failureCount": {
4299
+ "type": "int64",
4300
+ "id": 4
4301
+ }
4302
+ }
4303
+ },
4304
+ "ImportDocumentsMetadata": {
4305
+ "fields": {
4306
+ "createTime": {
4307
+ "type": "google.protobuf.Timestamp",
4308
+ "id": 1
4309
+ },
4310
+ "updateTime": {
4311
+ "type": "google.protobuf.Timestamp",
4312
+ "id": 2
4313
+ },
4314
+ "successCount": {
4315
+ "type": "int64",
4316
+ "id": 3
4317
+ },
4318
+ "failureCount": {
4319
+ "type": "int64",
4320
+ "id": 4
4321
+ }
4322
+ }
4323
+ },
4324
+ "ImportDocumentsRequest": {
4325
+ "oneofs": {
4326
+ "source": {
4327
+ "oneof": [
4328
+ "inlineSource",
4329
+ "gcsSource",
4330
+ "bigquerySource"
4331
+ ]
4332
+ }
4333
+ },
4334
+ "fields": {
4335
+ "inlineSource": {
4336
+ "type": "InlineSource",
4337
+ "id": 2
4338
+ },
4339
+ "gcsSource": {
4340
+ "type": "GcsSource",
4341
+ "id": 3
4342
+ },
4343
+ "bigquerySource": {
4344
+ "type": "BigQuerySource",
4345
+ "id": 4
4346
+ },
4347
+ "parent": {
4348
+ "type": "string",
4349
+ "id": 1,
4350
+ "options": {
4351
+ "(google.api.field_behavior)": "REQUIRED",
4352
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Branch"
4353
+ }
4354
+ },
4355
+ "errorConfig": {
4356
+ "type": "ImportErrorConfig",
4357
+ "id": 5
4358
+ },
4359
+ "reconciliationMode": {
4360
+ "type": "ReconciliationMode",
4361
+ "id": 6
4362
+ },
4363
+ "autoGenerateIds": {
4364
+ "type": "bool",
4365
+ "id": 8
4366
+ },
4367
+ "idField": {
4368
+ "type": "string",
4369
+ "id": 9
4370
+ }
4371
+ },
4372
+ "nested": {
4373
+ "InlineSource": {
4374
+ "fields": {
4375
+ "documents": {
4376
+ "rule": "repeated",
4377
+ "type": "Document",
4378
+ "id": 1,
4379
+ "options": {
4380
+ "(google.api.field_behavior)": "REQUIRED"
4381
+ }
4382
+ }
4383
+ }
4384
+ },
4385
+ "ReconciliationMode": {
4386
+ "values": {
4387
+ "RECONCILIATION_MODE_UNSPECIFIED": 0,
4388
+ "INCREMENTAL": 1,
4389
+ "FULL": 2
4390
+ }
4391
+ }
4392
+ }
4393
+ },
4394
+ "ImportDocumentsResponse": {
4395
+ "fields": {
4396
+ "errorSamples": {
4397
+ "rule": "repeated",
4398
+ "type": "google.rpc.Status",
4399
+ "id": 1
4400
+ },
4401
+ "errorConfig": {
4402
+ "type": "ImportErrorConfig",
4403
+ "id": 2
4404
+ }
4405
+ }
4406
+ },
4407
+ "UserEvent": {
4408
+ "fields": {
4409
+ "eventType": {
4410
+ "type": "string",
4411
+ "id": 1,
4412
+ "options": {
4413
+ "(google.api.field_behavior)": "REQUIRED"
4414
+ }
4415
+ },
4416
+ "userPseudoId": {
4417
+ "type": "string",
4418
+ "id": 2,
4419
+ "options": {
4420
+ "(google.api.field_behavior)": "REQUIRED"
4421
+ }
4422
+ },
4423
+ "eventTime": {
4424
+ "type": "google.protobuf.Timestamp",
4425
+ "id": 3
4426
+ },
4427
+ "userInfo": {
4428
+ "type": "UserInfo",
4429
+ "id": 4
4430
+ },
4431
+ "directUserRequest": {
4432
+ "type": "bool",
4433
+ "id": 5
4434
+ },
4435
+ "sessionId": {
4436
+ "type": "string",
4437
+ "id": 6
4438
+ },
4439
+ "pageInfo": {
4440
+ "type": "PageInfo",
4441
+ "id": 7
4442
+ },
4443
+ "attributionToken": {
4444
+ "type": "string",
4445
+ "id": 8
4446
+ },
4447
+ "filter": {
4448
+ "type": "string",
4449
+ "id": 9
4450
+ },
4451
+ "documents": {
4452
+ "rule": "repeated",
4453
+ "type": "DocumentInfo",
4454
+ "id": 10
4455
+ },
4456
+ "panel": {
4457
+ "type": "PanelInfo",
4458
+ "id": 11
4459
+ },
4460
+ "searchInfo": {
4461
+ "type": "SearchInfo",
4462
+ "id": 12
4463
+ },
4464
+ "completionInfo": {
4465
+ "type": "CompletionInfo",
4466
+ "id": 13
4467
+ },
4468
+ "transactionInfo": {
4469
+ "type": "TransactionInfo",
4470
+ "id": 14
4471
+ },
4472
+ "tagIds": {
4473
+ "rule": "repeated",
4474
+ "type": "string",
4475
+ "id": 15
4476
+ },
4477
+ "promotionIds": {
4478
+ "rule": "repeated",
4479
+ "type": "string",
4480
+ "id": 16
4481
+ },
4482
+ "attributes": {
4483
+ "keyType": "string",
4484
+ "type": "CustomAttribute",
4485
+ "id": 17
4486
+ },
4487
+ "mediaInfo": {
4488
+ "type": "MediaInfo",
4489
+ "id": 18
4490
+ }
4491
+ }
4492
+ },
4493
+ "PageInfo": {
4494
+ "fields": {
4495
+ "pageviewId": {
4496
+ "type": "string",
4497
+ "id": 1
4498
+ },
4499
+ "pageCategory": {
4500
+ "type": "string",
4501
+ "id": 2
4502
+ },
4503
+ "uri": {
4504
+ "type": "string",
4505
+ "id": 3
4506
+ },
4507
+ "referrerUri": {
4508
+ "type": "string",
4509
+ "id": 4
4510
+ }
4511
+ }
4512
+ },
4513
+ "SearchInfo": {
4514
+ "oneofs": {
4515
+ "_offset": {
4516
+ "oneof": [
4517
+ "offset"
4518
+ ]
4519
+ }
4520
+ },
4521
+ "fields": {
4522
+ "searchQuery": {
4523
+ "type": "string",
4524
+ "id": 1
4525
+ },
4526
+ "orderBy": {
4527
+ "type": "string",
4528
+ "id": 2
4529
+ },
4530
+ "offset": {
4531
+ "type": "int32",
4532
+ "id": 3,
4533
+ "options": {
4534
+ "proto3_optional": true
4535
+ }
4536
+ }
4537
+ }
4538
+ },
4539
+ "CompletionInfo": {
4540
+ "fields": {
4541
+ "selectedSuggestion": {
4542
+ "type": "string",
4543
+ "id": 1
4544
+ },
4545
+ "selectedPosition": {
4546
+ "type": "int32",
4547
+ "id": 2
4548
+ }
4549
+ }
4550
+ },
4551
+ "TransactionInfo": {
4552
+ "oneofs": {
4553
+ "_value": {
4554
+ "oneof": [
4555
+ "value"
4556
+ ]
4557
+ },
4558
+ "_tax": {
4559
+ "oneof": [
4560
+ "tax"
4561
+ ]
4562
+ },
4563
+ "_cost": {
4564
+ "oneof": [
4565
+ "cost"
4566
+ ]
4567
+ },
4568
+ "_discountValue": {
4569
+ "oneof": [
4570
+ "discountValue"
4571
+ ]
4572
+ }
4573
+ },
4574
+ "fields": {
4575
+ "value": {
4576
+ "type": "float",
4577
+ "id": 1,
4578
+ "options": {
4579
+ "(google.api.field_behavior)": "REQUIRED",
4580
+ "proto3_optional": true
4581
+ }
4582
+ },
4583
+ "currency": {
4584
+ "type": "string",
4585
+ "id": 2,
4586
+ "options": {
4587
+ "(google.api.field_behavior)": "REQUIRED"
4588
+ }
4589
+ },
4590
+ "transactionId": {
4591
+ "type": "string",
4592
+ "id": 3
4593
+ },
4594
+ "tax": {
4595
+ "type": "float",
4596
+ "id": 4,
4597
+ "options": {
4598
+ "proto3_optional": true
4599
+ }
4600
+ },
4601
+ "cost": {
4602
+ "type": "float",
4603
+ "id": 5,
4604
+ "options": {
4605
+ "proto3_optional": true
4606
+ }
4607
+ },
4608
+ "discountValue": {
4609
+ "type": "float",
4610
+ "id": 6,
4611
+ "options": {
4612
+ "proto3_optional": true
4613
+ }
4614
+ }
4615
+ }
4616
+ },
4617
+ "DocumentInfo": {
4618
+ "oneofs": {
4619
+ "documentDescriptor": {
4620
+ "oneof": [
4621
+ "id",
4622
+ "name",
4623
+ "uri"
4624
+ ]
4625
+ },
4626
+ "_quantity": {
4627
+ "oneof": [
4628
+ "quantity"
4629
+ ]
4630
+ }
4631
+ },
4632
+ "fields": {
4633
+ "id": {
4634
+ "type": "string",
4635
+ "id": 1
4636
+ },
4637
+ "name": {
4638
+ "type": "string",
4639
+ "id": 2,
4640
+ "options": {
4641
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Document"
4642
+ }
4643
+ },
4644
+ "uri": {
4645
+ "type": "string",
4646
+ "id": 6
4647
+ },
4648
+ "quantity": {
4649
+ "type": "int32",
4650
+ "id": 3,
4651
+ "options": {
4652
+ "proto3_optional": true
4653
+ }
4654
+ },
4655
+ "promotionIds": {
4656
+ "rule": "repeated",
4657
+ "type": "string",
4658
+ "id": 4
4659
+ }
4660
+ }
4661
+ },
4662
+ "PanelInfo": {
4663
+ "oneofs": {
4664
+ "_panelPosition": {
4665
+ "oneof": [
4666
+ "panelPosition"
4667
+ ]
4668
+ },
4669
+ "_totalPanels": {
4670
+ "oneof": [
4671
+ "totalPanels"
4672
+ ]
4673
+ }
4674
+ },
4675
+ "fields": {
4676
+ "panelId": {
4677
+ "type": "string",
4678
+ "id": 2,
4679
+ "options": {
4680
+ "(google.api.field_behavior)": "REQUIRED"
4681
+ }
4682
+ },
4683
+ "displayName": {
4684
+ "type": "string",
4685
+ "id": 3
4686
+ },
4687
+ "panelPosition": {
4688
+ "type": "int32",
4689
+ "id": 4,
4690
+ "options": {
4691
+ "proto3_optional": true
4692
+ }
4693
+ },
4694
+ "totalPanels": {
4695
+ "type": "int32",
4696
+ "id": 5,
4697
+ "options": {
4698
+ "proto3_optional": true
4699
+ }
4700
+ }
4701
+ }
4702
+ },
4703
+ "MediaInfo": {
4704
+ "oneofs": {
4705
+ "_mediaProgressPercentage": {
4706
+ "oneof": [
4707
+ "mediaProgressPercentage"
4708
+ ]
4709
+ }
4710
+ },
4711
+ "fields": {
4712
+ "mediaProgressDuration": {
4713
+ "type": "google.protobuf.Duration",
4714
+ "id": 1
4715
+ },
4716
+ "mediaProgressPercentage": {
4717
+ "type": "float",
4718
+ "id": 2,
4719
+ "options": {
4720
+ "proto3_optional": true
4721
+ }
4722
+ }
4723
+ }
4724
+ },
4725
+ "PurgeUserEventsRequest": {
4726
+ "fields": {
4727
+ "parent": {
4728
+ "type": "string",
4729
+ "id": 1,
4730
+ "options": {
4731
+ "(google.api.field_behavior)": "REQUIRED",
4732
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
4733
+ }
4734
+ },
4735
+ "filter": {
4736
+ "type": "string",
4737
+ "id": 2,
4738
+ "options": {
4739
+ "(google.api.field_behavior)": "REQUIRED"
4740
+ }
4741
+ },
4742
+ "force": {
4743
+ "type": "bool",
4744
+ "id": 3
4745
+ }
4746
+ }
4747
+ },
4748
+ "PurgeUserEventsResponse": {
4749
+ "fields": {
4750
+ "purgeCount": {
4751
+ "type": "int64",
4752
+ "id": 1
4753
+ }
4754
+ }
4755
+ },
4756
+ "PurgeUserEventsMetadata": {
4757
+ "fields": {
4758
+ "createTime": {
4759
+ "type": "google.protobuf.Timestamp",
4760
+ "id": 1
4761
+ },
4762
+ "updateTime": {
4763
+ "type": "google.protobuf.Timestamp",
4764
+ "id": 2
4765
+ },
4766
+ "successCount": {
4767
+ "type": "int64",
4768
+ "id": 3
4769
+ },
4770
+ "failureCount": {
4771
+ "type": "int64",
4772
+ "id": 4
4773
+ }
4774
+ }
4775
+ },
4776
+ "PurgeDocumentsRequest": {
4777
+ "fields": {
4778
+ "parent": {
4779
+ "type": "string",
4780
+ "id": 1,
4781
+ "options": {
4782
+ "(google.api.field_behavior)": "REQUIRED",
4783
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Branch"
4784
+ }
4785
+ },
4786
+ "filter": {
4787
+ "type": "string",
4788
+ "id": 2,
4789
+ "options": {
4790
+ "(google.api.field_behavior)": "REQUIRED"
4791
+ }
4792
+ },
4793
+ "force": {
4794
+ "type": "bool",
4795
+ "id": 3
4796
+ }
4797
+ }
4798
+ },
4799
+ "PurgeDocumentsResponse": {
4800
+ "fields": {
4801
+ "purgeCount": {
4802
+ "type": "int64",
4803
+ "id": 1
4804
+ },
4805
+ "purgeSample": {
4806
+ "rule": "repeated",
4807
+ "type": "string",
4808
+ "id": 2,
4809
+ "options": {
4810
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Document"
4811
+ }
4812
+ }
4813
+ }
4814
+ },
4815
+ "PurgeDocumentsMetadata": {
4816
+ "fields": {
4817
+ "createTime": {
4818
+ "type": "google.protobuf.Timestamp",
4819
+ "id": 1
4820
+ },
4821
+ "updateTime": {
4822
+ "type": "google.protobuf.Timestamp",
4823
+ "id": 2
4824
+ },
4825
+ "successCount": {
4826
+ "type": "int64",
4827
+ "id": 3
4828
+ },
4829
+ "failureCount": {
4830
+ "type": "int64",
4831
+ "id": 4
4832
+ }
4833
+ }
4834
+ },
4835
+ "RecommendationService": {
4836
+ "options": {
4837
+ "(google.api.default_host)": "discoveryengine.googleapis.com",
4838
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
4839
+ },
4840
+ "methods": {
4841
+ "Recommend": {
4842
+ "requestType": "RecommendRequest",
4843
+ "responseType": "RecommendResponse",
4844
+ "options": {
4845
+ "(google.api.http).post": "/v1alpha/{serving_config=projects/*/locations/*/dataStores/*/servingConfigs/*}:recommend",
4846
+ "(google.api.http).body": "*",
4847
+ "(google.api.http).additional_bindings.post": "/v1alpha/{serving_config=projects/*/locations/*/collections/*/engines/*/servingConfigs/*}:recommend",
4848
+ "(google.api.http).additional_bindings.body": "*"
4849
+ },
4850
+ "parsedOptions": [
4851
+ {
4852
+ "(google.api.http)": {
4853
+ "post": "/v1alpha/{serving_config=projects/*/locations/*/dataStores/*/servingConfigs/*}:recommend",
4854
+ "body": "*",
4855
+ "additional_bindings": [
4856
+ {
4857
+ "post": "/v1alpha/{serving_config=projects/*/locations/*/collections/*/dataStores/*/servingConfigs/*}:recommend",
4858
+ "body": "*"
4859
+ },
4860
+ {
4861
+ "post": "/v1alpha/{serving_config=projects/*/locations/*/collections/*/engines/*/servingConfigs/*}:recommend",
4862
+ "body": "*"
4863
+ }
4864
+ ]
4865
+ }
4866
+ }
4867
+ ]
4868
+ }
4869
+ }
4870
+ },
4871
+ "RecommendRequest": {
4872
+ "fields": {
4873
+ "servingConfig": {
4874
+ "type": "string",
4875
+ "id": 1,
4876
+ "options": {
4877
+ "(google.api.field_behavior)": "REQUIRED",
4878
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/ServingConfig"
4879
+ }
4880
+ },
4881
+ "userEvent": {
4882
+ "type": "UserEvent",
4883
+ "id": 2,
4884
+ "options": {
4885
+ "(google.api.field_behavior)": "REQUIRED"
4886
+ }
4887
+ },
4888
+ "pageSize": {
4889
+ "type": "int32",
4890
+ "id": 3
4891
+ },
4892
+ "filter": {
4893
+ "type": "string",
4894
+ "id": 4
4895
+ },
4896
+ "validateOnly": {
4897
+ "type": "bool",
4898
+ "id": 5
4899
+ },
4900
+ "params": {
4901
+ "keyType": "string",
4902
+ "type": "google.protobuf.Value",
4903
+ "id": 6
4904
+ },
4905
+ "userLabels": {
4906
+ "keyType": "string",
4907
+ "type": "string",
4908
+ "id": 8
4909
+ }
4910
+ }
4911
+ },
4912
+ "RecommendResponse": {
4913
+ "fields": {
4914
+ "results": {
4915
+ "rule": "repeated",
4916
+ "type": "RecommendationResult",
4917
+ "id": 1
4918
+ },
4919
+ "attributionToken": {
4920
+ "type": "string",
4921
+ "id": 2
4922
+ },
4923
+ "missingIds": {
4924
+ "rule": "repeated",
4925
+ "type": "string",
4926
+ "id": 3
4927
+ },
4928
+ "validateOnly": {
4929
+ "type": "bool",
4930
+ "id": 4
4931
+ }
4932
+ },
4933
+ "nested": {
4934
+ "RecommendationResult": {
4935
+ "fields": {
4936
+ "id": {
4937
+ "type": "string",
4938
+ "id": 1
4939
+ },
4940
+ "document": {
4941
+ "type": "Document",
4942
+ "id": 2
4943
+ },
4944
+ "metadata": {
4945
+ "keyType": "string",
4946
+ "type": "google.protobuf.Value",
4947
+ "id": 3
4948
+ }
4949
+ }
4950
+ }
4951
+ }
4952
+ },
4953
+ "Schema": {
4954
+ "options": {
4955
+ "(google.api.resource).type": "discoveryengine.googleapis.com/Schema",
4956
+ "(google.api.resource).pattern": "projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}"
4957
+ },
4958
+ "oneofs": {
4959
+ "schema": {
4960
+ "oneof": [
4961
+ "structSchema",
4962
+ "jsonSchema"
4963
+ ]
4964
+ }
4965
+ },
4966
+ "fields": {
4967
+ "structSchema": {
4968
+ "type": "google.protobuf.Struct",
4969
+ "id": 2
4970
+ },
4971
+ "jsonSchema": {
4972
+ "type": "string",
4973
+ "id": 3
4974
+ },
4975
+ "name": {
4976
+ "type": "string",
4977
+ "id": 1,
4978
+ "options": {
4979
+ "(google.api.field_behavior)": "IMMUTABLE"
4980
+ }
4981
+ },
4982
+ "fieldConfigs": {
4983
+ "rule": "repeated",
4984
+ "type": "FieldConfig",
4985
+ "id": 4,
4986
+ "options": {
4987
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
4988
+ }
4989
+ }
4990
+ }
4991
+ },
4992
+ "FieldConfig": {
4993
+ "fields": {
4994
+ "fieldPath": {
4995
+ "type": "string",
4996
+ "id": 1,
4997
+ "options": {
4998
+ "(google.api.field_behavior)": "REQUIRED"
4999
+ }
5000
+ },
5001
+ "fieldType": {
5002
+ "type": "FieldType",
5003
+ "id": 2,
5004
+ "options": {
5005
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
5006
+ }
5007
+ },
5008
+ "indexableOption": {
5009
+ "type": "IndexableOption",
5010
+ "id": 3
5011
+ },
5012
+ "dynamicFacetableOption": {
5013
+ "type": "DynamicFacetableOption",
5014
+ "id": 4
5015
+ },
5016
+ "searchableOption": {
5017
+ "type": "SearchableOption",
5018
+ "id": 5
5019
+ },
5020
+ "retrievableOption": {
5021
+ "type": "RetrievableOption",
5022
+ "id": 6
5023
+ },
5024
+ "completableOption": {
5025
+ "type": "CompletableOption",
5026
+ "id": 8
5027
+ },
5028
+ "recsFilterableOption": {
5029
+ "type": "FilterableOption",
5030
+ "id": 9
5031
+ },
5032
+ "keyPropertyType": {
5033
+ "type": "string",
5034
+ "id": 7,
5035
+ "options": {
5036
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
5037
+ }
5038
+ }
5039
+ },
5040
+ "nested": {
5041
+ "FieldType": {
5042
+ "values": {
5043
+ "FIELD_TYPE_UNSPECIFIED": 0,
5044
+ "OBJECT": 1,
5045
+ "STRING": 2,
5046
+ "NUMBER": 3,
5047
+ "INTEGER": 4,
5048
+ "BOOLEAN": 5,
5049
+ "GEOLOCATION": 6
5050
+ }
5051
+ },
5052
+ "IndexableOption": {
5053
+ "values": {
5054
+ "INDEXABLE_OPTION_UNSPECIFIED": 0,
5055
+ "INDEXABLE_ENABLED": 1,
5056
+ "INDEXABLE_DISABLED": 2
5057
+ }
5058
+ },
5059
+ "DynamicFacetableOption": {
5060
+ "values": {
5061
+ "DYNAMIC_FACETABLE_OPTION_UNSPECIFIED": 0,
5062
+ "DYNAMIC_FACETABLE_ENABLED": 1,
5063
+ "DYNAMIC_FACETABLE_DISABLED": 2
5064
+ }
5065
+ },
5066
+ "SearchableOption": {
5067
+ "values": {
5068
+ "SEARCHABLE_OPTION_UNSPECIFIED": 0,
5069
+ "SEARCHABLE_ENABLED": 1,
5070
+ "SEARCHABLE_DISABLED": 2
5071
+ }
5072
+ },
5073
+ "RetrievableOption": {
5074
+ "values": {
5075
+ "RETRIEVABLE_OPTION_UNSPECIFIED": 0,
5076
+ "RETRIEVABLE_ENABLED": 1,
5077
+ "RETRIEVABLE_DISABLED": 2
5078
+ }
5079
+ },
5080
+ "CompletableOption": {
5081
+ "values": {
5082
+ "COMPLETABLE_OPTION_UNSPECIFIED": 0,
5083
+ "COMPLETABLE_ENABLED": 1,
5084
+ "COMPLETABLE_DISABLED": 2
5085
+ }
5086
+ },
5087
+ "FilterableOption": {
5088
+ "values": {
5089
+ "FILTERABLE_OPTION_UNSPECIFIED": 0,
5090
+ "FILTERABLE_ENABLED": 1,
5091
+ "FILTERABLE_DISABLED": 2
5092
+ }
5093
+ }
5094
+ }
5095
+ },
5096
+ "SchemaService": {
5097
+ "options": {
5098
+ "(google.api.default_host)": "discoveryengine.googleapis.com",
5099
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
5100
+ },
5101
+ "methods": {
5102
+ "GetSchema": {
5103
+ "requestType": "GetSchemaRequest",
5104
+ "responseType": "Schema",
5105
+ "options": {
5106
+ "(google.api.http).get": "/v1alpha/{name=projects/*/locations/*/dataStores/*/schemas/*}",
5107
+ "(google.api.http).additional_bindings.get": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}",
5108
+ "(google.api.method_signature)": "name"
5109
+ },
5110
+ "parsedOptions": [
5111
+ {
5112
+ "(google.api.http)": {
5113
+ "get": "/v1alpha/{name=projects/*/locations/*/dataStores/*/schemas/*}",
5114
+ "additional_bindings": {
5115
+ "get": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}"
5116
+ }
5117
+ }
5118
+ },
5119
+ {
5120
+ "(google.api.method_signature)": "name"
5121
+ }
5122
+ ]
5123
+ },
5124
+ "ListSchemas": {
5125
+ "requestType": "ListSchemasRequest",
5126
+ "responseType": "ListSchemasResponse",
5127
+ "options": {
5128
+ "(google.api.http).get": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/schemas",
5129
+ "(google.api.http).additional_bindings.get": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/schemas",
5130
+ "(google.api.method_signature)": "parent"
5131
+ },
5132
+ "parsedOptions": [
5133
+ {
5134
+ "(google.api.http)": {
5135
+ "get": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/schemas",
5136
+ "additional_bindings": {
5137
+ "get": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/schemas"
5138
+ }
5139
+ }
5140
+ },
5141
+ {
5142
+ "(google.api.method_signature)": "parent"
5143
+ }
5144
+ ]
5145
+ },
5146
+ "CreateSchema": {
5147
+ "requestType": "CreateSchemaRequest",
5148
+ "responseType": "google.longrunning.Operation",
5149
+ "options": {
5150
+ "(google.api.http).post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/schemas",
5151
+ "(google.api.http).body": "schema",
5152
+ "(google.api.http).additional_bindings.post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/schemas",
5153
+ "(google.api.http).additional_bindings.body": "schema",
5154
+ "(google.api.method_signature)": "parent,schema,schema_id",
5155
+ "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1alpha.Schema",
5156
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.CreateSchemaMetadata"
5157
+ },
5158
+ "parsedOptions": [
5159
+ {
5160
+ "(google.api.http)": {
5161
+ "post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/schemas",
5162
+ "body": "schema",
5163
+ "additional_bindings": {
5164
+ "post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/schemas",
5165
+ "body": "schema"
5166
+ }
5167
+ }
5168
+ },
5169
+ {
5170
+ "(google.api.method_signature)": "parent,schema,schema_id"
5171
+ },
5172
+ {
5173
+ "(google.longrunning.operation_info)": {
5174
+ "response_type": "google.cloud.discoveryengine.v1alpha.Schema",
5175
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.CreateSchemaMetadata"
5176
+ }
5177
+ }
5178
+ ]
5179
+ },
5180
+ "UpdateSchema": {
5181
+ "requestType": "UpdateSchemaRequest",
5182
+ "responseType": "google.longrunning.Operation",
5183
+ "options": {
5184
+ "(google.api.http).patch": "/v1alpha/{schema.name=projects/*/locations/*/dataStores/*/schemas/*}",
5185
+ "(google.api.http).body": "schema",
5186
+ "(google.api.http).additional_bindings.patch": "/v1alpha/{schema.name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}",
5187
+ "(google.api.http).additional_bindings.body": "schema",
5188
+ "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1alpha.Schema",
5189
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.UpdateSchemaMetadata"
5190
+ },
5191
+ "parsedOptions": [
5192
+ {
5193
+ "(google.api.http)": {
5194
+ "patch": "/v1alpha/{schema.name=projects/*/locations/*/dataStores/*/schemas/*}",
5195
+ "body": "schema",
5196
+ "additional_bindings": {
5197
+ "patch": "/v1alpha/{schema.name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}",
5198
+ "body": "schema"
5199
+ }
5200
+ }
5201
+ },
5202
+ {
5203
+ "(google.longrunning.operation_info)": {
5204
+ "response_type": "google.cloud.discoveryengine.v1alpha.Schema",
5205
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.UpdateSchemaMetadata"
5206
+ }
5207
+ }
5208
+ ]
5209
+ },
5210
+ "DeleteSchema": {
5211
+ "requestType": "DeleteSchemaRequest",
5212
+ "responseType": "google.longrunning.Operation",
5213
+ "options": {
5214
+ "(google.api.http).delete": "/v1alpha/{name=projects/*/locations/*/dataStores/*/schemas/*}",
5215
+ "(google.api.http).additional_bindings.delete": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}",
5216
+ "(google.api.method_signature)": "name",
5217
+ "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
5218
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.DeleteSchemaMetadata"
5219
+ },
5220
+ "parsedOptions": [
5221
+ {
5222
+ "(google.api.http)": {
5223
+ "delete": "/v1alpha/{name=projects/*/locations/*/dataStores/*/schemas/*}",
5224
+ "additional_bindings": {
5225
+ "delete": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}"
5226
+ }
5227
+ }
5228
+ },
5229
+ {
5230
+ "(google.api.method_signature)": "name"
5231
+ },
5232
+ {
5233
+ "(google.longrunning.operation_info)": {
5234
+ "response_type": "google.protobuf.Empty",
5235
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.DeleteSchemaMetadata"
5236
+ }
5237
+ }
5238
+ ]
5239
+ }
5240
+ }
5241
+ },
5242
+ "GetSchemaRequest": {
5243
+ "fields": {
5244
+ "name": {
5245
+ "type": "string",
5246
+ "id": 1,
5247
+ "options": {
5248
+ "(google.api.field_behavior)": "REQUIRED",
5249
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Schema"
5250
+ }
5251
+ }
5252
+ }
5253
+ },
5254
+ "ListSchemasRequest": {
5255
+ "fields": {
5256
+ "parent": {
5257
+ "type": "string",
5258
+ "id": 1,
5259
+ "options": {
5260
+ "(google.api.field_behavior)": "REQUIRED",
5261
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
5262
+ }
5263
+ },
5264
+ "pageSize": {
5265
+ "type": "int32",
5266
+ "id": 2
5267
+ },
5268
+ "pageToken": {
5269
+ "type": "string",
5270
+ "id": 3
5271
+ }
5272
+ }
5273
+ },
5274
+ "ListSchemasResponse": {
5275
+ "fields": {
5276
+ "schemas": {
5277
+ "rule": "repeated",
5278
+ "type": "Schema",
5279
+ "id": 1
5280
+ },
5281
+ "nextPageToken": {
5282
+ "type": "string",
5283
+ "id": 2
5284
+ }
5285
+ }
5286
+ },
5287
+ "CreateSchemaRequest": {
5288
+ "fields": {
5289
+ "parent": {
5290
+ "type": "string",
5291
+ "id": 1,
5292
+ "options": {
5293
+ "(google.api.field_behavior)": "REQUIRED",
5294
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
5295
+ }
5296
+ },
5297
+ "schema": {
5298
+ "type": "Schema",
5299
+ "id": 2,
5300
+ "options": {
5301
+ "(google.api.field_behavior)": "REQUIRED"
5302
+ }
5303
+ },
5304
+ "schemaId": {
5305
+ "type": "string",
5306
+ "id": 3,
5307
+ "options": {
5308
+ "(google.api.field_behavior)": "REQUIRED"
5309
+ }
5310
+ }
5311
+ }
5312
+ },
5313
+ "UpdateSchemaRequest": {
5314
+ "fields": {
5315
+ "schema": {
5316
+ "type": "Schema",
5317
+ "id": 1,
5318
+ "options": {
5319
+ "(google.api.field_behavior)": "REQUIRED"
5320
+ }
5321
+ },
5322
+ "allowMissing": {
5323
+ "type": "bool",
5324
+ "id": 3
5325
+ }
5326
+ }
5327
+ },
5328
+ "DeleteSchemaRequest": {
5329
+ "fields": {
5330
+ "name": {
5331
+ "type": "string",
5332
+ "id": 1,
5333
+ "options": {
5334
+ "(google.api.field_behavior)": "REQUIRED",
5335
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Schema"
5336
+ }
5337
+ }
5338
+ }
5339
+ },
5340
+ "CreateSchemaMetadata": {
5341
+ "fields": {
5342
+ "createTime": {
5343
+ "type": "google.protobuf.Timestamp",
5344
+ "id": 1
5345
+ },
5346
+ "updateTime": {
5347
+ "type": "google.protobuf.Timestamp",
5348
+ "id": 2
5349
+ }
5350
+ }
5351
+ },
5352
+ "UpdateSchemaMetadata": {
5353
+ "fields": {
5354
+ "createTime": {
5355
+ "type": "google.protobuf.Timestamp",
5356
+ "id": 1
5357
+ },
5358
+ "updateTime": {
5359
+ "type": "google.protobuf.Timestamp",
5360
+ "id": 2
5361
+ }
5362
+ }
5363
+ },
5364
+ "DeleteSchemaMetadata": {
5365
+ "fields": {
5366
+ "createTime": {
5367
+ "type": "google.protobuf.Timestamp",
5368
+ "id": 1
5369
+ },
5370
+ "updateTime": {
5371
+ "type": "google.protobuf.Timestamp",
5372
+ "id": 2
5373
+ }
5374
+ }
5375
+ },
5376
+ "SiteSearchEngineService": {
5377
+ "options": {
5378
+ "(google.api.default_host)": "discoveryengine.googleapis.com",
5379
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
5380
+ },
5381
+ "methods": {
5382
+ "RecrawlUris": {
5383
+ "requestType": "RecrawlUrisRequest",
5384
+ "responseType": "google.longrunning.Operation",
5385
+ "options": {
5386
+ "(google.api.http).post": "/v1alpha/{site_search_engine=projects/*/locations/*/dataStores/*/siteSearchEngine}:recrawlUris",
5387
+ "(google.api.http).body": "*",
5388
+ "(google.api.http).additional_bindings.post": "/v1alpha/{site_search_engine=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine}:recrawlUris",
5389
+ "(google.api.http).additional_bindings.body": "*",
5390
+ "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1alpha.RecrawlUrisResponse",
5391
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.RecrawlUrisMetadata"
5392
+ },
5393
+ "parsedOptions": [
5394
+ {
5395
+ "(google.api.http)": {
5396
+ "post": "/v1alpha/{site_search_engine=projects/*/locations/*/dataStores/*/siteSearchEngine}:recrawlUris",
5397
+ "body": "*",
5398
+ "additional_bindings": {
5399
+ "post": "/v1alpha/{site_search_engine=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine}:recrawlUris",
5400
+ "body": "*"
5401
+ }
5402
+ }
5403
+ },
5404
+ {
5405
+ "(google.longrunning.operation_info)": {
5406
+ "response_type": "google.cloud.discoveryengine.v1alpha.RecrawlUrisResponse",
5407
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.RecrawlUrisMetadata"
5408
+ }
5409
+ }
5410
+ ]
5411
+ }
5412
+ }
5413
+ },
5414
+ "RecrawlUrisRequest": {
5415
+ "fields": {
5416
+ "siteSearchEngine": {
5417
+ "type": "string",
5418
+ "id": 1,
5419
+ "options": {
5420
+ "(google.api.field_behavior)": "REQUIRED",
5421
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/SiteSearchEngine"
5422
+ }
5423
+ },
5424
+ "uris": {
5425
+ "rule": "repeated",
5426
+ "type": "string",
5427
+ "id": 2,
5428
+ "options": {
5429
+ "(google.api.field_behavior)": "REQUIRED"
5430
+ }
5431
+ }
5432
+ }
5433
+ },
5434
+ "RecrawlUrisResponse": {
5435
+ "fields": {
5436
+ "failureSamples": {
5437
+ "rule": "repeated",
5438
+ "type": "FailureInfo",
5439
+ "id": 1
5440
+ },
5441
+ "failedUris": {
5442
+ "rule": "repeated",
5443
+ "type": "string",
5444
+ "id": 2
5445
+ }
5446
+ },
5447
+ "nested": {
5448
+ "FailureInfo": {
5449
+ "fields": {
5450
+ "uri": {
5451
+ "type": "string",
5452
+ "id": 1
5453
+ },
5454
+ "failureReasons": {
5455
+ "rule": "repeated",
5456
+ "type": "FailureReason",
5457
+ "id": 2
5458
+ }
5459
+ },
5460
+ "nested": {
5461
+ "FailureReason": {
5462
+ "fields": {
5463
+ "corpusType": {
5464
+ "type": "CorpusType",
5465
+ "id": 1
5466
+ },
5467
+ "errorMessage": {
5468
+ "type": "string",
5469
+ "id": 2
5470
+ }
5471
+ },
5472
+ "nested": {
5473
+ "CorpusType": {
5474
+ "values": {
5475
+ "CORPUS_TYPE_UNSPECIFIED": 0,
5476
+ "DESKTOP": 1,
5477
+ "MOBILE": 2
5478
+ }
5479
+ }
5480
+ }
5481
+ }
5482
+ }
5483
+ }
5484
+ }
5485
+ },
5486
+ "RecrawlUrisMetadata": {
5487
+ "fields": {
5488
+ "createTime": {
5489
+ "type": "google.protobuf.Timestamp",
5490
+ "id": 1
5491
+ },
5492
+ "updateTime": {
5493
+ "type": "google.protobuf.Timestamp",
5494
+ "id": 2
5495
+ },
5496
+ "invalidUris": {
5497
+ "rule": "repeated",
5498
+ "type": "string",
5499
+ "id": 3
5500
+ },
5501
+ "validUrisCount": {
5502
+ "type": "int32",
5503
+ "id": 4
5504
+ },
5505
+ "successCount": {
5506
+ "type": "int32",
5507
+ "id": 5
5508
+ },
5509
+ "pendingCount": {
5510
+ "type": "int32",
5511
+ "id": 6
5512
+ },
5513
+ "quotaExceededCount": {
5514
+ "type": "int32",
5515
+ "id": 7
5516
+ }
5517
+ }
5518
+ },
5519
+ "UserEventService": {
5520
+ "options": {
5521
+ "(google.api.default_host)": "discoveryengine.googleapis.com",
5522
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
5523
+ },
5524
+ "methods": {
5525
+ "WriteUserEvent": {
5526
+ "requestType": "WriteUserEventRequest",
5527
+ "responseType": "UserEvent",
5528
+ "options": {
5529
+ "(google.api.http).post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/userEvents:write",
5530
+ "(google.api.http).body": "user_event",
5531
+ "(google.api.http).additional_bindings.post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:write",
5532
+ "(google.api.http).additional_bindings.body": "user_event"
5533
+ },
5534
+ "parsedOptions": [
5535
+ {
5536
+ "(google.api.http)": {
5537
+ "post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/userEvents:write",
5538
+ "body": "user_event",
5539
+ "additional_bindings": {
5540
+ "post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:write",
5541
+ "body": "user_event"
5542
+ }
5543
+ }
5544
+ }
5545
+ ]
5546
+ },
5547
+ "CollectUserEvent": {
5548
+ "requestType": "CollectUserEventRequest",
5549
+ "responseType": "google.api.HttpBody",
5550
+ "options": {
5551
+ "(google.api.http).get": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/userEvents:collect",
5552
+ "(google.api.http).additional_bindings.get": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:collect"
5553
+ },
5554
+ "parsedOptions": [
5555
+ {
5556
+ "(google.api.http)": {
5557
+ "get": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/userEvents:collect",
5558
+ "additional_bindings": {
5559
+ "get": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:collect"
5560
+ }
5561
+ }
5562
+ }
5563
+ ]
5564
+ },
5565
+ "PurgeUserEvents": {
5566
+ "requestType": "PurgeUserEventsRequest",
5567
+ "responseType": "google.longrunning.Operation",
5568
+ "options": {
5569
+ "(google.api.http).post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/userEvents:purge",
5570
+ "(google.api.http).body": "*",
5571
+ "(google.api.http).additional_bindings.post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:purge",
5572
+ "(google.api.http).additional_bindings.body": "*",
5573
+ "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1alpha.PurgeUserEventsResponse",
5574
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.PurgeUserEventsMetadata"
5575
+ },
5576
+ "parsedOptions": [
5577
+ {
5578
+ "(google.api.http)": {
5579
+ "post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/userEvents:purge",
5580
+ "body": "*",
5581
+ "additional_bindings": {
5582
+ "post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:purge",
5583
+ "body": "*"
5584
+ }
5585
+ }
5586
+ },
5587
+ {
5588
+ "(google.longrunning.operation_info)": {
5589
+ "response_type": "google.cloud.discoveryengine.v1alpha.PurgeUserEventsResponse",
5590
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.PurgeUserEventsMetadata"
5591
+ }
5592
+ }
5593
+ ]
5594
+ },
5595
+ "ImportUserEvents": {
5596
+ "requestType": "ImportUserEventsRequest",
5597
+ "responseType": "google.longrunning.Operation",
5598
+ "options": {
5599
+ "(google.api.http).post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/userEvents:import",
5600
+ "(google.api.http).body": "*",
5601
+ "(google.api.http).additional_bindings.post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:import",
5602
+ "(google.api.http).additional_bindings.body": "*",
5603
+ "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1alpha.ImportUserEventsResponse",
5604
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.ImportUserEventsMetadata"
5605
+ },
5606
+ "parsedOptions": [
5607
+ {
5608
+ "(google.api.http)": {
5609
+ "post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/userEvents:import",
5610
+ "body": "*",
5611
+ "additional_bindings": {
5612
+ "post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/userEvents:import",
5613
+ "body": "*"
5614
+ }
5615
+ }
5616
+ },
5617
+ {
5618
+ "(google.longrunning.operation_info)": {
5619
+ "response_type": "google.cloud.discoveryengine.v1alpha.ImportUserEventsResponse",
5620
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.ImportUserEventsMetadata"
5621
+ }
5622
+ }
5623
+ ]
5624
+ }
5625
+ }
5626
+ },
5627
+ "WriteUserEventRequest": {
5628
+ "oneofs": {
5629
+ "_userEvent": {
5630
+ "oneof": [
5631
+ "userEvent"
5632
+ ]
5633
+ }
5634
+ },
5635
+ "fields": {
5636
+ "parent": {
5637
+ "type": "string",
5638
+ "id": 1,
5639
+ "options": {
5640
+ "(google.api.field_behavior)": "REQUIRED",
5641
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
5642
+ }
5643
+ },
5644
+ "userEvent": {
5645
+ "type": "UserEvent",
5646
+ "id": 2,
5647
+ "options": {
5648
+ "(google.api.field_behavior)": "REQUIRED",
5649
+ "proto3_optional": true
5650
+ }
5651
+ }
5652
+ }
5653
+ },
5654
+ "CollectUserEventRequest": {
5655
+ "oneofs": {
5656
+ "_uri": {
5657
+ "oneof": [
5658
+ "uri"
5659
+ ]
5660
+ },
5661
+ "_ets": {
5662
+ "oneof": [
5663
+ "ets"
5664
+ ]
5665
+ }
5666
+ },
5667
+ "fields": {
5668
+ "parent": {
5669
+ "type": "string",
5670
+ "id": 1,
5671
+ "options": {
5672
+ "(google.api.field_behavior)": "REQUIRED",
5673
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
5674
+ }
5675
+ },
5676
+ "userEvent": {
5677
+ "type": "string",
5678
+ "id": 2,
5679
+ "options": {
5680
+ "(google.api.field_behavior)": "REQUIRED"
5681
+ }
5682
+ },
5683
+ "uri": {
5684
+ "type": "string",
5685
+ "id": 3,
5686
+ "options": {
5687
+ "proto3_optional": true
5688
+ }
5689
+ },
5690
+ "ets": {
5691
+ "type": "int64",
5692
+ "id": 4,
5693
+ "options": {
5694
+ "proto3_optional": true
5695
+ }
5696
+ }
5697
+ }
5698
+ }
5699
+ }
5700
+ },
2532
5701
  "v1beta": {
2533
5702
  "options": {
2534
5703
  "csharp_namespace": "Google.Cloud.DiscoveryEngine.V1Beta",
@@ -5618,6 +8787,10 @@
5618
8787
  "rule": "repeated",
5619
8788
  "type": "ClientLibrarySettings",
5620
8789
  "id": 109
8790
+ },
8791
+ "protoReferenceDocumentationUri": {
8792
+ "type": "string",
8793
+ "id": 110
5621
8794
  }
5622
8795
  }
5623
8796
  },
@@ -5675,6 +8848,31 @@
5675
8848
  "common": {
5676
8849
  "type": "CommonLanguageSettings",
5677
8850
  "id": 1
8851
+ },
8852
+ "renamedServices": {
8853
+ "keyType": "string",
8854
+ "type": "string",
8855
+ "id": 2
8856
+ },
8857
+ "renamedResources": {
8858
+ "keyType": "string",
8859
+ "type": "string",
8860
+ "id": 3
8861
+ },
8862
+ "ignoredResources": {
8863
+ "rule": "repeated",
8864
+ "type": "string",
8865
+ "id": 4
8866
+ },
8867
+ "forcedNamespaceAliases": {
8868
+ "rule": "repeated",
8869
+ "type": "string",
8870
+ "id": 5
8871
+ },
8872
+ "handwrittenSignatures": {
8873
+ "rule": "repeated",
8874
+ "type": "string",
8875
+ "id": 6
5678
8876
  }
5679
8877
  }
5680
8878
  },
@@ -5734,7 +8932,10 @@
5734
8932
  "CLOUD": 1,
5735
8933
  "ADS": 2,
5736
8934
  "PHOTOS": 3,
5737
- "STREET_VIEW": 4
8935
+ "STREET_VIEW": 4,
8936
+ "SHOPPING": 5,
8937
+ "GEO": 6,
8938
+ "GENERATIVE_AI": 7
5738
8939
  }
5739
8940
  },
5740
8941
  "ClientLibraryDestination": {
@@ -5970,6 +9171,25 @@
5970
9171
  "rule": "repeated",
5971
9172
  "type": "UninterpretedOption",
5972
9173
  "id": 999
9174
+ },
9175
+ "declaration": {
9176
+ "rule": "repeated",
9177
+ "type": "Declaration",
9178
+ "id": 2,
9179
+ "options": {
9180
+ "retention": "RETENTION_SOURCE"
9181
+ }
9182
+ },
9183
+ "features": {
9184
+ "type": "FeatureSet",
9185
+ "id": 50
9186
+ },
9187
+ "verification": {
9188
+ "type": "VerificationState",
9189
+ "id": 3,
9190
+ "options": {
9191
+ "default": "UNVERIFIED"
9192
+ }
5973
9193
  }
5974
9194
  },
5975
9195
  "extensions": [
@@ -5977,7 +9197,45 @@
5977
9197
  1000,
5978
9198
  536870911
5979
9199
  ]
5980
- ]
9200
+ ],
9201
+ "nested": {
9202
+ "Declaration": {
9203
+ "fields": {
9204
+ "number": {
9205
+ "type": "int32",
9206
+ "id": 1
9207
+ },
9208
+ "fullName": {
9209
+ "type": "string",
9210
+ "id": 2
9211
+ },
9212
+ "type": {
9213
+ "type": "string",
9214
+ "id": 3
9215
+ },
9216
+ "reserved": {
9217
+ "type": "bool",
9218
+ "id": 5
9219
+ },
9220
+ "repeated": {
9221
+ "type": "bool",
9222
+ "id": 6
9223
+ }
9224
+ },
9225
+ "reserved": [
9226
+ [
9227
+ 4,
9228
+ 4
9229
+ ]
9230
+ ]
9231
+ },
9232
+ "VerificationState": {
9233
+ "values": {
9234
+ "DECLARATION": 0,
9235
+ "UNVERIFIED": 1
9236
+ }
9237
+ }
9238
+ }
5981
9239
  },
5982
9240
  "FieldDescriptorProto": {
5983
9241
  "fields": {
@@ -6290,6 +9548,10 @@
6290
9548
  "type": "string",
6291
9549
  "id": 45
6292
9550
  },
9551
+ "features": {
9552
+ "type": "FeatureSet",
9553
+ "id": 50
9554
+ },
6293
9555
  "uninterpretedOption": {
6294
9556
  "rule": "repeated",
6295
9557
  "type": "UninterpretedOption",
@@ -6352,6 +9614,10 @@
6352
9614
  "deprecated": true
6353
9615
  }
6354
9616
  },
9617
+ "features": {
9618
+ "type": "FeatureSet",
9619
+ "id": 12
9620
+ },
6355
9621
  "uninterpretedOption": {
6356
9622
  "rule": "repeated",
6357
9623
  "type": "UninterpretedOption",
@@ -6446,9 +9712,22 @@
6446
9712
  "type": "OptionRetention",
6447
9713
  "id": 17
6448
9714
  },
6449
- "target": {
9715
+ "targets": {
9716
+ "rule": "repeated",
6450
9717
  "type": "OptionTargetType",
6451
- "id": 18
9718
+ "id": 19,
9719
+ "options": {
9720
+ "packed": false
9721
+ }
9722
+ },
9723
+ "editionDefaults": {
9724
+ "rule": "repeated",
9725
+ "type": "EditionDefault",
9726
+ "id": 20
9727
+ },
9728
+ "features": {
9729
+ "type": "FeatureSet",
9730
+ "id": 21
6452
9731
  },
6453
9732
  "uninterpretedOption": {
6454
9733
  "rule": "repeated",
@@ -6466,6 +9745,10 @@
6466
9745
  [
6467
9746
  4,
6468
9747
  4
9748
+ ],
9749
+ [
9750
+ 18,
9751
+ 18
6469
9752
  ]
6470
9753
  ],
6471
9754
  "nested": {
@@ -6503,11 +9786,27 @@
6503
9786
  "TARGET_TYPE_SERVICE": 8,
6504
9787
  "TARGET_TYPE_METHOD": 9
6505
9788
  }
9789
+ },
9790
+ "EditionDefault": {
9791
+ "fields": {
9792
+ "edition": {
9793
+ "type": "string",
9794
+ "id": 1
9795
+ },
9796
+ "value": {
9797
+ "type": "string",
9798
+ "id": 2
9799
+ }
9800
+ }
6506
9801
  }
6507
9802
  }
6508
9803
  },
6509
9804
  "OneofOptions": {
6510
9805
  "fields": {
9806
+ "features": {
9807
+ "type": "FeatureSet",
9808
+ "id": 1
9809
+ },
6511
9810
  "uninterpretedOption": {
6512
9811
  "rule": "repeated",
6513
9812
  "type": "UninterpretedOption",
@@ -6541,6 +9840,10 @@
6541
9840
  "deprecated": true
6542
9841
  }
6543
9842
  },
9843
+ "features": {
9844
+ "type": "FeatureSet",
9845
+ "id": 7
9846
+ },
6544
9847
  "uninterpretedOption": {
6545
9848
  "rule": "repeated",
6546
9849
  "type": "UninterpretedOption",
@@ -6569,6 +9872,17 @@
6569
9872
  "default": false
6570
9873
  }
6571
9874
  },
9875
+ "features": {
9876
+ "type": "FeatureSet",
9877
+ "id": 2
9878
+ },
9879
+ "debugRedact": {
9880
+ "type": "bool",
9881
+ "id": 3,
9882
+ "options": {
9883
+ "default": false
9884
+ }
9885
+ },
6572
9886
  "uninterpretedOption": {
6573
9887
  "rule": "repeated",
6574
9888
  "type": "UninterpretedOption",
@@ -6584,6 +9898,10 @@
6584
9898
  },
6585
9899
  "ServiceOptions": {
6586
9900
  "fields": {
9901
+ "features": {
9902
+ "type": "FeatureSet",
9903
+ "id": 34
9904
+ },
6587
9905
  "deprecated": {
6588
9906
  "type": "bool",
6589
9907
  "id": 33,
@@ -6620,6 +9938,10 @@
6620
9938
  "default": "IDEMPOTENCY_UNKNOWN"
6621
9939
  }
6622
9940
  },
9941
+ "features": {
9942
+ "type": "FeatureSet",
9943
+ "id": 35
9944
+ },
6623
9945
  "uninterpretedOption": {
6624
9946
  "rule": "repeated",
6625
9947
  "type": "UninterpretedOption",
@@ -6691,6 +10013,137 @@
6691
10013
  }
6692
10014
  }
6693
10015
  },
10016
+ "FeatureSet": {
10017
+ "fields": {
10018
+ "fieldPresence": {
10019
+ "type": "FieldPresence",
10020
+ "id": 1,
10021
+ "options": {
10022
+ "retention": "RETENTION_RUNTIME",
10023
+ "targets": "TARGET_TYPE_FILE",
10024
+ "edition_defaults.edition": "2023",
10025
+ "edition_defaults.value": "EXPLICIT"
10026
+ }
10027
+ },
10028
+ "enumType": {
10029
+ "type": "EnumType",
10030
+ "id": 2,
10031
+ "options": {
10032
+ "retention": "RETENTION_RUNTIME",
10033
+ "targets": "TARGET_TYPE_FILE",
10034
+ "edition_defaults.edition": "2023",
10035
+ "edition_defaults.value": "OPEN"
10036
+ }
10037
+ },
10038
+ "repeatedFieldEncoding": {
10039
+ "type": "RepeatedFieldEncoding",
10040
+ "id": 3,
10041
+ "options": {
10042
+ "retention": "RETENTION_RUNTIME",
10043
+ "targets": "TARGET_TYPE_FILE",
10044
+ "edition_defaults.edition": "2023",
10045
+ "edition_defaults.value": "PACKED"
10046
+ }
10047
+ },
10048
+ "stringFieldValidation": {
10049
+ "type": "StringFieldValidation",
10050
+ "id": 4,
10051
+ "options": {
10052
+ "retention": "RETENTION_RUNTIME",
10053
+ "targets": "TARGET_TYPE_FILE",
10054
+ "edition_defaults.edition": "2023",
10055
+ "edition_defaults.value": "MANDATORY"
10056
+ }
10057
+ },
10058
+ "messageEncoding": {
10059
+ "type": "MessageEncoding",
10060
+ "id": 5,
10061
+ "options": {
10062
+ "retention": "RETENTION_RUNTIME",
10063
+ "targets": "TARGET_TYPE_FILE",
10064
+ "edition_defaults.edition": "2023",
10065
+ "edition_defaults.value": "LENGTH_PREFIXED"
10066
+ }
10067
+ },
10068
+ "jsonFormat": {
10069
+ "type": "JsonFormat",
10070
+ "id": 6,
10071
+ "options": {
10072
+ "retention": "RETENTION_RUNTIME",
10073
+ "targets": "TARGET_TYPE_FILE",
10074
+ "edition_defaults.edition": "2023",
10075
+ "edition_defaults.value": "ALLOW"
10076
+ }
10077
+ },
10078
+ "rawFeatures": {
10079
+ "type": "FeatureSet",
10080
+ "id": 999,
10081
+ "options": {
10082
+ "targets": "TARGET_TYPE_UNKNOWN"
10083
+ }
10084
+ }
10085
+ },
10086
+ "extensions": [
10087
+ [
10088
+ 1000,
10089
+ 1000
10090
+ ],
10091
+ [
10092
+ 1001,
10093
+ 1001
10094
+ ],
10095
+ [
10096
+ 9995,
10097
+ 9999
10098
+ ]
10099
+ ],
10100
+ "nested": {
10101
+ "FieldPresence": {
10102
+ "values": {
10103
+ "FIELD_PRESENCE_UNKNOWN": 0,
10104
+ "EXPLICIT": 1,
10105
+ "IMPLICIT": 2,
10106
+ "LEGACY_REQUIRED": 3
10107
+ }
10108
+ },
10109
+ "EnumType": {
10110
+ "values": {
10111
+ "ENUM_TYPE_UNKNOWN": 0,
10112
+ "OPEN": 1,
10113
+ "CLOSED": 2
10114
+ }
10115
+ },
10116
+ "RepeatedFieldEncoding": {
10117
+ "values": {
10118
+ "REPEATED_FIELD_ENCODING_UNKNOWN": 0,
10119
+ "PACKED": 1,
10120
+ "EXPANDED": 2
10121
+ }
10122
+ },
10123
+ "StringFieldValidation": {
10124
+ "values": {
10125
+ "STRING_FIELD_VALIDATION_UNKNOWN": 0,
10126
+ "MANDATORY": 1,
10127
+ "HINT": 2,
10128
+ "NONE": 3
10129
+ }
10130
+ },
10131
+ "MessageEncoding": {
10132
+ "values": {
10133
+ "MESSAGE_ENCODING_UNKNOWN": 0,
10134
+ "LENGTH_PREFIXED": 1,
10135
+ "DELIMITED": 2
10136
+ }
10137
+ },
10138
+ "JsonFormat": {
10139
+ "values": {
10140
+ "JSON_FORMAT_UNKNOWN": 0,
10141
+ "ALLOW": 1,
10142
+ "LEGACY_BEST_EFFORT": 2
10143
+ }
10144
+ }
10145
+ }
10146
+ },
6694
10147
  "SourceCodeInfo": {
6695
10148
  "fields": {
6696
10149
  "location": {
@@ -6948,7 +10401,7 @@
6948
10401
  "options": {
6949
10402
  "cc_enable_arenas": true,
6950
10403
  "csharp_namespace": "Google.LongRunning",
6951
- "go_package": "google.golang.org/genproto/googleapis/longrunning;longrunning",
10404
+ "go_package": "cloud.google.com/go/longrunning/autogen/longrunningpb;longrunningpb",
6952
10405
  "java_multiple_files": true,
6953
10406
  "java_outer_classname": "OperationsProto",
6954
10407
  "java_package": "com.google.longrunning",