google-apis-discoveryengine_v1alpha 0.79.0 → 0.80.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: 53fcaffc4e1f6e177ec19e85358bd351c67a87d8f6b4c6b50aac8cfad6000872
4
- data.tar.gz: c14bd424e28ceb55d41456a3aabaa2645c4456a023abde70e2299c9dc25c5851
3
+ metadata.gz: d9ceb88e19326df8cf10baac228f401b2b0a7b9dbb2c45ef2a3ef5d2c66a3065
4
+ data.tar.gz: 57b826ebba9fb0174e4525f63a6a85511554657214204488a6683fd1ce22a89a
5
5
  SHA512:
6
- metadata.gz: be726d62832ac9d8f79fbd6eefba1dc95c3254b3bd162cb58e03a58dc0faf006aa20c6e0e36fd077b382957be43136df15264e203e1e8ca870a0fd060d4b0e21
7
- data.tar.gz: 994104459efcae8a1a12d27fbe0e61e5aa1c420b138eaa394a21292c3c707f3c276a4403de4854a8f90941eca0710ce45e4e387321f6ea054ce420647ffafa6f
6
+ metadata.gz: e275dfc0b17a07c624ab5e57ca13a3a91df6bc19d82b9198b1abfebf620985b0dc87f79f05fafb9e4f8a739825ce5421b5e8742ed2f69c04a082d2942a4d951c
7
+ data.tar.gz: b7bb79e40c53c450cad03406f81b9b2002e35301b00b24d4cbe464a732731c511c165994fd6974d79bf54e0152c48d7afba1fcdfa2ae762c2191eba581f11f5b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-discoveryengine_v1alpha
2
2
 
3
+ ### v0.80.0 (2025-10-19)
4
+
5
+ * Regenerated from discovery document revision 20251017
6
+
3
7
  ### v0.79.0 (2025-10-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20250929
@@ -1800,77 +1800,6 @@ module Google
1800
1800
  end
1801
1801
  end
1802
1802
 
1803
- # The resource level alert config. Used in: * UserLicense * EngineUserData The
1804
- # AlertPolicyConfig in data connector is of same usage. No easy way to migrate.
1805
- class GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig
1806
- include Google::Apis::Core::Hashable
1807
-
1808
- # Optional. The enrollment state of each alert.
1809
- # Corresponds to the JSON property `alertEnrollments`
1810
- # @return [Array<Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment>]
1811
- attr_accessor :alert_enrollments
1812
-
1813
- # Immutable. The fully qualified resource name of the AlertPolicy.
1814
- # Corresponds to the JSON property `alertPolicy`
1815
- # @return [String]
1816
- attr_accessor :alert_policy
1817
-
1818
- # Optional. The contact details for each alert policy.
1819
- # Corresponds to the JSON property `contactDetails`
1820
- # @return [Array<Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ContactDetails>]
1821
- attr_accessor :contact_details
1822
-
1823
- # Optional. The language code used for notifications
1824
- # Corresponds to the JSON property `languageCode`
1825
- # @return [String]
1826
- attr_accessor :language_code
1827
-
1828
- def initialize(**args)
1829
- update!(**args)
1830
- end
1831
-
1832
- # Update properties of this object
1833
- def update!(**args)
1834
- @alert_enrollments = args[:alert_enrollments] if args.key?(:alert_enrollments)
1835
- @alert_policy = args[:alert_policy] if args.key?(:alert_policy)
1836
- @contact_details = args[:contact_details] if args.key?(:contact_details)
1837
- @language_code = args[:language_code] if args.key?(:language_code)
1838
- end
1839
- end
1840
-
1841
- # The alert enrollment status.
1842
- class GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment
1843
- include Google::Apis::Core::Hashable
1844
-
1845
- # Immutable. The id of an alert.
1846
- # Corresponds to the JSON property `alertId`
1847
- # @return [String]
1848
- attr_accessor :alert_id
1849
-
1850
- # Required. The enrollment status of a customer.
1851
- # Corresponds to the JSON property `enrollState`
1852
- # @return [String]
1853
- attr_accessor :enroll_state
1854
-
1855
- # Optional. Parameters used to instantiate a notification. Used for
1856
- # notifications that are triggered when registered. Not stored. * Gemini
1857
- # Business welcome emails. * Gemini Business user invitation emails.
1858
- # Corresponds to the JSON property `notificationParams`
1859
- # @return [Hash<String,String>]
1860
- attr_accessor :notification_params
1861
-
1862
- def initialize(**args)
1863
- update!(**args)
1864
- end
1865
-
1866
- # Update properties of this object
1867
- def update!(**args)
1868
- @alert_id = args[:alert_id] if args.key?(:alert_id)
1869
- @enroll_state = args[:enroll_state] if args.key?(:enroll_state)
1870
- @notification_params = args[:notification_params] if args.key?(:notification_params)
1871
- end
1872
- end
1873
-
1874
1803
  # The specification for answer generation.
1875
1804
  class GoogleCloudDiscoveryengineV1AnswerGenerationSpec
1876
1805
  include Google::Apis::Core::Hashable
@@ -2524,27 +2453,6 @@ module Google
2524
2453
  end
2525
2454
  end
2526
2455
 
2527
- # The contact info stored in resource level. If both project level and resource
2528
- # level is populated, the resource level contact info will override the project
2529
- # level contact info.
2530
- class GoogleCloudDiscoveryengineV1ContactDetails
2531
- include Google::Apis::Core::Hashable
2532
-
2533
- # Optional. The email address of the contact.
2534
- # Corresponds to the JSON property `emailAddress`
2535
- # @return [String]
2536
- attr_accessor :email_address
2537
-
2538
- def initialize(**args)
2539
- update!(**args)
2540
- end
2541
-
2542
- # Update properties of this object
2543
- def update!(**args)
2544
- @email_address = args[:email_address] if args.key?(:email_address)
2545
- end
2546
- end
2547
-
2548
2456
  # Defines a conditioned behavior to employ during serving. Must be attached to a
2549
2457
  # ServingConfig to be considered at serving time. Permitted actions dependent on
2550
2458
  # `SolutionType`.
@@ -5259,12 +5167,6 @@ module Google
5259
5167
  class GoogleCloudDiscoveryengineV1LicenseConfig
5260
5168
  include Google::Apis::Core::Hashable
5261
5169
 
5262
- # The resource level alert config. Used in: * UserLicense * EngineUserData The
5263
- # AlertPolicyConfig in data connector is of same usage. No easy way to migrate.
5264
- # Corresponds to the JSON property `alertPolicyResourceConfig`
5265
- # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig]
5266
- attr_accessor :alert_policy_resource_config
5267
-
5268
5170
  # Optional. Whether the license config should be auto renewed when it reaches
5269
5171
  # the end date.
5270
5172
  # Corresponds to the JSON property `autoRenew`
@@ -5290,6 +5192,12 @@ module Google
5290
5192
  attr_accessor :free_trial
5291
5193
  alias_method :free_trial?, :free_trial
5292
5194
 
5195
+ # Output only. Whether the license config is for Gemini bundle.
5196
+ # Corresponds to the JSON property `geminiBundle`
5197
+ # @return [Boolean]
5198
+ attr_accessor :gemini_bundle
5199
+ alias_method :gemini_bundle?, :gemini_bundle
5200
+
5293
5201
  # Required. Number of licenses purchased.
5294
5202
  # Corresponds to the JSON property `licenseCount`
5295
5203
  # @return [Fixnum]
@@ -5335,10 +5243,10 @@ module Google
5335
5243
 
5336
5244
  # Update properties of this object
5337
5245
  def update!(**args)
5338
- @alert_policy_resource_config = args[:alert_policy_resource_config] if args.key?(:alert_policy_resource_config)
5339
5246
  @auto_renew = args[:auto_renew] if args.key?(:auto_renew)
5340
5247
  @end_date = args[:end_date] if args.key?(:end_date)
5341
5248
  @free_trial = args[:free_trial] if args.key?(:free_trial)
5249
+ @gemini_bundle = args[:gemini_bundle] if args.key?(:gemini_bundle)
5342
5250
  @license_count = args[:license_count] if args.key?(:license_count)
5343
5251
  @name = args[:name] if args.key?(:name)
5344
5252
  @start_date = args[:start_date] if args.key?(:start_date)
@@ -9980,6 +9888,11 @@ module Google
9980
9888
  class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent
9981
9889
  include Google::Apis::Core::Hashable
9982
9890
 
9891
+ # A collection of source attributions for a piece of content.
9892
+ # Corresponds to the JSON property `citationMetadata`
9893
+ # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCitationMetadata]
9894
+ attr_accessor :citation_metadata
9895
+
9983
9896
  # Multi-modal content.
9984
9897
  # Corresponds to the JSON property `content`
9985
9898
  # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantContent]
@@ -9996,6 +9909,7 @@ module Google
9996
9909
 
9997
9910
  # Update properties of this object
9998
9911
  def update!(**args)
9912
+ @citation_metadata = args[:citation_metadata] if args.key?(:citation_metadata)
9999
9913
  @content = args[:content] if args.key?(:content)
10000
9914
  @text_grounding_metadata = args[:text_grounding_metadata] if args.key?(:text_grounding_metadata)
10001
9915
  end
@@ -11032,6 +10946,25 @@ module Google
11032
10946
  end
11033
10947
  end
11034
10948
 
10949
+ # Response message for the DataConnectorService.CheckRefreshToken method.
10950
+ class GoogleCloudDiscoveryengineV1alphaCheckRefreshTokenResponse
10951
+ include Google::Apis::Core::Hashable
10952
+
10953
+ # Describes a refresh token.
10954
+ # Corresponds to the JSON property `refreshTokenInfo`
10955
+ # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaRefreshTokenInfo]
10956
+ attr_accessor :refresh_token_info
10957
+
10958
+ def initialize(**args)
10959
+ update!(**args)
10960
+ end
10961
+
10962
+ # Update properties of this object
10963
+ def update!(**args)
10964
+ @refresh_token_info = args[:refresh_token_info] if args.key?(:refresh_token_info)
10965
+ end
10966
+ end
10967
+
11035
10968
  # Request for CheckRequirement method.
11036
10969
  class GoogleCloudDiscoveryengineV1alphaCheckRequirementRequest
11037
10970
  include Google::Apis::Core::Hashable
@@ -11411,6 +11344,81 @@ module Google
11411
11344
  end
11412
11345
  end
11413
11346
 
11347
+ # Source attributions for content.
11348
+ class GoogleCloudDiscoveryengineV1alphaCitation
11349
+ include Google::Apis::Core::Hashable
11350
+
11351
+ # Output only. End index into the content.
11352
+ # Corresponds to the JSON property `endIndex`
11353
+ # @return [Fixnum]
11354
+ attr_accessor :end_index
11355
+
11356
+ # Output only. License of the attribution.
11357
+ # Corresponds to the JSON property `license`
11358
+ # @return [String]
11359
+ attr_accessor :license
11360
+
11361
+ # Represents a whole or partial calendar date, such as a birthday. The time of
11362
+ # day and time zone are either specified elsewhere or are insignificant. The
11363
+ # date is relative to the Gregorian Calendar. This can represent one of the
11364
+ # following: * A full date, with non-zero year, month, and day values. * A month
11365
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
11366
+ # with a zero month and a zero day. * A year and month, with a zero day (for
11367
+ # example, a credit card expiration date). Related types: * google.type.
11368
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
11369
+ # Corresponds to the JSON property `publicationDate`
11370
+ # @return [Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate]
11371
+ attr_accessor :publication_date
11372
+
11373
+ # Output only. Start index into the content.
11374
+ # Corresponds to the JSON property `startIndex`
11375
+ # @return [Fixnum]
11376
+ attr_accessor :start_index
11377
+
11378
+ # Output only. Title of the attribution.
11379
+ # Corresponds to the JSON property `title`
11380
+ # @return [String]
11381
+ attr_accessor :title
11382
+
11383
+ # Output only. Url reference of the attribution.
11384
+ # Corresponds to the JSON property `uri`
11385
+ # @return [String]
11386
+ attr_accessor :uri
11387
+
11388
+ def initialize(**args)
11389
+ update!(**args)
11390
+ end
11391
+
11392
+ # Update properties of this object
11393
+ def update!(**args)
11394
+ @end_index = args[:end_index] if args.key?(:end_index)
11395
+ @license = args[:license] if args.key?(:license)
11396
+ @publication_date = args[:publication_date] if args.key?(:publication_date)
11397
+ @start_index = args[:start_index] if args.key?(:start_index)
11398
+ @title = args[:title] if args.key?(:title)
11399
+ @uri = args[:uri] if args.key?(:uri)
11400
+ end
11401
+ end
11402
+
11403
+ # A collection of source attributions for a piece of content.
11404
+ class GoogleCloudDiscoveryengineV1alphaCitationMetadata
11405
+ include Google::Apis::Core::Hashable
11406
+
11407
+ # Output only. List of citations.
11408
+ # Corresponds to the JSON property `citations`
11409
+ # @return [Array<Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCitation>]
11410
+ attr_accessor :citations
11411
+
11412
+ def initialize(**args)
11413
+ update!(**args)
11414
+ end
11415
+
11416
+ # Update properties of this object
11417
+ def update!(**args)
11418
+ @citations = args[:citations] if args.key?(:citations)
11419
+ end
11420
+ end
11421
+
11414
11422
  # Cloud SQL source import data from.
11415
11423
  class GoogleCloudDiscoveryengineV1alphaCloudSqlSource
11416
11424
  include Google::Apis::Core::Hashable
@@ -11812,6 +11820,97 @@ module Google
11812
11820
  end
11813
11821
  end
11814
11822
 
11823
+ # Response for [EstimateBillingService.GetConfigurablePricingUsageStats] method.
11824
+ class GoogleCloudDiscoveryengineV1alphaConfigurablePricingUsageStats
11825
+ include Google::Apis::Core::Hashable
11826
+
11827
+ # A list of metric usages, one for each requested resource type that has data in
11828
+ # the requested time range.
11829
+ # Corresponds to the JSON property `metricUsages`
11830
+ # @return [Array<Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaConfigurablePricingUsageStatsMetricUsage>]
11831
+ attr_accessor :metric_usages
11832
+
11833
+ # Identifier. The name of the ConfigurablePricingUsageStats. Format: projects/`
11834
+ # project`/locations/`location`/configurablePricingUsageStats
11835
+ # Corresponds to the JSON property `name`
11836
+ # @return [String]
11837
+ attr_accessor :name
11838
+
11839
+ def initialize(**args)
11840
+ update!(**args)
11841
+ end
11842
+
11843
+ # Update properties of this object
11844
+ def update!(**args)
11845
+ @metric_usages = args[:metric_usages] if args.key?(:metric_usages)
11846
+ @name = args[:name] if args.key?(:name)
11847
+ end
11848
+ end
11849
+
11850
+ # A list of usages for a specific day.
11851
+ class GoogleCloudDiscoveryengineV1alphaConfigurablePricingUsageStatsDatedUsage
11852
+ include Google::Apis::Core::Hashable
11853
+
11854
+ # Represents a whole or partial calendar date, such as a birthday. The time of
11855
+ # day and time zone are either specified elsewhere or are insignificant. The
11856
+ # date is relative to the Gregorian Calendar. This can represent one of the
11857
+ # following: * A full date, with non-zero year, month, and day values. * A month
11858
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
11859
+ # with a zero month and a zero day. * A year and month, with a zero day (for
11860
+ # example, a credit card expiration date). Related types: * google.type.
11861
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
11862
+ # Corresponds to the JSON property `date`
11863
+ # @return [Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate]
11864
+ attr_accessor :date
11865
+
11866
+ # The usage value on the date.
11867
+ # Corresponds to the JSON property `usage`
11868
+ # @return [Float]
11869
+ attr_accessor :usage
11870
+
11871
+ def initialize(**args)
11872
+ update!(**args)
11873
+ end
11874
+
11875
+ # Update properties of this object
11876
+ def update!(**args)
11877
+ @date = args[:date] if args.key?(:date)
11878
+ @usage = args[:usage] if args.key?(:usage)
11879
+ end
11880
+ end
11881
+
11882
+ # The usage of a metric over a list of days.
11883
+ class GoogleCloudDiscoveryengineV1alphaConfigurablePricingUsageStatsMetricUsage
11884
+ include Google::Apis::Core::Hashable
11885
+
11886
+ # The list of usages for this resource type, chronologically sorted by date.
11887
+ # This is populated for metrics with daily aggregation like DAILY_MDN_QPM.
11888
+ # Corresponds to the JSON property `datedUsages`
11889
+ # @return [Array<Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaConfigurablePricingUsageStatsDatedUsage>]
11890
+ attr_accessor :dated_usages
11891
+
11892
+ # The metric type.
11893
+ # Corresponds to the JSON property `metricType`
11894
+ # @return [String]
11895
+ attr_accessor :metric_type
11896
+
11897
+ # The list of total usages for this resource type
11898
+ # Corresponds to the JSON property `totalUsages`
11899
+ # @return [Array<Float>]
11900
+ attr_accessor :total_usages
11901
+
11902
+ def initialize(**args)
11903
+ update!(**args)
11904
+ end
11905
+
11906
+ # Update properties of this object
11907
+ def update!(**args)
11908
+ @dated_usages = args[:dated_usages] if args.key?(:dated_usages)
11909
+ @metric_type = args[:metric_type] if args.key?(:metric_type)
11910
+ @total_usages = args[:total_usages] if args.key?(:total_usages)
11911
+ end
11912
+ end
11913
+
11815
11914
  # A data sync run of DataConnector. After DataConnector is successfully
11816
11915
  # initialized, data syncs are scheduled at DataConnector.refresh_interval. A
11817
11916
  # ConnectorRun represents a data sync either in the past or onging that the
@@ -17461,6 +17560,12 @@ module Google
17461
17560
  attr_accessor :free_trial
17462
17561
  alias_method :free_trial?, :free_trial
17463
17562
 
17563
+ # Output only. Whether the license config is for Gemini bundle.
17564
+ # Corresponds to the JSON property `geminiBundle`
17565
+ # @return [Boolean]
17566
+ attr_accessor :gemini_bundle
17567
+ alias_method :gemini_bundle?, :gemini_bundle
17568
+
17464
17569
  # Required. Number of licenses purchased.
17465
17570
  # Corresponds to the JSON property `licenseCount`
17466
17571
  # @return [Fixnum]
@@ -17510,6 +17615,7 @@ module Google
17510
17615
  @auto_renew = args[:auto_renew] if args.key?(:auto_renew)
17511
17616
  @end_date = args[:end_date] if args.key?(:end_date)
17512
17617
  @free_trial = args[:free_trial] if args.key?(:free_trial)
17618
+ @gemini_bundle = args[:gemini_bundle] if args.key?(:gemini_bundle)
17513
17619
  @license_count = args[:license_count] if args.key?(:license_count)
17514
17620
  @name = args[:name] if args.key?(:name)
17515
17621
  @start_date = args[:start_date] if args.key?(:start_date)
@@ -23452,6 +23558,12 @@ module Google
23452
23558
  attr_accessor :is_pinned
23453
23559
  alias_method :is_pinned?, :is_pinned
23454
23560
 
23561
+ # Optional. The labels for the session. Can be set as filter in
23562
+ # ListSessionsRequest.
23563
+ # Corresponds to the JSON property `labels`
23564
+ # @return [Array<String>]
23565
+ attr_accessor :labels
23566
+
23455
23567
  # Immutable. Fully qualified name `projects/`project`/locations/global/
23456
23568
  # collections/`collection`/engines/`engine`/sessions/*`
23457
23569
  # Corresponds to the JSON property `name`
@@ -23487,6 +23599,7 @@ module Google
23487
23599
  @display_name = args[:display_name] if args.key?(:display_name)
23488
23600
  @end_time = args[:end_time] if args.key?(:end_time)
23489
23601
  @is_pinned = args[:is_pinned] if args.key?(:is_pinned)
23602
+ @labels = args[:labels] if args.key?(:labels)
23490
23603
  @name = args[:name] if args.key?(:name)
23491
23604
  @start_time = args[:start_time] if args.key?(:start_time)
23492
23605
  @state = args[:state] if args.key?(:state)
@@ -26239,6 +26352,26 @@ module Google
26239
26352
  end
26240
26353
  end
26241
26354
 
26355
+ # Workspace settings for the end user.
26356
+ class GoogleCloudDiscoveryengineV1alphaWorkspaceSettings
26357
+ include Google::Apis::Core::Hashable
26358
+
26359
+ # Whether an end user has workspace access enabled.
26360
+ # Corresponds to the JSON property `workspaceAccessEnabled`
26361
+ # @return [Boolean]
26362
+ attr_accessor :workspace_access_enabled
26363
+ alias_method :workspace_access_enabled?, :workspace_access_enabled
26364
+
26365
+ def initialize(**args)
26366
+ update!(**args)
26367
+ end
26368
+
26369
+ # Update properties of this object
26370
+ def update!(**args)
26371
+ @workspace_access_enabled = args[:workspace_access_enabled] if args.key?(:workspace_access_enabled)
26372
+ end
26373
+ end
26374
+
26242
26375
  # Access Control Configuration.
26243
26376
  class GoogleCloudDiscoveryengineV1betaAclConfig
26244
26377
  include Google::Apis::Core::Hashable
@@ -26293,77 +26426,6 @@ module Google
26293
26426
  end
26294
26427
  end
26295
26428
 
26296
- # The resource level alert config. Used in: * UserLicense * EngineUserData The
26297
- # AlertPolicyConfig in data connector is of same usage. No easy way to migrate.
26298
- class GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig
26299
- include Google::Apis::Core::Hashable
26300
-
26301
- # Optional. The enrollment state of each alert.
26302
- # Corresponds to the JSON property `alertEnrollments`
26303
- # @return [Array<Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment>]
26304
- attr_accessor :alert_enrollments
26305
-
26306
- # Immutable. The fully qualified resource name of the AlertPolicy.
26307
- # Corresponds to the JSON property `alertPolicy`
26308
- # @return [String]
26309
- attr_accessor :alert_policy
26310
-
26311
- # Optional. The contact details for each alert policy.
26312
- # Corresponds to the JSON property `contactDetails`
26313
- # @return [Array<Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaContactDetails>]
26314
- attr_accessor :contact_details
26315
-
26316
- # Optional. The language code used for notifications
26317
- # Corresponds to the JSON property `languageCode`
26318
- # @return [String]
26319
- attr_accessor :language_code
26320
-
26321
- def initialize(**args)
26322
- update!(**args)
26323
- end
26324
-
26325
- # Update properties of this object
26326
- def update!(**args)
26327
- @alert_enrollments = args[:alert_enrollments] if args.key?(:alert_enrollments)
26328
- @alert_policy = args[:alert_policy] if args.key?(:alert_policy)
26329
- @contact_details = args[:contact_details] if args.key?(:contact_details)
26330
- @language_code = args[:language_code] if args.key?(:language_code)
26331
- end
26332
- end
26333
-
26334
- # The alert enrollment status.
26335
- class GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment
26336
- include Google::Apis::Core::Hashable
26337
-
26338
- # Immutable. The id of an alert.
26339
- # Corresponds to the JSON property `alertId`
26340
- # @return [String]
26341
- attr_accessor :alert_id
26342
-
26343
- # Required. The enrollment status of a customer.
26344
- # Corresponds to the JSON property `enrollState`
26345
- # @return [String]
26346
- attr_accessor :enroll_state
26347
-
26348
- # Optional. Parameters used to instantiate a notification. Used for
26349
- # notifications that are triggered when registered. Not stored. * Gemini
26350
- # Business welcome emails. * Gemini Business user invitation emails.
26351
- # Corresponds to the JSON property `notificationParams`
26352
- # @return [Hash<String,String>]
26353
- attr_accessor :notification_params
26354
-
26355
- def initialize(**args)
26356
- update!(**args)
26357
- end
26358
-
26359
- # Update properties of this object
26360
- def update!(**args)
26361
- @alert_id = args[:alert_id] if args.key?(:alert_id)
26362
- @enroll_state = args[:enroll_state] if args.key?(:enroll_state)
26363
- @notification_params = args[:notification_params] if args.key?(:notification_params)
26364
- end
26365
- end
26366
-
26367
26429
  # Metadata related to the progress of the SiteSearchEngineService.
26368
26430
  # BatchCreateTargetSites operation. This will be returned by the google.
26369
26431
  # longrunning.Operation.metadata field.
@@ -26630,27 +26692,6 @@ module Google
26630
26692
  end
26631
26693
  end
26632
26694
 
26633
- # The contact info stored in resource level. If both project level and resource
26634
- # level is populated, the resource level contact info will override the project
26635
- # level contact info.
26636
- class GoogleCloudDiscoveryengineV1betaContactDetails
26637
- include Google::Apis::Core::Hashable
26638
-
26639
- # Optional. The email address of the contact.
26640
- # Corresponds to the JSON property `emailAddress`
26641
- # @return [String]
26642
- attr_accessor :email_address
26643
-
26644
- def initialize(**args)
26645
- update!(**args)
26646
- end
26647
-
26648
- # Update properties of this object
26649
- def update!(**args)
26650
- @email_address = args[:email_address] if args.key?(:email_address)
26651
- end
26652
- end
26653
-
26654
26695
  # Defines a conditioned behavior to employ during serving. Must be attached to a
26655
26696
  # ServingConfig to be considered at serving time. Permitted actions dependent on
26656
26697
  # `SolutionType`.
@@ -29039,12 +29080,6 @@ module Google
29039
29080
  class GoogleCloudDiscoveryengineV1betaLicenseConfig
29040
29081
  include Google::Apis::Core::Hashable
29041
29082
 
29042
- # The resource level alert config. Used in: * UserLicense * EngineUserData The
29043
- # AlertPolicyConfig in data connector is of same usage. No easy way to migrate.
29044
- # Corresponds to the JSON property `alertPolicyResourceConfig`
29045
- # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig]
29046
- attr_accessor :alert_policy_resource_config
29047
-
29048
29083
  # Optional. Whether the license config should be auto renewed when it reaches
29049
29084
  # the end date.
29050
29085
  # Corresponds to the JSON property `autoRenew`
@@ -29070,6 +29105,12 @@ module Google
29070
29105
  attr_accessor :free_trial
29071
29106
  alias_method :free_trial?, :free_trial
29072
29107
 
29108
+ # Output only. Whether the license config is for Gemini bundle.
29109
+ # Corresponds to the JSON property `geminiBundle`
29110
+ # @return [Boolean]
29111
+ attr_accessor :gemini_bundle
29112
+ alias_method :gemini_bundle?, :gemini_bundle
29113
+
29073
29114
  # Required. Number of licenses purchased.
29074
29115
  # Corresponds to the JSON property `licenseCount`
29075
29116
  # @return [Fixnum]
@@ -29115,10 +29156,10 @@ module Google
29115
29156
 
29116
29157
  # Update properties of this object
29117
29158
  def update!(**args)
29118
- @alert_policy_resource_config = args[:alert_policy_resource_config] if args.key?(:alert_policy_resource_config)
29119
29159
  @auto_renew = args[:auto_renew] if args.key?(:auto_renew)
29120
29160
  @end_date = args[:end_date] if args.key?(:end_date)
29121
29161
  @free_trial = args[:free_trial] if args.key?(:free_trial)
29162
+ @gemini_bundle = args[:gemini_bundle] if args.key?(:gemini_bundle)
29122
29163
  @license_count = args[:license_count] if args.key?(:license_count)
29123
29164
  @name = args[:name] if args.key?(:name)
29124
29165
  @start_date = args[:start_date] if args.key?(:start_date)
@@ -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.79.0"
19
+ GEM_VERSION = "0.80.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 = "20250929"
25
+ REVISION = "20251017"
26
26
  end
27
27
  end
28
28
  end
@@ -238,18 +238,6 @@ 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
-
253
241
  class GoogleCloudDiscoveryengineV1AnswerGenerationSpec
254
242
  class Representation < Google::Apis::Core::JsonRepresentation; end
255
243
 
@@ -370,12 +358,6 @@ module Google
370
358
  include Google::Apis::Core::JsonObjectSupport
371
359
  end
372
360
 
373
- class GoogleCloudDiscoveryengineV1ContactDetails
374
- class Representation < Google::Apis::Core::JsonRepresentation; end
375
-
376
- include Google::Apis::Core::JsonObjectSupport
377
- end
378
-
379
361
  class GoogleCloudDiscoveryengineV1Control
380
362
  class Representation < Google::Apis::Core::JsonRepresentation; end
381
363
 
@@ -1750,6 +1732,12 @@ module Google
1750
1732
  include Google::Apis::Core::JsonObjectSupport
1751
1733
  end
1752
1734
 
1735
+ class GoogleCloudDiscoveryengineV1alphaCheckRefreshTokenResponse
1736
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1737
+
1738
+ include Google::Apis::Core::JsonObjectSupport
1739
+ end
1740
+
1753
1741
  class GoogleCloudDiscoveryengineV1alphaCheckRequirementRequest
1754
1742
  class Representation < Google::Apis::Core::JsonRepresentation; end
1755
1743
 
@@ -1804,6 +1792,18 @@ module Google
1804
1792
  include Google::Apis::Core::JsonObjectSupport
1805
1793
  end
1806
1794
 
1795
+ class GoogleCloudDiscoveryengineV1alphaCitation
1796
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1797
+
1798
+ include Google::Apis::Core::JsonObjectSupport
1799
+ end
1800
+
1801
+ class GoogleCloudDiscoveryengineV1alphaCitationMetadata
1802
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1803
+
1804
+ include Google::Apis::Core::JsonObjectSupport
1805
+ end
1806
+
1807
1807
  class GoogleCloudDiscoveryengineV1alphaCloudSqlSource
1808
1808
  class Representation < Google::Apis::Core::JsonRepresentation; end
1809
1809
 
@@ -1864,6 +1864,24 @@ module Google
1864
1864
  include Google::Apis::Core::JsonObjectSupport
1865
1865
  end
1866
1866
 
1867
+ class GoogleCloudDiscoveryengineV1alphaConfigurablePricingUsageStats
1868
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1869
+
1870
+ include Google::Apis::Core::JsonObjectSupport
1871
+ end
1872
+
1873
+ class GoogleCloudDiscoveryengineV1alphaConfigurablePricingUsageStatsDatedUsage
1874
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1875
+
1876
+ include Google::Apis::Core::JsonObjectSupport
1877
+ end
1878
+
1879
+ class GoogleCloudDiscoveryengineV1alphaConfigurablePricingUsageStatsMetricUsage
1880
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1881
+
1882
+ include Google::Apis::Core::JsonObjectSupport
1883
+ end
1884
+
1867
1885
  class GoogleCloudDiscoveryengineV1alphaConnectorRun
1868
1886
  class Representation < Google::Apis::Core::JsonRepresentation; end
1869
1887
 
@@ -4084,25 +4102,19 @@ module Google
4084
4102
  include Google::Apis::Core::JsonObjectSupport
4085
4103
  end
4086
4104
 
4087
- class GoogleCloudDiscoveryengineV1betaAclConfig
4105
+ class GoogleCloudDiscoveryengineV1alphaWorkspaceSettings
4088
4106
  class Representation < Google::Apis::Core::JsonRepresentation; end
4089
4107
 
4090
4108
  include Google::Apis::Core::JsonObjectSupport
4091
4109
  end
4092
4110
 
4093
- class GoogleCloudDiscoveryengineV1betaAdvancedSiteSearchConfig
4094
- class Representation < Google::Apis::Core::JsonRepresentation; end
4095
-
4096
- include Google::Apis::Core::JsonObjectSupport
4097
- end
4098
-
4099
- class GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig
4111
+ class GoogleCloudDiscoveryengineV1betaAclConfig
4100
4112
  class Representation < Google::Apis::Core::JsonRepresentation; end
4101
4113
 
4102
4114
  include Google::Apis::Core::JsonObjectSupport
4103
4115
  end
4104
4116
 
4105
- class GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment
4117
+ class GoogleCloudDiscoveryengineV1betaAdvancedSiteSearchConfig
4106
4118
  class Representation < Google::Apis::Core::JsonRepresentation; end
4107
4119
 
4108
4120
  include Google::Apis::Core::JsonObjectSupport
@@ -4156,12 +4168,6 @@ module Google
4156
4168
  include Google::Apis::Core::JsonObjectSupport
4157
4169
  end
4158
4170
 
4159
- class GoogleCloudDiscoveryengineV1betaContactDetails
4160
- class Representation < Google::Apis::Core::JsonRepresentation; end
4161
-
4162
- include Google::Apis::Core::JsonObjectSupport
4163
- end
4164
-
4165
4171
  class GoogleCloudDiscoveryengineV1betaControl
4166
4172
  class Representation < Google::Apis::Core::JsonRepresentation; end
4167
4173
 
@@ -5730,27 +5736,6 @@ module Google
5730
5736
  end
5731
5737
  end
5732
5738
 
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
-
5754
5739
  class GoogleCloudDiscoveryengineV1AnswerGenerationSpec
5755
5740
  # @private
5756
5741
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -5942,13 +5927,6 @@ module Google
5942
5927
  end
5943
5928
  end
5944
5929
 
5945
- class GoogleCloudDiscoveryengineV1ContactDetails
5946
- # @private
5947
- class Representation < Google::Apis::Core::JsonRepresentation
5948
- property :email_address, as: 'emailAddress'
5949
- end
5950
- end
5951
-
5952
5930
  class GoogleCloudDiscoveryengineV1Control
5953
5931
  # @private
5954
5932
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -6671,12 +6649,11 @@ module Google
6671
6649
  class GoogleCloudDiscoveryengineV1LicenseConfig
6672
6650
  # @private
6673
6651
  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
6652
  property :auto_renew, as: 'autoRenew'
6677
6653
  property :end_date, as: 'endDate', class: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate::Representation
6678
6654
 
6679
6655
  property :free_trial, as: 'freeTrial'
6656
+ property :gemini_bundle, as: 'geminiBundle'
6680
6657
  property :license_count, :numeric_string => true, as: 'licenseCount'
6681
6658
  property :name, as: 'name'
6682
6659
  property :start_date, as: 'startDate', class: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate::Representation
@@ -7973,6 +7950,8 @@ module Google
7973
7950
  class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent
7974
7951
  # @private
7975
7952
  class Representation < Google::Apis::Core::JsonRepresentation
7953
+ property :citation_metadata, as: 'citationMetadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCitationMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCitationMetadata::Representation
7954
+
7976
7955
  property :content, as: 'content', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantContent, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantContent::Representation
7977
7956
 
7978
7957
  property :text_grounding_metadata, as: 'textGroundingMetadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata::Representation
@@ -8274,6 +8253,14 @@ module Google
8274
8253
  end
8275
8254
  end
8276
8255
 
8256
+ class GoogleCloudDiscoveryengineV1alphaCheckRefreshTokenResponse
8257
+ # @private
8258
+ class Representation < Google::Apis::Core::JsonRepresentation
8259
+ property :refresh_token_info, as: 'refreshTokenInfo', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaRefreshTokenInfo, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaRefreshTokenInfo::Representation
8260
+
8261
+ end
8262
+ end
8263
+
8277
8264
  class GoogleCloudDiscoveryengineV1alphaCheckRequirementRequest
8278
8265
  # @private
8279
8266
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -8375,6 +8362,27 @@ module Google
8375
8362
  end
8376
8363
  end
8377
8364
 
8365
+ class GoogleCloudDiscoveryengineV1alphaCitation
8366
+ # @private
8367
+ class Representation < Google::Apis::Core::JsonRepresentation
8368
+ property :end_index, as: 'endIndex'
8369
+ property :license, as: 'license'
8370
+ property :publication_date, as: 'publicationDate', class: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate::Representation
8371
+
8372
+ property :start_index, as: 'startIndex'
8373
+ property :title, as: 'title'
8374
+ property :uri, as: 'uri'
8375
+ end
8376
+ end
8377
+
8378
+ class GoogleCloudDiscoveryengineV1alphaCitationMetadata
8379
+ # @private
8380
+ class Representation < Google::Apis::Core::JsonRepresentation
8381
+ collection :citations, as: 'citations', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCitation, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCitation::Representation
8382
+
8383
+ end
8384
+ end
8385
+
8378
8386
  class GoogleCloudDiscoveryengineV1alphaCloudSqlSource
8379
8387
  # @private
8380
8388
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -8478,6 +8486,34 @@ module Google
8478
8486
  end
8479
8487
  end
8480
8488
 
8489
+ class GoogleCloudDiscoveryengineV1alphaConfigurablePricingUsageStats
8490
+ # @private
8491
+ class Representation < Google::Apis::Core::JsonRepresentation
8492
+ collection :metric_usages, as: 'metricUsages', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaConfigurablePricingUsageStatsMetricUsage, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaConfigurablePricingUsageStatsMetricUsage::Representation
8493
+
8494
+ property :name, as: 'name'
8495
+ end
8496
+ end
8497
+
8498
+ class GoogleCloudDiscoveryengineV1alphaConfigurablePricingUsageStatsDatedUsage
8499
+ # @private
8500
+ class Representation < Google::Apis::Core::JsonRepresentation
8501
+ property :date, as: 'date', class: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate::Representation
8502
+
8503
+ property :usage, as: 'usage'
8504
+ end
8505
+ end
8506
+
8507
+ class GoogleCloudDiscoveryengineV1alphaConfigurablePricingUsageStatsMetricUsage
8508
+ # @private
8509
+ class Representation < Google::Apis::Core::JsonRepresentation
8510
+ collection :dated_usages, as: 'datedUsages', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaConfigurablePricingUsageStatsDatedUsage, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaConfigurablePricingUsageStatsDatedUsage::Representation
8511
+
8512
+ property :metric_type, as: 'metricType'
8513
+ collection :total_usages, as: 'totalUsages'
8514
+ end
8515
+ end
8516
+
8481
8517
  class GoogleCloudDiscoveryengineV1alphaConnectorRun
8482
8518
  # @private
8483
8519
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10010,6 +10046,7 @@ module Google
10010
10046
  property :end_date, as: 'endDate', class: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate::Representation
10011
10047
 
10012
10048
  property :free_trial, as: 'freeTrial'
10049
+ property :gemini_bundle, as: 'geminiBundle'
10013
10050
  property :license_count, :numeric_string => true, as: 'licenseCount'
10014
10051
  property :name, as: 'name'
10015
10052
  property :start_date, as: 'startDate', class: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate::Representation
@@ -11618,6 +11655,7 @@ module Google
11618
11655
  property :display_name, as: 'displayName'
11619
11656
  property :end_time, as: 'endTime'
11620
11657
  property :is_pinned, as: 'isPinned'
11658
+ collection :labels, as: 'labels'
11621
11659
  property :name, as: 'name'
11622
11660
  property :start_time, as: 'startTime'
11623
11661
  property :state, as: 'state'
@@ -12326,6 +12364,13 @@ module Google
12326
12364
  end
12327
12365
  end
12328
12366
 
12367
+ class GoogleCloudDiscoveryengineV1alphaWorkspaceSettings
12368
+ # @private
12369
+ class Representation < Google::Apis::Core::JsonRepresentation
12370
+ property :workspace_access_enabled, as: 'workspaceAccessEnabled'
12371
+ end
12372
+ end
12373
+
12329
12374
  class GoogleCloudDiscoveryengineV1betaAclConfig
12330
12375
  # @private
12331
12376
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12343,27 +12388,6 @@ module Google
12343
12388
  end
12344
12389
  end
12345
12390
 
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
-
12367
12391
  class GoogleCloudDiscoveryengineV1betaBatchCreateTargetSiteMetadata
12368
12392
  # @private
12369
12393
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12442,13 +12466,6 @@ module Google
12442
12466
  end
12443
12467
  end
12444
12468
 
12445
- class GoogleCloudDiscoveryengineV1betaContactDetails
12446
- # @private
12447
- class Representation < Google::Apis::Core::JsonRepresentation
12448
- property :email_address, as: 'emailAddress'
12449
- end
12450
- end
12451
-
12452
12469
  class GoogleCloudDiscoveryengineV1betaControl
12453
12470
  # @private
12454
12471
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13125,12 +13142,11 @@ module Google
13125
13142
  class GoogleCloudDiscoveryengineV1betaLicenseConfig
13126
13143
  # @private
13127
13144
  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
13145
  property :auto_renew, as: 'autoRenew'
13131
13146
  property :end_date, as: 'endDate', class: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate::Representation
13132
13147
 
13133
13148
  property :free_trial, as: 'freeTrial'
13149
+ property :gemini_bundle, as: 'geminiBundle'
13134
13150
  property :license_count, :numeric_string => true, as: 'licenseCount'
13135
13151
  property :name, as: 'name'
13136
13152
  property :start_date, as: 'startDate', class: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate::Representation
@@ -338,6 +338,64 @@ module Google
338
338
  execute_or_queue_command(command, &block)
339
339
  end
340
340
 
341
+ # Gets configurable pricing usage stats.
342
+ # @param [String] name
343
+ # Required. The name of the ConfigurablePricingUsageStats to retrieve. Format:
344
+ # projects/`project`/locations/`location`/configurablePricingUsageStats
345
+ # @param [Array<String>, String] metric_types
346
+ # Optional. The metric types to return usage for.
347
+ # @param [Fixnum] time_range_end_date_day
348
+ # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to
349
+ # specify a year by itself or a year and month where the day isn't significant.
350
+ # @param [Fixnum] time_range_end_date_month
351
+ # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month
352
+ # and day.
353
+ # @param [Fixnum] time_range_end_date_year
354
+ # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a
355
+ # year.
356
+ # @param [Fixnum] time_range_start_date_day
357
+ # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to
358
+ # specify a year by itself or a year and month where the day isn't significant.
359
+ # @param [Fixnum] time_range_start_date_month
360
+ # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month
361
+ # and day.
362
+ # @param [Fixnum] time_range_start_date_year
363
+ # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a
364
+ # year.
365
+ # @param [String] fields
366
+ # Selector specifying which fields to include in a partial response.
367
+ # @param [String] quota_user
368
+ # Available to use for quota purposes for server-side applications. Can be any
369
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
370
+ # @param [Google::Apis::RequestOptions] options
371
+ # Request-specific options
372
+ #
373
+ # @yield [result, err] Result & error if block supplied
374
+ # @yieldparam result [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaConfigurablePricingUsageStats] parsed result object
375
+ # @yieldparam err [StandardError] error object if request failed
376
+ #
377
+ # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaConfigurablePricingUsageStats]
378
+ #
379
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
380
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
381
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
382
+ def get_project_location_configurable_pricing_usage_stats(name, metric_types: nil, time_range_end_date_day: nil, time_range_end_date_month: nil, time_range_end_date_year: nil, time_range_start_date_day: nil, time_range_start_date_month: nil, time_range_start_date_year: nil, fields: nil, quota_user: nil, options: nil, &block)
383
+ command = make_simple_command(:get, 'v1alpha/{+name}', options)
384
+ command.response_representation = Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaConfigurablePricingUsageStats::Representation
385
+ command.response_class = Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaConfigurablePricingUsageStats
386
+ command.params['name'] = name unless name.nil?
387
+ command.query['metricTypes'] = metric_types unless metric_types.nil?
388
+ command.query['timeRange.endDate.day'] = time_range_end_date_day unless time_range_end_date_day.nil?
389
+ command.query['timeRange.endDate.month'] = time_range_end_date_month unless time_range_end_date_month.nil?
390
+ command.query['timeRange.endDate.year'] = time_range_end_date_year unless time_range_end_date_year.nil?
391
+ command.query['timeRange.startDate.day'] = time_range_start_date_day unless time_range_start_date_day.nil?
392
+ command.query['timeRange.startDate.month'] = time_range_start_date_month unless time_range_start_date_month.nil?
393
+ command.query['timeRange.startDate.year'] = time_range_start_date_year unless time_range_start_date_year.nil?
394
+ command.query['fields'] = fields unless fields.nil?
395
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
396
+ execute_or_queue_command(command, &block)
397
+ end
398
+
341
399
  # Obtains the time series data of organic or dedicated crawl rate for monitoring.
342
400
  # When dedicated crawl rate is not set, it will return vertex AI's organic
343
401
  # crawl rate time series. Organic crawl means Google automatically crawl the
@@ -1015,6 +1073,40 @@ module Google
1015
1073
  execute_or_queue_command(command, &block)
1016
1074
  end
1017
1075
 
1076
+ # Deprecated: Checks the existence of a refresh token for the EUC user for a
1077
+ # given connection and returns its details. Use AcquireAccessToken instead and
1078
+ # then check the validity of the returned token by asking the 3rd party system.
1079
+ # There's no way to know for sure if a refresh token is valid without asking the
1080
+ # 3rd party system.
1081
+ # @param [String] name
1082
+ # Required. The resource name of the connector for which a token is queried.
1083
+ # @param [String] fields
1084
+ # Selector specifying which fields to include in a partial response.
1085
+ # @param [String] quota_user
1086
+ # Available to use for quota purposes for server-side applications. Can be any
1087
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1088
+ # @param [Google::Apis::RequestOptions] options
1089
+ # Request-specific options
1090
+ #
1091
+ # @yield [result, err] Result & error if block supplied
1092
+ # @yieldparam result [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCheckRefreshTokenResponse] parsed result object
1093
+ # @yieldparam err [StandardError] error object if request failed
1094
+ #
1095
+ # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCheckRefreshTokenResponse]
1096
+ #
1097
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1098
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1099
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1100
+ def check_project_location_collection_data_connector_refresh_token(name, fields: nil, quota_user: nil, options: nil, &block)
1101
+ command = make_simple_command(:get, 'v1alpha/{+name}:checkRefreshToken', options)
1102
+ command.response_representation = Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCheckRefreshTokenResponse::Representation
1103
+ command.response_class = Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCheckRefreshTokenResponse
1104
+ command.params['name'] = name unless name.nil?
1105
+ command.query['fields'] = fields unless fields.nil?
1106
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1107
+ execute_or_queue_command(command, &block)
1108
+ end
1109
+
1018
1110
  # Get the secret for the associated connector.
1019
1111
  # @param [String] name
1020
1112
  # Required. The full resource name of the associated data connector.
@@ -4910,6 +5002,37 @@ module Google
4910
5002
  execute_or_queue_command(command, &block)
4911
5003
  end
4912
5004
 
5005
+ # Get Workspace settings for the end user.
5006
+ # @param [String] name
5007
+ # Required. Full Engine resource name. Format: `projects/`project`/locations/`
5008
+ # location`/collections/`collection_id`/engines/`engine_id``
5009
+ # @param [String] fields
5010
+ # Selector specifying which fields to include in a partial response.
5011
+ # @param [String] quota_user
5012
+ # Available to use for quota purposes for server-side applications. Can be any
5013
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
5014
+ # @param [Google::Apis::RequestOptions] options
5015
+ # Request-specific options
5016
+ #
5017
+ # @yield [result, err] Result & error if block supplied
5018
+ # @yieldparam result [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWorkspaceSettings] parsed result object
5019
+ # @yieldparam err [StandardError] error object if request failed
5020
+ #
5021
+ # @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWorkspaceSettings]
5022
+ #
5023
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
5024
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5025
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
5026
+ def get_project_location_collection_engine_workspace_settings(name, fields: nil, quota_user: nil, options: nil, &block)
5027
+ command = make_simple_command(:get, 'v1alpha/{+name}:getWorkspaceSettings', options)
5028
+ command.response_representation = Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWorkspaceSettings::Representation
5029
+ command.response_class = Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWorkspaceSettings
5030
+ command.params['name'] = name unless name.nil?
5031
+ command.query['fields'] = fields unless fields.nil?
5032
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
5033
+ execute_or_queue_command(command, &block)
5034
+ end
5035
+
4913
5036
  # Lists all the Engines associated with the project.
4914
5037
  # @param [String] parent
4915
5038
  # Required. The parent resource name, such as `projects/`project`/locations/`
@@ -34,6 +34,12 @@ module Google
34
34
 
35
35
  # Search your organization's data in the Cloud Search index
36
36
  AUTH_CLOUD_SEARCH_QUERY = 'https://www.googleapis.com/auth/cloud_search.query'
37
+
38
+ # View your Agentspace chat history, including uploaded files and generated reports and visualizations, and interact with the Agentspace assistant on your behalf.
39
+ AUTH_DISCOVERYENGINE_ASSIST_READWRITE = 'https://www.googleapis.com/auth/discoveryengine.assist.readwrite'
40
+
41
+ # View, edit, create, and delete all your data associated with any Discovery Engine API product, such as Agentspace, Vertex AI Search, or NotebookLM Enterprise, including both end user data and administration or configuration data.
42
+ AUTH_DISCOVERYENGINE_READWRITE = 'https://www.googleapis.com/auth/discoveryengine.readwrite'
37
43
  end
38
44
  end
39
45
  end
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.79.0
4
+ version: 0.80.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.79.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1alpha/v0.80.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: