@google-cloud/discoveryengine 2.2.0 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -0
- package/build/protos/google/cloud/discoveryengine/v1/answer.proto +17 -0
- package/build/protos/google/cloud/discoveryengine/v1/chunk.proto +52 -0
- package/build/protos/google/cloud/discoveryengine/v1/cmek_config_service.proto +300 -0
- package/build/protos/google/cloud/discoveryengine/v1/common.proto +67 -0
- package/build/protos/google/cloud/discoveryengine/v1/control.proto +1 -3
- package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1/data_store.proto +54 -2
- package/build/protos/google/cloud/discoveryengine/v1/data_store_service.proto +14 -0
- package/build/protos/google/cloud/discoveryengine/v1/document.proto +95 -4
- package/build/protos/google/cloud/discoveryengine/v1/document_processing_config.proto +28 -1
- package/build/protos/google/cloud/discoveryengine/v1/engine.proto +131 -6
- package/build/protos/google/cloud/discoveryengine/v1/grounded_generation_service.proto +8 -0
- package/build/protos/google/cloud/discoveryengine/v1/grounding.proto +9 -0
- package/build/protos/google/cloud/discoveryengine/v1/identity_mapping_store.proto +84 -0
- package/build/protos/google/cloud/discoveryengine/v1/identity_mapping_store_service.proto +375 -0
- package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +6 -0
- package/build/protos/google/cloud/discoveryengine/v1/site_search_engine.proto +6 -0
- package/build/protos/google/cloud/discoveryengine/v1/user_license.proto +98 -0
- package/build/protos/google/cloud/discoveryengine/v1/user_license_service.proto +191 -0
- package/build/protos/protos.d.ts +5387 -265
- package/build/protos/protos.js +77991 -63105
- package/build/protos/protos.json +1512 -91
- package/build/src/index.d.ts +10 -1
- package/build/src/index.js +8 -2
- package/build/src/v1/cmek_config_service_client.d.ts +2287 -0
- package/build/src/v1/cmek_config_service_client.js +3274 -0
- package/build/src/v1/cmek_config_service_client_config.json +42 -0
- package/build/src/v1/cmek_config_service_proto_list.json +44 -0
- package/build/src/v1/completion_service_client.d.ts +90 -0
- package/build/src/v1/completion_service_client.js +134 -2
- package/build/src/v1/completion_service_proto_list.json +6 -1
- package/build/src/v1/control_service_client.d.ts +90 -0
- package/build/src/v1/control_service_client.js +150 -0
- package/build/src/v1/control_service_proto_list.json +6 -1
- package/build/src/v1/conversational_search_service_client.d.ts +90 -0
- package/build/src/v1/conversational_search_service_client.js +192 -0
- package/build/src/v1/conversational_search_service_proto_list.json +6 -1
- package/build/src/v1/data_store_service_client.d.ts +96 -0
- package/build/src/v1/data_store_service_client.js +140 -2
- package/build/src/v1/data_store_service_proto_list.json +6 -1
- package/build/src/v1/document_service_client.d.ts +90 -0
- package/build/src/v1/document_service_client.js +158 -2
- package/build/src/v1/document_service_proto_list.json +6 -1
- package/build/src/v1/engine_service_client.d.ts +90 -0
- package/build/src/v1/engine_service_client.js +140 -2
- package/build/src/v1/engine_service_proto_list.json +6 -1
- package/build/src/v1/gapic_metadata.json +184 -0
- package/build/src/v1/grounded_generation_service_client.d.ts +90 -0
- package/build/src/v1/grounded_generation_service_client.js +138 -0
- package/build/src/v1/grounded_generation_service_proto_list.json +6 -1
- package/build/src/v1/identity_mapping_store_service_client.d.ts +2470 -0
- package/build/src/v1/identity_mapping_store_service_client.js +3449 -0
- package/build/src/v1/identity_mapping_store_service_client_config.json +54 -0
- package/build/src/v1/identity_mapping_store_service_proto_list.json +44 -0
- package/build/src/v1/index.d.ts +3 -0
- package/build/src/v1/index.js +7 -1
- package/build/src/v1/project_service_client.d.ts +90 -0
- package/build/src/v1/project_service_client.js +128 -2
- package/build/src/v1/project_service_proto_list.json +6 -1
- package/build/src/v1/rank_service_client.d.ts +90 -0
- package/build/src/v1/rank_service_client.js +132 -0
- package/build/src/v1/rank_service_proto_list.json +6 -1
- package/build/src/v1/recommendation_service_client.d.ts +90 -0
- package/build/src/v1/recommendation_service_client.js +132 -0
- package/build/src/v1/recommendation_service_proto_list.json +6 -1
- package/build/src/v1/schema_service_client.d.ts +90 -0
- package/build/src/v1/schema_service_client.js +134 -2
- package/build/src/v1/schema_service_proto_list.json +6 -1
- package/build/src/v1/search_service_client.d.ts +90 -0
- package/build/src/v1/search_service_client.js +126 -0
- package/build/src/v1/search_service_proto_list.json +6 -1
- package/build/src/v1/search_tuning_service_client.d.ts +90 -0
- package/build/src/v1/search_tuning_service_client.js +134 -2
- package/build/src/v1/search_tuning_service_proto_list.json +6 -1
- package/build/src/v1/serving_config_service_client.d.ts +90 -0
- package/build/src/v1/serving_config_service_client.js +132 -0
- package/build/src/v1/serving_config_service_proto_list.json +6 -1
- package/build/src/v1/site_search_engine_service_client.d.ts +90 -0
- package/build/src/v1/site_search_engine_service_client.js +146 -2
- package/build/src/v1/site_search_engine_service_proto_list.json +6 -1
- package/build/src/v1/user_event_service_client.d.ts +90 -0
- package/build/src/v1/user_event_service_client.js +140 -2
- package/build/src/v1/user_event_service_proto_list.json +6 -1
- package/build/src/v1/user_license_service_client.d.ts +2256 -0
- package/build/src/v1/user_license_service_client.js +3194 -0
- package/build/src/v1/user_license_service_client_config.json +34 -0
- package/build/src/v1/user_license_service_proto_list.json +44 -0
- package/build/src/v1alpha/acl_config_service_client.js +12 -0
- package/build/src/v1alpha/chunk_service_client.js +6 -0
- package/build/src/v1alpha/completion_service_client.js +7 -1
- package/build/src/v1alpha/control_service_client.js +24 -0
- package/build/src/v1alpha/conversational_search_service_client.js +66 -0
- package/build/src/v1alpha/data_store_service_client.js +25 -1
- package/build/src/v1alpha/document_service_client.js +37 -1
- package/build/src/v1alpha/engine_service_client.js +25 -1
- package/build/src/v1alpha/estimate_billing_service_client.js +1 -1
- package/build/src/v1alpha/evaluation_service_client.js +7 -1
- package/build/src/v1alpha/grounded_generation_service_client.js +6 -0
- package/build/src/v1alpha/project_service_client.js +13 -1
- package/build/src/v1alpha/rank_service_client.js +6 -0
- package/build/src/v1alpha/recommendation_service_client.js +6 -0
- package/build/src/v1alpha/sample_query_service_client.js +25 -1
- package/build/src/v1alpha/sample_query_set_service_client.js +24 -0
- package/build/src/v1alpha/schema_service_client.js +7 -1
- package/build/src/v1alpha/search_tuning_service_client.js +7 -1
- package/build/src/v1alpha/serving_config_service_client.js +12 -0
- package/build/src/v1alpha/site_search_engine_service_client.js +19 -1
- package/build/src/v1alpha/user_event_service_client.js +13 -1
- package/build/src/v1beta/completion_service_client.js +13 -1
- package/build/src/v1beta/control_service_client.js +24 -0
- package/build/src/v1beta/conversational_search_service_client.js +66 -0
- package/build/src/v1beta/data_store_service_client.js +13 -1
- package/build/src/v1beta/document_service_client.js +31 -1
- package/build/src/v1beta/engine_service_client.js +25 -1
- package/build/src/v1beta/evaluation_service_client.js +7 -1
- package/build/src/v1beta/grounded_generation_service_client.js +12 -0
- package/build/src/v1beta/project_service_client.js +1 -1
- package/build/src/v1beta/rank_service_client.js +6 -0
- package/build/src/v1beta/recommendation_service_client.js +6 -0
- package/build/src/v1beta/sample_query_service_client.js +25 -1
- package/build/src/v1beta/sample_query_set_service_client.js +24 -0
- package/build/src/v1beta/schema_service_client.js +7 -1
- package/build/src/v1beta/search_tuning_service_client.js +7 -1
- package/build/src/v1beta/serving_config_service_client.js +12 -0
- package/build/src/v1beta/site_search_engine_service_client.js +19 -1
- package/build/src/v1beta/user_event_service_client.js +13 -1
- package/package.json +7 -7
- package/CHANGELOG.md +0 -274
package/build/protos/protos.json
CHANGED
@@ -1,7 +1,4 @@
|
|
1
1
|
{
|
2
|
-
"options": {
|
3
|
-
"syntax": "proto3"
|
4
|
-
},
|
5
2
|
"nested": {
|
6
3
|
"google": {
|
7
4
|
"nested": {
|
@@ -14,13 +11,13 @@
|
|
14
11
|
"csharp_namespace": "Google.Cloud.DiscoveryEngine.V1",
|
15
12
|
"go_package": "cloud.google.com/go/discoveryengine/apiv1/discoveryenginepb;discoveryenginepb",
|
16
13
|
"java_multiple_files": true,
|
17
|
-
"java_outer_classname": "
|
14
|
+
"java_outer_classname": "UserLicenseServiceProto",
|
18
15
|
"java_package": "com.google.cloud.discoveryengine.v1",
|
19
16
|
"objc_class_prefix": "DISCOVERYENGINE",
|
20
17
|
"php_namespace": "Google\\Cloud\\DiscoveryEngine\\V1",
|
21
18
|
"ruby_package": "Google::Cloud::DiscoveryEngine::V1",
|
22
|
-
"(google.api.resource_definition).type": "
|
23
|
-
"(google.api.resource_definition).pattern": "projects/{project}/locations/{location}/
|
19
|
+
"(google.api.resource_definition).type": "cloudkms.googleapis.com/CryptoKeyVersions",
|
20
|
+
"(google.api.resource_definition).pattern": "projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{crypto_key_version}"
|
24
21
|
},
|
25
22
|
"nested": {
|
26
23
|
"Answer": {
|
@@ -538,7 +535,8 @@
|
|
538
535
|
"ADVERSARIAL_QUERY": 1,
|
539
536
|
"NON_ANSWER_SEEKING_QUERY": 2,
|
540
537
|
"JAIL_BREAKING_QUERY": 3,
|
541
|
-
"NON_ANSWER_SEEKING_QUERY_V2": 4
|
538
|
+
"NON_ANSWER_SEEKING_QUERY_V2": 4,
|
539
|
+
"USER_DEFINED_CLASSIFICATION_QUERY": 5
|
542
540
|
}
|
543
541
|
}
|
544
542
|
}
|
@@ -565,7 +563,9 @@
|
|
565
563
|
"JAIL_BREAKING_QUERY_IGNORED": 6,
|
566
564
|
"CUSTOMER_POLICY_VIOLATION": 7,
|
567
565
|
"NON_ANSWER_SEEKING_QUERY_IGNORED_V2": 8,
|
568
|
-
"LOW_GROUNDED_ANSWER": 9
|
566
|
+
"LOW_GROUNDED_ANSWER": 9,
|
567
|
+
"USER_DEFINED_CLASSIFICATION_QUERY_IGNORED": 10,
|
568
|
+
"UNHELPFUL_ANSWER": 11
|
569
569
|
}
|
570
570
|
}
|
571
571
|
}
|
@@ -700,6 +700,30 @@
|
|
700
700
|
"options": {
|
701
701
|
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
702
702
|
}
|
703
|
+
},
|
704
|
+
"dataUrls": {
|
705
|
+
"rule": "repeated",
|
706
|
+
"type": "string",
|
707
|
+
"id": 9,
|
708
|
+
"options": {
|
709
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
710
|
+
}
|
711
|
+
},
|
712
|
+
"annotationContents": {
|
713
|
+
"rule": "repeated",
|
714
|
+
"type": "string",
|
715
|
+
"id": 11,
|
716
|
+
"options": {
|
717
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
718
|
+
}
|
719
|
+
},
|
720
|
+
"annotationMetadata": {
|
721
|
+
"rule": "repeated",
|
722
|
+
"type": "AnnotationMetadata",
|
723
|
+
"id": 12,
|
724
|
+
"options": {
|
725
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
726
|
+
}
|
703
727
|
}
|
704
728
|
},
|
705
729
|
"nested": {
|
@@ -744,6 +768,344 @@
|
|
744
768
|
"id": 2
|
745
769
|
}
|
746
770
|
}
|
771
|
+
},
|
772
|
+
"StructuredContent": {
|
773
|
+
"fields": {
|
774
|
+
"structureType": {
|
775
|
+
"type": "StructureType",
|
776
|
+
"id": 1,
|
777
|
+
"options": {
|
778
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
779
|
+
}
|
780
|
+
},
|
781
|
+
"content": {
|
782
|
+
"type": "string",
|
783
|
+
"id": 2,
|
784
|
+
"options": {
|
785
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
786
|
+
}
|
787
|
+
}
|
788
|
+
}
|
789
|
+
},
|
790
|
+
"AnnotationMetadata": {
|
791
|
+
"fields": {
|
792
|
+
"structuredContent": {
|
793
|
+
"type": "StructuredContent",
|
794
|
+
"id": 1,
|
795
|
+
"options": {
|
796
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
797
|
+
}
|
798
|
+
},
|
799
|
+
"imageId": {
|
800
|
+
"type": "string",
|
801
|
+
"id": 2,
|
802
|
+
"options": {
|
803
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
804
|
+
}
|
805
|
+
}
|
806
|
+
}
|
807
|
+
},
|
808
|
+
"StructureType": {
|
809
|
+
"values": {
|
810
|
+
"STRUCTURE_TYPE_UNSPECIFIED": 0,
|
811
|
+
"SHAREHOLDER_STRUCTURE": 1,
|
812
|
+
"SIGNATURE_STRUCTURE": 2,
|
813
|
+
"CHECKBOX_STRUCTURE": 3
|
814
|
+
}
|
815
|
+
}
|
816
|
+
}
|
817
|
+
},
|
818
|
+
"CmekConfigService": {
|
819
|
+
"options": {
|
820
|
+
"(google.api.default_host)": "discoveryengine.googleapis.com",
|
821
|
+
"(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
|
822
|
+
},
|
823
|
+
"methods": {
|
824
|
+
"UpdateCmekConfig": {
|
825
|
+
"requestType": "UpdateCmekConfigRequest",
|
826
|
+
"responseType": "google.longrunning.Operation",
|
827
|
+
"options": {
|
828
|
+
"(google.api.http).patch": "/v1/{config.name=projects/*/locations/*/cmekConfig}",
|
829
|
+
"(google.api.http).body": "config",
|
830
|
+
"(google.api.http).additional_bindings.patch": "/v1/{config.name=projects/*/locations/*/cmekConfigs/*}",
|
831
|
+
"(google.api.http).additional_bindings.body": "config",
|
832
|
+
"(google.api.method_signature)": "config",
|
833
|
+
"(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1.CmekConfig",
|
834
|
+
"(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1.UpdateCmekConfigMetadata"
|
835
|
+
},
|
836
|
+
"parsedOptions": [
|
837
|
+
{
|
838
|
+
"(google.api.http)": {
|
839
|
+
"patch": "/v1/{config.name=projects/*/locations/*/cmekConfig}",
|
840
|
+
"body": "config",
|
841
|
+
"additional_bindings": {
|
842
|
+
"patch": "/v1/{config.name=projects/*/locations/*/cmekConfigs/*}",
|
843
|
+
"body": "config"
|
844
|
+
}
|
845
|
+
}
|
846
|
+
},
|
847
|
+
{
|
848
|
+
"(google.api.method_signature)": "config"
|
849
|
+
},
|
850
|
+
{
|
851
|
+
"(google.longrunning.operation_info)": {
|
852
|
+
"response_type": "google.cloud.discoveryengine.v1.CmekConfig",
|
853
|
+
"metadata_type": "google.cloud.discoveryengine.v1.UpdateCmekConfigMetadata"
|
854
|
+
}
|
855
|
+
}
|
856
|
+
]
|
857
|
+
},
|
858
|
+
"GetCmekConfig": {
|
859
|
+
"requestType": "GetCmekConfigRequest",
|
860
|
+
"responseType": "CmekConfig",
|
861
|
+
"options": {
|
862
|
+
"(google.api.http).get": "/v1/{name=projects/*/locations/*/cmekConfig}",
|
863
|
+
"(google.api.http).additional_bindings.get": "/v1/{name=projects/*/locations/*/cmekConfigs/*}",
|
864
|
+
"(google.api.method_signature)": "name"
|
865
|
+
},
|
866
|
+
"parsedOptions": [
|
867
|
+
{
|
868
|
+
"(google.api.http)": {
|
869
|
+
"get": "/v1/{name=projects/*/locations/*/cmekConfig}",
|
870
|
+
"additional_bindings": {
|
871
|
+
"get": "/v1/{name=projects/*/locations/*/cmekConfigs/*}"
|
872
|
+
}
|
873
|
+
}
|
874
|
+
},
|
875
|
+
{
|
876
|
+
"(google.api.method_signature)": "name"
|
877
|
+
}
|
878
|
+
]
|
879
|
+
},
|
880
|
+
"ListCmekConfigs": {
|
881
|
+
"requestType": "ListCmekConfigsRequest",
|
882
|
+
"responseType": "ListCmekConfigsResponse",
|
883
|
+
"options": {
|
884
|
+
"(google.api.http).get": "/v1/{parent=projects/*/locations/*}/cmekConfigs",
|
885
|
+
"(google.api.method_signature)": "parent"
|
886
|
+
},
|
887
|
+
"parsedOptions": [
|
888
|
+
{
|
889
|
+
"(google.api.http)": {
|
890
|
+
"get": "/v1/{parent=projects/*/locations/*}/cmekConfigs"
|
891
|
+
}
|
892
|
+
},
|
893
|
+
{
|
894
|
+
"(google.api.method_signature)": "parent"
|
895
|
+
}
|
896
|
+
]
|
897
|
+
},
|
898
|
+
"DeleteCmekConfig": {
|
899
|
+
"requestType": "DeleteCmekConfigRequest",
|
900
|
+
"responseType": "google.longrunning.Operation",
|
901
|
+
"options": {
|
902
|
+
"(google.api.http).delete": "/v1/{name=projects/*/locations/*/cmekConfigs/*}",
|
903
|
+
"(google.api.method_signature)": "name",
|
904
|
+
"(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
|
905
|
+
"(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1.DeleteCmekConfigMetadata"
|
906
|
+
},
|
907
|
+
"parsedOptions": [
|
908
|
+
{
|
909
|
+
"(google.api.http)": {
|
910
|
+
"delete": "/v1/{name=projects/*/locations/*/cmekConfigs/*}"
|
911
|
+
}
|
912
|
+
},
|
913
|
+
{
|
914
|
+
"(google.api.method_signature)": "name"
|
915
|
+
},
|
916
|
+
{
|
917
|
+
"(google.longrunning.operation_info)": {
|
918
|
+
"response_type": "google.protobuf.Empty",
|
919
|
+
"metadata_type": "google.cloud.discoveryengine.v1.DeleteCmekConfigMetadata"
|
920
|
+
}
|
921
|
+
}
|
922
|
+
]
|
923
|
+
}
|
924
|
+
}
|
925
|
+
},
|
926
|
+
"UpdateCmekConfigRequest": {
|
927
|
+
"fields": {
|
928
|
+
"config": {
|
929
|
+
"type": "CmekConfig",
|
930
|
+
"id": 1,
|
931
|
+
"options": {
|
932
|
+
"(google.api.field_behavior)": "REQUIRED"
|
933
|
+
}
|
934
|
+
},
|
935
|
+
"setDefault": {
|
936
|
+
"type": "bool",
|
937
|
+
"id": 2
|
938
|
+
}
|
939
|
+
}
|
940
|
+
},
|
941
|
+
"GetCmekConfigRequest": {
|
942
|
+
"fields": {
|
943
|
+
"name": {
|
944
|
+
"type": "string",
|
945
|
+
"id": 1,
|
946
|
+
"options": {
|
947
|
+
"(google.api.field_behavior)": "REQUIRED",
|
948
|
+
"(google.api.resource_reference).type": "discoveryengine.googleapis.com/CmekConfig"
|
949
|
+
}
|
950
|
+
}
|
951
|
+
}
|
952
|
+
},
|
953
|
+
"SingleRegionKey": {
|
954
|
+
"fields": {
|
955
|
+
"kmsKey": {
|
956
|
+
"type": "string",
|
957
|
+
"id": 1,
|
958
|
+
"options": {
|
959
|
+
"(google.api.field_behavior)": "REQUIRED",
|
960
|
+
"(google.api.resource_reference).type": "cloudkms.googleapis.com/CryptoKeys"
|
961
|
+
}
|
962
|
+
}
|
963
|
+
}
|
964
|
+
},
|
965
|
+
"CmekConfig": {
|
966
|
+
"options": {
|
967
|
+
"(google.api.resource).type": "discoveryengine.googleapis.com/CmekConfig",
|
968
|
+
"(google.api.resource).pattern": "projects/{project}/locations/{location}/cmekConfigs/{cmek_config}",
|
969
|
+
"(google.api.resource).plural": "cmekConfigs",
|
970
|
+
"(google.api.resource).singular": "cmekConfig"
|
971
|
+
},
|
972
|
+
"fields": {
|
973
|
+
"name": {
|
974
|
+
"type": "string",
|
975
|
+
"id": 1,
|
976
|
+
"options": {
|
977
|
+
"(google.api.field_behavior)": "REQUIRED"
|
978
|
+
}
|
979
|
+
},
|
980
|
+
"kmsKey": {
|
981
|
+
"type": "string",
|
982
|
+
"id": 2,
|
983
|
+
"options": {
|
984
|
+
"(google.api.resource_reference).type": "cloudkms.googleapis.com/CryptoKeys"
|
985
|
+
}
|
986
|
+
},
|
987
|
+
"kmsKeyVersion": {
|
988
|
+
"type": "string",
|
989
|
+
"id": 6,
|
990
|
+
"options": {
|
991
|
+
"(google.api.resource_reference).type": "cloudkms.googleapis.com/CryptoKeyVersions"
|
992
|
+
}
|
993
|
+
},
|
994
|
+
"state": {
|
995
|
+
"type": "State",
|
996
|
+
"id": 3,
|
997
|
+
"options": {
|
998
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
999
|
+
}
|
1000
|
+
},
|
1001
|
+
"isDefault": {
|
1002
|
+
"type": "bool",
|
1003
|
+
"id": 4,
|
1004
|
+
"options": {
|
1005
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
1006
|
+
}
|
1007
|
+
},
|
1008
|
+
"lastRotationTimestampMicros": {
|
1009
|
+
"type": "int64",
|
1010
|
+
"id": 5,
|
1011
|
+
"options": {
|
1012
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
1013
|
+
}
|
1014
|
+
},
|
1015
|
+
"singleRegionKeys": {
|
1016
|
+
"rule": "repeated",
|
1017
|
+
"type": "SingleRegionKey",
|
1018
|
+
"id": 7,
|
1019
|
+
"options": {
|
1020
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
1021
|
+
}
|
1022
|
+
},
|
1023
|
+
"notebooklmState": {
|
1024
|
+
"type": "NotebookLMState",
|
1025
|
+
"id": 8,
|
1026
|
+
"options": {
|
1027
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
1028
|
+
}
|
1029
|
+
}
|
1030
|
+
},
|
1031
|
+
"nested": {
|
1032
|
+
"State": {
|
1033
|
+
"values": {
|
1034
|
+
"STATE_UNSPECIFIED": 0,
|
1035
|
+
"CREATING": 1,
|
1036
|
+
"ACTIVE": 2,
|
1037
|
+
"KEY_ISSUE": 3,
|
1038
|
+
"DELETING": 4,
|
1039
|
+
"DELETE_FAILED": 7,
|
1040
|
+
"UNUSABLE": 5,
|
1041
|
+
"ACTIVE_ROTATING": 6,
|
1042
|
+
"DELETED": 8
|
1043
|
+
}
|
1044
|
+
},
|
1045
|
+
"NotebookLMState": {
|
1046
|
+
"values": {
|
1047
|
+
"NOTEBOOK_LM_STATE_UNSPECIFIED": 0,
|
1048
|
+
"NOTEBOOK_LM_NOT_READY": 1,
|
1049
|
+
"NOTEBOOK_LM_READY": 2,
|
1050
|
+
"NOTEBOOK_LM_NOT_ENABLED": 3
|
1051
|
+
}
|
1052
|
+
}
|
1053
|
+
}
|
1054
|
+
},
|
1055
|
+
"UpdateCmekConfigMetadata": {
|
1056
|
+
"fields": {
|
1057
|
+
"createTime": {
|
1058
|
+
"type": "google.protobuf.Timestamp",
|
1059
|
+
"id": 1
|
1060
|
+
},
|
1061
|
+
"updateTime": {
|
1062
|
+
"type": "google.protobuf.Timestamp",
|
1063
|
+
"id": 2
|
1064
|
+
}
|
1065
|
+
}
|
1066
|
+
},
|
1067
|
+
"ListCmekConfigsRequest": {
|
1068
|
+
"fields": {
|
1069
|
+
"parent": {
|
1070
|
+
"type": "string",
|
1071
|
+
"id": 1,
|
1072
|
+
"options": {
|
1073
|
+
"(google.api.field_behavior)": "REQUIRED",
|
1074
|
+
"(google.api.resource_reference).type": "discoveryengine.googleapis.com/Location"
|
1075
|
+
}
|
1076
|
+
}
|
1077
|
+
}
|
1078
|
+
},
|
1079
|
+
"ListCmekConfigsResponse": {
|
1080
|
+
"fields": {
|
1081
|
+
"cmekConfigs": {
|
1082
|
+
"rule": "repeated",
|
1083
|
+
"type": "CmekConfig",
|
1084
|
+
"id": 1
|
1085
|
+
}
|
1086
|
+
}
|
1087
|
+
},
|
1088
|
+
"DeleteCmekConfigRequest": {
|
1089
|
+
"fields": {
|
1090
|
+
"name": {
|
1091
|
+
"type": "string",
|
1092
|
+
"id": 1,
|
1093
|
+
"options": {
|
1094
|
+
"(google.api.field_behavior)": "REQUIRED",
|
1095
|
+
"(google.api.resource_reference).type": "discoveryengine.googleapis.com/CmekConfig"
|
1096
|
+
}
|
1097
|
+
}
|
1098
|
+
}
|
1099
|
+
},
|
1100
|
+
"DeleteCmekConfigMetadata": {
|
1101
|
+
"fields": {
|
1102
|
+
"createTime": {
|
1103
|
+
"type": "google.protobuf.Timestamp",
|
1104
|
+
"id": 1
|
1105
|
+
},
|
1106
|
+
"updateTime": {
|
1107
|
+
"type": "google.protobuf.Timestamp",
|
1108
|
+
"id": 2
|
747
1109
|
}
|
748
1110
|
}
|
749
1111
|
},
|
@@ -860,6 +1222,43 @@
|
|
860
1222
|
}
|
861
1223
|
}
|
862
1224
|
},
|
1225
|
+
"Principal": {
|
1226
|
+
"oneofs": {
|
1227
|
+
"principal": {
|
1228
|
+
"oneof": [
|
1229
|
+
"userId",
|
1230
|
+
"groupId",
|
1231
|
+
"externalEntityId"
|
1232
|
+
]
|
1233
|
+
}
|
1234
|
+
},
|
1235
|
+
"fields": {
|
1236
|
+
"userId": {
|
1237
|
+
"type": "string",
|
1238
|
+
"id": 1
|
1239
|
+
},
|
1240
|
+
"groupId": {
|
1241
|
+
"type": "string",
|
1242
|
+
"id": 2
|
1243
|
+
},
|
1244
|
+
"externalEntityId": {
|
1245
|
+
"type": "string",
|
1246
|
+
"id": 3
|
1247
|
+
}
|
1248
|
+
}
|
1249
|
+
},
|
1250
|
+
"HealthcareFhirConfig": {
|
1251
|
+
"fields": {
|
1252
|
+
"enableConfigurableSchema": {
|
1253
|
+
"type": "bool",
|
1254
|
+
"id": 1
|
1255
|
+
},
|
1256
|
+
"enableStaticIndexingForBatchIngestion": {
|
1257
|
+
"type": "bool",
|
1258
|
+
"id": 2
|
1259
|
+
}
|
1260
|
+
}
|
1261
|
+
},
|
863
1262
|
"SearchLinkPromotion": {
|
864
1263
|
"fields": {
|
865
1264
|
"title": {
|
@@ -876,6 +1275,14 @@
|
|
876
1275
|
"(google.api.field_behavior)": "OPTIONAL"
|
877
1276
|
}
|
878
1277
|
},
|
1278
|
+
"document": {
|
1279
|
+
"type": "string",
|
1280
|
+
"id": 6,
|
1281
|
+
"options": {
|
1282
|
+
"(google.api.field_behavior)": "OPTIONAL",
|
1283
|
+
"(google.api.resource_reference).type": "discoveryengine.googleapis.com/Document"
|
1284
|
+
}
|
1285
|
+
},
|
879
1286
|
"imageUri": {
|
880
1287
|
"type": "string",
|
881
1288
|
"id": 3,
|
@@ -1968,6 +2375,10 @@
|
|
1968
2375
|
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
1969
2376
|
}
|
1970
2377
|
},
|
2378
|
+
"aclInfo": {
|
2379
|
+
"type": "AclInfo",
|
2380
|
+
"id": 11
|
2381
|
+
},
|
1971
2382
|
"indexTime": {
|
1972
2383
|
"type": "google.protobuf.Timestamp",
|
1973
2384
|
"id": 13,
|
@@ -2008,6 +2419,30 @@
|
|
2008
2419
|
}
|
2009
2420
|
}
|
2010
2421
|
},
|
2422
|
+
"AclInfo": {
|
2423
|
+
"fields": {
|
2424
|
+
"readers": {
|
2425
|
+
"rule": "repeated",
|
2426
|
+
"type": "AccessRestriction",
|
2427
|
+
"id": 1
|
2428
|
+
}
|
2429
|
+
},
|
2430
|
+
"nested": {
|
2431
|
+
"AccessRestriction": {
|
2432
|
+
"fields": {
|
2433
|
+
"principals": {
|
2434
|
+
"rule": "repeated",
|
2435
|
+
"type": "Principal",
|
2436
|
+
"id": 1
|
2437
|
+
},
|
2438
|
+
"idpWide": {
|
2439
|
+
"type": "bool",
|
2440
|
+
"id": 2
|
2441
|
+
}
|
2442
|
+
}
|
2443
|
+
}
|
2444
|
+
}
|
2445
|
+
},
|
2011
2446
|
"IndexStatus": {
|
2012
2447
|
"fields": {
|
2013
2448
|
"indexTime": {
|
@@ -3564,6 +3999,13 @@
|
|
3564
3999
|
"options": {
|
3565
4000
|
"(google.api.field_behavior)": "OPTIONAL"
|
3566
4001
|
}
|
4002
|
+
},
|
4003
|
+
"customSearchOperators": {
|
4004
|
+
"type": "string",
|
4005
|
+
"id": 7,
|
4006
|
+
"options": {
|
4007
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
4008
|
+
}
|
3567
4009
|
}
|
3568
4010
|
}
|
3569
4011
|
},
|
@@ -5301,7 +5743,8 @@
|
|
5301
5743
|
"ADVERSARIAL_QUERY": 1,
|
5302
5744
|
"NON_ANSWER_SEEKING_QUERY": 2,
|
5303
5745
|
"JAIL_BREAKING_QUERY": 3,
|
5304
|
-
"NON_ANSWER_SEEKING_QUERY_V2": 4
|
5746
|
+
"NON_ANSWER_SEEKING_QUERY_V2": 4,
|
5747
|
+
"USER_DEFINED_CLASSIFICATION_QUERY": 5
|
5305
5748
|
}
|
5306
5749
|
}
|
5307
5750
|
}
|
@@ -5715,7 +6158,7 @@
|
|
5715
6158
|
"type": "string",
|
5716
6159
|
"id": 1,
|
5717
6160
|
"options": {
|
5718
|
-
"(google.api.field_behavior)": "
|
6161
|
+
"(google.api.field_behavior)": "IDENTIFIER"
|
5719
6162
|
}
|
5720
6163
|
},
|
5721
6164
|
"displayName": {
|
@@ -5765,6 +6208,20 @@
|
|
5765
6208
|
"(google.api.field_behavior)": "OPTIONAL"
|
5766
6209
|
}
|
5767
6210
|
},
|
6211
|
+
"kmsKeyName": {
|
6212
|
+
"type": "string",
|
6213
|
+
"id": 32,
|
6214
|
+
"options": {
|
6215
|
+
"(google.api.field_behavior)": "INPUT_ONLY"
|
6216
|
+
}
|
6217
|
+
},
|
6218
|
+
"cmekConfig": {
|
6219
|
+
"type": "CmekConfig",
|
6220
|
+
"id": 18,
|
6221
|
+
"options": {
|
6222
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
6223
|
+
}
|
6224
|
+
},
|
5768
6225
|
"billingEstimation": {
|
5769
6226
|
"type": "BillingEstimation",
|
5770
6227
|
"id": 23,
|
@@ -5772,6 +6229,13 @@
|
|
5772
6229
|
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
5773
6230
|
}
|
5774
6231
|
},
|
6232
|
+
"aclEnabled": {
|
6233
|
+
"type": "bool",
|
6234
|
+
"id": 24,
|
6235
|
+
"options": {
|
6236
|
+
"(google.api.field_behavior)": "IMMUTABLE"
|
6237
|
+
}
|
6238
|
+
},
|
5775
6239
|
"workspaceConfig": {
|
5776
6240
|
"type": "WorkspaceConfig",
|
5777
6241
|
"id": 25
|
@@ -5783,6 +6247,21 @@
|
|
5783
6247
|
"startingSchema": {
|
5784
6248
|
"type": "Schema",
|
5785
6249
|
"id": 28
|
6250
|
+
},
|
6251
|
+
"healthcareFhirConfig": {
|
6252
|
+
"type": "HealthcareFhirConfig",
|
6253
|
+
"id": 29,
|
6254
|
+
"options": {
|
6255
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
6256
|
+
}
|
6257
|
+
},
|
6258
|
+
"identityMappingStore": {
|
6259
|
+
"type": "string",
|
6260
|
+
"id": 31,
|
6261
|
+
"options": {
|
6262
|
+
"(google.api.field_behavior)": "IMMUTABLE",
|
6263
|
+
"(google.api.resource_reference).type": "discoveryengine.googleapis.com/IdentityMappingStore"
|
6264
|
+
}
|
5786
6265
|
}
|
5787
6266
|
},
|
5788
6267
|
"nested": {
|
@@ -5995,7 +6474,54 @@
|
|
5995
6474
|
}
|
5996
6475
|
},
|
5997
6476
|
"LayoutParsingConfig": {
|
5998
|
-
"fields": {
|
6477
|
+
"fields": {
|
6478
|
+
"enableTableAnnotation": {
|
6479
|
+
"type": "bool",
|
6480
|
+
"id": 1,
|
6481
|
+
"options": {
|
6482
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
6483
|
+
}
|
6484
|
+
},
|
6485
|
+
"enableImageAnnotation": {
|
6486
|
+
"type": "bool",
|
6487
|
+
"id": 2,
|
6488
|
+
"options": {
|
6489
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
6490
|
+
}
|
6491
|
+
},
|
6492
|
+
"structuredContentTypes": {
|
6493
|
+
"rule": "repeated",
|
6494
|
+
"type": "string",
|
6495
|
+
"id": 9,
|
6496
|
+
"options": {
|
6497
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
6498
|
+
}
|
6499
|
+
},
|
6500
|
+
"excludeHtmlElements": {
|
6501
|
+
"rule": "repeated",
|
6502
|
+
"type": "string",
|
6503
|
+
"id": 10,
|
6504
|
+
"options": {
|
6505
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
6506
|
+
}
|
6507
|
+
},
|
6508
|
+
"excludeHtmlClasses": {
|
6509
|
+
"rule": "repeated",
|
6510
|
+
"type": "string",
|
6511
|
+
"id": 11,
|
6512
|
+
"options": {
|
6513
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
6514
|
+
}
|
6515
|
+
},
|
6516
|
+
"excludeHtmlIds": {
|
6517
|
+
"rule": "repeated",
|
6518
|
+
"type": "string",
|
6519
|
+
"id": 12,
|
6520
|
+
"options": {
|
6521
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
6522
|
+
}
|
6523
|
+
}
|
6524
|
+
}
|
5999
6525
|
}
|
6000
6526
|
}
|
6001
6527
|
}
|
@@ -6175,7 +6701,26 @@
|
|
6175
6701
|
}
|
6176
6702
|
},
|
6177
6703
|
"CreateDataStoreRequest": {
|
6704
|
+
"oneofs": {
|
6705
|
+
"cmekOptions": {
|
6706
|
+
"oneof": [
|
6707
|
+
"cmekConfigName",
|
6708
|
+
"disableCmek"
|
6709
|
+
]
|
6710
|
+
}
|
6711
|
+
},
|
6178
6712
|
"fields": {
|
6713
|
+
"cmekConfigName": {
|
6714
|
+
"type": "string",
|
6715
|
+
"id": 5,
|
6716
|
+
"options": {
|
6717
|
+
"(google.api.resource_reference).type": "discoveryengine.googleapis.com/CmekConfig"
|
6718
|
+
}
|
6719
|
+
},
|
6720
|
+
"disableCmek": {
|
6721
|
+
"type": "bool",
|
6722
|
+
"id": 6
|
6723
|
+
},
|
6179
6724
|
"parent": {
|
6180
6725
|
"type": "string",
|
6181
6726
|
"id": 1,
|
@@ -6754,7 +7299,8 @@
|
|
6754
7299
|
"engineConfig": {
|
6755
7300
|
"oneof": [
|
6756
7301
|
"chatEngineConfig",
|
6757
|
-
"searchEngineConfig"
|
7302
|
+
"searchEngineConfig",
|
7303
|
+
"mediaRecommendationEngineConfig"
|
6758
7304
|
]
|
6759
7305
|
},
|
6760
7306
|
"engineMetadata": {
|
@@ -6772,6 +7318,10 @@
|
|
6772
7318
|
"type": "SearchEngineConfig",
|
6773
7319
|
"id": 13
|
6774
7320
|
},
|
7321
|
+
"mediaRecommendationEngineConfig": {
|
7322
|
+
"type": "MediaRecommendationEngineConfig",
|
7323
|
+
"id": 14
|
7324
|
+
},
|
6775
7325
|
"chatEngineMetadata": {
|
6776
7326
|
"type": "ChatEngineMetadata",
|
6777
7327
|
"id": 12,
|
@@ -6783,7 +7333,7 @@
|
|
6783
7333
|
"type": "string",
|
6784
7334
|
"id": 1,
|
6785
7335
|
"options": {
|
6786
|
-
"(google.api.field_behavior)": "
|
7336
|
+
"(google.api.field_behavior)": "IDENTIFIER"
|
6787
7337
|
}
|
6788
7338
|
},
|
6789
7339
|
"displayName": {
|
@@ -6810,7 +7360,10 @@
|
|
6810
7360
|
"dataStoreIds": {
|
6811
7361
|
"rule": "repeated",
|
6812
7362
|
"type": "string",
|
6813
|
-
"id": 5
|
7363
|
+
"id": 5,
|
7364
|
+
"options": {
|
7365
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
7366
|
+
}
|
6814
7367
|
},
|
6815
7368
|
"solutionType": {
|
6816
7369
|
"type": "SolutionType",
|
@@ -6821,7 +7374,10 @@
|
|
6821
7374
|
},
|
6822
7375
|
"industryVertical": {
|
6823
7376
|
"type": "IndustryVertical",
|
6824
|
-
"id": 16
|
7377
|
+
"id": 16,
|
7378
|
+
"options": {
|
7379
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
7380
|
+
}
|
6825
7381
|
},
|
6826
7382
|
"commonConfig": {
|
6827
7383
|
"type": "CommonConfig",
|
@@ -6849,6 +7405,99 @@
|
|
6849
7405
|
}
|
6850
7406
|
}
|
6851
7407
|
},
|
7408
|
+
"MediaRecommendationEngineConfig": {
|
7409
|
+
"fields": {
|
7410
|
+
"type": {
|
7411
|
+
"type": "string",
|
7412
|
+
"id": 1,
|
7413
|
+
"options": {
|
7414
|
+
"(google.api.field_behavior)": "REQUIRED"
|
7415
|
+
}
|
7416
|
+
},
|
7417
|
+
"optimizationObjective": {
|
7418
|
+
"type": "string",
|
7419
|
+
"id": 2
|
7420
|
+
},
|
7421
|
+
"optimizationObjectiveConfig": {
|
7422
|
+
"type": "OptimizationObjectiveConfig",
|
7423
|
+
"id": 3
|
7424
|
+
},
|
7425
|
+
"trainingState": {
|
7426
|
+
"type": "TrainingState",
|
7427
|
+
"id": 4
|
7428
|
+
},
|
7429
|
+
"engineFeaturesConfig": {
|
7430
|
+
"type": "EngineFeaturesConfig",
|
7431
|
+
"id": 5,
|
7432
|
+
"options": {
|
7433
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
7434
|
+
}
|
7435
|
+
}
|
7436
|
+
},
|
7437
|
+
"nested": {
|
7438
|
+
"OptimizationObjectiveConfig": {
|
7439
|
+
"fields": {
|
7440
|
+
"targetField": {
|
7441
|
+
"type": "string",
|
7442
|
+
"id": 1,
|
7443
|
+
"options": {
|
7444
|
+
"(google.api.field_behavior)": "REQUIRED"
|
7445
|
+
}
|
7446
|
+
},
|
7447
|
+
"targetFieldValueFloat": {
|
7448
|
+
"type": "float",
|
7449
|
+
"id": 2,
|
7450
|
+
"options": {
|
7451
|
+
"(google.api.field_behavior)": "REQUIRED"
|
7452
|
+
}
|
7453
|
+
}
|
7454
|
+
}
|
7455
|
+
},
|
7456
|
+
"EngineFeaturesConfig": {
|
7457
|
+
"oneofs": {
|
7458
|
+
"typeDedicatedConfig": {
|
7459
|
+
"oneof": [
|
7460
|
+
"recommendedForYouConfig",
|
7461
|
+
"mostPopularConfig"
|
7462
|
+
]
|
7463
|
+
}
|
7464
|
+
},
|
7465
|
+
"fields": {
|
7466
|
+
"recommendedForYouConfig": {
|
7467
|
+
"type": "RecommendedForYouFeatureConfig",
|
7468
|
+
"id": 1
|
7469
|
+
},
|
7470
|
+
"mostPopularConfig": {
|
7471
|
+
"type": "MostPopularFeatureConfig",
|
7472
|
+
"id": 2
|
7473
|
+
}
|
7474
|
+
}
|
7475
|
+
},
|
7476
|
+
"RecommendedForYouFeatureConfig": {
|
7477
|
+
"fields": {
|
7478
|
+
"contextEventType": {
|
7479
|
+
"type": "string",
|
7480
|
+
"id": 1
|
7481
|
+
}
|
7482
|
+
}
|
7483
|
+
},
|
7484
|
+
"MostPopularFeatureConfig": {
|
7485
|
+
"fields": {
|
7486
|
+
"timeWindowDays": {
|
7487
|
+
"type": "int64",
|
7488
|
+
"id": 1
|
7489
|
+
}
|
7490
|
+
}
|
7491
|
+
},
|
7492
|
+
"TrainingState": {
|
7493
|
+
"values": {
|
7494
|
+
"TRAINING_STATE_UNSPECIFIED": 0,
|
7495
|
+
"PAUSED": 1,
|
7496
|
+
"TRAINING": 2
|
7497
|
+
}
|
7498
|
+
}
|
7499
|
+
}
|
7500
|
+
},
|
6852
7501
|
"ChatEngineConfig": {
|
6853
7502
|
"fields": {
|
6854
7503
|
"agentCreationConfig": {
|
@@ -7748,6 +8397,11 @@
|
|
7748
8397
|
"oneof": [
|
7749
8398
|
"citationThreshold"
|
7750
8399
|
]
|
8400
|
+
},
|
8401
|
+
"_enableClaimLevelScore": {
|
8402
|
+
"oneof": [
|
8403
|
+
"enableClaimLevelScore"
|
8404
|
+
]
|
7751
8405
|
}
|
7752
8406
|
},
|
7753
8407
|
"fields": {
|
@@ -7757,6 +8411,13 @@
|
|
7757
8411
|
"options": {
|
7758
8412
|
"proto3_optional": true
|
7759
8413
|
}
|
8414
|
+
},
|
8415
|
+
"enableClaimLevelScore": {
|
8416
|
+
"type": "bool",
|
8417
|
+
"id": 4,
|
8418
|
+
"options": {
|
8419
|
+
"proto3_optional": true
|
8420
|
+
}
|
7760
8421
|
}
|
7761
8422
|
}
|
7762
8423
|
},
|
@@ -7847,6 +8508,11 @@
|
|
7847
8508
|
"oneof": [
|
7848
8509
|
"groundingCheckRequired"
|
7849
8510
|
]
|
8511
|
+
},
|
8512
|
+
"_score": {
|
8513
|
+
"oneof": [
|
8514
|
+
"score"
|
8515
|
+
]
|
7850
8516
|
}
|
7851
8517
|
},
|
7852
8518
|
"fields": {
|
@@ -7879,6 +8545,13 @@
|
|
7879
8545
|
"options": {
|
7880
8546
|
"proto3_optional": true
|
7881
8547
|
}
|
8548
|
+
},
|
8549
|
+
"score": {
|
8550
|
+
"type": "double",
|
8551
|
+
"id": 7,
|
8552
|
+
"options": {
|
8553
|
+
"proto3_optional": true
|
8554
|
+
}
|
7882
8555
|
}
|
7883
8556
|
}
|
7884
8557
|
}
|
@@ -7915,6 +8588,482 @@
|
|
7915
8588
|
"keyType": "string",
|
7916
8589
|
"type": "string",
|
7917
8590
|
"id": 3
|
8591
|
+
},
|
8592
|
+
"uri": {
|
8593
|
+
"type": "string",
|
8594
|
+
"id": 5
|
8595
|
+
},
|
8596
|
+
"title": {
|
8597
|
+
"type": "string",
|
8598
|
+
"id": 6
|
8599
|
+
},
|
8600
|
+
"domain": {
|
8601
|
+
"type": "string",
|
8602
|
+
"id": 7
|
8603
|
+
}
|
8604
|
+
}
|
8605
|
+
},
|
8606
|
+
"IdentityMappingStore": {
|
8607
|
+
"options": {
|
8608
|
+
"(google.api.resource).type": "discoveryengine.googleapis.com/IdentityMappingStore",
|
8609
|
+
"(google.api.resource).pattern": "projects/{project}/locations/{location}/identityMappingStores/{identity_mapping_store}"
|
8610
|
+
},
|
8611
|
+
"fields": {
|
8612
|
+
"name": {
|
8613
|
+
"type": "string",
|
8614
|
+
"id": 1,
|
8615
|
+
"options": {
|
8616
|
+
"(google.api.field_behavior)": "IMMUTABLE"
|
8617
|
+
}
|
8618
|
+
},
|
8619
|
+
"kmsKeyName": {
|
8620
|
+
"type": "string",
|
8621
|
+
"id": 3,
|
8622
|
+
"options": {
|
8623
|
+
"(google.api.field_behavior)": "INPUT_ONLY"
|
8624
|
+
}
|
8625
|
+
},
|
8626
|
+
"cmekConfig": {
|
8627
|
+
"type": "CmekConfig",
|
8628
|
+
"id": 4,
|
8629
|
+
"options": {
|
8630
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
8631
|
+
}
|
8632
|
+
}
|
8633
|
+
}
|
8634
|
+
},
|
8635
|
+
"IdentityMappingEntry": {
|
8636
|
+
"oneofs": {
|
8637
|
+
"identityProviderId": {
|
8638
|
+
"oneof": [
|
8639
|
+
"userId",
|
8640
|
+
"groupId"
|
8641
|
+
]
|
8642
|
+
}
|
8643
|
+
},
|
8644
|
+
"fields": {
|
8645
|
+
"userId": {
|
8646
|
+
"type": "string",
|
8647
|
+
"id": 2
|
8648
|
+
},
|
8649
|
+
"groupId": {
|
8650
|
+
"type": "string",
|
8651
|
+
"id": 3
|
8652
|
+
},
|
8653
|
+
"externalIdentity": {
|
8654
|
+
"type": "string",
|
8655
|
+
"id": 1,
|
8656
|
+
"options": {
|
8657
|
+
"(google.api.field_behavior)": "REQUIRED"
|
8658
|
+
}
|
8659
|
+
}
|
8660
|
+
}
|
8661
|
+
},
|
8662
|
+
"IdentityMappingStoreService": {
|
8663
|
+
"options": {
|
8664
|
+
"(google.api.default_host)": "discoveryengine.googleapis.com",
|
8665
|
+
"(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
|
8666
|
+
},
|
8667
|
+
"methods": {
|
8668
|
+
"CreateIdentityMappingStore": {
|
8669
|
+
"requestType": "CreateIdentityMappingStoreRequest",
|
8670
|
+
"responseType": "IdentityMappingStore",
|
8671
|
+
"options": {
|
8672
|
+
"(google.api.http).post": "/v1/{parent=projects/*/locations/*}/identityMappingStores",
|
8673
|
+
"(google.api.http).body": "identity_mapping_store",
|
8674
|
+
"(google.api.method_signature)": "parent,identity_mapping_store,identity_mapping_store_id"
|
8675
|
+
},
|
8676
|
+
"parsedOptions": [
|
8677
|
+
{
|
8678
|
+
"(google.api.http)": {
|
8679
|
+
"post": "/v1/{parent=projects/*/locations/*}/identityMappingStores",
|
8680
|
+
"body": "identity_mapping_store"
|
8681
|
+
}
|
8682
|
+
},
|
8683
|
+
{
|
8684
|
+
"(google.api.method_signature)": "parent,identity_mapping_store,identity_mapping_store_id"
|
8685
|
+
}
|
8686
|
+
]
|
8687
|
+
},
|
8688
|
+
"GetIdentityMappingStore": {
|
8689
|
+
"requestType": "GetIdentityMappingStoreRequest",
|
8690
|
+
"responseType": "IdentityMappingStore",
|
8691
|
+
"options": {
|
8692
|
+
"(google.api.http).get": "/v1/{name=projects/*/locations/*/identityMappingStores/*}",
|
8693
|
+
"(google.api.method_signature)": "name"
|
8694
|
+
},
|
8695
|
+
"parsedOptions": [
|
8696
|
+
{
|
8697
|
+
"(google.api.http)": {
|
8698
|
+
"get": "/v1/{name=projects/*/locations/*/identityMappingStores/*}"
|
8699
|
+
}
|
8700
|
+
},
|
8701
|
+
{
|
8702
|
+
"(google.api.method_signature)": "name"
|
8703
|
+
}
|
8704
|
+
]
|
8705
|
+
},
|
8706
|
+
"DeleteIdentityMappingStore": {
|
8707
|
+
"requestType": "DeleteIdentityMappingStoreRequest",
|
8708
|
+
"responseType": "google.longrunning.Operation",
|
8709
|
+
"options": {
|
8710
|
+
"(google.api.http).delete": "/v1/{name=projects/*/locations/*/identityMappingStores/*}",
|
8711
|
+
"(google.api.method_signature)": "name",
|
8712
|
+
"(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
|
8713
|
+
"(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1.DeleteIdentityMappingStoreMetadata"
|
8714
|
+
},
|
8715
|
+
"parsedOptions": [
|
8716
|
+
{
|
8717
|
+
"(google.api.http)": {
|
8718
|
+
"delete": "/v1/{name=projects/*/locations/*/identityMappingStores/*}"
|
8719
|
+
}
|
8720
|
+
},
|
8721
|
+
{
|
8722
|
+
"(google.api.method_signature)": "name"
|
8723
|
+
},
|
8724
|
+
{
|
8725
|
+
"(google.longrunning.operation_info)": {
|
8726
|
+
"response_type": "google.protobuf.Empty",
|
8727
|
+
"metadata_type": "google.cloud.discoveryengine.v1.DeleteIdentityMappingStoreMetadata"
|
8728
|
+
}
|
8729
|
+
}
|
8730
|
+
]
|
8731
|
+
},
|
8732
|
+
"ImportIdentityMappings": {
|
8733
|
+
"requestType": "ImportIdentityMappingsRequest",
|
8734
|
+
"responseType": "google.longrunning.Operation",
|
8735
|
+
"options": {
|
8736
|
+
"(google.api.http).post": "/v1/{identity_mapping_store=projects/*/locations/*/identityMappingStores/*}:importIdentityMappings",
|
8737
|
+
"(google.api.http).body": "*",
|
8738
|
+
"(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1.ImportIdentityMappingsResponse",
|
8739
|
+
"(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1.IdentityMappingEntryOperationMetadata"
|
8740
|
+
},
|
8741
|
+
"parsedOptions": [
|
8742
|
+
{
|
8743
|
+
"(google.api.http)": {
|
8744
|
+
"post": "/v1/{identity_mapping_store=projects/*/locations/*/identityMappingStores/*}:importIdentityMappings",
|
8745
|
+
"body": "*"
|
8746
|
+
}
|
8747
|
+
},
|
8748
|
+
{
|
8749
|
+
"(google.longrunning.operation_info)": {
|
8750
|
+
"response_type": "google.cloud.discoveryengine.v1.ImportIdentityMappingsResponse",
|
8751
|
+
"metadata_type": "google.cloud.discoveryengine.v1.IdentityMappingEntryOperationMetadata"
|
8752
|
+
}
|
8753
|
+
}
|
8754
|
+
]
|
8755
|
+
},
|
8756
|
+
"PurgeIdentityMappings": {
|
8757
|
+
"requestType": "PurgeIdentityMappingsRequest",
|
8758
|
+
"responseType": "google.longrunning.Operation",
|
8759
|
+
"options": {
|
8760
|
+
"(google.api.http).post": "/v1/{identity_mapping_store=projects/*/locations/*/identityMappingStores/*}:purgeIdentityMappings",
|
8761
|
+
"(google.api.http).body": "*",
|
8762
|
+
"(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
|
8763
|
+
"(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1.IdentityMappingEntryOperationMetadata"
|
8764
|
+
},
|
8765
|
+
"parsedOptions": [
|
8766
|
+
{
|
8767
|
+
"(google.api.http)": {
|
8768
|
+
"post": "/v1/{identity_mapping_store=projects/*/locations/*/identityMappingStores/*}:purgeIdentityMappings",
|
8769
|
+
"body": "*"
|
8770
|
+
}
|
8771
|
+
},
|
8772
|
+
{
|
8773
|
+
"(google.longrunning.operation_info)": {
|
8774
|
+
"response_type": "google.protobuf.Empty",
|
8775
|
+
"metadata_type": "google.cloud.discoveryengine.v1.IdentityMappingEntryOperationMetadata"
|
8776
|
+
}
|
8777
|
+
}
|
8778
|
+
]
|
8779
|
+
},
|
8780
|
+
"ListIdentityMappings": {
|
8781
|
+
"requestType": "ListIdentityMappingsRequest",
|
8782
|
+
"responseType": "ListIdentityMappingsResponse",
|
8783
|
+
"options": {
|
8784
|
+
"(google.api.http).get": "/v1/{identity_mapping_store=projects/*/locations/*/identityMappingStores/*}:listIdentityMappings"
|
8785
|
+
},
|
8786
|
+
"parsedOptions": [
|
8787
|
+
{
|
8788
|
+
"(google.api.http)": {
|
8789
|
+
"get": "/v1/{identity_mapping_store=projects/*/locations/*/identityMappingStores/*}:listIdentityMappings"
|
8790
|
+
}
|
8791
|
+
}
|
8792
|
+
]
|
8793
|
+
},
|
8794
|
+
"ListIdentityMappingStores": {
|
8795
|
+
"requestType": "ListIdentityMappingStoresRequest",
|
8796
|
+
"responseType": "ListIdentityMappingStoresResponse",
|
8797
|
+
"options": {
|
8798
|
+
"(google.api.http).get": "/v1/{parent=projects/*/locations/*}/identityMappingStores",
|
8799
|
+
"(google.api.method_signature)": "parent"
|
8800
|
+
},
|
8801
|
+
"parsedOptions": [
|
8802
|
+
{
|
8803
|
+
"(google.api.http)": {
|
8804
|
+
"get": "/v1/{parent=projects/*/locations/*}/identityMappingStores"
|
8805
|
+
}
|
8806
|
+
},
|
8807
|
+
{
|
8808
|
+
"(google.api.method_signature)": "parent"
|
8809
|
+
}
|
8810
|
+
]
|
8811
|
+
}
|
8812
|
+
}
|
8813
|
+
},
|
8814
|
+
"CreateIdentityMappingStoreRequest": {
|
8815
|
+
"oneofs": {
|
8816
|
+
"cmekOptions": {
|
8817
|
+
"oneof": [
|
8818
|
+
"cmekConfigName",
|
8819
|
+
"disableCmek"
|
8820
|
+
]
|
8821
|
+
}
|
8822
|
+
},
|
8823
|
+
"fields": {
|
8824
|
+
"cmekConfigName": {
|
8825
|
+
"type": "string",
|
8826
|
+
"id": 5,
|
8827
|
+
"options": {
|
8828
|
+
"(google.api.resource_reference).type": "discoveryengine.googleapis.com/CmekConfig"
|
8829
|
+
}
|
8830
|
+
},
|
8831
|
+
"disableCmek": {
|
8832
|
+
"type": "bool",
|
8833
|
+
"id": 6
|
8834
|
+
},
|
8835
|
+
"parent": {
|
8836
|
+
"type": "string",
|
8837
|
+
"id": 1,
|
8838
|
+
"options": {
|
8839
|
+
"(google.api.field_behavior)": "REQUIRED",
|
8840
|
+
"(google.api.resource_reference).type": "discoveryengine.googleapis.com/Location"
|
8841
|
+
}
|
8842
|
+
},
|
8843
|
+
"identityMappingStoreId": {
|
8844
|
+
"type": "string",
|
8845
|
+
"id": 2,
|
8846
|
+
"options": {
|
8847
|
+
"(google.api.field_behavior)": "REQUIRED"
|
8848
|
+
}
|
8849
|
+
},
|
8850
|
+
"identityMappingStore": {
|
8851
|
+
"type": "IdentityMappingStore",
|
8852
|
+
"id": 3,
|
8853
|
+
"options": {
|
8854
|
+
"(google.api.field_behavior)": "REQUIRED"
|
8855
|
+
}
|
8856
|
+
}
|
8857
|
+
}
|
8858
|
+
},
|
8859
|
+
"GetIdentityMappingStoreRequest": {
|
8860
|
+
"fields": {
|
8861
|
+
"name": {
|
8862
|
+
"type": "string",
|
8863
|
+
"id": 1,
|
8864
|
+
"options": {
|
8865
|
+
"(google.api.field_behavior)": "REQUIRED",
|
8866
|
+
"(google.api.resource_reference).type": "discoveryengine.googleapis.com/IdentityMappingStore"
|
8867
|
+
}
|
8868
|
+
}
|
8869
|
+
}
|
8870
|
+
},
|
8871
|
+
"DeleteIdentityMappingStoreRequest": {
|
8872
|
+
"fields": {
|
8873
|
+
"name": {
|
8874
|
+
"type": "string",
|
8875
|
+
"id": 1,
|
8876
|
+
"options": {
|
8877
|
+
"(google.api.field_behavior)": "REQUIRED",
|
8878
|
+
"(google.api.resource_reference).type": "discoveryengine.googleapis.com/IdentityMappingStore"
|
8879
|
+
}
|
8880
|
+
}
|
8881
|
+
}
|
8882
|
+
},
|
8883
|
+
"ImportIdentityMappingsRequest": {
|
8884
|
+
"oneofs": {
|
8885
|
+
"source": {
|
8886
|
+
"oneof": [
|
8887
|
+
"inlineSource"
|
8888
|
+
]
|
8889
|
+
}
|
8890
|
+
},
|
8891
|
+
"fields": {
|
8892
|
+
"inlineSource": {
|
8893
|
+
"type": "InlineSource",
|
8894
|
+
"id": 2
|
8895
|
+
},
|
8896
|
+
"identityMappingStore": {
|
8897
|
+
"type": "string",
|
8898
|
+
"id": 1,
|
8899
|
+
"options": {
|
8900
|
+
"(google.api.field_behavior)": "REQUIRED",
|
8901
|
+
"(google.api.resource_reference).type": "discoveryengine.googleapis.com/IdentityMappingStore"
|
8902
|
+
}
|
8903
|
+
}
|
8904
|
+
},
|
8905
|
+
"nested": {
|
8906
|
+
"InlineSource": {
|
8907
|
+
"fields": {
|
8908
|
+
"identityMappingEntries": {
|
8909
|
+
"rule": "repeated",
|
8910
|
+
"type": "IdentityMappingEntry",
|
8911
|
+
"id": 1
|
8912
|
+
}
|
8913
|
+
}
|
8914
|
+
}
|
8915
|
+
}
|
8916
|
+
},
|
8917
|
+
"ImportIdentityMappingsResponse": {
|
8918
|
+
"fields": {
|
8919
|
+
"errorSamples": {
|
8920
|
+
"rule": "repeated",
|
8921
|
+
"type": "google.rpc.Status",
|
8922
|
+
"id": 1
|
8923
|
+
}
|
8924
|
+
}
|
8925
|
+
},
|
8926
|
+
"PurgeIdentityMappingsRequest": {
|
8927
|
+
"oneofs": {
|
8928
|
+
"source": {
|
8929
|
+
"oneof": [
|
8930
|
+
"inlineSource"
|
8931
|
+
]
|
8932
|
+
},
|
8933
|
+
"_force": {
|
8934
|
+
"oneof": [
|
8935
|
+
"force"
|
8936
|
+
]
|
8937
|
+
}
|
8938
|
+
},
|
8939
|
+
"fields": {
|
8940
|
+
"inlineSource": {
|
8941
|
+
"type": "InlineSource",
|
8942
|
+
"id": 2
|
8943
|
+
},
|
8944
|
+
"identityMappingStore": {
|
8945
|
+
"type": "string",
|
8946
|
+
"id": 1,
|
8947
|
+
"options": {
|
8948
|
+
"(google.api.field_behavior)": "REQUIRED",
|
8949
|
+
"(google.api.resource_reference).type": "discoveryengine.googleapis.com/IdentityMappingStore"
|
8950
|
+
}
|
8951
|
+
},
|
8952
|
+
"filter": {
|
8953
|
+
"type": "string",
|
8954
|
+
"id": 3
|
8955
|
+
},
|
8956
|
+
"force": {
|
8957
|
+
"type": "bool",
|
8958
|
+
"id": 4,
|
8959
|
+
"options": {
|
8960
|
+
"proto3_optional": true
|
8961
|
+
}
|
8962
|
+
}
|
8963
|
+
},
|
8964
|
+
"nested": {
|
8965
|
+
"InlineSource": {
|
8966
|
+
"fields": {
|
8967
|
+
"identityMappingEntries": {
|
8968
|
+
"rule": "repeated",
|
8969
|
+
"type": "IdentityMappingEntry",
|
8970
|
+
"id": 1
|
8971
|
+
}
|
8972
|
+
}
|
8973
|
+
}
|
8974
|
+
}
|
8975
|
+
},
|
8976
|
+
"ListIdentityMappingsRequest": {
|
8977
|
+
"fields": {
|
8978
|
+
"identityMappingStore": {
|
8979
|
+
"type": "string",
|
8980
|
+
"id": 1,
|
8981
|
+
"options": {
|
8982
|
+
"(google.api.field_behavior)": "REQUIRED",
|
8983
|
+
"(google.api.resource_reference).type": "discoveryengine.googleapis.com/IdentityMappingStore"
|
8984
|
+
}
|
8985
|
+
},
|
8986
|
+
"pageSize": {
|
8987
|
+
"type": "int32",
|
8988
|
+
"id": 2
|
8989
|
+
},
|
8990
|
+
"pageToken": {
|
8991
|
+
"type": "string",
|
8992
|
+
"id": 3
|
8993
|
+
}
|
8994
|
+
}
|
8995
|
+
},
|
8996
|
+
"ListIdentityMappingsResponse": {
|
8997
|
+
"fields": {
|
8998
|
+
"identityMappingEntries": {
|
8999
|
+
"rule": "repeated",
|
9000
|
+
"type": "IdentityMappingEntry",
|
9001
|
+
"id": 1
|
9002
|
+
},
|
9003
|
+
"nextPageToken": {
|
9004
|
+
"type": "string",
|
9005
|
+
"id": 2
|
9006
|
+
}
|
9007
|
+
}
|
9008
|
+
},
|
9009
|
+
"ListIdentityMappingStoresRequest": {
|
9010
|
+
"fields": {
|
9011
|
+
"parent": {
|
9012
|
+
"type": "string",
|
9013
|
+
"id": 1,
|
9014
|
+
"options": {
|
9015
|
+
"(google.api.field_behavior)": "REQUIRED",
|
9016
|
+
"(google.api.resource_reference).type": "discoveryengine.googleapis.com/Location"
|
9017
|
+
}
|
9018
|
+
},
|
9019
|
+
"pageSize": {
|
9020
|
+
"type": "int32",
|
9021
|
+
"id": 2
|
9022
|
+
},
|
9023
|
+
"pageToken": {
|
9024
|
+
"type": "string",
|
9025
|
+
"id": 3
|
9026
|
+
}
|
9027
|
+
}
|
9028
|
+
},
|
9029
|
+
"ListIdentityMappingStoresResponse": {
|
9030
|
+
"fields": {
|
9031
|
+
"identityMappingStores": {
|
9032
|
+
"rule": "repeated",
|
9033
|
+
"type": "IdentityMappingStore",
|
9034
|
+
"id": 1
|
9035
|
+
},
|
9036
|
+
"nextPageToken": {
|
9037
|
+
"type": "string",
|
9038
|
+
"id": 2
|
9039
|
+
}
|
9040
|
+
}
|
9041
|
+
},
|
9042
|
+
"IdentityMappingEntryOperationMetadata": {
|
9043
|
+
"fields": {
|
9044
|
+
"successCount": {
|
9045
|
+
"type": "int64",
|
9046
|
+
"id": 1
|
9047
|
+
},
|
9048
|
+
"failureCount": {
|
9049
|
+
"type": "int64",
|
9050
|
+
"id": 2
|
9051
|
+
},
|
9052
|
+
"totalCount": {
|
9053
|
+
"type": "int64",
|
9054
|
+
"id": 3
|
9055
|
+
}
|
9056
|
+
}
|
9057
|
+
},
|
9058
|
+
"DeleteIdentityMappingStoreMetadata": {
|
9059
|
+
"fields": {
|
9060
|
+
"createTime": {
|
9061
|
+
"type": "google.protobuf.Timestamp",
|
9062
|
+
"id": 1
|
9063
|
+
},
|
9064
|
+
"updateTime": {
|
9065
|
+
"type": "google.protobuf.Timestamp",
|
9066
|
+
"id": 2
|
7918
9067
|
}
|
7919
9068
|
}
|
7920
9069
|
},
|
@@ -9051,7 +10200,9 @@
|
|
9051
10200
|
"PENDING": 1,
|
9052
10201
|
"FAILED": 2,
|
9053
10202
|
"SUCCEEDED": 3,
|
9054
|
-
"DELETING": 4
|
10203
|
+
"DELETING": 4,
|
10204
|
+
"CANCELLABLE": 5,
|
10205
|
+
"CANCELLED": 6
|
9055
10206
|
}
|
9056
10207
|
}
|
9057
10208
|
}
|
@@ -10278,6 +11429,252 @@
|
|
10278
11429
|
}
|
10279
11430
|
}
|
10280
11431
|
}
|
11432
|
+
},
|
11433
|
+
"UserLicense": {
|
11434
|
+
"fields": {
|
11435
|
+
"userPrincipal": {
|
11436
|
+
"type": "string",
|
11437
|
+
"id": 1,
|
11438
|
+
"options": {
|
11439
|
+
"(google.api.field_behavior)": "REQUIRED"
|
11440
|
+
}
|
11441
|
+
},
|
11442
|
+
"userProfile": {
|
11443
|
+
"type": "string",
|
11444
|
+
"id": 3,
|
11445
|
+
"options": {
|
11446
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
11447
|
+
}
|
11448
|
+
},
|
11449
|
+
"licenseAssignmentState": {
|
11450
|
+
"type": "LicenseAssignmentState",
|
11451
|
+
"id": 4,
|
11452
|
+
"options": {
|
11453
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
11454
|
+
}
|
11455
|
+
},
|
11456
|
+
"licenseConfig": {
|
11457
|
+
"type": "string",
|
11458
|
+
"id": 5,
|
11459
|
+
"options": {
|
11460
|
+
"(google.api.field_behavior)": "OPTIONAL",
|
11461
|
+
"(google.api.resource_reference).type": "discoveryengine.googleapis.com/LicenseConfig"
|
11462
|
+
}
|
11463
|
+
},
|
11464
|
+
"createTime": {
|
11465
|
+
"type": "google.protobuf.Timestamp",
|
11466
|
+
"id": 6,
|
11467
|
+
"options": {
|
11468
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
11469
|
+
}
|
11470
|
+
},
|
11471
|
+
"updateTime": {
|
11472
|
+
"type": "google.protobuf.Timestamp",
|
11473
|
+
"id": 7,
|
11474
|
+
"options": {
|
11475
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
11476
|
+
}
|
11477
|
+
},
|
11478
|
+
"lastLoginTime": {
|
11479
|
+
"type": "google.protobuf.Timestamp",
|
11480
|
+
"id": 8,
|
11481
|
+
"options": {
|
11482
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
11483
|
+
}
|
11484
|
+
}
|
11485
|
+
},
|
11486
|
+
"nested": {
|
11487
|
+
"LicenseAssignmentState": {
|
11488
|
+
"values": {
|
11489
|
+
"LICENSE_ASSIGNMENT_STATE_UNSPECIFIED": 0,
|
11490
|
+
"ASSIGNED": 1,
|
11491
|
+
"UNASSIGNED": 2,
|
11492
|
+
"NO_LICENSE": 3,
|
11493
|
+
"NO_LICENSE_ATTEMPTED_LOGIN": 4
|
11494
|
+
}
|
11495
|
+
}
|
11496
|
+
}
|
11497
|
+
},
|
11498
|
+
"UserLicenseService": {
|
11499
|
+
"options": {
|
11500
|
+
"(google.api.default_host)": "discoveryengine.googleapis.com",
|
11501
|
+
"(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
|
11502
|
+
},
|
11503
|
+
"methods": {
|
11504
|
+
"ListUserLicenses": {
|
11505
|
+
"requestType": "ListUserLicensesRequest",
|
11506
|
+
"responseType": "ListUserLicensesResponse",
|
11507
|
+
"options": {
|
11508
|
+
"(google.api.http).get": "/v1/{parent=projects/*/locations/*/userStores/*}/userLicenses",
|
11509
|
+
"(google.api.method_signature)": "parent"
|
11510
|
+
},
|
11511
|
+
"parsedOptions": [
|
11512
|
+
{
|
11513
|
+
"(google.api.http)": {
|
11514
|
+
"get": "/v1/{parent=projects/*/locations/*/userStores/*}/userLicenses"
|
11515
|
+
}
|
11516
|
+
},
|
11517
|
+
{
|
11518
|
+
"(google.api.method_signature)": "parent"
|
11519
|
+
}
|
11520
|
+
]
|
11521
|
+
},
|
11522
|
+
"BatchUpdateUserLicenses": {
|
11523
|
+
"requestType": "BatchUpdateUserLicensesRequest",
|
11524
|
+
"responseType": "google.longrunning.Operation",
|
11525
|
+
"options": {
|
11526
|
+
"(google.api.http).post": "/v1/{parent=projects/*/locations/*/userStores/*}:batchUpdateUserLicenses",
|
11527
|
+
"(google.api.http).body": "*",
|
11528
|
+
"(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1.BatchUpdateUserLicensesResponse",
|
11529
|
+
"(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1.BatchUpdateUserLicensesMetadata"
|
11530
|
+
},
|
11531
|
+
"parsedOptions": [
|
11532
|
+
{
|
11533
|
+
"(google.api.http)": {
|
11534
|
+
"post": "/v1/{parent=projects/*/locations/*/userStores/*}:batchUpdateUserLicenses",
|
11535
|
+
"body": "*"
|
11536
|
+
}
|
11537
|
+
},
|
11538
|
+
{
|
11539
|
+
"(google.longrunning.operation_info)": {
|
11540
|
+
"response_type": "google.cloud.discoveryengine.v1.BatchUpdateUserLicensesResponse",
|
11541
|
+
"metadata_type": "google.cloud.discoveryengine.v1.BatchUpdateUserLicensesMetadata"
|
11542
|
+
}
|
11543
|
+
}
|
11544
|
+
]
|
11545
|
+
}
|
11546
|
+
}
|
11547
|
+
},
|
11548
|
+
"ListUserLicensesRequest": {
|
11549
|
+
"fields": {
|
11550
|
+
"parent": {
|
11551
|
+
"type": "string",
|
11552
|
+
"id": 1,
|
11553
|
+
"options": {
|
11554
|
+
"(google.api.field_behavior)": "REQUIRED",
|
11555
|
+
"(google.api.resource_reference).type": "discoveryengine.googleapis.com/UserStore"
|
11556
|
+
}
|
11557
|
+
},
|
11558
|
+
"pageSize": {
|
11559
|
+
"type": "int32",
|
11560
|
+
"id": 2,
|
11561
|
+
"options": {
|
11562
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
11563
|
+
}
|
11564
|
+
},
|
11565
|
+
"pageToken": {
|
11566
|
+
"type": "string",
|
11567
|
+
"id": 3,
|
11568
|
+
"options": {
|
11569
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
11570
|
+
}
|
11571
|
+
},
|
11572
|
+
"filter": {
|
11573
|
+
"type": "string",
|
11574
|
+
"id": 4,
|
11575
|
+
"options": {
|
11576
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
11577
|
+
}
|
11578
|
+
}
|
11579
|
+
}
|
11580
|
+
},
|
11581
|
+
"ListUserLicensesResponse": {
|
11582
|
+
"fields": {
|
11583
|
+
"userLicenses": {
|
11584
|
+
"rule": "repeated",
|
11585
|
+
"type": "UserLicense",
|
11586
|
+
"id": 1
|
11587
|
+
},
|
11588
|
+
"nextPageToken": {
|
11589
|
+
"type": "string",
|
11590
|
+
"id": 2
|
11591
|
+
}
|
11592
|
+
}
|
11593
|
+
},
|
11594
|
+
"BatchUpdateUserLicensesRequest": {
|
11595
|
+
"oneofs": {
|
11596
|
+
"source": {
|
11597
|
+
"oneof": [
|
11598
|
+
"inlineSource"
|
11599
|
+
]
|
11600
|
+
}
|
11601
|
+
},
|
11602
|
+
"fields": {
|
11603
|
+
"inlineSource": {
|
11604
|
+
"type": "InlineSource",
|
11605
|
+
"id": 2
|
11606
|
+
},
|
11607
|
+
"parent": {
|
11608
|
+
"type": "string",
|
11609
|
+
"id": 1,
|
11610
|
+
"options": {
|
11611
|
+
"(google.api.field_behavior)": "REQUIRED",
|
11612
|
+
"(google.api.resource_reference).type": "discoveryengine.googleapis.com/UserStore"
|
11613
|
+
}
|
11614
|
+
},
|
11615
|
+
"deleteUnassignedUserLicenses": {
|
11616
|
+
"type": "bool",
|
11617
|
+
"id": 4,
|
11618
|
+
"options": {
|
11619
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
11620
|
+
}
|
11621
|
+
}
|
11622
|
+
},
|
11623
|
+
"nested": {
|
11624
|
+
"InlineSource": {
|
11625
|
+
"fields": {
|
11626
|
+
"userLicenses": {
|
11627
|
+
"rule": "repeated",
|
11628
|
+
"type": "UserLicense",
|
11629
|
+
"id": 1,
|
11630
|
+
"options": {
|
11631
|
+
"(google.api.field_behavior)": "REQUIRED"
|
11632
|
+
}
|
11633
|
+
},
|
11634
|
+
"updateMask": {
|
11635
|
+
"type": "google.protobuf.FieldMask",
|
11636
|
+
"id": 2,
|
11637
|
+
"options": {
|
11638
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
11639
|
+
}
|
11640
|
+
}
|
11641
|
+
}
|
11642
|
+
}
|
11643
|
+
}
|
11644
|
+
},
|
11645
|
+
"BatchUpdateUserLicensesMetadata": {
|
11646
|
+
"fields": {
|
11647
|
+
"createTime": {
|
11648
|
+
"type": "google.protobuf.Timestamp",
|
11649
|
+
"id": 1
|
11650
|
+
},
|
11651
|
+
"updateTime": {
|
11652
|
+
"type": "google.protobuf.Timestamp",
|
11653
|
+
"id": 2
|
11654
|
+
},
|
11655
|
+
"successCount": {
|
11656
|
+
"type": "int64",
|
11657
|
+
"id": 3
|
11658
|
+
},
|
11659
|
+
"failureCount": {
|
11660
|
+
"type": "int64",
|
11661
|
+
"id": 4
|
11662
|
+
}
|
11663
|
+
}
|
11664
|
+
},
|
11665
|
+
"BatchUpdateUserLicensesResponse": {
|
11666
|
+
"fields": {
|
11667
|
+
"userLicenses": {
|
11668
|
+
"rule": "repeated",
|
11669
|
+
"type": "UserLicense",
|
11670
|
+
"id": 1
|
11671
|
+
},
|
11672
|
+
"errorSamples": {
|
11673
|
+
"rule": "repeated",
|
11674
|
+
"type": "google.rpc.Status",
|
11675
|
+
"id": 2
|
11676
|
+
}
|
11677
|
+
}
|
10281
11678
|
}
|
10282
11679
|
}
|
10283
11680
|
},
|
@@ -33439,6 +34836,7 @@
|
|
33439
34836
|
},
|
33440
34837
|
"nested": {
|
33441
34838
|
"FileDescriptorSet": {
|
34839
|
+
"edition": "proto2",
|
33442
34840
|
"fields": {
|
33443
34841
|
"file": {
|
33444
34842
|
"rule": "repeated",
|
@@ -33448,6 +34846,7 @@
|
|
33448
34846
|
}
|
33449
34847
|
},
|
33450
34848
|
"Edition": {
|
34849
|
+
"edition": "proto2",
|
33451
34850
|
"values": {
|
33452
34851
|
"EDITION_UNKNOWN": 0,
|
33453
34852
|
"EDITION_PROTO2": 998,
|
@@ -33463,6 +34862,7 @@
|
|
33463
34862
|
}
|
33464
34863
|
},
|
33465
34864
|
"FileDescriptorProto": {
|
34865
|
+
"edition": "proto2",
|
33466
34866
|
"fields": {
|
33467
34867
|
"name": {
|
33468
34868
|
"type": "string",
|
@@ -33480,18 +34880,12 @@
|
|
33480
34880
|
"publicDependency": {
|
33481
34881
|
"rule": "repeated",
|
33482
34882
|
"type": "int32",
|
33483
|
-
"id": 10
|
33484
|
-
"options": {
|
33485
|
-
"packed": false
|
33486
|
-
}
|
34883
|
+
"id": 10
|
33487
34884
|
},
|
33488
34885
|
"weakDependency": {
|
33489
34886
|
"rule": "repeated",
|
33490
34887
|
"type": "int32",
|
33491
|
-
"id": 11
|
33492
|
-
"options": {
|
33493
|
-
"packed": false
|
33494
|
-
}
|
34888
|
+
"id": 11
|
33495
34889
|
},
|
33496
34890
|
"messageType": {
|
33497
34891
|
"rule": "repeated",
|
@@ -33532,6 +34926,7 @@
|
|
33532
34926
|
}
|
33533
34927
|
},
|
33534
34928
|
"DescriptorProto": {
|
34929
|
+
"edition": "proto2",
|
33535
34930
|
"fields": {
|
33536
34931
|
"name": {
|
33537
34932
|
"type": "string",
|
@@ -33614,6 +35009,7 @@
|
|
33614
35009
|
}
|
33615
35010
|
},
|
33616
35011
|
"ExtensionRangeOptions": {
|
35012
|
+
"edition": "proto2",
|
33617
35013
|
"fields": {
|
33618
35014
|
"uninterpretedOption": {
|
33619
35015
|
"rule": "repeated",
|
@@ -33687,6 +35083,7 @@
|
|
33687
35083
|
}
|
33688
35084
|
},
|
33689
35085
|
"FieldDescriptorProto": {
|
35086
|
+
"edition": "proto2",
|
33690
35087
|
"fields": {
|
33691
35088
|
"name": {
|
33692
35089
|
"type": "string",
|
@@ -33766,6 +35163,7 @@
|
|
33766
35163
|
}
|
33767
35164
|
},
|
33768
35165
|
"OneofDescriptorProto": {
|
35166
|
+
"edition": "proto2",
|
33769
35167
|
"fields": {
|
33770
35168
|
"name": {
|
33771
35169
|
"type": "string",
|
@@ -33778,6 +35176,7 @@
|
|
33778
35176
|
}
|
33779
35177
|
},
|
33780
35178
|
"EnumDescriptorProto": {
|
35179
|
+
"edition": "proto2",
|
33781
35180
|
"fields": {
|
33782
35181
|
"name": {
|
33783
35182
|
"type": "string",
|
@@ -33819,6 +35218,7 @@
|
|
33819
35218
|
}
|
33820
35219
|
},
|
33821
35220
|
"EnumValueDescriptorProto": {
|
35221
|
+
"edition": "proto2",
|
33822
35222
|
"fields": {
|
33823
35223
|
"name": {
|
33824
35224
|
"type": "string",
|
@@ -33835,6 +35235,7 @@
|
|
33835
35235
|
}
|
33836
35236
|
},
|
33837
35237
|
"ServiceDescriptorProto": {
|
35238
|
+
"edition": "proto2",
|
33838
35239
|
"fields": {
|
33839
35240
|
"name": {
|
33840
35241
|
"type": "string",
|
@@ -33852,6 +35253,7 @@
|
|
33852
35253
|
}
|
33853
35254
|
},
|
33854
35255
|
"MethodDescriptorProto": {
|
35256
|
+
"edition": "proto2",
|
33855
35257
|
"fields": {
|
33856
35258
|
"name": {
|
33857
35259
|
"type": "string",
|
@@ -33886,6 +35288,7 @@
|
|
33886
35288
|
}
|
33887
35289
|
},
|
33888
35290
|
"FileOptions": {
|
35291
|
+
"edition": "proto2",
|
33889
35292
|
"fields": {
|
33890
35293
|
"javaPackage": {
|
33891
35294
|
"type": "string",
|
@@ -34027,6 +35430,7 @@
|
|
34027
35430
|
}
|
34028
35431
|
},
|
34029
35432
|
"MessageOptions": {
|
35433
|
+
"edition": "proto2",
|
34030
35434
|
"fields": {
|
34031
35435
|
"messageSetWireFormat": {
|
34032
35436
|
"type": "bool",
|
@@ -34100,6 +35504,7 @@
|
|
34100
35504
|
]
|
34101
35505
|
},
|
34102
35506
|
"FieldOptions": {
|
35507
|
+
"edition": "proto2",
|
34103
35508
|
"fields": {
|
34104
35509
|
"ctype": {
|
34105
35510
|
"type": "CType",
|
@@ -34161,10 +35566,7 @@
|
|
34161
35566
|
"targets": {
|
34162
35567
|
"rule": "repeated",
|
34163
35568
|
"type": "OptionTargetType",
|
34164
|
-
"id": 19
|
34165
|
-
"options": {
|
34166
|
-
"packed": false
|
34167
|
-
}
|
35569
|
+
"id": 19
|
34168
35570
|
},
|
34169
35571
|
"editionDefaults": {
|
34170
35572
|
"rule": "repeated",
|
@@ -34248,6 +35650,7 @@
|
|
34248
35650
|
}
|
34249
35651
|
},
|
34250
35652
|
"OneofOptions": {
|
35653
|
+
"edition": "proto2",
|
34251
35654
|
"fields": {
|
34252
35655
|
"features": {
|
34253
35656
|
"type": "FeatureSet",
|
@@ -34267,6 +35670,7 @@
|
|
34267
35670
|
]
|
34268
35671
|
},
|
34269
35672
|
"EnumOptions": {
|
35673
|
+
"edition": "proto2",
|
34270
35674
|
"fields": {
|
34271
35675
|
"allowAlias": {
|
34272
35676
|
"type": "bool",
|
@@ -34310,6 +35714,7 @@
|
|
34310
35714
|
]
|
34311
35715
|
},
|
34312
35716
|
"EnumValueOptions": {
|
35717
|
+
"edition": "proto2",
|
34313
35718
|
"fields": {
|
34314
35719
|
"deprecated": {
|
34315
35720
|
"type": "bool",
|
@@ -34343,6 +35748,7 @@
|
|
34343
35748
|
]
|
34344
35749
|
},
|
34345
35750
|
"ServiceOptions": {
|
35751
|
+
"edition": "proto2",
|
34346
35752
|
"fields": {
|
34347
35753
|
"features": {
|
34348
35754
|
"type": "FeatureSet",
|
@@ -34369,6 +35775,7 @@
|
|
34369
35775
|
]
|
34370
35776
|
},
|
34371
35777
|
"MethodOptions": {
|
35778
|
+
"edition": "proto2",
|
34372
35779
|
"fields": {
|
34373
35780
|
"deprecated": {
|
34374
35781
|
"type": "bool",
|
@@ -34411,6 +35818,7 @@
|
|
34411
35818
|
}
|
34412
35819
|
},
|
34413
35820
|
"UninterpretedOption": {
|
35821
|
+
"edition": "proto2",
|
34414
35822
|
"fields": {
|
34415
35823
|
"name": {
|
34416
35824
|
"rule": "repeated",
|
@@ -34460,6 +35868,7 @@
|
|
34460
35868
|
}
|
34461
35869
|
},
|
34462
35870
|
"FeatureSet": {
|
35871
|
+
"edition": "proto2",
|
34463
35872
|
"fields": {
|
34464
35873
|
"fieldPresence": {
|
34465
35874
|
"type": "FieldPresence",
|
@@ -34601,6 +36010,7 @@
|
|
34601
36010
|
}
|
34602
36011
|
},
|
34603
36012
|
"FeatureSetDefaults": {
|
36013
|
+
"edition": "proto2",
|
34604
36014
|
"fields": {
|
34605
36015
|
"defaults": {
|
34606
36016
|
"rule": "repeated",
|
@@ -34632,6 +36042,7 @@
|
|
34632
36042
|
}
|
34633
36043
|
},
|
34634
36044
|
"SourceCodeInfo": {
|
36045
|
+
"edition": "proto2",
|
34635
36046
|
"fields": {
|
34636
36047
|
"location": {
|
34637
36048
|
"rule": "repeated",
|
@@ -34645,12 +36056,18 @@
|
|
34645
36056
|
"path": {
|
34646
36057
|
"rule": "repeated",
|
34647
36058
|
"type": "int32",
|
34648
|
-
"id": 1
|
36059
|
+
"id": 1,
|
36060
|
+
"options": {
|
36061
|
+
"packed": true
|
36062
|
+
}
|
34649
36063
|
},
|
34650
36064
|
"span": {
|
34651
36065
|
"rule": "repeated",
|
34652
36066
|
"type": "int32",
|
34653
|
-
"id": 2
|
36067
|
+
"id": 2,
|
36068
|
+
"options": {
|
36069
|
+
"packed": true
|
36070
|
+
}
|
34654
36071
|
},
|
34655
36072
|
"leadingComments": {
|
34656
36073
|
"type": "string",
|
@@ -34670,6 +36087,7 @@
|
|
34670
36087
|
}
|
34671
36088
|
},
|
34672
36089
|
"GeneratedCodeInfo": {
|
36090
|
+
"edition": "proto2",
|
34673
36091
|
"fields": {
|
34674
36092
|
"annotation": {
|
34675
36093
|
"rule": "repeated",
|
@@ -34683,7 +36101,10 @@
|
|
34683
36101
|
"path": {
|
34684
36102
|
"rule": "repeated",
|
34685
36103
|
"type": "int32",
|
34686
|
-
"id": 1
|
36104
|
+
"id": 1,
|
36105
|
+
"options": {
|
36106
|
+
"packed": true
|
36107
|
+
}
|
34687
36108
|
},
|
34688
36109
|
"sourceFile": {
|
34689
36110
|
"type": "string",
|
@@ -34813,6 +36234,9 @@
|
|
34813
36234
|
}
|
34814
36235
|
}
|
34815
36236
|
},
|
36237
|
+
"Empty": {
|
36238
|
+
"fields": {}
|
36239
|
+
},
|
34816
36240
|
"FieldMask": {
|
34817
36241
|
"fields": {
|
34818
36242
|
"paths": {
|
@@ -34821,66 +36245,6 @@
|
|
34821
36245
|
"id": 1
|
34822
36246
|
}
|
34823
36247
|
}
|
34824
|
-
},
|
34825
|
-
"Empty": {
|
34826
|
-
"fields": {}
|
34827
|
-
}
|
34828
|
-
}
|
34829
|
-
},
|
34830
|
-
"rpc": {
|
34831
|
-
"options": {
|
34832
|
-
"cc_enable_arenas": true,
|
34833
|
-
"go_package": "google.golang.org/genproto/googleapis/rpc/status;status",
|
34834
|
-
"java_multiple_files": true,
|
34835
|
-
"java_outer_classname": "StatusProto",
|
34836
|
-
"java_package": "com.google.rpc",
|
34837
|
-
"objc_class_prefix": "RPC"
|
34838
|
-
},
|
34839
|
-
"nested": {
|
34840
|
-
"Status": {
|
34841
|
-
"fields": {
|
34842
|
-
"code": {
|
34843
|
-
"type": "int32",
|
34844
|
-
"id": 1
|
34845
|
-
},
|
34846
|
-
"message": {
|
34847
|
-
"type": "string",
|
34848
|
-
"id": 2
|
34849
|
-
},
|
34850
|
-
"details": {
|
34851
|
-
"rule": "repeated",
|
34852
|
-
"type": "google.protobuf.Any",
|
34853
|
-
"id": 3
|
34854
|
-
}
|
34855
|
-
}
|
34856
|
-
}
|
34857
|
-
}
|
34858
|
-
},
|
34859
|
-
"type": {
|
34860
|
-
"options": {
|
34861
|
-
"cc_enable_arenas": true,
|
34862
|
-
"go_package": "google.golang.org/genproto/googleapis/type/date;date",
|
34863
|
-
"java_multiple_files": true,
|
34864
|
-
"java_outer_classname": "DateProto",
|
34865
|
-
"java_package": "com.google.type",
|
34866
|
-
"objc_class_prefix": "GTP"
|
34867
|
-
},
|
34868
|
-
"nested": {
|
34869
|
-
"Date": {
|
34870
|
-
"fields": {
|
34871
|
-
"year": {
|
34872
|
-
"type": "int32",
|
34873
|
-
"id": 1
|
34874
|
-
},
|
34875
|
-
"month": {
|
34876
|
-
"type": "int32",
|
34877
|
-
"id": 2
|
34878
|
-
},
|
34879
|
-
"day": {
|
34880
|
-
"type": "int32",
|
34881
|
-
"id": 3
|
34882
|
-
}
|
34883
|
-
}
|
34884
36248
|
}
|
34885
36249
|
}
|
34886
36250
|
},
|
@@ -35099,6 +36463,63 @@
|
|
35099
36463
|
}
|
35100
36464
|
}
|
35101
36465
|
}
|
36466
|
+
},
|
36467
|
+
"rpc": {
|
36468
|
+
"options": {
|
36469
|
+
"cc_enable_arenas": true,
|
36470
|
+
"go_package": "google.golang.org/genproto/googleapis/rpc/status;status",
|
36471
|
+
"java_multiple_files": true,
|
36472
|
+
"java_outer_classname": "StatusProto",
|
36473
|
+
"java_package": "com.google.rpc",
|
36474
|
+
"objc_class_prefix": "RPC"
|
36475
|
+
},
|
36476
|
+
"nested": {
|
36477
|
+
"Status": {
|
36478
|
+
"fields": {
|
36479
|
+
"code": {
|
36480
|
+
"type": "int32",
|
36481
|
+
"id": 1
|
36482
|
+
},
|
36483
|
+
"message": {
|
36484
|
+
"type": "string",
|
36485
|
+
"id": 2
|
36486
|
+
},
|
36487
|
+
"details": {
|
36488
|
+
"rule": "repeated",
|
36489
|
+
"type": "google.protobuf.Any",
|
36490
|
+
"id": 3
|
36491
|
+
}
|
36492
|
+
}
|
36493
|
+
}
|
36494
|
+
}
|
36495
|
+
},
|
36496
|
+
"type": {
|
36497
|
+
"options": {
|
36498
|
+
"cc_enable_arenas": true,
|
36499
|
+
"go_package": "google.golang.org/genproto/googleapis/type/date;date",
|
36500
|
+
"java_multiple_files": true,
|
36501
|
+
"java_outer_classname": "DateProto",
|
36502
|
+
"java_package": "com.google.type",
|
36503
|
+
"objc_class_prefix": "GTP"
|
36504
|
+
},
|
36505
|
+
"nested": {
|
36506
|
+
"Date": {
|
36507
|
+
"fields": {
|
36508
|
+
"year": {
|
36509
|
+
"type": "int32",
|
36510
|
+
"id": 1
|
36511
|
+
},
|
36512
|
+
"month": {
|
36513
|
+
"type": "int32",
|
36514
|
+
"id": 2
|
36515
|
+
},
|
36516
|
+
"day": {
|
36517
|
+
"type": "int32",
|
36518
|
+
"id": 3
|
36519
|
+
}
|
36520
|
+
}
|
36521
|
+
}
|
36522
|
+
}
|
35102
36523
|
}
|
35103
36524
|
}
|
35104
36525
|
}
|