google-apis-streetviewpublish_v1 0.11.0 → 0.15.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: 0122ace1c5233314b4378869e06dea6981dc9f077bdc2b2402342f5805ea20fb
4
- data.tar.gz: d3ea1b6adb05f7e886373f646c14e7624db5e0127ffe29f47b17decd502b51bd
3
+ metadata.gz: 40330566a582d769d36b1238721cd04d4cc1f13e253324672fc8548ae4e4faeb
4
+ data.tar.gz: 2c199132ed7511992cee7d59040f2acc7b84a33f3c8ae804ff26ea4a8339793c
5
5
  SHA512:
6
- metadata.gz: f806091eab8a829686263f866163fdd44f5eb4586e8a5b964cedf339391966d69e33d1754ff3e23acaa7d6023d9c53fd0bbe664b7eb7775383fd8effaf6872c4
7
- data.tar.gz: 8dbe95caa139b4c750a6926be19d6d598607cb1fc19cb5573192d0ba21d2a4f4c529b203fe12ed22c6c7821ccfc3cc7a72a8c6884f0577d6168111584f5fd9be
6
+ metadata.gz: 7a5628e83511bbb12ad618c2aa1cba3a7314480a369b617c725faee2558f3fb48bd0703709717a81da0cc4d1ebb23fb670e5f71f50d093079b2164d0462c558f
7
+ data.tar.gz: 805dd01bf2e04e33208eabb15aa46bfac9735848b29ac28562c0edba236196d492bc29dbd0dc06f0879eed6eaa5ac4b5cacafb5270ac8fe0f094c650bd9d5198
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-streetviewpublish_v1
2
2
 
3
+ ### v0.15.0 (2022-01-14)
4
+
5
+ * Regenerated from discovery document revision 20220112
6
+ * Regenerated using generator version 0.4.1
7
+
8
+ ### v0.14.0 (2021-12-14)
9
+
10
+ * Unspecified changes
11
+
12
+ ### v0.13.0 (2021-11-11)
13
+
14
+ * Regenerated from discovery document revision 20211109
15
+
16
+ ### v0.12.0 (2021-11-03)
17
+
18
+ * Regenerated from discovery document revision 20211101
19
+
3
20
  ### v0.11.0 (2021-10-20)
4
21
 
5
22
  * Regenerated from discovery document revision 20211018
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/streetviewpublish_v1"
51
51
  client = Google::Apis::StreetviewpublishV1::StreetViewPublishService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -196,9 +196,9 @@ module Google
196
196
  # @return [String]
197
197
  attr_accessor :name
198
198
 
199
- # Floor number, used for ordering. 0 indicates the ground level, 1 indicates the
200
- # first level above ground level, -1 indicates the first level under ground
201
- # level. Non-integer values are OK.
199
+ # Optional. Floor number, used for ordering. 0 indicates the ground level, 1
200
+ # indicates the first level above ground level, -1 indicates the first level
201
+ # under ground level. Non-integer values are OK.
202
202
  # Corresponds to the JSON property `number`
203
203
  # @return [Float]
204
204
  attr_accessor :number
@@ -307,14 +307,14 @@ module Google
307
307
  class Photo
308
308
  include Google::Apis::Core::Hashable
309
309
 
310
- # Absolute time when the photo was captured. When the photo has no exif
311
- # timestamp, this is used to set a timestamp in the photo metadata.
310
+ # Optional. Absolute time when the photo was captured. When the photo has no
311
+ # exif timestamp, this is used to set a timestamp in the photo metadata.
312
312
  # Corresponds to the JSON property `captureTime`
313
313
  # @return [String]
314
314
  attr_accessor :capture_time
315
315
 
316
- # Connections to other photos. A connection represents the link from this photo
317
- # to another photo.
316
+ # Optional. Connections to other photos. A connection represents the link from
317
+ # this photo to another photo.
318
318
  # Corresponds to the JSON property `connections`
319
319
  # @return [Array<Google::Apis::StreetviewpublishV1::Connection>]
320
320
  attr_accessor :connections
@@ -326,7 +326,7 @@ module Google
326
326
  attr_accessor :download_url
327
327
 
328
328
  # Output only. Status in Google Maps, whether this photo was published or
329
- # rejected. Not currently populated.
329
+ # rejected.
330
330
  # Corresponds to the JSON property `mapsPublishStatus`
331
331
  # @return [String]
332
332
  attr_accessor :maps_publish_status
@@ -336,7 +336,7 @@ module Google
336
336
  # @return [Google::Apis::StreetviewpublishV1::PhotoId]
337
337
  attr_accessor :photo_id
338
338
 
339
- # Places where this photo belongs.
339
+ # Optional. Places where this photo belongs.
340
340
  # Corresponds to the JSON property `places`
341
341
  # @return [Array<Google::Apis::StreetviewpublishV1::Place>]
342
342
  attr_accessor :places
@@ -366,7 +366,7 @@ module Google
366
366
  # @return [Google::Apis::StreetviewpublishV1::UploadRef]
367
367
  attr_accessor :upload_reference
368
368
 
369
- # Time when the image was uploaded.
369
+ # Output only. Time when the image was uploaded.
370
370
  # Corresponds to the JSON property `uploadTime`
371
371
  # @return [String]
372
372
  attr_accessor :upload_time
@@ -452,13 +452,13 @@ module Google
452
452
  class Place
453
453
  include Google::Apis::Core::Hashable
454
454
 
455
- # Output-only. The language_code that the name is localized with. This should be
455
+ # Output only. The language_code that the name is localized with. This should be
456
456
  # the language_code specified in the request, but may be a fallback.
457
457
  # Corresponds to the JSON property `languageCode`
458
458
  # @return [String]
459
459
  attr_accessor :language_code
460
460
 
461
- # Output-only. The name of the place, localized to the language_code.
461
+ # Output only. The name of the place, localized to the language_code.
462
462
  # Corresponds to the JSON property `name`
463
463
  # @return [String]
464
464
  attr_accessor :name
@@ -500,8 +500,10 @@ module Google
500
500
  # @return [Float]
501
501
  attr_accessor :altitude
502
502
 
503
- # Compass heading, measured at the center of the photo in degrees clockwise from
504
- # North. Value must be >=0 and <360. NaN indicates an unmeasured quantity.
503
+ # The following pose parameters pertain to the center of the photo. They match
504
+ # https://developers.google.com/streetview/spherical-metadata. Compass heading,
505
+ # measured at the center of the photo in degrees clockwise from North. Value
506
+ # must be >=0 and <360. NaN indicates an unmeasured quantity.
505
507
  # Corresponds to the JSON property `heading`
506
508
  # @return [Float]
507
509
  attr_accessor :heading
@@ -602,7 +604,7 @@ module Google
602
604
  # metadata in this request. The update fails if invalid fields are specified.
603
605
  # Multiple fields can be specified in a comma-delimited list. The following
604
606
  # fields are valid: * `pose.heading` * `pose.latLngPair` * `pose.pitch` * `pose.
605
- # roll` * `pose.level` * `pose.altitude` * `connections` * `places` *Note:* When
607
+ # roll` * `pose.level` * `pose.altitude` * `connections` * `places` > Note: When
606
608
  # updateMask contains repeated fields, the entire set of repeated values get
607
609
  # replaced with the new contents. For example, if updateMask contains `
608
610
  # connections` and `UpdatePhotoRequest.photo.connections` is empty, all
@@ -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.11.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211018"
25
+ REVISION = "20220112"
26
26
  end
27
27
  end
28
28
  end
@@ -226,7 +226,7 @@ module Google
226
226
  # metadata in this request. The update fails if invalid fields are specified.
227
227
  # Multiple fields can be specified in a comma-delimited list. The following
228
228
  # fields are valid: * `pose.heading` * `pose.latLngPair` * `pose.pitch` * `pose.
229
- # roll` * `pose.level` * `pose.altitude` * `connections` * `places` *Note:* When
229
+ # roll` * `pose.level` * `pose.altitude` * `connections` * `places` > Note: When
230
230
  # updateMask contains repeated fields, the entire set of repeated values get
231
231
  # replaced with the new contents. For example, if updateMask contains `
232
232
  # connections` and `UpdatePhotoRequest.photo.connections` is empty, all
@@ -303,10 +303,10 @@ module Google
303
303
  # BatchGetPhotosResponse.results. See GetPhoto for specific failures that can
304
304
  # occur per photo.
305
305
  # @param [String] language_code
306
- # The BCP-47 language code, such as "en-US" or "sr-Latn". For more information,
307
- # see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier. If
308
- # language_code is unspecified, the user's language preference for Google
309
- # services is used.
306
+ # Optional. The BCP-47 language code, such as "en-US" or "sr-Latn". For more
307
+ # information, see http://www.unicode.org/reports/tr35/#
308
+ # Unicode_locale_identifier. If language_code is unspecified, the user's
309
+ # language preference for Google services is used.
310
310
  # @param [Array<String>, String] photo_ids
311
311
  # Required. IDs of the Photos. For HTTP GET requests, the URL query parameter
312
312
  # should be `photoIds=&photoIds=&...`.
@@ -351,7 +351,7 @@ module Google
351
351
  # specific failures that can occur per photo. Only the fields specified in
352
352
  # updateMask field are used. If `updateMask` is not present, the update applies
353
353
  # to all fields. The number of UpdatePhotoRequest messages in a
354
- # BatchUpdatePhotosRequest must not exceed 20. *Note:* To update Pose.altitude,
354
+ # BatchUpdatePhotosRequest must not exceed 20. > Note: To update Pose.altitude,
355
355
  # Pose.latLngPair has to be filled as well. Otherwise, the request will fail.
356
356
  # @param [Google::Apis::StreetviewpublishV1::BatchUpdatePhotosRequest] batch_update_photos_request_object
357
357
  # @param [String] fields
@@ -382,24 +382,27 @@ module Google
382
382
  execute_or_queue_command(command, &block)
383
383
  end
384
384
 
385
- # Lists all the Photos that belong to the user. *Note:* Recently created photos
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
388
  # Optional. The filter expression. For example: `placeId=
389
- # ChIJj61dQgK6j4AR4GeTYWZsKWw`. The filters supported at the moment are: `
390
- # placeId`.
389
+ # ChIJj61dQgK6j4AR4GeTYWZsKWw`. The filters supported are: `placeId`, `
390
+ # min_latitude`, `max_latitude`, `min_longitude`, and `max_longitude`. See https:
391
+ # //google.aip.dev/160 for more information.
391
392
  # @param [String] language_code
392
- # The BCP-47 language code, such as "en-US" or "sr-Latn". For more information,
393
- # see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier. If
394
- # language_code is unspecified, the user's language preference for Google
395
- # services is used.
393
+ # Optional. The BCP-47 language code, such as "en-US" or "sr-Latn". For more
394
+ # information, see http://www.unicode.org/reports/tr35/#
395
+ # Unicode_locale_identifier. If language_code is unspecified, the user's
396
+ # language preference for Google services is used.
396
397
  # @param [Fixnum] page_size
397
- # The maximum number of photos to return. `pageSize` must be non-negative. If `
398
- # pageSize` is zero or is not provided, the default page size of 100 is used.
399
- # The number of photos returned in the response may be less than `pageSize` if
400
- # the number of photos that belong to the user is less than `pageSize`.
398
+ # Optional. The maximum number of photos to return. `pageSize` must be non-
399
+ # negative. If `pageSize` is zero or is not provided, the default page size of
400
+ # 100 is used. The number of photos returned in the response may be less than `
401
+ # pageSize` if the number of photos that belong to the user is less than `
402
+ # pageSize`.
401
403
  # @param [String] page_token
402
- # The nextPageToken value returned from a previous ListPhotos request, if any.
404
+ # Optional. The nextPageToken value returned from a previous ListPhotos request,
405
+ # if any.
403
406
  # @param [String] view
404
407
  # Required. Specifies if a download URL for the photos bytes should be returned
405
408
  # in the Photos response.
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.11.0
4
+ version: 0.15.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-27 00:00:00.000000000 Z
11
+ date: 2022-01-17 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-streetviewpublish_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-streetviewpublish_v1/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-streetviewpublish_v1/v0.15.0
62
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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Street View Publish API V1