google-apis-discoveryengine_v1 0.38.0 → 0.39.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a797385247771e27eabc70cc34e579fba1f902c918785d1dc34611c692d5ff2
|
4
|
+
data.tar.gz: 16299e0fad7ad9c31fb610432ee5b7dc46743ff10f2eb5915a27435d3bc7232d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0ae2b818fdd58bac605049787de8ebb9951fd5e07181b4304fa29d215348810a16093826178491ac460974feb17eaadf76591acd6c8d54461f96b6e16589f577
|
7
|
+
data.tar.gz: cee25acc8ffc3628cda9c28220f2fbba12ec6d0c5c03dfe75ebf220c90009f0c51d7aa522a2b79802bb5d93971e84ad97028c99ab37fb7e0458c185b4e3b2ad6
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-discoveryengine_v1
|
2
2
|
|
3
|
+
### v0.39.0 (2025-05-25)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250521
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
3
8
|
### v0.38.0 (2025-05-21)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20250519
|
@@ -5498,6 +5498,12 @@ module Google
|
|
5498
5498
|
# @return [Array<String>]
|
5499
5499
|
attr_accessor :exclude_html_ids
|
5500
5500
|
|
5501
|
+
# Optional. Contains the required structure types to extract from the document.
|
5502
|
+
# Supported values: * `shareholder-structure`
|
5503
|
+
# Corresponds to the JSON property `structuredContentTypes`
|
5504
|
+
# @return [Array<String>]
|
5505
|
+
attr_accessor :structured_content_types
|
5506
|
+
|
5501
5507
|
def initialize(**args)
|
5502
5508
|
update!(**args)
|
5503
5509
|
end
|
@@ -5509,6 +5515,7 @@ module Google
|
|
5509
5515
|
@exclude_html_classes = args[:exclude_html_classes] if args.key?(:exclude_html_classes)
|
5510
5516
|
@exclude_html_elements = args[:exclude_html_elements] if args.key?(:exclude_html_elements)
|
5511
5517
|
@exclude_html_ids = args[:exclude_html_ids] if args.key?(:exclude_html_ids)
|
5518
|
+
@structured_content_types = args[:structured_content_types] if args.key?(:structured_content_types)
|
5512
5519
|
end
|
5513
5520
|
end
|
5514
5521
|
|
@@ -5660,6 +5667,15 @@ module Google
|
|
5660
5667
|
# @return [String]
|
5661
5668
|
attr_accessor :display_name
|
5662
5669
|
|
5670
|
+
# Optional. Feature config for the engine to opt in or opt out of features.
|
5671
|
+
# Supported keys: * `*`: all features, if it's present, all other feature state
|
5672
|
+
# settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
|
5673
|
+
# gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
|
5674
|
+
# org-chart` * `bi-directional-audio` * `feedback`
|
5675
|
+
# Corresponds to the JSON property `features`
|
5676
|
+
# @return [Hash<String,String>]
|
5677
|
+
attr_accessor :features
|
5678
|
+
|
5663
5679
|
# Optional. The industry vertical that the engine registers. The restriction of
|
5664
5680
|
# the Engine industry vertical is based on DataStore: Vertical on Engine has to
|
5665
5681
|
# match vertical of the DataStore linked to the engine.
|
@@ -5709,6 +5725,7 @@ module Google
|
|
5709
5725
|
@data_store_ids = args[:data_store_ids] if args.key?(:data_store_ids)
|
5710
5726
|
@disable_analytics = args[:disable_analytics] if args.key?(:disable_analytics)
|
5711
5727
|
@display_name = args[:display_name] if args.key?(:display_name)
|
5728
|
+
@features = args[:features] if args.key?(:features)
|
5712
5729
|
@industry_vertical = args[:industry_vertical] if args.key?(:industry_vertical)
|
5713
5730
|
@media_recommendation_engine_config = args[:media_recommendation_engine_config] if args.key?(:media_recommendation_engine_config)
|
5714
5731
|
@name = args[:name] if args.key?(:name)
|
@@ -11631,15 +11648,6 @@ module Google
|
|
11631
11648
|
# @return [String]
|
11632
11649
|
attr_accessor :update_time
|
11633
11650
|
|
11634
|
-
# Optional. The full resource name of the User, in the format of `projects/`
|
11635
|
-
# project`/locations/`location`/userStores/`user_store`/users/`user_id``. This
|
11636
|
-
# field must be a UTF-8 encoded string with a length limit of 2048 characters.
|
11637
|
-
# If the user field is empty, it's indicating the user has not logged in yet and
|
11638
|
-
# no User entity is created.
|
11639
|
-
# Corresponds to the JSON property `user`
|
11640
|
-
# @return [String]
|
11641
|
-
attr_accessor :user
|
11642
|
-
|
11643
11651
|
# Required. Immutable. The user principal of the User, could be email address or
|
11644
11652
|
# other prinical identifier. This field is immutable. Admin assign licenses
|
11645
11653
|
# based on the user principal.
|
@@ -11664,7 +11672,6 @@ module Google
|
|
11664
11672
|
@license_assignment_state = args[:license_assignment_state] if args.key?(:license_assignment_state)
|
11665
11673
|
@license_config = args[:license_config] if args.key?(:license_config)
|
11666
11674
|
@update_time = args[:update_time] if args.key?(:update_time)
|
11667
|
-
@user = args[:user] if args.key?(:user)
|
11668
11675
|
@user_principal = args[:user_principal] if args.key?(:user_principal)
|
11669
11676
|
@user_profile = args[:user_profile] if args.key?(:user_profile)
|
11670
11677
|
end
|
@@ -13048,7 +13055,7 @@ module Google
|
|
13048
13055
|
attr_accessor :errors
|
13049
13056
|
|
13050
13057
|
# The number of documents extracted from connector source, ready to be ingested
|
13051
|
-
# to
|
13058
|
+
# to VAIS.
|
13052
13059
|
# Corresponds to the JSON property `extractedRecordCount`
|
13053
13060
|
# @return [Fixnum]
|
13054
13061
|
attr_accessor :extracted_record_count
|
@@ -13063,6 +13070,12 @@ module Google
|
|
13063
13070
|
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress]
|
13064
13071
|
attr_accessor :progress
|
13065
13072
|
|
13073
|
+
# The number of documents scheduled to be crawled/extracted from connector
|
13074
|
+
# source. This only applies to third party connectors.
|
13075
|
+
# Corresponds to the JSON property `scheduledRecordCount`
|
13076
|
+
# @return [Fixnum]
|
13077
|
+
attr_accessor :scheduled_record_count
|
13078
|
+
|
13066
13079
|
# The number of requests sent to 3p API.
|
13067
13080
|
# Corresponds to the JSON property `sourceApiRequestCount`
|
13068
13081
|
# @return [Fixnum]
|
@@ -13102,6 +13115,7 @@ module Google
|
|
13102
13115
|
@extracted_record_count = args[:extracted_record_count] if args.key?(:extracted_record_count)
|
13103
13116
|
@indexed_record_count = args[:indexed_record_count] if args.key?(:indexed_record_count)
|
13104
13117
|
@progress = args[:progress] if args.key?(:progress)
|
13118
|
+
@scheduled_record_count = args[:scheduled_record_count] if args.key?(:scheduled_record_count)
|
13105
13119
|
@source_api_request_count = args[:source_api_request_count] if args.key?(:source_api_request_count)
|
13106
13120
|
@state = args[:state] if args.key?(:state)
|
13107
13121
|
@state_update_time = args[:state_update_time] if args.key?(:state_update_time)
|
@@ -14852,6 +14866,12 @@ module Google
|
|
14852
14866
|
# @return [Array<String>]
|
14853
14867
|
attr_accessor :exclude_html_ids
|
14854
14868
|
|
14869
|
+
# Optional. Contains the required structure types to extract from the document.
|
14870
|
+
# Supported values: * `shareholder-structure`
|
14871
|
+
# Corresponds to the JSON property `structuredContentTypes`
|
14872
|
+
# @return [Array<String>]
|
14873
|
+
attr_accessor :structured_content_types
|
14874
|
+
|
14855
14875
|
def initialize(**args)
|
14856
14876
|
update!(**args)
|
14857
14877
|
end
|
@@ -14863,6 +14883,7 @@ module Google
|
|
14863
14883
|
@exclude_html_classes = args[:exclude_html_classes] if args.key?(:exclude_html_classes)
|
14864
14884
|
@exclude_html_elements = args[:exclude_html_elements] if args.key?(:exclude_html_elements)
|
14865
14885
|
@exclude_html_ids = args[:exclude_html_ids] if args.key?(:exclude_html_ids)
|
14886
|
+
@structured_content_types = args[:structured_content_types] if args.key?(:structured_content_types)
|
14866
14887
|
end
|
14867
14888
|
end
|
14868
14889
|
|
@@ -14982,6 +15003,15 @@ module Google
|
|
14982
15003
|
# @return [String]
|
14983
15004
|
attr_accessor :display_name
|
14984
15005
|
|
15006
|
+
# Optional. Feature config for the engine to opt in or opt out of features.
|
15007
|
+
# Supported keys: * `*`: all features, if it's present, all other feature state
|
15008
|
+
# settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
|
15009
|
+
# gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
|
15010
|
+
# org-chart` * `bi-directional-audio` * `feedback`
|
15011
|
+
# Corresponds to the JSON property `features`
|
15012
|
+
# @return [Hash<String,String>]
|
15013
|
+
attr_accessor :features
|
15014
|
+
|
14985
15015
|
# Optional. The industry vertical that the engine registers. The restriction of
|
14986
15016
|
# the Engine industry vertical is based on DataStore: Vertical on Engine has to
|
14987
15017
|
# match vertical of the DataStore linked to the engine.
|
@@ -15041,6 +15071,7 @@ module Google
|
|
15041
15071
|
@data_store_ids = args[:data_store_ids] if args.key?(:data_store_ids)
|
15042
15072
|
@disable_analytics = args[:disable_analytics] if args.key?(:disable_analytics)
|
15043
15073
|
@display_name = args[:display_name] if args.key?(:display_name)
|
15074
|
+
@features = args[:features] if args.key?(:features)
|
15044
15075
|
@industry_vertical = args[:industry_vertical] if args.key?(:industry_vertical)
|
15045
15076
|
@media_recommendation_engine_config = args[:media_recommendation_engine_config] if args.key?(:media_recommendation_engine_config)
|
15046
15077
|
@name = args[:name] if args.key?(:name)
|
@@ -15350,6 +15381,12 @@ module Google
|
|
15350
15381
|
# @return [String]
|
15351
15382
|
attr_accessor :data_state
|
15352
15383
|
|
15384
|
+
# Output only. The timestamp when the latest successful training finished. Only
|
15385
|
+
# applicable on Media Recommendation engines.
|
15386
|
+
# Corresponds to the JSON property `lastTrainTime`
|
15387
|
+
# @return [String]
|
15388
|
+
attr_accessor :last_train_time
|
15389
|
+
|
15353
15390
|
# Output only. The timestamp when the latest successful tune finished. Only
|
15354
15391
|
# applicable on Media Recommendation engines.
|
15355
15392
|
# Corresponds to the JSON property `lastTuneTime`
|
@@ -15378,6 +15415,7 @@ module Google
|
|
15378
15415
|
# Update properties of this object
|
15379
15416
|
def update!(**args)
|
15380
15417
|
@data_state = args[:data_state] if args.key?(:data_state)
|
15418
|
+
@last_train_time = args[:last_train_time] if args.key?(:last_train_time)
|
15381
15419
|
@last_tune_time = args[:last_tune_time] if args.key?(:last_tune_time)
|
15382
15420
|
@serving_state = args[:serving_state] if args.key?(:serving_state)
|
15383
15421
|
@tuning_operation = args[:tuning_operation] if args.key?(:tuning_operation)
|
@@ -19456,15 +19494,6 @@ module Google
|
|
19456
19494
|
# @return [String]
|
19457
19495
|
attr_accessor :update_time
|
19458
19496
|
|
19459
|
-
# Optional. The full resource name of the User, in the format of `projects/`
|
19460
|
-
# project`/locations/`location`/userStores/`user_store`/users/`user_id``. This
|
19461
|
-
# field must be a UTF-8 encoded string with a length limit of 2048 characters.
|
19462
|
-
# If the user field is empty, it's indicating the user has not logged in yet and
|
19463
|
-
# no User entity is created.
|
19464
|
-
# Corresponds to the JSON property `user`
|
19465
|
-
# @return [String]
|
19466
|
-
attr_accessor :user
|
19467
|
-
|
19468
19497
|
# Required. Immutable. The user principal of the User, could be email address or
|
19469
19498
|
# other prinical identifier. This field is immutable. Admin assign licenses
|
19470
19499
|
# based on the user principal.
|
@@ -19489,7 +19518,6 @@ module Google
|
|
19489
19518
|
@license_assignment_state = args[:license_assignment_state] if args.key?(:license_assignment_state)
|
19490
19519
|
@license_config = args[:license_config] if args.key?(:license_config)
|
19491
19520
|
@update_time = args[:update_time] if args.key?(:update_time)
|
19492
|
-
@user = args[:user] if args.key?(:user)
|
19493
19521
|
@user_principal = args[:user_principal] if args.key?(:user_principal)
|
19494
19522
|
@user_profile = args[:user_profile] if args.key?(:user_profile)
|
19495
19523
|
end
|
@@ -20912,6 +20940,12 @@ module Google
|
|
20912
20940
|
# @return [Array<String>]
|
20913
20941
|
attr_accessor :exclude_html_ids
|
20914
20942
|
|
20943
|
+
# Optional. Contains the required structure types to extract from the document.
|
20944
|
+
# Supported values: * `shareholder-structure`
|
20945
|
+
# Corresponds to the JSON property `structuredContentTypes`
|
20946
|
+
# @return [Array<String>]
|
20947
|
+
attr_accessor :structured_content_types
|
20948
|
+
|
20915
20949
|
def initialize(**args)
|
20916
20950
|
update!(**args)
|
20917
20951
|
end
|
@@ -20923,6 +20957,7 @@ module Google
|
|
20923
20957
|
@exclude_html_classes = args[:exclude_html_classes] if args.key?(:exclude_html_classes)
|
20924
20958
|
@exclude_html_elements = args[:exclude_html_elements] if args.key?(:exclude_html_elements)
|
20925
20959
|
@exclude_html_ids = args[:exclude_html_ids] if args.key?(:exclude_html_ids)
|
20960
|
+
@structured_content_types = args[:structured_content_types] if args.key?(:structured_content_types)
|
20926
20961
|
end
|
20927
20962
|
end
|
20928
20963
|
|
@@ -21042,6 +21077,15 @@ module Google
|
|
21042
21077
|
# @return [String]
|
21043
21078
|
attr_accessor :display_name
|
21044
21079
|
|
21080
|
+
# Optional. Feature config for the engine to opt in or opt out of features.
|
21081
|
+
# Supported keys: * `*`: all features, if it's present, all other feature state
|
21082
|
+
# settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
|
21083
|
+
# gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
|
21084
|
+
# org-chart` * `bi-directional-audio` * `feedback`
|
21085
|
+
# Corresponds to the JSON property `features`
|
21086
|
+
# @return [Hash<String,String>]
|
21087
|
+
attr_accessor :features
|
21088
|
+
|
21045
21089
|
# Optional. The industry vertical that the engine registers. The restriction of
|
21046
21090
|
# the Engine industry vertical is based on DataStore: Vertical on Engine has to
|
21047
21091
|
# match vertical of the DataStore linked to the engine.
|
@@ -21091,6 +21135,7 @@ module Google
|
|
21091
21135
|
@data_store_ids = args[:data_store_ids] if args.key?(:data_store_ids)
|
21092
21136
|
@disable_analytics = args[:disable_analytics] if args.key?(:disable_analytics)
|
21093
21137
|
@display_name = args[:display_name] if args.key?(:display_name)
|
21138
|
+
@features = args[:features] if args.key?(:features)
|
21094
21139
|
@industry_vertical = args[:industry_vertical] if args.key?(:industry_vertical)
|
21095
21140
|
@media_recommendation_engine_config = args[:media_recommendation_engine_config] if args.key?(:media_recommendation_engine_config)
|
21096
21141
|
@name = args[:name] if args.key?(:name)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DiscoveryengineV1
|
18
18
|
# Version of the google-apis-discoveryengine_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.39.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250521"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -5461,6 +5461,7 @@ module Google
|
|
5461
5461
|
collection :exclude_html_classes, as: 'excludeHtmlClasses'
|
5462
5462
|
collection :exclude_html_elements, as: 'excludeHtmlElements'
|
5463
5463
|
collection :exclude_html_ids, as: 'excludeHtmlIds'
|
5464
|
+
collection :structured_content_types, as: 'structuredContentTypes'
|
5464
5465
|
end
|
5465
5466
|
end
|
5466
5467
|
|
@@ -5512,6 +5513,7 @@ module Google
|
|
5512
5513
|
collection :data_store_ids, as: 'dataStoreIds'
|
5513
5514
|
property :disable_analytics, as: 'disableAnalytics'
|
5514
5515
|
property :display_name, as: 'displayName'
|
5516
|
+
hash :features, as: 'features'
|
5515
5517
|
property :industry_vertical, as: 'industryVertical'
|
5516
5518
|
property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig::Representation
|
5517
5519
|
|
@@ -7076,7 +7078,6 @@ module Google
|
|
7076
7078
|
property :license_assignment_state, as: 'licenseAssignmentState'
|
7077
7079
|
property :license_config, as: 'licenseConfig'
|
7078
7080
|
property :update_time, as: 'updateTime'
|
7079
|
-
property :user, as: 'user'
|
7080
7081
|
property :user_principal, as: 'userPrincipal'
|
7081
7082
|
property :user_profile, as: 'userProfile'
|
7082
7083
|
end
|
@@ -7484,6 +7485,7 @@ module Google
|
|
7484
7485
|
property :indexed_record_count, :numeric_string => true, as: 'indexedRecordCount'
|
7485
7486
|
property :progress, as: 'progress', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaConnectorRunEntityRunProgress::Representation
|
7486
7487
|
|
7488
|
+
property :scheduled_record_count, :numeric_string => true, as: 'scheduledRecordCount'
|
7487
7489
|
property :source_api_request_count, :numeric_string => true, as: 'sourceApiRequestCount'
|
7488
7490
|
property :state, as: 'state'
|
7489
7491
|
property :state_update_time, as: 'stateUpdateTime'
|
@@ -7957,6 +7959,7 @@ module Google
|
|
7957
7959
|
collection :exclude_html_classes, as: 'excludeHtmlClasses'
|
7958
7960
|
collection :exclude_html_elements, as: 'excludeHtmlElements'
|
7959
7961
|
collection :exclude_html_ids, as: 'excludeHtmlIds'
|
7962
|
+
collection :structured_content_types, as: 'structuredContentTypes'
|
7960
7963
|
end
|
7961
7964
|
end
|
7962
7965
|
|
@@ -7995,6 +7998,7 @@ module Google
|
|
7995
7998
|
collection :data_store_ids, as: 'dataStoreIds'
|
7996
7999
|
property :disable_analytics, as: 'disableAnalytics'
|
7997
8000
|
property :display_name, as: 'displayName'
|
8001
|
+
hash :features, as: 'features'
|
7998
8002
|
property :industry_vertical, as: 'industryVertical'
|
7999
8003
|
property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig::Representation
|
8000
8004
|
|
@@ -8093,6 +8097,7 @@ module Google
|
|
8093
8097
|
# @private
|
8094
8098
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8095
8099
|
property :data_state, as: 'dataState'
|
8100
|
+
property :last_train_time, as: 'lastTrainTime'
|
8096
8101
|
property :last_tune_time, as: 'lastTuneTime'
|
8097
8102
|
property :serving_state, as: 'servingState'
|
8098
8103
|
property :tuning_operation, as: 'tuningOperation'
|
@@ -9162,7 +9167,6 @@ module Google
|
|
9162
9167
|
property :license_assignment_state, as: 'licenseAssignmentState'
|
9163
9168
|
property :license_config, as: 'licenseConfig'
|
9164
9169
|
property :update_time, as: 'updateTime'
|
9165
|
-
property :user, as: 'user'
|
9166
9170
|
property :user_principal, as: 'userPrincipal'
|
9167
9171
|
property :user_profile, as: 'userProfile'
|
9168
9172
|
end
|
@@ -9570,6 +9574,7 @@ module Google
|
|
9570
9574
|
collection :exclude_html_classes, as: 'excludeHtmlClasses'
|
9571
9575
|
collection :exclude_html_elements, as: 'excludeHtmlElements'
|
9572
9576
|
collection :exclude_html_ids, as: 'excludeHtmlIds'
|
9577
|
+
collection :structured_content_types, as: 'structuredContentTypes'
|
9573
9578
|
end
|
9574
9579
|
end
|
9575
9580
|
|
@@ -9608,6 +9613,7 @@ module Google
|
|
9608
9613
|
collection :data_store_ids, as: 'dataStoreIds'
|
9609
9614
|
property :disable_analytics, as: 'disableAnalytics'
|
9610
9615
|
property :display_name, as: 'displayName'
|
9616
|
+
hash :features, as: 'features'
|
9611
9617
|
property :industry_vertical, as: 'industryVertical'
|
9612
9618
|
property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig::Representation
|
9613
9619
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-discoveryengine_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.39.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_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1/v0.39.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|