google-cloud-talent-v4 0.6.2 → 0.7.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 +4 -4
- data/.yardopts +1 -1
- data/AUTHENTICATION.md +7 -25
- data/README.md +6 -1
- data/lib/google/cloud/talent/v4/common_pb.rb +2 -2
- data/lib/google/cloud/talent/v4/company_pb.rb +2 -2
- data/lib/google/cloud/talent/v4/company_service_pb.rb +2 -1
- data/lib/google/cloud/talent/v4/completion_service_pb.rb +3 -2
- data/lib/google/cloud/talent/v4/event_pb.rb +2 -2
- data/lib/google/cloud/talent/v4/event_service_pb.rb +2 -1
- data/lib/google/cloud/talent/v4/filters_pb.rb +3 -2
- data/lib/google/cloud/talent/v4/histogram_pb.rb +0 -1
- data/lib/google/cloud/talent/v4/job_pb.rb +2 -2
- data/lib/google/cloud/talent/v4/job_service/client.rb +5 -0
- data/lib/google/cloud/talent/v4/job_service_pb.rb +2 -2
- data/lib/google/cloud/talent/v4/tenant_pb.rb +2 -2
- data/lib/google/cloud/talent/v4/tenant_service_pb.rb +2 -1
- data/lib/google/cloud/talent/v4/version.rb +1 -1
- data/lib/google/cloud/talent/v4.rb +2 -0
- data/proto_docs/google/api/resource.rb +10 -71
- data/proto_docs/google/cloud/talent/v4/filters.rb +28 -6
- data/proto_docs/google/cloud/talent/v4/job_service.rb +2 -0
- data/proto_docs/google/protobuf/any.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 11c9d662de74081598034cde2a204d874a4912601934e39691890783c9081dad
|
|
4
|
+
data.tar.gz: 458a10cc895bd37beb288ecbb87ecc93a980e69a4f622262333c3b0ddaf39611
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da36cb6ce86495877d66c00323cefac4e27de9994847bfd4744c13685565b8d868f2c61ce7e4afdcde01382d8a231fd7577a8aa81adc9f27ce8f5f2a4750e34c
|
|
7
|
+
data.tar.gz: 6db63ffafccd2171876c1f14b5db029ea076911fc04358e8d7ea2e0bfbc523eb2332f7ae221d1f7dddbe4b5d0a5aeabea60b30abd40a3a2b8b5c8f7ed0cd4bbc
|
data/.yardopts
CHANGED
data/AUTHENTICATION.md
CHANGED
|
@@ -120,15 +120,6 @@ To configure your system for this, simply:
|
|
|
120
120
|
**NOTE:** This is _not_ recommended for running in production. The Cloud SDK
|
|
121
121
|
*should* only be used during development.
|
|
122
122
|
|
|
123
|
-
[gce-how-to]: https://cloud.google.com/compute/docs/authentication#using
|
|
124
|
-
[dev-console]: https://console.cloud.google.com/project
|
|
125
|
-
|
|
126
|
-
[enable-apis]: https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/authentication/enable-apis.png
|
|
127
|
-
|
|
128
|
-
[create-new-service-account]: https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/authentication/create-new-service-account.png
|
|
129
|
-
[create-new-service-account-existing-keys]: https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/authentication/create-new-service-account-existing-keys.png
|
|
130
|
-
[reuse-service-account]: https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/authentication/reuse-service-account.png
|
|
131
|
-
|
|
132
123
|
## Creating a Service Account
|
|
133
124
|
|
|
134
125
|
Google Cloud requires **Service Account Credentials** to
|
|
@@ -139,31 +130,22 @@ If you are not running this client within
|
|
|
139
130
|
[Google Cloud Platform environments](#google-cloud-platform-environments), you
|
|
140
131
|
need a Google Developers service account.
|
|
141
132
|
|
|
142
|
-
1. Visit the [Google
|
|
133
|
+
1. Visit the [Google Cloud Console](https://console.cloud.google.com/project).
|
|
143
134
|
2. Create a new project or click on an existing project.
|
|
144
|
-
3. Activate the
|
|
135
|
+
3. Activate the menu in the upper left and select **APIs & Services**. From
|
|
145
136
|
here, you will enable the APIs that your application requires.
|
|
146
137
|
|
|
147
|
-
![Enable the APIs that your application requires][enable-apis]
|
|
148
|
-
|
|
149
138
|
*Note: You may need to enable billing in order to use these services.*
|
|
150
139
|
|
|
151
140
|
4. Select **Credentials** from the side navigation.
|
|
152
141
|
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
![Create a new service account][create-new-service-account]
|
|
156
|
-
|
|
157
|
-
![Create a new service account With Existing Keys][create-new-service-account-existing-keys]
|
|
158
|
-
|
|
159
|
-
Find the "Add credentials" drop down and select "Service account" to be
|
|
160
|
-
guided through downloading a new JSON key file.
|
|
142
|
+
Find the "Create credentials" drop down near the top of the page, and select
|
|
143
|
+
"Service account" to be guided through downloading a new JSON key file.
|
|
161
144
|
|
|
162
145
|
If you want to re-use an existing service account, you can easily generate a
|
|
163
|
-
new key file. Just select the account you wish to re-use,
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
![Re-use an existing service account][reuse-service-account]
|
|
146
|
+
new key file. Just select the account you wish to re-use, click the pencil
|
|
147
|
+
tool on the right side to edit the service account, select the **Keys** tab,
|
|
148
|
+
and then select **Add Key**.
|
|
167
149
|
|
|
168
150
|
The key file you download will be used by this library to authenticate API
|
|
169
151
|
requests and should be stored in a secure location.
|
data/README.md
CHANGED
|
@@ -37,7 +37,7 @@ request = ::Google::Cloud::Talent::V4::CreateCompanyRequest.new # (request field
|
|
|
37
37
|
response = client.create_company request
|
|
38
38
|
```
|
|
39
39
|
|
|
40
|
-
View the [Client Library Documentation](https://
|
|
40
|
+
View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-cloud-talent-v4/latest)
|
|
41
41
|
for class and method documentation.
|
|
42
42
|
|
|
43
43
|
See also the [Product Documentation](https://cloud.google.com/solutions/talent-solution)
|
|
@@ -69,6 +69,11 @@ module GRPC
|
|
|
69
69
|
end
|
|
70
70
|
```
|
|
71
71
|
|
|
72
|
+
|
|
73
|
+
## Google Cloud Samples
|
|
74
|
+
|
|
75
|
+
To browse ready to use code samples check [Google Cloud Samples](https://cloud.google.com/docs/samples).
|
|
76
|
+
|
|
72
77
|
## Supported Ruby Versions
|
|
73
78
|
|
|
74
79
|
This library is supported on Ruby 2.5+.
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/talent/v4/common.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/field_behavior_pb'
|
|
5
7
|
require 'google/protobuf/timestamp_pb'
|
|
6
8
|
require 'google/protobuf/wrappers_pb'
|
|
7
9
|
require 'google/type/latlng_pb'
|
|
8
10
|
require 'google/type/money_pb'
|
|
9
11
|
require 'google/type/postal_address_pb'
|
|
10
|
-
require 'google/api/annotations_pb'
|
|
11
|
-
require 'google/protobuf'
|
|
12
12
|
|
|
13
13
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
14
14
|
add_file("google/cloud/talent/v4/common.proto", :syntax => :proto3) do
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/talent/v4/company.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/field_behavior_pb'
|
|
5
7
|
require 'google/api/resource_pb'
|
|
6
8
|
require 'google/cloud/talent/v4/common_pb'
|
|
7
|
-
require 'google/api/annotations_pb'
|
|
8
|
-
require 'google/protobuf'
|
|
9
9
|
|
|
10
10
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
11
11
|
add_file("google/cloud/talent/v4/company.proto", :syntax => :proto3) do
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/talent/v4/company_service.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/annotations_pb'
|
|
5
7
|
require 'google/api/client_pb'
|
|
6
8
|
require 'google/api/field_behavior_pb'
|
|
@@ -9,7 +11,6 @@ require 'google/cloud/talent/v4/common_pb'
|
|
|
9
11
|
require 'google/cloud/talent/v4/company_pb'
|
|
10
12
|
require 'google/protobuf/empty_pb'
|
|
11
13
|
require 'google/protobuf/field_mask_pb'
|
|
12
|
-
require 'google/protobuf'
|
|
13
14
|
|
|
14
15
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
15
16
|
add_file("google/cloud/talent/v4/company_service.proto", :syntax => :proto3) do
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/talent/v4/completion_service.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/annotations_pb'
|
|
7
|
+
require 'google/api/client_pb'
|
|
5
8
|
require 'google/api/field_behavior_pb'
|
|
6
9
|
require 'google/api/resource_pb'
|
|
7
10
|
require 'google/cloud/talent/v4/common_pb'
|
|
8
|
-
require 'google/api/client_pb'
|
|
9
|
-
require 'google/protobuf'
|
|
10
11
|
|
|
11
12
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
12
13
|
add_file("google/cloud/talent/v4/completion_service.proto", :syntax => :proto3) do
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/talent/v4/event.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/field_behavior_pb'
|
|
5
7
|
require 'google/protobuf/timestamp_pb'
|
|
6
|
-
require 'google/api/annotations_pb'
|
|
7
|
-
require 'google/protobuf'
|
|
8
8
|
|
|
9
9
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
10
10
|
add_file("google/cloud/talent/v4/event.proto", :syntax => :proto3) do
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/talent/v4/event_service.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/annotations_pb'
|
|
5
7
|
require 'google/api/client_pb'
|
|
6
8
|
require 'google/api/field_behavior_pb'
|
|
7
9
|
require 'google/api/resource_pb'
|
|
8
10
|
require 'google/cloud/talent/v4/event_pb'
|
|
9
|
-
require 'google/protobuf'
|
|
10
11
|
|
|
11
12
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
12
13
|
add_file("google/cloud/talent/v4/event_service.proto", :syntax => :proto3) do
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/talent/v4/filters.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/field_behavior_pb'
|
|
5
7
|
require 'google/cloud/talent/v4/common_pb'
|
|
6
8
|
require 'google/protobuf/duration_pb'
|
|
7
9
|
require 'google/type/latlng_pb'
|
|
8
10
|
require 'google/type/timeofday_pb'
|
|
9
|
-
require 'google/api/annotations_pb'
|
|
10
|
-
require 'google/protobuf'
|
|
11
11
|
|
|
12
12
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
13
13
|
add_file("google/cloud/talent/v4/filters.proto", :syntax => :proto3) do
|
|
@@ -38,6 +38,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
|
38
38
|
value :TELECOMMUTE_PREFERENCE_UNSPECIFIED, 0
|
|
39
39
|
value :TELECOMMUTE_EXCLUDED, 1
|
|
40
40
|
value :TELECOMMUTE_ALLOWED, 2
|
|
41
|
+
value :TELECOMMUTE_JOBS_EXCLUDED, 3
|
|
41
42
|
end
|
|
42
43
|
add_message "google.cloud.talent.v4.CompensationFilter" do
|
|
43
44
|
optional :type, :enum, 1, "google.cloud.talent.v4.CompensationFilter.FilterType"
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/talent/v4/job.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/field_behavior_pb'
|
|
5
7
|
require 'google/api/resource_pb'
|
|
6
8
|
require 'google/cloud/talent/v4/common_pb'
|
|
7
9
|
require 'google/protobuf/timestamp_pb'
|
|
8
|
-
require 'google/api/annotations_pb'
|
|
9
|
-
require 'google/protobuf'
|
|
10
10
|
|
|
11
11
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
12
12
|
add_file("google/cloud/talent/v4/job.proto", :syntax => :proto3) do
|
|
@@ -164,6 +164,7 @@ module Google
|
|
|
164
164
|
|
|
165
165
|
@operations_client = Operations.new do |config|
|
|
166
166
|
config.credentials = credentials
|
|
167
|
+
config.quota_project = @quota_project_id
|
|
167
168
|
config.endpoint = @config.endpoint
|
|
168
169
|
end
|
|
169
170
|
|
|
@@ -1061,6 +1062,8 @@ module Google
|
|
|
1061
1062
|
# * `count(numeric_histogram_facet, list of buckets)`: Count the number of
|
|
1062
1063
|
# matching entities within each bucket.
|
|
1063
1064
|
#
|
|
1065
|
+
# A maximum of 200 histogram buckets are supported.
|
|
1066
|
+
#
|
|
1064
1067
|
# Data types:
|
|
1065
1068
|
#
|
|
1066
1069
|
# * Histogram facet: facet names with format `[a-zA-Z][a-zA-Z0-9_]+`.
|
|
@@ -1389,6 +1392,8 @@ module Google
|
|
|
1389
1392
|
# * `count(numeric_histogram_facet, list of buckets)`: Count the number of
|
|
1390
1393
|
# matching entities within each bucket.
|
|
1391
1394
|
#
|
|
1395
|
+
# A maximum of 200 histogram buckets are supported.
|
|
1396
|
+
#
|
|
1392
1397
|
# Data types:
|
|
1393
1398
|
#
|
|
1394
1399
|
# * Histogram facet: facet names with format `[a-zA-Z][a-zA-Z0-9_]+`.
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/talent/v4/job_service.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/annotations_pb'
|
|
5
7
|
require 'google/api/client_pb'
|
|
6
8
|
require 'google/api/field_behavior_pb'
|
|
@@ -10,12 +12,10 @@ require 'google/cloud/talent/v4/filters_pb'
|
|
|
10
12
|
require 'google/cloud/talent/v4/histogram_pb'
|
|
11
13
|
require 'google/cloud/talent/v4/job_pb'
|
|
12
14
|
require 'google/longrunning/operations_pb'
|
|
13
|
-
require 'google/protobuf/any_pb'
|
|
14
15
|
require 'google/protobuf/duration_pb'
|
|
15
16
|
require 'google/protobuf/empty_pb'
|
|
16
17
|
require 'google/protobuf/field_mask_pb'
|
|
17
18
|
require 'google/rpc/status_pb'
|
|
18
|
-
require 'google/protobuf'
|
|
19
19
|
|
|
20
20
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
21
21
|
add_file("google/cloud/talent/v4/job_service.proto", :syntax => :proto3) do
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/talent/v4/tenant.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/field_behavior_pb'
|
|
5
7
|
require 'google/api/resource_pb'
|
|
6
|
-
require 'google/api/annotations_pb'
|
|
7
|
-
require 'google/protobuf'
|
|
8
8
|
|
|
9
9
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
10
10
|
add_file("google/cloud/talent/v4/tenant.proto", :syntax => :proto3) do
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/talent/v4/tenant_service.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/annotations_pb'
|
|
5
7
|
require 'google/api/client_pb'
|
|
6
8
|
require 'google/api/field_behavior_pb'
|
|
@@ -9,7 +11,6 @@ require 'google/cloud/talent/v4/common_pb'
|
|
|
9
11
|
require 'google/cloud/talent/v4/tenant_pb'
|
|
10
12
|
require 'google/protobuf/empty_pb'
|
|
11
13
|
require 'google/protobuf/field_mask_pb'
|
|
12
|
-
require 'google/protobuf'
|
|
13
14
|
|
|
14
15
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
15
16
|
add_file("google/cloud/talent/v4/tenant_service.proto", :syntax => :proto3) do
|
|
@@ -33,11 +33,7 @@ module Google
|
|
|
33
33
|
# // For Kubernetes resources, the format is {api group}/{kind}.
|
|
34
34
|
# option (google.api.resource) = {
|
|
35
35
|
# type: "pubsub.googleapis.com/Topic"
|
|
36
|
-
#
|
|
37
|
-
# pattern: "projects/{project}/topics/{topic}"
|
|
38
|
-
# parent_type: "cloudresourcemanager.googleapis.com/Project"
|
|
39
|
-
# parent_name_extractor: "projects/{project}"
|
|
40
|
-
# }
|
|
36
|
+
# pattern: "projects/{project}/topics/{topic}"
|
|
41
37
|
# };
|
|
42
38
|
# }
|
|
43
39
|
#
|
|
@@ -45,10 +41,7 @@ module Google
|
|
|
45
41
|
#
|
|
46
42
|
# resources:
|
|
47
43
|
# - type: "pubsub.googleapis.com/Topic"
|
|
48
|
-
#
|
|
49
|
-
# - pattern: "projects/{project}/topics/{topic}"
|
|
50
|
-
# parent_type: "cloudresourcemanager.googleapis.com/Project"
|
|
51
|
-
# parent_name_extractor: "projects/{project}"
|
|
44
|
+
# pattern: "projects/{project}/topics/{topic}"
|
|
52
45
|
#
|
|
53
46
|
# Sometimes, resources have multiple patterns, typically because they can
|
|
54
47
|
# live under multiple parents.
|
|
@@ -58,26 +51,10 @@ module Google
|
|
|
58
51
|
# message LogEntry {
|
|
59
52
|
# option (google.api.resource) = {
|
|
60
53
|
# type: "logging.googleapis.com/LogEntry"
|
|
61
|
-
#
|
|
62
|
-
#
|
|
63
|
-
#
|
|
64
|
-
#
|
|
65
|
-
# }
|
|
66
|
-
# name_descriptor: {
|
|
67
|
-
# pattern: "folders/{folder}/logs/{log}"
|
|
68
|
-
# parent_type: "cloudresourcemanager.googleapis.com/Folder"
|
|
69
|
-
# parent_name_extractor: "folders/{folder}"
|
|
70
|
-
# }
|
|
71
|
-
# name_descriptor: {
|
|
72
|
-
# pattern: "organizations/{organization}/logs/{log}"
|
|
73
|
-
# parent_type: "cloudresourcemanager.googleapis.com/Organization"
|
|
74
|
-
# parent_name_extractor: "organizations/{organization}"
|
|
75
|
-
# }
|
|
76
|
-
# name_descriptor: {
|
|
77
|
-
# pattern: "billingAccounts/{billing_account}/logs/{log}"
|
|
78
|
-
# parent_type: "billing.googleapis.com/BillingAccount"
|
|
79
|
-
# parent_name_extractor: "billingAccounts/{billing_account}"
|
|
80
|
-
# }
|
|
54
|
+
# pattern: "projects/{project}/logs/{log}"
|
|
55
|
+
# pattern: "folders/{folder}/logs/{log}"
|
|
56
|
+
# pattern: "organizations/{organization}/logs/{log}"
|
|
57
|
+
# pattern: "billingAccounts/{billing_account}/logs/{log}"
|
|
81
58
|
# };
|
|
82
59
|
# }
|
|
83
60
|
#
|
|
@@ -85,48 +62,10 @@ module Google
|
|
|
85
62
|
#
|
|
86
63
|
# resources:
|
|
87
64
|
# - type: 'logging.googleapis.com/LogEntry'
|
|
88
|
-
#
|
|
89
|
-
#
|
|
90
|
-
#
|
|
91
|
-
#
|
|
92
|
-
# - pattern: "folders/{folder}/logs/{log}"
|
|
93
|
-
# parent_type: "cloudresourcemanager.googleapis.com/Folder"
|
|
94
|
-
# parent_name_extractor: "folders/{folder}"
|
|
95
|
-
# - pattern: "organizations/{organization}/logs/{log}"
|
|
96
|
-
# parent_type: "cloudresourcemanager.googleapis.com/Organization"
|
|
97
|
-
# parent_name_extractor: "organizations/{organization}"
|
|
98
|
-
# - pattern: "billingAccounts/{billing_account}/logs/{log}"
|
|
99
|
-
# parent_type: "billing.googleapis.com/BillingAccount"
|
|
100
|
-
# parent_name_extractor: "billingAccounts/{billing_account}"
|
|
101
|
-
#
|
|
102
|
-
# For flexible resources, the resource name doesn't contain parent names, but
|
|
103
|
-
# the resource itself has parents for policy evaluation.
|
|
104
|
-
#
|
|
105
|
-
# Example:
|
|
106
|
-
#
|
|
107
|
-
# message Shelf {
|
|
108
|
-
# option (google.api.resource) = {
|
|
109
|
-
# type: "library.googleapis.com/Shelf"
|
|
110
|
-
# name_descriptor: {
|
|
111
|
-
# pattern: "shelves/{shelf}"
|
|
112
|
-
# parent_type: "cloudresourcemanager.googleapis.com/Project"
|
|
113
|
-
# }
|
|
114
|
-
# name_descriptor: {
|
|
115
|
-
# pattern: "shelves/{shelf}"
|
|
116
|
-
# parent_type: "cloudresourcemanager.googleapis.com/Folder"
|
|
117
|
-
# }
|
|
118
|
-
# };
|
|
119
|
-
# }
|
|
120
|
-
#
|
|
121
|
-
# The ResourceDescriptor Yaml config will look like:
|
|
122
|
-
#
|
|
123
|
-
# resources:
|
|
124
|
-
# - type: 'library.googleapis.com/Shelf'
|
|
125
|
-
# name_descriptor:
|
|
126
|
-
# - pattern: "shelves/{shelf}"
|
|
127
|
-
# parent_type: "cloudresourcemanager.googleapis.com/Project"
|
|
128
|
-
# - pattern: "shelves/{shelf}"
|
|
129
|
-
# parent_type: "cloudresourcemanager.googleapis.com/Folder"
|
|
65
|
+
# pattern: "projects/{project}/logs/{log}"
|
|
66
|
+
# pattern: "folders/{folder}/logs/{log}"
|
|
67
|
+
# pattern: "organizations/{organization}/logs/{log}"
|
|
68
|
+
# pattern: "billingAccounts/{billing_account}/logs/{log}"
|
|
130
69
|
# @!attribute [rw] type
|
|
131
70
|
# @return [::String]
|
|
132
71
|
# The resource type. It must be in the format of
|
|
@@ -88,8 +88,24 @@ module Google
|
|
|
88
88
|
# Currently we don't support sorting by commute time.
|
|
89
89
|
# @!attribute [rw] company_display_names
|
|
90
90
|
# @return [::Array<::String>]
|
|
91
|
-
# This filter specifies the
|
|
92
|
-
# of the jobs to search against.
|
|
91
|
+
# This filter specifies the company {::Google::Cloud::Talent::V4::Company#display_name Company.display_name}
|
|
92
|
+
# of the jobs to search against. The company name must match the value
|
|
93
|
+
# exactly.
|
|
94
|
+
#
|
|
95
|
+
# Alternatively, the value being searched for can be wrapped in different
|
|
96
|
+
# match operators.
|
|
97
|
+
# `SUBSTRING_MATCH([value])`
|
|
98
|
+
# The company name must contain a case insensitive substring match of the
|
|
99
|
+
# value. Using this function may increase latency.
|
|
100
|
+
#
|
|
101
|
+
# Sample Value: `SUBSTRING_MATCH(google)`
|
|
102
|
+
#
|
|
103
|
+
# `MULTI_WORD_TOKEN_MATCH([value])`
|
|
104
|
+
# The value will be treated as a multi word token and the company name must
|
|
105
|
+
# contain a case insensitive match of the value. Using this function may
|
|
106
|
+
# increase latency.
|
|
107
|
+
#
|
|
108
|
+
# Sample Value: `MULTI_WORD_TOKEN_MATCH(google)`
|
|
93
109
|
#
|
|
94
110
|
# If a value isn't specified, jobs within the search results are
|
|
95
111
|
# associated with any company.
|
|
@@ -208,13 +224,15 @@ module Google
|
|
|
208
224
|
# @return [::Google::Cloud::Talent::V4::LocationFilter::TelecommutePreference]
|
|
209
225
|
# Allows the client to return jobs without a
|
|
210
226
|
# set location, specifically, telecommuting jobs (telecommuting is considered
|
|
211
|
-
# by the service as a special location.
|
|
227
|
+
# by the service as a special location).
|
|
212
228
|
# {::Google::Cloud::Talent::V4::Job#posting_region Job.posting_region} indicates if a job permits telecommuting.
|
|
213
229
|
# If this field is set to {::Google::Cloud::Talent::V4::LocationFilter::TelecommutePreference::TELECOMMUTE_ALLOWED TelecommutePreference.TELECOMMUTE_ALLOWED},
|
|
214
230
|
# telecommuting jobs are searched, and {::Google::Cloud::Talent::V4::LocationFilter#address address} and {::Google::Cloud::Talent::V4::LocationFilter#lat_lng lat_lng} are
|
|
215
231
|
# ignored. If not set or set to
|
|
216
|
-
# {::Google::Cloud::Talent::V4::LocationFilter::TelecommutePreference::TELECOMMUTE_EXCLUDED TelecommutePreference.TELECOMMUTE_EXCLUDED}, telecommute
|
|
217
|
-
#
|
|
232
|
+
# {::Google::Cloud::Talent::V4::LocationFilter::TelecommutePreference::TELECOMMUTE_EXCLUDED TelecommutePreference.TELECOMMUTE_EXCLUDED}, the telecommute status of
|
|
233
|
+
# the jobs is ignored. Jobs that have {::Google::Cloud::Talent::V4::PostingRegion::TELECOMMUTE PostingRegion.TELECOMMUTE} and have
|
|
234
|
+
# additional {::Google::Cloud::Talent::V4::Job#addresses Job.addresses} may still be matched based on other location
|
|
235
|
+
# filters using {::Google::Cloud::Talent::V4::LocationFilter#address address} or [latlng][].
|
|
218
236
|
#
|
|
219
237
|
# This filter can be used by itself to search exclusively for telecommuting
|
|
220
238
|
# jobs, or it can be combined with another location
|
|
@@ -233,11 +251,15 @@ module Google
|
|
|
233
251
|
# Default value if the telecommute preference isn't specified.
|
|
234
252
|
TELECOMMUTE_PREFERENCE_UNSPECIFIED = 0
|
|
235
253
|
|
|
236
|
-
#
|
|
254
|
+
# Deprecated: Ignore telecommute status of jobs. Use
|
|
255
|
+
# TELECOMMUTE_JOBS_EXCLUDED if want to exclude telecommute jobs.
|
|
237
256
|
TELECOMMUTE_EXCLUDED = 1
|
|
238
257
|
|
|
239
258
|
# Allow telecommute jobs.
|
|
240
259
|
TELECOMMUTE_ALLOWED = 2
|
|
260
|
+
|
|
261
|
+
# Exclude telecommute jobs.
|
|
262
|
+
TELECOMMUTE_JOBS_EXCLUDED = 3
|
|
241
263
|
end
|
|
242
264
|
end
|
|
243
265
|
|
|
@@ -192,6 +192,8 @@ module Google
|
|
|
192
192
|
# * `count(numeric_histogram_facet, list of buckets)`: Count the number of
|
|
193
193
|
# matching entities within each bucket.
|
|
194
194
|
#
|
|
195
|
+
# A maximum of 200 histogram buckets are supported.
|
|
196
|
+
#
|
|
195
197
|
# Data types:
|
|
196
198
|
#
|
|
197
199
|
# * Histogram facet: facet names with format `[a-zA-Z][a-zA-Z0-9_]+`.
|
|
@@ -44,7 +44,7 @@ module Google
|
|
|
44
44
|
# foo = any.unpack(Foo.class);
|
|
45
45
|
# }
|
|
46
46
|
#
|
|
47
|
-
#
|
|
47
|
+
# Example 3: Pack and unpack a message in Python.
|
|
48
48
|
#
|
|
49
49
|
# foo = Foo(...)
|
|
50
50
|
# any = Any()
|
|
@@ -54,7 +54,7 @@ module Google
|
|
|
54
54
|
# any.Unpack(foo)
|
|
55
55
|
# ...
|
|
56
56
|
#
|
|
57
|
-
#
|
|
57
|
+
# Example 4: Pack and unpack a message in Go
|
|
58
58
|
#
|
|
59
59
|
# foo := &pb.Foo{...}
|
|
60
60
|
# any, err := anypb.New(foo)
|
|
@@ -75,7 +75,7 @@ module Google
|
|
|
75
75
|
#
|
|
76
76
|
#
|
|
77
77
|
# JSON
|
|
78
|
-
#
|
|
78
|
+
#
|
|
79
79
|
# The JSON representation of an `Any` value uses the regular
|
|
80
80
|
# representation of the deserialized, embedded message, with an
|
|
81
81
|
# additional field `@type` which contains the type URL. Example:
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-talent-v4
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.7.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:
|
|
11
|
+
date: 2022-05-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -259,7 +259,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
259
259
|
- !ruby/object:Gem::Version
|
|
260
260
|
version: '0'
|
|
261
261
|
requirements: []
|
|
262
|
-
rubygems_version: 3.
|
|
262
|
+
rubygems_version: 3.3.14
|
|
263
263
|
signing_key:
|
|
264
264
|
specification_version: 4
|
|
265
265
|
summary: API Client library for the Cloud Talent Solution V4 API
|