google-apis-developerknowledge_v1 0.10.0 → 0.11.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: 5161cf6d7e73935a4ae0876571a383de33250de3bb1781bc3cacbf750a23c24e
|
|
4
|
+
data.tar.gz: 8dbf1228718e225e7d9a2b7ad1b25f960633adf7f25abee05c699a59d5c1d606
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 59592ededc8a760b6a7d03a1119d56f2523a8f619b22aa3f3c65bf93418a75d226684264cb5d4ff9b740e2cb6415e5384aa3056c1a990b0492535ed9621e09c0
|
|
7
|
+
data.tar.gz: 893d6f080b3271b76781b39512129de93758a36456885e257d49f8f86d8ec8bb9e79e3372b65ddc900b1147984f6b85ae95a7912d725d217567e2a11e5b0e541
|
data/CHANGELOG.md
CHANGED
|
@@ -259,8 +259,8 @@ module Google
|
|
|
259
259
|
# @return [String]
|
|
260
260
|
attr_accessor :update_time
|
|
261
261
|
|
|
262
|
-
# Output only. Provides the URI of the content, such as `docs.cloud.
|
|
263
|
-
# storage/docs/creating-buckets`.
|
|
262
|
+
# Output only. Provides the URI of the content, such as `https://docs.cloud.
|
|
263
|
+
# google.com/storage/docs/creating-buckets`.
|
|
264
264
|
# Corresponds to the JSON property `uri`
|
|
265
265
|
# @return [String]
|
|
266
266
|
attr_accessor :uri
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DeveloperknowledgeV1
|
|
18
18
|
# Version of the google-apis-developerknowledge_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.11.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260830"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-developerknowledge_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.11.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-developerknowledge_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-developerknowledge_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-developerknowledge_v1/v0.11.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-developerknowledge_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|