google-apis-streetviewpublish_v1 0.13.0 → 0.16.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: e22dec6de658938ddbac9e84265e5b5eaccd20226c28953f1dd5f56d252e499a
4
- data.tar.gz: 16bcf2fe77951cd3e170d1b4e58f0beaa8640b5bcc2fc178cce616532b3bc984
3
+ metadata.gz: 611d2abb58f2af3d81eb90f5266b61e4b0aa8e891e9bd161ce0cb936c04afe8c
4
+ data.tar.gz: 7bfe64460e0cba66c2ab89cf76850a6169da8bdd60e7d9e3c273201216f25d4e
5
5
  SHA512:
6
- metadata.gz: 68ddbd99dc5cba37768ba814ae6d2f6bbce4969e9758e8fc51504176eec485dbc4e300ad78e68d2206e511349c1e7a2d59eddc4fd419bd299530dfe29a82ea8b
7
- data.tar.gz: 0e06ee128a1015425bd317e3c104fb825e563a8c005a22c399c9cd6df9d946e3590f8b4cf55ac31be703f43dadfbb8a0b2cd80d5b55e46a7ee9bed4ef9980cce
6
+ metadata.gz: 602b54482f0fe3a2b6a7cb56d8c062932b2b786010b06542a16bf4d09d856434a80052abcf22a5ca4dd12c443d6f778d32cf8d5797693e7d5ebf925a83f9329e
7
+ data.tar.gz: 5f401f6dd8fd27cccc8252825c33ceabf7805d2a4711b22e807ec80b56b67fbba7471d61127d137a134b49c1171f013cfd7f0f51cf0fcac9f8efab91b0e36528
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-streetviewpublish_v1
2
2
 
3
+ ### v0.16.0 (2022-03-22)
4
+
5
+ * Regenerated from discovery document revision 20220319
6
+
7
+ ### v0.15.0 (2022-01-14)
8
+
9
+ * Regenerated from discovery document revision 20220112
10
+ * Regenerated using generator version 0.4.1
11
+
12
+ ### v0.14.0 (2021-12-14)
13
+
14
+ * Unspecified changes
15
+
3
16
  ### v0.13.0 (2021-11-11)
4
17
 
5
18
  * Regenerated from discovery document revision 20211109
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.
@@ -143,8 +143,7 @@ module Google
143
143
  # A generic empty message that you can re-use to avoid defining duplicated empty
144
144
  # messages in your APIs. A typical example is to use it as the request or the
145
145
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
146
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
147
- # `Empty` is empty JSON object ````.
146
+ # protobuf.Empty) returns (google.protobuf.Empty); `
148
147
  class Empty
149
148
  include Google::Apis::Core::Hashable
150
149
 
@@ -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.13.0"
19
+ GEM_VERSION = "0.16.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 = "20211109"
25
+ REVISION = "20220319"
26
26
  end
27
27
  end
28
28
  end
@@ -386,8 +386,9 @@ module Google
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
393
  # Optional. The BCP-47 language code, such as "en-US" or "sr-Latn". For more
393
394
  # information, see http://www.unicode.org/reports/tr35/#
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.13.0
4
+ version: 0.16.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-11-15 00:00:00.000000000 Z
11
+ date: 2022-03-28 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.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-streetviewpublish_v1/v0.16.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