google-apis-docs_v1 0.37.0 → 0.38.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 +4 -0
- data/lib/google/apis/docs_v1/classes.rb +6 -7
- data/lib/google/apis/docs_v1/gem_version.rb +2 -2
- 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: 48a96be8af378477edccf15ce40362d5502ee85fd74bb0c42ca794c2fbcedd37
|
|
4
|
+
data.tar.gz: 92e0e95d1594bbee1b5e4fccda9aff523dd4f9b463a0f56da672d56bfd830544
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 22b9a4d2c62263f2c469e9641b647a3f4cf5914952e2db5e0faa8722ebde151efe98cf80e9f7ff0c0a15824bc67cd1337aa080826450a74f66061ad98a1e085f
|
|
7
|
+
data.tar.gz: 5ec387214a8aa04e5f3be178f0da8d4c947acef4d38b46b007d42370eb17a5bfcaff90b3d4061b555d3d02fe174d9de40703a55ee1464169ee09d4182914edfb
|
data/CHANGELOG.md
CHANGED
|
@@ -4776,21 +4776,20 @@ module Google
|
|
|
4776
4776
|
class RichLinkProperties
|
|
4777
4777
|
include Google::Apis::Core::Hashable
|
|
4778
4778
|
|
|
4779
|
-
#
|
|
4780
|
-
#
|
|
4781
|
-
# .
|
|
4779
|
+
# The [MIME type](https://developers.google.com/drive/api/v3/mime-types) of the
|
|
4780
|
+
# RichLink, if there's one (for example, when it's a file in Drive).
|
|
4782
4781
|
# Corresponds to the JSON property `mimeType`
|
|
4783
4782
|
# @return [String]
|
|
4784
4783
|
attr_accessor :mime_type
|
|
4785
4784
|
|
|
4786
|
-
#
|
|
4787
|
-
#
|
|
4788
|
-
#
|
|
4785
|
+
# The title of the RichLink as displayed in the link. This title matches the
|
|
4786
|
+
# title of the linked resource at the time of the insertion or last update of
|
|
4787
|
+
# the link. This field is always present.
|
|
4789
4788
|
# Corresponds to the JSON property `title`
|
|
4790
4789
|
# @return [String]
|
|
4791
4790
|
attr_accessor :title
|
|
4792
4791
|
|
|
4793
|
-
#
|
|
4792
|
+
# The URI to the RichLink. This is always present.
|
|
4794
4793
|
# Corresponds to the JSON property `uri`
|
|
4795
4794
|
# @return [String]
|
|
4796
4795
|
attr_accessor :uri
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DocsV1
|
|
18
18
|
# Version of the google-apis-docs_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.38.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 = "20251110"
|
|
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-docs_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.38.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-docs_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-docs_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-docs_v1/v0.38.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-docs_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|