google-apis-jobs_v3 0.26.0 → 0.28.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: 9b9b0f7a817928ac83df016dc812ec591c922c1e31e78ff3196803e6543a5a64
4
- data.tar.gz: 7b685034d8b68e7654123c97c0428c0cf446320c56241c27a4ebb7664c3d1fb7
3
+ metadata.gz: dedf0422c6b8ebc1b33958c1e87bb24b3c4e08706fb8d8871bce93811bc9f0b2
4
+ data.tar.gz: 30b8b79717e396c98e14e74de3d90f6de640eb3f7406829307164965c8ac3133
5
5
  SHA512:
6
- metadata.gz: 73c30a865e2149089ccae1a1cbcc3ef67dcf9523bc8c3255ba982f49902b0c1dc90d2f00b984d18da7e1613842b36e4b952895f5384e342dcbe501cb70676567
7
- data.tar.gz: a18020ddea1984b9f9c275226a577911dac21ac4e573e7a453513fc846f4155822d3273a9b94cd3f8baf33bb4f5bd20283ec0c3cabb5cbef960bc1277550a708
6
+ metadata.gz: 05f65619be1bce04f6bb2dbebac58c939e5315c481c3522136920b905f70c1b2b9fa7f375c9be226ce4ef059e35a63ab340e8eb9b7a4a5d08aaf0224178f33ba
7
+ data.tar.gz: 8886403ac2b4af72e177b5a4a79617b11af4f45cb185c84929ffad0ba1530e75cc37d6e17276768cf258e3abc220a99a05bd7257ecfaad665088c97c7c7feb9b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-jobs_v3
2
2
 
3
+ ### v0.28.0 (2024-06-23)
4
+
5
+ * Regenerated from discovery document revision 20240614
6
+
7
+ ### v0.27.0 (2024-05-19)
8
+
9
+ * Regenerated using generator version 0.15.0
10
+
3
11
  ### v0.26.0 (2024-02-23)
4
12
 
5
13
  * Regenerated using generator version 0.14.0
@@ -1772,32 +1772,6 @@ module Google
1772
1772
  end
1773
1773
  end
1774
1774
 
1775
- # Message representing input to a Mendel server for debug forcing. See go/mendel-
1776
- # debug-forcing for more details. Next ID: 2
1777
- class MendelDebugInput
1778
- include Google::Apis::Core::Hashable
1779
-
1780
- # When a request spans multiple servers, a MendelDebugInput may travel with the
1781
- # request and take effect in all the servers. This field is a map of namespaces
1782
- # to NamespacedMendelDebugInput protos. In a single server, up to two
1783
- # NamespacedMendelDebugInput protos are applied: 1. NamespacedMendelDebugInput
1784
- # with the global namespace (key == ""). 2. NamespacedMendelDebugInput with the
1785
- # server's namespace. When both NamespacedMendelDebugInput protos are present,
1786
- # they are merged. See go/mendel-debug-forcing for more details.
1787
- # Corresponds to the JSON property `namespacedDebugInput`
1788
- # @return [Hash<String,Google::Apis::JobsV3::NamespacedDebugInput>]
1789
- attr_accessor :namespaced_debug_input
1790
-
1791
- def initialize(**args)
1792
- update!(**args)
1793
- end
1794
-
1795
- # Update properties of this object
1796
- def update!(**args)
1797
- @namespaced_debug_input = args[:namespaced_debug_input] if args.key?(:namespaced_debug_input)
1798
- end
1799
- end
1800
-
1801
1775
  # Represents an amount of money with its currency type.
1802
1776
  class Money
1803
1777
  include Google::Apis::Core::Hashable
@@ -1834,151 +1808,6 @@ module Google
1834
1808
  end
1835
1809
  end
1836
1810
 
1837
- # Next ID: 16
1838
- class NamespacedDebugInput
1839
- include Google::Apis::Core::Hashable
1840
-
1841
- # Set of experiment names to be absolutely forced. These experiments will be
1842
- # forced without evaluating the conditions.
1843
- # Corresponds to the JSON property `absolutelyForcedExpNames`
1844
- # @return [Array<String>]
1845
- attr_accessor :absolutely_forced_exp_names
1846
-
1847
- # Set of experiment tags to be absolutely forced. The experiments with these
1848
- # tags will be forced without evaluating the conditions.
1849
- # Corresponds to the JSON property `absolutelyForcedExpTags`
1850
- # @return [Array<String>]
1851
- attr_accessor :absolutely_forced_exp_tags
1852
-
1853
- # Set of experiment ids to be absolutely forced. These ids will be forced
1854
- # without evaluating the conditions.
1855
- # Corresponds to the JSON property `absolutelyForcedExps`
1856
- # @return [Array<Fixnum>]
1857
- attr_accessor :absolutely_forced_exps
1858
-
1859
- # Set of experiment names to be conditionally forced. These experiments will be
1860
- # forced only if their conditions and their parent domain's conditions are true.
1861
- # Corresponds to the JSON property `conditionallyForcedExpNames`
1862
- # @return [Array<String>]
1863
- attr_accessor :conditionally_forced_exp_names
1864
-
1865
- # Set of experiment tags to be conditionally forced. The experiments with these
1866
- # tags will be forced only if their conditions and their parent domain's
1867
- # conditions are true.
1868
- # Corresponds to the JSON property `conditionallyForcedExpTags`
1869
- # @return [Array<String>]
1870
- attr_accessor :conditionally_forced_exp_tags
1871
-
1872
- # Set of experiment ids to be conditionally forced. These ids will be forced
1873
- # only if their conditions and their parent domain's conditions are true.
1874
- # Corresponds to the JSON property `conditionallyForcedExps`
1875
- # @return [Array<Fixnum>]
1876
- attr_accessor :conditionally_forced_exps
1877
-
1878
- # If true, disable automatic enrollment selection (at all diversion points).
1879
- # Automatic enrollment selection means experiment selection process based on the
1880
- # experiment's automatic enrollment condition. This does not disable selection
1881
- # of forced experiments. Setting this field to false does not change anything in
1882
- # the experiment selection process.
1883
- # Corresponds to the JSON property `disableAutomaticEnrollmentSelection`
1884
- # @return [Boolean]
1885
- attr_accessor :disable_automatic_enrollment_selection
1886
- alias_method :disable_automatic_enrollment_selection?, :disable_automatic_enrollment_selection
1887
-
1888
- # Set of experiment names to be disabled. If an experiment is disabled, it is
1889
- # never selected nor forced. If an aggregate experiment is disabled, its
1890
- # partitions are disabled together. If an experiment with an enrollment is
1891
- # disabled, the enrollment is disabled together. If a name corresponds to a
1892
- # domain, the domain itself and all descendant experiments and domains are
1893
- # disabled together.
1894
- # Corresponds to the JSON property `disableExpNames`
1895
- # @return [Array<String>]
1896
- attr_accessor :disable_exp_names
1897
-
1898
- # Set of experiment tags to be disabled. All experiments that are tagged with
1899
- # one or more of these tags are disabled. If an experiment is disabled, it is
1900
- # never selected nor forced. If an aggregate experiment is disabled, its
1901
- # partitions are disabled together. If an experiment with an enrollment is
1902
- # disabled, the enrollment is disabled together.
1903
- # Corresponds to the JSON property `disableExpTags`
1904
- # @return [Array<String>]
1905
- attr_accessor :disable_exp_tags
1906
-
1907
- # Set of experiment ids to be disabled. If an experiment is disabled, it is
1908
- # never selected nor forced. If an aggregate experiment is disabled, its
1909
- # partitions are disabled together. If an experiment with an enrollment is
1910
- # disabled, the enrollment is disabled together. If an ID corresponds to a
1911
- # domain, the domain itself and all descendant experiments and domains are
1912
- # disabled together.
1913
- # Corresponds to the JSON property `disableExps`
1914
- # @return [Array<Fixnum>]
1915
- attr_accessor :disable_exps
1916
-
1917
- # If true, disable manual enrollment selection (at all diversion points). Manual
1918
- # enrollment selection means experiment selection process based on the request's
1919
- # manual enrollment states (a.k.a. opt-in experiments). This does not disable
1920
- # selection of forced experiments. Setting this field to false does not change
1921
- # anything in the experiment selection process.
1922
- # Corresponds to the JSON property `disableManualEnrollmentSelection`
1923
- # @return [Boolean]
1924
- attr_accessor :disable_manual_enrollment_selection
1925
- alias_method :disable_manual_enrollment_selection?, :disable_manual_enrollment_selection
1926
-
1927
- # If true, disable organic experiment selection (at all diversion points).
1928
- # Organic selection means experiment selection process based on traffic
1929
- # allocation and diversion condition evaluation. This does not disable selection
1930
- # of forced experiments. This is useful in cases when it is not known whether
1931
- # experiment selection behavior is responsible for a error or breakage.
1932
- # Disabling organic selection may help to isolate the cause of a given problem.
1933
- # Setting this field to false does not change anything in the experiment
1934
- # selection process.
1935
- # Corresponds to the JSON property `disableOrganicSelection`
1936
- # @return [Boolean]
1937
- attr_accessor :disable_organic_selection
1938
- alias_method :disable_organic_selection?, :disable_organic_selection
1939
-
1940
- # Flags to force in a particular experiment state. Map from flag name to flag
1941
- # value.
1942
- # Corresponds to the JSON property `forcedFlags`
1943
- # @return [Hash<String,String>]
1944
- attr_accessor :forced_flags
1945
-
1946
- # Rollouts to force in a particular experiment state. Map from rollout name to
1947
- # rollout value.
1948
- # Corresponds to the JSON property `forcedRollouts`
1949
- # @return [Hash<String,Boolean>]
1950
- attr_accessor :forced_rollouts
1951
-
1952
- # Sets different testing modes. See the documentation in the TestingMode message
1953
- # for more information.
1954
- # Corresponds to the JSON property `testingMode`
1955
- # @return [String]
1956
- attr_accessor :testing_mode
1957
-
1958
- def initialize(**args)
1959
- update!(**args)
1960
- end
1961
-
1962
- # Update properties of this object
1963
- def update!(**args)
1964
- @absolutely_forced_exp_names = args[:absolutely_forced_exp_names] if args.key?(:absolutely_forced_exp_names)
1965
- @absolutely_forced_exp_tags = args[:absolutely_forced_exp_tags] if args.key?(:absolutely_forced_exp_tags)
1966
- @absolutely_forced_exps = args[:absolutely_forced_exps] if args.key?(:absolutely_forced_exps)
1967
- @conditionally_forced_exp_names = args[:conditionally_forced_exp_names] if args.key?(:conditionally_forced_exp_names)
1968
- @conditionally_forced_exp_tags = args[:conditionally_forced_exp_tags] if args.key?(:conditionally_forced_exp_tags)
1969
- @conditionally_forced_exps = args[:conditionally_forced_exps] if args.key?(:conditionally_forced_exps)
1970
- @disable_automatic_enrollment_selection = args[:disable_automatic_enrollment_selection] if args.key?(:disable_automatic_enrollment_selection)
1971
- @disable_exp_names = args[:disable_exp_names] if args.key?(:disable_exp_names)
1972
- @disable_exp_tags = args[:disable_exp_tags] if args.key?(:disable_exp_tags)
1973
- @disable_exps = args[:disable_exps] if args.key?(:disable_exps)
1974
- @disable_manual_enrollment_selection = args[:disable_manual_enrollment_selection] if args.key?(:disable_manual_enrollment_selection)
1975
- @disable_organic_selection = args[:disable_organic_selection] if args.key?(:disable_organic_selection)
1976
- @forced_flags = args[:forced_flags] if args.key?(:forced_flags)
1977
- @forced_rollouts = args[:forced_rollouts] if args.key?(:forced_rollouts)
1978
- @testing_mode = args[:testing_mode] if args.key?(:testing_mode)
1979
- end
1980
- end
1981
-
1982
1811
  # Input only. Use this field to specify bucketing option for the histogram
1983
1812
  # search response.
1984
1813
  class NumericBucketingOption
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module JobsV3
18
18
  # Version of the google-apis-jobs_v3 gem
19
- GEM_VERSION = "0.26.0"
19
+ GEM_VERSION = "0.28.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
@@ -250,24 +250,12 @@ module Google
250
250
  include Google::Apis::Core::JsonObjectSupport
251
251
  end
252
252
 
253
- class MendelDebugInput
254
- class Representation < Google::Apis::Core::JsonRepresentation; end
255
-
256
- include Google::Apis::Core::JsonObjectSupport
257
- end
258
-
259
253
  class Money
260
254
  class Representation < Google::Apis::Core::JsonRepresentation; end
261
255
 
262
256
  include Google::Apis::Core::JsonObjectSupport
263
257
  end
264
258
 
265
- class NamespacedDebugInput
266
- class Representation < Google::Apis::Core::JsonRepresentation; end
267
-
268
- include Google::Apis::Core::JsonObjectSupport
269
- end
270
-
271
259
  class NumericBucketingOption
272
260
  class Representation < Google::Apis::Core::JsonRepresentation; end
273
261
 
@@ -773,14 +761,6 @@ module Google
773
761
  end
774
762
  end
775
763
 
776
- class MendelDebugInput
777
- # @private
778
- class Representation < Google::Apis::Core::JsonRepresentation
779
- hash :namespaced_debug_input, as: 'namespacedDebugInput', class: Google::Apis::JobsV3::NamespacedDebugInput, decorator: Google::Apis::JobsV3::NamespacedDebugInput::Representation
780
-
781
- end
782
- end
783
-
784
764
  class Money
785
765
  # @private
786
766
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -790,27 +770,6 @@ module Google
790
770
  end
791
771
  end
792
772
 
793
- class NamespacedDebugInput
794
- # @private
795
- class Representation < Google::Apis::Core::JsonRepresentation
796
- collection :absolutely_forced_exp_names, as: 'absolutelyForcedExpNames'
797
- collection :absolutely_forced_exp_tags, as: 'absolutelyForcedExpTags'
798
- collection :absolutely_forced_exps, as: 'absolutelyForcedExps'
799
- collection :conditionally_forced_exp_names, as: 'conditionallyForcedExpNames'
800
- collection :conditionally_forced_exp_tags, as: 'conditionallyForcedExpTags'
801
- collection :conditionally_forced_exps, as: 'conditionallyForcedExps'
802
- property :disable_automatic_enrollment_selection, as: 'disableAutomaticEnrollmentSelection'
803
- collection :disable_exp_names, as: 'disableExpNames'
804
- collection :disable_exp_tags, as: 'disableExpTags'
805
- collection :disable_exps, as: 'disableExps'
806
- property :disable_manual_enrollment_selection, as: 'disableManualEnrollmentSelection'
807
- property :disable_organic_selection, as: 'disableOrganicSelection'
808
- hash :forced_flags, as: 'forcedFlags'
809
- hash :forced_rollouts, as: 'forcedRollouts'
810
- property :testing_mode, as: 'testingMode'
811
- end
812
- end
813
-
814
773
  class NumericBucketingOption
815
774
  # @private
816
775
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-jobs_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.28.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_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3/v0.26.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3/v0.28.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-jobs_v3
63
63
  post_install_message:
64
64
  rdoc_options: []