google-apis-jobs_v4 0.1.0 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +23 -0
- data/lib/google/apis/jobs_v4.rb +1 -1
- data/lib/google/apis/jobs_v4/classes.rb +28 -17
- data/lib/google/apis/jobs_v4/gem_version.rb +3 -3
- data/lib/google/apis/jobs_v4/service.rb +31 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 603a27f006cafa525c4176632d1a0a5c28131bde10e313082bd2b76911ff27b4
|
4
|
+
data.tar.gz: 7267bb16c64fc9d4a39373ca6c2a670d7edee2953cc9865bc9e26591309eaddc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 431f8afc5f5ea74b9102ec7eeeafcc5daa97d198be14b1165d2f3a39663dd434a18f8f35ad2742f503801ceb4d00bbe27e83645fe21f9eb668e7bef517f315a1
|
7
|
+
data.tar.gz: 724f5c50957f358bcc1ba3f831f7e3d59065ec92a943059178df226e5574178d86ae26cb04c63ce47c2e098c780d3f07de521424fc97c8b44c6cd2f35ba5672b
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,28 @@
|
|
1
1
|
# Release history for google-apis-jobs_v4
|
2
2
|
|
3
|
+
### v0.6.0 (2021-05-20)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20210506
|
6
|
+
* Unspecified changes
|
7
|
+
|
8
|
+
### v0.5.0 (2021-04-16)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20210413
|
11
|
+
|
12
|
+
### v0.4.0 (2021-03-12)
|
13
|
+
|
14
|
+
* Regenerated from discovery document revision 20210309
|
15
|
+
* Regenerated using generator version 0.2.0
|
16
|
+
|
17
|
+
### v0.3.0 (2021-03-04)
|
18
|
+
|
19
|
+
* Unspecified changes
|
20
|
+
|
21
|
+
### v0.2.0 (2021-02-19)
|
22
|
+
|
23
|
+
* Regenerated from discovery document revision 20210217
|
24
|
+
* Regenerated using generator version 0.1.2
|
25
|
+
|
3
26
|
### v0.1.0 (2021-01-07)
|
4
27
|
|
5
28
|
* Regenerated using generator version 0.1.1
|
data/lib/google/apis/jobs_v4.rb
CHANGED
@@ -30,7 +30,7 @@ module Google
|
|
30
30
|
# This is NOT the gem version.
|
31
31
|
VERSION = 'V4'
|
32
32
|
|
33
|
-
#
|
33
|
+
# See, edit, configure, and delete your Google Cloud Platform data
|
34
34
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
35
35
|
|
36
36
|
# Manage job postings
|
@@ -343,8 +343,8 @@ module Google
|
|
343
343
|
|
344
344
|
# An object that represents a latitude/longitude pair. This is expressed as a
|
345
345
|
# pair of doubles to represent degrees latitude and degrees longitude. Unless
|
346
|
-
# specified otherwise, this must conform to the WGS84 standard. Values
|
347
|
-
# within normalized ranges.
|
346
|
+
# specified otherwise, this object must conform to the WGS84 standard. Values
|
347
|
+
# must be within normalized ranges.
|
348
348
|
# Corresponds to the JSON property `startCoordinates`
|
349
349
|
# @return [Google::Apis::JobsV4::LatLng]
|
350
350
|
attr_accessor :start_coordinates
|
@@ -941,7 +941,14 @@ module Google
|
|
941
941
|
# requisition_id are not allowed. If the original requisition_id must be
|
942
942
|
# preserved, a custom field should be used for storage. It is also suggested to
|
943
943
|
# group the locations that close to each other in the same job for better search
|
944
|
-
# experience.
|
944
|
+
# experience. Jobs with multiple addresses must have their addresses with the
|
945
|
+
# same LocationType to allow location filtering to work properly. (For example,
|
946
|
+
# a Job with addresses "1600 Amphitheatre Parkway, Mountain View, CA, USA" and "
|
947
|
+
# London, UK" may not have location filters applied correctly at search time
|
948
|
+
# since the first is a LocationType.STREET_ADDRESS and the second is a
|
949
|
+
# LocationType.LOCALITY.) If a job needs to have multiple addresses, it is
|
950
|
+
# suggested to split it into multiple jobs with same LocationTypes. The maximum
|
951
|
+
# number of allowed characters is 500.
|
945
952
|
# Corresponds to the JSON property `addresses`
|
946
953
|
# @return [Array<String>]
|
947
954
|
attr_accessor :addresses
|
@@ -1444,8 +1451,8 @@ module Google
|
|
1444
1451
|
|
1445
1452
|
# An object that represents a latitude/longitude pair. This is expressed as a
|
1446
1453
|
# pair of doubles to represent degrees latitude and degrees longitude. Unless
|
1447
|
-
# specified otherwise, this must conform to the WGS84 standard. Values
|
1448
|
-
# within normalized ranges.
|
1454
|
+
# specified otherwise, this object must conform to the WGS84 standard. Values
|
1455
|
+
# must be within normalized ranges.
|
1449
1456
|
class LatLng
|
1450
1457
|
include Google::Apis::Core::Hashable
|
1451
1458
|
|
@@ -1570,8 +1577,8 @@ module Google
|
|
1570
1577
|
|
1571
1578
|
# An object that represents a latitude/longitude pair. This is expressed as a
|
1572
1579
|
# pair of doubles to represent degrees latitude and degrees longitude. Unless
|
1573
|
-
# specified otherwise, this must conform to the WGS84 standard. Values
|
1574
|
-
# within normalized ranges.
|
1580
|
+
# specified otherwise, this object must conform to the WGS84 standard. Values
|
1581
|
+
# must be within normalized ranges.
|
1575
1582
|
# Corresponds to the JSON property `latLng`
|
1576
1583
|
# @return [Google::Apis::JobsV4::LatLng]
|
1577
1584
|
attr_accessor :lat_lng
|
@@ -1637,19 +1644,23 @@ module Google
|
|
1637
1644
|
|
1638
1645
|
# An object that represents a latitude/longitude pair. This is expressed as a
|
1639
1646
|
# pair of doubles to represent degrees latitude and degrees longitude. Unless
|
1640
|
-
# specified otherwise, this must conform to the WGS84 standard. Values
|
1641
|
-
# within normalized ranges.
|
1647
|
+
# specified otherwise, this object must conform to the WGS84 standard. Values
|
1648
|
+
# must be within normalized ranges.
|
1642
1649
|
# Corresponds to the JSON property `latLng`
|
1643
1650
|
# @return [Google::Apis::JobsV4::LatLng]
|
1644
1651
|
attr_accessor :lat_lng
|
1645
1652
|
|
1646
|
-
# CLDR region code of the country/region
|
1647
|
-
#
|
1648
|
-
#
|
1649
|
-
#
|
1650
|
-
#
|
1651
|
-
#
|
1652
|
-
#
|
1653
|
+
# CLDR region code of the country/region. This field may be used in two ways: 1)
|
1654
|
+
# If telecommute preference is not set, this field is used address ambiguity of
|
1655
|
+
# the user-input address. For example, "Liverpool" may refer to "Liverpool, NY,
|
1656
|
+
# US" or "Liverpool, UK". This region code biases the address resolution toward
|
1657
|
+
# a specific country or territory. If this field is not set, address resolution
|
1658
|
+
# is biased toward the United States by default. 2) If telecommute preference is
|
1659
|
+
# set to TELECOMMUTE_ALLOWED, the telecommute location filter will be limited to
|
1660
|
+
# the region specified in this field. If this field is not set, the telecommute
|
1661
|
+
# job locations will not be See https://unicode-org.github.io/cldr-staging/
|
1662
|
+
# charts/latest/supplemental/territory_information.html for details. Example: "
|
1663
|
+
# CH" for Switzerland.
|
1653
1664
|
# Corresponds to the JSON property `regionCode`
|
1654
1665
|
# @return [String]
|
1655
1666
|
attr_accessor :region_code
|
@@ -2340,7 +2351,7 @@ module Google
|
|
2340
2351
|
# , bucket(10000, 100000), bucket(100000, MAX)])` * `count(
|
2341
2352
|
# string_custom_attribute["some-string-custom-attribute"])` * `count(
|
2342
2353
|
# numeric_custom_attribute["some-numeric-custom-attribute"], [bucket(MIN, 0, "
|
2343
|
-
# negative"), bucket(0, MAX, "non-negative"])`
|
2354
|
+
# negative"), bucket(0, MAX, "non-negative")])`
|
2344
2355
|
# Corresponds to the JSON property `histogramQueries`
|
2345
2356
|
# @return [Array<Google::Apis::JobsV4::HistogramQuery>]
|
2346
2357
|
attr_accessor :histogram_queries
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module JobsV4
|
18
18
|
# Version of the google-apis-jobs_v4 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.6.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210506"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -50,6 +50,37 @@ module Google
|
|
50
50
|
@batch_path = 'batch'
|
51
51
|
end
|
52
52
|
|
53
|
+
# Gets the latest state of a long-running operation. Clients can use this method
|
54
|
+
# to poll the operation result at intervals as recommended by the API service.
|
55
|
+
# @param [String] name
|
56
|
+
# The name of the operation resource.
|
57
|
+
# @param [String] fields
|
58
|
+
# Selector specifying which fields to include in a partial response.
|
59
|
+
# @param [String] quota_user
|
60
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
61
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
62
|
+
# @param [Google::Apis::RequestOptions] options
|
63
|
+
# Request-specific options
|
64
|
+
#
|
65
|
+
# @yield [result, err] Result & error if block supplied
|
66
|
+
# @yieldparam result [Google::Apis::JobsV4::Operation] parsed result object
|
67
|
+
# @yieldparam err [StandardError] error object if request failed
|
68
|
+
#
|
69
|
+
# @return [Google::Apis::JobsV4::Operation]
|
70
|
+
#
|
71
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
72
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
73
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
74
|
+
def get_project_operation(name, fields: nil, quota_user: nil, options: nil, &block)
|
75
|
+
command = make_simple_command(:get, 'v4/{+name}', options)
|
76
|
+
command.response_representation = Google::Apis::JobsV4::Operation::Representation
|
77
|
+
command.response_class = Google::Apis::JobsV4::Operation
|
78
|
+
command.params['name'] = name unless name.nil?
|
79
|
+
command.query['fields'] = fields unless fields.nil?
|
80
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
81
|
+
execute_or_queue_command(command, &block)
|
82
|
+
end
|
83
|
+
|
53
84
|
# Completes the specified prefix with keyword suggestions. Intended for use by a
|
54
85
|
# job search auto-complete search box.
|
55
86
|
# @param [String] tenant
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-jobs_v4
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.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
|
+
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_v4/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v4/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v4/v0.6.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-jobs_v4
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
62
62
|
requirements:
|
63
63
|
- - ">="
|
64
64
|
- !ruby/object:Gem::Version
|
65
|
-
version: '2.
|
65
|
+
version: '2.5'
|
66
66
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
67
67
|
requirements:
|
68
68
|
- - ">="
|
69
69
|
- !ruby/object:Gem::Version
|
70
70
|
version: '0'
|
71
71
|
requirements: []
|
72
|
-
rubygems_version: 3.
|
72
|
+
rubygems_version: 3.2.17
|
73
73
|
signing_key:
|
74
74
|
specification_version: 4
|
75
75
|
summary: Simple REST client for Cloud Talent Solution API V4
|