google-apis-jobs_v4 0.15.0 → 0.18.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: 3ce338daf45084764acdd9ed059404725269f6cbecf5f57925170f0168940909
4
- data.tar.gz: d92f59b550f168c2a39329134ccd6e22c8d308933b652bc82a14a8fb31aed000
3
+ metadata.gz: 4358d223e171716b8341c0ac79a060ceba7f8e7cd8b21cd8b974d90ce9d77661
4
+ data.tar.gz: c0fc33ce7f6971d9a5b37ffa1be735db9a2c552d8bcc505f06c959f3c2b972a9
5
5
  SHA512:
6
- metadata.gz: 61b862942f5fd92f9eddb67545042c5f998f0e96bf433604d30bb174e943e9eee2b6f1a46944b0de3bf4c7321e7015dcfabccaa6404234d39b6225389c4485cd
7
- data.tar.gz: baf7668fddffba1bfffbed09a8fd9fa618276e179d315153aa05c1cfddb9ed855f050bd4fdf49dadd0dea467ef3e133eaa1a4f617df4c61bbb6aec260576221c
6
+ metadata.gz: 2ac9fe40bfc94b12fff11286db88bfa53aac3be4add8b42429a794d1bb3865f6a27fbf4e3ad9e18111a849dcd1f541c4909b1081f14c0d64ec4641c88eaab23d
7
+ data.tar.gz: c2bd9ab9be8b7ee139479fa238de33649096522236285c3910aacd8e65a5ceca3af0be9ccdbfd9421433d3ea2932f04d399ce852dc989fe6c635a5d245bb3457
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-jobs_v4
2
2
 
3
+ ### v0.18.0 (2022-06-08)
4
+
5
+ * Regenerated from discovery document revision 20220606
6
+ * Regenerated using generator version 0.5.0
7
+
8
+ ### v0.17.0 (2022-05-26)
9
+
10
+ * Regenerated from discovery document revision 20220513
11
+
12
+ ### v0.16.0 (2022-03-29)
13
+
14
+ * Regenerated from discovery document revision 20220325
15
+
3
16
  ### v0.15.0 (2022-03-09)
4
17
 
5
18
  * Regenerated from discovery document revision 20220303
@@ -861,8 +861,7 @@ module Google
861
861
  # A generic empty message that you can re-use to avoid defining duplicated empty
862
862
  # messages in your APIs. A typical example is to use it as the request or the
863
863
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
864
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
865
- # `Empty` is empty JSON object ````.
864
+ # protobuf.Empty) returns (google.protobuf.Empty); `
866
865
  class Empty
867
866
  include Google::Apis::Core::Hashable
868
867
 
@@ -1294,14 +1293,18 @@ module Google
1294
1293
  attr_accessor :companies
1295
1294
 
1296
1295
  # This filter specifies the company Company.display_name of the jobs to search
1297
- # against. The company name must match the value exactly. Alternatively, if the
1298
- # value being searched for is wrapped in SUBSTRING_MATCH([value]), the company
1299
- # name must contain a case insensitive substring match of the value. Using this
1300
- # function may increase latency. Sample Value: SUBSTRING_MATCH(google) If a
1301
- # value isn't specified, jobs within the search results are associated with any
1302
- # company. If multiple values are specified, jobs within the search results may
1303
- # be associated with any of the specified companies. At most 20 company display
1304
- # name filters are allowed.
1296
+ # against. The company name must match the value exactly. Alternatively, the
1297
+ # value being searched for can be wrapped in different match operators. `
1298
+ # SUBSTRING_MATCH([value])` The company name must contain a case insensitive
1299
+ # substring match of the value. Using this function may increase latency. Sample
1300
+ # Value: `SUBSTRING_MATCH(google)` `MULTI_WORD_TOKEN_MATCH([value])` The value
1301
+ # will be treated as a multi word token and the company name must contain a case
1302
+ # insensitive match of the value. Using this function may increase latency.
1303
+ # Sample Value: `MULTI_WORD_TOKEN_MATCH(google)` If a value isn't specified,
1304
+ # jobs within the search results are associated with any company. If multiple
1305
+ # values are specified, jobs within the search results may be associated with
1306
+ # any of the specified companies. At most 20 company display name filters are
1307
+ # allowed.
1305
1308
  # Corresponds to the JSON property `companyDisplayNames`
1306
1309
  # @return [Array<String>]
1307
1310
  attr_accessor :company_display_names
@@ -1671,16 +1674,18 @@ module Google
1671
1674
 
1672
1675
  # Allows the client to return jobs without a set location, specifically,
1673
1676
  # telecommuting jobs (telecommuting is considered by the service as a special
1674
- # location. Job.posting_region indicates if a job permits telecommuting. If this
1675
- # field is set to TelecommutePreference.TELECOMMUTE_ALLOWED, telecommuting jobs
1676
- # are searched, and address and lat_lng are ignored. If not set or set to
1677
- # TelecommutePreference.TELECOMMUTE_EXCLUDED, telecommute job are not searched.
1678
- # This filter can be used by itself to search exclusively for telecommuting jobs,
1679
- # or it can be combined with another location filter to search for a
1680
- # combination of job locations, such as "Mountain View" or "telecommuting" jobs.
1681
- # However, when used in combination with other location filters, telecommuting
1682
- # jobs can be treated as less relevant than other jobs in the search response.
1683
- # This field is only used for job search requests.
1677
+ # location). Job.posting_region indicates if a job permits telecommuting. If
1678
+ # this field is set to TelecommutePreference.TELECOMMUTE_ALLOWED, telecommuting
1679
+ # jobs are searched, and address and lat_lng are ignored. If not set or set to
1680
+ # TelecommutePreference.TELECOMMUTE_EXCLUDED, the telecommute status of the jobs
1681
+ # is ignored. Jobs that have PostingRegion.TELECOMMUTE and have additional Job.
1682
+ # addresses may still be matched based on other location filters using address
1683
+ # or latlng. This filter can be used by itself to search exclusively for
1684
+ # telecommuting jobs, or it can be combined with another location filter to
1685
+ # search for a combination of job locations, such as "Mountain View" or "
1686
+ # telecommuting" jobs. However, when used in combination with other location
1687
+ # filters, telecommuting jobs can be treated as less relevant than other jobs in
1688
+ # the search response. This field is only used for job search requests.
1684
1689
  # Corresponds to the JSON property `telecommutePreference`
1685
1690
  # @return [String]
1686
1691
  attr_accessor :telecommute_preference
@@ -1812,7 +1817,7 @@ module Google
1812
1817
  end
1813
1818
  end
1814
1819
 
1815
- # Next ID: 15
1820
+ # Next ID: 16
1816
1821
  class NamespacedDebugInput
1817
1822
  include Google::Apis::Core::Hashable
1818
1823
 
@@ -1923,6 +1928,13 @@ module Google
1923
1928
  # @return [Hash<String,Boolean>]
1924
1929
  attr_accessor :forced_rollouts
1925
1930
 
1931
+ # If set to ALL_OFF, organic selection will be disabled; if set to ALL_ON,
1932
+ # organic selection will be disabled, and only select launch experiments will
1933
+ # receive traffic. See go/mendel-aoao-runtime-design.
1934
+ # Corresponds to the JSON property `testingMode`
1935
+ # @return [String]
1936
+ attr_accessor :testing_mode
1937
+
1926
1938
  def initialize(**args)
1927
1939
  update!(**args)
1928
1940
  end
@@ -1943,6 +1955,7 @@ module Google
1943
1955
  @disable_organic_selection = args[:disable_organic_selection] if args.key?(:disable_organic_selection)
1944
1956
  @forced_flags = args[:forced_flags] if args.key?(:forced_flags)
1945
1957
  @forced_rollouts = args[:forced_rollouts] if args.key?(:forced_rollouts)
1958
+ @testing_mode = args[:testing_mode] if args.key?(:testing_mode)
1946
1959
  end
1947
1960
  end
1948
1961
 
@@ -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.15.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220303"
25
+ REVISION = "20220606"
26
26
  end
27
27
  end
28
28
  end
@@ -785,6 +785,7 @@ module Google
785
785
  property :disable_organic_selection, as: 'disableOrganicSelection'
786
786
  hash :forced_flags, as: 'forcedFlags'
787
787
  hash :forced_rollouts, as: 'forcedRollouts'
788
+ property :testing_mode, as: 'testingMode'
788
789
  end
789
790
  end
790
791
 
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.15.0
4
+ version: 0.18.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: 2022-03-14 00:00:00.000000000 Z
11
+ date: 2022-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.5'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.5'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-jobs_v4/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v4/v0.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v4/v0.18.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.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Talent Solution API V4