google-apis-discoveryengine_v1alpha 0.96.0 → 0.97.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 116b78d18a33eeb2f645d8c05454679a1981877f4483f392320fd590145253a6
|
|
4
|
+
data.tar.gz: f640550c465458414579f09789c2fd83159fa5760b8614d2dd86905b6b919441
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9430cf08e972e98e9ff2e8c74f3cef0c1070cf4a65938db5c7cf0064df60384fb64569c37d3c04bc1cbe4222b92f69c40abcf63634a0725ca9f75f96da7d1f4b
|
|
7
|
+
data.tar.gz: be258e524a9509feb8d2bbdbb055150559b3e79ed56c7cc320baf2310b0e914907441b0e33db0274b79c8be5423b368d22d3c96468556665cb46170e45384944
|
data/CHANGELOG.md
CHANGED
|
@@ -822,6 +822,12 @@ module Google
|
|
|
822
822
|
attr_accessor :use_static_secrets
|
|
823
823
|
alias_method :use_static_secrets?, :use_static_secrets
|
|
824
824
|
|
|
825
|
+
# Optional. Mapping from operation name to the list of scopes. Only be populated
|
|
826
|
+
# if there are user specified scopes.
|
|
827
|
+
# Corresponds to the JSON property `userDefinedScopesMapping`
|
|
828
|
+
# @return [Hash<String,Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ActionConfigScopeList>]
|
|
829
|
+
attr_accessor :user_defined_scopes_mapping
|
|
830
|
+
|
|
825
831
|
def initialize(**args)
|
|
826
832
|
update!(**args)
|
|
827
833
|
end
|
|
@@ -833,6 +839,26 @@ module Google
|
|
|
833
839
|
@json_action_params = args[:json_action_params] if args.key?(:json_action_params)
|
|
834
840
|
@service_name = args[:service_name] if args.key?(:service_name)
|
|
835
841
|
@use_static_secrets = args[:use_static_secrets] if args.key?(:use_static_secrets)
|
|
842
|
+
@user_defined_scopes_mapping = args[:user_defined_scopes_mapping] if args.key?(:user_defined_scopes_mapping)
|
|
843
|
+
end
|
|
844
|
+
end
|
|
845
|
+
|
|
846
|
+
# Stores a list of scopes.
|
|
847
|
+
class GoogleCloudDiscoveryengineV1ActionConfigScopeList
|
|
848
|
+
include Google::Apis::Core::Hashable
|
|
849
|
+
|
|
850
|
+
# Optional. The list of scopes.
|
|
851
|
+
# Corresponds to the JSON property `scopes`
|
|
852
|
+
# @return [Array<String>]
|
|
853
|
+
attr_accessor :scopes
|
|
854
|
+
|
|
855
|
+
def initialize(**args)
|
|
856
|
+
update!(**args)
|
|
857
|
+
end
|
|
858
|
+
|
|
859
|
+
# Update properties of this object
|
|
860
|
+
def update!(**args)
|
|
861
|
+
@scopes = args[:scopes] if args.key?(:scopes)
|
|
836
862
|
end
|
|
837
863
|
end
|
|
838
864
|
|
|
@@ -2143,8 +2169,19 @@ module Google
|
|
|
2143
2169
|
# @return [String]
|
|
2144
2170
|
attr_accessor :create_time
|
|
2145
2171
|
|
|
2146
|
-
# Required. The
|
|
2147
|
-
#
|
|
2172
|
+
# Required. The identifier for the data source. This is a partial list of
|
|
2173
|
+
# supported connectors. Please refer to the [documentation](https://docs.cloud.
|
|
2174
|
+
# google.com/gemini/enterprise/docs/connectors/introduction-to-connectors-and-
|
|
2175
|
+
# data-stores) for the full list of connectors. Supported first-party connectors
|
|
2176
|
+
# include: * `gcs` * `bigquery` * `gcp_fhir` * `google_mail` * `google_drive` * `
|
|
2177
|
+
# google_calendar` * `google_chat` Supported third-party connectors include:
|
|
2178
|
+
# Generally available (GA) connectors: * `onedrive` * `outlook` * `confluence` *
|
|
2179
|
+
# `jira` * `servicenow` * `sharepoint` Preview connectors: * `asana` * `
|
|
2180
|
+
# azure_active_directory` * `box` * `canva` * `confluence_server` * `
|
|
2181
|
+
# custom_connector` * `docusign` * `dropbox` * `dynamics365` * `github` * `
|
|
2182
|
+
# gitlab` * `hubspot` * `jira_server` * `linear` * `native_cloud_identity` * `
|
|
2183
|
+
# notion` * `okta` * `pagerduty` * `peoplesoft` * `salesforce` * `shopify` * `
|
|
2184
|
+
# slack` * `snowflake` * `teams` * `trello` * `workday` * `zendesk`
|
|
2148
2185
|
# Corresponds to the JSON property `dataSource`
|
|
2149
2186
|
# @return [String]
|
|
2150
2187
|
attr_accessor :data_source
|
|
@@ -2673,6 +2710,11 @@ module Google
|
|
|
2673
2710
|
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DocumentProcessingConfig]
|
|
2674
2711
|
attr_accessor :document_processing_config
|
|
2675
2712
|
|
|
2713
|
+
# Stores information for federated search.
|
|
2714
|
+
# Corresponds to the JSON property `federatedSearchConfig`
|
|
2715
|
+
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfig]
|
|
2716
|
+
attr_accessor :federated_search_config
|
|
2717
|
+
|
|
2676
2718
|
# Config to data store for `HEALTHCARE_FHIR` vertical.
|
|
2677
2719
|
# Corresponds to the JSON property `healthcareFhirConfig`
|
|
2678
2720
|
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1HealthcareFhirConfig]
|
|
@@ -2758,6 +2800,7 @@ module Google
|
|
|
2758
2800
|
@default_schema_id = args[:default_schema_id] if args.key?(:default_schema_id)
|
|
2759
2801
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
2760
2802
|
@document_processing_config = args[:document_processing_config] if args.key?(:document_processing_config)
|
|
2803
|
+
@federated_search_config = args[:federated_search_config] if args.key?(:federated_search_config)
|
|
2761
2804
|
@healthcare_fhir_config = args[:healthcare_fhir_config] if args.key?(:healthcare_fhir_config)
|
|
2762
2805
|
@identity_mapping_store = args[:identity_mapping_store] if args.key?(:identity_mapping_store)
|
|
2763
2806
|
@industry_vertical = args[:industry_vertical] if args.key?(:industry_vertical)
|
|
@@ -2821,6 +2864,190 @@ module Google
|
|
|
2821
2864
|
end
|
|
2822
2865
|
end
|
|
2823
2866
|
|
|
2867
|
+
# Stores information for federated search.
|
|
2868
|
+
class GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfig
|
|
2869
|
+
include Google::Apis::Core::Hashable
|
|
2870
|
+
|
|
2871
|
+
# Stores information for connecting to AlloyDB.
|
|
2872
|
+
# Corresponds to the JSON property `alloyDbConfig`
|
|
2873
|
+
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigAlloyDbConfig]
|
|
2874
|
+
attr_accessor :alloy_db_config
|
|
2875
|
+
|
|
2876
|
+
# Config for connecting to NotebookLM Enterprise.
|
|
2877
|
+
# Corresponds to the JSON property `notebooklmConfig`
|
|
2878
|
+
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigNotebooklmConfig]
|
|
2879
|
+
attr_accessor :notebooklm_config
|
|
2880
|
+
|
|
2881
|
+
# Stores information for third party applicationOAuth.
|
|
2882
|
+
# Corresponds to the JSON property `thirdPartyOauthConfig`
|
|
2883
|
+
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigThirdPartyOauthConfig]
|
|
2884
|
+
attr_accessor :third_party_oauth_config
|
|
2885
|
+
|
|
2886
|
+
def initialize(**args)
|
|
2887
|
+
update!(**args)
|
|
2888
|
+
end
|
|
2889
|
+
|
|
2890
|
+
# Update properties of this object
|
|
2891
|
+
def update!(**args)
|
|
2892
|
+
@alloy_db_config = args[:alloy_db_config] if args.key?(:alloy_db_config)
|
|
2893
|
+
@notebooklm_config = args[:notebooklm_config] if args.key?(:notebooklm_config)
|
|
2894
|
+
@third_party_oauth_config = args[:third_party_oauth_config] if args.key?(:third_party_oauth_config)
|
|
2895
|
+
end
|
|
2896
|
+
end
|
|
2897
|
+
|
|
2898
|
+
# Stores information for connecting to AlloyDB.
|
|
2899
|
+
class GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigAlloyDbConfig
|
|
2900
|
+
include Google::Apis::Core::Hashable
|
|
2901
|
+
|
|
2902
|
+
# Configuration for AlloyDB AI Natural Language.
|
|
2903
|
+
# Corresponds to the JSON property `alloydbAiNlConfig`
|
|
2904
|
+
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigAlloyDbConfigAlloyDbAiNaturalLanguageConfig]
|
|
2905
|
+
attr_accessor :alloydb_ai_nl_config
|
|
2906
|
+
|
|
2907
|
+
# Configuration for connecting to AlloyDB.
|
|
2908
|
+
# Corresponds to the JSON property `alloydbConnectionConfig`
|
|
2909
|
+
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigAlloyDbConfigAlloyDbConnectionConfig]
|
|
2910
|
+
attr_accessor :alloydb_connection_config
|
|
2911
|
+
|
|
2912
|
+
# Optional. Fields to be returned in the search results. If empty, all fields
|
|
2913
|
+
# will be returned.
|
|
2914
|
+
# Corresponds to the JSON property `returnedFields`
|
|
2915
|
+
# @return [Array<String>]
|
|
2916
|
+
attr_accessor :returned_fields
|
|
2917
|
+
|
|
2918
|
+
def initialize(**args)
|
|
2919
|
+
update!(**args)
|
|
2920
|
+
end
|
|
2921
|
+
|
|
2922
|
+
# Update properties of this object
|
|
2923
|
+
def update!(**args)
|
|
2924
|
+
@alloydb_ai_nl_config = args[:alloydb_ai_nl_config] if args.key?(:alloydb_ai_nl_config)
|
|
2925
|
+
@alloydb_connection_config = args[:alloydb_connection_config] if args.key?(:alloydb_connection_config)
|
|
2926
|
+
@returned_fields = args[:returned_fields] if args.key?(:returned_fields)
|
|
2927
|
+
end
|
|
2928
|
+
end
|
|
2929
|
+
|
|
2930
|
+
# Configuration for AlloyDB AI Natural Language.
|
|
2931
|
+
class GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigAlloyDbConfigAlloyDbAiNaturalLanguageConfig
|
|
2932
|
+
include Google::Apis::Core::Hashable
|
|
2933
|
+
|
|
2934
|
+
# Optional. AlloyDb AI NL config id, i.e. the value that was used for calling `
|
|
2935
|
+
# SELECT alloydb_ai_nl.g_create_configuration(...)`. Can be empty.
|
|
2936
|
+
# Corresponds to the JSON property `nlConfigId`
|
|
2937
|
+
# @return [String]
|
|
2938
|
+
attr_accessor :nl_config_id
|
|
2939
|
+
|
|
2940
|
+
def initialize(**args)
|
|
2941
|
+
update!(**args)
|
|
2942
|
+
end
|
|
2943
|
+
|
|
2944
|
+
# Update properties of this object
|
|
2945
|
+
def update!(**args)
|
|
2946
|
+
@nl_config_id = args[:nl_config_id] if args.key?(:nl_config_id)
|
|
2947
|
+
end
|
|
2948
|
+
end
|
|
2949
|
+
|
|
2950
|
+
# Configuration for connecting to AlloyDB.
|
|
2951
|
+
class GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigAlloyDbConfigAlloyDbConnectionConfig
|
|
2952
|
+
include Google::Apis::Core::Hashable
|
|
2953
|
+
|
|
2954
|
+
# Optional. Auth mode.
|
|
2955
|
+
# Corresponds to the JSON property `authMode`
|
|
2956
|
+
# @return [String]
|
|
2957
|
+
attr_accessor :auth_mode
|
|
2958
|
+
|
|
2959
|
+
# Required. The AlloyDB database to connect to.
|
|
2960
|
+
# Corresponds to the JSON property `database`
|
|
2961
|
+
# @return [String]
|
|
2962
|
+
attr_accessor :database
|
|
2963
|
+
|
|
2964
|
+
# Optional. If true, enable PSVS for AlloyDB.
|
|
2965
|
+
# Corresponds to the JSON property `enablePsvs`
|
|
2966
|
+
# @return [Boolean]
|
|
2967
|
+
attr_accessor :enable_psvs
|
|
2968
|
+
alias_method :enable_psvs?, :enable_psvs
|
|
2969
|
+
|
|
2970
|
+
# Required. The AlloyDB instance to connect to.
|
|
2971
|
+
# Corresponds to the JSON property `instance`
|
|
2972
|
+
# @return [String]
|
|
2973
|
+
attr_accessor :instance
|
|
2974
|
+
|
|
2975
|
+
# Required. Database password. If auth_mode = END_USER_ACCOUNT, it can be unset.
|
|
2976
|
+
# In that case, the password will be inferred on the AlloyDB side, based on the
|
|
2977
|
+
# authenticated user.
|
|
2978
|
+
# Corresponds to the JSON property `password`
|
|
2979
|
+
# @return [String]
|
|
2980
|
+
attr_accessor :password
|
|
2981
|
+
|
|
2982
|
+
# Required. Database user. If auth_mode = END_USER_ACCOUNT, it can be unset. In
|
|
2983
|
+
# that case, the user will be inferred on the AlloyDB side, based on the
|
|
2984
|
+
# authenticated user.
|
|
2985
|
+
# Corresponds to the JSON property `user`
|
|
2986
|
+
# @return [String]
|
|
2987
|
+
attr_accessor :user
|
|
2988
|
+
|
|
2989
|
+
def initialize(**args)
|
|
2990
|
+
update!(**args)
|
|
2991
|
+
end
|
|
2992
|
+
|
|
2993
|
+
# Update properties of this object
|
|
2994
|
+
def update!(**args)
|
|
2995
|
+
@auth_mode = args[:auth_mode] if args.key?(:auth_mode)
|
|
2996
|
+
@database = args[:database] if args.key?(:database)
|
|
2997
|
+
@enable_psvs = args[:enable_psvs] if args.key?(:enable_psvs)
|
|
2998
|
+
@instance = args[:instance] if args.key?(:instance)
|
|
2999
|
+
@password = args[:password] if args.key?(:password)
|
|
3000
|
+
@user = args[:user] if args.key?(:user)
|
|
3001
|
+
end
|
|
3002
|
+
end
|
|
3003
|
+
|
|
3004
|
+
# Config for connecting to NotebookLM Enterprise.
|
|
3005
|
+
class GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigNotebooklmConfig
|
|
3006
|
+
include Google::Apis::Core::Hashable
|
|
3007
|
+
|
|
3008
|
+
# Required. Search config name. Format: projects/*/locations/global/
|
|
3009
|
+
# notebookLmSearchConfigs/*
|
|
3010
|
+
# Corresponds to the JSON property `searchConfig`
|
|
3011
|
+
# @return [String]
|
|
3012
|
+
attr_accessor :search_config
|
|
3013
|
+
|
|
3014
|
+
def initialize(**args)
|
|
3015
|
+
update!(**args)
|
|
3016
|
+
end
|
|
3017
|
+
|
|
3018
|
+
# Update properties of this object
|
|
3019
|
+
def update!(**args)
|
|
3020
|
+
@search_config = args[:search_config] if args.key?(:search_config)
|
|
3021
|
+
end
|
|
3022
|
+
end
|
|
3023
|
+
|
|
3024
|
+
# Stores information for third party applicationOAuth.
|
|
3025
|
+
class GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigThirdPartyOauthConfig
|
|
3026
|
+
include Google::Apis::Core::Hashable
|
|
3027
|
+
|
|
3028
|
+
# Optional. The type of the application. E.g., "jira", "box", etc.
|
|
3029
|
+
# Corresponds to the JSON property `appName`
|
|
3030
|
+
# @return [String]
|
|
3031
|
+
attr_accessor :app_name
|
|
3032
|
+
|
|
3033
|
+
# Optional. The instance name identifying the 3P app, e.g., "vaissptbots-my".
|
|
3034
|
+
# This is different from the instance_uri which is the full URL of the 3P app e.
|
|
3035
|
+
# g., "https://vaissptbots-my.sharepoint.com".
|
|
3036
|
+
# Corresponds to the JSON property `instanceName`
|
|
3037
|
+
# @return [String]
|
|
3038
|
+
attr_accessor :instance_name
|
|
3039
|
+
|
|
3040
|
+
def initialize(**args)
|
|
3041
|
+
update!(**args)
|
|
3042
|
+
end
|
|
3043
|
+
|
|
3044
|
+
# Update properties of this object
|
|
3045
|
+
def update!(**args)
|
|
3046
|
+
@app_name = args[:app_name] if args.key?(:app_name)
|
|
3047
|
+
@instance_name = args[:instance_name] if args.key?(:instance_name)
|
|
3048
|
+
end
|
|
3049
|
+
end
|
|
3050
|
+
|
|
2824
3051
|
# Stores information regarding the serving configurations at DataStore level.
|
|
2825
3052
|
class GoogleCloudDiscoveryengineV1DataStoreServingConfigDataStore
|
|
2826
3053
|
include Google::Apis::Core::Hashable
|
|
@@ -6595,6 +6822,12 @@ module Google
|
|
|
6595
6822
|
attr_accessor :use_static_secrets
|
|
6596
6823
|
alias_method :use_static_secrets?, :use_static_secrets
|
|
6597
6824
|
|
|
6825
|
+
# Optional. Mapping from operation name to the list of scopes. Only be populated
|
|
6826
|
+
# if there are user specified scopes.
|
|
6827
|
+
# Corresponds to the JSON property `userDefinedScopesMapping`
|
|
6828
|
+
# @return [Hash<String,Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaActionConfigScopeList>]
|
|
6829
|
+
attr_accessor :user_defined_scopes_mapping
|
|
6830
|
+
|
|
6598
6831
|
def initialize(**args)
|
|
6599
6832
|
update!(**args)
|
|
6600
6833
|
end
|
|
@@ -6606,6 +6839,26 @@ module Google
|
|
|
6606
6839
|
@json_action_params = args[:json_action_params] if args.key?(:json_action_params)
|
|
6607
6840
|
@service_name = args[:service_name] if args.key?(:service_name)
|
|
6608
6841
|
@use_static_secrets = args[:use_static_secrets] if args.key?(:use_static_secrets)
|
|
6842
|
+
@user_defined_scopes_mapping = args[:user_defined_scopes_mapping] if args.key?(:user_defined_scopes_mapping)
|
|
6843
|
+
end
|
|
6844
|
+
end
|
|
6845
|
+
|
|
6846
|
+
# Stores a list of scopes.
|
|
6847
|
+
class GoogleCloudDiscoveryengineV1alphaActionConfigScopeList
|
|
6848
|
+
include Google::Apis::Core::Hashable
|
|
6849
|
+
|
|
6850
|
+
# Optional. The list of scopes.
|
|
6851
|
+
# Corresponds to the JSON property `scopes`
|
|
6852
|
+
# @return [Array<String>]
|
|
6853
|
+
attr_accessor :scopes
|
|
6854
|
+
|
|
6855
|
+
def initialize(**args)
|
|
6856
|
+
update!(**args)
|
|
6857
|
+
end
|
|
6858
|
+
|
|
6859
|
+
# Update properties of this object
|
|
6860
|
+
def update!(**args)
|
|
6861
|
+
@scopes = args[:scopes] if args.key?(:scopes)
|
|
6609
6862
|
end
|
|
6610
6863
|
end
|
|
6611
6864
|
|
|
@@ -8903,6 +9156,11 @@ module Google
|
|
|
8903
9156
|
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAnswerReferenceChunkInfo]
|
|
8904
9157
|
attr_accessor :chunk_info
|
|
8905
9158
|
|
|
9159
|
+
# Output only. The search queries that produced this reference.
|
|
9160
|
+
# Corresponds to the JSON property `queries`
|
|
9161
|
+
# @return [Array<String>]
|
|
9162
|
+
attr_accessor :queries
|
|
9163
|
+
|
|
8906
9164
|
# Structured search information.
|
|
8907
9165
|
# Corresponds to the JSON property `structuredDocumentInfo`
|
|
8908
9166
|
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAnswerReferenceStructuredDocumentInfo]
|
|
@@ -8920,6 +9178,7 @@ module Google
|
|
|
8920
9178
|
# Update properties of this object
|
|
8921
9179
|
def update!(**args)
|
|
8922
9180
|
@chunk_info = args[:chunk_info] if args.key?(:chunk_info)
|
|
9181
|
+
@queries = args[:queries] if args.key?(:queries)
|
|
8923
9182
|
@structured_document_info = args[:structured_document_info] if args.key?(:structured_document_info)
|
|
8924
9183
|
@unstructured_document_info = args[:unstructured_document_info] if args.key?(:unstructured_document_info)
|
|
8925
9184
|
end
|
|
@@ -13479,8 +13738,19 @@ module Google
|
|
|
13479
13738
|
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDataProtectionPolicy]
|
|
13480
13739
|
attr_accessor :data_protection_policy
|
|
13481
13740
|
|
|
13482
|
-
# Required. The
|
|
13483
|
-
#
|
|
13741
|
+
# Required. The identifier for the data source. This is a partial list of
|
|
13742
|
+
# supported connectors. Please refer to the [documentation](https://docs.cloud.
|
|
13743
|
+
# google.com/gemini/enterprise/docs/connectors/introduction-to-connectors-and-
|
|
13744
|
+
# data-stores) for the full list of connectors. Supported first-party connectors
|
|
13745
|
+
# include: * `gcs` * `bigquery` * `gcp_fhir` * `google_mail` * `google_drive` * `
|
|
13746
|
+
# google_calendar` * `google_chat` Supported third-party connectors include:
|
|
13747
|
+
# Generally available (GA) connectors: * `onedrive` * `outlook` * `confluence` *
|
|
13748
|
+
# `jira` * `servicenow` * `sharepoint` Preview connectors: * `asana` * `
|
|
13749
|
+
# azure_active_directory` * `box` * `canva` * `confluence_server` * `
|
|
13750
|
+
# custom_connector` * `docusign` * `dropbox` * `dynamics365` * `github` * `
|
|
13751
|
+
# gitlab` * `hubspot` * `jira_server` * `linear` * `native_cloud_identity` * `
|
|
13752
|
+
# notion` * `okta` * `pagerduty` * `peoplesoft` * `salesforce` * `shopify` * `
|
|
13753
|
+
# slack` * `snowflake` * `teams` * `trello` * `workday` * `zendesk`
|
|
13484
13754
|
# Corresponds to the JSON property `dataSource`
|
|
13485
13755
|
# @return [String]
|
|
13486
13756
|
attr_accessor :data_source
|
|
@@ -14050,6 +14320,11 @@ module Google
|
|
|
14050
14320
|
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfig]
|
|
14051
14321
|
attr_accessor :document_processing_config
|
|
14052
14322
|
|
|
14323
|
+
# Stores information for federated search.
|
|
14324
|
+
# Corresponds to the JSON property `federatedSearchConfig`
|
|
14325
|
+
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfig]
|
|
14326
|
+
attr_accessor :federated_search_config
|
|
14327
|
+
|
|
14053
14328
|
# Config to data store for `HEALTHCARE_FHIR` vertical.
|
|
14054
14329
|
# Corresponds to the JSON property `healthcareFhirConfig`
|
|
14055
14330
|
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaHealthcareFhirConfig]
|
|
@@ -14145,6 +14420,7 @@ module Google
|
|
|
14145
14420
|
@default_schema_id = args[:default_schema_id] if args.key?(:default_schema_id)
|
|
14146
14421
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
14147
14422
|
@document_processing_config = args[:document_processing_config] if args.key?(:document_processing_config)
|
|
14423
|
+
@federated_search_config = args[:federated_search_config] if args.key?(:federated_search_config)
|
|
14148
14424
|
@healthcare_fhir_config = args[:healthcare_fhir_config] if args.key?(:healthcare_fhir_config)
|
|
14149
14425
|
@identity_mapping_store = args[:identity_mapping_store] if args.key?(:identity_mapping_store)
|
|
14150
14426
|
@idp_config = args[:idp_config] if args.key?(:idp_config)
|
|
@@ -14210,6 +14486,190 @@ module Google
|
|
|
14210
14486
|
end
|
|
14211
14487
|
end
|
|
14212
14488
|
|
|
14489
|
+
# Stores information for federated search.
|
|
14490
|
+
class GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfig
|
|
14491
|
+
include Google::Apis::Core::Hashable
|
|
14492
|
+
|
|
14493
|
+
# Stores information for connecting to AlloyDB.
|
|
14494
|
+
# Corresponds to the JSON property `alloyDbConfig`
|
|
14495
|
+
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfig]
|
|
14496
|
+
attr_accessor :alloy_db_config
|
|
14497
|
+
|
|
14498
|
+
# Config for connecting to NotebookLM Enterprise.
|
|
14499
|
+
# Corresponds to the JSON property `notebooklmConfig`
|
|
14500
|
+
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigNotebooklmConfig]
|
|
14501
|
+
attr_accessor :notebooklm_config
|
|
14502
|
+
|
|
14503
|
+
# Stores information for third party applicationOAuth.
|
|
14504
|
+
# Corresponds to the JSON property `thirdPartyOauthConfig`
|
|
14505
|
+
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigThirdPartyOauthConfig]
|
|
14506
|
+
attr_accessor :third_party_oauth_config
|
|
14507
|
+
|
|
14508
|
+
def initialize(**args)
|
|
14509
|
+
update!(**args)
|
|
14510
|
+
end
|
|
14511
|
+
|
|
14512
|
+
# Update properties of this object
|
|
14513
|
+
def update!(**args)
|
|
14514
|
+
@alloy_db_config = args[:alloy_db_config] if args.key?(:alloy_db_config)
|
|
14515
|
+
@notebooklm_config = args[:notebooklm_config] if args.key?(:notebooklm_config)
|
|
14516
|
+
@third_party_oauth_config = args[:third_party_oauth_config] if args.key?(:third_party_oauth_config)
|
|
14517
|
+
end
|
|
14518
|
+
end
|
|
14519
|
+
|
|
14520
|
+
# Stores information for connecting to AlloyDB.
|
|
14521
|
+
class GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfig
|
|
14522
|
+
include Google::Apis::Core::Hashable
|
|
14523
|
+
|
|
14524
|
+
# Configuration for AlloyDB AI Natural Language.
|
|
14525
|
+
# Corresponds to the JSON property `alloydbAiNlConfig`
|
|
14526
|
+
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbAiNaturalLanguageConfig]
|
|
14527
|
+
attr_accessor :alloydb_ai_nl_config
|
|
14528
|
+
|
|
14529
|
+
# Configuration for connecting to AlloyDB.
|
|
14530
|
+
# Corresponds to the JSON property `alloydbConnectionConfig`
|
|
14531
|
+
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbConnectionConfig]
|
|
14532
|
+
attr_accessor :alloydb_connection_config
|
|
14533
|
+
|
|
14534
|
+
# Optional. Fields to be returned in the search results. If empty, all fields
|
|
14535
|
+
# will be returned.
|
|
14536
|
+
# Corresponds to the JSON property `returnedFields`
|
|
14537
|
+
# @return [Array<String>]
|
|
14538
|
+
attr_accessor :returned_fields
|
|
14539
|
+
|
|
14540
|
+
def initialize(**args)
|
|
14541
|
+
update!(**args)
|
|
14542
|
+
end
|
|
14543
|
+
|
|
14544
|
+
# Update properties of this object
|
|
14545
|
+
def update!(**args)
|
|
14546
|
+
@alloydb_ai_nl_config = args[:alloydb_ai_nl_config] if args.key?(:alloydb_ai_nl_config)
|
|
14547
|
+
@alloydb_connection_config = args[:alloydb_connection_config] if args.key?(:alloydb_connection_config)
|
|
14548
|
+
@returned_fields = args[:returned_fields] if args.key?(:returned_fields)
|
|
14549
|
+
end
|
|
14550
|
+
end
|
|
14551
|
+
|
|
14552
|
+
# Configuration for AlloyDB AI Natural Language.
|
|
14553
|
+
class GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbAiNaturalLanguageConfig
|
|
14554
|
+
include Google::Apis::Core::Hashable
|
|
14555
|
+
|
|
14556
|
+
# Optional. AlloyDb AI NL config id, i.e. the value that was used for calling `
|
|
14557
|
+
# SELECT alloydb_ai_nl.g_create_configuration(...)`. Can be empty.
|
|
14558
|
+
# Corresponds to the JSON property `nlConfigId`
|
|
14559
|
+
# @return [String]
|
|
14560
|
+
attr_accessor :nl_config_id
|
|
14561
|
+
|
|
14562
|
+
def initialize(**args)
|
|
14563
|
+
update!(**args)
|
|
14564
|
+
end
|
|
14565
|
+
|
|
14566
|
+
# Update properties of this object
|
|
14567
|
+
def update!(**args)
|
|
14568
|
+
@nl_config_id = args[:nl_config_id] if args.key?(:nl_config_id)
|
|
14569
|
+
end
|
|
14570
|
+
end
|
|
14571
|
+
|
|
14572
|
+
# Configuration for connecting to AlloyDB.
|
|
14573
|
+
class GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbConnectionConfig
|
|
14574
|
+
include Google::Apis::Core::Hashable
|
|
14575
|
+
|
|
14576
|
+
# Optional. Auth mode.
|
|
14577
|
+
# Corresponds to the JSON property `authMode`
|
|
14578
|
+
# @return [String]
|
|
14579
|
+
attr_accessor :auth_mode
|
|
14580
|
+
|
|
14581
|
+
# Required. The AlloyDB database to connect to.
|
|
14582
|
+
# Corresponds to the JSON property `database`
|
|
14583
|
+
# @return [String]
|
|
14584
|
+
attr_accessor :database
|
|
14585
|
+
|
|
14586
|
+
# Optional. If true, enable PSVS for AlloyDB.
|
|
14587
|
+
# Corresponds to the JSON property `enablePsvs`
|
|
14588
|
+
# @return [Boolean]
|
|
14589
|
+
attr_accessor :enable_psvs
|
|
14590
|
+
alias_method :enable_psvs?, :enable_psvs
|
|
14591
|
+
|
|
14592
|
+
# Required. The AlloyDB instance to connect to.
|
|
14593
|
+
# Corresponds to the JSON property `instance`
|
|
14594
|
+
# @return [String]
|
|
14595
|
+
attr_accessor :instance
|
|
14596
|
+
|
|
14597
|
+
# Required. Database password. If auth_mode = END_USER_ACCOUNT, it can be unset.
|
|
14598
|
+
# In that case, the password will be inferred on the AlloyDB side, based on the
|
|
14599
|
+
# authenticated user.
|
|
14600
|
+
# Corresponds to the JSON property `password`
|
|
14601
|
+
# @return [String]
|
|
14602
|
+
attr_accessor :password
|
|
14603
|
+
|
|
14604
|
+
# Required. Database user. If auth_mode = END_USER_ACCOUNT, it can be unset. In
|
|
14605
|
+
# that case, the user will be inferred on the AlloyDB side, based on the
|
|
14606
|
+
# authenticated user.
|
|
14607
|
+
# Corresponds to the JSON property `user`
|
|
14608
|
+
# @return [String]
|
|
14609
|
+
attr_accessor :user
|
|
14610
|
+
|
|
14611
|
+
def initialize(**args)
|
|
14612
|
+
update!(**args)
|
|
14613
|
+
end
|
|
14614
|
+
|
|
14615
|
+
# Update properties of this object
|
|
14616
|
+
def update!(**args)
|
|
14617
|
+
@auth_mode = args[:auth_mode] if args.key?(:auth_mode)
|
|
14618
|
+
@database = args[:database] if args.key?(:database)
|
|
14619
|
+
@enable_psvs = args[:enable_psvs] if args.key?(:enable_psvs)
|
|
14620
|
+
@instance = args[:instance] if args.key?(:instance)
|
|
14621
|
+
@password = args[:password] if args.key?(:password)
|
|
14622
|
+
@user = args[:user] if args.key?(:user)
|
|
14623
|
+
end
|
|
14624
|
+
end
|
|
14625
|
+
|
|
14626
|
+
# Config for connecting to NotebookLM Enterprise.
|
|
14627
|
+
class GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigNotebooklmConfig
|
|
14628
|
+
include Google::Apis::Core::Hashable
|
|
14629
|
+
|
|
14630
|
+
# Required. Search config name. Format: projects/*/locations/global/
|
|
14631
|
+
# notebookLmSearchConfigs/*
|
|
14632
|
+
# Corresponds to the JSON property `searchConfig`
|
|
14633
|
+
# @return [String]
|
|
14634
|
+
attr_accessor :search_config
|
|
14635
|
+
|
|
14636
|
+
def initialize(**args)
|
|
14637
|
+
update!(**args)
|
|
14638
|
+
end
|
|
14639
|
+
|
|
14640
|
+
# Update properties of this object
|
|
14641
|
+
def update!(**args)
|
|
14642
|
+
@search_config = args[:search_config] if args.key?(:search_config)
|
|
14643
|
+
end
|
|
14644
|
+
end
|
|
14645
|
+
|
|
14646
|
+
# Stores information for third party applicationOAuth.
|
|
14647
|
+
class GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigThirdPartyOauthConfig
|
|
14648
|
+
include Google::Apis::Core::Hashable
|
|
14649
|
+
|
|
14650
|
+
# Optional. The type of the application. E.g., "jira", "box", etc.
|
|
14651
|
+
# Corresponds to the JSON property `appName`
|
|
14652
|
+
# @return [String]
|
|
14653
|
+
attr_accessor :app_name
|
|
14654
|
+
|
|
14655
|
+
# Optional. The instance name identifying the 3P app, e.g., "vaissptbots-my".
|
|
14656
|
+
# This is different from the instance_uri which is the full URL of the 3P app e.
|
|
14657
|
+
# g., "https://vaissptbots-my.sharepoint.com".
|
|
14658
|
+
# Corresponds to the JSON property `instanceName`
|
|
14659
|
+
# @return [String]
|
|
14660
|
+
attr_accessor :instance_name
|
|
14661
|
+
|
|
14662
|
+
def initialize(**args)
|
|
14663
|
+
update!(**args)
|
|
14664
|
+
end
|
|
14665
|
+
|
|
14666
|
+
# Update properties of this object
|
|
14667
|
+
def update!(**args)
|
|
14668
|
+
@app_name = args[:app_name] if args.key?(:app_name)
|
|
14669
|
+
@instance_name = args[:instance_name] if args.key?(:instance_name)
|
|
14670
|
+
end
|
|
14671
|
+
end
|
|
14672
|
+
|
|
14213
14673
|
# Stores information regarding the serving configurations at DataStore level.
|
|
14214
14674
|
class GoogleCloudDiscoveryengineV1alphaDataStoreServingConfigDataStore
|
|
14215
14675
|
include Google::Apis::Core::Hashable
|
|
@@ -22872,17 +23332,12 @@ module Google
|
|
|
22872
23332
|
# be interpreted as "How did Alphabet do in 2023?". Example #2 (coordination
|
|
22873
23333
|
# between /search API calls and /answer API calls): Call /answer API with the
|
|
22874
23334
|
# session ID generated in the first call. Here, the answer generation happens in
|
|
22875
|
-
# the context of the search results from the first search call.
|
|
22876
|
-
# Search feature is currently at private GA stage. Please use v1alpha or v1beta
|
|
22877
|
-
# version instead before we launch this feature to public GA. Or ask for
|
|
22878
|
-
# allowlisting through Google Support team.
|
|
23335
|
+
# the context of the search results from the first search call.
|
|
22879
23336
|
# Corresponds to the JSON property `session`
|
|
22880
23337
|
# @return [String]
|
|
22881
23338
|
attr_accessor :session
|
|
22882
23339
|
|
|
22883
|
-
# Session specification.
|
|
22884
|
-
# stage. Please use v1alpha or v1beta version instead before we launch this
|
|
22885
|
-
# feature to public GA. Or ask for allowlisting through Google Support team.
|
|
23340
|
+
# Session specification.
|
|
22886
23341
|
# Corresponds to the JSON property `sessionSpec`
|
|
22887
23342
|
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestSessionSpec]
|
|
22888
23343
|
attr_accessor :session_spec
|
|
@@ -24060,9 +24515,7 @@ module Google
|
|
|
24060
24515
|
end
|
|
24061
24516
|
end
|
|
24062
24517
|
|
|
24063
|
-
# Session specification.
|
|
24064
|
-
# stage. Please use v1alpha or v1beta version instead before we launch this
|
|
24065
|
-
# feature to public GA. Or ask for allowlisting through Google Support team.
|
|
24518
|
+
# Session specification.
|
|
24066
24519
|
class GoogleCloudDiscoveryengineV1alphaSearchRequestSessionSpec
|
|
24067
24520
|
include Google::Apis::Core::Hashable
|
|
24068
24521
|
|
|
@@ -27010,6 +27463,14 @@ module Google
|
|
|
27010
27463
|
# @return [String]
|
|
27011
27464
|
attr_accessor :engine
|
|
27012
27465
|
|
|
27466
|
+
# Optional. Represents the entity for customers that may run multiple different
|
|
27467
|
+
# entities, domains, sites or regions, for example, `Google US`, `Google Ads`, `
|
|
27468
|
+
# Waymo`, `google.com`, `youtube.com`, etc. We recommend that you set `entity`
|
|
27469
|
+
# to get better per-entity search, completion, and prediction results.
|
|
27470
|
+
# Corresponds to the JSON property `entity`
|
|
27471
|
+
# @return [String]
|
|
27472
|
+
attr_accessor :entity
|
|
27473
|
+
|
|
27013
27474
|
# Only required for UserEventService.ImportUserEvents method. Timestamp of when
|
|
27014
27475
|
# the user event happened.
|
|
27015
27476
|
# Corresponds to the JSON property `eventTime`
|
|
@@ -27129,6 +27590,7 @@ module Google
|
|
|
27129
27590
|
@direct_user_request = args[:direct_user_request] if args.key?(:direct_user_request)
|
|
27130
27591
|
@documents = args[:documents] if args.key?(:documents)
|
|
27131
27592
|
@engine = args[:engine] if args.key?(:engine)
|
|
27593
|
+
@entity = args[:entity] if args.key?(:entity)
|
|
27132
27594
|
@event_time = args[:event_time] if args.key?(:event_time)
|
|
27133
27595
|
@event_type = args[:event_type] if args.key?(:event_type)
|
|
27134
27596
|
@filter = args[:filter] if args.key?(:filter)
|
|
@@ -27170,6 +27632,9 @@ module Google
|
|
|
27170
27632
|
# This mixes the event history of those users together, which results in
|
|
27171
27633
|
# degraded model quality. The field must be a UTF-8 encoded string with a length
|
|
27172
27634
|
# limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.
|
|
27635
|
+
# Represents an opaque ID to the Search API. The Search API doesn't interpret
|
|
27636
|
+
# the value in any way. This field is used to associate events with a user
|
|
27637
|
+
# across sessions if the events are being uploaded.
|
|
27173
27638
|
# Corresponds to the JSON property `userId`
|
|
27174
27639
|
# @return [String]
|
|
27175
27640
|
attr_accessor :user_id
|
|
@@ -29338,6 +29803,11 @@ module Google
|
|
|
29338
29803
|
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfig]
|
|
29339
29804
|
attr_accessor :document_processing_config
|
|
29340
29805
|
|
|
29806
|
+
# Stores information for federated search.
|
|
29807
|
+
# Corresponds to the JSON property `federatedSearchConfig`
|
|
29808
|
+
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfig]
|
|
29809
|
+
attr_accessor :federated_search_config
|
|
29810
|
+
|
|
29341
29811
|
# Config to data store for `HEALTHCARE_FHIR` vertical.
|
|
29342
29812
|
# Corresponds to the JSON property `healthcareFhirConfig`
|
|
29343
29813
|
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaHealthcareFhirConfig]
|
|
@@ -29428,6 +29898,7 @@ module Google
|
|
|
29428
29898
|
@default_schema_id = args[:default_schema_id] if args.key?(:default_schema_id)
|
|
29429
29899
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
29430
29900
|
@document_processing_config = args[:document_processing_config] if args.key?(:document_processing_config)
|
|
29901
|
+
@federated_search_config = args[:federated_search_config] if args.key?(:federated_search_config)
|
|
29431
29902
|
@healthcare_fhir_config = args[:healthcare_fhir_config] if args.key?(:healthcare_fhir_config)
|
|
29432
29903
|
@identity_mapping_store = args[:identity_mapping_store] if args.key?(:identity_mapping_store)
|
|
29433
29904
|
@industry_vertical = args[:industry_vertical] if args.key?(:industry_vertical)
|
|
@@ -29492,6 +29963,190 @@ module Google
|
|
|
29492
29963
|
end
|
|
29493
29964
|
end
|
|
29494
29965
|
|
|
29966
|
+
# Stores information for federated search.
|
|
29967
|
+
class GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfig
|
|
29968
|
+
include Google::Apis::Core::Hashable
|
|
29969
|
+
|
|
29970
|
+
# Stores information for connecting to AlloyDB.
|
|
29971
|
+
# Corresponds to the JSON property `alloyDbConfig`
|
|
29972
|
+
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigAlloyDbConfig]
|
|
29973
|
+
attr_accessor :alloy_db_config
|
|
29974
|
+
|
|
29975
|
+
# Config for connecting to NotebookLM Enterprise.
|
|
29976
|
+
# Corresponds to the JSON property `notebooklmConfig`
|
|
29977
|
+
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigNotebooklmConfig]
|
|
29978
|
+
attr_accessor :notebooklm_config
|
|
29979
|
+
|
|
29980
|
+
# Stores information for third party applicationOAuth.
|
|
29981
|
+
# Corresponds to the JSON property `thirdPartyOauthConfig`
|
|
29982
|
+
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigThirdPartyOauthConfig]
|
|
29983
|
+
attr_accessor :third_party_oauth_config
|
|
29984
|
+
|
|
29985
|
+
def initialize(**args)
|
|
29986
|
+
update!(**args)
|
|
29987
|
+
end
|
|
29988
|
+
|
|
29989
|
+
# Update properties of this object
|
|
29990
|
+
def update!(**args)
|
|
29991
|
+
@alloy_db_config = args[:alloy_db_config] if args.key?(:alloy_db_config)
|
|
29992
|
+
@notebooklm_config = args[:notebooklm_config] if args.key?(:notebooklm_config)
|
|
29993
|
+
@third_party_oauth_config = args[:third_party_oauth_config] if args.key?(:third_party_oauth_config)
|
|
29994
|
+
end
|
|
29995
|
+
end
|
|
29996
|
+
|
|
29997
|
+
# Stores information for connecting to AlloyDB.
|
|
29998
|
+
class GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigAlloyDbConfig
|
|
29999
|
+
include Google::Apis::Core::Hashable
|
|
30000
|
+
|
|
30001
|
+
# Configuration for AlloyDB AI Natural Language.
|
|
30002
|
+
# Corresponds to the JSON property `alloydbAiNlConfig`
|
|
30003
|
+
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbAiNaturalLanguageConfig]
|
|
30004
|
+
attr_accessor :alloydb_ai_nl_config
|
|
30005
|
+
|
|
30006
|
+
# Configuration for connecting to AlloyDB.
|
|
30007
|
+
# Corresponds to the JSON property `alloydbConnectionConfig`
|
|
30008
|
+
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbConnectionConfig]
|
|
30009
|
+
attr_accessor :alloydb_connection_config
|
|
30010
|
+
|
|
30011
|
+
# Optional. Fields to be returned in the search results. If empty, all fields
|
|
30012
|
+
# will be returned.
|
|
30013
|
+
# Corresponds to the JSON property `returnedFields`
|
|
30014
|
+
# @return [Array<String>]
|
|
30015
|
+
attr_accessor :returned_fields
|
|
30016
|
+
|
|
30017
|
+
def initialize(**args)
|
|
30018
|
+
update!(**args)
|
|
30019
|
+
end
|
|
30020
|
+
|
|
30021
|
+
# Update properties of this object
|
|
30022
|
+
def update!(**args)
|
|
30023
|
+
@alloydb_ai_nl_config = args[:alloydb_ai_nl_config] if args.key?(:alloydb_ai_nl_config)
|
|
30024
|
+
@alloydb_connection_config = args[:alloydb_connection_config] if args.key?(:alloydb_connection_config)
|
|
30025
|
+
@returned_fields = args[:returned_fields] if args.key?(:returned_fields)
|
|
30026
|
+
end
|
|
30027
|
+
end
|
|
30028
|
+
|
|
30029
|
+
# Configuration for AlloyDB AI Natural Language.
|
|
30030
|
+
class GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbAiNaturalLanguageConfig
|
|
30031
|
+
include Google::Apis::Core::Hashable
|
|
30032
|
+
|
|
30033
|
+
# Optional. AlloyDb AI NL config id, i.e. the value that was used for calling `
|
|
30034
|
+
# SELECT alloydb_ai_nl.g_create_configuration(...)`. Can be empty.
|
|
30035
|
+
# Corresponds to the JSON property `nlConfigId`
|
|
30036
|
+
# @return [String]
|
|
30037
|
+
attr_accessor :nl_config_id
|
|
30038
|
+
|
|
30039
|
+
def initialize(**args)
|
|
30040
|
+
update!(**args)
|
|
30041
|
+
end
|
|
30042
|
+
|
|
30043
|
+
# Update properties of this object
|
|
30044
|
+
def update!(**args)
|
|
30045
|
+
@nl_config_id = args[:nl_config_id] if args.key?(:nl_config_id)
|
|
30046
|
+
end
|
|
30047
|
+
end
|
|
30048
|
+
|
|
30049
|
+
# Configuration for connecting to AlloyDB.
|
|
30050
|
+
class GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbConnectionConfig
|
|
30051
|
+
include Google::Apis::Core::Hashable
|
|
30052
|
+
|
|
30053
|
+
# Optional. Auth mode.
|
|
30054
|
+
# Corresponds to the JSON property `authMode`
|
|
30055
|
+
# @return [String]
|
|
30056
|
+
attr_accessor :auth_mode
|
|
30057
|
+
|
|
30058
|
+
# Required. The AlloyDB database to connect to.
|
|
30059
|
+
# Corresponds to the JSON property `database`
|
|
30060
|
+
# @return [String]
|
|
30061
|
+
attr_accessor :database
|
|
30062
|
+
|
|
30063
|
+
# Optional. If true, enable PSVS for AlloyDB.
|
|
30064
|
+
# Corresponds to the JSON property `enablePsvs`
|
|
30065
|
+
# @return [Boolean]
|
|
30066
|
+
attr_accessor :enable_psvs
|
|
30067
|
+
alias_method :enable_psvs?, :enable_psvs
|
|
30068
|
+
|
|
30069
|
+
# Required. The AlloyDB instance to connect to.
|
|
30070
|
+
# Corresponds to the JSON property `instance`
|
|
30071
|
+
# @return [String]
|
|
30072
|
+
attr_accessor :instance
|
|
30073
|
+
|
|
30074
|
+
# Required. Database password. If auth_mode = END_USER_ACCOUNT, it can be unset.
|
|
30075
|
+
# In that case, the password will be inferred on the AlloyDB side, based on the
|
|
30076
|
+
# authenticated user.
|
|
30077
|
+
# Corresponds to the JSON property `password`
|
|
30078
|
+
# @return [String]
|
|
30079
|
+
attr_accessor :password
|
|
30080
|
+
|
|
30081
|
+
# Required. Database user. If auth_mode = END_USER_ACCOUNT, it can be unset. In
|
|
30082
|
+
# that case, the user will be inferred on the AlloyDB side, based on the
|
|
30083
|
+
# authenticated user.
|
|
30084
|
+
# Corresponds to the JSON property `user`
|
|
30085
|
+
# @return [String]
|
|
30086
|
+
attr_accessor :user
|
|
30087
|
+
|
|
30088
|
+
def initialize(**args)
|
|
30089
|
+
update!(**args)
|
|
30090
|
+
end
|
|
30091
|
+
|
|
30092
|
+
# Update properties of this object
|
|
30093
|
+
def update!(**args)
|
|
30094
|
+
@auth_mode = args[:auth_mode] if args.key?(:auth_mode)
|
|
30095
|
+
@database = args[:database] if args.key?(:database)
|
|
30096
|
+
@enable_psvs = args[:enable_psvs] if args.key?(:enable_psvs)
|
|
30097
|
+
@instance = args[:instance] if args.key?(:instance)
|
|
30098
|
+
@password = args[:password] if args.key?(:password)
|
|
30099
|
+
@user = args[:user] if args.key?(:user)
|
|
30100
|
+
end
|
|
30101
|
+
end
|
|
30102
|
+
|
|
30103
|
+
# Config for connecting to NotebookLM Enterprise.
|
|
30104
|
+
class GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigNotebooklmConfig
|
|
30105
|
+
include Google::Apis::Core::Hashable
|
|
30106
|
+
|
|
30107
|
+
# Required. Search config name. Format: projects/*/locations/global/
|
|
30108
|
+
# notebookLmSearchConfigs/*
|
|
30109
|
+
# Corresponds to the JSON property `searchConfig`
|
|
30110
|
+
# @return [String]
|
|
30111
|
+
attr_accessor :search_config
|
|
30112
|
+
|
|
30113
|
+
def initialize(**args)
|
|
30114
|
+
update!(**args)
|
|
30115
|
+
end
|
|
30116
|
+
|
|
30117
|
+
# Update properties of this object
|
|
30118
|
+
def update!(**args)
|
|
30119
|
+
@search_config = args[:search_config] if args.key?(:search_config)
|
|
30120
|
+
end
|
|
30121
|
+
end
|
|
30122
|
+
|
|
30123
|
+
# Stores information for third party applicationOAuth.
|
|
30124
|
+
class GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigThirdPartyOauthConfig
|
|
30125
|
+
include Google::Apis::Core::Hashable
|
|
30126
|
+
|
|
30127
|
+
# Optional. The type of the application. E.g., "jira", "box", etc.
|
|
30128
|
+
# Corresponds to the JSON property `appName`
|
|
30129
|
+
# @return [String]
|
|
30130
|
+
attr_accessor :app_name
|
|
30131
|
+
|
|
30132
|
+
# Optional. The instance name identifying the 3P app, e.g., "vaissptbots-my".
|
|
30133
|
+
# This is different from the instance_uri which is the full URL of the 3P app e.
|
|
30134
|
+
# g., "https://vaissptbots-my.sharepoint.com".
|
|
30135
|
+
# Corresponds to the JSON property `instanceName`
|
|
30136
|
+
# @return [String]
|
|
30137
|
+
attr_accessor :instance_name
|
|
30138
|
+
|
|
30139
|
+
def initialize(**args)
|
|
30140
|
+
update!(**args)
|
|
30141
|
+
end
|
|
30142
|
+
|
|
30143
|
+
# Update properties of this object
|
|
30144
|
+
def update!(**args)
|
|
30145
|
+
@app_name = args[:app_name] if args.key?(:app_name)
|
|
30146
|
+
@instance_name = args[:instance_name] if args.key?(:instance_name)
|
|
30147
|
+
end
|
|
30148
|
+
end
|
|
30149
|
+
|
|
29495
30150
|
# Stores information regarding the serving configurations at DataStore level.
|
|
29496
30151
|
class GoogleCloudDiscoveryengineV1betaDataStoreServingConfigDataStore
|
|
29497
30152
|
include Google::Apis::Core::Hashable
|
|
@@ -32565,17 +33220,12 @@ module Google
|
|
|
32565
33220
|
# be interpreted as "How did Alphabet do in 2023?". Example #2 (coordination
|
|
32566
33221
|
# between /search API calls and /answer API calls): Call /answer API with the
|
|
32567
33222
|
# session ID generated in the first call. Here, the answer generation happens in
|
|
32568
|
-
# the context of the search results from the first search call.
|
|
32569
|
-
# Search feature is currently at private GA stage. Please use v1alpha or v1beta
|
|
32570
|
-
# version instead before we launch this feature to public GA. Or ask for
|
|
32571
|
-
# allowlisting through Google Support team.
|
|
33223
|
+
# the context of the search results from the first search call.
|
|
32572
33224
|
# Corresponds to the JSON property `session`
|
|
32573
33225
|
# @return [String]
|
|
32574
33226
|
attr_accessor :session
|
|
32575
33227
|
|
|
32576
|
-
# Session specification.
|
|
32577
|
-
# stage. Please use v1alpha or v1beta version instead before we launch this
|
|
32578
|
-
# feature to public GA. Or ask for allowlisting through Google Support team.
|
|
33228
|
+
# Session specification.
|
|
32579
33229
|
# Corresponds to the JSON property `sessionSpec`
|
|
32580
33230
|
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaSearchRequestSessionSpec]
|
|
32581
33231
|
attr_accessor :session_spec
|
|
@@ -33742,9 +34392,7 @@ module Google
|
|
|
33742
34392
|
end
|
|
33743
34393
|
end
|
|
33744
34394
|
|
|
33745
|
-
# Session specification.
|
|
33746
|
-
# stage. Please use v1alpha or v1beta version instead before we launch this
|
|
33747
|
-
# feature to public GA. Or ask for allowlisting through Google Support team.
|
|
34395
|
+
# Session specification.
|
|
33748
34396
|
class GoogleCloudDiscoveryengineV1betaSearchRequestSessionSpec
|
|
33749
34397
|
include Google::Apis::Core::Hashable
|
|
33750
34398
|
|
|
@@ -34252,6 +34900,9 @@ module Google
|
|
|
34252
34900
|
# This mixes the event history of those users together, which results in
|
|
34253
34901
|
# degraded model quality. The field must be a UTF-8 encoded string with a length
|
|
34254
34902
|
# limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.
|
|
34903
|
+
# Represents an opaque ID to the Search API. The Search API doesn't interpret
|
|
34904
|
+
# the value in any way. This field is used to associate events with a user
|
|
34905
|
+
# across sessions if the events are being uploaded.
|
|
34255
34906
|
# Corresponds to the JSON property `userId`
|
|
34256
34907
|
# @return [String]
|
|
34257
34908
|
attr_accessor :user_id
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DiscoveryengineV1alpha
|
|
18
18
|
# Version of the google-apis-discoveryengine_v1alpha gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.97.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260301"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -142,6 +142,12 @@ module Google
|
|
|
142
142
|
include Google::Apis::Core::JsonObjectSupport
|
|
143
143
|
end
|
|
144
144
|
|
|
145
|
+
class GoogleCloudDiscoveryengineV1ActionConfigScopeList
|
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
147
|
+
|
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
149
|
+
end
|
|
150
|
+
|
|
145
151
|
class GoogleCloudDiscoveryengineV1AdvancedSiteSearchConfig
|
|
146
152
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
147
153
|
|
|
@@ -406,6 +412,42 @@ module Google
|
|
|
406
412
|
include Google::Apis::Core::JsonObjectSupport
|
|
407
413
|
end
|
|
408
414
|
|
|
415
|
+
class GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfig
|
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
417
|
+
|
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
419
|
+
end
|
|
420
|
+
|
|
421
|
+
class GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigAlloyDbConfig
|
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
423
|
+
|
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
425
|
+
end
|
|
426
|
+
|
|
427
|
+
class GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigAlloyDbConfigAlloyDbAiNaturalLanguageConfig
|
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
429
|
+
|
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
431
|
+
end
|
|
432
|
+
|
|
433
|
+
class GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigAlloyDbConfigAlloyDbConnectionConfig
|
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
435
|
+
|
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
437
|
+
end
|
|
438
|
+
|
|
439
|
+
class GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigNotebooklmConfig
|
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
441
|
+
|
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
443
|
+
end
|
|
444
|
+
|
|
445
|
+
class GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigThirdPartyOauthConfig
|
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
447
|
+
|
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
449
|
+
end
|
|
450
|
+
|
|
409
451
|
class GoogleCloudDiscoveryengineV1DataStoreServingConfigDataStore
|
|
410
452
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
411
453
|
|
|
@@ -1018,6 +1060,12 @@ module Google
|
|
|
1018
1060
|
include Google::Apis::Core::JsonObjectSupport
|
|
1019
1061
|
end
|
|
1020
1062
|
|
|
1063
|
+
class GoogleCloudDiscoveryengineV1alphaActionConfigScopeList
|
|
1064
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1065
|
+
|
|
1066
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1067
|
+
end
|
|
1068
|
+
|
|
1021
1069
|
class GoogleCloudDiscoveryengineV1alphaAddPatientFilterRequest
|
|
1022
1070
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1023
1071
|
|
|
@@ -2182,6 +2230,42 @@ module Google
|
|
|
2182
2230
|
include Google::Apis::Core::JsonObjectSupport
|
|
2183
2231
|
end
|
|
2184
2232
|
|
|
2233
|
+
class GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfig
|
|
2234
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2235
|
+
|
|
2236
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2237
|
+
end
|
|
2238
|
+
|
|
2239
|
+
class GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfig
|
|
2240
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2241
|
+
|
|
2242
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2243
|
+
end
|
|
2244
|
+
|
|
2245
|
+
class GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbAiNaturalLanguageConfig
|
|
2246
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2247
|
+
|
|
2248
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2249
|
+
end
|
|
2250
|
+
|
|
2251
|
+
class GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbConnectionConfig
|
|
2252
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2253
|
+
|
|
2254
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2255
|
+
end
|
|
2256
|
+
|
|
2257
|
+
class GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigNotebooklmConfig
|
|
2258
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2259
|
+
|
|
2260
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2261
|
+
end
|
|
2262
|
+
|
|
2263
|
+
class GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigThirdPartyOauthConfig
|
|
2264
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2265
|
+
|
|
2266
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2267
|
+
end
|
|
2268
|
+
|
|
2185
2269
|
class GoogleCloudDiscoveryengineV1alphaDataStoreServingConfigDataStore
|
|
2186
2270
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2187
2271
|
|
|
@@ -4606,6 +4690,42 @@ module Google
|
|
|
4606
4690
|
include Google::Apis::Core::JsonObjectSupport
|
|
4607
4691
|
end
|
|
4608
4692
|
|
|
4693
|
+
class GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfig
|
|
4694
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4695
|
+
|
|
4696
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4697
|
+
end
|
|
4698
|
+
|
|
4699
|
+
class GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigAlloyDbConfig
|
|
4700
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4701
|
+
|
|
4702
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4703
|
+
end
|
|
4704
|
+
|
|
4705
|
+
class GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbAiNaturalLanguageConfig
|
|
4706
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4707
|
+
|
|
4708
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4709
|
+
end
|
|
4710
|
+
|
|
4711
|
+
class GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbConnectionConfig
|
|
4712
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4713
|
+
|
|
4714
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4715
|
+
end
|
|
4716
|
+
|
|
4717
|
+
class GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigNotebooklmConfig
|
|
4718
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4719
|
+
|
|
4720
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4721
|
+
end
|
|
4722
|
+
|
|
4723
|
+
class GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigThirdPartyOauthConfig
|
|
4724
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4725
|
+
|
|
4726
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4727
|
+
end
|
|
4728
|
+
|
|
4609
4729
|
class GoogleCloudDiscoveryengineV1betaDataStoreServingConfigDataStore
|
|
4610
4730
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4611
4731
|
|
|
@@ -5934,6 +6054,15 @@ module Google
|
|
|
5934
6054
|
property :json_action_params, as: 'jsonActionParams'
|
|
5935
6055
|
property :service_name, as: 'serviceName'
|
|
5936
6056
|
property :use_static_secrets, as: 'useStaticSecrets'
|
|
6057
|
+
hash :user_defined_scopes_mapping, as: 'userDefinedScopesMapping', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ActionConfigScopeList, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ActionConfigScopeList::Representation
|
|
6058
|
+
|
|
6059
|
+
end
|
|
6060
|
+
end
|
|
6061
|
+
|
|
6062
|
+
class GoogleCloudDiscoveryengineV1ActionConfigScopeList
|
|
6063
|
+
# @private
|
|
6064
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6065
|
+
collection :scopes, as: 'scopes'
|
|
5937
6066
|
end
|
|
5938
6067
|
end
|
|
5939
6068
|
|
|
@@ -6413,6 +6542,8 @@ module Google
|
|
|
6413
6542
|
property :display_name, as: 'displayName'
|
|
6414
6543
|
property :document_processing_config, as: 'documentProcessingConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DocumentProcessingConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DocumentProcessingConfig::Representation
|
|
6415
6544
|
|
|
6545
|
+
property :federated_search_config, as: 'federatedSearchConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfig::Representation
|
|
6546
|
+
|
|
6416
6547
|
property :healthcare_fhir_config, as: 'healthcareFhirConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1HealthcareFhirConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1HealthcareFhirConfig::Representation
|
|
6417
6548
|
|
|
6418
6549
|
property :identity_mapping_store, as: 'identityMappingStore'
|
|
@@ -6444,6 +6575,63 @@ module Google
|
|
|
6444
6575
|
end
|
|
6445
6576
|
end
|
|
6446
6577
|
|
|
6578
|
+
class GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfig
|
|
6579
|
+
# @private
|
|
6580
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6581
|
+
property :alloy_db_config, as: 'alloyDbConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigAlloyDbConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigAlloyDbConfig::Representation
|
|
6582
|
+
|
|
6583
|
+
property :notebooklm_config, as: 'notebooklmConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigNotebooklmConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigNotebooklmConfig::Representation
|
|
6584
|
+
|
|
6585
|
+
property :third_party_oauth_config, as: 'thirdPartyOauthConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigThirdPartyOauthConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigThirdPartyOauthConfig::Representation
|
|
6586
|
+
|
|
6587
|
+
end
|
|
6588
|
+
end
|
|
6589
|
+
|
|
6590
|
+
class GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigAlloyDbConfig
|
|
6591
|
+
# @private
|
|
6592
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6593
|
+
property :alloydb_ai_nl_config, as: 'alloydbAiNlConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigAlloyDbConfigAlloyDbAiNaturalLanguageConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigAlloyDbConfigAlloyDbAiNaturalLanguageConfig::Representation
|
|
6594
|
+
|
|
6595
|
+
property :alloydb_connection_config, as: 'alloydbConnectionConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigAlloyDbConfigAlloyDbConnectionConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigAlloyDbConfigAlloyDbConnectionConfig::Representation
|
|
6596
|
+
|
|
6597
|
+
collection :returned_fields, as: 'returnedFields'
|
|
6598
|
+
end
|
|
6599
|
+
end
|
|
6600
|
+
|
|
6601
|
+
class GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigAlloyDbConfigAlloyDbAiNaturalLanguageConfig
|
|
6602
|
+
# @private
|
|
6603
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6604
|
+
property :nl_config_id, as: 'nlConfigId'
|
|
6605
|
+
end
|
|
6606
|
+
end
|
|
6607
|
+
|
|
6608
|
+
class GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigAlloyDbConfigAlloyDbConnectionConfig
|
|
6609
|
+
# @private
|
|
6610
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6611
|
+
property :auth_mode, as: 'authMode'
|
|
6612
|
+
property :database, as: 'database'
|
|
6613
|
+
property :enable_psvs, as: 'enablePsvs'
|
|
6614
|
+
property :instance, as: 'instance'
|
|
6615
|
+
property :password, as: 'password'
|
|
6616
|
+
property :user, as: 'user'
|
|
6617
|
+
end
|
|
6618
|
+
end
|
|
6619
|
+
|
|
6620
|
+
class GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigNotebooklmConfig
|
|
6621
|
+
# @private
|
|
6622
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6623
|
+
property :search_config, as: 'searchConfig'
|
|
6624
|
+
end
|
|
6625
|
+
end
|
|
6626
|
+
|
|
6627
|
+
class GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigThirdPartyOauthConfig
|
|
6628
|
+
# @private
|
|
6629
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6630
|
+
property :app_name, as: 'appName'
|
|
6631
|
+
property :instance_name, as: 'instanceName'
|
|
6632
|
+
end
|
|
6633
|
+
end
|
|
6634
|
+
|
|
6447
6635
|
class GoogleCloudDiscoveryengineV1DataStoreServingConfigDataStore
|
|
6448
6636
|
# @private
|
|
6449
6637
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -7438,6 +7626,15 @@ module Google
|
|
|
7438
7626
|
property :json_action_params, as: 'jsonActionParams'
|
|
7439
7627
|
property :service_name, as: 'serviceName'
|
|
7440
7628
|
property :use_static_secrets, as: 'useStaticSecrets'
|
|
7629
|
+
hash :user_defined_scopes_mapping, as: 'userDefinedScopesMapping', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaActionConfigScopeList, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaActionConfigScopeList::Representation
|
|
7630
|
+
|
|
7631
|
+
end
|
|
7632
|
+
end
|
|
7633
|
+
|
|
7634
|
+
class GoogleCloudDiscoveryengineV1alphaActionConfigScopeList
|
|
7635
|
+
# @private
|
|
7636
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7637
|
+
collection :scopes, as: 'scopes'
|
|
7441
7638
|
end
|
|
7442
7639
|
end
|
|
7443
7640
|
|
|
@@ -8094,6 +8291,7 @@ module Google
|
|
|
8094
8291
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8095
8292
|
property :chunk_info, as: 'chunkInfo', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAnswerReferenceChunkInfo, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAnswerReferenceChunkInfo::Representation
|
|
8096
8293
|
|
|
8294
|
+
collection :queries, as: 'queries'
|
|
8097
8295
|
property :structured_document_info, as: 'structuredDocumentInfo', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAnswerReferenceStructuredDocumentInfo, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAnswerReferenceStructuredDocumentInfo::Representation
|
|
8098
8296
|
|
|
8099
8297
|
property :unstructured_document_info, as: 'unstructuredDocumentInfo', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAnswerReferenceUnstructuredDocumentInfo, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAnswerReferenceUnstructuredDocumentInfo::Representation
|
|
@@ -9482,6 +9680,8 @@ module Google
|
|
|
9482
9680
|
property :display_name, as: 'displayName'
|
|
9483
9681
|
property :document_processing_config, as: 'documentProcessingConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfig::Representation
|
|
9484
9682
|
|
|
9683
|
+
property :federated_search_config, as: 'federatedSearchConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfig::Representation
|
|
9684
|
+
|
|
9485
9685
|
property :healthcare_fhir_config, as: 'healthcareFhirConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaHealthcareFhirConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaHealthcareFhirConfig::Representation
|
|
9486
9686
|
|
|
9487
9687
|
property :identity_mapping_store, as: 'identityMappingStore'
|
|
@@ -9517,6 +9717,63 @@ module Google
|
|
|
9517
9717
|
end
|
|
9518
9718
|
end
|
|
9519
9719
|
|
|
9720
|
+
class GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfig
|
|
9721
|
+
# @private
|
|
9722
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9723
|
+
property :alloy_db_config, as: 'alloyDbConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfig::Representation
|
|
9724
|
+
|
|
9725
|
+
property :notebooklm_config, as: 'notebooklmConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigNotebooklmConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigNotebooklmConfig::Representation
|
|
9726
|
+
|
|
9727
|
+
property :third_party_oauth_config, as: 'thirdPartyOauthConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigThirdPartyOauthConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigThirdPartyOauthConfig::Representation
|
|
9728
|
+
|
|
9729
|
+
end
|
|
9730
|
+
end
|
|
9731
|
+
|
|
9732
|
+
class GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfig
|
|
9733
|
+
# @private
|
|
9734
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9735
|
+
property :alloydb_ai_nl_config, as: 'alloydbAiNlConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbAiNaturalLanguageConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbAiNaturalLanguageConfig::Representation
|
|
9736
|
+
|
|
9737
|
+
property :alloydb_connection_config, as: 'alloydbConnectionConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbConnectionConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbConnectionConfig::Representation
|
|
9738
|
+
|
|
9739
|
+
collection :returned_fields, as: 'returnedFields'
|
|
9740
|
+
end
|
|
9741
|
+
end
|
|
9742
|
+
|
|
9743
|
+
class GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbAiNaturalLanguageConfig
|
|
9744
|
+
# @private
|
|
9745
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9746
|
+
property :nl_config_id, as: 'nlConfigId'
|
|
9747
|
+
end
|
|
9748
|
+
end
|
|
9749
|
+
|
|
9750
|
+
class GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbConnectionConfig
|
|
9751
|
+
# @private
|
|
9752
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9753
|
+
property :auth_mode, as: 'authMode'
|
|
9754
|
+
property :database, as: 'database'
|
|
9755
|
+
property :enable_psvs, as: 'enablePsvs'
|
|
9756
|
+
property :instance, as: 'instance'
|
|
9757
|
+
property :password, as: 'password'
|
|
9758
|
+
property :user, as: 'user'
|
|
9759
|
+
end
|
|
9760
|
+
end
|
|
9761
|
+
|
|
9762
|
+
class GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigNotebooklmConfig
|
|
9763
|
+
# @private
|
|
9764
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9765
|
+
property :search_config, as: 'searchConfig'
|
|
9766
|
+
end
|
|
9767
|
+
end
|
|
9768
|
+
|
|
9769
|
+
class GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigThirdPartyOauthConfig
|
|
9770
|
+
# @private
|
|
9771
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9772
|
+
property :app_name, as: 'appName'
|
|
9773
|
+
property :instance_name, as: 'instanceName'
|
|
9774
|
+
end
|
|
9775
|
+
end
|
|
9776
|
+
|
|
9520
9777
|
class GoogleCloudDiscoveryengineV1alphaDataStoreServingConfigDataStore
|
|
9521
9778
|
# @private
|
|
9522
9779
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -13022,6 +13279,7 @@ module Google
|
|
|
13022
13279
|
collection :documents, as: 'documents', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDocumentInfo, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDocumentInfo::Representation
|
|
13023
13280
|
|
|
13024
13281
|
property :engine, as: 'engine'
|
|
13282
|
+
property :entity, as: 'entity'
|
|
13025
13283
|
property :event_time, as: 'eventTime'
|
|
13026
13284
|
property :event_type, as: 'eventType'
|
|
13027
13285
|
property :filter, as: 'filter'
|
|
@@ -13596,6 +13854,8 @@ module Google
|
|
|
13596
13854
|
property :display_name, as: 'displayName'
|
|
13597
13855
|
property :document_processing_config, as: 'documentProcessingConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfig::Representation
|
|
13598
13856
|
|
|
13857
|
+
property :federated_search_config, as: 'federatedSearchConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfig::Representation
|
|
13858
|
+
|
|
13599
13859
|
property :healthcare_fhir_config, as: 'healthcareFhirConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaHealthcareFhirConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaHealthcareFhirConfig::Representation
|
|
13600
13860
|
|
|
13601
13861
|
property :identity_mapping_store, as: 'identityMappingStore'
|
|
@@ -13629,6 +13889,63 @@ module Google
|
|
|
13629
13889
|
end
|
|
13630
13890
|
end
|
|
13631
13891
|
|
|
13892
|
+
class GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfig
|
|
13893
|
+
# @private
|
|
13894
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13895
|
+
property :alloy_db_config, as: 'alloyDbConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigAlloyDbConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigAlloyDbConfig::Representation
|
|
13896
|
+
|
|
13897
|
+
property :notebooklm_config, as: 'notebooklmConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigNotebooklmConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigNotebooklmConfig::Representation
|
|
13898
|
+
|
|
13899
|
+
property :third_party_oauth_config, as: 'thirdPartyOauthConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigThirdPartyOauthConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigThirdPartyOauthConfig::Representation
|
|
13900
|
+
|
|
13901
|
+
end
|
|
13902
|
+
end
|
|
13903
|
+
|
|
13904
|
+
class GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigAlloyDbConfig
|
|
13905
|
+
# @private
|
|
13906
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13907
|
+
property :alloydb_ai_nl_config, as: 'alloydbAiNlConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbAiNaturalLanguageConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbAiNaturalLanguageConfig::Representation
|
|
13908
|
+
|
|
13909
|
+
property :alloydb_connection_config, as: 'alloydbConnectionConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbConnectionConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbConnectionConfig::Representation
|
|
13910
|
+
|
|
13911
|
+
collection :returned_fields, as: 'returnedFields'
|
|
13912
|
+
end
|
|
13913
|
+
end
|
|
13914
|
+
|
|
13915
|
+
class GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbAiNaturalLanguageConfig
|
|
13916
|
+
# @private
|
|
13917
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13918
|
+
property :nl_config_id, as: 'nlConfigId'
|
|
13919
|
+
end
|
|
13920
|
+
end
|
|
13921
|
+
|
|
13922
|
+
class GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbConnectionConfig
|
|
13923
|
+
# @private
|
|
13924
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13925
|
+
property :auth_mode, as: 'authMode'
|
|
13926
|
+
property :database, as: 'database'
|
|
13927
|
+
property :enable_psvs, as: 'enablePsvs'
|
|
13928
|
+
property :instance, as: 'instance'
|
|
13929
|
+
property :password, as: 'password'
|
|
13930
|
+
property :user, as: 'user'
|
|
13931
|
+
end
|
|
13932
|
+
end
|
|
13933
|
+
|
|
13934
|
+
class GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigNotebooklmConfig
|
|
13935
|
+
# @private
|
|
13936
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13937
|
+
property :search_config, as: 'searchConfig'
|
|
13938
|
+
end
|
|
13939
|
+
end
|
|
13940
|
+
|
|
13941
|
+
class GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigThirdPartyOauthConfig
|
|
13942
|
+
# @private
|
|
13943
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13944
|
+
property :app_name, as: 'appName'
|
|
13945
|
+
property :instance_name, as: 'instanceName'
|
|
13946
|
+
end
|
|
13947
|
+
end
|
|
13948
|
+
|
|
13632
13949
|
class GoogleCloudDiscoveryengineV1betaDataStoreServingConfigDataStore
|
|
13633
13950
|
# @private
|
|
13634
13951
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-discoveryengine_v1alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.97.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1alpha/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1alpha/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1alpha/v0.97.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1alpha
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|