google-apis-jobs_v4 0.25.0 → 0.27.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/jobs_v4/classes.rb +8 -9
- data/lib/google/apis/jobs_v4/gem_version.rb +3 -3
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ab6f7e8e1fbb373fb1bfe85bfa36d9438b95aaf5126e6341d0d9aa3cbd5d64e6
|
4
|
+
data.tar.gz: e5198c480c8a1d808e67ff14ca71dd28a2938ef028da79dda619c95777ab33ba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77b0a79653f1fd6ed166f22cb3d2e4ca7728d1f9a429aa02a4bf33b129d293f900d3849f1f5e3ee8f02e9e3e3cbabea7037f41a8cfe068fb0000377e7042505b
|
7
|
+
data.tar.gz: 8deadc48cf2cba9c75c04b7a1d00436bd5dc859e20e77d31f8e672d0a582203bd4088efc584a4c78b01d42fe5c5eb9fd5a84ee273f886f26dac150eff82b00dd
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-jobs_v4
|
2
2
|
|
3
|
+
### v0.27.0 (2023-02-19)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.12.0
|
6
|
+
|
7
|
+
### v0.26.0 (2022-12-30)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20221219
|
10
|
+
|
3
11
|
### v0.25.0 (2022-11-05)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20221024
|
@@ -1862,8 +1862,8 @@ module Google
|
|
1862
1862
|
# If true, disable automatic enrollment selection (at all diversion points).
|
1863
1863
|
# Automatic enrollment selection means experiment selection process based on the
|
1864
1864
|
# experiment's automatic enrollment condition. This does not disable selection
|
1865
|
-
# of forced experiments. Setting this
|
1866
|
-
# experiment selection process.
|
1865
|
+
# of forced experiments. Setting this field to false does not change anything in
|
1866
|
+
# the experiment selection process.
|
1867
1867
|
# Corresponds to the JSON property `disableAutomaticEnrollmentSelection`
|
1868
1868
|
# @return [Boolean]
|
1869
1869
|
attr_accessor :disable_automatic_enrollment_selection
|
@@ -1901,8 +1901,8 @@ module Google
|
|
1901
1901
|
# If true, disable manual enrollment selection (at all diversion points). Manual
|
1902
1902
|
# enrollment selection means experiment selection process based on the request's
|
1903
1903
|
# manual enrollment states (a.k.a. opt-in experiments). This does not disable
|
1904
|
-
# selection of forced experiments. Setting this
|
1905
|
-
# anything in experiment selection process.
|
1904
|
+
# selection of forced experiments. Setting this field to false does not change
|
1905
|
+
# anything in the experiment selection process.
|
1906
1906
|
# Corresponds to the JSON property `disableManualEnrollmentSelection`
|
1907
1907
|
# @return [Boolean]
|
1908
1908
|
attr_accessor :disable_manual_enrollment_selection
|
@@ -1914,8 +1914,8 @@ module Google
|
|
1914
1914
|
# of forced experiments. This is useful in cases when it is not known whether
|
1915
1915
|
# experiment selection behavior is responsible for a error or breakage.
|
1916
1916
|
# Disabling organic selection may help to isolate the cause of a given problem.
|
1917
|
-
# Setting this
|
1918
|
-
# process.
|
1917
|
+
# Setting this field to false does not change anything in the experiment
|
1918
|
+
# selection process.
|
1919
1919
|
# Corresponds to the JSON property `disableOrganicSelection`
|
1920
1920
|
# @return [Boolean]
|
1921
1921
|
attr_accessor :disable_organic_selection
|
@@ -1933,9 +1933,8 @@ module Google
|
|
1933
1933
|
# @return [Hash<String,Boolean>]
|
1934
1934
|
attr_accessor :forced_rollouts
|
1935
1935
|
|
1936
|
-
#
|
1937
|
-
#
|
1938
|
-
# receive traffic. See go/mendel-aoao-runtime-design.
|
1936
|
+
# Sets different testing modes. See the documentation in the TestingMode message
|
1937
|
+
# for more information.
|
1939
1938
|
# Corresponds to the JSON property `testingMode`
|
1940
1939
|
# @return [String]
|
1941
1940
|
attr_accessor :testing_mode
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module JobsV4
|
18
18
|
# Version of the google-apis-jobs_v4 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.27.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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_v4
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.27.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:
|
11
|
+
date: 2023-02-19 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.
|
19
|
+
version: 0.11.0
|
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.
|
29
|
+
version: 0.11.0
|
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_v4/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v4/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v4/v0.27.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-jobs_v4
|
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.
|
78
|
+
rubygems_version: 3.4.2
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Cloud Talent Solution API V4
|