google-apis-jobs_v3p1beta1 0.14.0 → 0.15.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: eb101010b695cc06ad9bbeeb4fe644d24811af715aca770b1301d37cc6be56eb
4
- data.tar.gz: 5f6156dce8389b8f1b546fc77026f4fbefe43ba4cacf05140b468186ca1966f7
3
+ metadata.gz: 12b7716f43134e89fb44480d390e297faf8bf01209fd942be9e618f0a76295d2
4
+ data.tar.gz: d475628db63133f6d7c9250fed4c5daf70b77c92f15219229901d916de3eef9a
5
5
  SHA512:
6
- metadata.gz: 0e90b9bbcb171c07304d466845cd2029ada9cbdaaf188826d17e320022b73dd4f6e09f1791e7a658123c7d0776500a6853a198decbc796558afc798c445fc677
7
- data.tar.gz: 9a2ba979be516a8e9f310a0eec65ec41937872692084b50e5866bf7f4b8b7b18a65ffe98ccc4aa52e88af9901db45587fa7983ef9fec3a656717c6d5166d12d4
6
+ metadata.gz: 961bda0127193cdc1abd51a209ecad7a1fff65bd3ce86659f58396b43748f0fa55c1c8a1aa80af0b2c7f5fae97b076d816f09a71b3a727d9254eb6f52eeebbcb
7
+ data.tar.gz: 4be7e5b9978210997cdbc7bc40c3823ae5f5e9b49d249ef165b97c6525f582207319f7622bb53c53fe9775a17446b9ab1ed5e427975b38c84db920657a862033
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-jobs_v3p1beta1
2
2
 
3
+ ### v0.15.0 (2022-05-26)
4
+
5
+ * Regenerated from discovery document revision 20220513
6
+
3
7
  ### v0.14.0 (2022-03-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20220325
@@ -1510,13 +1510,17 @@ module Google
1510
1510
 
1511
1511
  # Optional. This filter specifies the company Company.display_name of the jobs
1512
1512
  # to search against. The company name must match the value exactly.
1513
- # Alternatively, if the value being searched for is wrapped in `SUBSTRING_MATCH([
1514
- # value])`, the company name must contain a case insensitive substring match of
1515
- # the value. Using this function may increase latency. Sample Value: `
1516
- # SUBSTRING_MATCH(google)` If a value isn't specified, jobs within the search
1517
- # results are associated with any company. If multiple values are specified,
1518
- # jobs within the search results may be associated with any of the specified
1519
- # companies. At most 20 company display name filters are allowed.
1513
+ # Alternatively, the value being searched for can be wrapped in different match
1514
+ # operators. `SUBSTRING_MATCH([value])` The company name must contain a case
1515
+ # insensitive substring match of the value. Using this function may increase
1516
+ # latency. Sample Value: `SUBSTRING_MATCH(google)` `MULTI_WORD_TOKEN_MATCH([
1517
+ # value])` The value will be treated as a multi word token and the company name
1518
+ # must contain a case insensitive match of the value. Using this function may
1519
+ # increase latency. Sample Value: `MULTI_WORD_TOKEN_MATCH(google)` If a value
1520
+ # isn't specified, jobs within the search results are associated with any
1521
+ # company. If multiple values are specified, jobs within the search results may
1522
+ # be associated with any of the specified companies. At most 20 company display
1523
+ # name filters are allowed.
1520
1524
  # Corresponds to the JSON property `companyDisplayNames`
1521
1525
  # @return [Array<String>]
1522
1526
  attr_accessor :company_display_names
@@ -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.14.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220325"
25
+ REVISION = "20220513"
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.14.0
4
+ version: 0.15.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: 2022-04-04 00:00:00.000000000 Z
11
+ date: 2022-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-jobs_v3p1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3p1beta1/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3p1beta1/v0.15.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-jobs_v3p1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Talent Solution API V3p1beta1