google-apis-discoveryengine_v1alpha 0.17.0 → 0.18.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: 3d6d6f3b5ba9ca11fba36756e70de7db286b0b564c7adbb802147467787c22ec
4
- data.tar.gz: 60498eaae73164e01a2e0d4a394ee049c7156b830934ea17ce33c4d97be89df8
3
+ metadata.gz: a94897e06369dff7858abba74a28b12edd0896125001ef67b7037cc9b8ee70a6
4
+ data.tar.gz: 63004c8c5a4a027e6ddf002b33307a522db97865fc92aae038e252a00ae7d545
5
5
  SHA512:
6
- metadata.gz: ffe81e722b6d096c6ea89b43468f7de1bbc9eba4e0b2aee4e841f0d9b16b0aa7cf37b613d990bd15c5a79e7d4fb6b8b049b95d0ef35fa667ae8add034e7fe355
7
- data.tar.gz: 9df50482177018ac66a285cf00274a6155c60eed6b416a7d8e1df2c4948f0da5b1a652fb0d41ead2a77addb8c5f0be981595360ceed163de0b40b9b4b3a14570
6
+ metadata.gz: 07a9ab4234fb6fd160ae7fadd92d6c5d423c47c89133d8bc1837f8fafe6b04d316d19a607dba6cbe7d8a7b666b1397bd6ba03a479701cbf9fe6df953cae5789b
7
+ data.tar.gz: 6a487948515865b4184561f330cbfd99f694de0f1ca2b58bc7e6f3e1aa4db28264bd7f69e5a13367456fcba3cb53c18e5c2cda80c92a03619b2512a6f81125dc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-discoveryengine_v1alpha
2
2
 
3
+ ### v0.18.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230803
6
+
3
7
  ### v0.17.0 (2023-08-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20230801
@@ -2458,13 +2458,13 @@ module Google
2458
2458
  # @return [String]
2459
2459
  attr_accessor :name
2460
2460
 
2461
- # The normal response of the operation in case of success. If the original
2462
- # method returns no data on success, such as `Delete`, the response is `google.
2463
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
2464
- # the response should be the resource. For other methods, the response should
2465
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
2466
- # example, if the original method name is `TakeSnapshot()`, the inferred
2467
- # response type is `TakeSnapshotResponse`.
2461
+ # The normal, successful response of the operation. If the original method
2462
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
2463
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
2464
+ # response should be the resource. For other methods, the response should have
2465
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
2466
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
2467
+ # `TakeSnapshotResponse`.
2468
2468
  # Corresponds to the JSON property `response`
2469
2469
  # @return [Hash<String,Object>]
2470
2470
  attr_accessor :response
@@ -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.17.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230801"
25
+ REVISION = "20230803"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-discoveryengine_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-06 00:00:00.000000000 Z
11
+ date: 2023-08-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1alpha/v0.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1alpha/v0.18.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1alpha
63
63
  post_install_message:
64
64
  rdoc_options: []