google-cloud-talent-v4beta1 0.1.0 → 0.1.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 +6 -6
- data/README.md +1 -1
- data/lib/google/cloud/talent/v4beta1.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/application_service.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/application_service/client.rb +124 -124
- data/lib/google/cloud/talent/v4beta1/application_service/credentials.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/application_service/paths.rb +17 -17
- data/lib/google/cloud/talent/v4beta1/company_service.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/company_service/client.rb +126 -126
- data/lib/google/cloud/talent/v4beta1/company_service/credentials.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/company_service/paths.rb +8 -8
- data/lib/google/cloud/talent/v4beta1/completion.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/completion/client.rb +60 -60
- data/lib/google/cloud/talent/v4beta1/completion/credentials.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/completion/paths.rb +8 -8
- data/lib/google/cloud/talent/v4beta1/event_service.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/event_service/client.rb +53 -53
- data/lib/google/cloud/talent/v4beta1/event_service/credentials.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/event_service/paths.rb +3 -3
- data/lib/google/cloud/talent/v4beta1/job_service.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/job_service/client.rb +320 -320
- data/lib/google/cloud/talent/v4beta1/job_service/credentials.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/job_service/operations.rb +100 -100
- data/lib/google/cloud/talent/v4beta1/job_service/paths.rb +13 -13
- data/lib/google/cloud/talent/v4beta1/profile_service.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/profile_service/client.rb +176 -176
- data/lib/google/cloud/talent/v4beta1/profile_service/credentials.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/profile_service/paths.rb +5 -5
- data/lib/google/cloud/talent/v4beta1/tenant_service.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/tenant_service/client.rb +124 -124
- data/lib/google/cloud/talent/v4beta1/tenant_service/credentials.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/tenant_service/paths.rb +3 -3
- data/lib/google/cloud/talent/v4beta1/version.rb +1 -1
- data/proto_docs/google/api/resource.rb +12 -12
- data/proto_docs/google/cloud/talent/v4beta1/application.rb +18 -18
- data/proto_docs/google/cloud/talent/v4beta1/application_service.rb +27 -27
- data/proto_docs/google/cloud/talent/v4beta1/common.rb +167 -167
- data/proto_docs/google/cloud/talent/v4beta1/company.rb +21 -21
- data/proto_docs/google/cloud/talent/v4beta1/company_service.rb +29 -29
- data/proto_docs/google/cloud/talent/v4beta1/completion_service.rb +28 -28
- data/proto_docs/google/cloud/talent/v4beta1/event.rb +30 -30
- data/proto_docs/google/cloud/talent/v4beta1/event_service.rb +4 -4
- data/proto_docs/google/cloud/talent/v4beta1/filters.rb +197 -197
- data/proto_docs/google/cloud/talent/v4beta1/histogram.rb +14 -14
- data/proto_docs/google/cloud/talent/v4beta1/job.rb +83 -83
- data/proto_docs/google/cloud/talent/v4beta1/job_service.rb +163 -163
- data/proto_docs/google/cloud/talent/v4beta1/profile.rb +202 -202
- data/proto_docs/google/cloud/talent/v4beta1/profile_service.rb +82 -82
- data/proto_docs/google/cloud/talent/v4beta1/tenant.rb +8 -8
- data/proto_docs/google/cloud/talent/v4beta1/tenant_service.rb +27 -27
- data/proto_docs/google/longrunning/operations.rb +30 -30
- data/proto_docs/google/protobuf/any.rb +4 -4
- data/proto_docs/google/protobuf/duration.rb +4 -4
- data/proto_docs/google/protobuf/empty.rb +2 -2
- data/proto_docs/google/protobuf/field_mask.rb +3 -3
- data/proto_docs/google/protobuf/timestamp.rb +4 -4
- data/proto_docs/google/protobuf/wrappers.rb +27 -27
- data/proto_docs/google/rpc/status.rb +6 -6
- data/proto_docs/google/type/date.rb +6 -6
- data/proto_docs/google/type/latlng.rb +4 -4
- data/proto_docs/google/type/money.rb +5 -5
- data/proto_docs/google/type/postal_address.rb +13 -13
- data/proto_docs/google/type/timeofday.rb +7 -7
- metadata +2 -2
@@ -23,13 +23,13 @@ module Google
|
|
23
23
|
module V4beta1
|
24
24
|
# List profiles request.
|
25
25
|
# @!attribute [rw] parent
|
26
|
-
# @return [String]
|
26
|
+
# @return [::String]
|
27
27
|
# Required. The resource name of the tenant under which the profile is created.
|
28
28
|
#
|
29
29
|
# The format is "projects/\\{project_id}/tenants/\\{tenant_id}". For example,
|
30
30
|
# "projects/foo/tenants/bar".
|
31
31
|
# @!attribute [rw] filter
|
32
|
-
# @return [String]
|
32
|
+
# @return [::String]
|
33
33
|
# The filter string specifies the profiles to be enumerated.
|
34
34
|
#
|
35
35
|
# Supported operator: =, AND
|
@@ -48,18 +48,18 @@ module Google
|
|
48
48
|
# * externalId = "externalId-1"
|
49
49
|
# * groupId = "groupId-1"
|
50
50
|
# @!attribute [rw] page_token
|
51
|
-
# @return [String]
|
51
|
+
# @return [::String]
|
52
52
|
# The token that specifies the current offset (that is, starting result).
|
53
53
|
#
|
54
|
-
# Please set the value to {Google::Cloud::Talent::V4beta1::ListProfilesResponse#next_page_token ListProfilesResponse.next_page_token} to
|
54
|
+
# Please set the value to {::Google::Cloud::Talent::V4beta1::ListProfilesResponse#next_page_token ListProfilesResponse.next_page_token} to
|
55
55
|
# continue the list.
|
56
56
|
# @!attribute [rw] page_size
|
57
|
-
# @return [Integer]
|
57
|
+
# @return [::Integer]
|
58
58
|
# The maximum number of profiles to be returned, at most 100.
|
59
59
|
#
|
60
60
|
# Default is 100 unless a positive number smaller than 100 is specified.
|
61
61
|
# @!attribute [rw] read_mask
|
62
|
-
# @return [Google::Protobuf::FieldMask]
|
62
|
+
# @return [::Google::Protobuf::FieldMask]
|
63
63
|
# A field mask to specify the profile fields to be listed in response.
|
64
64
|
# All fields are listed if it is unset.
|
65
65
|
#
|
@@ -67,112 +67,112 @@ module Google
|
|
67
67
|
#
|
68
68
|
# * name
|
69
69
|
class ListProfilesRequest
|
70
|
-
include Google::Protobuf::MessageExts
|
71
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
70
|
+
include ::Google::Protobuf::MessageExts
|
71
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
72
72
|
end
|
73
73
|
|
74
74
|
# The List profiles response object.
|
75
75
|
# @!attribute [rw] profiles
|
76
|
-
# @return [Array
|
76
|
+
# @return [::Array<::Google::Cloud::Talent::V4beta1::Profile>]
|
77
77
|
# Profiles for the specific tenant.
|
78
78
|
# @!attribute [rw] next_page_token
|
79
|
-
# @return [String]
|
79
|
+
# @return [::String]
|
80
80
|
# A token to retrieve the next page of results. This is empty if there are no
|
81
81
|
# more results.
|
82
82
|
class ListProfilesResponse
|
83
|
-
include Google::Protobuf::MessageExts
|
84
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
83
|
+
include ::Google::Protobuf::MessageExts
|
84
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
85
85
|
end
|
86
86
|
|
87
87
|
# Create profile request.
|
88
88
|
# @!attribute [rw] parent
|
89
|
-
# @return [String]
|
89
|
+
# @return [::String]
|
90
90
|
# Required. The name of the tenant this profile belongs to.
|
91
91
|
#
|
92
92
|
# The format is "projects/\\{project_id}/tenants/\\{tenant_id}". For example,
|
93
93
|
# "projects/foo/tenants/bar".
|
94
94
|
# @!attribute [rw] profile
|
95
|
-
# @return [Google::Cloud::Talent::V4beta1::Profile]
|
95
|
+
# @return [::Google::Cloud::Talent::V4beta1::Profile]
|
96
96
|
# Required. The profile to be created.
|
97
97
|
class CreateProfileRequest
|
98
|
-
include Google::Protobuf::MessageExts
|
99
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
98
|
+
include ::Google::Protobuf::MessageExts
|
99
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
100
100
|
end
|
101
101
|
|
102
102
|
# Get profile request.
|
103
103
|
# @!attribute [rw] name
|
104
|
-
# @return [String]
|
104
|
+
# @return [::String]
|
105
105
|
# Required. Resource name of the profile to get.
|
106
106
|
#
|
107
107
|
# The format is
|
108
108
|
# "projects/\\{project_id}/tenants/\\{tenant_id}/profiles/\\{profile_id}". For
|
109
109
|
# example, "projects/foo/tenants/bar/profiles/baz".
|
110
110
|
class GetProfileRequest
|
111
|
-
include Google::Protobuf::MessageExts
|
112
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
111
|
+
include ::Google::Protobuf::MessageExts
|
112
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
113
113
|
end
|
114
114
|
|
115
115
|
# Update profile request
|
116
116
|
# @!attribute [rw] profile
|
117
|
-
# @return [Google::Cloud::Talent::V4beta1::Profile]
|
117
|
+
# @return [::Google::Cloud::Talent::V4beta1::Profile]
|
118
118
|
# Required. Profile to be updated.
|
119
119
|
# @!attribute [rw] update_mask
|
120
|
-
# @return [Google::Protobuf::FieldMask]
|
120
|
+
# @return [::Google::Protobuf::FieldMask]
|
121
121
|
# A field mask to specify the profile fields to update.
|
122
122
|
#
|
123
123
|
# A full update is performed if it is unset.
|
124
124
|
class UpdateProfileRequest
|
125
|
-
include Google::Protobuf::MessageExts
|
126
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
125
|
+
include ::Google::Protobuf::MessageExts
|
126
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
127
127
|
end
|
128
128
|
|
129
129
|
# Delete profile request.
|
130
130
|
# @!attribute [rw] name
|
131
|
-
# @return [String]
|
131
|
+
# @return [::String]
|
132
132
|
# Required. Resource name of the profile to be deleted.
|
133
133
|
#
|
134
134
|
# The format is
|
135
135
|
# "projects/\\{project_id}/tenants/\\{tenant_id}/profiles/\\{profile_id}". For
|
136
136
|
# example, "projects/foo/tenants/bar/profiles/baz".
|
137
137
|
class DeleteProfileRequest
|
138
|
-
include Google::Protobuf::MessageExts
|
139
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
138
|
+
include ::Google::Protobuf::MessageExts
|
139
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
140
140
|
end
|
141
141
|
|
142
142
|
# The request body of the `SearchProfiles` call.
|
143
143
|
# @!attribute [rw] parent
|
144
|
-
# @return [String]
|
144
|
+
# @return [::String]
|
145
145
|
# Required. The resource name of the tenant to search within.
|
146
146
|
#
|
147
147
|
# The format is "projects/\\{project_id}/tenants/\\{tenant_id}". For example,
|
148
148
|
# "projects/foo/tenants/bar".
|
149
149
|
# @!attribute [rw] request_metadata
|
150
|
-
# @return [Google::Cloud::Talent::V4beta1::RequestMetadata]
|
150
|
+
# @return [::Google::Cloud::Talent::V4beta1::RequestMetadata]
|
151
151
|
# Required. The meta information collected about the profile search user. This is used
|
152
152
|
# to improve the search quality of the service. These values are provided by
|
153
153
|
# users, and must be precise and consistent.
|
154
154
|
# @!attribute [rw] profile_query
|
155
|
-
# @return [Google::Cloud::Talent::V4beta1::ProfileQuery]
|
156
|
-
# Search query to execute. See {Google::Cloud::Talent::V4beta1::ProfileQuery ProfileQuery} for more details.
|
155
|
+
# @return [::Google::Cloud::Talent::V4beta1::ProfileQuery]
|
156
|
+
# Search query to execute. See {::Google::Cloud::Talent::V4beta1::ProfileQuery ProfileQuery} for more details.
|
157
157
|
# @!attribute [rw] page_size
|
158
|
-
# @return [Integer]
|
158
|
+
# @return [::Integer]
|
159
159
|
# A limit on the number of profiles returned in the search results.
|
160
160
|
# A value above the default value 10 can increase search response time.
|
161
161
|
#
|
162
162
|
# The maximum value allowed is 100. Otherwise an error is thrown.
|
163
163
|
# @!attribute [rw] page_token
|
164
|
-
# @return [String]
|
164
|
+
# @return [::String]
|
165
165
|
# The pageToken, similar to offset enables users of the API to paginate
|
166
166
|
# through the search results. To retrieve the first page of results, set the
|
167
167
|
# pageToken to empty. The search response includes a
|
168
|
-
# {Google::Cloud::Talent::V4beta1::SearchProfilesResponse#next_page_token nextPageToken} field that can be
|
168
|
+
# {::Google::Cloud::Talent::V4beta1::SearchProfilesResponse#next_page_token nextPageToken} field that can be
|
169
169
|
# used to populate the pageToken field for the next page of results. Using
|
170
170
|
# pageToken instead of offset increases the performance of the API,
|
171
171
|
# especially compared to larger offset values.
|
172
172
|
# @!attribute [rw] offset
|
173
|
-
# @return [Integer]
|
173
|
+
# @return [::Integer]
|
174
174
|
# An integer that specifies the current offset (that is, starting result) in
|
175
|
-
# search results. This field is only considered if {Google::Cloud::Talent::V4beta1::SearchProfilesRequest#page_token page_token} is unset.
|
175
|
+
# search results. This field is only considered if {::Google::Cloud::Talent::V4beta1::SearchProfilesRequest#page_token page_token} is unset.
|
176
176
|
#
|
177
177
|
# The maximum allowed value is 5000. Otherwise an error is thrown.
|
178
178
|
#
|
@@ -180,13 +180,13 @@ module Google
|
|
180
180
|
# search from the 11th profile. This can be used for pagination, for example
|
181
181
|
# pageSize = 10 and offset = 10 means to search from the second page.
|
182
182
|
# @!attribute [rw] disable_spell_check
|
183
|
-
# @return [Boolean]
|
183
|
+
# @return [::Boolean]
|
184
184
|
# This flag controls the spell-check feature. If `false`, the
|
185
185
|
# service attempts to correct a misspelled query.
|
186
186
|
#
|
187
187
|
# For example, "enginee" is corrected to "engineer".
|
188
188
|
# @!attribute [rw] order_by
|
189
|
-
# @return [String]
|
189
|
+
# @return [::String]
|
190
190
|
# The criteria that determines how search results are sorted.
|
191
191
|
# Defaults is "relevance desc" if no value is specified.
|
192
192
|
#
|
@@ -194,27 +194,27 @@ module Google
|
|
194
194
|
#
|
195
195
|
# * "relevance desc": By descending relevance, as determined by the API
|
196
196
|
# algorithms.
|
197
|
-
# * "update_date desc": Sort by {Google::Cloud::Talent::V4beta1::Profile#update_time Profile.update_time} in descending order
|
197
|
+
# * "update_date desc": Sort by {::Google::Cloud::Talent::V4beta1::Profile#update_time Profile.update_time} in descending order
|
198
198
|
# (recently updated profiles first).
|
199
|
-
# * "create_date desc": Sort by {Google::Cloud::Talent::V4beta1::Profile#create_time Profile.create_time} in descending order
|
199
|
+
# * "create_date desc": Sort by {::Google::Cloud::Talent::V4beta1::Profile#create_time Profile.create_time} in descending order
|
200
200
|
# (recently created profiles first).
|
201
|
-
# * "first_name": Sort by {Google::Cloud::Talent::V4beta1::PersonName::PersonStructuredName#given_name PersonName.PersonStructuredName.given_name} in
|
201
|
+
# * "first_name": Sort by {::Google::Cloud::Talent::V4beta1::PersonName::PersonStructuredName#given_name PersonName.PersonStructuredName.given_name} in
|
202
202
|
# ascending order.
|
203
|
-
# * "first_name desc": Sort by {Google::Cloud::Talent::V4beta1::PersonName::PersonStructuredName#given_name PersonName.PersonStructuredName.given_name}
|
203
|
+
# * "first_name desc": Sort by {::Google::Cloud::Talent::V4beta1::PersonName::PersonStructuredName#given_name PersonName.PersonStructuredName.given_name}
|
204
204
|
# in descending order.
|
205
|
-
# * "last_name": Sort by {Google::Cloud::Talent::V4beta1::PersonName::PersonStructuredName#family_name PersonName.PersonStructuredName.family_name} in
|
205
|
+
# * "last_name": Sort by {::Google::Cloud::Talent::V4beta1::PersonName::PersonStructuredName#family_name PersonName.PersonStructuredName.family_name} in
|
206
206
|
# ascending order.
|
207
|
-
# * "last_name desc": Sort by {Google::Cloud::Talent::V4beta1::PersonName::PersonStructuredName#family_name PersonName.PersonStructuredName.family_name}
|
207
|
+
# * "last_name desc": Sort by {::Google::Cloud::Talent::V4beta1::PersonName::PersonStructuredName#family_name PersonName.PersonStructuredName.family_name}
|
208
208
|
# in ascending order.
|
209
209
|
# @!attribute [rw] case_sensitive_sort
|
210
|
-
# @return [Boolean]
|
210
|
+
# @return [::Boolean]
|
211
211
|
# When sort by field is based on alphabetical order, sort values case
|
212
212
|
# sensitively (based on ASCII) when the value is set to true. Default value
|
213
213
|
# is case in-sensitive sort (false).
|
214
214
|
# @!attribute [rw] histogram_queries
|
215
|
-
# @return [Array
|
215
|
+
# @return [::Array<::Google::Cloud::Talent::V4beta1::HistogramQuery>]
|
216
216
|
# A list of expressions specifies histogram requests against matching
|
217
|
-
# profiles for {Google::Cloud::Talent::V4beta1::SearchProfilesRequest SearchProfilesRequest}.
|
217
|
+
# profiles for {::Google::Cloud::Talent::V4beta1::SearchProfilesRequest SearchProfilesRequest}.
|
218
218
|
#
|
219
219
|
# The expression syntax looks like a function definition with parameters.
|
220
220
|
#
|
@@ -266,13 +266,13 @@ module Google
|
|
266
266
|
# * experience_in_months: experience in months. 0 means 0 month to 1 month
|
267
267
|
# (exclusive).
|
268
268
|
# * application_date: The application date specifies application start dates.
|
269
|
-
# See {Google::Cloud::Talent::V4beta1::ApplicationDateFilter ApplicationDateFilter} for more details.
|
269
|
+
# See {::Google::Cloud::Talent::V4beta1::ApplicationDateFilter ApplicationDateFilter} for more details.
|
270
270
|
# * application_outcome_notes: The application outcome reason specifies the
|
271
271
|
# reasons behind the outcome of the job application.
|
272
|
-
# See {Google::Cloud::Talent::V4beta1::ApplicationOutcomeNotesFilter ApplicationOutcomeNotesFilter} for more details.
|
272
|
+
# See {::Google::Cloud::Talent::V4beta1::ApplicationOutcomeNotesFilter ApplicationOutcomeNotesFilter} for more details.
|
273
273
|
# * application_job_title: The application job title specifies the job
|
274
274
|
# applied for in the application.
|
275
|
-
# See {Google::Cloud::Talent::V4beta1::ApplicationJobFilter ApplicationJobFilter} for more details.
|
275
|
+
# See {::Google::Cloud::Talent::V4beta1::ApplicationJobFilter ApplicationJobFilter} for more details.
|
276
276
|
# * hirable_status: Hirable status specifies the profile's hirable status.
|
277
277
|
# * string_custom_attribute: String custom attributes. Values can be accessed
|
278
278
|
# via square bracket notation like string_custom_attribute["key1"].
|
@@ -288,29 +288,29 @@ module Google
|
|
288
288
|
# * count(numeric_custom_attribute["favorite_number"],
|
289
289
|
# [bucket(MIN, 0, "negative"), bucket(0, MAX, "non-negative")])
|
290
290
|
# @!attribute [rw] result_set_id
|
291
|
-
# @return [String]
|
291
|
+
# @return [::String]
|
292
292
|
# An id that uniquely identifies the result set of a
|
293
|
-
# {Google::Cloud::Talent::V4beta1::ProfileService::Client#search_profiles SearchProfiles} call. The id should be
|
293
|
+
# {::Google::Cloud::Talent::V4beta1::ProfileService::Client#search_profiles SearchProfiles} call. The id should be
|
294
294
|
# retrieved from the
|
295
|
-
# {Google::Cloud::Talent::V4beta1::SearchProfilesResponse SearchProfilesResponse} message returned from a previous
|
296
|
-
# invocation of {Google::Cloud::Talent::V4beta1::ProfileService::Client#search_profiles SearchProfiles}.
|
295
|
+
# {::Google::Cloud::Talent::V4beta1::SearchProfilesResponse SearchProfilesResponse} message returned from a previous
|
296
|
+
# invocation of {::Google::Cloud::Talent::V4beta1::ProfileService::Client#search_profiles SearchProfiles}.
|
297
297
|
#
|
298
298
|
# A result set is an ordered list of search results.
|
299
299
|
#
|
300
300
|
# If this field is not set, a new result set is computed based on the
|
301
|
-
# {Google::Cloud::Talent::V4beta1::SearchProfilesRequest#profile_query profile_query}. A new {Google::Cloud::Talent::V4beta1::SearchProfilesRequest#result_set_id result_set_id} is returned as a handle to
|
301
|
+
# {::Google::Cloud::Talent::V4beta1::SearchProfilesRequest#profile_query profile_query}. A new {::Google::Cloud::Talent::V4beta1::SearchProfilesRequest#result_set_id result_set_id} is returned as a handle to
|
302
302
|
# access this result set.
|
303
303
|
#
|
304
304
|
# If this field is set, the service will ignore the resource and
|
305
|
-
# {Google::Cloud::Talent::V4beta1::SearchProfilesRequest#profile_query profile_query} values, and simply retrieve a page of results from the
|
306
|
-
# corresponding result set. In this case, one and only one of {Google::Cloud::Talent::V4beta1::SearchProfilesRequest#page_token page_token}
|
307
|
-
# or {Google::Cloud::Talent::V4beta1::SearchProfilesRequest#offset offset} must be set.
|
305
|
+
# {::Google::Cloud::Talent::V4beta1::SearchProfilesRequest#profile_query profile_query} values, and simply retrieve a page of results from the
|
306
|
+
# corresponding result set. In this case, one and only one of {::Google::Cloud::Talent::V4beta1::SearchProfilesRequest#page_token page_token}
|
307
|
+
# or {::Google::Cloud::Talent::V4beta1::SearchProfilesRequest#offset offset} must be set.
|
308
308
|
#
|
309
|
-
# A typical use case is to invoke {Google::Cloud::Talent::V4beta1::SearchProfilesRequest SearchProfilesRequest} without this
|
310
|
-
# field, then use the resulting {Google::Cloud::Talent::V4beta1::SearchProfilesRequest#result_set_id result_set_id} in
|
311
|
-
# {Google::Cloud::Talent::V4beta1::SearchProfilesResponse SearchProfilesResponse} to page through the results.
|
309
|
+
# A typical use case is to invoke {::Google::Cloud::Talent::V4beta1::SearchProfilesRequest SearchProfilesRequest} without this
|
310
|
+
# field, then use the resulting {::Google::Cloud::Talent::V4beta1::SearchProfilesRequest#result_set_id result_set_id} in
|
311
|
+
# {::Google::Cloud::Talent::V4beta1::SearchProfilesResponse SearchProfilesResponse} to page through the results.
|
312
312
|
# @!attribute [rw] strict_keywords_search
|
313
|
-
# @return [Boolean]
|
313
|
+
# @return [::Boolean]
|
314
314
|
# This flag is used to indicate whether the service will attempt to
|
315
315
|
# understand synonyms and terms related to the search query or treat the
|
316
316
|
# query "as is" when it generates a set of results. By default this flag is
|
@@ -325,54 +325,54 @@ module Google
|
|
325
325
|
# allow recruiters to set this flag to true if they intend to search for
|
326
326
|
# longer boolean strings.
|
327
327
|
class SearchProfilesRequest
|
328
|
-
include Google::Protobuf::MessageExts
|
329
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
328
|
+
include ::Google::Protobuf::MessageExts
|
329
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
330
330
|
end
|
331
331
|
|
332
332
|
# Response of SearchProfiles method.
|
333
333
|
# @!attribute [rw] estimated_total_size
|
334
|
-
# @return [Integer]
|
334
|
+
# @return [::Integer]
|
335
335
|
# An estimation of the number of profiles that match the specified query.
|
336
336
|
#
|
337
337
|
# This number isn't guaranteed to be accurate.
|
338
338
|
# @!attribute [rw] spell_correction
|
339
|
-
# @return [Google::Cloud::Talent::V4beta1::SpellingCorrection]
|
339
|
+
# @return [::Google::Cloud::Talent::V4beta1::SpellingCorrection]
|
340
340
|
# The spell checking result, and correction.
|
341
341
|
# @!attribute [rw] metadata
|
342
|
-
# @return [Google::Cloud::Talent::V4beta1::ResponseMetadata]
|
342
|
+
# @return [::Google::Cloud::Talent::V4beta1::ResponseMetadata]
|
343
343
|
# Additional information for the API invocation, such as the request
|
344
344
|
# tracking id.
|
345
345
|
# @!attribute [rw] next_page_token
|
346
|
-
# @return [String]
|
346
|
+
# @return [::String]
|
347
347
|
# A token to retrieve the next page of results. This is empty if there are no
|
348
348
|
# more results.
|
349
349
|
# @!attribute [rw] histogram_query_results
|
350
|
-
# @return [Array
|
350
|
+
# @return [::Array<::Google::Cloud::Talent::V4beta1::HistogramQueryResult>]
|
351
351
|
# The histogram results that match with specified
|
352
|
-
# {Google::Cloud::Talent::V4beta1::SearchProfilesRequest#histogram_queries SearchProfilesRequest.histogram_queries}.
|
352
|
+
# {::Google::Cloud::Talent::V4beta1::SearchProfilesRequest#histogram_queries SearchProfilesRequest.histogram_queries}.
|
353
353
|
# @!attribute [rw] summarized_profiles
|
354
|
-
# @return [Array
|
355
|
-
# The profile entities that match the specified {Google::Cloud::Talent::V4beta1::SearchProfilesRequest SearchProfilesRequest}.
|
354
|
+
# @return [::Array<::Google::Cloud::Talent::V4beta1::SummarizedProfile>]
|
355
|
+
# The profile entities that match the specified {::Google::Cloud::Talent::V4beta1::SearchProfilesRequest SearchProfilesRequest}.
|
356
356
|
# @!attribute [rw] result_set_id
|
357
|
-
# @return [String]
|
357
|
+
# @return [::String]
|
358
358
|
# An id that uniquely identifies the result set of a
|
359
|
-
# {Google::Cloud::Talent::V4beta1::ProfileService::Client#search_profiles SearchProfiles} call for consistent
|
359
|
+
# {::Google::Cloud::Talent::V4beta1::ProfileService::Client#search_profiles SearchProfiles} call for consistent
|
360
360
|
# results.
|
361
361
|
class SearchProfilesResponse
|
362
|
-
include Google::Protobuf::MessageExts
|
363
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
362
|
+
include ::Google::Protobuf::MessageExts
|
363
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
364
364
|
end
|
365
365
|
|
366
|
-
# Profile entry with metadata inside {Google::Cloud::Talent::V4beta1::SearchProfilesResponse SearchProfilesResponse}.
|
366
|
+
# Profile entry with metadata inside {::Google::Cloud::Talent::V4beta1::SearchProfilesResponse SearchProfilesResponse}.
|
367
367
|
# @!attribute [rw] profiles
|
368
|
-
# @return [Array
|
369
|
-
# A list of profiles that are linked by {Google::Cloud::Talent::V4beta1::Profile#group_id Profile.group_id}.
|
368
|
+
# @return [::Array<::Google::Cloud::Talent::V4beta1::Profile>]
|
369
|
+
# A list of profiles that are linked by {::Google::Cloud::Talent::V4beta1::Profile#group_id Profile.group_id}.
|
370
370
|
# @!attribute [rw] summary
|
371
|
-
# @return [Google::Cloud::Talent::V4beta1::Profile]
|
371
|
+
# @return [::Google::Cloud::Talent::V4beta1::Profile]
|
372
372
|
# A profile summary shows the profile summary and how the profile matches the
|
373
373
|
# search query.
|
374
374
|
#
|
375
|
-
# In profile summary, the profiles with the same {Google::Cloud::Talent::V4beta1::Profile#group_id Profile.group_id} are
|
375
|
+
# In profile summary, the profiles with the same {::Google::Cloud::Talent::V4beta1::Profile#group_id Profile.group_id} are
|
376
376
|
# merged together. Among profiles, same education/employment records may be
|
377
377
|
# slightly different but they are merged into one with best efforts.
|
378
378
|
#
|
@@ -383,8 +383,8 @@ module Google
|
|
383
383
|
# example, the school name in summary is set to "University of California at
|
384
384
|
# Berkeley" and the field of study is set to "Computer Science".
|
385
385
|
class SummarizedProfile
|
386
|
-
include Google::Protobuf::MessageExts
|
387
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
386
|
+
include ::Google::Protobuf::MessageExts
|
387
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
388
388
|
end
|
389
389
|
end
|
390
390
|
end
|
@@ -26,7 +26,7 @@ module Google
|
|
26
26
|
# profiles. Customer may create multiple tenants to provide data isolation for
|
27
27
|
# different groups.
|
28
28
|
# @!attribute [rw] name
|
29
|
-
# @return [String]
|
29
|
+
# @return [::String]
|
30
30
|
# Required during tenant update.
|
31
31
|
#
|
32
32
|
# The resource name for a tenant. This is generated by the service when a
|
@@ -35,27 +35,27 @@ module Google
|
|
35
35
|
# The format is "projects/\\{project_id}/tenants/\\{tenant_id}", for example,
|
36
36
|
# "projects/foo/tenants/bar".
|
37
37
|
# @!attribute [rw] external_id
|
38
|
-
# @return [String]
|
38
|
+
# @return [::String]
|
39
39
|
# Required. Client side tenant identifier, used to uniquely identify the tenant.
|
40
40
|
#
|
41
41
|
# The maximum number of allowed characters is 255.
|
42
42
|
# @!attribute [rw] usage_type
|
43
|
-
# @return [Google::Cloud::Talent::V4beta1::Tenant::DataUsageType]
|
43
|
+
# @return [::Google::Cloud::Talent::V4beta1::Tenant::DataUsageType]
|
44
44
|
# Indicates whether data owned by this tenant may be used to provide product
|
45
45
|
# improvements across other tenants.
|
46
46
|
#
|
47
|
-
# Defaults behavior is {Google::Cloud::Talent::V4beta1::Tenant::DataUsageType::ISOLATED DataUsageType.ISOLATED} if it's unset.
|
47
|
+
# Defaults behavior is {::Google::Cloud::Talent::V4beta1::Tenant::DataUsageType::ISOLATED DataUsageType.ISOLATED} if it's unset.
|
48
48
|
# @!attribute [rw] keyword_searchable_profile_custom_attributes
|
49
|
-
# @return [Array
|
50
|
-
# A list of keys of filterable {Google::Cloud::Talent::V4beta1::Profile#custom_attributes Profile.custom_attributes}, whose
|
49
|
+
# @return [::Array<::String>]
|
50
|
+
# A list of keys of filterable {::Google::Cloud::Talent::V4beta1::Profile#custom_attributes Profile.custom_attributes}, whose
|
51
51
|
# corresponding `string_values` are used in keyword searches. Profiles with
|
52
52
|
# `string_values` under these specified field keys are returned if any
|
53
53
|
# of the values match the search keyword. Custom field values with
|
54
54
|
# parenthesis, brackets and special symbols are not searchable as-is,
|
55
55
|
# and must be surrounded by quotes.
|
56
56
|
class Tenant
|
57
|
-
include Google::Protobuf::MessageExts
|
58
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
57
|
+
include ::Google::Protobuf::MessageExts
|
58
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
59
59
|
|
60
60
|
# Enum that represents how user data owned by the tenant is used.
|
61
61
|
module DataUsageType
|
@@ -23,94 +23,94 @@ module Google
|
|
23
23
|
module V4beta1
|
24
24
|
# The Request of the CreateTenant method.
|
25
25
|
# @!attribute [rw] parent
|
26
|
-
# @return [String]
|
26
|
+
# @return [::String]
|
27
27
|
# Required. Resource name of the project under which the tenant is created.
|
28
28
|
#
|
29
29
|
# The format is "projects/\\{project_id}", for example,
|
30
30
|
# "projects/foo".
|
31
31
|
# @!attribute [rw] tenant
|
32
|
-
# @return [Google::Cloud::Talent::V4beta1::Tenant]
|
32
|
+
# @return [::Google::Cloud::Talent::V4beta1::Tenant]
|
33
33
|
# Required. The tenant to be created.
|
34
34
|
class CreateTenantRequest
|
35
|
-
include Google::Protobuf::MessageExts
|
36
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
35
|
+
include ::Google::Protobuf::MessageExts
|
36
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
37
37
|
end
|
38
38
|
|
39
39
|
# Request for getting a tenant by name.
|
40
40
|
# @!attribute [rw] name
|
41
|
-
# @return [String]
|
41
|
+
# @return [::String]
|
42
42
|
# Required. The resource name of the tenant to be retrieved.
|
43
43
|
#
|
44
44
|
# The format is "projects/\\{project_id}/tenants/\\{tenant_id}", for example,
|
45
45
|
# "projects/foo/tenants/bar".
|
46
46
|
class GetTenantRequest
|
47
|
-
include Google::Protobuf::MessageExts
|
48
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
47
|
+
include ::Google::Protobuf::MessageExts
|
48
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
49
49
|
end
|
50
50
|
|
51
51
|
# Request for updating a specified tenant.
|
52
52
|
# @!attribute [rw] tenant
|
53
|
-
# @return [Google::Cloud::Talent::V4beta1::Tenant]
|
53
|
+
# @return [::Google::Cloud::Talent::V4beta1::Tenant]
|
54
54
|
# Required. The tenant resource to replace the current resource in the system.
|
55
55
|
# @!attribute [rw] update_mask
|
56
|
-
# @return [Google::Protobuf::FieldMask]
|
56
|
+
# @return [::Google::Protobuf::FieldMask]
|
57
57
|
# Strongly recommended for the best service experience.
|
58
58
|
#
|
59
|
-
# If {Google::Cloud::Talent::V4beta1::UpdateTenantRequest#update_mask update_mask} is provided, only the specified fields in
|
60
|
-
# {Google::Cloud::Talent::V4beta1::UpdateTenantRequest#tenant tenant} are updated. Otherwise all the fields are updated.
|
59
|
+
# If {::Google::Cloud::Talent::V4beta1::UpdateTenantRequest#update_mask update_mask} is provided, only the specified fields in
|
60
|
+
# {::Google::Cloud::Talent::V4beta1::UpdateTenantRequest#tenant tenant} are updated. Otherwise all the fields are updated.
|
61
61
|
#
|
62
62
|
# A field mask to specify the tenant fields to be updated. Only
|
63
|
-
# top level fields of {Google::Cloud::Talent::V4beta1::Tenant Tenant} are supported.
|
63
|
+
# top level fields of {::Google::Cloud::Talent::V4beta1::Tenant Tenant} are supported.
|
64
64
|
class UpdateTenantRequest
|
65
|
-
include Google::Protobuf::MessageExts
|
66
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
65
|
+
include ::Google::Protobuf::MessageExts
|
66
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
67
67
|
end
|
68
68
|
|
69
69
|
# Request to delete a tenant.
|
70
70
|
# @!attribute [rw] name
|
71
|
-
# @return [String]
|
71
|
+
# @return [::String]
|
72
72
|
# Required. The resource name of the tenant to be deleted.
|
73
73
|
#
|
74
74
|
# The format is "projects/\\{project_id}/tenants/\\{tenant_id}", for example,
|
75
75
|
# "projects/foo/tenants/bar".
|
76
76
|
class DeleteTenantRequest
|
77
|
-
include Google::Protobuf::MessageExts
|
78
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
77
|
+
include ::Google::Protobuf::MessageExts
|
78
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
79
79
|
end
|
80
80
|
|
81
81
|
# List tenants for which the client has ACL visibility.
|
82
82
|
# @!attribute [rw] parent
|
83
|
-
# @return [String]
|
83
|
+
# @return [::String]
|
84
84
|
# Required. Resource name of the project under which the tenant is created.
|
85
85
|
#
|
86
86
|
# The format is "projects/\\{project_id}", for example,
|
87
87
|
# "projects/foo".
|
88
88
|
# @!attribute [rw] page_token
|
89
|
-
# @return [String]
|
89
|
+
# @return [::String]
|
90
90
|
# The starting indicator from which to return results.
|
91
91
|
# @!attribute [rw] page_size
|
92
|
-
# @return [Integer]
|
92
|
+
# @return [::Integer]
|
93
93
|
# The maximum number of tenants to be returned, at most 100.
|
94
94
|
# Default is 100 if a non-positive number is provided.
|
95
95
|
class ListTenantsRequest
|
96
|
-
include Google::Protobuf::MessageExts
|
97
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
96
|
+
include ::Google::Protobuf::MessageExts
|
97
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
98
98
|
end
|
99
99
|
|
100
100
|
# The List tenants response object.
|
101
101
|
# @!attribute [rw] tenants
|
102
|
-
# @return [Array
|
102
|
+
# @return [::Array<::Google::Cloud::Talent::V4beta1::Tenant>]
|
103
103
|
# Tenants for the current client.
|
104
104
|
# @!attribute [rw] next_page_token
|
105
|
-
# @return [String]
|
105
|
+
# @return [::String]
|
106
106
|
# A token to retrieve the next page of results.
|
107
107
|
# @!attribute [rw] metadata
|
108
|
-
# @return [Google::Cloud::Talent::V4beta1::ResponseMetadata]
|
108
|
+
# @return [::Google::Cloud::Talent::V4beta1::ResponseMetadata]
|
109
109
|
# Additional information for the API invocation, such as the request
|
110
110
|
# tracking id.
|
111
111
|
class ListTenantsResponse
|
112
|
-
include Google::Protobuf::MessageExts
|
113
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
112
|
+
include ::Google::Protobuf::MessageExts
|
113
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
114
114
|
end
|
115
115
|
end
|
116
116
|
end
|