google-apis-discoveryengine_v1alpha 0.66.0 → 0.68.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 +79 -17
- data/lib/google/apis/discoveryengine_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1alpha/representations.rb +19 -0
- data/lib/google/apis/discoveryengine_v1alpha/service.rb +5 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f6ade9979316b105277caaecc516875d21161843fd69abd48ff99f3e19e19ac6
|
4
|
+
data.tar.gz: 1dd20eb30f66ca61e4385fbbdd869c6d0d74fed259b9f2f73dd9d84e3291a977
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e46d015c7d8761c93f82d17c60b3b83d1e040732a228c97eaa3058277974af5a6166ded5633579fe1bec08675dfa8595c05284a79bff9abc2fd9137f210483e
|
7
|
+
data.tar.gz: a88e1d1392d9103b136632e87d87e7f4ed62405cc03c12a3c0fee1a20a761311264a2be639ebce915e095bf92784c1583e32b3868a38597fa5d80748d79ec615
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-discoveryengine_v1alpha
|
2
2
|
|
3
|
+
### v0.68.0 (2025-07-06)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250701
|
6
|
+
|
7
|
+
### v0.67.0 (2025-06-29)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250619
|
10
|
+
|
3
11
|
### v0.66.0 (2025-06-22)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250617
|
@@ -3243,7 +3243,7 @@ module Google
|
|
3243
3243
|
# Supported keys: * `*`: all features, if it's present, all other feature state
|
3244
3244
|
# settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
|
3245
3245
|
# gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
|
3246
|
-
# org-chart` * `bi-directional-audio` * `feedback`
|
3246
|
+
# org-chart` * `bi-directional-audio` * `feedback` * `session-sharing`
|
3247
3247
|
# Corresponds to the JSON property `features`
|
3248
3248
|
# @return [Hash<String,String>]
|
3249
3249
|
attr_accessor :features
|
@@ -5354,7 +5354,7 @@ module Google
|
|
5354
5354
|
attr_accessor :last_login_time
|
5355
5355
|
|
5356
5356
|
# Output only. License assignment state of the user. If the user is assigned
|
5357
|
-
# with a license config, the user
|
5357
|
+
# with a license config, the user login will be assigned with the license; If
|
5358
5358
|
# the user's license assignment state is unassigned or unspecified, no license
|
5359
5359
|
# config will be associated to the user;
|
5360
5360
|
# Corresponds to the JSON property `licenseAssignmentState`
|
@@ -9411,7 +9411,7 @@ module Google
|
|
9411
9411
|
class GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRun
|
9412
9412
|
include Google::Apis::Core::Hashable
|
9413
9413
|
|
9414
|
-
# The number of documents deleted.
|
9414
|
+
# Optional. The number of documents deleted.
|
9415
9415
|
# Corresponds to the JSON property `deletedRecordCount`
|
9416
9416
|
# @return [Fixnum]
|
9417
9417
|
attr_accessor :deleted_record_count
|
@@ -9421,8 +9421,7 @@ module Google
|
|
9421
9421
|
# @return [String]
|
9422
9422
|
attr_accessor :entity_name
|
9423
9423
|
|
9424
|
-
# The total number of documents failed at sync at
|
9425
|
-
# indexing, etc).
|
9424
|
+
# Optional. The total number of documents failed at sync at indexing stage.
|
9426
9425
|
# Corresponds to the JSON property `errorRecordCount`
|
9427
9426
|
# @return [Fixnum]
|
9428
9427
|
attr_accessor :error_record_count
|
@@ -9433,13 +9432,13 @@ module Google
|
|
9433
9432
|
# @return [Array<Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus>]
|
9434
9433
|
attr_accessor :errors
|
9435
9434
|
|
9436
|
-
# The number of documents extracted from connector source, ready to be
|
9437
|
-
# to VAIS.
|
9435
|
+
# Optional. The number of documents extracted from connector source, ready to be
|
9436
|
+
# ingested to VAIS.
|
9438
9437
|
# Corresponds to the JSON property `extractedRecordCount`
|
9439
9438
|
# @return [Fixnum]
|
9440
9439
|
attr_accessor :extracted_record_count
|
9441
9440
|
|
9442
|
-
# The number of documents indexed.
|
9441
|
+
# Optional. The number of documents indexed.
|
9443
9442
|
# Corresponds to the JSON property `indexedRecordCount`
|
9444
9443
|
# @return [Fixnum]
|
9445
9444
|
attr_accessor :indexed_record_count
|
@@ -9449,13 +9448,13 @@ module Google
|
|
9449
9448
|
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress]
|
9450
9449
|
attr_accessor :progress
|
9451
9450
|
|
9452
|
-
# The number of documents scheduled to be crawled/extracted from
|
9453
|
-
# source. This only applies to third party connectors.
|
9451
|
+
# Optional. The number of documents scheduled to be crawled/extracted from
|
9452
|
+
# connector source. This only applies to third party connectors.
|
9454
9453
|
# Corresponds to the JSON property `scheduledRecordCount`
|
9455
9454
|
# @return [Fixnum]
|
9456
9455
|
attr_accessor :scheduled_record_count
|
9457
9456
|
|
9458
|
-
# The number of requests sent to 3p API.
|
9457
|
+
# Optional. The number of requests sent to 3p API.
|
9459
9458
|
# Corresponds to the JSON property `sourceApiRequestCount`
|
9460
9459
|
# @return [Fixnum]
|
9461
9460
|
attr_accessor :source_api_request_count
|
@@ -10429,6 +10428,12 @@ module Google
|
|
10429
10428
|
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaActionConfig]
|
10430
10429
|
attr_accessor :action_config
|
10431
10430
|
|
10431
|
+
# Output only. State of the action connector. This reflects whether the action
|
10432
|
+
# connector is initializing, active or has encountered errors.
|
10433
|
+
# Corresponds to the JSON property `actionState`
|
10434
|
+
# @return [String]
|
10435
|
+
attr_accessor :action_state
|
10436
|
+
|
10432
10437
|
# Optional. The connector level alert config.
|
10433
10438
|
# Corresponds to the JSON property `alertPolicyConfigs`
|
10434
10439
|
# @return [Array<Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig>]
|
@@ -10520,12 +10525,16 @@ module Google
|
|
10520
10525
|
# Optional. The refresh interval specifically for incremental data syncs. If
|
10521
10526
|
# unset, incremental syncs will use the default from env, set to 3hrs. The
|
10522
10527
|
# minimum is 30 minutes and maximum is 7 days. Applicable to only 3P connectors.
|
10528
|
+
# When the refresh interval is set to the same value as the incremental refresh
|
10529
|
+
# interval, incremental sync will be disabled.
|
10523
10530
|
# Corresponds to the JSON property `incrementalRefreshInterval`
|
10524
10531
|
# @return [String]
|
10525
10532
|
attr_accessor :incremental_refresh_interval
|
10526
10533
|
|
10527
10534
|
# Optional. Indicates whether incremental syncs are paused for this connector.
|
10528
10535
|
# This is independent of auto_run_disabled. Applicable to only 3P connectors.
|
10536
|
+
# When the refresh interval is set to the same value as the incremental refresh
|
10537
|
+
# interval, incremental sync will be disabled, i.e. set to true.
|
10529
10538
|
# Corresponds to the JSON property `incrementalSyncDisabled`
|
10530
10539
|
# @return [Boolean]
|
10531
10540
|
attr_accessor :incremental_sync_disabled
|
@@ -10624,7 +10633,9 @@ module Google
|
|
10624
10633
|
|
10625
10634
|
# Required. The refresh interval for data sync. If duration is set to 0, the
|
10626
10635
|
# data will be synced in real time. The streaming feature is not supported yet.
|
10627
|
-
# The minimum is 30 minutes and maximum is 7 days.
|
10636
|
+
# The minimum is 30 minutes and maximum is 7 days. When the refresh interval is
|
10637
|
+
# set to the same value as the incremental refresh interval, incremental sync
|
10638
|
+
# will be disabled.
|
10628
10639
|
# Corresponds to the JSON property `refreshInterval`
|
10629
10640
|
# @return [String]
|
10630
10641
|
attr_accessor :refresh_interval
|
@@ -10663,6 +10674,7 @@ module Google
|
|
10663
10674
|
def update!(**args)
|
10664
10675
|
@acl_enabled = args[:acl_enabled] if args.key?(:acl_enabled)
|
10665
10676
|
@action_config = args[:action_config] if args.key?(:action_config)
|
10677
|
+
@action_state = args[:action_state] if args.key?(:action_state)
|
10666
10678
|
@alert_policy_configs = args[:alert_policy_configs] if args.key?(:alert_policy_configs)
|
10667
10679
|
@auto_run_disabled = args[:auto_run_disabled] if args.key?(:auto_run_disabled)
|
10668
10680
|
@bap_config = args[:bap_config] if args.key?(:bap_config)
|
@@ -10712,6 +10724,13 @@ module Google
|
|
10712
10724
|
# @return [Hash<String,Object>]
|
10713
10725
|
attr_accessor :auth_params
|
10714
10726
|
|
10727
|
+
# Tenant information for a connector source. This includes some of the same
|
10728
|
+
# information stored in the Credential message, but is limited to only what is
|
10729
|
+
# needed to provide a list of accessible tenants to the user.
|
10730
|
+
# Corresponds to the JSON property `tenant`
|
10731
|
+
# @return [Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaTenant]
|
10732
|
+
attr_accessor :tenant
|
10733
|
+
|
10715
10734
|
def initialize(**args)
|
10716
10735
|
update!(**args)
|
10717
10736
|
end
|
@@ -10720,6 +10739,7 @@ module Google
|
|
10720
10739
|
def update!(**args)
|
10721
10740
|
@additional_params = args[:additional_params] if args.key?(:additional_params)
|
10722
10741
|
@auth_params = args[:auth_params] if args.key?(:auth_params)
|
10742
|
+
@tenant = args[:tenant] if args.key?(:tenant)
|
10723
10743
|
end
|
10724
10744
|
end
|
10725
10745
|
|
@@ -12100,7 +12120,7 @@ module Google
|
|
12100
12120
|
# Supported keys: * `*`: all features, if it's present, all other feature state
|
12101
12121
|
# settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
|
12102
12122
|
# gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
|
12103
|
-
# org-chart` * `bi-directional-audio` * `feedback`
|
12123
|
+
# org-chart` * `bi-directional-audio` * `feedback` * `session-sharing`
|
12104
12124
|
# Corresponds to the JSON property `features`
|
12105
12125
|
# @return [Hash<String,String>]
|
12106
12126
|
attr_accessor :features
|
@@ -20725,6 +20745,42 @@ module Google
|
|
20725
20745
|
end
|
20726
20746
|
end
|
20727
20747
|
|
20748
|
+
# Tenant information for a connector source. This includes some of the same
|
20749
|
+
# information stored in the Credential message, but is limited to only what is
|
20750
|
+
# needed to provide a list of accessible tenants to the user.
|
20751
|
+
class GoogleCloudDiscoveryengineV1alphaTenant
|
20752
|
+
include Google::Apis::Core::Hashable
|
20753
|
+
|
20754
|
+
# Optional display name for the tenant, e.g. "My Slack Team".
|
20755
|
+
# Corresponds to the JSON property `displayName`
|
20756
|
+
# @return [String]
|
20757
|
+
attr_accessor :display_name
|
20758
|
+
|
20759
|
+
# The tenant's instance ID. Examples: Jira ("8594f221-9797-5f78-1fa4-
|
20760
|
+
# 485e198d7cd0"), Slack ("T123456").
|
20761
|
+
# Corresponds to the JSON property `id`
|
20762
|
+
# @return [String]
|
20763
|
+
attr_accessor :id
|
20764
|
+
|
20765
|
+
# The URI of the tenant, if applicable. For example, the URI of a Jira instance
|
20766
|
+
# is https://my-jira-instance.atlassian.net, and a Slack tenant does not have a
|
20767
|
+
# URI.
|
20768
|
+
# Corresponds to the JSON property `uri`
|
20769
|
+
# @return [String]
|
20770
|
+
attr_accessor :uri
|
20771
|
+
|
20772
|
+
def initialize(**args)
|
20773
|
+
update!(**args)
|
20774
|
+
end
|
20775
|
+
|
20776
|
+
# Update properties of this object
|
20777
|
+
def update!(**args)
|
20778
|
+
@display_name = args[:display_name] if args.key?(:display_name)
|
20779
|
+
@id = args[:id] if args.key?(:id)
|
20780
|
+
@uri = args[:uri] if args.key?(:uri)
|
20781
|
+
end
|
20782
|
+
end
|
20783
|
+
|
20728
20784
|
# Defines text input.
|
20729
20785
|
class GoogleCloudDiscoveryengineV1alphaTextInput
|
20730
20786
|
include Google::Apis::Core::Hashable
|
@@ -21447,7 +21503,7 @@ module Google
|
|
21447
21503
|
attr_accessor :last_login_time
|
21448
21504
|
|
21449
21505
|
# Output only. License assignment state of the user. If the user is assigned
|
21450
|
-
# with a license config, the user
|
21506
|
+
# with a license config, the user login will be assigned with the license; If
|
21451
21507
|
# the user's license assignment state is unassigned or unspecified, no license
|
21452
21508
|
# config will be associated to the user;
|
21453
21509
|
# Corresponds to the JSON property `licenseAssignmentState`
|
@@ -21850,6 +21906,11 @@ module Google
|
|
21850
21906
|
# @return [String]
|
21851
21907
|
attr_accessor :data_source
|
21852
21908
|
|
21909
|
+
# Output only. The display name of the data source.
|
21910
|
+
# Corresponds to the JSON property `dataSourceDisplayName`
|
21911
|
+
# @return [String]
|
21912
|
+
attr_accessor :data_source_display_name
|
21913
|
+
|
21853
21914
|
# For the data store collection, list of the children data stores.
|
21854
21915
|
# Corresponds to the JSON property `dataStoreComponents`
|
21855
21916
|
# @return [Array<Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigDataStoreComponent>]
|
@@ -21883,6 +21944,7 @@ module Google
|
|
21883
21944
|
def update!(**args)
|
21884
21945
|
@connector_icon_link = args[:connector_icon_link] if args.key?(:connector_icon_link)
|
21885
21946
|
@data_source = args[:data_source] if args.key?(:data_source)
|
21947
|
+
@data_source_display_name = args[:data_source_display_name] if args.key?(:data_source_display_name)
|
21886
21948
|
@data_store_components = args[:data_store_components] if args.key?(:data_store_components)
|
21887
21949
|
@display_name = args[:display_name] if args.key?(:display_name)
|
21888
21950
|
@id = args[:id] if args.key?(:id)
|
@@ -22230,7 +22292,7 @@ module Google
|
|
22230
22292
|
# Output only. Feature config for the engine to opt in or opt out of features.
|
22231
22293
|
# Supported keys: * `agent-gallery` * `no-code-agent-builder` * `prompt-gallery`
|
22232
22294
|
# * `model-selector` * `notebook-lm` * `people-search` * `people-search-org-
|
22233
|
-
# chart` * `bi-directional-audio` * `feedback`
|
22295
|
+
# chart` * `bi-directional-audio` * `feedback` * `session-sharing`
|
22234
22296
|
# Corresponds to the JSON property `features`
|
22235
22297
|
# @return [Hash<String,String>]
|
22236
22298
|
attr_accessor :features
|
@@ -23981,7 +24043,7 @@ module Google
|
|
23981
24043
|
# Supported keys: * `*`: all features, if it's present, all other feature state
|
23982
24044
|
# settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
|
23983
24045
|
# gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
|
23984
|
-
# org-chart` * `bi-directional-audio` * `feedback`
|
24046
|
+
# org-chart` * `bi-directional-audio` * `feedback` * `session-sharing`
|
23985
24047
|
# Corresponds to the JSON property `features`
|
23986
24048
|
# @return [Hash<String,String>]
|
23987
24049
|
attr_accessor :features
|
@@ -27383,7 +27445,7 @@ module Google
|
|
27383
27445
|
attr_accessor :last_login_time
|
27384
27446
|
|
27385
27447
|
# Output only. License assignment state of the user. If the user is assigned
|
27386
|
-
# with a license config, the user
|
27448
|
+
# with a license config, the user login will be assigned with the license; If
|
27387
27449
|
# the user's license assignment state is unassigned or unspecified, no license
|
27388
27450
|
# config will be associated to the user;
|
27389
27451
|
# Corresponds to the JSON property `licenseAssignmentState`
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DiscoveryengineV1alpha
|
18
18
|
# Version of the google-apis-discoveryengine_v1alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.68.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250701"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -3274,6 +3274,12 @@ module Google
|
|
3274
3274
|
include Google::Apis::Core::JsonObjectSupport
|
3275
3275
|
end
|
3276
3276
|
|
3277
|
+
class GoogleCloudDiscoveryengineV1alphaTenant
|
3278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3279
|
+
|
3280
|
+
include Google::Apis::Core::JsonObjectSupport
|
3281
|
+
end
|
3282
|
+
|
3277
3283
|
class GoogleCloudDiscoveryengineV1alphaTextInput
|
3278
3284
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3279
3285
|
|
@@ -7140,6 +7146,7 @@ module Google
|
|
7140
7146
|
property :acl_enabled, as: 'aclEnabled'
|
7141
7147
|
property :action_config, as: 'actionConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaActionConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaActionConfig::Representation
|
7142
7148
|
|
7149
|
+
property :action_state, as: 'actionState'
|
7143
7150
|
collection :alert_policy_configs, as: 'alertPolicyConfigs', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig::Representation
|
7144
7151
|
|
7145
7152
|
property :auto_run_disabled, as: 'autoRunDisabled'
|
@@ -7189,6 +7196,8 @@ module Google
|
|
7189
7196
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7190
7197
|
hash :additional_params, as: 'additionalParams'
|
7191
7198
|
hash :auth_params, as: 'authParams'
|
7199
|
+
property :tenant, as: 'tenant', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaTenant, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaTenant::Representation
|
7200
|
+
|
7192
7201
|
end
|
7193
7202
|
end
|
7194
7203
|
|
@@ -9924,6 +9933,15 @@ module Google
|
|
9924
9933
|
end
|
9925
9934
|
end
|
9926
9935
|
|
9936
|
+
class GoogleCloudDiscoveryengineV1alphaTenant
|
9937
|
+
# @private
|
9938
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9939
|
+
property :display_name, as: 'displayName'
|
9940
|
+
property :id, as: 'id'
|
9941
|
+
property :uri, as: 'uri'
|
9942
|
+
end
|
9943
|
+
end
|
9944
|
+
|
9927
9945
|
class GoogleCloudDiscoveryengineV1alphaTextInput
|
9928
9946
|
# @private
|
9929
9947
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10185,6 +10203,7 @@ module Google
|
|
10185
10203
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10186
10204
|
property :connector_icon_link, as: 'connectorIconLink'
|
10187
10205
|
property :data_source, as: 'dataSource'
|
10206
|
+
property :data_source_display_name, as: 'dataSourceDisplayName'
|
10188
10207
|
collection :data_store_components, as: 'dataStoreComponents', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigDataStoreComponent, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigDataStoreComponent::Representation
|
10189
10208
|
|
10190
10209
|
property :display_name, as: 'displayName'
|
@@ -854,10 +854,11 @@ module Google
|
|
854
854
|
# Indicates which fields in the provided DataConnector to update. Supported
|
855
855
|
# field paths include: - refresh_interval - params - auto_run_disabled -
|
856
856
|
# action_config - action_config.action_params - action_config.service_name -
|
857
|
-
# destination_configs - blocking_reasons - sync_mode
|
858
|
-
#
|
859
|
-
#
|
860
|
-
#
|
857
|
+
# destination_configs - blocking_reasons - sync_mode - incremental_sync_disabled
|
858
|
+
# - incremental_refresh_interval Note: Support for these fields may vary
|
859
|
+
# depending on the connector type. For example, not all connectors support `
|
860
|
+
# destination_configs`. If an unsupported or unknown field path is provided, the
|
861
|
+
# request will return an INVALID_ARGUMENT error.
|
861
862
|
# @param [String] fields
|
862
863
|
# Selector specifying which fields to include in a partial response.
|
863
864
|
# @param [String] quota_user
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-discoveryengine_v1alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.68.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1alpha/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1alpha/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1alpha/v0.68.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:
|