google-apis-jobs_v3p1beta1 0.5.0 → 0.6.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: cffbe92ea975d828acb2b5d5d8154b01f566e4cace177024f118b466d044e06f
4
- data.tar.gz: 1516b1c66d850114d71908f11f7f80eade9b9bf5540535eca4984262c911ab93
3
+ metadata.gz: 505b5bd36284843561239dec5492f9a2a6d3427b3e98d32336eec2ffa9d4c39e
4
+ data.tar.gz: a0061914c875814208f0249817cbc5de2dd0743e2dad5dc2c5b05054854e13e9
5
5
  SHA512:
6
- metadata.gz: 90151b812f58ed09703004c76f0518c98cd36696272e8eac81ad2f9385a4fe80a7c0faa9e3cb8a7f9d2e6e6587836192bcf2ef796fb4e609ffb1ab18c5098670
7
- data.tar.gz: da591944451cfa4b71823a9ec4e79324f543ec72af767a1b1801a1e4e6e8bf6a3331cb29be18634aec338bd667154c92614aca0fbbf1b765371d05a3fc3c7199
6
+ metadata.gz: 6e7a0202dc8080805500ac831ea9cfeedf9bc874a44243aa10ba4435d209f1023c7bb260d0340a9e57adeee126db9aded70c0a06e13e67231140d5d6cca6b936
7
+ data.tar.gz: baa33cb18849ecd194146ee3b40bb69e9a37065cc6ada267fb99ff1c8233fe8c533a9b13a15c544104e505e65fbccfed8959e45b7eb19caacc77c9a3bd2860d3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-jobs_v3p1beta1
2
2
 
3
+ ### v0.6.0 (2021-06-17)
4
+
5
+ * Regenerated from discovery document revision 20210611
6
+ * Regenerated using generator version 0.3.0
7
+
3
8
  ### v0.5.0 (2021-05-20)
4
9
 
5
10
  * Regenerated from discovery document revision 20210506
@@ -1010,34 +1010,36 @@ module Google
1010
1010
  # company_display_name: histogram by Job.company_display_name. * employment_type:
1011
1011
  # histogram by Job.employment_types. For example, "FULL_TIME", "PART_TIME". *
1012
1012
  # company_size: histogram by CompanySize, for example, "SMALL", "MEDIUM", "BIG".
1013
- # * publish_time_in_month: histogram by the Job.publish_time in months. Must
1014
- # specify list of numeric buckets in spec. * publish_time_in_year: histogram by
1015
- # the Job.publish_time in years. Must specify list of numeric buckets in spec. *
1016
- # degree_type: histogram by the Job.degree_type. For example, "Bachelors", "
1017
- # Masters". * job_level: histogram by the Job.job_level. For example, "Entry
1018
- # Level". * country: histogram by the country code of jobs. For example, "US", "
1019
- # FR". * admin1: histogram by the admin1 code of jobs, which is a global
1020
- # placeholder referring to the state, province, or the particular term a country
1021
- # uses to define the geographic structure below the country level. For example, "
1022
- # CA", "IL". * city: histogram by a combination of the "city name, admin1 code".
1023
- # For example, "Mountain View, CA", "New York, NY". * admin1_country: histogram
1024
- # by a combination of the "admin1 code, country". For example, "CA, US", "IL, US"
1025
- # . * city_coordinate: histogram by the city center's GPS coordinates (latitude
1026
- # and longitude). For example, 37.4038522,-122.0987765. Since the coordinates of
1027
- # a city center can change, customers may need to refresh them periodically. *
1028
- # locale: histogram by the Job.language_code. For example, "en-US", "fr-FR". *
1029
- # language: histogram by the language subtag of the Job.language_code. For
1030
- # example, "en", "fr". * category: histogram by the JobCategory. For example, "
1031
- # COMPUTER_AND_IT", "HEALTHCARE". * base_compensation_unit: histogram by the
1032
- # CompensationUnit of base salary. For example, "WEEKLY", "MONTHLY". *
1033
- # base_compensation: histogram by the base salary. Must specify list of numeric
1034
- # buckets to group results by. * annualized_base_compensation: histogram by the
1035
- # base annualized salary. Must specify list of numeric buckets to group results
1036
- # by. * annualized_total_compensation: histogram by the total annualized salary.
1037
- # Must specify list of numeric buckets to group results by. *
1038
- # string_custom_attribute: histogram by string Job.custom_attributes. Values can
1039
- # be accessed via square bracket notations like string_custom_attribute["key1"].
1040
- # * numeric_custom_attribute: histogram by numeric Job.custom_attributes. Values
1013
+ # * publish_time_in_day: histogram by the Job.publish_time in days. Must specify
1014
+ # list of numeric buckets in spec. * publish_time_in_month: histogram by the Job.
1015
+ # publish_time in months. Must specify list of numeric buckets in spec. *
1016
+ # publish_time_in_year: histogram by the Job.publish_time in years. Must specify
1017
+ # list of numeric buckets in spec. * degree_type: histogram by the Job.
1018
+ # degree_type. For example, "Bachelors", "Masters". * job_level: histogram by
1019
+ # the Job.job_level. For example, "Entry Level". * country: histogram by the
1020
+ # country code of jobs. For example, "US", "FR". * admin1: histogram by the
1021
+ # admin1 code of jobs, which is a global placeholder referring to the state,
1022
+ # province, or the particular term a country uses to define the geographic
1023
+ # structure below the country level. For example, "CA", "IL". * city: histogram
1024
+ # by a combination of the "city name, admin1 code". For example, "Mountain View,
1025
+ # CA", "New York, NY". * admin1_country: histogram by a combination of the "
1026
+ # admin1 code, country". For example, "CA, US", "IL, US". * city_coordinate:
1027
+ # histogram by the city center's GPS coordinates (latitude and longitude). For
1028
+ # example, 37.4038522,-122.0987765. Since the coordinates of a city center can
1029
+ # change, customers may need to refresh them periodically. * locale: histogram
1030
+ # by the Job.language_code. For example, "en-US", "fr-FR". * language: histogram
1031
+ # by the language subtag of the Job.language_code. For example, "en", "fr". *
1032
+ # category: histogram by the JobCategory. For example, "COMPUTER_AND_IT", "
1033
+ # HEALTHCARE". * base_compensation_unit: histogram by the CompensationUnit of
1034
+ # base salary. For example, "WEEKLY", "MONTHLY". * base_compensation: histogram
1035
+ # by the base salary. Must specify list of numeric buckets to group results by. *
1036
+ # annualized_base_compensation: histogram by the base annualized salary. Must
1037
+ # specify list of numeric buckets to group results by. *
1038
+ # annualized_total_compensation: histogram by the total annualized salary. Must
1039
+ # specify list of numeric buckets to group results by. * string_custom_attribute:
1040
+ # histogram by string Job.custom_attributes. Values can be accessed via square
1041
+ # bracket notations like string_custom_attribute["key1"]. *
1042
+ # numeric_custom_attribute: histogram by numeric Job.custom_attributes. Values
1041
1043
  # can be accessed via square bracket notations like numeric_custom_attribute["
1042
1044
  # key1"]. Must specify list of numeric buckets to group results by. Example
1043
1045
  # expressions: * count(admin1) * count(base_compensation, [bucket(1000, 10000),
@@ -1540,8 +1542,8 @@ module Google
1540
1542
  # existence of a key. Boolean expressions (AND/OR/NOT) are supported up to 3
1541
1543
  # levels of nesting (for example, "((A AND B AND C) OR NOT D) AND E"), a maximum
1542
1544
  # of 100 comparisons or functions are allowed in the expression. The expression
1543
- # must be < 6000 bytes in length. Sample Query: `(LOWER(driving_license)="class \
1544
- # "a\"" OR EMPTY(driving_license)) AND driving_years > 10`
1545
+ # must be < 10000 bytes in length. Sample Query: `(LOWER(driving_license)="class
1546
+ # \"a\"" OR EMPTY(driving_license)) AND driving_years > 10`
1545
1547
  # Corresponds to the JSON property `customAttributeFilter`
1546
1548
  # @return [String]
1547
1549
  attr_accessor :custom_attribute_filter
@@ -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.5.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.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_v3p1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.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-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_v3p1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3p1beta1/v0.5.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3p1beta1/v0.6.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: []