google-apis-jobs_v4 0.6.0 → 0.10.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: 603a27f006cafa525c4176632d1a0a5c28131bde10e313082bd2b76911ff27b4
4
- data.tar.gz: 7267bb16c64fc9d4a39373ca6c2a670d7edee2953cc9865bc9e26591309eaddc
3
+ metadata.gz: 3a06e4b59da22420ef3f1a7a0fd33bfd31e40c100a44255b028c223c60c5d39c
4
+ data.tar.gz: 3a804fb946785bbd00874356f573d6476c75574df008ad47b2bd5e449c81c8e0
5
5
  SHA512:
6
- metadata.gz: 431f8afc5f5ea74b9102ec7eeeafcc5daa97d198be14b1165d2f3a39663dd434a18f8f35ad2742f503801ceb4d00bbe27e83645fe21f9eb668e7bef517f315a1
7
- data.tar.gz: 724f5c50957f358bcc1ba3f831f7e3d59065ec92a943059178df226e5574178d86ae26cb04c63ce47c2e098c780d3f07de521424fc97c8b44c6cd2f35ba5672b
6
+ metadata.gz: 483545128c55743eccfbb60a99f45eabff86b6357098b546604b4ac5b63c1889d276c4d94e7ff5bf9236e18fb16ea376426c3dc205d971a73c53e31a8fb82299
7
+ data.tar.gz: 8ca265c6fcc378640f7a13b7817490d4d827991b45cad055338a22d6352a2d0cda27462a7ff4333a18b7fe4179a205f1fd304fdf78411859e9d97039f7049413
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-jobs_v4
2
2
 
3
+ ### v0.10.0 (2021-07-31)
4
+
5
+ * Regenerated from discovery document revision 20210722
6
+
7
+ ### v0.9.0 (2021-06-29)
8
+
9
+ * Regenerated using generator version 0.4.0
10
+
11
+ ### v0.8.0 (2021-06-24)
12
+
13
+ * Unspecified changes
14
+
15
+ ### v0.7.0 (2021-06-17)
16
+
17
+ * Regenerated from discovery document revision 20210611
18
+ * Regenerated using generator version 0.3.0
19
+
3
20
  ### v0.6.0 (2021-05-20)
4
21
 
5
22
  * Regenerated from discovery document revision 20210506
@@ -1317,8 +1317,8 @@ module Google
1317
1317
  # existence of a key. Boolean expressions (AND/OR/NOT) are supported up to 3
1318
1318
  # levels of nesting (for example, "((A AND B AND C) OR NOT D) AND E"), a maximum
1319
1319
  # of 100 comparisons or functions are allowed in the expression. The expression
1320
- # must be < 6000 bytes in length. Sample Query: `(LOWER(driving_license)="class \
1321
- # "a\"" OR EMPTY(driving_license)) AND driving_years > 10`
1320
+ # must be < 10000 bytes in length. Sample Query: `(LOWER(driving_license)="class
1321
+ # \"a\"" OR EMPTY(driving_license)) AND driving_years > 10`
1322
1322
  # Corresponds to the JSON property `customAttributeFilter`
1323
1323
  # @return [String]
1324
1324
  attr_accessor :custom_attribute_filter
@@ -2316,35 +2316,37 @@ module Google
2316
2316
  # company_display_name: histogram by [Job.company_display_name. *
2317
2317
  # employment_type: histogram by Job.employment_types, for example, "FULL_TIME", "
2318
2318
  # PART_TIME". * company_size: histogram by CompanySize, for example, "SMALL", "
2319
- # MEDIUM", "BIG". * publish_time_in_month: histogram by the Job.
2320
- # posting_publish_time in months. Must specify list of numeric buckets in spec. *
2321
- # publish_time_in_year: histogram by the Job.posting_publish_time in years.
2322
- # Must specify list of numeric buckets in spec. * degree_types: histogram by the
2323
- # Job.degree_types, for example, "Bachelors", "Masters". * job_level: histogram
2324
- # by the Job.job_level, for example, "Entry Level". * country: histogram by the
2325
- # country code of jobs, for example, "US", "FR". * admin1: histogram by the
2326
- # admin1 code of jobs, which is a global placeholder referring to the state,
2327
- # province, or the particular term a country uses to define the geographic
2328
- # structure below the country level, for example, "CA", "IL". * city: histogram
2329
- # by a combination of the "city name, admin1 code". For example, "Mountain View,
2330
- # CA", "New York, NY". * admin1_country: histogram by a combination of the "
2331
- # admin1 code, country", for example, "CA, US", "IL, US". * city_coordinate:
2332
- # histogram by the city center's GPS coordinates (latitude and longitude), for
2333
- # example, 37.4038522,-122.0987765. Since the coordinates of a city center can
2334
- # change, customers may need to refresh them periodically. * locale: histogram
2335
- # by the Job.language_code, for example, "en-US", "fr-FR". * language: histogram
2336
- # by the language subtag of the Job.language_code, for example, "en", "fr". *
2337
- # category: histogram by the JobCategory, for example, "COMPUTER_AND_IT", "
2338
- # HEALTHCARE". * base_compensation_unit: histogram by the CompensationInfo.
2339
- # CompensationUnit of base salary, for example, "WEEKLY", "MONTHLY". *
2340
- # base_compensation: histogram by the base salary. Must specify list of numeric
2341
- # buckets to group results by. * annualized_base_compensation: histogram by the
2342
- # base annualized salary. Must specify list of numeric buckets to group results
2343
- # by. * annualized_total_compensation: histogram by the total annualized salary.
2344
- # Must specify list of numeric buckets to group results by. *
2345
- # string_custom_attribute: histogram by string Job.custom_attributes. Values can
2346
- # be accessed via square bracket notations like string_custom_attribute["key1"].
2347
- # * numeric_custom_attribute: histogram by numeric Job.custom_attributes. Values
2319
+ # MEDIUM", "BIG". * publish_time_in_day: histogram by the Job.
2320
+ # posting_publish_time in days. Must specify list of numeric buckets in spec. *
2321
+ # publish_time_in_month: histogram by the Job.posting_publish_time in months.
2322
+ # Must specify list of numeric buckets in spec. * publish_time_in_year:
2323
+ # histogram by the Job.posting_publish_time in years. Must specify list of
2324
+ # numeric buckets in spec. * degree_types: histogram by the Job.degree_types,
2325
+ # for example, "Bachelors", "Masters". * job_level: histogram by the Job.
2326
+ # job_level, for example, "Entry Level". * country: histogram by the country
2327
+ # code of jobs, for example, "US", "FR". * admin1: histogram by the admin1 code
2328
+ # of jobs, which is a global placeholder referring to the state, province, or
2329
+ # the particular term a country uses to define the geographic structure below
2330
+ # the country level, for example, "CA", "IL". * city: histogram by a combination
2331
+ # of the "city name, admin1 code". For example, "Mountain View, CA", "New York,
2332
+ # NY". * admin1_country: histogram by a combination of the "admin1 code, country"
2333
+ # , for example, "CA, US", "IL, US". * city_coordinate: histogram by the city
2334
+ # center's GPS coordinates (latitude and longitude), for example, 37.4038522,-
2335
+ # 122.0987765. Since the coordinates of a city center can change, customers may
2336
+ # need to refresh them periodically. * locale: histogram by the Job.
2337
+ # language_code, for example, "en-US", "fr-FR". * language: histogram by the
2338
+ # language subtag of the Job.language_code, for example, "en", "fr". * category:
2339
+ # histogram by the JobCategory, for example, "COMPUTER_AND_IT", "HEALTHCARE". *
2340
+ # base_compensation_unit: histogram by the CompensationInfo.CompensationUnit of
2341
+ # base salary, for example, "WEEKLY", "MONTHLY". * base_compensation: histogram
2342
+ # by the base salary. Must specify list of numeric buckets to group results by. *
2343
+ # annualized_base_compensation: histogram by the base annualized salary. Must
2344
+ # specify list of numeric buckets to group results by. *
2345
+ # annualized_total_compensation: histogram by the total annualized salary. Must
2346
+ # specify list of numeric buckets to group results by. * string_custom_attribute:
2347
+ # histogram by string Job.custom_attributes. Values can be accessed via square
2348
+ # bracket notations like string_custom_attribute["key1"]. *
2349
+ # numeric_custom_attribute: histogram by numeric Job.custom_attributes. Values
2348
2350
  # can be accessed via square bracket notations like numeric_custom_attribute["
2349
2351
  # key1"]. Must specify list of numeric buckets to group results by. Example
2350
2352
  # expressions: * `count(admin1)` * `count(base_compensation, [bucket(1000, 10000)
@@ -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.6.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210506"
25
+ REVISION = "20210722"
26
26
  end
27
27
  end
28
28
  end
@@ -755,12 +755,14 @@ module Google
755
755
  # foo/tenants/bar".
756
756
  # @param [String] filter
757
757
  # Required. The filter string specifies the jobs to be enumerated. Supported
758
- # operator: =, AND The fields eligible for filtering are: * `companyName` (
759
- # Required) * `requisitionId` * `status` Available values: OPEN, EXPIRED, ALL.
760
- # Defaults to OPEN if no value is specified. Sample Query: * companyName = "
761
- # projects/foo/tenants/bar/companies/baz" * companyName = "projects/foo/tenants/
762
- # bar/companies/baz" AND requisitionId = "req-1" * companyName = "projects/foo/
763
- # tenants/bar/companies/baz" AND status = "EXPIRED"
758
+ # operator: =, AND The fields eligible for filtering are: * `companyName` * `
759
+ # requisitionId` * `status` Available values: OPEN, EXPIRED, ALL. Defaults to
760
+ # OPEN if no value is specified. At least one of `companyName` and `
761
+ # requisitionId` must present or an INVALID_ARGUMENT error is thrown. Sample
762
+ # Query: * companyName = "projects/foo/tenants/bar/companies/baz" * companyName =
763
+ # "projects/foo/tenants/bar/companies/baz" AND requisitionId = "req-1" *
764
+ # companyName = "projects/foo/tenants/bar/companies/baz" AND status = "EXPIRED" *
765
+ # requisitionId = "req-1" * requisitionId = "req-1" AND status = "EXPIRED"
764
766
  # @param [String] job_view
765
767
  # The desired job attributes returned for jobs in the search response. Defaults
766
768
  # to JobView.JOB_VIEW_FULL if no value is specified.
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-jobs_v4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.10.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-24 00:00:00.000000000 Z
11
+ date: 2021-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Cloud Talent Solution API V4. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  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.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v4/v0.10.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-jobs_v4
57
63
  post_install_message:
58
64
  rdoc_options: []