google-apis-jobs_v3 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: f2023242c94941475afdd41499088cf0e3256be1364b5db618815788f736a516
4
- data.tar.gz: 3d6a6d4637f2714356a891907e4db652cbda33d3d929626085fabf2d03a2c61d
3
+ metadata.gz: 2e9e98c39fa4d75d3e07e817093a8c0e5fefadbb9a842d4acd2da7aa521551fe
4
+ data.tar.gz: e01801574d3923017f4e1d8fdcc53354b229cea2b49befaba9e88bfd034c7354
5
5
  SHA512:
6
- metadata.gz: 514e1029d684821a46738a3c6004d431cf133a5f2837226a32e674d1900ccf6b87c44852979f56746bf72be2e4c122feddb56bc4272504539c9f6e1bb860b8f0
7
- data.tar.gz: 76a45e0b5c965ec732a42816223007e44787299b4c262ad36cc21b80e7605758b9f05881fc36c9e54b0bf81af327f3719593af8597f91f5471dfc1036ea189ff
6
+ metadata.gz: c76628b3f5052ce133fa8b98bb97dcf10c159b0e729e2a2bac22e70614a76ccc0c1bc0e6cbc533e852c26d8a98b49dc1040a4a3983cc60101dd43cf19d1fe58e
7
+ data.tar.gz: 970a510adf614e9e7b29e47921651fb45a643f33c0b9dafe5ab0ca20d440891ca08efb039e4df76e14c78a9f928c28bbcdf0f3f680713a1503d60bc82eec7f81
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-jobs_v3
2
2
 
3
+ ### v0.29.0 (2024-12-22)
4
+
5
+ * Regenerated from discovery document revision 20241217
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
@@ -1615,16 +1615,16 @@ module Google
1615
1615
  # @return [String]
1616
1616
  attr_accessor :location_type
1617
1617
 
1618
- # Represents a postal address, e.g. for postal delivery or payments addresses.
1619
- # Given a postal address, a postal service can deliver items to a premise, P.O.
1620
- # Box or similar. It is not intended to model geographical locations (roads,
1621
- # towns, mountains). In typical usage an address would be created via user input
1622
- # or from importing existing data, depending on the type of process. Advice on
1623
- # address input / editing: - Use an internationalization-ready address widget
1624
- # such as https://github.com/google/libaddressinput) - Users should not be
1625
- # presented with UI elements for input or editing of fields outside countries
1626
- # where that field is used. For more guidance on how to use this schema, please
1627
- # see: https://support.google.com/business/answer/6397478
1618
+ # Represents a postal address. For example for postal delivery or payments
1619
+ # addresses. Given a postal address, a postal service can deliver items to a
1620
+ # premise, P.O. Box or similar. It is not intended to model geographical
1621
+ # locations (roads, towns, mountains). In typical usage an address would be
1622
+ # created by user input or from importing existing data, depending on the type
1623
+ # of process. Advice on address input / editing: - Use an internationalization-
1624
+ # ready address widget such as https://github.com/google/libaddressinput) -
1625
+ # Users should not be presented with UI elements for input or editing of fields
1626
+ # outside countries where that field is used. For more guidance on how to use
1627
+ # this schema, see: https://support.google.com/business/answer/6397478
1628
1628
  # Corresponds to the JSON property `postalAddress`
1629
1629
  # @return [Google::Apis::JobsV3::PostalAddress]
1630
1630
  attr_accessor :postal_address
@@ -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
@@ -2044,35 +1873,36 @@ module Google
2044
1873
  end
2045
1874
  end
2046
1875
 
2047
- # Represents a postal address, e.g. for postal delivery or payments addresses.
2048
- # Given a postal address, a postal service can deliver items to a premise, P.O.
2049
- # Box or similar. It is not intended to model geographical locations (roads,
2050
- # towns, mountains). In typical usage an address would be created via user input
2051
- # or from importing existing data, depending on the type of process. Advice on
2052
- # address input / editing: - Use an internationalization-ready address widget
2053
- # such as https://github.com/google/libaddressinput) - Users should not be
2054
- # presented with UI elements for input or editing of fields outside countries
2055
- # where that field is used. For more guidance on how to use this schema, please
2056
- # see: https://support.google.com/business/answer/6397478
1876
+ # Represents a postal address. For example for postal delivery or payments
1877
+ # addresses. Given a postal address, a postal service can deliver items to a
1878
+ # premise, P.O. Box or similar. It is not intended to model geographical
1879
+ # locations (roads, towns, mountains). In typical usage an address would be
1880
+ # created by user input or from importing existing data, depending on the type
1881
+ # of process. Advice on address input / editing: - Use an internationalization-
1882
+ # ready address widget such as https://github.com/google/libaddressinput) -
1883
+ # Users should not be presented with UI elements for input or editing of fields
1884
+ # outside countries where that field is used. For more guidance on how to use
1885
+ # this schema, see: https://support.google.com/business/answer/6397478
2057
1886
  class PostalAddress
2058
1887
  include Google::Apis::Core::Hashable
2059
1888
 
2060
1889
  # Unstructured address lines describing the lower levels of an address. Because
2061
1890
  # values in address_lines do not have type information and may sometimes contain
2062
- # multiple values in a single field (e.g. "Austin, TX"), it is important that
2063
- # the line order is clear. The order of address lines should be "envelope order"
2064
- # for the country/region of the address. In places where this can vary (e.g.
2065
- # Japan), address_language is used to make it explicit (e.g. "ja" for large-to-
2066
- # small ordering and "ja-Latn" or "en" for small-to-large). This way, the most
2067
- # specific line of an address can be selected based on the language. The minimum
2068
- # permitted structural representation of an address consists of a region_code
2069
- # with all remaining information placed in the address_lines. It would be
2070
- # possible to format such an address very approximately without geocoding, but
2071
- # no semantic reasoning could be made about any of the address components until
2072
- # it was at least partially resolved. Creating an address only containing a
2073
- # region_code and address_lines, and then geocoding is the recommended way to
2074
- # handle completely unstructured addresses (as opposed to guessing which parts
2075
- # of the address should be localities or administrative areas).
1891
+ # multiple values in a single field (For example "Austin, TX"), it is important
1892
+ # that the line order is clear. The order of address lines should be "envelope
1893
+ # order" for the country/region of the address. In places where this can vary (
1894
+ # For example Japan), address_language is used to make it explicit (For example "
1895
+ # ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large).
1896
+ # This way, the most specific line of an address can be selected based on the
1897
+ # language. The minimum permitted structural representation of an address
1898
+ # consists of a region_code with all remaining information placed in the
1899
+ # address_lines. It would be possible to format such an address very
1900
+ # approximately without geocoding, but no semantic reasoning could be made about
1901
+ # any of the address components until it was at least partially resolved.
1902
+ # Creating an address only containing a region_code and address_lines, and then
1903
+ # geocoding is the recommended way to handle completely unstructured addresses (
1904
+ # as opposed to guessing which parts of the address should be localities or
1905
+ # administrative areas).
2076
1906
  # Corresponds to the JSON property `addressLines`
2077
1907
  # @return [Array<String>]
2078
1908
  attr_accessor :address_lines
@@ -2080,9 +1910,9 @@ module Google
2080
1910
  # Optional. Highest administrative subdivision which is used for postal
2081
1911
  # addresses of a country or region. For example, this can be a state, a province,
2082
1912
  # an oblast, or a prefecture. Specifically, for Spain this is the province and
2083
- # not the autonomous community (e.g. "Barcelona" and not "Catalonia"). Many
2084
- # countries don't use an administrative area in postal addresses. E.g. in
2085
- # Switzerland this should be left unpopulated.
1913
+ # not the autonomous community (For example "Barcelona" and not "Catalonia").
1914
+ # Many countries don't use an administrative area in postal addresses. For
1915
+ # example in Switzerland this should be left unpopulated.
2086
1916
  # Corresponds to the JSON property `administrativeArea`
2087
1917
  # @return [String]
2088
1918
  attr_accessor :administrative_area
@@ -2114,8 +1944,8 @@ module Google
2114
1944
 
2115
1945
  # Optional. Postal code of the address. Not all countries use or require postal
2116
1946
  # codes to be present, but where they are used, they may trigger additional
2117
- # validation with other parts of the address (e.g. state/zip validation in the U.
2118
- # S.A.).
1947
+ # validation with other parts of the address (For example state/zip validation
1948
+ # in the U.S.A.).
2119
1949
  # Corresponds to the JSON property `postalCode`
2120
1950
  # @return [String]
2121
1951
  attr_accessor :postal_code
@@ -2144,9 +1974,9 @@ module Google
2144
1974
 
2145
1975
  # Optional. Additional, country-specific, sorting code. This is not used in most
2146
1976
  # regions. Where it is used, the value is either a string like "CEDEX",
2147
- # optionally followed by a number (e.g. "CEDEX 7"), or just a number alone,
2148
- # representing the "sector code" (Jamaica), "delivery area indicator" (Malawi)
2149
- # or "post office indicator" (e.g. Côte d'Ivoire).
1977
+ # optionally followed by a number (For example "CEDEX 7"), or just a number
1978
+ # alone, representing the "sector code" (Jamaica), "delivery area indicator" (
1979
+ # Malawi) or "post office indicator" (For example Côte d'Ivoire).
2150
1980
  # Corresponds to the JSON property `sortingCode`
2151
1981
  # @return [String]
2152
1982
  attr_accessor :sorting_code
@@ -2543,24 +2373,28 @@ module Google
2543
2373
  class TimeOfDay
2544
2374
  include Google::Apis::Core::Hashable
2545
2375
 
2546
- # Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to
2547
- # allow the value "24:00:00" for scenarios like business closing time.
2376
+ # Hours of a day in 24 hour format. Must be greater than or equal to 0 and
2377
+ # typically must be less than or equal to 23. An API may choose to allow the
2378
+ # value "24:00:00" for scenarios like business closing time.
2548
2379
  # Corresponds to the JSON property `hours`
2549
2380
  # @return [Fixnum]
2550
2381
  attr_accessor :hours
2551
2382
 
2552
- # Minutes of hour of day. Must be from 0 to 59.
2383
+ # Minutes of an hour. Must be greater than or equal to 0 and less than or equal
2384
+ # to 59.
2553
2385
  # Corresponds to the JSON property `minutes`
2554
2386
  # @return [Fixnum]
2555
2387
  attr_accessor :minutes
2556
2388
 
2557
- # Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
2389
+ # Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and
2390
+ # less than or equal to 999,999,999.
2558
2391
  # Corresponds to the JSON property `nanos`
2559
2392
  # @return [Fixnum]
2560
2393
  attr_accessor :nanos
2561
2394
 
2562
- # Seconds of minutes of the time. Must normally be from 0 to 59. An API may
2563
- # allow the value 60 if it allows leap-seconds.
2395
+ # Seconds of a minute. Must be greater than or equal to 0 and typically must be
2396
+ # less than or equal to 59. An API may allow the value 60 if it allows leap-
2397
+ # seconds.
2564
2398
  # Corresponds to the JSON property `seconds`
2565
2399
  # @return [Fixnum]
2566
2400
  attr_accessor :seconds
@@ -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.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 = "20241217"
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.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-19 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_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3/v0.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3/v0.29.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: []
@@ -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 V3