google-apis-jobs_v3p1beta1 0.20.0 → 0.22.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: b2a2c94e15d3a780a32fd1bd989f28037646574576389f01b39d565d7e4a40b4
4
- data.tar.gz: f04589600a5c9bad178a0092e23d51f2c09d4a8bcdc74011b82847ba0b6d6919
3
+ metadata.gz: 4408b692c84eb1f726863a40a70c3f1312ca22dc3b93e7addc5760f53dd3caa3
4
+ data.tar.gz: 54d253ab1ce1cd4ac989118eaa18f56135fce110d550d6f84728cf26af66a655
5
5
  SHA512:
6
- metadata.gz: 9cab5f00351d0ec4390b03a24e42406a2c73171f772a8f3f27ea26b6303adc6fd3a4e92b6a5e7d3dbab7049de65c1cfd82326f43a3f78f37a30dc968df4f4c1a
7
- data.tar.gz: 6b046ac38a69072c18f09ddf76cb93c617283ef5bc9ae0cc19266c83fb8a4a7795694de1767904349713dc4fa2305e700859bc18028638314ac10922fda9c28c
6
+ metadata.gz: a2c30f50f94fb9761c6161e6227c9ff11ae35f903c7968f12fa3c68e171188d7a58597315395727c648be2dde9bd3606978aa00e7d1849e0f0a0c15aedd81001
7
+ data.tar.gz: c0a4220227823fd58c42dd2a462ea39307f03bfa8d88dc1c20a978aaf1934825b36bdd1a15dbf0138c6365863a470e8bac88756c88736c2a252c0ffbe4afdecc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-jobs_v3p1beta1
2
2
 
3
+ ### v0.22.0 (2022-12-22)
4
+
5
+ * Regenerated from discovery document revision 20221219
6
+
7
+ ### v0.21.0 (2022-10-28)
8
+
9
+ * Regenerated from discovery document revision 20221024
10
+ * Regenerated using generator version 0.11.0
11
+
3
12
  ### v0.20.0 (2022-09-22)
4
13
 
5
14
  * Regenerated using generator version 0.10.0
@@ -344,12 +344,13 @@ module Google
344
344
  # @return [String]
345
345
  attr_accessor :image_uri
346
346
 
347
- # Optional. A list of keys of filterable Job.custom_attributes, whose
348
- # corresponding `string_values` are used in keyword search. Jobs with `
349
- # string_values` under these specified field keys are returned if any of the
350
- # values matches the search keyword. Custom field values with parenthesis,
351
- # brackets and special symbols won't be properly searchable, and those keyword
352
- # queries need to be surrounded by quotes.
347
+ # Optional. This field is deprecated. Please set the searchability of the custom
348
+ # attribute in the Job.custom_attributes going forward. A list of keys of
349
+ # filterable Job.custom_attributes, whose corresponding `string_values` are used
350
+ # in keyword search. Jobs with `string_values` under these specified field keys
351
+ # are returned if any of the values matches the search keyword. Custom field
352
+ # values with parenthesis, brackets and special symbols won't be properly
353
+ # searchable, and those keyword queries need to be surrounded by quotes.
353
354
  # Corresponds to the JSON property `keywordSearchableJobCustomAttributes`
354
355
  # @return [Array<String>]
355
356
  attr_accessor :keyword_searchable_job_custom_attributes
@@ -1008,8 +1009,8 @@ module Google
1008
1009
  # positive number") or bucket(1, 10). Job histogram facets: * company_id:
1009
1010
  # histogram by [Job.distributor_company_id. * company_display_name: histogram by
1010
1011
  # Job.company_display_name. * employment_type: histogram by Job.employment_types.
1011
- # For example, "FULL_TIME", "PART_TIME". * company_size: histogram by
1012
- # CompanySize, for example, "SMALL", "MEDIUM", "BIG". * publish_time_in_day:
1012
+ # For example, "FULL_TIME", "PART_TIME". * company_size (DEPRECATED): histogram
1013
+ # by CompanySize, for example, "SMALL", "MEDIUM", "BIG". * publish_time_in_day:
1013
1014
  # histogram by the Job.publish_time in days. Must specify list of numeric
1014
1015
  # buckets in spec. * publish_time_in_month: histogram by the Job.publish_time in
1015
1016
  # months. Must specify list of numeric buckets in spec. * publish_time_in_year:
@@ -2028,8 +2029,8 @@ module Google
2028
2029
  # If true, disable automatic enrollment selection (at all diversion points).
2029
2030
  # Automatic enrollment selection means experiment selection process based on the
2030
2031
  # experiment's automatic enrollment condition. This does not disable selection
2031
- # of forced experiments. Setting this filed to false does not change anything in
2032
- # experiment selection process.
2032
+ # of forced experiments. Setting this field to false does not change anything in
2033
+ # the experiment selection process.
2033
2034
  # Corresponds to the JSON property `disableAutomaticEnrollmentSelection`
2034
2035
  # @return [Boolean]
2035
2036
  attr_accessor :disable_automatic_enrollment_selection
@@ -2067,8 +2068,8 @@ module Google
2067
2068
  # If true, disable manual enrollment selection (at all diversion points). Manual
2068
2069
  # enrollment selection means experiment selection process based on the request's
2069
2070
  # manual enrollment states (a.k.a. opt-in experiments). This does not disable
2070
- # selection of forced experiments. Setting this filed to false does not change
2071
- # anything in experiment selection process.
2071
+ # selection of forced experiments. Setting this field to false does not change
2072
+ # anything in the experiment selection process.
2072
2073
  # Corresponds to the JSON property `disableManualEnrollmentSelection`
2073
2074
  # @return [Boolean]
2074
2075
  attr_accessor :disable_manual_enrollment_selection
@@ -2080,8 +2081,8 @@ module Google
2080
2081
  # of forced experiments. This is useful in cases when it is not known whether
2081
2082
  # experiment selection behavior is responsible for a error or breakage.
2082
2083
  # Disabling organic selection may help to isolate the cause of a given problem.
2083
- # Setting this filed to false does not change anything in experiment selection
2084
- # process.
2084
+ # Setting this field to false does not change anything in the experiment
2085
+ # selection process.
2085
2086
  # Corresponds to the JSON property `disableOrganicSelection`
2086
2087
  # @return [Boolean]
2087
2088
  attr_accessor :disable_organic_selection
@@ -2099,9 +2100,8 @@ module Google
2099
2100
  # @return [Hash<String,Boolean>]
2100
2101
  attr_accessor :forced_rollouts
2101
2102
 
2102
- # If set to ALL_OFF, organic selection will be disabled; if set to ALL_ON,
2103
- # organic selection will be disabled, and only select launch experiments will
2104
- # receive traffic. See go/mendel-aoao-runtime-design.
2103
+ # Sets different testing modes. See the documentation in the TestingMode message
2104
+ # for more information.
2105
2105
  # Corresponds to the JSON property `testingMode`
2106
2106
  # @return [String]
2107
2107
  attr_accessor :testing_mode
@@ -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.20.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.0"
22
+ GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220714"
25
+ REVISION = "20221219"
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.20.0
4
+ version: 0.22.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-09-26 00:00:00.000000000 Z
11
+ date: 2023-01-04 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.9.0
19
+ version: 0.9.1
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.9.0
29
+ version: 0.9.1
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.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3p1beta1/v0.22.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: []