google-apis-streetviewpublish_v1 0.5.0 → 0.9.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: d299a220bdf91db002b7cb2679099e3287feea63cd11d88a70f4235e1315f271
4
- data.tar.gz: bc0d9cb69be4391c19bdb0685122f123af69edf07c668a5e9b4337949f2374cc
3
+ metadata.gz: 045c70490704d1f25cd26dea30004109efe46836f9b7e476d5c6a1ed753f1577
4
+ data.tar.gz: 124f0b8b4090c1bca8727d401f7a423a4a75c3a6d6aded23d60f80314217ca35
5
5
  SHA512:
6
- metadata.gz: 1d5da13f73f1d0bd9ab40d2e060fa98effb9852d6f9c0bf76f652f327bcce14b0f4c0b8d5c466e1dd0dee62be2325f6ded78c7a6bceb8585df3a89f77e54eabc
7
- data.tar.gz: bea2d3100a80a59bf08c1001d488b899ef9ea172681d8b5175b973da153a65583770d7072c494c6b56709bf268fe79dd9fda15218570bbad6097fe9a80868d26
6
+ metadata.gz: c4999919b1ff81ab43e37465614bce0f4dabeb1ccaa2681de14354d071c9b31324a097d85eccdc814feb3b696ffbb56c230f40909714e10b656b3e99aee0970f
7
+ data.tar.gz: 3385e49856d8a914459d0ea6db670a43454135eeeb74399712163fca933383afb4786a453718d7265ef43d386f23568a41bc4d4262ade1c8221bfd2291dbbf10
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-streetviewpublish_v1
2
2
 
3
+ ### v0.9.0 (2021-09-14)
4
+
5
+ * Regenerated from discovery document revision 20210910
6
+
7
+ ### v0.8.0 (2021-09-10)
8
+
9
+ * Regenerated from discovery document revision 20210908
10
+
11
+ ### v0.7.0 (2021-06-29)
12
+
13
+ * Regenerated using generator version 0.4.0
14
+
15
+ ### v0.6.0 (2021-06-24)
16
+
17
+ * Regenerated using generator version 0.3.0
18
+
3
19
  ### v0.5.0 (2021-05-20)
4
20
 
5
21
  * Regenerated from discovery document revision 20210518
@@ -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.5.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.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 = "20210910"
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,7 +385,7 @@ 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=
388
+ # Optional. The filter expression. For example: `placeId=
389
389
  # ChIJj61dQgK6j4AR4GeTYWZsKWw`. The only filter supported at the moment is `
390
390
  # placeId`.
391
391
  # @param [String] language_code
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-streetviewpublish_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.9.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-05-24 00:00:00.000000000 Z
11
+ date: 2021-09-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Street View Publish API V1. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-streetviewpublish_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-streetviewpublish_v1/v0.5.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-streetviewpublish_v1/v0.9.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-streetviewpublish_v1
57
63
  post_install_message:
58
64
  rdoc_options: []