google-apis-jobs_v3p1beta1 0.27.0 → 0.29.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: 191b4ff8d7c051cdd63fa7edbe16bfa33c5b6107b6ec81ab10cc1e90b7f4dd84
4
+ data.tar.gz: 926f26b66078da38b910dc6f3eb99061f4c8171c89e1c5ce2e276772a6baaa54
5
5
  SHA512:
6
- metadata.gz: 2483f9ee4a536cbe9227bd781f715c87ceccfa3bed02b2e752174531afd54a49b05008dd371dce7deea8563c8b3eb1f21fb4f89ea7e4e054b8c8eb1c8445d19a
7
- data.tar.gz: 04d288c89578c6421c3adddb8d8bab223001d93bd3b84da7450c7e6b9208b80a0afd85961bc35c05b0f203ada694c5d3a83e3ebe33cd304df041dc1302a9eb05
6
+ metadata.gz: c6bbd6c8a28be28c6c7bc1a96284f0c2a880c77f3562159c27c9c1e1b4929e9dddcfd74d92c7194a06a87f13f82ff2e6f9139fb2beb439ac624c4ef891359ecf
7
+ data.tar.gz: 79f5bf35a1e996e9bec506d08b4c8064ec48a1da67df7973aba2d2110b6d3514f73225f143fbb35d31a9bae57dd109811d771850a49d15ed2d07a2beb9623720
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-jobs_v3p1beta1
2
2
 
3
+ ### v0.29.0 (2024-12-22)
4
+
5
+ * Regenerated from discovery document revision 20241219
6
+ * Regenerated using generator version 0.15.1
7
+
8
+ ### v0.28.0 (2024-06-23)
9
+
10
+ * Regenerated from discovery document revision 20240614
11
+
3
12
  ### v0.27.0 (2024-05-19)
4
13
 
5
14
  * Regenerated using generator version 0.15.0
@@ -1766,16 +1766,16 @@ module Google
1766
1766
  # @return [String]
1767
1767
  attr_accessor :location_type
1768
1768
 
1769
- # Represents a postal address, e.g. for postal delivery or payments addresses.
1770
- # Given a postal address, a postal service can deliver items to a premise, P.O.
1771
- # Box or similar. It is not intended to model geographical locations (roads,
1772
- # towns, mountains). In typical usage an address would be created via user input
1773
- # or from importing existing data, depending on the type of process. Advice on
1774
- # address input / editing: - Use an internationalization-ready address widget
1775
- # such as https://github.com/google/libaddressinput) - Users should not be
1776
- # presented with UI elements for input or editing of fields outside countries
1777
- # where that field is used. For more guidance on how to use this schema, please
1778
- # see: https://support.google.com/business/answer/6397478
1769
+ # Represents a postal address. For example for postal delivery or payments
1770
+ # addresses. Given a postal address, a postal service can deliver items to a
1771
+ # premise, P.O. Box or similar. It is not intended to model geographical
1772
+ # locations (roads, towns, mountains). In typical usage an address would be
1773
+ # created by user input or from importing existing data, depending on the type
1774
+ # of process. Advice on address input / editing: - Use an internationalization-
1775
+ # ready address widget such as https://github.com/google/libaddressinput) -
1776
+ # Users should not be presented with UI elements for input or editing of fields
1777
+ # outside countries where that field is used. For more guidance on how to use
1778
+ # this schema, see: https://support.google.com/business/answer/6397478
1779
1779
  # Corresponds to the JSON property `postalAddress`
1780
1780
  # @return [Google::Apis::JobsV3p1beta1::PostalAddress]
1781
1781
  attr_accessor :postal_address
@@ -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
@@ -2257,35 +2086,36 @@ module Google
2257
2086
  end
2258
2087
  end
2259
2088
 
2260
- # Represents a postal address, e.g. for postal delivery or payments addresses.
2261
- # Given a postal address, a postal service can deliver items to a premise, P.O.
2262
- # Box or similar. It is not intended to model geographical locations (roads,
2263
- # towns, mountains). In typical usage an address would be created via user input
2264
- # or from importing existing data, depending on the type of process. Advice on
2265
- # address input / editing: - Use an internationalization-ready address widget
2266
- # such as https://github.com/google/libaddressinput) - Users should not be
2267
- # presented with UI elements for input or editing of fields outside countries
2268
- # where that field is used. For more guidance on how to use this schema, please
2269
- # see: https://support.google.com/business/answer/6397478
2089
+ # Represents a postal address. For example for postal delivery or payments
2090
+ # addresses. Given a postal address, a postal service can deliver items to a
2091
+ # premise, P.O. Box or similar. It is not intended to model geographical
2092
+ # locations (roads, towns, mountains). In typical usage an address would be
2093
+ # created by user input or from importing existing data, depending on the type
2094
+ # of process. Advice on address input / editing: - Use an internationalization-
2095
+ # ready address widget such as https://github.com/google/libaddressinput) -
2096
+ # Users should not be presented with UI elements for input or editing of fields
2097
+ # outside countries where that field is used. For more guidance on how to use
2098
+ # this schema, see: https://support.google.com/business/answer/6397478
2270
2099
  class PostalAddress
2271
2100
  include Google::Apis::Core::Hashable
2272
2101
 
2273
2102
  # Unstructured address lines describing the lower levels of an address. Because
2274
2103
  # values in address_lines do not have type information and may sometimes contain
2275
- # multiple values in a single field (e.g. "Austin, TX"), it is important that
2276
- # the line order is clear. The order of address lines should be "envelope order"
2277
- # for the country/region of the address. In places where this can vary (e.g.
2278
- # Japan), address_language is used to make it explicit (e.g. "ja" for large-to-
2279
- # small ordering and "ja-Latn" or "en" for small-to-large). This way, the most
2280
- # specific line of an address can be selected based on the language. The minimum
2281
- # permitted structural representation of an address consists of a region_code
2282
- # with all remaining information placed in the address_lines. It would be
2283
- # possible to format such an address very approximately without geocoding, but
2284
- # no semantic reasoning could be made about any of the address components until
2285
- # it was at least partially resolved. Creating an address only containing a
2286
- # region_code and address_lines, and then geocoding is the recommended way to
2287
- # handle completely unstructured addresses (as opposed to guessing which parts
2288
- # of the address should be localities or administrative areas).
2104
+ # multiple values in a single field (For example "Austin, TX"), it is important
2105
+ # that the line order is clear. The order of address lines should be "envelope
2106
+ # order" for the country/region of the address. In places where this can vary (
2107
+ # For example Japan), address_language is used to make it explicit (For example "
2108
+ # ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large).
2109
+ # This way, the most specific line of an address can be selected based on the
2110
+ # language. The minimum permitted structural representation of an address
2111
+ # consists of a region_code with all remaining information placed in the
2112
+ # address_lines. It would be possible to format such an address very
2113
+ # approximately without geocoding, but no semantic reasoning could be made about
2114
+ # any of the address components until it was at least partially resolved.
2115
+ # Creating an address only containing a region_code and address_lines, and then
2116
+ # geocoding is the recommended way to handle completely unstructured addresses (
2117
+ # as opposed to guessing which parts of the address should be localities or
2118
+ # administrative areas).
2289
2119
  # Corresponds to the JSON property `addressLines`
2290
2120
  # @return [Array<String>]
2291
2121
  attr_accessor :address_lines
@@ -2293,9 +2123,9 @@ module Google
2293
2123
  # Optional. Highest administrative subdivision which is used for postal
2294
2124
  # addresses of a country or region. For example, this can be a state, a province,
2295
2125
  # an oblast, or a prefecture. Specifically, for Spain this is the province and
2296
- # not the autonomous community (e.g. "Barcelona" and not "Catalonia"). Many
2297
- # countries don't use an administrative area in postal addresses. E.g. in
2298
- # Switzerland this should be left unpopulated.
2126
+ # not the autonomous community (For example "Barcelona" and not "Catalonia").
2127
+ # Many countries don't use an administrative area in postal addresses. For
2128
+ # example in Switzerland this should be left unpopulated.
2299
2129
  # Corresponds to the JSON property `administrativeArea`
2300
2130
  # @return [String]
2301
2131
  attr_accessor :administrative_area
@@ -2327,8 +2157,8 @@ module Google
2327
2157
 
2328
2158
  # Optional. Postal code of the address. Not all countries use or require postal
2329
2159
  # codes to be present, but where they are used, they may trigger additional
2330
- # validation with other parts of the address (e.g. state/zip validation in the U.
2331
- # S.A.).
2160
+ # validation with other parts of the address (For example state/zip validation
2161
+ # in the U.S.A.).
2332
2162
  # Corresponds to the JSON property `postalCode`
2333
2163
  # @return [String]
2334
2164
  attr_accessor :postal_code
@@ -2357,9 +2187,9 @@ module Google
2357
2187
 
2358
2188
  # Optional. Additional, country-specific, sorting code. This is not used in most
2359
2189
  # regions. Where it is used, the value is either a string like "CEDEX",
2360
- # optionally followed by a number (e.g. "CEDEX 7"), or just a number alone,
2361
- # representing the "sector code" (Jamaica), "delivery area indicator" (Malawi)
2362
- # or "post office indicator" (e.g. Côte d'Ivoire).
2190
+ # optionally followed by a number (For example "CEDEX 7"), or just a number
2191
+ # alone, representing the "sector code" (Jamaica), "delivery area indicator" (
2192
+ # Malawi) or "post office indicator" (For example Côte d'Ivoire).
2363
2193
  # Corresponds to the JSON property `sortingCode`
2364
2194
  # @return [String]
2365
2195
  attr_accessor :sorting_code
@@ -2830,24 +2660,28 @@ module Google
2830
2660
  class TimeOfDay
2831
2661
  include Google::Apis::Core::Hashable
2832
2662
 
2833
- # Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to
2834
- # allow the value "24:00:00" for scenarios like business closing time.
2663
+ # Hours of a day in 24 hour format. Must be greater than or equal to 0 and
2664
+ # typically must be less than or equal to 23. An API may choose to allow the
2665
+ # value "24:00:00" for scenarios like business closing time.
2835
2666
  # Corresponds to the JSON property `hours`
2836
2667
  # @return [Fixnum]
2837
2668
  attr_accessor :hours
2838
2669
 
2839
- # Minutes of hour of day. Must be from 0 to 59.
2670
+ # Minutes of an hour. Must be greater than or equal to 0 and less than or equal
2671
+ # to 59.
2840
2672
  # Corresponds to the JSON property `minutes`
2841
2673
  # @return [Fixnum]
2842
2674
  attr_accessor :minutes
2843
2675
 
2844
- # Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
2676
+ # Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and
2677
+ # less than or equal to 999,999,999.
2845
2678
  # Corresponds to the JSON property `nanos`
2846
2679
  # @return [Fixnum]
2847
2680
  attr_accessor :nanos
2848
2681
 
2849
- # Seconds of minutes of the time. Must normally be from 0 to 59. An API may
2850
- # allow the value 60 if it allows leap-seconds.
2682
+ # Seconds of a minute. Must be greater than or equal to 0 and typically must be
2683
+ # less than or equal to 59. An API may allow the value 60 if it allows leap-
2684
+ # seconds.
2851
2685
  # Corresponds to the JSON property `seconds`
2852
2686
  # @return [Fixnum]
2853
2687
  attr_accessor :seconds
@@ -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.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230822"
25
+ REVISION = "20241219"
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.29.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: 2025-01-05 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.29.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: []
@@ -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.5.6
78
+ rubygems_version: 3.5.23
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Talent Solution API V3p1beta1