google-apis-jobs_v4 0.31.0 → 0.33.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: 4e5bae87b06f2ead021d3a39d267f1fb14e46f8c5ea1017ca63944691f6605d4
4
- data.tar.gz: 712f1c7405c42de5afa0fc8236b01279e4d39d7949a149518f5a6e9b29444082
3
+ metadata.gz: 35cf194feb1c1f04fad4a05b8a6b5ab57e5c41a72cbec2cdde963e3db94a8289
4
+ data.tar.gz: 5eefb6a4051025761836f5825aae4b408976626ce9967262c7187ddf7e348ff0
5
5
  SHA512:
6
- metadata.gz: eeacd8214825b22382c436e09ac09d0b7b27584c9960b9143d8d708dfe0aeea36a446936cd90e90d5be345ee2bd36ff07c53c04231f4b483a962b99d80531703
7
- data.tar.gz: 65360d4ca3636e3404770d6c4501c98cd35194c8c7b642991dd15212009a0e9d095134c717cb67a64cc6be45c5a5de520d7dce1c4a47c224b5a953fa20e63068
6
+ metadata.gz: da4ba28f9e8422b31e7f623bbd076cf447bfc841e82ad37405a9cf0011b546fa73bee3badcfedd0f06ccecd81ca980b68087cecc082ae55d2f42c3d8af10177a
7
+ data.tar.gz: e9831d11015f6b939085a9b001a256ece5b8cbde7bd6703bb140c70823ec9b1a8082eb2a217a9408576f56588fe63c7958b74027324b1d0b21cb55312f043cec
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-jobs_v4
2
2
 
3
+ ### v0.33.0 (2024-12-22)
4
+
5
+ * Regenerated from discovery document revision 20241217
6
+ * Regenerated using generator version 0.15.1
7
+
8
+ ### v0.32.0 (2024-06-23)
9
+
10
+ * Regenerated from discovery document revision 20240614
11
+
3
12
  ### v0.31.0 (2024-05-19)
4
13
 
5
14
  * Regenerated using generator version 0.15.0
@@ -1090,17 +1090,17 @@ module Google
1090
1090
  # immediately on creation. This kind of job can not be updated. And when
1091
1091
  # creating a job with past timestamp, the posting_publish_time must be set
1092
1092
  # before posting_expire_time. The purpose of this feature is to allow other
1093
- # objects, such as Application, to refer a job that didn't exist in the system
1094
- # prior to becoming expired. If you want to modify a job that was expired on
1095
- # creation, delete it and create a new one. If this value isn't provided at the
1096
- # time of job creation or is invalid, the job posting expires after 30 days from
1097
- # the job's creation time. For example, if the job was created on 2017/01/01 13:
1098
- # 00AM UTC with an unspecified expiration date, the job expires after 2017/01/31
1099
- # 13:00AM UTC. If this value isn't provided on job update, it depends on the
1100
- # field masks set by UpdateJobRequest.update_mask. If the field masks include
1101
- # job_end_time, or the masks are empty meaning that every field is updated, the
1102
- # job posting expires after 30 days from the job's last update time. Otherwise
1103
- # the expiration date isn't updated.
1093
+ # objects, such as ApplicationInfo, to refer a job that didn't exist in the
1094
+ # system prior to becoming expired. If you want to modify a job that was expired
1095
+ # on creation, delete it and create a new one. If this value isn't provided at
1096
+ # the time of job creation or is invalid, the job posting expires after 30 days
1097
+ # from the job's creation time. For example, if the job was created on 2017/01/
1098
+ # 01 13:00AM UTC with an unspecified expiration date, the job expires after 2017/
1099
+ # 01/31 13:00AM UTC. If this value isn't provided on job update, it depends on
1100
+ # the field masks set by UpdateJobRequest.update_mask. If the field masks
1101
+ # include job_end_time, or the masks are empty meaning that every field is
1102
+ # updated, the job posting expires after 30 days from the job's last update time.
1103
+ # Otherwise the expiration date isn't updated.
1104
1104
  # Corresponds to the JSON property `postingExpireTime`
1105
1105
  # @return [String]
1106
1106
  attr_accessor :posting_expire_time
@@ -1599,16 +1599,16 @@ module Google
1599
1599
  # @return [String]
1600
1600
  attr_accessor :location_type
1601
1601
 
1602
- # Represents a postal address, e.g. for postal delivery or payments addresses.
1603
- # Given a postal address, a postal service can deliver items to a premise, P.O.
1604
- # Box or similar. It is not intended to model geographical locations (roads,
1605
- # towns, mountains). In typical usage an address would be created via user input
1606
- # or from importing existing data, depending on the type of process. Advice on
1607
- # address input / editing: - Use an internationalization-ready address widget
1608
- # such as https://github.com/google/libaddressinput) - Users should not be
1609
- # presented with UI elements for input or editing of fields outside countries
1610
- # where that field is used. For more guidance on how to use this schema, please
1611
- # see: https://support.google.com/business/answer/6397478
1602
+ # Represents a postal address. For example for postal delivery or payments
1603
+ # addresses. Given a postal address, a postal service can deliver items to a
1604
+ # premise, P.O. Box or similar. It is not intended to model geographical
1605
+ # locations (roads, towns, mountains). In typical usage an address would be
1606
+ # created by user input or from importing existing data, depending on the type
1607
+ # of process. Advice on address input / editing: - Use an internationalization-
1608
+ # ready address widget such as https://github.com/google/libaddressinput) -
1609
+ # Users should not be presented with UI elements for input or editing of fields
1610
+ # outside countries where that field is used. For more guidance on how to use
1611
+ # this schema, see: https://support.google.com/business/answer/6397478
1612
1612
  # Corresponds to the JSON property `postalAddress`
1613
1613
  # @return [Google::Apis::JobsV4::PostalAddress]
1614
1614
  attr_accessor :postal_address
@@ -1681,7 +1681,7 @@ module Google
1681
1681
  # TelecommutePreference.TELECOMMUTE_EXCLUDED, the telecommute status of the jobs
1682
1682
  # is ignored. Jobs that have PostingRegion.TELECOMMUTE and have additional Job.
1683
1683
  # addresses may still be matched based on other location filters using address
1684
- # or latlng. This filter can be used by itself to search exclusively for
1684
+ # or lat_lng. This filter can be used by itself to search exclusively for
1685
1685
  # telecommuting jobs, or it can be combined with another location filter to
1686
1686
  # search for a combination of job locations, such as "Mountain View" or "
1687
1687
  # telecommuting" jobs. However, when used in combination with other location
@@ -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
@@ -2025,35 +1854,36 @@ module Google
2025
1854
  end
2026
1855
  end
2027
1856
 
2028
- # Represents a postal address, e.g. for postal delivery or payments addresses.
2029
- # Given a postal address, a postal service can deliver items to a premise, P.O.
2030
- # Box or similar. It is not intended to model geographical locations (roads,
2031
- # towns, mountains). In typical usage an address would be created via user input
2032
- # or from importing existing data, depending on the type of process. Advice on
2033
- # address input / editing: - Use an internationalization-ready address widget
2034
- # such as https://github.com/google/libaddressinput) - Users should not be
2035
- # presented with UI elements for input or editing of fields outside countries
2036
- # where that field is used. For more guidance on how to use this schema, please
2037
- # see: https://support.google.com/business/answer/6397478
1857
+ # Represents a postal address. For example for postal delivery or payments
1858
+ # addresses. Given a postal address, a postal service can deliver items to a
1859
+ # premise, P.O. Box or similar. It is not intended to model geographical
1860
+ # locations (roads, towns, mountains). In typical usage an address would be
1861
+ # created by user input or from importing existing data, depending on the type
1862
+ # of process. Advice on address input / editing: - Use an internationalization-
1863
+ # ready address widget such as https://github.com/google/libaddressinput) -
1864
+ # Users should not be presented with UI elements for input or editing of fields
1865
+ # outside countries where that field is used. For more guidance on how to use
1866
+ # this schema, see: https://support.google.com/business/answer/6397478
2038
1867
  class PostalAddress
2039
1868
  include Google::Apis::Core::Hashable
2040
1869
 
2041
1870
  # Unstructured address lines describing the lower levels of an address. Because
2042
1871
  # values in address_lines do not have type information and may sometimes contain
2043
- # multiple values in a single field (e.g. "Austin, TX"), it is important that
2044
- # the line order is clear. The order of address lines should be "envelope order"
2045
- # for the country/region of the address. In places where this can vary (e.g.
2046
- # Japan), address_language is used to make it explicit (e.g. "ja" for large-to-
2047
- # small ordering and "ja-Latn" or "en" for small-to-large). This way, the most
2048
- # specific line of an address can be selected based on the language. The minimum
2049
- # permitted structural representation of an address consists of a region_code
2050
- # with all remaining information placed in the address_lines. It would be
2051
- # possible to format such an address very approximately without geocoding, but
2052
- # no semantic reasoning could be made about any of the address components until
2053
- # it was at least partially resolved. Creating an address only containing a
2054
- # region_code and address_lines, and then geocoding is the recommended way to
2055
- # handle completely unstructured addresses (as opposed to guessing which parts
2056
- # of the address should be localities or administrative areas).
1872
+ # multiple values in a single field (For example "Austin, TX"), it is important
1873
+ # that the line order is clear. The order of address lines should be "envelope
1874
+ # order" for the country/region of the address. In places where this can vary (
1875
+ # For example Japan), address_language is used to make it explicit (For example "
1876
+ # ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large).
1877
+ # This way, the most specific line of an address can be selected based on the
1878
+ # language. The minimum permitted structural representation of an address
1879
+ # consists of a region_code with all remaining information placed in the
1880
+ # address_lines. It would be possible to format such an address very
1881
+ # approximately without geocoding, but no semantic reasoning could be made about
1882
+ # any of the address components until it was at least partially resolved.
1883
+ # Creating an address only containing a region_code and address_lines, and then
1884
+ # geocoding is the recommended way to handle completely unstructured addresses (
1885
+ # as opposed to guessing which parts of the address should be localities or
1886
+ # administrative areas).
2057
1887
  # Corresponds to the JSON property `addressLines`
2058
1888
  # @return [Array<String>]
2059
1889
  attr_accessor :address_lines
@@ -2061,9 +1891,9 @@ module Google
2061
1891
  # Optional. Highest administrative subdivision which is used for postal
2062
1892
  # addresses of a country or region. For example, this can be a state, a province,
2063
1893
  # an oblast, or a prefecture. Specifically, for Spain this is the province and
2064
- # not the autonomous community (e.g. "Barcelona" and not "Catalonia"). Many
2065
- # countries don't use an administrative area in postal addresses. E.g. in
2066
- # Switzerland this should be left unpopulated.
1894
+ # not the autonomous community (For example "Barcelona" and not "Catalonia").
1895
+ # Many countries don't use an administrative area in postal addresses. For
1896
+ # example in Switzerland this should be left unpopulated.
2067
1897
  # Corresponds to the JSON property `administrativeArea`
2068
1898
  # @return [String]
2069
1899
  attr_accessor :administrative_area
@@ -2095,8 +1925,8 @@ module Google
2095
1925
 
2096
1926
  # Optional. Postal code of the address. Not all countries use or require postal
2097
1927
  # codes to be present, but where they are used, they may trigger additional
2098
- # validation with other parts of the address (e.g. state/zip validation in the U.
2099
- # S.A.).
1928
+ # validation with other parts of the address (For example state/zip validation
1929
+ # in the U.S.A.).
2100
1930
  # Corresponds to the JSON property `postalCode`
2101
1931
  # @return [String]
2102
1932
  attr_accessor :postal_code
@@ -2125,9 +1955,9 @@ module Google
2125
1955
 
2126
1956
  # Optional. Additional, country-specific, sorting code. This is not used in most
2127
1957
  # regions. Where it is used, the value is either a string like "CEDEX",
2128
- # optionally followed by a number (e.g. "CEDEX 7"), or just a number alone,
2129
- # representing the "sector code" (Jamaica), "delivery area indicator" (Malawi)
2130
- # or "post office indicator" (e.g. Côte d'Ivoire).
1958
+ # optionally followed by a number (For example "CEDEX 7"), or just a number
1959
+ # alone, representing the "sector code" (Jamaica), "delivery area indicator" (
1960
+ # Malawi) or "post office indicator" (For example Côte d'Ivoire).
2131
1961
  # Corresponds to the JSON property `sortingCode`
2132
1962
  # @return [String]
2133
1963
  attr_accessor :sorting_code
@@ -2464,6 +2294,14 @@ module Google
2464
2294
  # @return [String]
2465
2295
  attr_accessor :page_token
2466
2296
 
2297
+ # Optional. The relevance threshold of the search results. Default to Google
2298
+ # defined threshold, leveraging a balance of precision and recall to deliver
2299
+ # both highly accurate results and comprehensive coverage of relevant
2300
+ # information.
2301
+ # Corresponds to the JSON property `relevanceThreshold`
2302
+ # @return [String]
2303
+ attr_accessor :relevance_threshold
2304
+
2467
2305
  # Meta information related to the job searcher or entity conducting the job
2468
2306
  # search. This information is used to improve the performance of the service.
2469
2307
  # Corresponds to the JSON property `requestMetadata`
@@ -2493,6 +2331,7 @@ module Google
2493
2331
  @offset = args[:offset] if args.key?(:offset)
2494
2332
  @order_by = args[:order_by] if args.key?(:order_by)
2495
2333
  @page_token = args[:page_token] if args.key?(:page_token)
2334
+ @relevance_threshold = args[:relevance_threshold] if args.key?(:relevance_threshold)
2496
2335
  @request_metadata = args[:request_metadata] if args.key?(:request_metadata)
2497
2336
  @search_mode = args[:search_mode] if args.key?(:search_mode)
2498
2337
  end
@@ -2682,24 +2521,28 @@ module Google
2682
2521
  class TimeOfDay
2683
2522
  include Google::Apis::Core::Hashable
2684
2523
 
2685
- # Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to
2686
- # allow the value "24:00:00" for scenarios like business closing time.
2524
+ # Hours of a day in 24 hour format. Must be greater than or equal to 0 and
2525
+ # typically must be less than or equal to 23. An API may choose to allow the
2526
+ # value "24:00:00" for scenarios like business closing time.
2687
2527
  # Corresponds to the JSON property `hours`
2688
2528
  # @return [Fixnum]
2689
2529
  attr_accessor :hours
2690
2530
 
2691
- # Minutes of hour of day. Must be from 0 to 59.
2531
+ # Minutes of an hour. Must be greater than or equal to 0 and less than or equal
2532
+ # to 59.
2692
2533
  # Corresponds to the JSON property `minutes`
2693
2534
  # @return [Fixnum]
2694
2535
  attr_accessor :minutes
2695
2536
 
2696
- # Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
2537
+ # Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and
2538
+ # less than or equal to 999,999,999.
2697
2539
  # Corresponds to the JSON property `nanos`
2698
2540
  # @return [Fixnum]
2699
2541
  attr_accessor :nanos
2700
2542
 
2701
- # Seconds of minutes of the time. Must normally be from 0 to 59. An API may
2702
- # allow the value 60 if it allows leap-seconds.
2543
+ # Seconds of a minute. Must be greater than or equal to 0 and typically must be
2544
+ # less than or equal to 59. An API may allow the value 60 if it allows leap-
2545
+ # seconds.
2703
2546
  # Corresponds to the JSON property `seconds`
2704
2547
  # @return [Fixnum]
2705
2548
  attr_accessor :seconds
@@ -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.31.0"
19
+ GEM_VERSION = "0.33.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
@@ -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
@@ -863,6 +822,7 @@ module Google
863
822
  property :offset, as: 'offset'
864
823
  property :order_by, as: 'orderBy'
865
824
  property :page_token, as: 'pageToken'
825
+ property :relevance_threshold, as: 'relevanceThreshold'
866
826
  property :request_metadata, as: 'requestMetadata', class: Google::Apis::JobsV4::RequestMetadata, decorator: Google::Apis::JobsV4::RequestMetadata::Representation
867
827
 
868
828
  property :search_mode, as: 'searchMode'
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.31.0
4
+ version: 0.33.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_v4/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v4/v0.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v4/v0.33.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: []
@@ -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 V4