google-apis-jobs_v3 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: 3e6b8c5f46dc8e09aab0e253d96cd8c3113654d36220da0fb054627a20bd20b6
4
- data.tar.gz: ce58be7bd5ea34e475b913107a28da871ae28de4bfa10a5cb1e2385175208991
3
+ metadata.gz: a4d779d351f4f0458492db5c55ed1a684127cf697a5a539d8c61476e805fa4ef
4
+ data.tar.gz: f124b3a970cb7dd5f0136d468600d7925c05f2b926d76e5faf6cfda26761e923
5
5
  SHA512:
6
- metadata.gz: af063db5a61e37e2f507ac52e6b6f8a31224b0ed40278fdc77507ee9aa900d656beb7dd123c76c9993c71fd748d6f32697c44bd62c9adcda5ca386a534de8158
7
- data.tar.gz: a2d3d8f2605ebd88f240b3e880b99f89a22f621a5781eecca19a3e43bd49334716cbcd4d993c025437c35eee4a9c7c2bb09167320da5d9bf8a90afbdf42a5528
6
+ metadata.gz: ad9afaade3210271d427968a752ade17b12bdfd0b5b9af067b57b0e9607a67583d726f3fa6407d77c46241a2200583949c7727b897bb6f3d11f6f4f33255d320
7
+ data.tar.gz: 7a24f448ae7bd4a3dc8872a6485162af35f3ab09413dbff87d249032bd4950ada599a77368a6875945d89b87a3635b70b8c5db929c2e2b13664010c5c8a28d3c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-jobs_v3
2
2
 
3
+ ### v0.5.0 (2021-05-21)
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::JobsV3::LatLng]
241
241
  attr_accessor :start_coordinates
@@ -1495,8 +1495,8 @@ module Google
1495
1495
 
1496
1496
  # An object that represents a latitude/longitude pair. This is expressed as a
1497
1497
  # pair of doubles to represent degrees latitude and degrees longitude. Unless
1498
- # specified otherwise, this must conform to the WGS84 standard. Values must be
1499
- # within normalized ranges.
1498
+ # specified otherwise, this object must conform to the WGS84 standard. Values
1499
+ # must be within normalized ranges.
1500
1500
  class LatLng
1501
1501
  include Google::Apis::Core::Hashable
1502
1502
 
@@ -1593,8 +1593,8 @@ module Google
1593
1593
 
1594
1594
  # An object that represents a latitude/longitude pair. This is expressed as a
1595
1595
  # pair of doubles to represent degrees latitude and degrees longitude. Unless
1596
- # specified otherwise, this must conform to the WGS84 standard. Values must be
1597
- # within normalized ranges.
1596
+ # specified otherwise, this object must conform to the WGS84 standard. Values
1597
+ # must be within normalized ranges.
1598
1598
  # Corresponds to the JSON property `latLng`
1599
1599
  # @return [Google::Apis::JobsV3::LatLng]
1600
1600
  attr_accessor :lat_lng
@@ -1660,8 +1660,8 @@ module Google
1660
1660
 
1661
1661
  # An object that represents a latitude/longitude pair. This is expressed as a
1662
1662
  # pair of doubles to represent degrees latitude and degrees longitude. Unless
1663
- # specified otherwise, this must conform to the WGS84 standard. Values must be
1664
- # within normalized ranges.
1663
+ # specified otherwise, this object must conform to the WGS84 standard. Values
1664
+ # must be within normalized ranges.
1665
1665
  # Corresponds to the JSON property `latLng`
1666
1666
  # @return [Google::Apis::JobsV3::LatLng]
1667
1667
  attr_accessor :lat_lng
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module JobsV3
18
18
  # Version of the google-apis-jobs_v3 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_v3
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_v3/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3/v0.4.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3/v0.5.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-jobs_v3
57
57
  post_install_message:
58
58
  rdoc_options: []