google-apis-streetviewpublish_v1 0.10.0 → 0.11.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: ece5096482dec8eba241409cc7ea9fd5dd6cc42e930161d02312393e2d400c3c
4
- data.tar.gz: c3b422707f2672e040c04651ffad5db29b706e5ac3c245c51e20078cbc198448
3
+ metadata.gz: 0122ace1c5233314b4378869e06dea6981dc9f077bdc2b2402342f5805ea20fb
4
+ data.tar.gz: d3ea1b6adb05f7e886373f646c14e7624db5e0127ffe29f47b17decd502b51bd
5
5
  SHA512:
6
- metadata.gz: f3e93ea87433c107f7af419ce11aec3ab1cdd856da194eac874e3df8661eb4d209e521a8c08d2147567b065335597259a03d350ade39ba057d900fa39432a013
7
- data.tar.gz: 124442016f822dbc70b8307b84924787c5df30ad3de13cdf7b0f62a9c77ec907e27ea2710262a869d58f8d09c0c147b75a034d32091797678b3d0ec8b37a4014
6
+ metadata.gz: f806091eab8a829686263f866163fdd44f5eb4586e8a5b964cedf339391966d69e33d1754ff3e23acaa7d6023d9c53fd0bbe664b7eb7775383fd8effaf6872c4
7
+ data.tar.gz: 8dbe95caa139b4c750a6926be19d6d598607cb1fc19cb5573192d0ba21d2a4f4c529b203fe12ed22c6c7821ccfc3cc7a72a8c6884f0577d6168111584f5fd9be
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-streetviewpublish_v1
2
2
 
3
+ ### v0.11.0 (2021-10-20)
4
+
5
+ * Regenerated from discovery document revision 20211018
6
+
3
7
  ### v0.10.0 (2021-10-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20211007
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Streetviewpublish service in particular.)
67
67
 
@@ -402,7 +402,7 @@ module Google
402
402
  class PhotoId
403
403
  include Google::Apis::Core::Hashable
404
404
 
405
- # Required. A unique identifier for a photo.
405
+ # A unique identifier for a photo.
406
406
  # Corresponds to the JSON property `id`
407
407
  # @return [String]
408
408
  attr_accessor :id
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module StreetviewpublishV1
18
18
  # Version of the google-apis-streetviewpublish_v1 gem
19
- GEM_VERSION = "0.10.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.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211007"
25
+ REVISION = "20211018"
26
26
  end
27
27
  end
28
28
  end
@@ -218,7 +218,7 @@ module Google
218
218
  # exist. * google.rpc.Code.UNAVAILABLE if the requested Photo is still being
219
219
  # indexed.
220
220
  # @param [String] id
221
- # Required. A unique identifier for a photo.
221
+ # A unique identifier for a photo.
222
222
  # @param [Google::Apis::StreetviewpublishV1::Photo] photo_object
223
223
  # @param [String] update_mask
224
224
  # Required. Mask that identifies fields on the photo metadata to update. If not
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-streetviewpublish_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.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: 2021-10-11 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-streetviewpublish_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-streetviewpublish_v1/v0.10.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-streetviewpublish_v1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-streetviewpublish_v1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-streetviewpublish_v1/v0.11.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-streetviewpublish_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: