google-apis-discoveryengine_v1alpha 0.77.0 → 0.79.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/discoveryengine_v1alpha/classes.rb +776 -49
- data/lib/google/apis/discoveryengine_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1alpha/representations.rb +273 -0
- data/lib/google/apis/discoveryengine_v1alpha/service.rb +402 -18
- metadata +2 -2
|
@@ -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.79.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 = "20250929"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -238,6 +238,18 @@ module Google
|
|
|
238
238
|
include Google::Apis::Core::JsonObjectSupport
|
|
239
239
|
end
|
|
240
240
|
|
|
241
|
+
class GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig
|
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
243
|
+
|
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
245
|
+
end
|
|
246
|
+
|
|
247
|
+
class GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment
|
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
249
|
+
|
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
251
|
+
end
|
|
252
|
+
|
|
241
253
|
class GoogleCloudDiscoveryengineV1AnswerGenerationSpec
|
|
242
254
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
243
255
|
|
|
@@ -358,6 +370,12 @@ module Google
|
|
|
358
370
|
include Google::Apis::Core::JsonObjectSupport
|
|
359
371
|
end
|
|
360
372
|
|
|
373
|
+
class GoogleCloudDiscoveryengineV1ContactDetails
|
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
375
|
+
|
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
377
|
+
end
|
|
378
|
+
|
|
361
379
|
class GoogleCloudDiscoveryengineV1Control
|
|
362
380
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
363
381
|
|
|
@@ -772,6 +790,12 @@ module Google
|
|
|
772
790
|
include Google::Apis::Core::JsonObjectSupport
|
|
773
791
|
end
|
|
774
792
|
|
|
793
|
+
class GoogleCloudDiscoveryengineV1LicenseConfig
|
|
794
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
795
|
+
|
|
796
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
797
|
+
end
|
|
798
|
+
|
|
775
799
|
class GoogleCloudDiscoveryengineV1Project
|
|
776
800
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
777
801
|
|
|
@@ -1102,6 +1126,18 @@ module Google
|
|
|
1102
1126
|
include Google::Apis::Core::JsonObjectSupport
|
|
1103
1127
|
end
|
|
1104
1128
|
|
|
1129
|
+
class GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfig
|
|
1130
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1131
|
+
|
|
1132
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1133
|
+
end
|
|
1134
|
+
|
|
1135
|
+
class GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfigAlertEnrollment
|
|
1136
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1137
|
+
|
|
1138
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1139
|
+
end
|
|
1140
|
+
|
|
1105
1141
|
class GoogleCloudDiscoveryengineV1alphaAlloyDbSource
|
|
1106
1142
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1107
1143
|
|
|
@@ -1672,6 +1708,18 @@ module Google
|
|
|
1672
1708
|
include Google::Apis::Core::JsonObjectSupport
|
|
1673
1709
|
end
|
|
1674
1710
|
|
|
1711
|
+
class GoogleCloudDiscoveryengineV1alphaBranch
|
|
1712
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1713
|
+
|
|
1714
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1715
|
+
end
|
|
1716
|
+
|
|
1717
|
+
class GoogleCloudDiscoveryengineV1alphaBranchBranchStats
|
|
1718
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1719
|
+
|
|
1720
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1721
|
+
end
|
|
1722
|
+
|
|
1675
1723
|
class GoogleCloudDiscoveryengineV1alphaCheckGroundingRequest
|
|
1676
1724
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1677
1725
|
|
|
@@ -1834,6 +1882,12 @@ module Google
|
|
|
1834
1882
|
include Google::Apis::Core::JsonObjectSupport
|
|
1835
1883
|
end
|
|
1836
1884
|
|
|
1885
|
+
class GoogleCloudDiscoveryengineV1alphaContactDetails
|
|
1886
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1887
|
+
|
|
1888
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1889
|
+
end
|
|
1890
|
+
|
|
1837
1891
|
class GoogleCloudDiscoveryengineV1alphaControl
|
|
1838
1892
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1839
1893
|
|
|
@@ -2680,6 +2734,18 @@ module Google
|
|
|
2680
2734
|
include Google::Apis::Core::JsonObjectSupport
|
|
2681
2735
|
end
|
|
2682
2736
|
|
|
2737
|
+
class GoogleCloudDiscoveryengineV1alphaLicenseConfig
|
|
2738
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2739
|
+
|
|
2740
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2741
|
+
end
|
|
2742
|
+
|
|
2743
|
+
class GoogleCloudDiscoveryengineV1alphaListBranchesResponse
|
|
2744
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2745
|
+
|
|
2746
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2747
|
+
end
|
|
2748
|
+
|
|
2683
2749
|
class GoogleCloudDiscoveryengineV1alphaListChunksResponse
|
|
2684
2750
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2685
2751
|
|
|
@@ -4030,6 +4096,18 @@ module Google
|
|
|
4030
4096
|
include Google::Apis::Core::JsonObjectSupport
|
|
4031
4097
|
end
|
|
4032
4098
|
|
|
4099
|
+
class GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig
|
|
4100
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4101
|
+
|
|
4102
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4103
|
+
end
|
|
4104
|
+
|
|
4105
|
+
class GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment
|
|
4106
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4107
|
+
|
|
4108
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4109
|
+
end
|
|
4110
|
+
|
|
4033
4111
|
class GoogleCloudDiscoveryengineV1betaBatchCreateTargetSiteMetadata
|
|
4034
4112
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4035
4113
|
|
|
@@ -4078,6 +4156,12 @@ module Google
|
|
|
4078
4156
|
include Google::Apis::Core::JsonObjectSupport
|
|
4079
4157
|
end
|
|
4080
4158
|
|
|
4159
|
+
class GoogleCloudDiscoveryengineV1betaContactDetails
|
|
4160
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4161
|
+
|
|
4162
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4163
|
+
end
|
|
4164
|
+
|
|
4081
4165
|
class GoogleCloudDiscoveryengineV1betaControl
|
|
4082
4166
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4083
4167
|
|
|
@@ -4486,6 +4570,12 @@ module Google
|
|
|
4486
4570
|
include Google::Apis::Core::JsonObjectSupport
|
|
4487
4571
|
end
|
|
4488
4572
|
|
|
4573
|
+
class GoogleCloudDiscoveryengineV1betaLicenseConfig
|
|
4574
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4575
|
+
|
|
4576
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4577
|
+
end
|
|
4578
|
+
|
|
4489
4579
|
class GoogleCloudDiscoveryengineV1betaNaturalLanguageQueryUnderstandingConfig
|
|
4490
4580
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4491
4581
|
|
|
@@ -5609,6 +5699,7 @@ module Google
|
|
|
5609
5699
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5610
5700
|
hash :action_params, as: 'actionParams'
|
|
5611
5701
|
property :is_action_configured, as: 'isActionConfigured'
|
|
5702
|
+
property :json_action_params, as: 'jsonActionParams'
|
|
5612
5703
|
property :service_name, as: 'serviceName'
|
|
5613
5704
|
property :use_static_secrets, as: 'useStaticSecrets'
|
|
5614
5705
|
end
|
|
@@ -5639,6 +5730,27 @@ module Google
|
|
|
5639
5730
|
end
|
|
5640
5731
|
end
|
|
5641
5732
|
|
|
5733
|
+
class GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig
|
|
5734
|
+
# @private
|
|
5735
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5736
|
+
collection :alert_enrollments, as: 'alertEnrollments', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment::Representation
|
|
5737
|
+
|
|
5738
|
+
property :alert_policy, as: 'alertPolicy'
|
|
5739
|
+
collection :contact_details, as: 'contactDetails', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ContactDetails, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ContactDetails::Representation
|
|
5740
|
+
|
|
5741
|
+
property :language_code, as: 'languageCode'
|
|
5742
|
+
end
|
|
5743
|
+
end
|
|
5744
|
+
|
|
5745
|
+
class GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment
|
|
5746
|
+
# @private
|
|
5747
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5748
|
+
property :alert_id, as: 'alertId'
|
|
5749
|
+
property :enroll_state, as: 'enrollState'
|
|
5750
|
+
hash :notification_params, as: 'notificationParams'
|
|
5751
|
+
end
|
|
5752
|
+
end
|
|
5753
|
+
|
|
5642
5754
|
class GoogleCloudDiscoveryengineV1AnswerGenerationSpec
|
|
5643
5755
|
# @private
|
|
5644
5756
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -5738,6 +5850,7 @@ module Google
|
|
|
5738
5850
|
class GoogleCloudDiscoveryengineV1BapConfig
|
|
5739
5851
|
# @private
|
|
5740
5852
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5853
|
+
collection :enabled_actions, as: 'enabledActions'
|
|
5741
5854
|
collection :supported_connector_modes, as: 'supportedConnectorModes'
|
|
5742
5855
|
end
|
|
5743
5856
|
end
|
|
@@ -5829,6 +5942,13 @@ module Google
|
|
|
5829
5942
|
end
|
|
5830
5943
|
end
|
|
5831
5944
|
|
|
5945
|
+
class GoogleCloudDiscoveryengineV1ContactDetails
|
|
5946
|
+
# @private
|
|
5947
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5948
|
+
property :email_address, as: 'emailAddress'
|
|
5949
|
+
end
|
|
5950
|
+
end
|
|
5951
|
+
|
|
5832
5952
|
class GoogleCloudDiscoveryengineV1Control
|
|
5833
5953
|
# @private
|
|
5834
5954
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -6015,6 +6135,7 @@ module Google
|
|
|
6015
6135
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6016
6136
|
hash :additional_params, as: 'additionalParams'
|
|
6017
6137
|
hash :auth_params, as: 'authParams'
|
|
6138
|
+
property :json_auth_params, as: 'jsonAuthParams'
|
|
6018
6139
|
property :tenant, as: 'tenant', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1Tenant, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1Tenant::Representation
|
|
6019
6140
|
|
|
6020
6141
|
end
|
|
@@ -6025,6 +6146,7 @@ module Google
|
|
|
6025
6146
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6026
6147
|
hash :additional_params, as: 'additionalParams'
|
|
6027
6148
|
hash :auth_params, as: 'authParams'
|
|
6149
|
+
property :json_auth_params, as: 'jsonAuthParams'
|
|
6028
6150
|
end
|
|
6029
6151
|
end
|
|
6030
6152
|
|
|
@@ -6072,6 +6194,7 @@ module Google
|
|
|
6072
6194
|
|
|
6073
6195
|
property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1CmekConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1CmekConfig::Representation
|
|
6074
6196
|
|
|
6197
|
+
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
|
6075
6198
|
property :content_config, as: 'contentConfig'
|
|
6076
6199
|
property :create_time, as: 'createTime'
|
|
6077
6200
|
property :default_schema_id, as: 'defaultSchemaId'
|
|
@@ -6545,6 +6668,25 @@ module Google
|
|
|
6545
6668
|
end
|
|
6546
6669
|
end
|
|
6547
6670
|
|
|
6671
|
+
class GoogleCloudDiscoveryengineV1LicenseConfig
|
|
6672
|
+
# @private
|
|
6673
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6674
|
+
property :alert_policy_resource_config, as: 'alertPolicyResourceConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig::Representation
|
|
6675
|
+
|
|
6676
|
+
property :auto_renew, as: 'autoRenew'
|
|
6677
|
+
property :end_date, as: 'endDate', class: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate::Representation
|
|
6678
|
+
|
|
6679
|
+
property :free_trial, as: 'freeTrial'
|
|
6680
|
+
property :license_count, :numeric_string => true, as: 'licenseCount'
|
|
6681
|
+
property :name, as: 'name'
|
|
6682
|
+
property :start_date, as: 'startDate', class: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate::Representation
|
|
6683
|
+
|
|
6684
|
+
property :state, as: 'state'
|
|
6685
|
+
property :subscription_term, as: 'subscriptionTerm'
|
|
6686
|
+
property :subscription_tier, as: 'subscriptionTier'
|
|
6687
|
+
end
|
|
6688
|
+
end
|
|
6689
|
+
|
|
6548
6690
|
class GoogleCloudDiscoveryengineV1Project
|
|
6549
6691
|
# @private
|
|
6550
6692
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -6965,6 +7107,7 @@ module Google
|
|
|
6965
7107
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6966
7108
|
hash :action_params, as: 'actionParams'
|
|
6967
7109
|
property :is_action_configured, as: 'isActionConfigured'
|
|
7110
|
+
property :json_action_params, as: 'jsonActionParams'
|
|
6968
7111
|
property :service_name, as: 'serviceName'
|
|
6969
7112
|
property :use_static_secrets, as: 'useStaticSecrets'
|
|
6970
7113
|
end
|
|
@@ -7099,6 +7242,27 @@ module Google
|
|
|
7099
7242
|
end
|
|
7100
7243
|
end
|
|
7101
7244
|
|
|
7245
|
+
class GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfig
|
|
7246
|
+
# @private
|
|
7247
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7248
|
+
collection :alert_enrollments, as: 'alertEnrollments', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfigAlertEnrollment, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfigAlertEnrollment::Representation
|
|
7249
|
+
|
|
7250
|
+
property :alert_policy, as: 'alertPolicy'
|
|
7251
|
+
collection :contact_details, as: 'contactDetails', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaContactDetails, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaContactDetails::Representation
|
|
7252
|
+
|
|
7253
|
+
property :language_code, as: 'languageCode'
|
|
7254
|
+
end
|
|
7255
|
+
end
|
|
7256
|
+
|
|
7257
|
+
class GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfigAlertEnrollment
|
|
7258
|
+
# @private
|
|
7259
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7260
|
+
property :alert_id, as: 'alertId'
|
|
7261
|
+
property :enroll_state, as: 'enrollState'
|
|
7262
|
+
hash :notification_params, as: 'notificationParams'
|
|
7263
|
+
end
|
|
7264
|
+
end
|
|
7265
|
+
|
|
7102
7266
|
class GoogleCloudDiscoveryengineV1alphaAlloyDbSource
|
|
7103
7267
|
# @private
|
|
7104
7268
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -7688,6 +7852,7 @@ module Google
|
|
|
7688
7852
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7689
7853
|
property :grounded_content, as: 'groundedContent', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent::Representation
|
|
7690
7854
|
|
|
7855
|
+
property :reply_id, as: 'replyId'
|
|
7691
7856
|
end
|
|
7692
7857
|
end
|
|
7693
7858
|
|
|
@@ -7876,6 +8041,7 @@ module Google
|
|
|
7876
8041
|
class GoogleCloudDiscoveryengineV1alphaBapConfig
|
|
7877
8042
|
# @private
|
|
7878
8043
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8044
|
+
collection :enabled_actions, as: 'enabledActions'
|
|
7879
8045
|
collection :supported_connector_modes, as: 'supportedConnectorModes'
|
|
7880
8046
|
end
|
|
7881
8047
|
end
|
|
@@ -8037,6 +8203,25 @@ module Google
|
|
|
8037
8203
|
end
|
|
8038
8204
|
end
|
|
8039
8205
|
|
|
8206
|
+
class GoogleCloudDiscoveryengineV1alphaBranch
|
|
8207
|
+
# @private
|
|
8208
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8209
|
+
property :branch_stats, as: 'branchStats', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBranchBranchStats, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBranchBranchStats::Representation
|
|
8210
|
+
|
|
8211
|
+
property :display_name, as: 'displayName'
|
|
8212
|
+
property :is_default, as: 'isDefault'
|
|
8213
|
+
property :last_document_import_time, as: 'lastDocumentImportTime'
|
|
8214
|
+
property :name, as: 'name'
|
|
8215
|
+
end
|
|
8216
|
+
end
|
|
8217
|
+
|
|
8218
|
+
class GoogleCloudDiscoveryengineV1alphaBranchBranchStats
|
|
8219
|
+
# @private
|
|
8220
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8221
|
+
hash :document_counts, as: 'documentCounts'
|
|
8222
|
+
end
|
|
8223
|
+
end
|
|
8224
|
+
|
|
8040
8225
|
class GoogleCloudDiscoveryengineV1alphaCheckGroundingRequest
|
|
8041
8226
|
# @private
|
|
8042
8227
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -8340,6 +8525,13 @@ module Google
|
|
|
8340
8525
|
end
|
|
8341
8526
|
end
|
|
8342
8527
|
|
|
8528
|
+
class GoogleCloudDiscoveryengineV1alphaContactDetails
|
|
8529
|
+
# @private
|
|
8530
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8531
|
+
property :email_address, as: 'emailAddress'
|
|
8532
|
+
end
|
|
8533
|
+
end
|
|
8534
|
+
|
|
8343
8535
|
class GoogleCloudDiscoveryengineV1alphaControl
|
|
8344
8536
|
# @private
|
|
8345
8537
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -8641,6 +8833,7 @@ module Google
|
|
|
8641
8833
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8642
8834
|
hash :additional_params, as: 'additionalParams'
|
|
8643
8835
|
hash :auth_params, as: 'authParams'
|
|
8836
|
+
property :json_auth_params, as: 'jsonAuthParams'
|
|
8644
8837
|
property :tenant, as: 'tenant', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaTenant, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaTenant::Representation
|
|
8645
8838
|
|
|
8646
8839
|
end
|
|
@@ -8651,6 +8844,7 @@ module Google
|
|
|
8651
8844
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8652
8845
|
hash :additional_params, as: 'additionalParams'
|
|
8653
8846
|
hash :auth_params, as: 'authParams'
|
|
8847
|
+
property :json_auth_params, as: 'jsonAuthParams'
|
|
8654
8848
|
end
|
|
8655
8849
|
end
|
|
8656
8850
|
|
|
@@ -8698,6 +8892,7 @@ module Google
|
|
|
8698
8892
|
|
|
8699
8893
|
property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCmekConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCmekConfig::Representation
|
|
8700
8894
|
|
|
8895
|
+
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
|
8701
8896
|
property :content_config, as: 'contentConfig'
|
|
8702
8897
|
property :create_time, as: 'createTime'
|
|
8703
8898
|
property :default_schema_id, as: 'defaultSchemaId'
|
|
@@ -9806,6 +10001,33 @@ module Google
|
|
|
9806
10001
|
end
|
|
9807
10002
|
end
|
|
9808
10003
|
|
|
10004
|
+
class GoogleCloudDiscoveryengineV1alphaLicenseConfig
|
|
10005
|
+
# @private
|
|
10006
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10007
|
+
property :alert_policy_resource_config, as: 'alertPolicyResourceConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfig::Representation
|
|
10008
|
+
|
|
10009
|
+
property :auto_renew, as: 'autoRenew'
|
|
10010
|
+
property :end_date, as: 'endDate', class: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate::Representation
|
|
10011
|
+
|
|
10012
|
+
property :free_trial, as: 'freeTrial'
|
|
10013
|
+
property :license_count, :numeric_string => true, as: 'licenseCount'
|
|
10014
|
+
property :name, as: 'name'
|
|
10015
|
+
property :start_date, as: 'startDate', class: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate::Representation
|
|
10016
|
+
|
|
10017
|
+
property :state, as: 'state'
|
|
10018
|
+
property :subscription_term, as: 'subscriptionTerm'
|
|
10019
|
+
property :subscription_tier, as: 'subscriptionTier'
|
|
10020
|
+
end
|
|
10021
|
+
end
|
|
10022
|
+
|
|
10023
|
+
class GoogleCloudDiscoveryengineV1alphaListBranchesResponse
|
|
10024
|
+
# @private
|
|
10025
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10026
|
+
collection :branches, as: 'branches', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBranch, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBranch::Representation
|
|
10027
|
+
|
|
10028
|
+
end
|
|
10029
|
+
end
|
|
10030
|
+
|
|
9809
10031
|
class GoogleCloudDiscoveryengineV1alphaListChunksResponse
|
|
9810
10032
|
# @private
|
|
9811
10033
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -11411,6 +11633,8 @@ module Google
|
|
|
11411
11633
|
property :answer, as: 'answer'
|
|
11412
11634
|
property :detailed_answer, as: 'detailedAnswer', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAnswer, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAnswer::Representation
|
|
11413
11635
|
|
|
11636
|
+
property :detailed_assist_answer, as: 'detailedAssistAnswer', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistAnswer, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistAnswer::Representation
|
|
11637
|
+
|
|
11414
11638
|
property :query, as: 'query', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaQuery, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaQuery::Representation
|
|
11415
11639
|
|
|
11416
11640
|
hash :query_config, as: 'queryConfig'
|
|
@@ -12119,6 +12343,27 @@ module Google
|
|
|
12119
12343
|
end
|
|
12120
12344
|
end
|
|
12121
12345
|
|
|
12346
|
+
class GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig
|
|
12347
|
+
# @private
|
|
12348
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12349
|
+
collection :alert_enrollments, as: 'alertEnrollments', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment::Representation
|
|
12350
|
+
|
|
12351
|
+
property :alert_policy, as: 'alertPolicy'
|
|
12352
|
+
collection :contact_details, as: 'contactDetails', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaContactDetails, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaContactDetails::Representation
|
|
12353
|
+
|
|
12354
|
+
property :language_code, as: 'languageCode'
|
|
12355
|
+
end
|
|
12356
|
+
end
|
|
12357
|
+
|
|
12358
|
+
class GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment
|
|
12359
|
+
# @private
|
|
12360
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12361
|
+
property :alert_id, as: 'alertId'
|
|
12362
|
+
property :enroll_state, as: 'enrollState'
|
|
12363
|
+
hash :notification_params, as: 'notificationParams'
|
|
12364
|
+
end
|
|
12365
|
+
end
|
|
12366
|
+
|
|
12122
12367
|
class GoogleCloudDiscoveryengineV1betaBatchCreateTargetSiteMetadata
|
|
12123
12368
|
# @private
|
|
12124
12369
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -12197,6 +12442,13 @@ module Google
|
|
|
12197
12442
|
end
|
|
12198
12443
|
end
|
|
12199
12444
|
|
|
12445
|
+
class GoogleCloudDiscoveryengineV1betaContactDetails
|
|
12446
|
+
# @private
|
|
12447
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12448
|
+
property :email_address, as: 'emailAddress'
|
|
12449
|
+
end
|
|
12450
|
+
end
|
|
12451
|
+
|
|
12200
12452
|
class GoogleCloudDiscoveryengineV1betaControl
|
|
12201
12453
|
# @private
|
|
12202
12454
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -12346,6 +12598,7 @@ module Google
|
|
|
12346
12598
|
|
|
12347
12599
|
property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaCmekConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaCmekConfig::Representation
|
|
12348
12600
|
|
|
12601
|
+
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
|
12349
12602
|
property :content_config, as: 'contentConfig'
|
|
12350
12603
|
property :create_time, as: 'createTime'
|
|
12351
12604
|
property :default_schema_id, as: 'defaultSchemaId'
|
|
@@ -12869,6 +13122,25 @@ module Google
|
|
|
12869
13122
|
end
|
|
12870
13123
|
end
|
|
12871
13124
|
|
|
13125
|
+
class GoogleCloudDiscoveryengineV1betaLicenseConfig
|
|
13126
|
+
# @private
|
|
13127
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13128
|
+
property :alert_policy_resource_config, as: 'alertPolicyResourceConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig::Representation
|
|
13129
|
+
|
|
13130
|
+
property :auto_renew, as: 'autoRenew'
|
|
13131
|
+
property :end_date, as: 'endDate', class: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate::Representation
|
|
13132
|
+
|
|
13133
|
+
property :free_trial, as: 'freeTrial'
|
|
13134
|
+
property :license_count, :numeric_string => true, as: 'licenseCount'
|
|
13135
|
+
property :name, as: 'name'
|
|
13136
|
+
property :start_date, as: 'startDate', class: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate::Representation
|
|
13137
|
+
|
|
13138
|
+
property :state, as: 'state'
|
|
13139
|
+
property :subscription_term, as: 'subscriptionTerm'
|
|
13140
|
+
property :subscription_tier, as: 'subscriptionTier'
|
|
13141
|
+
end
|
|
13142
|
+
end
|
|
13143
|
+
|
|
12872
13144
|
class GoogleCloudDiscoveryengineV1betaNaturalLanguageQueryUnderstandingConfig
|
|
12873
13145
|
# @private
|
|
12874
13146
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -13947,6 +14219,7 @@ module Google
|
|
|
13947
14219
|
property :next_page_token, as: 'nextPageToken'
|
|
13948
14220
|
collection :operations, as: 'operations', class: Google::Apis::DiscoveryengineV1alpha::GoogleLongrunningOperation, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleLongrunningOperation::Representation
|
|
13949
14221
|
|
|
14222
|
+
collection :unreachable, as: 'unreachable'
|
|
13950
14223
|
end
|
|
13951
14224
|
end
|
|
13952
14225
|
|