google-apis-jobs_v4 0.6.0 → 0.7.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: cd7ebabb4a7a33725e9fde5b55b43be4567b27ebbbcdf4f3e30470f267a5d93f
4
+ data.tar.gz: 3e035a402d216bafb7bdd54d25c20427dd446184549415072702f8662397b22c
5
5
  SHA512:
6
- metadata.gz: 431f8afc5f5ea74b9102ec7eeeafcc5daa97d198be14b1165d2f3a39663dd434a18f8f35ad2742f503801ceb4d00bbe27e83645fe21f9eb668e7bef517f315a1
7
- data.tar.gz: 724f5c50957f358bcc1ba3f831f7e3d59065ec92a943059178df226e5574178d86ae26cb04c63ce47c2e098c780d3f07de521424fc97c8b44c6cd2f35ba5672b
6
+ metadata.gz: 2386f2538106f8af2a72864c285c4b1c8a8f65f10e42bd7f5b96ce22685cffa291b22e953a9c4ff039fc0037d37ff06c25a6dcebfc81a77bde15f9af33bb93ef
7
+ data.tar.gz: 7802794a9c6a1301cd4ace210653d81a6b12179ef0a035680dd6484a127fc9cbdb7edc128a4ba8be2a8508b07ac3ef6ba1e562f70e931d05dfe8129f005b637d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-jobs_v4
2
2
 
3
+ ### v0.7.0 (2021-06-17)
4
+
5
+ * Regenerated from discovery document revision 20210611
6
+ * Regenerated using generator version 0.3.0
7
+
3
8
  ### v0.6.0 (2021-05-20)
4
9
 
5
10
  * 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.7.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.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210506"
25
+ REVISION = "20210611"
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_v4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.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-06-21 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.6.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v4/v0.7.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: []