google-apis-jobs_v3p1beta1 0.13.0 → 0.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c368389fd29e6beb36ec0129e49efe38a4e1951da47055fe787931df3bdda1a8
4
- data.tar.gz: e15d6ed92a72de682c63fd8f5da9d1dc9d96cf148e61fa31beeba62e8be2dead
3
+ metadata.gz: 1a5c9ac21b748dcd5ed1354d779cc95286a32c31008012758a06165190b8ef6c
4
+ data.tar.gz: 2664ce976d7ad8a2050cef0d29cb4dea5bee1c3520bcc31efa0adfcd5f872f6e
5
5
  SHA512:
6
- metadata.gz: 99ef075d2fd2c9abb5ddf7e56f1f13a75955945a9f0cb6f84f6454307fbfc8adc6a1c3939945cda21f80d8255f3506a605d5c54cd96d3dcff93708b85f25be97
7
- data.tar.gz: a935ea246be0ca879d8ab6fcd439961b095c0708abaa884ab7ada293f216340b203d319e511012f004bc5342f983c0c1e567006f08c9c2424793da2ef960cf85
6
+ metadata.gz: 8ce7ff01325523e02f0dac1175aac3f2bd8536456822539cf60203e7bf6bfb945c20edcaa3082a08fa4be173c42f71762995241015887749542c922c69304f6b
7
+ data.tar.gz: 55aaf12a112164cd8878a7f4700b3464c3c8c5594ebc8264df16a20953ac4374f1c157c016edb06334400bc41a5579a1134f371da2ad51f21b3be4e69a254fd2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Release history for google-apis-jobs_v3p1beta1
2
2
 
3
+ ### v0.16.0 (2022-06-08)
4
+
5
+ * Regenerated from discovery document revision 20220606
6
+ * Regenerated using generator version 0.5.0
7
+ * Unspecified changes
8
+
9
+ ### v0.15.0 (2022-05-26)
10
+
11
+ * Regenerated from discovery document revision 20220513
12
+
13
+ ### v0.14.0 (2022-03-30)
14
+
15
+ * Regenerated from discovery document revision 20220325
16
+
3
17
  ### v0.13.0 (2022-03-09)
4
18
 
5
19
  * Regenerated from discovery document revision 20220303
@@ -939,8 +939,7 @@ module Google
939
939
  # A generic empty message that you can re-use to avoid defining duplicated empty
940
940
  # messages in your APIs. A typical example is to use it as the request or the
941
941
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
942
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
943
- # `Empty` is empty JSON object ````.
942
+ # protobuf.Empty) returns (google.protobuf.Empty); `
944
943
  class Empty
945
944
  include Google::Apis::Core::Hashable
946
945
 
@@ -1511,13 +1510,17 @@ module Google
1511
1510
 
1512
1511
  # Optional. This filter specifies the company Company.display_name of the jobs
1513
1512
  # to search against. The company name must match the value exactly.
1514
- # Alternatively, if the value being searched for is wrapped in SUBSTRING_MATCH([
1515
- # value]), the company name must contain a case insensitive substring match of
1516
- # the value. Using this function may increase latency. Sample Value:
1517
- # SUBSTRING_MATCH(google) If a value isn't specified, jobs within the search
1518
- # results are associated with any company. If multiple values are specified,
1519
- # jobs within the search results may be associated with any of the specified
1520
- # companies. At most 20 company display name filters are allowed.
1513
+ # Alternatively, the value being searched for can be wrapped in different match
1514
+ # operators. `SUBSTRING_MATCH([value])` The company name must contain a case
1515
+ # insensitive substring match of the value. Using this function may increase
1516
+ # latency. Sample Value: `SUBSTRING_MATCH(google)` `MULTI_WORD_TOKEN_MATCH([
1517
+ # value])` The value will be treated as a multi word token and the company name
1518
+ # must contain a case insensitive match of the value. Using this function may
1519
+ # increase latency. Sample Value: `MULTI_WORD_TOKEN_MATCH(google)` If a value
1520
+ # isn't specified, jobs within the search results are associated with any
1521
+ # company. If multiple values are specified, jobs within the search results may
1522
+ # be associated with any of the specified companies. At most 20 company display
1523
+ # name filters are allowed.
1521
1524
  # Corresponds to the JSON property `companyDisplayNames`
1522
1525
  # @return [Array<String>]
1523
1526
  attr_accessor :company_display_names
@@ -1838,16 +1841,18 @@ module Google
1838
1841
 
1839
1842
  # Optional. Allows the client to return jobs without a set location,
1840
1843
  # specifically, telecommuting jobs (telecommuting is considered by the service
1841
- # as a special location. Job.posting_region indicates if a job permits
1844
+ # as a special location). Job.posting_region indicates if a job permits
1842
1845
  # telecommuting. If this field is set to TelecommutePreference.
1843
1846
  # TELECOMMUTE_ALLOWED, telecommuting jobs are searched, and address and lat_lng
1844
1847
  # are ignored. If not set or set to TelecommutePreference.TELECOMMUTE_EXCLUDED,
1845
- # telecommute job are not searched. This filter can be used by itself to search
1846
- # exclusively for telecommuting jobs, or it can be combined with another
1847
- # location filter to search for a combination of job locations, such as "
1848
- # Mountain View" or "telecommuting" jobs. However, when used in combination with
1849
- # other location filters, telecommuting jobs can be treated as less relevant
1850
- # than other jobs in the search response.
1848
+ # the telecommute status of the jobs is ignored. Jobs that have PostingRegion.
1849
+ # TELECOMMUTE and have additional Job.addresses may still be matched based on
1850
+ # other location filters using address or latlng. This filter can be used by
1851
+ # itself to search exclusively for telecommuting jobs, or it can be combined
1852
+ # with another location filter to search for a combination of job locations,
1853
+ # such as "Mountain View" or "telecommuting" jobs. However, when used in
1854
+ # combination with other location filters, telecommuting jobs can be treated as
1855
+ # less relevant than other jobs in the search response.
1851
1856
  # Corresponds to the JSON property `telecommutePreference`
1852
1857
  # @return [String]
1853
1858
  attr_accessor :telecommute_preference
@@ -1979,7 +1984,7 @@ module Google
1979
1984
  end
1980
1985
  end
1981
1986
 
1982
- # Next ID: 15
1987
+ # Next ID: 16
1983
1988
  class NamespacedDebugInput
1984
1989
  include Google::Apis::Core::Hashable
1985
1990
 
@@ -2090,6 +2095,13 @@ module Google
2090
2095
  # @return [Hash<String,Boolean>]
2091
2096
  attr_accessor :forced_rollouts
2092
2097
 
2098
+ # If set to ALL_OFF, organic selection will be disabled; if set to ALL_ON,
2099
+ # organic selection will be disabled, and only select launch experiments will
2100
+ # receive traffic. See go/mendel-aoao-runtime-design.
2101
+ # Corresponds to the JSON property `testingMode`
2102
+ # @return [String]
2103
+ attr_accessor :testing_mode
2104
+
2093
2105
  def initialize(**args)
2094
2106
  update!(**args)
2095
2107
  end
@@ -2110,6 +2122,7 @@ module Google
2110
2122
  @disable_organic_selection = args[:disable_organic_selection] if args.key?(:disable_organic_selection)
2111
2123
  @forced_flags = args[:forced_flags] if args.key?(:forced_flags)
2112
2124
  @forced_rollouts = args[:forced_rollouts] if args.key?(:forced_rollouts)
2125
+ @testing_mode = args[:testing_mode] if args.key?(:testing_mode)
2113
2126
  end
2114
2127
  end
2115
2128
 
@@ -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.13.0"
19
+ GEM_VERSION = "0.16.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
@@ -861,6 +861,7 @@ module Google
861
861
  property :disable_organic_selection, as: 'disableOrganicSelection'
862
862
  hash :forced_flags, as: 'forcedFlags'
863
863
  hash :forced_rollouts, as: 'forcedRollouts'
864
+ property :testing_mode, as: 'testingMode'
864
865
  end
865
866
  end
866
867
 
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.13.0
4
+ version: 0.16.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_v3p1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3p1beta1/v0.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3p1beta1/v0.16.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.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 V3p1beta1