google-apis-streetviewpublish_v1 0.6.0 → 0.10.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: 61df9f3e54dd7fdb17a3af5bf7dd147659453996d42264885f62b4f5f3b2979c
4
- data.tar.gz: 3af3acb7ea0d5f58623d8d336adb2b97f1f1a8c10436fe1df0364e233f182cfb
3
+ metadata.gz: ece5096482dec8eba241409cc7ea9fd5dd6cc42e930161d02312393e2d400c3c
4
+ data.tar.gz: c3b422707f2672e040c04651ffad5db29b706e5ac3c245c51e20078cbc198448
5
5
  SHA512:
6
- metadata.gz: b457e6d1d5ebb6d2c2ac2d9e666f5a575e1a74b3092b250184f5d68eac64ef7e36a9599a21e7c4c62c60f420cf9e9481362f71cb1c5d715b97f745eb9de5f789
7
- data.tar.gz: 4bf2533386e224d7728564264b59f557290c07fa5e553cee32a7d3c38be576f959bbab718f562c2639ccadb68f6f76067bc48e14738a62bbfb42d54e7ec0b8f4
6
+ metadata.gz: f3e93ea87433c107f7af419ce11aec3ab1cdd856da194eac874e3df8661eb4d209e521a8c08d2147567b065335597259a03d350ade39ba057d900fa39432a013
7
+ data.tar.gz: 124442016f822dbc70b8307b84924787c5df30ad3de13cdf7b0f62a9c77ec907e27ea2710262a869d58f8d09c0c147b75a034d32091797678b3d0ec8b37a4014
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-streetviewpublish_v1
2
2
 
3
+ ### v0.10.0 (2021-10-09)
4
+
5
+ * Regenerated from discovery document revision 20211007
6
+
7
+ ### v0.9.0 (2021-09-14)
8
+
9
+ * Regenerated from discovery document revision 20210910
10
+
11
+ ### v0.8.0 (2021-09-10)
12
+
13
+ * Regenerated from discovery document revision 20210908
14
+
15
+ ### v0.7.0 (2021-06-29)
16
+
17
+ * Regenerated using generator version 0.4.0
18
+
3
19
  ### v0.6.0 (2021-06-24)
4
20
 
5
21
  * Regenerated using generator version 0.3.0
@@ -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
@@ -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.6.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.3.0"
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 = "20211007"
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
@@ -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.6.0
4
+ version: 0.10.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-06-28 00:00:00.000000000 Z
11
+ date: 2021-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.3'
19
+ version: '0.4'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.3'
29
+ version: '0.4'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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/master/generated/google-apis-streetviewpublish_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-streetviewpublish_v1/v0.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-streetviewpublish_v1/v0.10.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-streetviewpublish_v1
63
63
  post_install_message:
64
64
  rdoc_options: []