google-apis-jobs_v3p1beta1 0.11.0 → 0.14.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: 8be1e5381d16b6721b58e91844c87ca2a7c18956897c6822aa28c6a13d13866b
4
- data.tar.gz: a26d6c95247807ee35d1017a94d32b18ee6ac3b112fa7b0f68573c959d9a06ef
3
+ metadata.gz: eb101010b695cc06ad9bbeeb4fe644d24811af715aca770b1301d37cc6be56eb
4
+ data.tar.gz: 5f6156dce8389b8f1b546fc77026f4fbefe43ba4cacf05140b468186ca1966f7
5
5
  SHA512:
6
- metadata.gz: 8b2c2de1a8458bbc0f2670ea12d55febd556e35b5c638abc0f97fe610669fd29e70f850e948e0e294c56742a7c4c5f6c8ab7f17fe0f09871a09e8b827a5196e0
7
- data.tar.gz: ce1c203a7d825e46688dc4d777cd63a69ffdc269fa5dc97990b4956e19693592aff1eb2ad6e1e31c36e551f6c202ed6aa69952b60f2bb84371c382cb077737f9
6
+ metadata.gz: 0e90b9bbcb171c07304d466845cd2029ada9cbdaaf188826d17e320022b73dd4f6e09f1791e7a658123c7d0776500a6853a198decbc796558afc798c445fc677
7
+ data.tar.gz: 9a2ba979be516a8e9f310a0eec65ec41937872692084b50e5866bf7f4b8b7b18a65ffe98ccc4aa52e88af9901db45587fa7983ef9fec3a656717c6d5166d12d4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-jobs_v3p1beta1
2
2
 
3
+ ### v0.14.0 (2022-03-30)
4
+
5
+ * Regenerated from discovery document revision 20220325
6
+
7
+ ### v0.13.0 (2022-03-09)
8
+
9
+ * Regenerated from discovery document revision 20220303
10
+ * Regenerated using generator version 0.4.1
11
+
12
+ ### v0.12.0 (2021-12-16)
13
+
14
+ * Unspecified changes
15
+
3
16
  ### v0.11.0 (2021-10-20)
4
17
 
5
18
  * Unspecified changes
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/jobs_v3p1beta1"
51
51
  client = Google::Apis::JobsV3p1beta1::CloudTalentSolutionService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -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
 
@@ -996,43 +995,44 @@ module Google
996
995
  # with histogram facets and other options. Available aggregation function calls
997
996
  # are: * `count(string_histogram_facet)`: Count the number of matching entity,
998
997
  # for each distinct attribute value. * `count(numeric_histogram_facet, list of
999
- # buckets)`: Count the number of matching entity within each bucket. Data types:
1000
- # * Histogram facet: facet names with format a-zA-Z+. * String: string like "any
1001
- # string with backslash escape for quote(\")." * Number: whole number and
1002
- # floating point number like 10, -1 and -0.01. * List: list of elements with
1003
- # comma(,) separator surrounded by square brackets. For example, [1, 2, 3] and ["
1004
- # one", "two", "three"]. Built-in constants: * MIN (minimum number similar to
1005
- # java Double.MIN_VALUE) * MAX (maximum number similar to java Double.MAX_VALUE)
1006
- # Built-in functions: * bucket(start, end[, label]): bucket built-in function
1007
- # creates a bucket with range of start, end). Note that the end is exclusive.
1008
- # For example, bucket(1, MAX, "positive number") or bucket(1, 10). Job histogram
1009
- # facets: * company_id: histogram by [Job.distributor_company_id. *
1010
- # company_display_name: histogram by Job.company_display_name. * employment_type:
1011
- # histogram by Job.employment_types. For example, "FULL_TIME", "PART_TIME". *
1012
- # company_size: histogram by CompanySize, for example, "SMALL", "MEDIUM", "BIG".
1013
- # * publish_time_in_day: histogram by the Job.publish_time in days. Must specify
1014
- # list of numeric buckets in spec. * publish_time_in_month: histogram by the Job.
1015
- # publish_time in months. Must specify list of numeric buckets in spec. *
1016
- # publish_time_in_year: histogram by the Job.publish_time in years. Must specify
1017
- # list of numeric buckets in spec. * degree_type: histogram by the Job.
1018
- # degree_type. For example, "Bachelors", "Masters". * job_level: histogram by
1019
- # the Job.job_level. For example, "Entry Level". * country: histogram by the
1020
- # country code of jobs. For example, "US", "FR". * admin1: histogram by the
1021
- # admin1 code of jobs, which is a global placeholder referring to the state,
1022
- # province, or the particular term a country uses to define the geographic
1023
- # structure below the country level. For example, "CA", "IL". * city: histogram
1024
- # by a combination of the "city name, admin1 code". For example, "Mountain View,
1025
- # CA", "New York, NY". * admin1_country: histogram by a combination of the "
1026
- # admin1 code, country". For example, "CA, US", "IL, US". * city_coordinate:
1027
- # histogram by the city center's GPS coordinates (latitude and longitude). For
1028
- # example, 37.4038522,-122.0987765. Since the coordinates of a city center can
1029
- # change, customers may need to refresh them periodically. * locale: histogram
1030
- # by the Job.language_code. For example, "en-US", "fr-FR". * language: histogram
1031
- # by the language subtag of the Job.language_code. For example, "en", "fr". *
1032
- # category: histogram by the JobCategory. For example, "COMPUTER_AND_IT", "
1033
- # HEALTHCARE". * base_compensation_unit: histogram by the CompensationUnit of
1034
- # base salary. For example, "WEEKLY", "MONTHLY". * base_compensation: histogram
1035
- # by the base salary. Must specify list of numeric buckets to group results by. *
998
+ # buckets)`: Count the number of matching entity within each bucket. A maximum
999
+ # of 200 histogram buckets are supported. Data types: * Histogram facet: facet
1000
+ # names with format a-zA-Z+. * String: string like "any string with backslash
1001
+ # escape for quote(\")." * Number: whole number and floating point number like
1002
+ # 10, -1 and -0.01. * List: list of elements with comma(,) separator surrounded
1003
+ # by square brackets. For example, [1, 2, 3] and ["one", "two", "three"]. Built-
1004
+ # in constants: * MIN (minimum number similar to java Double.MIN_VALUE) * MAX (
1005
+ # maximum number similar to java Double.MAX_VALUE) Built-in functions: * bucket(
1006
+ # start, end[, label]): bucket built-in function creates a bucket with range of
1007
+ # start, end). Note that the end is exclusive. For example, bucket(1, MAX, "
1008
+ # positive number") or bucket(1, 10). Job histogram facets: * company_id:
1009
+ # histogram by [Job.distributor_company_id. * company_display_name: histogram by
1010
+ # Job.company_display_name. * employment_type: histogram by Job.employment_types.
1011
+ # For example, "FULL_TIME", "PART_TIME". * company_size: histogram by
1012
+ # CompanySize, for example, "SMALL", "MEDIUM", "BIG". * publish_time_in_day:
1013
+ # histogram by the Job.publish_time in days. Must specify list of numeric
1014
+ # buckets in spec. * publish_time_in_month: histogram by the Job.publish_time in
1015
+ # months. Must specify list of numeric buckets in spec. * publish_time_in_year:
1016
+ # histogram by the Job.publish_time in years. Must specify list of numeric
1017
+ # buckets in spec. * degree_type: histogram by the Job.degree_type. For example,
1018
+ # "Bachelors", "Masters". * job_level: histogram by the Job.job_level. For
1019
+ # example, "Entry Level". * country: histogram by the country code of jobs. For
1020
+ # example, "US", "FR". * admin1: histogram by the admin1 code of jobs, which is
1021
+ # a global placeholder referring to the state, province, or the particular term
1022
+ # a country uses to define the geographic structure below the country level. For
1023
+ # example, "CA", "IL". * city: histogram by a combination of the "city name,
1024
+ # admin1 code". For example, "Mountain View, CA", "New York, NY". *
1025
+ # admin1_country: histogram by a combination of the "admin1 code, country". For
1026
+ # example, "CA, US", "IL, US". * city_coordinate: histogram by the city center's
1027
+ # GPS coordinates (latitude and longitude). For example, 37.4038522,-122.0987765.
1028
+ # Since the coordinates of a city center can change, customers may need to
1029
+ # refresh them periodically. * locale: histogram by the Job.language_code. For
1030
+ # example, "en-US", "fr-FR". * language: histogram by the language subtag of the
1031
+ # Job.language_code. For example, "en", "fr". * category: histogram by the
1032
+ # JobCategory. For example, "COMPUTER_AND_IT", "HEALTHCARE". *
1033
+ # base_compensation_unit: histogram by the CompensationUnit of base salary. For
1034
+ # example, "WEEKLY", "MONTHLY". * base_compensation: histogram by the base
1035
+ # salary. Must specify list of numeric buckets to group results by. *
1036
1036
  # annualized_base_compensation: histogram by the base annualized salary. Must
1037
1037
  # specify list of numeric buckets to group results by. *
1038
1038
  # annualized_total_compensation: histogram by the total annualized salary. Must
@@ -1508,11 +1508,15 @@ module Google
1508
1508
  # @return [Google::Apis::JobsV3p1beta1::CommuteFilter]
1509
1509
  attr_accessor :commute_filter
1510
1510
 
1511
- # Optional. This filter specifies the exact company display name of the jobs to
1512
- # search against. If a value isn't specified, jobs within the search results are
1513
- # associated with any company. If multiple values are specified, jobs within the
1514
- # search results may be associated with any of the specified companies. At most
1515
- # 20 company display name filters are allowed.
1511
+ # Optional. This filter specifies the company Company.display_name of the jobs
1512
+ # to search against. The company name must match the value exactly.
1513
+ # Alternatively, if the value being searched for is wrapped in `SUBSTRING_MATCH([
1514
+ # value])`, the company name must contain a case insensitive substring match of
1515
+ # the value. Using this function may increase latency. Sample Value: `
1516
+ # SUBSTRING_MATCH(google)` If a value isn't specified, jobs within the search
1517
+ # results are associated with any company. If multiple values are specified,
1518
+ # jobs within the search results may be associated with any of the specified
1519
+ # companies. At most 20 company display name filters are allowed.
1516
1520
  # Corresponds to the JSON property `companyDisplayNames`
1517
1521
  # @return [Array<String>]
1518
1522
  attr_accessor :company_display_names
@@ -1833,16 +1837,18 @@ module Google
1833
1837
 
1834
1838
  # Optional. Allows the client to return jobs without a set location,
1835
1839
  # specifically, telecommuting jobs (telecommuting is considered by the service
1836
- # as a special location. Job.posting_region indicates if a job permits
1840
+ # as a special location). Job.posting_region indicates if a job permits
1837
1841
  # telecommuting. If this field is set to TelecommutePreference.
1838
1842
  # TELECOMMUTE_ALLOWED, telecommuting jobs are searched, and address and lat_lng
1839
1843
  # are ignored. If not set or set to TelecommutePreference.TELECOMMUTE_EXCLUDED,
1840
- # telecommute job are not searched. This filter can be used by itself to search
1841
- # exclusively for telecommuting jobs, or it can be combined with another
1842
- # location filter to search for a combination of job locations, such as "
1843
- # Mountain View" or "telecommuting" jobs. However, when used in combination with
1844
- # other location filters, telecommuting jobs can be treated as less relevant
1845
- # than other jobs in the search response.
1844
+ # the telecommute status of the jobs is ignored. Jobs that have PostingRegion.
1845
+ # TELECOMMUTE and have additional Job.addresses may still be matched based on
1846
+ # other location filters using address or latlng. This filter can be used by
1847
+ # itself to search exclusively for telecommuting jobs, or it can be combined
1848
+ # with another location filter to search for a combination of job locations,
1849
+ # such as "Mountain View" or "telecommuting" jobs. However, when used in
1850
+ # combination with other location filters, telecommuting jobs can be treated as
1851
+ # less relevant than other jobs in the search response.
1846
1852
  # Corresponds to the JSON property `telecommutePreference`
1847
1853
  # @return [String]
1848
1854
  attr_accessor :telecommute_preference
@@ -2319,8 +2325,8 @@ module Google
2319
2325
  attr_accessor :recipients
2320
2326
 
2321
2327
  # Required. CLDR region code of the country/region of the address. This is never
2322
- # inferred and it is up to the user to ensure the value is correct. See http://
2323
- # cldr.unicode.org/ and http://www.unicode.org/cldr/charts/30/supplemental/
2328
+ # inferred and it is up to the user to ensure the value is correct. See https://
2329
+ # cldr.unicode.org/ and https://www.unicode.org/cldr/charts/30/supplemental/
2324
2330
  # territory_information.html for details. Example: "CH" for Switzerland.
2325
2331
  # Corresponds to the JSON property `regionCode`
2326
2332
  # @return [String]
@@ -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.11.0"
19
+ GEM_VERSION = "0.14.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210830"
25
+ REVISION = "20220325"
26
26
  end
27
27
  end
28
28
  end
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.11.0
4
+ version: 0.14.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: 2021-10-27 00:00:00.000000000 Z
11
+ date: 2022-04-04 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.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3p1beta1/v0.14.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.2.17
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Talent Solution API V3p1beta1