google-apis-jobs_v3p1beta1 0.5.0 → 0.9.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: 3d088c3236710f768b9bda40b3050ef7260f61d04ffdde985998f11b23a7c143
4
+ data.tar.gz: 0410ba4008f9af0267d95f35f2db24a7a24a5e43ed48db1517ef044e231f47b5
5
5
  SHA512:
6
- metadata.gz: 90151b812f58ed09703004c76f0518c98cd36696272e8eac81ad2f9385a4fe80a7c0faa9e3cb8a7f9d2e6e6587836192bcf2ef796fb4e609ffb1ab18c5098670
7
- data.tar.gz: da591944451cfa4b71823a9ec4e79324f543ec72af767a1b1801a1e4e6e8bf6a3331cb29be18634aec338bd667154c92614aca0fbbf1b765371d05a3fc3c7199
6
+ metadata.gz: 3a05a7d47c9f3eb506930cf4b99d2a1548ac2ba5bc8b797a8b21fe0c66b0dc6c785212e07fdfdc582d4c2d193f3e283da1c6a0c0b3993e1129098e644fed0246
7
+ data.tar.gz: f802f6eb26dfde2c190c956925c241878bb5477d0306045e2764f1d29d9d14bce6eda5fc68b871f591f85d70bb9a0c214ca3b5034e5c2547e744884ce47881f4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-jobs_v3p1beta1
2
2
 
3
+ ### v0.9.0 (2021-07-31)
4
+
5
+ * Regenerated from discovery document revision 20210722
6
+
7
+ ### v0.8.0 (2021-06-29)
8
+
9
+ * Regenerated using generator version 0.4.0
10
+
11
+ ### v0.7.0 (2021-06-24)
12
+
13
+ * Unspecified changes
14
+
15
+ ### v0.6.0 (2021-06-17)
16
+
17
+ * Regenerated from discovery document revision 20210611
18
+ * Regenerated using generator version 0.3.0
19
+
3
20
  ### v0.5.0 (2021-05-20)
4
21
 
5
22
  * 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.9.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
@@ -477,10 +477,14 @@ module Google
477
477
  # format is "projects/`project_id`", for example, "projects/api-test-project".
478
478
  # @param [String] filter
479
479
  # Required. The filter string specifies the jobs to be enumerated. Supported
480
- # operator: =, AND The fields eligible for filtering are: * `companyName` (
481
- # Required) * `requisitionId` (Optional) Sample Query: * companyName = "projects/
482
- # api-test-project/companies/123" * companyName = "projects/api-test-project/
483
- # companies/123" AND requisitionId = "req-1"
480
+ # operator: =, AND The fields eligible for filtering are: * `companyName` * `
481
+ # requisitionId` * `status` Available values: OPEN, EXPIRED, ALL. Defaults to
482
+ # OPEN if no value is specified. At least one of `companyName` and `
483
+ # requisitionId` must present or an INVALID_ARGUMENT error is thrown. Sample
484
+ # Query: * companyName = "projects/api-test-project/companies/123" * companyName
485
+ # = "projects/api-test-project/companies/123" AND requisitionId = "req-1" *
486
+ # companyName = "projects/api-test-project/companies/123" AND status = "EXPIRED"
487
+ # * requisitionId = "req-1" * requisitionId = "req-1" AND status = "EXPIRED"
484
488
  # @param [String] job_view
485
489
  # Optional. The desired job attributes returned for jobs in the search response.
486
490
  # Defaults 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_v3p1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.9.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 V3p1beta1.
28
34
  Simple REST clients are Ruby client libraries that provide access to Google services
29
35
  via 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_v3p1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3p1beta1/v0.5.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3p1beta1/v0.9.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-jobs_v3p1beta1
57
63
  post_install_message:
58
64
  rdoc_options: []