google-apis-docs_v1 0.12.0 → 0.13.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/docs_v1/classes.rb +7 -6
- data/lib/google/apis/docs_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7238e05c33d56290e613f3227b424c388b87a824dba0be1e64f04a75837e6bb0
|
4
|
+
data.tar.gz: 47020cc3aa63f35cd0e46a8f54d6f2b341dc0c05c21f1f04a8aa87d2e91b697b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fd42e20df20150dd7f167f859412656f86ffe775532b130137d6fa7c6b30219c82e6c605bb52ffcc33bb3048d25ed02b7bc7487621632d405e7137110b3bd71d
|
7
|
+
data.tar.gz: b30f90438e8e3401ee8650afff92328be50a74c5a56c48db5fca9c8059a1181018cb5022f4b781afcfef1b2bef7c2725606818e4b926bbc71390a969a5d9a002
|
data/CHANGELOG.md
CHANGED
@@ -1938,7 +1938,7 @@ module Google
|
|
1938
1938
|
# @return [Google::Apis::DocsV1::InlineObjectProperties]
|
1939
1939
|
attr_accessor :inline_object_properties
|
1940
1940
|
|
1941
|
-
# The ID of this inline object.
|
1941
|
+
# The ID of this inline object. Can be used to update an object’s properties.
|
1942
1942
|
# Corresponds to the JSON property `objectId`
|
1943
1943
|
# @return [String]
|
1944
1944
|
attr_accessor :object_id_prop
|
@@ -3873,7 +3873,8 @@ module Google
|
|
3873
3873
|
class ReplaceImageRequest
|
3874
3874
|
include Google::Apis::Core::Hashable
|
3875
3875
|
|
3876
|
-
# The ID of the existing image that will be replaced.
|
3876
|
+
# The ID of the existing image that will be replaced. The ID can be retrieved
|
3877
|
+
# from the response of a get request.
|
3877
3878
|
# Corresponds to the JSON property `imageObjectId`
|
3878
3879
|
# @return [String]
|
3879
3880
|
attr_accessor :image_object_id
|
@@ -3884,10 +3885,10 @@ module Google
|
|
3884
3885
|
attr_accessor :image_replace_method
|
3885
3886
|
|
3886
3887
|
# The URI of the new image. The image is fetched once at insertion time and a
|
3887
|
-
# copy is stored for display inside the document. Images must be less than 50MB
|
3888
|
-
#
|
3889
|
-
#
|
3890
|
-
#
|
3888
|
+
# copy is stored for display inside the document. Images must be less than 50MB,
|
3889
|
+
# cannot exceed 25 megapixels, and must be in PNG, JPEG, or GIF format. The
|
3890
|
+
# provided URI can't surpass 2 KB in length. The URI is saved with the image,
|
3891
|
+
# and exposed through the ImageProperties.source_uri field.
|
3891
3892
|
# Corresponds to the JSON property `uri`
|
3892
3893
|
# @return [String]
|
3893
3894
|
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.13.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220331"
|
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-docs_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.13.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: 2022-04-
|
11
|
+
date: 2022-04-11 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-docs_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-docs_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-docs_v1/v0.13.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-docs_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|