google-apis-jobs_v3p1beta1 0.4.0 → 0.5.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: ada0fd3707d2290a56eb18b6348f4b731c35830378117c8f2bc82d002a72f4de
4
- data.tar.gz: 9a2dc1e10d1fcc237bfb8aefbc149c7b70e4ae58db5bdc2f0aa27ffaa100ff39
3
+ metadata.gz: cffbe92ea975d828acb2b5d5d8154b01f566e4cace177024f118b466d044e06f
4
+ data.tar.gz: 1516b1c66d850114d71908f11f7f80eade9b9bf5540535eca4984262c911ab93
5
5
  SHA512:
6
- metadata.gz: 7cbaff615b6d79e69396b3300bb8ea798ac97de2084ad66655796aeadde589a64865ab9a42c18f387bcd0750f923d875cee3ad044f12cc0a4586d9a393c5044f
7
- data.tar.gz: 73fabfb6356e12c607e4fb8f14b7605f72c619f0e6ec3f6c9226960e241c0b20ae44cde5b9af3ddb06a14a13dc52eb6de5a5b9dc906ce05056c95f84ce4b7e3f
6
+ metadata.gz: 90151b812f58ed09703004c76f0518c98cd36696272e8eac81ad2f9385a4fe80a7c0faa9e3cb8a7f9d2e6e6587836192bcf2ef796fb4e609ffb1ab18c5098670
7
+ data.tar.gz: da591944451cfa4b71823a9ec4e79324f543ec72af767a1b1801a1e4e6e8bf6a3331cb29be18634aec338bd667154c92614aca0fbbf1b765371d05a3fc3c7199
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-jobs_v3p1beta1
2
2
 
3
+ ### v0.5.0 (2021-05-20)
4
+
5
+ * Regenerated from discovery document revision 20210506
6
+ * Unspecified changes
7
+
3
8
  ### v0.4.0 (2021-04-16)
4
9
 
5
10
  * Regenerated from discovery document revision 20210413
@@ -234,8 +234,8 @@ module Google
234
234
 
235
235
  # An object that represents a latitude/longitude pair. This is expressed as a
236
236
  # pair of doubles to represent degrees latitude and degrees longitude. Unless
237
- # specified otherwise, this must conform to the WGS84 standard. Values must be
238
- # within normalized ranges.
237
+ # specified otherwise, this object must conform to the WGS84 standard. Values
238
+ # must be within normalized ranges.
239
239
  # Corresponds to the JSON property `startCoordinates`
240
240
  # @return [Google::Apis::JobsV3p1beta1::LatLng]
241
241
  attr_accessor :start_coordinates
@@ -1643,8 +1643,8 @@ module Google
1643
1643
 
1644
1644
  # An object that represents a latitude/longitude pair. This is expressed as a
1645
1645
  # pair of doubles to represent degrees latitude and degrees longitude. Unless
1646
- # specified otherwise, this must conform to the WGS84 standard. Values must be
1647
- # within normalized ranges.
1646
+ # specified otherwise, this object must conform to the WGS84 standard. Values
1647
+ # must be within normalized ranges.
1648
1648
  class LatLng
1649
1649
  include Google::Apis::Core::Hashable
1650
1650
 
@@ -1741,8 +1741,8 @@ module Google
1741
1741
 
1742
1742
  # An object that represents a latitude/longitude pair. This is expressed as a
1743
1743
  # pair of doubles to represent degrees latitude and degrees longitude. Unless
1744
- # specified otherwise, this must conform to the WGS84 standard. Values must be
1745
- # within normalized ranges.
1744
+ # specified otherwise, this object must conform to the WGS84 standard. Values
1745
+ # must be within normalized ranges.
1746
1746
  # Corresponds to the JSON property `latLng`
1747
1747
  # @return [Google::Apis::JobsV3p1beta1::LatLng]
1748
1748
  attr_accessor :lat_lng
@@ -1808,8 +1808,8 @@ module Google
1808
1808
 
1809
1809
  # An object that represents a latitude/longitude pair. This is expressed as a
1810
1810
  # pair of doubles to represent degrees latitude and degrees longitude. Unless
1811
- # specified otherwise, this must conform to the WGS84 standard. Values must be
1812
- # within normalized ranges.
1811
+ # specified otherwise, this object must conform to the WGS84 standard. Values
1812
+ # must be within normalized ranges.
1813
1813
  # Corresponds to the JSON property `latLng`
1814
1814
  # @return [Google::Apis::JobsV3p1beta1::LatLng]
1815
1815
  attr_accessor :lat_lng
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module JobsV3p1beta1
18
18
  # Version of the google-apis-jobs_v3p1beta1 gem
19
- GEM_VERSION = "0.4.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210413"
25
+ REVISION = "20210506"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-jobs_v3p1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.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-18 00:00:00.000000000 Z
11
+ date: 2021-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-jobs_v3p1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3p1beta1/v0.4.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3p1beta1/v0.5.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-jobs_v3p1beta1
57
57
  post_install_message:
58
58
  rdoc_options: []