google-cloud-talent-v4beta1 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.yardopts +12 -0
- data/AUTHENTICATION.md +169 -0
- data/LICENSE.md +203 -0
- data/README.md +71 -0
- data/lib/google-cloud-talent-v4beta1.rb +21 -0
- data/lib/google/cloud/common_resources_pb.rb +15 -0
- data/lib/google/cloud/talent/v4beta1.rb +41 -0
- data/lib/google/cloud/talent/v4beta1/application_pb.rb +64 -0
- data/lib/google/cloud/talent/v4beta1/application_service.rb +50 -0
- data/lib/google/cloud/talent/v4beta1/application_service/client.rb +717 -0
- data/lib/google/cloud/talent/v4beta1/application_service/credentials.rb +52 -0
- data/lib/google/cloud/talent/v4beta1/application_service/paths.rb +155 -0
- data/lib/google/cloud/talent/v4beta1/application_service_pb.rb +56 -0
- data/lib/google/cloud/talent/v4beta1/application_service_services_pb.rb +54 -0
- data/lib/google/cloud/talent/v4beta1/batch_pb.rb +19 -0
- data/lib/google/cloud/talent/v4beta1/common_pb.rb +342 -0
- data/lib/google/cloud/talent/v4beta1/company_pb.rb +42 -0
- data/lib/google/cloud/talent/v4beta1/company_service.rb +49 -0
- data/lib/google/cloud/talent/v4beta1/company_service/client.rb +732 -0
- data/lib/google/cloud/talent/v4beta1/company_service/credentials.rb +52 -0
- data/lib/google/cloud/talent/v4beta1/company_service/paths.rb +105 -0
- data/lib/google/cloud/talent/v4beta1/company_service_pb.rb +57 -0
- data/lib/google/cloud/talent/v4beta1/company_service_services_pb.rb +54 -0
- data/lib/google/cloud/talent/v4beta1/completion.rb +49 -0
- data/lib/google/cloud/talent/v4beta1/completion/client.rb +407 -0
- data/lib/google/cloud/talent/v4beta1/completion/credentials.rb +52 -0
- data/lib/google/cloud/talent/v4beta1/completion/paths.rb +105 -0
- data/lib/google/cloud/talent/v4beta1/completion_service_pb.rb +57 -0
- data/lib/google/cloud/talent/v4beta1/completion_service_services_pb.rb +46 -0
- data/lib/google/cloud/talent/v4beta1/event_pb.rb +70 -0
- data/lib/google/cloud/talent/v4beta1/event_service.rb +49 -0
- data/lib/google/cloud/talent/v4beta1/event_service/client.rb +379 -0
- data/lib/google/cloud/talent/v4beta1/event_service/credentials.rb +52 -0
- data/lib/google/cloud/talent/v4beta1/event_service/paths.rb +64 -0
- data/lib/google/cloud/talent/v4beta1/event_service_pb.rb +28 -0
- data/lib/google/cloud/talent/v4beta1/event_service_services_pb.rb +51 -0
- data/lib/google/cloud/talent/v4beta1/filters_pb.rb +188 -0
- data/lib/google/cloud/talent/v4beta1/histogram_pb.rb +28 -0
- data/lib/google/cloud/talent/v4beta1/job_pb.rb +73 -0
- data/lib/google/cloud/talent/v4beta1/job_service.rb +50 -0
- data/lib/google/cloud/talent/v4beta1/job_service/client.rb +1660 -0
- data/lib/google/cloud/talent/v4beta1/job_service/credentials.rb +52 -0
- data/lib/google/cloud/talent/v4beta1/job_service/operations.rb +564 -0
- data/lib/google/cloud/talent/v4beta1/job_service/paths.rb +146 -0
- data/lib/google/cloud/talent/v4beta1/job_service_pb.rb +167 -0
- data/lib/google/cloud/talent/v4beta1/job_service_services_pb.rb +86 -0
- data/lib/google/cloud/talent/v4beta1/profile_pb.rb +214 -0
- data/lib/google/cloud/talent/v4beta1/profile_service.rb +50 -0
- data/lib/google/cloud/talent/v4beta1/profile_service/client.rb +992 -0
- data/lib/google/cloud/talent/v4beta1/profile_service/credentials.rb +52 -0
- data/lib/google/cloud/talent/v4beta1/profile_service/paths.rb +69 -0
- data/lib/google/cloud/talent/v4beta1/profile_service_pb.rb +92 -0
- data/lib/google/cloud/talent/v4beta1/profile_service_services_pb.rb +63 -0
- data/lib/google/cloud/talent/v4beta1/tenant_pb.rb +35 -0
- data/lib/google/cloud/talent/v4beta1/tenant_service.rb +49 -0
- data/lib/google/cloud/talent/v4beta1/tenant_service/client.rb +712 -0
- data/lib/google/cloud/talent/v4beta1/tenant_service/credentials.rb +52 -0
- data/lib/google/cloud/talent/v4beta1/tenant_service/paths.rb +64 -0
- data/lib/google/cloud/talent/v4beta1/tenant_service_pb.rb +56 -0
- data/lib/google/cloud/talent/v4beta1/tenant_service_services_pb.rb +53 -0
- data/lib/google/cloud/talent/v4beta1/version.rb +28 -0
- data/proto_docs/README.md +4 -0
- data/proto_docs/google/api/field_behavior.rb +59 -0
- data/proto_docs/google/api/resource.rb +247 -0
- data/proto_docs/google/cloud/talent/v4beta1/application.rb +169 -0
- data/proto_docs/google/cloud/talent/v4beta1/application_service.rb +122 -0
- data/proto_docs/google/cloud/talent/v4beta1/common.rb +1106 -0
- data/proto_docs/google/cloud/talent/v4beta1/company.rb +117 -0
- data/proto_docs/google/cloud/talent/v4beta1/company_service.rb +138 -0
- data/proto_docs/google/cloud/talent/v4beta1/completion_service.rb +143 -0
- data/proto_docs/google/cloud/talent/v4beta1/event.rb +237 -0
- data/proto_docs/google/cloud/talent/v4beta1/event_service.rb +43 -0
- data/proto_docs/google/cloud/talent/v4beta1/filters.rb +818 -0
- data/proto_docs/google/cloud/talent/v4beta1/histogram.rb +69 -0
- data/proto_docs/google/cloud/talent/v4beta1/job.rb +356 -0
- data/proto_docs/google/cloud/talent/v4beta1/job_service.rb +746 -0
- data/proto_docs/google/cloud/talent/v4beta1/profile.rb +811 -0
- data/proto_docs/google/cloud/talent/v4beta1/profile_service.rb +392 -0
- data/proto_docs/google/cloud/talent/v4beta1/tenant.rb +77 -0
- data/proto_docs/google/cloud/talent/v4beta1/tenant_service.rb +118 -0
- data/proto_docs/google/longrunning/operations.rb +150 -0
- data/proto_docs/google/protobuf/any.rb +138 -0
- data/proto_docs/google/protobuf/duration.rb +98 -0
- data/proto_docs/google/protobuf/empty.rb +36 -0
- data/proto_docs/google/protobuf/field_mask.rb +229 -0
- data/proto_docs/google/protobuf/timestamp.rb +120 -0
- data/proto_docs/google/protobuf/wrappers.rb +121 -0
- data/proto_docs/google/rpc/status.rb +46 -0
- data/proto_docs/google/type/date.rb +50 -0
- data/proto_docs/google/type/latlng.rb +38 -0
- data/proto_docs/google/type/money.rb +43 -0
- data/proto_docs/google/type/postal_address.rb +135 -0
- data/proto_docs/google/type/timeofday.rb +44 -0
- metadata +251 -0
@@ -0,0 +1,52 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2020 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
require "googleauth"
|
20
|
+
|
21
|
+
module Google
|
22
|
+
module Cloud
|
23
|
+
module Talent
|
24
|
+
module V4beta1
|
25
|
+
module EventService
|
26
|
+
# Credentials for the EventService API.
|
27
|
+
class Credentials < Google::Auth::Credentials
|
28
|
+
self.scope = [
|
29
|
+
"https://www.googleapis.com/auth/cloud-platform",
|
30
|
+
"https://www.googleapis.com/auth/jobs"
|
31
|
+
]
|
32
|
+
self.env_vars = [
|
33
|
+
"TALENT_CREDENTIALS",
|
34
|
+
"TALENT_KEYFILE",
|
35
|
+
"GOOGLE_CLOUD_CREDENTIALS",
|
36
|
+
"GOOGLE_CLOUD_KEYFILE",
|
37
|
+
"GCLOUD_KEYFILE",
|
38
|
+
"TALENT_CREDENTIALS_JSON",
|
39
|
+
"TALENT_KEYFILE_JSON",
|
40
|
+
"GOOGLE_CLOUD_CREDENTIALS_JSON",
|
41
|
+
"GOOGLE_CLOUD_KEYFILE_JSON",
|
42
|
+
"GCLOUD_KEYFILE_JSON"
|
43
|
+
]
|
44
|
+
self.paths = [
|
45
|
+
"~/.config/google_cloud/application_default_credentials.json"
|
46
|
+
]
|
47
|
+
end
|
48
|
+
end
|
49
|
+
end
|
50
|
+
end
|
51
|
+
end
|
52
|
+
end
|
@@ -0,0 +1,64 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2020 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
|
20
|
+
module Google
|
21
|
+
module Cloud
|
22
|
+
module Talent
|
23
|
+
module V4beta1
|
24
|
+
module EventService
|
25
|
+
# Path helper methods for the EventService API.
|
26
|
+
module Paths
|
27
|
+
##
|
28
|
+
# Create a fully-qualified Project resource string.
|
29
|
+
#
|
30
|
+
# The resource will be in the following format:
|
31
|
+
#
|
32
|
+
# `projects/{project}`
|
33
|
+
#
|
34
|
+
# @param project [String]
|
35
|
+
#
|
36
|
+
# @return [String]
|
37
|
+
def project_path project:
|
38
|
+
"projects/#{project}"
|
39
|
+
end
|
40
|
+
|
41
|
+
##
|
42
|
+
# Create a fully-qualified Tenant resource string.
|
43
|
+
#
|
44
|
+
# The resource will be in the following format:
|
45
|
+
#
|
46
|
+
# `projects/{project}/tenants/{tenant}`
|
47
|
+
#
|
48
|
+
# @param project [String]
|
49
|
+
# @param tenant [String]
|
50
|
+
#
|
51
|
+
# @return [String]
|
52
|
+
def tenant_path project:, tenant:
|
53
|
+
raise ArgumentError, "project cannot contain /" if project.to_s.include? "/"
|
54
|
+
|
55
|
+
"projects/#{project}/tenants/#{tenant}"
|
56
|
+
end
|
57
|
+
|
58
|
+
extend self
|
59
|
+
end
|
60
|
+
end
|
61
|
+
end
|
62
|
+
end
|
63
|
+
end
|
64
|
+
end
|
@@ -0,0 +1,28 @@
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
|
+
# source: google/cloud/talent/v4beta1/event_service.proto
|
3
|
+
|
4
|
+
require 'google/protobuf'
|
5
|
+
|
6
|
+
require 'google/api/annotations_pb'
|
7
|
+
require 'google/api/client_pb'
|
8
|
+
require 'google/api/field_behavior_pb'
|
9
|
+
require 'google/api/resource_pb'
|
10
|
+
require 'google/cloud/talent/v4beta1/event_pb'
|
11
|
+
Google::Protobuf::DescriptorPool.generated_pool.build do
|
12
|
+
add_file("google/cloud/talent/v4beta1/event_service.proto", :syntax => :proto3) do
|
13
|
+
add_message "google.cloud.talent.v4beta1.CreateClientEventRequest" do
|
14
|
+
optional :parent, :string, 1
|
15
|
+
optional :client_event, :message, 2, "google.cloud.talent.v4beta1.ClientEvent"
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|
19
|
+
|
20
|
+
module Google
|
21
|
+
module Cloud
|
22
|
+
module Talent
|
23
|
+
module V4beta1
|
24
|
+
CreateClientEventRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.CreateClientEventRequest").msgclass
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
@@ -0,0 +1,51 @@
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
|
+
# Source: google/cloud/talent/v4beta1/event_service.proto for package 'google.cloud.talent.v4beta1'
|
3
|
+
# Original file comments:
|
4
|
+
# Copyright 2020 Google LLC
|
5
|
+
#
|
6
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
7
|
+
# you may not use this file except in compliance with the License.
|
8
|
+
# You may obtain a copy of the License at
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
# Unless required by applicable law or agreed to in writing, software
|
13
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
14
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15
|
+
# See the License for the specific language governing permissions and
|
16
|
+
# limitations under the License.
|
17
|
+
#
|
18
|
+
|
19
|
+
require 'grpc'
|
20
|
+
require 'google/cloud/talent/v4beta1/event_service_pb'
|
21
|
+
|
22
|
+
module Google
|
23
|
+
module Cloud
|
24
|
+
module Talent
|
25
|
+
module V4beta1
|
26
|
+
module EventService
|
27
|
+
# A service handles client event report.
|
28
|
+
class Service
|
29
|
+
|
30
|
+
include GRPC::GenericService
|
31
|
+
|
32
|
+
self.marshal_class_method = :encode
|
33
|
+
self.unmarshal_class_method = :decode
|
34
|
+
self.service_name = 'google.cloud.talent.v4beta1.EventService'
|
35
|
+
|
36
|
+
# Report events issued when end user interacts with customer's application
|
37
|
+
# that uses Cloud Talent Solution. You may inspect the created events in
|
38
|
+
# [self service
|
39
|
+
# tools](https://console.cloud.google.com/talent-solution/overview).
|
40
|
+
# [Learn
|
41
|
+
# more](https://cloud.google.com/talent-solution/docs/management-tools)
|
42
|
+
# about self service tools.
|
43
|
+
rpc :CreateClientEvent, CreateClientEventRequest, ClientEvent
|
44
|
+
end
|
45
|
+
|
46
|
+
Stub = Service.rpc_stub_class
|
47
|
+
end
|
48
|
+
end
|
49
|
+
end
|
50
|
+
end
|
51
|
+
end
|
@@ -0,0 +1,188 @@
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
|
+
# source: google/cloud/talent/v4beta1/filters.proto
|
3
|
+
|
4
|
+
require 'google/protobuf'
|
5
|
+
|
6
|
+
require 'google/api/field_behavior_pb'
|
7
|
+
require 'google/cloud/talent/v4beta1/common_pb'
|
8
|
+
require 'google/protobuf/duration_pb'
|
9
|
+
require 'google/protobuf/field_mask_pb'
|
10
|
+
require 'google/protobuf/timestamp_pb'
|
11
|
+
require 'google/protobuf/wrappers_pb'
|
12
|
+
require 'google/type/date_pb'
|
13
|
+
require 'google/type/latlng_pb'
|
14
|
+
require 'google/type/timeofday_pb'
|
15
|
+
require 'google/api/annotations_pb'
|
16
|
+
Google::Protobuf::DescriptorPool.generated_pool.build do
|
17
|
+
add_file("google/cloud/talent/v4beta1/filters.proto", :syntax => :proto3) do
|
18
|
+
add_message "google.cloud.talent.v4beta1.JobQuery" do
|
19
|
+
optional :query, :string, 1
|
20
|
+
optional :query_language_code, :string, 14
|
21
|
+
repeated :companies, :string, 2
|
22
|
+
repeated :location_filters, :message, 3, "google.cloud.talent.v4beta1.LocationFilter"
|
23
|
+
repeated :job_categories, :enum, 4, "google.cloud.talent.v4beta1.JobCategory"
|
24
|
+
optional :commute_filter, :message, 5, "google.cloud.talent.v4beta1.CommuteFilter"
|
25
|
+
repeated :company_display_names, :string, 6
|
26
|
+
optional :compensation_filter, :message, 7, "google.cloud.talent.v4beta1.CompensationFilter"
|
27
|
+
optional :custom_attribute_filter, :string, 8
|
28
|
+
optional :disable_spell_check, :bool, 9
|
29
|
+
repeated :employment_types, :enum, 10, "google.cloud.talent.v4beta1.EmploymentType"
|
30
|
+
repeated :language_codes, :string, 11
|
31
|
+
optional :publish_time_range, :message, 12, "google.cloud.talent.v4beta1.TimestampRange"
|
32
|
+
repeated :excluded_jobs, :string, 13
|
33
|
+
end
|
34
|
+
add_message "google.cloud.talent.v4beta1.ProfileQuery" do
|
35
|
+
optional :query, :string, 1
|
36
|
+
repeated :location_filters, :message, 2, "google.cloud.talent.v4beta1.LocationFilter"
|
37
|
+
repeated :job_title_filters, :message, 3, "google.cloud.talent.v4beta1.JobTitleFilter"
|
38
|
+
repeated :employer_filters, :message, 4, "google.cloud.talent.v4beta1.EmployerFilter"
|
39
|
+
repeated :education_filters, :message, 5, "google.cloud.talent.v4beta1.EducationFilter"
|
40
|
+
repeated :skill_filters, :message, 6, "google.cloud.talent.v4beta1.SkillFilter"
|
41
|
+
repeated :work_experience_filter, :message, 7, "google.cloud.talent.v4beta1.WorkExperienceFilter"
|
42
|
+
repeated :time_filters, :message, 8, "google.cloud.talent.v4beta1.TimeFilter"
|
43
|
+
optional :hirable_filter, :message, 9, "google.protobuf.BoolValue"
|
44
|
+
repeated :application_date_filters, :message, 10, "google.cloud.talent.v4beta1.ApplicationDateFilter"
|
45
|
+
repeated :application_outcome_notes_filters, :message, 11, "google.cloud.talent.v4beta1.ApplicationOutcomeNotesFilter"
|
46
|
+
repeated :application_job_filters, :message, 13, "google.cloud.talent.v4beta1.ApplicationJobFilter"
|
47
|
+
optional :custom_attribute_filter, :string, 15
|
48
|
+
optional :candidate_availability_filter, :message, 16, "google.cloud.talent.v4beta1.CandidateAvailabilityFilter"
|
49
|
+
repeated :availability_filters, :message, 18, "google.cloud.talent.v4beta1.AvailabilityFilter"
|
50
|
+
repeated :person_name_filters, :message, 17, "google.cloud.talent.v4beta1.PersonNameFilter"
|
51
|
+
end
|
52
|
+
add_message "google.cloud.talent.v4beta1.LocationFilter" do
|
53
|
+
optional :address, :string, 1
|
54
|
+
optional :region_code, :string, 2
|
55
|
+
optional :lat_lng, :message, 3, "google.type.LatLng"
|
56
|
+
optional :distance_in_miles, :double, 4
|
57
|
+
optional :telecommute_preference, :enum, 5, "google.cloud.talent.v4beta1.LocationFilter.TelecommutePreference"
|
58
|
+
optional :negated, :bool, 6
|
59
|
+
end
|
60
|
+
add_enum "google.cloud.talent.v4beta1.LocationFilter.TelecommutePreference" do
|
61
|
+
value :TELECOMMUTE_PREFERENCE_UNSPECIFIED, 0
|
62
|
+
value :TELECOMMUTE_EXCLUDED, 1
|
63
|
+
value :TELECOMMUTE_ALLOWED, 2
|
64
|
+
end
|
65
|
+
add_message "google.cloud.talent.v4beta1.CompensationFilter" do
|
66
|
+
optional :type, :enum, 1, "google.cloud.talent.v4beta1.CompensationFilter.FilterType"
|
67
|
+
repeated :units, :enum, 2, "google.cloud.talent.v4beta1.CompensationInfo.CompensationUnit"
|
68
|
+
optional :range, :message, 3, "google.cloud.talent.v4beta1.CompensationInfo.CompensationRange"
|
69
|
+
optional :include_jobs_with_unspecified_compensation_range, :bool, 4
|
70
|
+
end
|
71
|
+
add_enum "google.cloud.talent.v4beta1.CompensationFilter.FilterType" do
|
72
|
+
value :FILTER_TYPE_UNSPECIFIED, 0
|
73
|
+
value :UNIT_ONLY, 1
|
74
|
+
value :UNIT_AND_AMOUNT, 2
|
75
|
+
value :ANNUALIZED_BASE_AMOUNT, 3
|
76
|
+
value :ANNUALIZED_TOTAL_AMOUNT, 4
|
77
|
+
end
|
78
|
+
add_message "google.cloud.talent.v4beta1.CommuteFilter" do
|
79
|
+
optional :commute_method, :enum, 1, "google.cloud.talent.v4beta1.CommuteMethod"
|
80
|
+
optional :start_coordinates, :message, 2, "google.type.LatLng"
|
81
|
+
optional :travel_duration, :message, 3, "google.protobuf.Duration"
|
82
|
+
optional :allow_imprecise_addresses, :bool, 4
|
83
|
+
oneof :traffic_option do
|
84
|
+
optional :road_traffic, :enum, 5, "google.cloud.talent.v4beta1.CommuteFilter.RoadTraffic"
|
85
|
+
optional :departure_time, :message, 6, "google.type.TimeOfDay"
|
86
|
+
end
|
87
|
+
end
|
88
|
+
add_enum "google.cloud.talent.v4beta1.CommuteFilter.RoadTraffic" do
|
89
|
+
value :ROAD_TRAFFIC_UNSPECIFIED, 0
|
90
|
+
value :TRAFFIC_FREE, 1
|
91
|
+
value :BUSY_HOUR, 2
|
92
|
+
end
|
93
|
+
add_message "google.cloud.talent.v4beta1.JobTitleFilter" do
|
94
|
+
optional :job_title, :string, 1
|
95
|
+
optional :negated, :bool, 2
|
96
|
+
end
|
97
|
+
add_message "google.cloud.talent.v4beta1.SkillFilter" do
|
98
|
+
optional :skill, :string, 1
|
99
|
+
optional :negated, :bool, 2
|
100
|
+
end
|
101
|
+
add_message "google.cloud.talent.v4beta1.EmployerFilter" do
|
102
|
+
optional :employer, :string, 1
|
103
|
+
optional :mode, :enum, 2, "google.cloud.talent.v4beta1.EmployerFilter.EmployerFilterMode"
|
104
|
+
optional :negated, :bool, 3
|
105
|
+
end
|
106
|
+
add_enum "google.cloud.talent.v4beta1.EmployerFilter.EmployerFilterMode" do
|
107
|
+
value :EMPLOYER_FILTER_MODE_UNSPECIFIED, 0
|
108
|
+
value :ALL_EMPLOYMENT_RECORDS, 1
|
109
|
+
value :CURRENT_EMPLOYMENT_RECORDS_ONLY, 2
|
110
|
+
value :PAST_EMPLOYMENT_RECORDS_ONLY, 3
|
111
|
+
end
|
112
|
+
add_message "google.cloud.talent.v4beta1.EducationFilter" do
|
113
|
+
optional :school, :string, 1
|
114
|
+
optional :field_of_study, :string, 2
|
115
|
+
optional :degree_type, :enum, 3, "google.cloud.talent.v4beta1.DegreeType"
|
116
|
+
optional :negated, :bool, 6
|
117
|
+
end
|
118
|
+
add_message "google.cloud.talent.v4beta1.WorkExperienceFilter" do
|
119
|
+
optional :min_experience, :message, 1, "google.protobuf.Duration"
|
120
|
+
optional :max_experience, :message, 2, "google.protobuf.Duration"
|
121
|
+
end
|
122
|
+
add_message "google.cloud.talent.v4beta1.ApplicationDateFilter" do
|
123
|
+
optional :start_date, :message, 1, "google.type.Date"
|
124
|
+
optional :end_date, :message, 2, "google.type.Date"
|
125
|
+
end
|
126
|
+
add_message "google.cloud.talent.v4beta1.ApplicationOutcomeNotesFilter" do
|
127
|
+
optional :outcome_notes, :string, 1
|
128
|
+
optional :negated, :bool, 2
|
129
|
+
end
|
130
|
+
add_message "google.cloud.talent.v4beta1.ApplicationJobFilter" do
|
131
|
+
optional :job_requisition_id, :string, 2
|
132
|
+
optional :job_title, :string, 3
|
133
|
+
optional :negated, :bool, 4
|
134
|
+
end
|
135
|
+
add_message "google.cloud.talent.v4beta1.TimeFilter" do
|
136
|
+
optional :start_time, :message, 1, "google.protobuf.Timestamp"
|
137
|
+
optional :end_time, :message, 2, "google.protobuf.Timestamp"
|
138
|
+
optional :time_field, :enum, 3, "google.cloud.talent.v4beta1.TimeFilter.TimeField"
|
139
|
+
end
|
140
|
+
add_enum "google.cloud.talent.v4beta1.TimeFilter.TimeField" do
|
141
|
+
value :TIME_FIELD_UNSPECIFIED, 0
|
142
|
+
value :CREATE_TIME, 1
|
143
|
+
value :UPDATE_TIME, 2
|
144
|
+
end
|
145
|
+
add_message "google.cloud.talent.v4beta1.CandidateAvailabilityFilter" do
|
146
|
+
optional :negated, :bool, 1
|
147
|
+
end
|
148
|
+
add_message "google.cloud.talent.v4beta1.AvailabilityFilter" do
|
149
|
+
optional :signal_type, :enum, 1, "google.cloud.talent.v4beta1.AvailabilitySignalType"
|
150
|
+
optional :range, :message, 2, "google.cloud.talent.v4beta1.TimestampRange"
|
151
|
+
optional :required, :bool, 3
|
152
|
+
end
|
153
|
+
add_message "google.cloud.talent.v4beta1.PersonNameFilter" do
|
154
|
+
optional :person_name, :string, 1
|
155
|
+
end
|
156
|
+
end
|
157
|
+
end
|
158
|
+
|
159
|
+
module Google
|
160
|
+
module Cloud
|
161
|
+
module Talent
|
162
|
+
module V4beta1
|
163
|
+
JobQuery = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.JobQuery").msgclass
|
164
|
+
ProfileQuery = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.ProfileQuery").msgclass
|
165
|
+
LocationFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.LocationFilter").msgclass
|
166
|
+
LocationFilter::TelecommutePreference = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.LocationFilter.TelecommutePreference").enummodule
|
167
|
+
CompensationFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.CompensationFilter").msgclass
|
168
|
+
CompensationFilter::FilterType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.CompensationFilter.FilterType").enummodule
|
169
|
+
CommuteFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.CommuteFilter").msgclass
|
170
|
+
CommuteFilter::RoadTraffic = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.CommuteFilter.RoadTraffic").enummodule
|
171
|
+
JobTitleFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.JobTitleFilter").msgclass
|
172
|
+
SkillFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.SkillFilter").msgclass
|
173
|
+
EmployerFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.EmployerFilter").msgclass
|
174
|
+
EmployerFilter::EmployerFilterMode = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.EmployerFilter.EmployerFilterMode").enummodule
|
175
|
+
EducationFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.EducationFilter").msgclass
|
176
|
+
WorkExperienceFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.WorkExperienceFilter").msgclass
|
177
|
+
ApplicationDateFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.ApplicationDateFilter").msgclass
|
178
|
+
ApplicationOutcomeNotesFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.ApplicationOutcomeNotesFilter").msgclass
|
179
|
+
ApplicationJobFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.ApplicationJobFilter").msgclass
|
180
|
+
TimeFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.TimeFilter").msgclass
|
181
|
+
TimeFilter::TimeField = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.TimeFilter.TimeField").enummodule
|
182
|
+
CandidateAvailabilityFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.CandidateAvailabilityFilter").msgclass
|
183
|
+
AvailabilityFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.AvailabilityFilter").msgclass
|
184
|
+
PersonNameFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.PersonNameFilter").msgclass
|
185
|
+
end
|
186
|
+
end
|
187
|
+
end
|
188
|
+
end
|
@@ -0,0 +1,28 @@
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
|
+
# source: google/cloud/talent/v4beta1/histogram.proto
|
3
|
+
|
4
|
+
require 'google/protobuf'
|
5
|
+
|
6
|
+
require 'google/api/annotations_pb'
|
7
|
+
Google::Protobuf::DescriptorPool.generated_pool.build do
|
8
|
+
add_file("google/cloud/talent/v4beta1/histogram.proto", :syntax => :proto3) do
|
9
|
+
add_message "google.cloud.talent.v4beta1.HistogramQuery" do
|
10
|
+
optional :histogram_query, :string, 1
|
11
|
+
end
|
12
|
+
add_message "google.cloud.talent.v4beta1.HistogramQueryResult" do
|
13
|
+
optional :histogram_query, :string, 1
|
14
|
+
map :histogram, :string, :int64, 2
|
15
|
+
end
|
16
|
+
end
|
17
|
+
end
|
18
|
+
|
19
|
+
module Google
|
20
|
+
module Cloud
|
21
|
+
module Talent
|
22
|
+
module V4beta1
|
23
|
+
HistogramQuery = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.HistogramQuery").msgclass
|
24
|
+
HistogramQueryResult = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.HistogramQueryResult").msgclass
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
@@ -0,0 +1,73 @@
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
|
+
# source: google/cloud/talent/v4beta1/job.proto
|
3
|
+
|
4
|
+
require 'google/protobuf'
|
5
|
+
|
6
|
+
require 'google/api/field_behavior_pb'
|
7
|
+
require 'google/api/resource_pb'
|
8
|
+
require 'google/cloud/talent/v4beta1/common_pb'
|
9
|
+
require 'google/protobuf/timestamp_pb'
|
10
|
+
require 'google/type/postal_address_pb'
|
11
|
+
require 'google/api/annotations_pb'
|
12
|
+
Google::Protobuf::DescriptorPool.generated_pool.build do
|
13
|
+
add_file("google/cloud/talent/v4beta1/job.proto", :syntax => :proto3) do
|
14
|
+
add_message "google.cloud.talent.v4beta1.Job" do
|
15
|
+
optional :name, :string, 1
|
16
|
+
optional :company, :string, 2
|
17
|
+
optional :requisition_id, :string, 3
|
18
|
+
optional :title, :string, 4
|
19
|
+
optional :description, :string, 5
|
20
|
+
repeated :addresses, :string, 6
|
21
|
+
optional :application_info, :message, 7, "google.cloud.talent.v4beta1.Job.ApplicationInfo"
|
22
|
+
repeated :job_benefits, :enum, 8, "google.cloud.talent.v4beta1.JobBenefit"
|
23
|
+
optional :compensation_info, :message, 9, "google.cloud.talent.v4beta1.CompensationInfo"
|
24
|
+
map :custom_attributes, :string, :message, 10, "google.cloud.talent.v4beta1.CustomAttribute"
|
25
|
+
repeated :degree_types, :enum, 11, "google.cloud.talent.v4beta1.DegreeType"
|
26
|
+
optional :department, :string, 12
|
27
|
+
repeated :employment_types, :enum, 13, "google.cloud.talent.v4beta1.EmploymentType"
|
28
|
+
optional :incentives, :string, 14
|
29
|
+
optional :language_code, :string, 15
|
30
|
+
optional :job_level, :enum, 16, "google.cloud.talent.v4beta1.JobLevel"
|
31
|
+
optional :promotion_value, :int32, 17
|
32
|
+
optional :qualifications, :string, 18
|
33
|
+
optional :responsibilities, :string, 19
|
34
|
+
optional :posting_region, :enum, 20, "google.cloud.talent.v4beta1.PostingRegion"
|
35
|
+
optional :visibility, :enum, 21, "google.cloud.talent.v4beta1.Visibility"
|
36
|
+
optional :job_start_time, :message, 22, "google.protobuf.Timestamp"
|
37
|
+
optional :job_end_time, :message, 23, "google.protobuf.Timestamp"
|
38
|
+
optional :posting_publish_time, :message, 24, "google.protobuf.Timestamp"
|
39
|
+
optional :posting_expire_time, :message, 25, "google.protobuf.Timestamp"
|
40
|
+
optional :posting_create_time, :message, 26, "google.protobuf.Timestamp"
|
41
|
+
optional :posting_update_time, :message, 27, "google.protobuf.Timestamp"
|
42
|
+
optional :company_display_name, :string, 28
|
43
|
+
optional :derived_info, :message, 29, "google.cloud.talent.v4beta1.Job.DerivedInfo"
|
44
|
+
optional :processing_options, :message, 30, "google.cloud.talent.v4beta1.Job.ProcessingOptions"
|
45
|
+
end
|
46
|
+
add_message "google.cloud.talent.v4beta1.Job.ApplicationInfo" do
|
47
|
+
repeated :emails, :string, 1
|
48
|
+
optional :instruction, :string, 2
|
49
|
+
repeated :uris, :string, 3
|
50
|
+
end
|
51
|
+
add_message "google.cloud.talent.v4beta1.Job.DerivedInfo" do
|
52
|
+
repeated :locations, :message, 1, "google.cloud.talent.v4beta1.Location"
|
53
|
+
repeated :job_categories, :enum, 3, "google.cloud.talent.v4beta1.JobCategory"
|
54
|
+
end
|
55
|
+
add_message "google.cloud.talent.v4beta1.Job.ProcessingOptions" do
|
56
|
+
optional :disable_street_address_resolution, :bool, 1
|
57
|
+
optional :html_sanitization, :enum, 2, "google.cloud.talent.v4beta1.HtmlSanitization"
|
58
|
+
end
|
59
|
+
end
|
60
|
+
end
|
61
|
+
|
62
|
+
module Google
|
63
|
+
module Cloud
|
64
|
+
module Talent
|
65
|
+
module V4beta1
|
66
|
+
Job = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.Job").msgclass
|
67
|
+
Job::ApplicationInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.Job.ApplicationInfo").msgclass
|
68
|
+
Job::DerivedInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.Job.DerivedInfo").msgclass
|
69
|
+
Job::ProcessingOptions = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.Job.ProcessingOptions").msgclass
|
70
|
+
end
|
71
|
+
end
|
72
|
+
end
|
73
|
+
end
|