google-apis-jobs_v3p1beta1 0.14.0 → 0.17.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: f356693450485cab092324a9c5c4c0a859ceedcd2e1b662e3367efd819ad2f97
4
+ data.tar.gz: bb0e5e16fdeca05350348f23471cafbd8582b0685f356d24a06c58ccdc627ea8
5
5
  SHA512:
6
- metadata.gz: 0e90b9bbcb171c07304d466845cd2029ada9cbdaaf188826d17e320022b73dd4f6e09f1791e7a658123c7d0776500a6853a198decbc796558afc798c445fc677
7
- data.tar.gz: 9a2ba979be516a8e9f310a0eec65ec41937872692084b50e5866bf7f4b8b7b18a65ffe98ccc4aa52e88af9901db45587fa7983ef9fec3a656717c6d5166d12d4
6
+ metadata.gz: bb88bce6655a230e5fca08c8e3b3b174e7fe899dcfd647695a37518f9c3c63c9f60e1ba473a5bdd29525e4cda1791f93c008b0752df5a2feb6ad2c41bb5965b1
7
+ data.tar.gz: 90d26f1ebf0426852f8663bd2a7a149da9819a95c86631135ddc95c7ac0878cd2fc2f385da035baa9a9a810ee73647cae62ebd4639f060a0ad13baa373ec9487
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Release history for google-apis-jobs_v3p1beta1
2
2
 
3
+ ### v0.17.0 (2022-06-18)
4
+
5
+ * Regenerated using generator version 0.7.0
6
+
7
+ ### v0.16.0 (2022-06-08)
8
+
9
+ * Regenerated from discovery document revision 20220606
10
+ * Regenerated using generator version 0.5.0
11
+ * Unspecified changes
12
+
13
+ ### v0.15.0 (2022-05-26)
14
+
15
+ * Regenerated from discovery document revision 20220513
16
+
3
17
  ### v0.14.0 (2022-03-30)
4
18
 
5
19
  * 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
@@ -1980,7 +1984,7 @@ module Google
1980
1984
  end
1981
1985
  end
1982
1986
 
1983
- # Next ID: 15
1987
+ # Next ID: 16
1984
1988
  class NamespacedDebugInput
1985
1989
  include Google::Apis::Core::Hashable
1986
1990
 
@@ -2091,6 +2095,13 @@ module Google
2091
2095
  # @return [Hash<String,Boolean>]
2092
2096
  attr_accessor :forced_rollouts
2093
2097
 
2098
+ # If set to ALL_OFF, organic selection will be disabled; if set to ALL_ON,
2099
+ # organic selection will be disabled, and only select launch experiments will
2100
+ # receive traffic. See go/mendel-aoao-runtime-design.
2101
+ # Corresponds to the JSON property `testingMode`
2102
+ # @return [String]
2103
+ attr_accessor :testing_mode
2104
+
2094
2105
  def initialize(**args)
2095
2106
  update!(**args)
2096
2107
  end
@@ -2111,6 +2122,7 @@ module Google
2111
2122
  @disable_organic_selection = args[:disable_organic_selection] if args.key?(:disable_organic_selection)
2112
2123
  @forced_flags = args[:forced_flags] if args.key?(:forced_flags)
2113
2124
  @forced_rollouts = args[:forced_rollouts] if args.key?(:forced_rollouts)
2125
+ @testing_mode = args[:testing_mode] if args.key?(:testing_mode)
2114
2126
  end
2115
2127
  end
2116
2128
 
@@ -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.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.7.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220325"
25
+ REVISION = "20220606"
26
26
  end
27
27
  end
28
28
  end
@@ -861,6 +861,7 @@ module Google
861
861
  property :disable_organic_selection, as: 'disableOrganicSelection'
862
862
  hash :forced_flags, as: 'forcedFlags'
863
863
  hash :forced_rollouts, as: 'forcedRollouts'
864
+ property :testing_mode, as: 'testingMode'
864
865
  end
865
866
  end
866
867
 
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.17.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-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.6'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.6'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.17.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