google-apis-jobs_v3p1beta1 0.3.0 → 0.8.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: a9eadf778cfc4d40b73b2bfd0edb3a1bb14406127bccab32ed93dcd8411ccb49
4
- data.tar.gz: 12460691cc5f78481803d1390d0a45579ebf9247f41a8c61fb20552904405548
3
+ metadata.gz: 9c98eb162d6af9b3834af6d677f861ac3c28cc37f9e9e202cd3b1acd43a16f81
4
+ data.tar.gz: 8f6a762d08637b229a4433e562adb292a0bd3278a2f20e803a902bf33eb17ff8
5
5
  SHA512:
6
- metadata.gz: 78b1c3a5079240d1aeaedb52ec49a66164b5c08632003db2e13bd939b219f8f92299d5939cab4106606ddfa7537d839f7005ad86ce42d3a2239261cc921cc197
7
- data.tar.gz: b68aa7e7739c28272cdb0c7c1f5a9185197fd809fc04ba42e7df46e37db749ce8b5b26378c372ed929697b2b6325bb4cf20f154151bc01cf2ceb84ae9287dcb2
6
+ metadata.gz: c4087919fc05eabc1e2e7f29760d3579e5f8d3f4ea30adc22f7e9eb8d53f156dba8b99c9b24f196f6f069bf285d52605aaa688ea2871f7fb611c2d572d60c83a
7
+ data.tar.gz: 85e83a43ca9a5f42c40ce11b240f4984754408b80035ac186f51790db06b4badd36a4bc44c4011d58ff905a8d67fd64f90c0e798ccc3871bb2ceaff858004ddf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # Release history for google-apis-jobs_v3p1beta1
2
2
 
3
+ ### v0.8.0 (2021-06-29)
4
+
5
+ * Regenerated using generator version 0.4.0
6
+
7
+ ### v0.7.0 (2021-06-24)
8
+
9
+ * Unspecified changes
10
+
11
+ ### v0.6.0 (2021-06-17)
12
+
13
+ * Regenerated from discovery document revision 20210611
14
+ * Regenerated using generator version 0.3.0
15
+
16
+ ### v0.5.0 (2021-05-20)
17
+
18
+ * Regenerated from discovery document revision 20210506
19
+ * Unspecified changes
20
+
21
+ ### v0.4.0 (2021-04-16)
22
+
23
+ * Regenerated from discovery document revision 20210413
24
+ * Regenerated using generator version 0.2.0
25
+
3
26
  ### v0.3.0 (2021-03-04)
4
27
 
5
28
  * Unspecified changes
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V3p1beta1'
32
32
 
33
- # View and manage your data across Google Cloud Platform services
33
+ # See, edit, configure, and delete your Google Cloud Platform data
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
 
36
36
  # Manage job postings
@@ -234,8 +234,8 @@ module Google
234
234
 
235
235
  # An object that represents a latitude/longitude pair. This is expressed as a
236
236
  # pair of doubles to represent degrees latitude and degrees longitude. Unless
237
- # specified otherwise, this must conform to the WGS84 standard. Values must be
238
- # within normalized ranges.
237
+ # specified otherwise, this object must conform to the WGS84 standard. Values
238
+ # must be within normalized ranges.
239
239
  # Corresponds to the JSON property `startCoordinates`
240
240
  # @return [Google::Apis::JobsV3p1beta1::LatLng]
241
241
  attr_accessor :start_coordinates
@@ -1010,41 +1010,43 @@ module Google
1010
1010
  # company_display_name: histogram by Job.company_display_name. * employment_type:
1011
1011
  # histogram by Job.employment_types. For example, "FULL_TIME", "PART_TIME". *
1012
1012
  # company_size: histogram by CompanySize, for example, "SMALL", "MEDIUM", "BIG".
1013
- # * publish_time_in_month: histogram by the Job.publish_time in months. Must
1014
- # specify list of numeric buckets in spec. * publish_time_in_year: histogram by
1015
- # the Job.publish_time in years. Must specify list of numeric buckets in spec. *
1016
- # degree_type: histogram by the Job.degree_type. For example, "Bachelors", "
1017
- # Masters". * job_level: histogram by the Job.job_level. For example, "Entry
1018
- # Level". * country: histogram by the country code of jobs. For example, "US", "
1019
- # FR". * admin1: histogram by the admin1 code of jobs, which is a global
1020
- # placeholder referring to the state, province, or the particular term a country
1021
- # uses to define the geographic structure below the country level. For example, "
1022
- # CA", "IL". * city: histogram by a combination of the "city name, admin1 code".
1023
- # For example, "Mountain View, CA", "New York, NY". * admin1_country: histogram
1024
- # by a combination of the "admin1 code, country". For example, "CA, US", "IL, US"
1025
- # . * city_coordinate: histogram by the city center's GPS coordinates (latitude
1026
- # and longitude). For example, 37.4038522,-122.0987765. Since the coordinates of
1027
- # a city center can change, customers may need to refresh them periodically. *
1028
- # locale: histogram by the Job.language_code. For example, "en-US", "fr-FR". *
1029
- # language: histogram by the language subtag of the Job.language_code. For
1030
- # example, "en", "fr". * category: histogram by the JobCategory. For example, "
1031
- # COMPUTER_AND_IT", "HEALTHCARE". * base_compensation_unit: histogram by the
1032
- # CompensationUnit of base salary. For example, "WEEKLY", "MONTHLY". *
1033
- # base_compensation: histogram by the base salary. Must specify list of numeric
1034
- # buckets to group results by. * annualized_base_compensation: histogram by the
1035
- # base annualized salary. Must specify list of numeric buckets to group results
1036
- # by. * annualized_total_compensation: histogram by the total annualized salary.
1037
- # Must specify list of numeric buckets to group results by. *
1038
- # string_custom_attribute: histogram by string Job.custom_attributes. Values can
1039
- # be accessed via square bracket notations like string_custom_attribute["key1"].
1040
- # * numeric_custom_attribute: histogram by numeric Job.custom_attributes. Values
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. *
1036
+ # annualized_base_compensation: histogram by the base annualized salary. Must
1037
+ # specify list of numeric buckets to group results by. *
1038
+ # annualized_total_compensation: histogram by the total annualized salary. Must
1039
+ # specify list of numeric buckets to group results by. * string_custom_attribute:
1040
+ # histogram by string Job.custom_attributes. Values can be accessed via square
1041
+ # bracket notations like string_custom_attribute["key1"]. *
1042
+ # numeric_custom_attribute: histogram by numeric Job.custom_attributes. Values
1041
1043
  # can be accessed via square bracket notations like numeric_custom_attribute["
1042
1044
  # key1"]. Must specify list of numeric buckets to group results by. Example
1043
1045
  # expressions: * count(admin1) * count(base_compensation, [bucket(1000, 10000),
1044
1046
  # bucket(10000, 100000), bucket(100000, MAX)]) * count(string_custom_attribute["
1045
1047
  # some-string-custom-attribute"]) * count(numeric_custom_attribute["some-numeric-
1046
- # custom-attribute"], [bucket(MIN, 0, "negative"), bucket(0, MAX, "non-negative"]
1047
- # )
1048
+ # custom-attribute"], [bucket(MIN, 0, "negative"), bucket(0, MAX, "non-negative")
1049
+ # ])
1048
1050
  # Corresponds to the JSON property `histogramQuery`
1049
1051
  # @return [String]
1050
1052
  attr_accessor :histogram_query
@@ -1169,7 +1171,14 @@ module Google
1169
1171
  # and requisition_id are not allowed. If the original requisition_id must be
1170
1172
  # preserved, a custom field should be used for storage. It is also suggested to
1171
1173
  # group the locations that close to each other in the same job for better search
1172
- # experience. The maximum number of allowed characters is 500.
1174
+ # experience. Jobs with multiple addresses must have their addresses with the
1175
+ # same LocationType to allow location filtering to work properly. (For example,
1176
+ # a Job with addresses "1600 Amphitheatre Parkway, Mountain View, CA, USA" and "
1177
+ # London, UK" may not have location filters applied correctly at search time
1178
+ # since the first is a LocationType.STREET_ADDRESS and the second is a
1179
+ # LocationType.LOCALITY.) If a job needs to have multiple addresses, it is
1180
+ # suggested to split it into multiple jobs with same LocationTypes. The maximum
1181
+ # number of allowed characters is 500.
1173
1182
  # Corresponds to the JSON property `addresses`
1174
1183
  # @return [Array<String>]
1175
1184
  attr_accessor :addresses
@@ -1533,8 +1542,8 @@ module Google
1533
1542
  # existence of a key. Boolean expressions (AND/OR/NOT) are supported up to 3
1534
1543
  # levels of nesting (for example, "((A AND B AND C) OR NOT D) AND E"), a maximum
1535
1544
  # of 100 comparisons or functions are allowed in the expression. The expression
1536
- # must be < 6000 bytes in length. Sample Query: `(LOWER(driving_license)="class \
1537
- # "a\"" OR EMPTY(driving_license)) AND driving_years > 10`
1545
+ # must be < 10000 bytes in length. Sample Query: `(LOWER(driving_license)="class
1546
+ # \"a\"" OR EMPTY(driving_license)) AND driving_years > 10`
1538
1547
  # Corresponds to the JSON property `customAttributeFilter`
1539
1548
  # @return [String]
1540
1549
  attr_accessor :custom_attribute_filter
@@ -1636,8 +1645,8 @@ module Google
1636
1645
 
1637
1646
  # An object that represents a latitude/longitude pair. This is expressed as a
1638
1647
  # pair of doubles to represent degrees latitude and degrees longitude. Unless
1639
- # specified otherwise, this must conform to the WGS84 standard. Values must be
1640
- # within normalized ranges.
1648
+ # specified otherwise, this object must conform to the WGS84 standard. Values
1649
+ # must be within normalized ranges.
1641
1650
  class LatLng
1642
1651
  include Google::Apis::Core::Hashable
1643
1652
 
@@ -1734,8 +1743,8 @@ module Google
1734
1743
 
1735
1744
  # An object that represents a latitude/longitude pair. This is expressed as a
1736
1745
  # pair of doubles to represent degrees latitude and degrees longitude. Unless
1737
- # specified otherwise, this must conform to the WGS84 standard. Values must be
1738
- # within normalized ranges.
1746
+ # specified otherwise, this object must conform to the WGS84 standard. Values
1747
+ # must be within normalized ranges.
1739
1748
  # Corresponds to the JSON property `latLng`
1740
1749
  # @return [Google::Apis::JobsV3p1beta1::LatLng]
1741
1750
  attr_accessor :lat_lng
@@ -1801,8 +1810,8 @@ module Google
1801
1810
 
1802
1811
  # An object that represents a latitude/longitude pair. This is expressed as a
1803
1812
  # pair of doubles to represent degrees latitude and degrees longitude. Unless
1804
- # specified otherwise, this must conform to the WGS84 standard. Values must be
1805
- # within normalized ranges.
1813
+ # specified otherwise, this object must conform to the WGS84 standard. Values
1814
+ # must be within normalized ranges.
1806
1815
  # Corresponds to the JSON property `latLng`
1807
1816
  # @return [Google::Apis::JobsV3p1beta1::LatLng]
1808
1817
  attr_accessor :lat_lng
@@ -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.3.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210217"
25
+ REVISION = "20210611"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-jobs_v3p1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.8.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-03-08 00:00:00.000000000 Z
11
+ date: 2021-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Cloud Talent Solution API V3p1beta1.
28
34
  Simple REST clients are Ruby client libraries that provide access to Google services
29
35
  via their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-jobs_v3p1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3p1beta1/v0.3.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3p1beta1/v0.8.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-jobs_v3p1beta1
57
63
  post_install_message:
58
64
  rdoc_options: []
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.2.13
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for Cloud Talent Solution API V3p1beta1