google-cloud-talent-v4beta1 0.6.0 → 0.6.1
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 +4 -4
- data/AUTHENTICATION.md +1 -1
- data/lib/google/cloud/talent/v4beta1/job_service/client.rb +4 -4
- data/lib/google/cloud/talent/v4beta1/version.rb +1 -1
- data/proto_docs/google/cloud/talent/v4beta1/company.rb +3 -0
- data/proto_docs/google/cloud/talent/v4beta1/job_service.rb +2 -2
- data/proto_docs/google/protobuf/empty.rb +0 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 100a2ced20a9eaeee6d3565af88d351946c1d7b497a51b95e57cf8246d86621a
|
|
4
|
+
data.tar.gz: 7a531106729543b62026411c39ee26405b844c2943b1e94f9b0cfd536368ed1e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6c9a914972d8be0b4b861903595dab20d478cb352a26d676cc1d51b9767db91b5216b8615683139ecfdf47045e197ec6cbbdbb24e33720672b2257da01f998e1
|
|
7
|
+
data.tar.gz: 3b282f93e6baa8fb0616ac5f558ac9d9b4350e9c09242e1210f1152f59a594177022de30729bde9accba96c43aa1116c4cfdf35ddbfcbe54aec26ec566fb393b
|
data/AUTHENTICATION.md
CHANGED
|
@@ -114,7 +114,7 @@ credentials are discovered.
|
|
|
114
114
|
To configure your system for this, simply:
|
|
115
115
|
|
|
116
116
|
1. [Download and install the Cloud SDK](https://cloud.google.com/sdk)
|
|
117
|
-
2. Authenticate using OAuth 2.0 `$ gcloud auth login`
|
|
117
|
+
2. Authenticate using OAuth 2.0 `$ gcloud auth application-default login`
|
|
118
118
|
3. Write code as if already authenticated.
|
|
119
119
|
|
|
120
120
|
**NOTE:** This is _not_ recommended for running in production. The Cloud SDK
|
|
@@ -1095,8 +1095,8 @@ module Google
|
|
|
1095
1095
|
# * company_display_name: histogram by {::Google::Cloud::Talent::V4beta1::Job#company_display_name Job.company_display_name}.
|
|
1096
1096
|
# * employment_type: histogram by {::Google::Cloud::Talent::V4beta1::Job#employment_types Job.employment_types}, for example,
|
|
1097
1097
|
# "FULL_TIME", "PART_TIME".
|
|
1098
|
-
# * company_size: histogram by {::Google::Cloud::Talent::V4beta1::CompanySize CompanySize}, for example,
|
|
1099
|
-
# "MEDIUM", "BIG".
|
|
1098
|
+
# * company_size (DEPRECATED): histogram by {::Google::Cloud::Talent::V4beta1::CompanySize CompanySize}, for example,
|
|
1099
|
+
# "SMALL", "MEDIUM", "BIG".
|
|
1100
1100
|
# * publish_time_in_day: histogram by the {::Google::Cloud::Talent::V4beta1::Job#posting_publish_time Job.posting_publish_time}
|
|
1101
1101
|
# in days.
|
|
1102
1102
|
# Must specify list of numeric buckets in spec.
|
|
@@ -1427,8 +1427,8 @@ module Google
|
|
|
1427
1427
|
# * company_display_name: histogram by {::Google::Cloud::Talent::V4beta1::Job#company_display_name Job.company_display_name}.
|
|
1428
1428
|
# * employment_type: histogram by {::Google::Cloud::Talent::V4beta1::Job#employment_types Job.employment_types}, for example,
|
|
1429
1429
|
# "FULL_TIME", "PART_TIME".
|
|
1430
|
-
# * company_size: histogram by {::Google::Cloud::Talent::V4beta1::CompanySize CompanySize}, for example,
|
|
1431
|
-
# "MEDIUM", "BIG".
|
|
1430
|
+
# * company_size (DEPRECATED): histogram by {::Google::Cloud::Talent::V4beta1::CompanySize CompanySize}, for example,
|
|
1431
|
+
# "SMALL", "MEDIUM", "BIG".
|
|
1432
1432
|
# * publish_time_in_day: histogram by the {::Google::Cloud::Talent::V4beta1::Job#posting_publish_time Job.posting_publish_time}
|
|
1433
1433
|
# in days.
|
|
1434
1434
|
# Must specify list of numeric buckets in spec.
|
|
@@ -83,6 +83,9 @@ module Google
|
|
|
83
83
|
# A URI that hosts the employer's company logo.
|
|
84
84
|
# @!attribute [rw] keyword_searchable_job_custom_attributes
|
|
85
85
|
# @return [::Array<::String>]
|
|
86
|
+
# This field is deprecated. Please set the searchability of the custom
|
|
87
|
+
# attribute in the {::Google::Cloud::Talent::V4beta1::Job#custom_attributes Job.custom_attributes} going forward.
|
|
88
|
+
#
|
|
86
89
|
# A list of keys of filterable {::Google::Cloud::Talent::V4beta1::Job#custom_attributes Job.custom_attributes}, whose
|
|
87
90
|
# corresponding `string_values` are used in keyword searches. Jobs with
|
|
88
91
|
# `string_values` under these specified field keys are returned if any
|
|
@@ -256,8 +256,8 @@ module Google
|
|
|
256
256
|
# * company_display_name: histogram by {::Google::Cloud::Talent::V4beta1::Job#company_display_name Job.company_display_name}.
|
|
257
257
|
# * employment_type: histogram by {::Google::Cloud::Talent::V4beta1::Job#employment_types Job.employment_types}, for example,
|
|
258
258
|
# "FULL_TIME", "PART_TIME".
|
|
259
|
-
# * company_size: histogram by {::Google::Cloud::Talent::V4beta1::CompanySize CompanySize}, for example,
|
|
260
|
-
# "MEDIUM", "BIG".
|
|
259
|
+
# * company_size (DEPRECATED): histogram by {::Google::Cloud::Talent::V4beta1::CompanySize CompanySize}, for example,
|
|
260
|
+
# "SMALL", "MEDIUM", "BIG".
|
|
261
261
|
# * publish_time_in_day: histogram by the {::Google::Cloud::Talent::V4beta1::Job#posting_publish_time Job.posting_publish_time}
|
|
262
262
|
# in days.
|
|
263
263
|
# Must specify list of numeric buckets in spec.
|
|
@@ -26,8 +26,6 @@ module Google
|
|
|
26
26
|
# service Foo {
|
|
27
27
|
# rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
|
|
28
28
|
# }
|
|
29
|
-
#
|
|
30
|
-
# The JSON representation for `Empty` is empty JSON object `{}`.
|
|
31
29
|
class Empty
|
|
32
30
|
include ::Google::Protobuf::MessageExts
|
|
33
31
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-talent-v4beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.1
|
|
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-
|
|
11
|
+
date: 2022-11-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '0.
|
|
19
|
+
version: '0.12'
|
|
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.
|
|
29
|
+
version: '0.12'
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 2.a
|