google-apis-streetviewpublish_v1 0.7.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: 429e1a9692f5b6683c2b4e18adcc72483739b90b8cc20d6f807a127f80ed7626
4
- data.tar.gz: 11bae06b3b50265a55ab08254b70917fdb145df9d66d010c390e63261b04e32d
3
+ metadata.gz: 0122ace1c5233314b4378869e06dea6981dc9f077bdc2b2402342f5805ea20fb
4
+ data.tar.gz: d3ea1b6adb05f7e886373f646c14e7624db5e0127ffe29f47b17decd502b51bd
5
5
  SHA512:
6
- metadata.gz: 2cc37e333d9b129c8a4f0096bd2fb7bd5de08c32085723aa6cb27a5f0282c3010b491fb921811d5e61b28f404b7b445905fe244313b1c20db4aa4f9356440b61
7
- data.tar.gz: f8af92e1df18e7b7789ef8f40d5188d9692d9dfb12daa66f7dc7fbaf77b2cbcd874f7c5412f48b3bda0f48e4d1146ff6c0af85694fe4467e43eb6b4f24149391
6
+ metadata.gz: f806091eab8a829686263f866163fdd44f5eb4586e8a5b964cedf339391966d69e33d1754ff3e23acaa7d6023d9c53fd0bbe664b7eb7775383fd8effaf6872c4
7
+ data.tar.gz: 8dbe95caa139b4c750a6926be19d6d598607cb1fc19cb5573192d0ba21d2a4f4c529b203fe12ed22c6c7821ccfc3cc7a72a8c6884f0577d6168111584f5fd9be
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
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
+
7
+ ### v0.10.0 (2021-10-09)
8
+
9
+ * Regenerated from discovery document revision 20211007
10
+
11
+ ### v0.9.0 (2021-09-14)
12
+
13
+ * Regenerated from discovery document revision 20210910
14
+
15
+ ### v0.8.0 (2021-09-10)
16
+
17
+ * Regenerated from discovery document revision 20210908
18
+
3
19
  ### v0.7.0 (2021-06-29)
4
20
 
5
21
  * Regenerated using generator version 0.4.0
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
 
@@ -366,6 +366,11 @@ module Google
366
366
  # @return [Google::Apis::StreetviewpublishV1::UploadRef]
367
367
  attr_accessor :upload_reference
368
368
 
369
+ # Time when the image was uploaded.
370
+ # Corresponds to the JSON property `uploadTime`
371
+ # @return [String]
372
+ attr_accessor :upload_time
373
+
369
374
  # Output only. View count of the photo.
370
375
  # Corresponds to the JSON property `viewCount`
371
376
  # @return [Fixnum]
@@ -388,6 +393,7 @@ module Google
388
393
  @thumbnail_url = args[:thumbnail_url] if args.key?(:thumbnail_url)
389
394
  @transfer_status = args[:transfer_status] if args.key?(:transfer_status)
390
395
  @upload_reference = args[:upload_reference] if args.key?(:upload_reference)
396
+ @upload_time = args[:upload_time] if args.key?(:upload_time)
391
397
  @view_count = args[:view_count] if args.key?(:view_count)
392
398
  end
393
399
  end
@@ -396,7 +402,7 @@ module Google
396
402
  class PhotoId
397
403
  include Google::Apis::Core::Hashable
398
404
 
399
- # Required. A unique identifier for a photo.
405
+ # A unique identifier for a photo.
400
406
  # Corresponds to the JSON property `id`
401
407
  # @return [String]
402
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.7.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 = "20210518"
25
+ REVISION = "20211018"
26
26
  end
27
27
  end
28
28
  end
@@ -245,6 +245,7 @@ module Google
245
245
  property :transfer_status, as: 'transferStatus'
246
246
  property :upload_reference, as: 'uploadReference', class: Google::Apis::StreetviewpublishV1::UploadRef, decorator: Google::Apis::StreetviewpublishV1::UploadRef::Representation
247
247
 
248
+ property :upload_time, as: 'uploadTime'
248
249
  property :view_count, :numeric_string => true, as: 'viewCount'
249
250
  end
250
251
  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
@@ -385,8 +385,8 @@ module Google
385
385
  # Lists all the Photos that belong to the user. *Note:* Recently created photos
386
386
  # that are still being indexed are not returned in the response.
387
387
  # @param [String] filter
388
- # Required. The filter expression. For example: `placeId=
389
- # ChIJj61dQgK6j4AR4GeTYWZsKWw`. The only filter supported at the moment is `
388
+ # Optional. The filter expression. For example: `placeId=
389
+ # ChIJj61dQgK6j4AR4GeTYWZsKWw`. The filters supported at the moment are: `
390
390
  # placeId`.
391
391
  # @param [String] language_code
392
392
  # The BCP-47 language code, such as "en-US" or "sr-Latn". For more information,
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.7.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-07-05 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.7.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: