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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8775b2408eece013237b2e317b167e3b9b6cd94e7372dc03a2c1d212707c8220
4
- data.tar.gz: dab6d9ad59be794634f21d19206eed9ba8fbe1159b6ec57d130ab98e3e78a98e
3
+ metadata.gz: 7238e05c33d56290e613f3227b424c388b87a824dba0be1e64f04a75837e6bb0
4
+ data.tar.gz: 47020cc3aa63f35cd0e46a8f54d6f2b341dc0c05c21f1f04a8aa87d2e91b697b
5
5
  SHA512:
6
- metadata.gz: 1623a6696da3036b37cdcd6388b367bd4744ee6f956d78d057ac139e9422126051a07c10743b8efdd583afd0446d5034a5d25b663762003dd335af7883f43848
7
- data.tar.gz: 80bab0a9a1b917c8e2fb335a074ba5c57a3e272166d3de54ebe13ae433301051698ef5e5b68d58f9d6e3d62ba62578387f7782934ff74651d6d4bef06305aa0d
6
+ metadata.gz: fd42e20df20150dd7f167f859412656f86ffe775532b130137d6fa7c6b30219c82e6c605bb52ffcc33bb3048d25ed02b7bc7487621632d405e7137110b3bd71d
7
+ data.tar.gz: b30f90438e8e3401ee8650afff92328be50a74c5a56c48db5fca9c8059a1181018cb5022f4b781afcfef1b2bef7c2725606818e4b926bbc71390a969a5d9a002
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-docs_v1
2
2
 
3
+ ### v0.13.0 (2022-04-05)
4
+
5
+ * Regenerated from discovery document revision 20220331
6
+
3
7
  ### v0.12.0 (2022-03-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20220325
@@ -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
- # in size, cannot exceed 25 megapixels, and must be in one of PNG, JPEG, or GIF
3889
- # format. The provided URI can be at most 2 kB in length. The URI itself is
3890
- # saved with the image, and exposed via the ImageProperties.source_uri field.
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.12.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 = "20220325"
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.12.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-04 00:00:00.000000000 Z
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.12.0
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: []