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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a94897e06369dff7858abba74a28b12edd0896125001ef67b7037cc9b8ee70a6
|
|
4
|
+
data.tar.gz: 63004c8c5a4a027e6ddf002b33307a522db97865fc92aae038e252a00ae7d545
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 07a9ab4234fb6fd160ae7fadd92d6c5d423c47c89133d8bc1837f8fafe6b04d316d19a607dba6cbe7d8a7b666b1397bd6ba03a479701cbf9fe6df953cae5789b
|
|
7
|
+
data.tar.gz: 6a487948515865b4184561f330cbfd99f694de0f1ca2b58bc7e6f3e1aa4db28264bd7f69e5a13367456fcba3cb53c18e5c2cda80c92a03619b2512a6f81125dc
|
data/CHANGELOG.md
CHANGED
|
@@ -2458,13 +2458,13 @@ module Google
|
|
|
2458
2458
|
# @return [String]
|
|
2459
2459
|
attr_accessor :name
|
|
2460
2460
|
|
|
2461
|
-
# The normal response of the operation
|
|
2462
|
-
#
|
|
2463
|
-
#
|
|
2464
|
-
#
|
|
2465
|
-
#
|
|
2466
|
-
#
|
|
2467
|
-
#
|
|
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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|