google-apis-streetviewpublish_v1 0.9.0 → 0.13.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: 045c70490704d1f25cd26dea30004109efe46836f9b7e476d5c6a1ed753f1577
4
- data.tar.gz: 124f0b8b4090c1bca8727d401f7a423a4a75c3a6d6aded23d60f80314217ca35
3
+ metadata.gz: e22dec6de658938ddbac9e84265e5b5eaccd20226c28953f1dd5f56d252e499a
4
+ data.tar.gz: 16bcf2fe77951cd3e170d1b4e58f0beaa8640b5bcc2fc178cce616532b3bc984
5
5
  SHA512:
6
- metadata.gz: c4999919b1ff81ab43e37465614bce0f4dabeb1ccaa2681de14354d071c9b31324a097d85eccdc814feb3b696ffbb56c230f40909714e10b656b3e99aee0970f
7
- data.tar.gz: 3385e49856d8a914459d0ea6db670a43454135eeeb74399712163fca933383afb4786a453718d7265ef43d386f23568a41bc4d4262ade1c8221bfd2291dbbf10
6
+ metadata.gz: 68ddbd99dc5cba37768ba814ae6d2f6bbce4969e9758e8fc51504176eec485dbc4e300ad78e68d2206e511349c1e7a2d59eddc4fd419bd299530dfe29a82ea8b
7
+ data.tar.gz: 0e06ee128a1015425bd317e3c104fb825e563a8c005a22c399c9cd6df9d946e3590f8b4cf55ac31be703f43dadfbb8a0b2cd80d5b55e46a7ee9bed4ef9980cce
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-streetviewpublish_v1
2
2
 
3
+ ### v0.13.0 (2021-11-11)
4
+
5
+ * Regenerated from discovery document revision 20211109
6
+
7
+ ### v0.12.0 (2021-11-03)
8
+
9
+ * Regenerated from discovery document revision 20211101
10
+
11
+ ### v0.11.0 (2021-10-20)
12
+
13
+ * Regenerated from discovery document revision 20211018
14
+
15
+ ### v0.10.0 (2021-10-09)
16
+
17
+ * Regenerated from discovery document revision 20211007
18
+
3
19
  ### v0.9.0 (2021-09-14)
4
20
 
5
21
  * Regenerated from discovery document revision 20210910
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
 
@@ -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
@@ -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
@@ -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.9.0"
19
+ GEM_VERSION = "0.13.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 = "20210910"
25
+ REVISION = "20211109"
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
@@ -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,26 @@ 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 only filter supported at the moment is `
389
+ # ChIJj61dQgK6j4AR4GeTYWZsKWw`. The filters supported at the moment are: `
390
390
  # placeId`.
391
391
  # @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.
392
+ # Optional. The BCP-47 language code, such as "en-US" or "sr-Latn". For more
393
+ # information, see http://www.unicode.org/reports/tr35/#
394
+ # Unicode_locale_identifier. If language_code is unspecified, the user's
395
+ # language preference for Google services is used.
396
396
  # @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`.
397
+ # Optional. The maximum number of photos to return. `pageSize` must be non-
398
+ # negative. If `pageSize` is zero or is not provided, the default page size of
399
+ # 100 is used. The number of photos returned in the response may be less than `
400
+ # pageSize` if the number of photos that belong to the user is less than `
401
+ # pageSize`.
401
402
  # @param [String] page_token
402
- # The nextPageToken value returned from a previous ListPhotos request, if any.
403
+ # Optional. The nextPageToken value returned from a previous ListPhotos request,
404
+ # if any.
403
405
  # @param [String] view
404
406
  # Required. Specifies if a download URL for the photos bytes should be returned
405
407
  # 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.9.0
4
+ version: 0.13.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-09-20 00:00:00.000000000 Z
11
+ date: 2021-11-15 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.9.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.13.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: