google-apis-jobs_v4 0.30.0 → 0.32.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: a79fd65f7caac5325f7761b10f39c4bfad4a61b5d1262a72ca85ae493697f8fe
4
- data.tar.gz: d2ca447f40b816bb032fc965c41ed9c6ed1e2998594bd3cf32848f236ef58431
3
+ metadata.gz: b45f4924046efc6bc29a935c41ee92ca129cdc16894b29d4d6a64f850d6d4d40
4
+ data.tar.gz: d33f3b53a19a2092a366f4d60735ef6ce8975decc05d0815d1a02b84e52ed26a
5
5
  SHA512:
6
- metadata.gz: 5e58bb7e2c600e037337f0e63805ba2f6f96e070143b559aaeb7ac253c88ce713d8f47209e74d71dd6fd99b92687e78db82cd972d09d816c349a951c9d22b342
7
- data.tar.gz: c2cb84b0f6fbbc63eb7309d124c49c3d17dab85f5d1947dbfc63a8b0568c17522556b16ec4e802d4ee00972ee66e6f15b3bf608c7ace293a512355a115225717
6
+ metadata.gz: 86821849efa23cfa217729199b592132f2e0a24ab5afc17eee5aa3aa11cb6bd376bd4e9a41329350e061ae44a83572f0c68dc2bb1100c45e7e5bcc70288b0dbd
7
+ data.tar.gz: 1961ef496b98e5ec9b43481944b9e57a729f620a2679415abe4f3b45607fc4cd04795d12a97c2b36d56e6588a563cadf51b3d705eabb911068cb3a22f6b744cf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-jobs_v4
2
2
 
3
+ ### v0.32.0 (2024-06-23)
4
+
5
+ * Regenerated from discovery document revision 20240614
6
+
7
+ ### v0.31.0 (2024-05-19)
8
+
9
+ * Regenerated using generator version 0.15.0
10
+
3
11
  ### v0.30.0 (2024-02-23)
4
12
 
5
13
  * Regenerated using generator version 0.14.0
@@ -1756,32 +1756,6 @@ module Google
1756
1756
  end
1757
1757
  end
1758
1758
 
1759
- # Message representing input to a Mendel server for debug forcing. See go/mendel-
1760
- # debug-forcing for more details. Next ID: 2
1761
- class MendelDebugInput
1762
- include Google::Apis::Core::Hashable
1763
-
1764
- # When a request spans multiple servers, a MendelDebugInput may travel with the
1765
- # request and take effect in all the servers. This field is a map of namespaces
1766
- # to NamespacedMendelDebugInput protos. In a single server, up to two
1767
- # NamespacedMendelDebugInput protos are applied: 1. NamespacedMendelDebugInput
1768
- # with the global namespace (key == ""). 2. NamespacedMendelDebugInput with the
1769
- # server's namespace. When both NamespacedMendelDebugInput protos are present,
1770
- # they are merged. See go/mendel-debug-forcing for more details.
1771
- # Corresponds to the JSON property `namespacedDebugInput`
1772
- # @return [Hash<String,Google::Apis::JobsV4::NamespacedDebugInput>]
1773
- attr_accessor :namespaced_debug_input
1774
-
1775
- def initialize(**args)
1776
- update!(**args)
1777
- end
1778
-
1779
- # Update properties of this object
1780
- def update!(**args)
1781
- @namespaced_debug_input = args[:namespaced_debug_input] if args.key?(:namespaced_debug_input)
1782
- end
1783
- end
1784
-
1785
1759
  # Represents an amount of money with its currency type.
1786
1760
  class Money
1787
1761
  include Google::Apis::Core::Hashable
@@ -1818,151 +1792,6 @@ module Google
1818
1792
  end
1819
1793
  end
1820
1794
 
1821
- # Next ID: 16
1822
- class NamespacedDebugInput
1823
- include Google::Apis::Core::Hashable
1824
-
1825
- # Set of experiment names to be absolutely forced. These experiments will be
1826
- # forced without evaluating the conditions.
1827
- # Corresponds to the JSON property `absolutelyForcedExpNames`
1828
- # @return [Array<String>]
1829
- attr_accessor :absolutely_forced_exp_names
1830
-
1831
- # Set of experiment tags to be absolutely forced. The experiments with these
1832
- # tags will be forced without evaluating the conditions.
1833
- # Corresponds to the JSON property `absolutelyForcedExpTags`
1834
- # @return [Array<String>]
1835
- attr_accessor :absolutely_forced_exp_tags
1836
-
1837
- # Set of experiment ids to be absolutely forced. These ids will be forced
1838
- # without evaluating the conditions.
1839
- # Corresponds to the JSON property `absolutelyForcedExps`
1840
- # @return [Array<Fixnum>]
1841
- attr_accessor :absolutely_forced_exps
1842
-
1843
- # Set of experiment names to be conditionally forced. These experiments will be
1844
- # forced only if their conditions and their parent domain's conditions are true.
1845
- # Corresponds to the JSON property `conditionallyForcedExpNames`
1846
- # @return [Array<String>]
1847
- attr_accessor :conditionally_forced_exp_names
1848
-
1849
- # Set of experiment tags to be conditionally forced. The experiments with these
1850
- # tags will be forced only if their conditions and their parent domain's
1851
- # conditions are true.
1852
- # Corresponds to the JSON property `conditionallyForcedExpTags`
1853
- # @return [Array<String>]
1854
- attr_accessor :conditionally_forced_exp_tags
1855
-
1856
- # Set of experiment ids to be conditionally forced. These ids will be forced
1857
- # only if their conditions and their parent domain's conditions are true.
1858
- # Corresponds to the JSON property `conditionallyForcedExps`
1859
- # @return [Array<Fixnum>]
1860
- attr_accessor :conditionally_forced_exps
1861
-
1862
- # If true, disable automatic enrollment selection (at all diversion points).
1863
- # Automatic enrollment selection means experiment selection process based on the
1864
- # experiment's automatic enrollment condition. This does not disable selection
1865
- # of forced experiments. Setting this field to false does not change anything in
1866
- # the experiment selection process.
1867
- # Corresponds to the JSON property `disableAutomaticEnrollmentSelection`
1868
- # @return [Boolean]
1869
- attr_accessor :disable_automatic_enrollment_selection
1870
- alias_method :disable_automatic_enrollment_selection?, :disable_automatic_enrollment_selection
1871
-
1872
- # Set of experiment names to be disabled. If an experiment is disabled, it is
1873
- # never selected nor forced. If an aggregate experiment is disabled, its
1874
- # partitions are disabled together. If an experiment with an enrollment is
1875
- # disabled, the enrollment is disabled together. If a name corresponds to a
1876
- # domain, the domain itself and all descendant experiments and domains are
1877
- # disabled together.
1878
- # Corresponds to the JSON property `disableExpNames`
1879
- # @return [Array<String>]
1880
- attr_accessor :disable_exp_names
1881
-
1882
- # Set of experiment tags to be disabled. All experiments that are tagged with
1883
- # one or more of these tags are disabled. If an experiment is disabled, it is
1884
- # never selected nor forced. If an aggregate experiment is disabled, its
1885
- # partitions are disabled together. If an experiment with an enrollment is
1886
- # disabled, the enrollment is disabled together.
1887
- # Corresponds to the JSON property `disableExpTags`
1888
- # @return [Array<String>]
1889
- attr_accessor :disable_exp_tags
1890
-
1891
- # Set of experiment ids to be disabled. If an experiment is disabled, it is
1892
- # never selected nor forced. If an aggregate experiment is disabled, its
1893
- # partitions are disabled together. If an experiment with an enrollment is
1894
- # disabled, the enrollment is disabled together. If an ID corresponds to a
1895
- # domain, the domain itself and all descendant experiments and domains are
1896
- # disabled together.
1897
- # Corresponds to the JSON property `disableExps`
1898
- # @return [Array<Fixnum>]
1899
- attr_accessor :disable_exps
1900
-
1901
- # If true, disable manual enrollment selection (at all diversion points). Manual
1902
- # enrollment selection means experiment selection process based on the request's
1903
- # manual enrollment states (a.k.a. opt-in experiments). This does not disable
1904
- # selection of forced experiments. Setting this field to false does not change
1905
- # anything in the experiment selection process.
1906
- # Corresponds to the JSON property `disableManualEnrollmentSelection`
1907
- # @return [Boolean]
1908
- attr_accessor :disable_manual_enrollment_selection
1909
- alias_method :disable_manual_enrollment_selection?, :disable_manual_enrollment_selection
1910
-
1911
- # If true, disable organic experiment selection (at all diversion points).
1912
- # Organic selection means experiment selection process based on traffic
1913
- # allocation and diversion condition evaluation. This does not disable selection
1914
- # of forced experiments. This is useful in cases when it is not known whether
1915
- # experiment selection behavior is responsible for a error or breakage.
1916
- # Disabling organic selection may help to isolate the cause of a given problem.
1917
- # Setting this field to false does not change anything in the experiment
1918
- # selection process.
1919
- # Corresponds to the JSON property `disableOrganicSelection`
1920
- # @return [Boolean]
1921
- attr_accessor :disable_organic_selection
1922
- alias_method :disable_organic_selection?, :disable_organic_selection
1923
-
1924
- # Flags to force in a particular experiment state. Map from flag name to flag
1925
- # value.
1926
- # Corresponds to the JSON property `forcedFlags`
1927
- # @return [Hash<String,String>]
1928
- attr_accessor :forced_flags
1929
-
1930
- # Rollouts to force in a particular experiment state. Map from rollout name to
1931
- # rollout value.
1932
- # Corresponds to the JSON property `forcedRollouts`
1933
- # @return [Hash<String,Boolean>]
1934
- attr_accessor :forced_rollouts
1935
-
1936
- # Sets different testing modes. See the documentation in the TestingMode message
1937
- # for more information.
1938
- # Corresponds to the JSON property `testingMode`
1939
- # @return [String]
1940
- attr_accessor :testing_mode
1941
-
1942
- def initialize(**args)
1943
- update!(**args)
1944
- end
1945
-
1946
- # Update properties of this object
1947
- def update!(**args)
1948
- @absolutely_forced_exp_names = args[:absolutely_forced_exp_names] if args.key?(:absolutely_forced_exp_names)
1949
- @absolutely_forced_exp_tags = args[:absolutely_forced_exp_tags] if args.key?(:absolutely_forced_exp_tags)
1950
- @absolutely_forced_exps = args[:absolutely_forced_exps] if args.key?(:absolutely_forced_exps)
1951
- @conditionally_forced_exp_names = args[:conditionally_forced_exp_names] if args.key?(:conditionally_forced_exp_names)
1952
- @conditionally_forced_exp_tags = args[:conditionally_forced_exp_tags] if args.key?(:conditionally_forced_exp_tags)
1953
- @conditionally_forced_exps = args[:conditionally_forced_exps] if args.key?(:conditionally_forced_exps)
1954
- @disable_automatic_enrollment_selection = args[:disable_automatic_enrollment_selection] if args.key?(:disable_automatic_enrollment_selection)
1955
- @disable_exp_names = args[:disable_exp_names] if args.key?(:disable_exp_names)
1956
- @disable_exp_tags = args[:disable_exp_tags] if args.key?(:disable_exp_tags)
1957
- @disable_exps = args[:disable_exps] if args.key?(:disable_exps)
1958
- @disable_manual_enrollment_selection = args[:disable_manual_enrollment_selection] if args.key?(:disable_manual_enrollment_selection)
1959
- @disable_organic_selection = args[:disable_organic_selection] if args.key?(:disable_organic_selection)
1960
- @forced_flags = args[:forced_flags] if args.key?(:forced_flags)
1961
- @forced_rollouts = args[:forced_rollouts] if args.key?(:forced_rollouts)
1962
- @testing_mode = args[:testing_mode] if args.key?(:testing_mode)
1963
- end
1964
- end
1965
-
1966
1795
  # This resource represents a long-running operation that is the result of a
1967
1796
  # network API call.
1968
1797
  class Operation
@@ -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.30.0"
19
+ GEM_VERSION = "0.32.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230822"
25
+ REVISION = "20240614"
26
26
  end
27
27
  end
28
28
  end
@@ -244,24 +244,12 @@ module Google
244
244
  include Google::Apis::Core::JsonObjectSupport
245
245
  end
246
246
 
247
- class MendelDebugInput
248
- class Representation < Google::Apis::Core::JsonRepresentation; end
249
-
250
- include Google::Apis::Core::JsonObjectSupport
251
- end
252
-
253
247
  class Money
254
248
  class Representation < Google::Apis::Core::JsonRepresentation; end
255
249
 
256
250
  include Google::Apis::Core::JsonObjectSupport
257
251
  end
258
252
 
259
- class NamespacedDebugInput
260
- class Representation < Google::Apis::Core::JsonRepresentation; end
261
-
262
- include Google::Apis::Core::JsonObjectSupport
263
- end
264
-
265
253
  class Operation
266
254
  class Representation < Google::Apis::Core::JsonRepresentation; end
267
255
 
@@ -751,14 +739,6 @@ module Google
751
739
  end
752
740
  end
753
741
 
754
- class MendelDebugInput
755
- # @private
756
- class Representation < Google::Apis::Core::JsonRepresentation
757
- hash :namespaced_debug_input, as: 'namespacedDebugInput', class: Google::Apis::JobsV4::NamespacedDebugInput, decorator: Google::Apis::JobsV4::NamespacedDebugInput::Representation
758
-
759
- end
760
- end
761
-
762
742
  class Money
763
743
  # @private
764
744
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -768,27 +748,6 @@ module Google
768
748
  end
769
749
  end
770
750
 
771
- class NamespacedDebugInput
772
- # @private
773
- class Representation < Google::Apis::Core::JsonRepresentation
774
- collection :absolutely_forced_exp_names, as: 'absolutelyForcedExpNames'
775
- collection :absolutely_forced_exp_tags, as: 'absolutelyForcedExpTags'
776
- collection :absolutely_forced_exps, as: 'absolutelyForcedExps'
777
- collection :conditionally_forced_exp_names, as: 'conditionallyForcedExpNames'
778
- collection :conditionally_forced_exp_tags, as: 'conditionallyForcedExpTags'
779
- collection :conditionally_forced_exps, as: 'conditionallyForcedExps'
780
- property :disable_automatic_enrollment_selection, as: 'disableAutomaticEnrollmentSelection'
781
- collection :disable_exp_names, as: 'disableExpNames'
782
- collection :disable_exp_tags, as: 'disableExpTags'
783
- collection :disable_exps, as: 'disableExps'
784
- property :disable_manual_enrollment_selection, as: 'disableManualEnrollmentSelection'
785
- property :disable_organic_selection, as: 'disableOrganicSelection'
786
- hash :forced_flags, as: 'forcedFlags'
787
- hash :forced_rollouts, as: 'forcedRollouts'
788
- property :testing_mode, as: 'testingMode'
789
- end
790
- end
791
-
792
751
  class Operation
793
752
  # @private
794
753
  class Representation < Google::Apis::Core::JsonRepresentation
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.30.0
4
+ version: 0.32.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: 2024-02-25 00:00:00.000000000 Z
11
+ date: 2024-06-23 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.14.0
19
+ version: 0.15.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.14.0
29
+ version: 0.15.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.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v4/v0.32.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: []