google-apis-jobs_v3p1beta1 0.27.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: 77ad19d74d34c412c46b2bc4425519e9c0078650bbb1bc17c687dbdd4dabeb7f
4
- data.tar.gz: abbff884d59b25ef908079ee8434106e9eded0291b0338391369008011b3b4ce
3
+ metadata.gz: 45eb07ab6c9c136e5262ad493ad5b21bd354f3012e59d2358f26767bb5d3bce4
4
+ data.tar.gz: 78c959801681df065c516e164ecc3919cbd53b85c406a744f78ccd1b659d9379
5
5
  SHA512:
6
- metadata.gz: 2483f9ee4a536cbe9227bd781f715c87ceccfa3bed02b2e752174531afd54a49b05008dd371dce7deea8563c8b3eb1f21fb4f89ea7e4e054b8c8eb1c8445d19a
7
- data.tar.gz: 04d288c89578c6421c3adddb8d8bab223001d93bd3b84da7450c7e6b9208b80a0afd85961bc35c05b0f203ada694c5d3a83e3ebe33cd304df041dc1302a9eb05
6
+ metadata.gz: beb258af0b0bab885bb95c49324aa673ee46740b0748aec7db59e018507056c843f74ab876f191107975962a2f676b86bfc27f48a0f1d1f765cecd18db25ac1e
7
+ data.tar.gz: 5a10eaea761117a72842f4d60f8b92400f14f8d310c696e8ae7c07f74c317716091fa25b7e8c167b38e650dfa08509db6c59269c1d48f8b99fedcc7b7ef0039a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-jobs_v3p1beta1
2
2
 
3
+ ### v0.28.0 (2024-06-23)
4
+
5
+ * Regenerated from discovery document revision 20240614
6
+
3
7
  ### v0.27.0 (2024-05-19)
4
8
 
5
9
  * Regenerated using generator version 0.15.0
@@ -1923,32 +1923,6 @@ module Google
1923
1923
  end
1924
1924
  end
1925
1925
 
1926
- # Message representing input to a Mendel server for debug forcing. See go/mendel-
1927
- # debug-forcing for more details. Next ID: 2
1928
- class MendelDebugInput
1929
- include Google::Apis::Core::Hashable
1930
-
1931
- # When a request spans multiple servers, a MendelDebugInput may travel with the
1932
- # request and take effect in all the servers. This field is a map of namespaces
1933
- # to NamespacedMendelDebugInput protos. In a single server, up to two
1934
- # NamespacedMendelDebugInput protos are applied: 1. NamespacedMendelDebugInput
1935
- # with the global namespace (key == ""). 2. NamespacedMendelDebugInput with the
1936
- # server's namespace. When both NamespacedMendelDebugInput protos are present,
1937
- # they are merged. See go/mendel-debug-forcing for more details.
1938
- # Corresponds to the JSON property `namespacedDebugInput`
1939
- # @return [Hash<String,Google::Apis::JobsV3p1beta1::NamespacedDebugInput>]
1940
- attr_accessor :namespaced_debug_input
1941
-
1942
- def initialize(**args)
1943
- update!(**args)
1944
- end
1945
-
1946
- # Update properties of this object
1947
- def update!(**args)
1948
- @namespaced_debug_input = args[:namespaced_debug_input] if args.key?(:namespaced_debug_input)
1949
- end
1950
- end
1951
-
1952
1926
  # Represents an amount of money with its currency type.
1953
1927
  class Money
1954
1928
  include Google::Apis::Core::Hashable
@@ -1985,151 +1959,6 @@ module Google
1985
1959
  end
1986
1960
  end
1987
1961
 
1988
- # Next ID: 16
1989
- class NamespacedDebugInput
1990
- include Google::Apis::Core::Hashable
1991
-
1992
- # Set of experiment names to be absolutely forced. These experiments will be
1993
- # forced without evaluating the conditions.
1994
- # Corresponds to the JSON property `absolutelyForcedExpNames`
1995
- # @return [Array<String>]
1996
- attr_accessor :absolutely_forced_exp_names
1997
-
1998
- # Set of experiment tags to be absolutely forced. The experiments with these
1999
- # tags will be forced without evaluating the conditions.
2000
- # Corresponds to the JSON property `absolutelyForcedExpTags`
2001
- # @return [Array<String>]
2002
- attr_accessor :absolutely_forced_exp_tags
2003
-
2004
- # Set of experiment ids to be absolutely forced. These ids will be forced
2005
- # without evaluating the conditions.
2006
- # Corresponds to the JSON property `absolutelyForcedExps`
2007
- # @return [Array<Fixnum>]
2008
- attr_accessor :absolutely_forced_exps
2009
-
2010
- # Set of experiment names to be conditionally forced. These experiments will be
2011
- # forced only if their conditions and their parent domain's conditions are true.
2012
- # Corresponds to the JSON property `conditionallyForcedExpNames`
2013
- # @return [Array<String>]
2014
- attr_accessor :conditionally_forced_exp_names
2015
-
2016
- # Set of experiment tags to be conditionally forced. The experiments with these
2017
- # tags will be forced only if their conditions and their parent domain's
2018
- # conditions are true.
2019
- # Corresponds to the JSON property `conditionallyForcedExpTags`
2020
- # @return [Array<String>]
2021
- attr_accessor :conditionally_forced_exp_tags
2022
-
2023
- # Set of experiment ids to be conditionally forced. These ids will be forced
2024
- # only if their conditions and their parent domain's conditions are true.
2025
- # Corresponds to the JSON property `conditionallyForcedExps`
2026
- # @return [Array<Fixnum>]
2027
- attr_accessor :conditionally_forced_exps
2028
-
2029
- # If true, disable automatic enrollment selection (at all diversion points).
2030
- # Automatic enrollment selection means experiment selection process based on the
2031
- # experiment's automatic enrollment condition. This does not disable selection
2032
- # of forced experiments. Setting this field to false does not change anything in
2033
- # the experiment selection process.
2034
- # Corresponds to the JSON property `disableAutomaticEnrollmentSelection`
2035
- # @return [Boolean]
2036
- attr_accessor :disable_automatic_enrollment_selection
2037
- alias_method :disable_automatic_enrollment_selection?, :disable_automatic_enrollment_selection
2038
-
2039
- # Set of experiment names to be disabled. If an experiment is disabled, it is
2040
- # never selected nor forced. If an aggregate experiment is disabled, its
2041
- # partitions are disabled together. If an experiment with an enrollment is
2042
- # disabled, the enrollment is disabled together. If a name corresponds to a
2043
- # domain, the domain itself and all descendant experiments and domains are
2044
- # disabled together.
2045
- # Corresponds to the JSON property `disableExpNames`
2046
- # @return [Array<String>]
2047
- attr_accessor :disable_exp_names
2048
-
2049
- # Set of experiment tags to be disabled. All experiments that are tagged with
2050
- # one or more of these tags are disabled. If an experiment is disabled, it is
2051
- # never selected nor forced. If an aggregate experiment is disabled, its
2052
- # partitions are disabled together. If an experiment with an enrollment is
2053
- # disabled, the enrollment is disabled together.
2054
- # Corresponds to the JSON property `disableExpTags`
2055
- # @return [Array<String>]
2056
- attr_accessor :disable_exp_tags
2057
-
2058
- # Set of experiment ids to be disabled. If an experiment is disabled, it is
2059
- # never selected nor forced. If an aggregate experiment is disabled, its
2060
- # partitions are disabled together. If an experiment with an enrollment is
2061
- # disabled, the enrollment is disabled together. If an ID corresponds to a
2062
- # domain, the domain itself and all descendant experiments and domains are
2063
- # disabled together.
2064
- # Corresponds to the JSON property `disableExps`
2065
- # @return [Array<Fixnum>]
2066
- attr_accessor :disable_exps
2067
-
2068
- # If true, disable manual enrollment selection (at all diversion points). Manual
2069
- # enrollment selection means experiment selection process based on the request's
2070
- # manual enrollment states (a.k.a. opt-in experiments). This does not disable
2071
- # selection of forced experiments. Setting this field to false does not change
2072
- # anything in the experiment selection process.
2073
- # Corresponds to the JSON property `disableManualEnrollmentSelection`
2074
- # @return [Boolean]
2075
- attr_accessor :disable_manual_enrollment_selection
2076
- alias_method :disable_manual_enrollment_selection?, :disable_manual_enrollment_selection
2077
-
2078
- # If true, disable organic experiment selection (at all diversion points).
2079
- # Organic selection means experiment selection process based on traffic
2080
- # allocation and diversion condition evaluation. This does not disable selection
2081
- # of forced experiments. This is useful in cases when it is not known whether
2082
- # experiment selection behavior is responsible for a error or breakage.
2083
- # Disabling organic selection may help to isolate the cause of a given problem.
2084
- # Setting this field to false does not change anything in the experiment
2085
- # selection process.
2086
- # Corresponds to the JSON property `disableOrganicSelection`
2087
- # @return [Boolean]
2088
- attr_accessor :disable_organic_selection
2089
- alias_method :disable_organic_selection?, :disable_organic_selection
2090
-
2091
- # Flags to force in a particular experiment state. Map from flag name to flag
2092
- # value.
2093
- # Corresponds to the JSON property `forcedFlags`
2094
- # @return [Hash<String,String>]
2095
- attr_accessor :forced_flags
2096
-
2097
- # Rollouts to force in a particular experiment state. Map from rollout name to
2098
- # rollout value.
2099
- # Corresponds to the JSON property `forcedRollouts`
2100
- # @return [Hash<String,Boolean>]
2101
- attr_accessor :forced_rollouts
2102
-
2103
- # Sets different testing modes. See the documentation in the TestingMode message
2104
- # for more information.
2105
- # Corresponds to the JSON property `testingMode`
2106
- # @return [String]
2107
- attr_accessor :testing_mode
2108
-
2109
- def initialize(**args)
2110
- update!(**args)
2111
- end
2112
-
2113
- # Update properties of this object
2114
- def update!(**args)
2115
- @absolutely_forced_exp_names = args[:absolutely_forced_exp_names] if args.key?(:absolutely_forced_exp_names)
2116
- @absolutely_forced_exp_tags = args[:absolutely_forced_exp_tags] if args.key?(:absolutely_forced_exp_tags)
2117
- @absolutely_forced_exps = args[:absolutely_forced_exps] if args.key?(:absolutely_forced_exps)
2118
- @conditionally_forced_exp_names = args[:conditionally_forced_exp_names] if args.key?(:conditionally_forced_exp_names)
2119
- @conditionally_forced_exp_tags = args[:conditionally_forced_exp_tags] if args.key?(:conditionally_forced_exp_tags)
2120
- @conditionally_forced_exps = args[:conditionally_forced_exps] if args.key?(:conditionally_forced_exps)
2121
- @disable_automatic_enrollment_selection = args[:disable_automatic_enrollment_selection] if args.key?(:disable_automatic_enrollment_selection)
2122
- @disable_exp_names = args[:disable_exp_names] if args.key?(:disable_exp_names)
2123
- @disable_exp_tags = args[:disable_exp_tags] if args.key?(:disable_exp_tags)
2124
- @disable_exps = args[:disable_exps] if args.key?(:disable_exps)
2125
- @disable_manual_enrollment_selection = args[:disable_manual_enrollment_selection] if args.key?(:disable_manual_enrollment_selection)
2126
- @disable_organic_selection = args[:disable_organic_selection] if args.key?(:disable_organic_selection)
2127
- @forced_flags = args[:forced_flags] if args.key?(:forced_flags)
2128
- @forced_rollouts = args[:forced_rollouts] if args.key?(:forced_rollouts)
2129
- @testing_mode = args[:testing_mode] if args.key?(:testing_mode)
2130
- end
2131
- end
2132
-
2133
1962
  # Input only. Use this field to specify bucketing option for the histogram
2134
1963
  # search response.
2135
1964
  class NumericBucketingOption
@@ -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.27.0"
19
+ GEM_VERSION = "0.28.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
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
@@ -268,24 +268,12 @@ module Google
268
268
  include Google::Apis::Core::JsonObjectSupport
269
269
  end
270
270
 
271
- class MendelDebugInput
272
- class Representation < Google::Apis::Core::JsonRepresentation; end
273
-
274
- include Google::Apis::Core::JsonObjectSupport
275
- end
276
-
277
271
  class Money
278
272
  class Representation < Google::Apis::Core::JsonRepresentation; end
279
273
 
280
274
  include Google::Apis::Core::JsonObjectSupport
281
275
  end
282
276
 
283
- class NamespacedDebugInput
284
- class Representation < Google::Apis::Core::JsonRepresentation; end
285
-
286
- include Google::Apis::Core::JsonObjectSupport
287
- end
288
-
289
277
  class NumericBucketingOption
290
278
  class Representation < Google::Apis::Core::JsonRepresentation; end
291
279
 
@@ -827,14 +815,6 @@ module Google
827
815
  end
828
816
  end
829
817
 
830
- class MendelDebugInput
831
- # @private
832
- class Representation < Google::Apis::Core::JsonRepresentation
833
- hash :namespaced_debug_input, as: 'namespacedDebugInput', class: Google::Apis::JobsV3p1beta1::NamespacedDebugInput, decorator: Google::Apis::JobsV3p1beta1::NamespacedDebugInput::Representation
834
-
835
- end
836
- end
837
-
838
818
  class Money
839
819
  # @private
840
820
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -844,27 +824,6 @@ module Google
844
824
  end
845
825
  end
846
826
 
847
- class NamespacedDebugInput
848
- # @private
849
- class Representation < Google::Apis::Core::JsonRepresentation
850
- collection :absolutely_forced_exp_names, as: 'absolutelyForcedExpNames'
851
- collection :absolutely_forced_exp_tags, as: 'absolutelyForcedExpTags'
852
- collection :absolutely_forced_exps, as: 'absolutelyForcedExps'
853
- collection :conditionally_forced_exp_names, as: 'conditionallyForcedExpNames'
854
- collection :conditionally_forced_exp_tags, as: 'conditionallyForcedExpTags'
855
- collection :conditionally_forced_exps, as: 'conditionallyForcedExps'
856
- property :disable_automatic_enrollment_selection, as: 'disableAutomaticEnrollmentSelection'
857
- collection :disable_exp_names, as: 'disableExpNames'
858
- collection :disable_exp_tags, as: 'disableExpTags'
859
- collection :disable_exps, as: 'disableExps'
860
- property :disable_manual_enrollment_selection, as: 'disableManualEnrollmentSelection'
861
- property :disable_organic_selection, as: 'disableOrganicSelection'
862
- hash :forced_flags, as: 'forcedFlags'
863
- hash :forced_rollouts, as: 'forcedRollouts'
864
- property :testing_mode, as: 'testingMode'
865
- end
866
- end
867
-
868
827
  class NumericBucketingOption
869
828
  # @private
870
829
  class Representation < Google::Apis::Core::JsonRepresentation
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.27.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-05-26 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
@@ -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.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3p1beta1/v0.28.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: []