google-apis-discoveryengine_v1alpha 0.78.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/discoveryengine_v1alpha/classes.rb +620 -20
- data/lib/google/apis/discoveryengine_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1alpha/representations.rb +231 -0
- data/lib/google/apis/discoveryengine_v1alpha/service.rb +237 -0
- data/lib/google/apis/discoveryengine_v1alpha.rb +6 -0
- metadata +2 -2
|
@@ -3462,8 +3462,7 @@ module Google
|
|
|
3462
3462
|
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1CmekConfig]
|
|
3463
3463
|
attr_accessor :cmek_config
|
|
3464
3464
|
|
|
3465
|
-
# Optional. Configuration for configurable billing approach. See
|
|
3466
|
-
# repricing-billing-dd for more details, only apply to non-Spark UCS Search.
|
|
3465
|
+
# Optional. Configuration for configurable billing approach. See
|
|
3467
3466
|
# Corresponds to the JSON property `configurableBillingApproach`
|
|
3468
3467
|
# @return [String]
|
|
3469
3468
|
attr_accessor :configurable_billing_approach
|
|
@@ -4283,8 +4282,7 @@ module Google
|
|
|
4283
4282
|
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineCommonConfig]
|
|
4284
4283
|
attr_accessor :common_config
|
|
4285
4284
|
|
|
4286
|
-
# Optional. Configuration for configurable billing approach.
|
|
4287
|
-
# repricing-billing-dd for more details.
|
|
4285
|
+
# Optional. Configuration for configurable billing approach.
|
|
4288
4286
|
# Corresponds to the JSON property `configurableBillingApproach`
|
|
4289
4287
|
# @return [String]
|
|
4290
4288
|
attr_accessor :configurable_billing_approach
|
|
@@ -4321,8 +4319,9 @@ module Google
|
|
|
4321
4319
|
# settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
|
|
4322
4320
|
# gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
|
|
4323
4321
|
# org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `
|
|
4324
|
-
# personalization-memory` * `disable-
|
|
4325
|
-
# generation` * `disable-onedrive-upload`
|
|
4322
|
+
# personalization-memory` * `disable-agent-sharing` * `disable-image-generation`
|
|
4323
|
+
# * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-
|
|
4324
|
+
# content` * `disable-google-drive-upload`
|
|
4326
4325
|
# Corresponds to the JSON property `features`
|
|
4327
4326
|
# @return [Hash<String,String>]
|
|
4328
4327
|
attr_accessor :features
|
|
@@ -5164,6 +5163,99 @@ module Google
|
|
|
5164
5163
|
end
|
|
5165
5164
|
end
|
|
5166
5165
|
|
|
5166
|
+
# Information about users' licenses.
|
|
5167
|
+
class GoogleCloudDiscoveryengineV1LicenseConfig
|
|
5168
|
+
include Google::Apis::Core::Hashable
|
|
5169
|
+
|
|
5170
|
+
# Optional. Whether the license config should be auto renewed when it reaches
|
|
5171
|
+
# the end date.
|
|
5172
|
+
# Corresponds to the JSON property `autoRenew`
|
|
5173
|
+
# @return [Boolean]
|
|
5174
|
+
attr_accessor :auto_renew
|
|
5175
|
+
alias_method :auto_renew?, :auto_renew
|
|
5176
|
+
|
|
5177
|
+
# Represents a whole or partial calendar date, such as a birthday. The time of
|
|
5178
|
+
# day and time zone are either specified elsewhere or are insignificant. The
|
|
5179
|
+
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
5180
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
|
5181
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
|
5182
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
|
5183
|
+
# example, a credit card expiration date). Related types: * google.type.
|
|
5184
|
+
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
|
5185
|
+
# Corresponds to the JSON property `endDate`
|
|
5186
|
+
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate]
|
|
5187
|
+
attr_accessor :end_date
|
|
5188
|
+
|
|
5189
|
+
# Optional. Whether the license config is for free trial.
|
|
5190
|
+
# Corresponds to the JSON property `freeTrial`
|
|
5191
|
+
# @return [Boolean]
|
|
5192
|
+
attr_accessor :free_trial
|
|
5193
|
+
alias_method :free_trial?, :free_trial
|
|
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
|
+
|
|
5201
|
+
# Required. Number of licenses purchased.
|
|
5202
|
+
# Corresponds to the JSON property `licenseCount`
|
|
5203
|
+
# @return [Fixnum]
|
|
5204
|
+
attr_accessor :license_count
|
|
5205
|
+
|
|
5206
|
+
# Immutable. Identifier. The fully qualified resource name of the license config.
|
|
5207
|
+
# Format: `projects/`project`/locations/`location`/licenseConfigs/`
|
|
5208
|
+
# license_config``
|
|
5209
|
+
# Corresponds to the JSON property `name`
|
|
5210
|
+
# @return [String]
|
|
5211
|
+
attr_accessor :name
|
|
5212
|
+
|
|
5213
|
+
# Represents a whole or partial calendar date, such as a birthday. The time of
|
|
5214
|
+
# day and time zone are either specified elsewhere or are insignificant. The
|
|
5215
|
+
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
5216
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
|
5217
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
|
5218
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
|
5219
|
+
# example, a credit card expiration date). Related types: * google.type.
|
|
5220
|
+
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
|
5221
|
+
# Corresponds to the JSON property `startDate`
|
|
5222
|
+
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate]
|
|
5223
|
+
attr_accessor :start_date
|
|
5224
|
+
|
|
5225
|
+
# Output only. The state of the license config.
|
|
5226
|
+
# Corresponds to the JSON property `state`
|
|
5227
|
+
# @return [String]
|
|
5228
|
+
attr_accessor :state
|
|
5229
|
+
|
|
5230
|
+
# Required. Subscription term.
|
|
5231
|
+
# Corresponds to the JSON property `subscriptionTerm`
|
|
5232
|
+
# @return [String]
|
|
5233
|
+
attr_accessor :subscription_term
|
|
5234
|
+
|
|
5235
|
+
# Required. Subscription tier information for the license config.
|
|
5236
|
+
# Corresponds to the JSON property `subscriptionTier`
|
|
5237
|
+
# @return [String]
|
|
5238
|
+
attr_accessor :subscription_tier
|
|
5239
|
+
|
|
5240
|
+
def initialize(**args)
|
|
5241
|
+
update!(**args)
|
|
5242
|
+
end
|
|
5243
|
+
|
|
5244
|
+
# Update properties of this object
|
|
5245
|
+
def update!(**args)
|
|
5246
|
+
@auto_renew = args[:auto_renew] if args.key?(:auto_renew)
|
|
5247
|
+
@end_date = args[:end_date] if args.key?(:end_date)
|
|
5248
|
+
@free_trial = args[:free_trial] if args.key?(:free_trial)
|
|
5249
|
+
@gemini_bundle = args[:gemini_bundle] if args.key?(:gemini_bundle)
|
|
5250
|
+
@license_count = args[:license_count] if args.key?(:license_count)
|
|
5251
|
+
@name = args[:name] if args.key?(:name)
|
|
5252
|
+
@start_date = args[:start_date] if args.key?(:start_date)
|
|
5253
|
+
@state = args[:state] if args.key?(:state)
|
|
5254
|
+
@subscription_term = args[:subscription_term] if args.key?(:subscription_term)
|
|
5255
|
+
@subscription_tier = args[:subscription_tier] if args.key?(:subscription_tier)
|
|
5256
|
+
end
|
|
5257
|
+
end
|
|
5258
|
+
|
|
5167
5259
|
# Metadata and configurations for a Google Cloud project in the service.
|
|
5168
5260
|
class GoogleCloudDiscoveryengineV1Project
|
|
5169
5261
|
include Google::Apis::Core::Hashable
|
|
@@ -7331,6 +7423,77 @@ module Google
|
|
|
7331
7423
|
end
|
|
7332
7424
|
end
|
|
7333
7425
|
|
|
7426
|
+
# The resource level alert config. Used in: * UserLicense * EngineUserData The
|
|
7427
|
+
# AlertPolicyConfig in data connector is of same usage. No easy way to migrate.
|
|
7428
|
+
class GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfig
|
|
7429
|
+
include Google::Apis::Core::Hashable
|
|
7430
|
+
|
|
7431
|
+
# Optional. The enrollment state of each alert.
|
|
7432
|
+
# Corresponds to the JSON property `alertEnrollments`
|
|
7433
|
+
# @return [Array<Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfigAlertEnrollment>]
|
|
7434
|
+
attr_accessor :alert_enrollments
|
|
7435
|
+
|
|
7436
|
+
# Immutable. The fully qualified resource name of the AlertPolicy.
|
|
7437
|
+
# Corresponds to the JSON property `alertPolicy`
|
|
7438
|
+
# @return [String]
|
|
7439
|
+
attr_accessor :alert_policy
|
|
7440
|
+
|
|
7441
|
+
# Optional. The contact details for each alert policy.
|
|
7442
|
+
# Corresponds to the JSON property `contactDetails`
|
|
7443
|
+
# @return [Array<Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaContactDetails>]
|
|
7444
|
+
attr_accessor :contact_details
|
|
7445
|
+
|
|
7446
|
+
# Optional. The language code used for notifications
|
|
7447
|
+
# Corresponds to the JSON property `languageCode`
|
|
7448
|
+
# @return [String]
|
|
7449
|
+
attr_accessor :language_code
|
|
7450
|
+
|
|
7451
|
+
def initialize(**args)
|
|
7452
|
+
update!(**args)
|
|
7453
|
+
end
|
|
7454
|
+
|
|
7455
|
+
# Update properties of this object
|
|
7456
|
+
def update!(**args)
|
|
7457
|
+
@alert_enrollments = args[:alert_enrollments] if args.key?(:alert_enrollments)
|
|
7458
|
+
@alert_policy = args[:alert_policy] if args.key?(:alert_policy)
|
|
7459
|
+
@contact_details = args[:contact_details] if args.key?(:contact_details)
|
|
7460
|
+
@language_code = args[:language_code] if args.key?(:language_code)
|
|
7461
|
+
end
|
|
7462
|
+
end
|
|
7463
|
+
|
|
7464
|
+
# The alert enrollment status.
|
|
7465
|
+
class GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfigAlertEnrollment
|
|
7466
|
+
include Google::Apis::Core::Hashable
|
|
7467
|
+
|
|
7468
|
+
# Immutable. The id of an alert.
|
|
7469
|
+
# Corresponds to the JSON property `alertId`
|
|
7470
|
+
# @return [String]
|
|
7471
|
+
attr_accessor :alert_id
|
|
7472
|
+
|
|
7473
|
+
# Required. The enrollment status of a customer.
|
|
7474
|
+
# Corresponds to the JSON property `enrollState`
|
|
7475
|
+
# @return [String]
|
|
7476
|
+
attr_accessor :enroll_state
|
|
7477
|
+
|
|
7478
|
+
# Optional. Parameters used to instantiate a notification. Used for
|
|
7479
|
+
# notifications that are triggered when registered. Not stored. * Gemini
|
|
7480
|
+
# Business welcome emails. * Gemini Business user invitation emails.
|
|
7481
|
+
# Corresponds to the JSON property `notificationParams`
|
|
7482
|
+
# @return [Hash<String,String>]
|
|
7483
|
+
attr_accessor :notification_params
|
|
7484
|
+
|
|
7485
|
+
def initialize(**args)
|
|
7486
|
+
update!(**args)
|
|
7487
|
+
end
|
|
7488
|
+
|
|
7489
|
+
# Update properties of this object
|
|
7490
|
+
def update!(**args)
|
|
7491
|
+
@alert_id = args[:alert_id] if args.key?(:alert_id)
|
|
7492
|
+
@enroll_state = args[:enroll_state] if args.key?(:enroll_state)
|
|
7493
|
+
@notification_params = args[:notification_params] if args.key?(:notification_params)
|
|
7494
|
+
end
|
|
7495
|
+
end
|
|
7496
|
+
|
|
7334
7497
|
# AlloyDB source import data from.
|
|
7335
7498
|
class GoogleCloudDiscoveryengineV1alphaAlloyDbSource
|
|
7336
7499
|
include Google::Apis::Core::Hashable
|
|
@@ -9725,6 +9888,11 @@ module Google
|
|
|
9725
9888
|
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent
|
|
9726
9889
|
include Google::Apis::Core::Hashable
|
|
9727
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
|
+
|
|
9728
9896
|
# Multi-modal content.
|
|
9729
9897
|
# Corresponds to the JSON property `content`
|
|
9730
9898
|
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantContent]
|
|
@@ -9741,6 +9909,7 @@ module Google
|
|
|
9741
9909
|
|
|
9742
9910
|
# Update properties of this object
|
|
9743
9911
|
def update!(**args)
|
|
9912
|
+
@citation_metadata = args[:citation_metadata] if args.key?(:citation_metadata)
|
|
9744
9913
|
@content = args[:content] if args.key?(:content)
|
|
9745
9914
|
@text_grounding_metadata = args[:text_grounding_metadata] if args.key?(:text_grounding_metadata)
|
|
9746
9915
|
end
|
|
@@ -10777,6 +10946,25 @@ module Google
|
|
|
10777
10946
|
end
|
|
10778
10947
|
end
|
|
10779
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
|
+
|
|
10780
10968
|
# Request for CheckRequirement method.
|
|
10781
10969
|
class GoogleCloudDiscoveryengineV1alphaCheckRequirementRequest
|
|
10782
10970
|
include Google::Apis::Core::Hashable
|
|
@@ -11156,6 +11344,81 @@ module Google
|
|
|
11156
11344
|
end
|
|
11157
11345
|
end
|
|
11158
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
|
+
|
|
11159
11422
|
# Cloud SQL source import data from.
|
|
11160
11423
|
class GoogleCloudDiscoveryengineV1alphaCloudSqlSource
|
|
11161
11424
|
include Google::Apis::Core::Hashable
|
|
@@ -11557,6 +11820,97 @@ module Google
|
|
|
11557
11820
|
end
|
|
11558
11821
|
end
|
|
11559
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
|
+
|
|
11560
11914
|
# A data sync run of DataConnector. After DataConnector is successfully
|
|
11561
11915
|
# initialized, data syncs are scheduled at DataConnector.refresh_interval. A
|
|
11562
11916
|
# ConnectorRun represents a data sync either in the past or onging that the
|
|
@@ -11759,6 +12113,27 @@ module Google
|
|
|
11759
12113
|
end
|
|
11760
12114
|
end
|
|
11761
12115
|
|
|
12116
|
+
# The contact info stored in resource level. If both project level and resource
|
|
12117
|
+
# level is populated, the resource level contact info will override the project
|
|
12118
|
+
# level contact info.
|
|
12119
|
+
class GoogleCloudDiscoveryengineV1alphaContactDetails
|
|
12120
|
+
include Google::Apis::Core::Hashable
|
|
12121
|
+
|
|
12122
|
+
# Optional. The email address of the contact.
|
|
12123
|
+
# Corresponds to the JSON property `emailAddress`
|
|
12124
|
+
# @return [String]
|
|
12125
|
+
attr_accessor :email_address
|
|
12126
|
+
|
|
12127
|
+
def initialize(**args)
|
|
12128
|
+
update!(**args)
|
|
12129
|
+
end
|
|
12130
|
+
|
|
12131
|
+
# Update properties of this object
|
|
12132
|
+
def update!(**args)
|
|
12133
|
+
@email_address = args[:email_address] if args.key?(:email_address)
|
|
12134
|
+
end
|
|
12135
|
+
end
|
|
12136
|
+
|
|
11762
12137
|
# Defines a conditioned behavior to employ during serving. Must be attached to a
|
|
11763
12138
|
# ServingConfig to be considered at serving time. Permitted actions dependent on
|
|
11764
12139
|
# `SolutionType`.
|
|
@@ -13180,8 +13555,7 @@ module Google
|
|
|
13180
13555
|
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCmekConfig]
|
|
13181
13556
|
attr_accessor :cmek_config
|
|
13182
13557
|
|
|
13183
|
-
# Optional. Configuration for configurable billing approach. See
|
|
13184
|
-
# repricing-billing-dd for more details, only apply to non-Spark UCS Search.
|
|
13558
|
+
# Optional. Configuration for configurable billing approach. See
|
|
13185
13559
|
# Corresponds to the JSON property `configurableBillingApproach`
|
|
13186
13560
|
# @return [String]
|
|
13187
13561
|
attr_accessor :configurable_billing_approach
|
|
@@ -14436,8 +14810,7 @@ module Google
|
|
|
14436
14810
|
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineCommonConfig]
|
|
14437
14811
|
attr_accessor :common_config
|
|
14438
14812
|
|
|
14439
|
-
# Optional. Configuration for configurable billing approach.
|
|
14440
|
-
# repricing-billing-dd for more details.
|
|
14813
|
+
# Optional. Configuration for configurable billing approach.
|
|
14441
14814
|
# Corresponds to the JSON property `configurableBillingApproach`
|
|
14442
14815
|
# @return [String]
|
|
14443
14816
|
attr_accessor :configurable_billing_approach
|
|
@@ -14474,8 +14847,9 @@ module Google
|
|
|
14474
14847
|
# settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
|
|
14475
14848
|
# gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
|
|
14476
14849
|
# org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `
|
|
14477
|
-
# personalization-memory` * `disable-
|
|
14478
|
-
# generation` * `disable-onedrive-upload`
|
|
14850
|
+
# personalization-memory` * `disable-agent-sharing` * `disable-image-generation`
|
|
14851
|
+
# * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-
|
|
14852
|
+
# content` * `disable-google-drive-upload`
|
|
14479
14853
|
# Corresponds to the JSON property `features`
|
|
14480
14854
|
# @return [Hash<String,String>]
|
|
14481
14855
|
attr_accessor :features
|
|
@@ -17151,6 +17525,106 @@ module Google
|
|
|
17151
17525
|
end
|
|
17152
17526
|
end
|
|
17153
17527
|
|
|
17528
|
+
# Information about users' licenses.
|
|
17529
|
+
class GoogleCloudDiscoveryengineV1alphaLicenseConfig
|
|
17530
|
+
include Google::Apis::Core::Hashable
|
|
17531
|
+
|
|
17532
|
+
# The resource level alert config. Used in: * UserLicense * EngineUserData The
|
|
17533
|
+
# AlertPolicyConfig in data connector is of same usage. No easy way to migrate.
|
|
17534
|
+
# Corresponds to the JSON property `alertPolicyResourceConfig`
|
|
17535
|
+
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfig]
|
|
17536
|
+
attr_accessor :alert_policy_resource_config
|
|
17537
|
+
|
|
17538
|
+
# Optional. Whether the license config should be auto renewed when it reaches
|
|
17539
|
+
# the end date.
|
|
17540
|
+
# Corresponds to the JSON property `autoRenew`
|
|
17541
|
+
# @return [Boolean]
|
|
17542
|
+
attr_accessor :auto_renew
|
|
17543
|
+
alias_method :auto_renew?, :auto_renew
|
|
17544
|
+
|
|
17545
|
+
# Represents a whole or partial calendar date, such as a birthday. The time of
|
|
17546
|
+
# day and time zone are either specified elsewhere or are insignificant. The
|
|
17547
|
+
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
17548
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
|
17549
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
|
17550
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
|
17551
|
+
# example, a credit card expiration date). Related types: * google.type.
|
|
17552
|
+
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
|
17553
|
+
# Corresponds to the JSON property `endDate`
|
|
17554
|
+
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate]
|
|
17555
|
+
attr_accessor :end_date
|
|
17556
|
+
|
|
17557
|
+
# Optional. Whether the license config is for free trial.
|
|
17558
|
+
# Corresponds to the JSON property `freeTrial`
|
|
17559
|
+
# @return [Boolean]
|
|
17560
|
+
attr_accessor :free_trial
|
|
17561
|
+
alias_method :free_trial?, :free_trial
|
|
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
|
+
|
|
17569
|
+
# Required. Number of licenses purchased.
|
|
17570
|
+
# Corresponds to the JSON property `licenseCount`
|
|
17571
|
+
# @return [Fixnum]
|
|
17572
|
+
attr_accessor :license_count
|
|
17573
|
+
|
|
17574
|
+
# Immutable. Identifier. The fully qualified resource name of the license config.
|
|
17575
|
+
# Format: `projects/`project`/locations/`location`/licenseConfigs/`
|
|
17576
|
+
# license_config``
|
|
17577
|
+
# Corresponds to the JSON property `name`
|
|
17578
|
+
# @return [String]
|
|
17579
|
+
attr_accessor :name
|
|
17580
|
+
|
|
17581
|
+
# Represents a whole or partial calendar date, such as a birthday. The time of
|
|
17582
|
+
# day and time zone are either specified elsewhere or are insignificant. The
|
|
17583
|
+
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
17584
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
|
17585
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
|
17586
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
|
17587
|
+
# example, a credit card expiration date). Related types: * google.type.
|
|
17588
|
+
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
|
17589
|
+
# Corresponds to the JSON property `startDate`
|
|
17590
|
+
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate]
|
|
17591
|
+
attr_accessor :start_date
|
|
17592
|
+
|
|
17593
|
+
# Output only. The state of the license config.
|
|
17594
|
+
# Corresponds to the JSON property `state`
|
|
17595
|
+
# @return [String]
|
|
17596
|
+
attr_accessor :state
|
|
17597
|
+
|
|
17598
|
+
# Required. Subscription term.
|
|
17599
|
+
# Corresponds to the JSON property `subscriptionTerm`
|
|
17600
|
+
# @return [String]
|
|
17601
|
+
attr_accessor :subscription_term
|
|
17602
|
+
|
|
17603
|
+
# Required. Subscription tier information for the license config.
|
|
17604
|
+
# Corresponds to the JSON property `subscriptionTier`
|
|
17605
|
+
# @return [String]
|
|
17606
|
+
attr_accessor :subscription_tier
|
|
17607
|
+
|
|
17608
|
+
def initialize(**args)
|
|
17609
|
+
update!(**args)
|
|
17610
|
+
end
|
|
17611
|
+
|
|
17612
|
+
# Update properties of this object
|
|
17613
|
+
def update!(**args)
|
|
17614
|
+
@alert_policy_resource_config = args[:alert_policy_resource_config] if args.key?(:alert_policy_resource_config)
|
|
17615
|
+
@auto_renew = args[:auto_renew] if args.key?(:auto_renew)
|
|
17616
|
+
@end_date = args[:end_date] if args.key?(:end_date)
|
|
17617
|
+
@free_trial = args[:free_trial] if args.key?(:free_trial)
|
|
17618
|
+
@gemini_bundle = args[:gemini_bundle] if args.key?(:gemini_bundle)
|
|
17619
|
+
@license_count = args[:license_count] if args.key?(:license_count)
|
|
17620
|
+
@name = args[:name] if args.key?(:name)
|
|
17621
|
+
@start_date = args[:start_date] if args.key?(:start_date)
|
|
17622
|
+
@state = args[:state] if args.key?(:state)
|
|
17623
|
+
@subscription_term = args[:subscription_term] if args.key?(:subscription_term)
|
|
17624
|
+
@subscription_tier = args[:subscription_tier] if args.key?(:subscription_tier)
|
|
17625
|
+
end
|
|
17626
|
+
end
|
|
17627
|
+
|
|
17154
17628
|
# Response for BranchService.ListBranches method.
|
|
17155
17629
|
class GoogleCloudDiscoveryengineV1alphaListBranchesResponse
|
|
17156
17630
|
include Google::Apis::Core::Hashable
|
|
@@ -23084,6 +23558,12 @@ module Google
|
|
|
23084
23558
|
attr_accessor :is_pinned
|
|
23085
23559
|
alias_method :is_pinned?, :is_pinned
|
|
23086
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
|
+
|
|
23087
23567
|
# Immutable. Fully qualified name `projects/`project`/locations/global/
|
|
23088
23568
|
# collections/`collection`/engines/`engine`/sessions/*`
|
|
23089
23569
|
# Corresponds to the JSON property `name`
|
|
@@ -23119,6 +23599,7 @@ module Google
|
|
|
23119
23599
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
23120
23600
|
@end_time = args[:end_time] if args.key?(:end_time)
|
|
23121
23601
|
@is_pinned = args[:is_pinned] if args.key?(:is_pinned)
|
|
23602
|
+
@labels = args[:labels] if args.key?(:labels)
|
|
23122
23603
|
@name = args[:name] if args.key?(:name)
|
|
23123
23604
|
@start_time = args[:start_time] if args.key?(:start_time)
|
|
23124
23605
|
@state = args[:state] if args.key?(:state)
|
|
@@ -23142,6 +23623,11 @@ module Google
|
|
|
23142
23623
|
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAnswer]
|
|
23143
23624
|
attr_accessor :detailed_answer
|
|
23144
23625
|
|
|
23626
|
+
# AssistAnswer resource, main part of AssistResponse.
|
|
23627
|
+
# Corresponds to the JSON property `detailedAssistAnswer`
|
|
23628
|
+
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistAnswer]
|
|
23629
|
+
attr_accessor :detailed_assist_answer
|
|
23630
|
+
|
|
23145
23631
|
# Defines a user inputed query.
|
|
23146
23632
|
# Corresponds to the JSON property `query`
|
|
23147
23633
|
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaQuery]
|
|
@@ -23162,6 +23648,7 @@ module Google
|
|
|
23162
23648
|
def update!(**args)
|
|
23163
23649
|
@answer = args[:answer] if args.key?(:answer)
|
|
23164
23650
|
@detailed_answer = args[:detailed_answer] if args.key?(:detailed_answer)
|
|
23651
|
+
@detailed_assist_answer = args[:detailed_assist_answer] if args.key?(:detailed_assist_answer)
|
|
23165
23652
|
@query = args[:query] if args.key?(:query)
|
|
23166
23653
|
@query_config = args[:query_config] if args.key?(:query_config)
|
|
23167
23654
|
end
|
|
@@ -25693,8 +26180,9 @@ module Google
|
|
|
25693
26180
|
# Supported keys: * `agent-gallery` * `no-code-agent-builder` * `prompt-gallery`
|
|
25694
26181
|
# * `model-selector` * `notebook-lm` * `people-search` * `people-search-org-
|
|
25695
26182
|
# chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `
|
|
25696
|
-
# personalization-memory` * `disable-
|
|
25697
|
-
# generation` * `disable-onedrive-upload`
|
|
26183
|
+
# personalization-memory` * `disable-agent-sharing` * `disable-image-generation`
|
|
26184
|
+
# * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-
|
|
26185
|
+
# content` * `disable-google-drive-upload`
|
|
25698
26186
|
# Corresponds to the JSON property `features`
|
|
25699
26187
|
# @return [Hash<String,String>]
|
|
25700
26188
|
attr_accessor :features
|
|
@@ -25864,6 +26352,26 @@ module Google
|
|
|
25864
26352
|
end
|
|
25865
26353
|
end
|
|
25866
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
|
+
|
|
25867
26375
|
# Access Control Configuration.
|
|
25868
26376
|
class GoogleCloudDiscoveryengineV1betaAclConfig
|
|
25869
26377
|
include Google::Apis::Core::Hashable
|
|
@@ -26711,8 +27219,7 @@ module Google
|
|
|
26711
27219
|
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaCmekConfig]
|
|
26712
27220
|
attr_accessor :cmek_config
|
|
26713
27221
|
|
|
26714
|
-
# Optional. Configuration for configurable billing approach. See
|
|
26715
|
-
# repricing-billing-dd for more details, only apply to non-Spark UCS Search.
|
|
27222
|
+
# Optional. Configuration for configurable billing approach. See
|
|
26716
27223
|
# Corresponds to the JSON property `configurableBillingApproach`
|
|
26717
27224
|
# @return [String]
|
|
26718
27225
|
attr_accessor :configurable_billing_approach
|
|
@@ -27464,8 +27971,7 @@ module Google
|
|
|
27464
27971
|
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineCommonConfig]
|
|
27465
27972
|
attr_accessor :common_config
|
|
27466
27973
|
|
|
27467
|
-
# Optional. Configuration for configurable billing approach.
|
|
27468
|
-
# repricing-billing-dd for more details.
|
|
27974
|
+
# Optional. Configuration for configurable billing approach.
|
|
27469
27975
|
# Corresponds to the JSON property `configurableBillingApproach`
|
|
27470
27976
|
# @return [String]
|
|
27471
27977
|
attr_accessor :configurable_billing_approach
|
|
@@ -27502,8 +28008,9 @@ module Google
|
|
|
27502
28008
|
# settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
|
|
27503
28009
|
# gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
|
|
27504
28010
|
# org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `
|
|
27505
|
-
# personalization-memory` * `disable-
|
|
27506
|
-
# generation` * `disable-onedrive-upload`
|
|
28011
|
+
# personalization-memory` * `disable-agent-sharing` * `disable-image-generation`
|
|
28012
|
+
# * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-
|
|
28013
|
+
# content` * `disable-google-drive-upload`
|
|
27507
28014
|
# Corresponds to the JSON property `features`
|
|
27508
28015
|
# @return [Hash<String,String>]
|
|
27509
28016
|
attr_accessor :features
|
|
@@ -28569,6 +29076,99 @@ module Google
|
|
|
28569
29076
|
end
|
|
28570
29077
|
end
|
|
28571
29078
|
|
|
29079
|
+
# Information about users' licenses.
|
|
29080
|
+
class GoogleCloudDiscoveryengineV1betaLicenseConfig
|
|
29081
|
+
include Google::Apis::Core::Hashable
|
|
29082
|
+
|
|
29083
|
+
# Optional. Whether the license config should be auto renewed when it reaches
|
|
29084
|
+
# the end date.
|
|
29085
|
+
# Corresponds to the JSON property `autoRenew`
|
|
29086
|
+
# @return [Boolean]
|
|
29087
|
+
attr_accessor :auto_renew
|
|
29088
|
+
alias_method :auto_renew?, :auto_renew
|
|
29089
|
+
|
|
29090
|
+
# Represents a whole or partial calendar date, such as a birthday. The time of
|
|
29091
|
+
# day and time zone are either specified elsewhere or are insignificant. The
|
|
29092
|
+
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
29093
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
|
29094
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
|
29095
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
|
29096
|
+
# example, a credit card expiration date). Related types: * google.type.
|
|
29097
|
+
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
|
29098
|
+
# Corresponds to the JSON property `endDate`
|
|
29099
|
+
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate]
|
|
29100
|
+
attr_accessor :end_date
|
|
29101
|
+
|
|
29102
|
+
# Optional. Whether the license config is for free trial.
|
|
29103
|
+
# Corresponds to the JSON property `freeTrial`
|
|
29104
|
+
# @return [Boolean]
|
|
29105
|
+
attr_accessor :free_trial
|
|
29106
|
+
alias_method :free_trial?, :free_trial
|
|
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
|
+
|
|
29114
|
+
# Required. Number of licenses purchased.
|
|
29115
|
+
# Corresponds to the JSON property `licenseCount`
|
|
29116
|
+
# @return [Fixnum]
|
|
29117
|
+
attr_accessor :license_count
|
|
29118
|
+
|
|
29119
|
+
# Immutable. Identifier. The fully qualified resource name of the license config.
|
|
29120
|
+
# Format: `projects/`project`/locations/`location`/licenseConfigs/`
|
|
29121
|
+
# license_config``
|
|
29122
|
+
# Corresponds to the JSON property `name`
|
|
29123
|
+
# @return [String]
|
|
29124
|
+
attr_accessor :name
|
|
29125
|
+
|
|
29126
|
+
# Represents a whole or partial calendar date, such as a birthday. The time of
|
|
29127
|
+
# day and time zone are either specified elsewhere or are insignificant. The
|
|
29128
|
+
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
29129
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
|
29130
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
|
29131
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
|
29132
|
+
# example, a credit card expiration date). Related types: * google.type.
|
|
29133
|
+
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
|
29134
|
+
# Corresponds to the JSON property `startDate`
|
|
29135
|
+
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate]
|
|
29136
|
+
attr_accessor :start_date
|
|
29137
|
+
|
|
29138
|
+
# Output only. The state of the license config.
|
|
29139
|
+
# Corresponds to the JSON property `state`
|
|
29140
|
+
# @return [String]
|
|
29141
|
+
attr_accessor :state
|
|
29142
|
+
|
|
29143
|
+
# Required. Subscription term.
|
|
29144
|
+
# Corresponds to the JSON property `subscriptionTerm`
|
|
29145
|
+
# @return [String]
|
|
29146
|
+
attr_accessor :subscription_term
|
|
29147
|
+
|
|
29148
|
+
# Required. Subscription tier information for the license config.
|
|
29149
|
+
# Corresponds to the JSON property `subscriptionTier`
|
|
29150
|
+
# @return [String]
|
|
29151
|
+
attr_accessor :subscription_tier
|
|
29152
|
+
|
|
29153
|
+
def initialize(**args)
|
|
29154
|
+
update!(**args)
|
|
29155
|
+
end
|
|
29156
|
+
|
|
29157
|
+
# Update properties of this object
|
|
29158
|
+
def update!(**args)
|
|
29159
|
+
@auto_renew = args[:auto_renew] if args.key?(:auto_renew)
|
|
29160
|
+
@end_date = args[:end_date] if args.key?(:end_date)
|
|
29161
|
+
@free_trial = args[:free_trial] if args.key?(:free_trial)
|
|
29162
|
+
@gemini_bundle = args[:gemini_bundle] if args.key?(:gemini_bundle)
|
|
29163
|
+
@license_count = args[:license_count] if args.key?(:license_count)
|
|
29164
|
+
@name = args[:name] if args.key?(:name)
|
|
29165
|
+
@start_date = args[:start_date] if args.key?(:start_date)
|
|
29166
|
+
@state = args[:state] if args.key?(:state)
|
|
29167
|
+
@subscription_term = args[:subscription_term] if args.key?(:subscription_term)
|
|
29168
|
+
@subscription_tier = args[:subscription_tier] if args.key?(:subscription_tier)
|
|
29169
|
+
end
|
|
29170
|
+
end
|
|
29171
|
+
|
|
28572
29172
|
# Configuration for Natural Language Query Understanding.
|
|
28573
29173
|
class GoogleCloudDiscoveryengineV1betaNaturalLanguageQueryUnderstandingConfig
|
|
28574
29174
|
include Google::Apis::Core::Hashable
|