google-cloud-talent-v4beta1 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/AUTHENTICATION.md +6 -6
  3. data/README.md +1 -1
  4. data/lib/google/cloud/talent/v4beta1.rb +1 -1
  5. data/lib/google/cloud/talent/v4beta1/application_service.rb +1 -1
  6. data/lib/google/cloud/talent/v4beta1/application_service/client.rb +124 -124
  7. data/lib/google/cloud/talent/v4beta1/application_service/credentials.rb +1 -1
  8. data/lib/google/cloud/talent/v4beta1/application_service/paths.rb +17 -17
  9. data/lib/google/cloud/talent/v4beta1/company_service.rb +1 -1
  10. data/lib/google/cloud/talent/v4beta1/company_service/client.rb +126 -126
  11. data/lib/google/cloud/talent/v4beta1/company_service/credentials.rb +1 -1
  12. data/lib/google/cloud/talent/v4beta1/company_service/paths.rb +8 -8
  13. data/lib/google/cloud/talent/v4beta1/completion.rb +1 -1
  14. data/lib/google/cloud/talent/v4beta1/completion/client.rb +60 -60
  15. data/lib/google/cloud/talent/v4beta1/completion/credentials.rb +1 -1
  16. data/lib/google/cloud/talent/v4beta1/completion/paths.rb +8 -8
  17. data/lib/google/cloud/talent/v4beta1/event_service.rb +1 -1
  18. data/lib/google/cloud/talent/v4beta1/event_service/client.rb +53 -53
  19. data/lib/google/cloud/talent/v4beta1/event_service/credentials.rb +1 -1
  20. data/lib/google/cloud/talent/v4beta1/event_service/paths.rb +3 -3
  21. data/lib/google/cloud/talent/v4beta1/job_service.rb +1 -1
  22. data/lib/google/cloud/talent/v4beta1/job_service/client.rb +320 -320
  23. data/lib/google/cloud/talent/v4beta1/job_service/credentials.rb +1 -1
  24. data/lib/google/cloud/talent/v4beta1/job_service/operations.rb +100 -100
  25. data/lib/google/cloud/talent/v4beta1/job_service/paths.rb +13 -13
  26. data/lib/google/cloud/talent/v4beta1/profile_service.rb +1 -1
  27. data/lib/google/cloud/talent/v4beta1/profile_service/client.rb +176 -176
  28. data/lib/google/cloud/talent/v4beta1/profile_service/credentials.rb +1 -1
  29. data/lib/google/cloud/talent/v4beta1/profile_service/paths.rb +5 -5
  30. data/lib/google/cloud/talent/v4beta1/tenant_service.rb +1 -1
  31. data/lib/google/cloud/talent/v4beta1/tenant_service/client.rb +124 -124
  32. data/lib/google/cloud/talent/v4beta1/tenant_service/credentials.rb +1 -1
  33. data/lib/google/cloud/talent/v4beta1/tenant_service/paths.rb +3 -3
  34. data/lib/google/cloud/talent/v4beta1/version.rb +1 -1
  35. data/proto_docs/google/api/resource.rb +12 -12
  36. data/proto_docs/google/cloud/talent/v4beta1/application.rb +18 -18
  37. data/proto_docs/google/cloud/talent/v4beta1/application_service.rb +27 -27
  38. data/proto_docs/google/cloud/talent/v4beta1/common.rb +167 -167
  39. data/proto_docs/google/cloud/talent/v4beta1/company.rb +21 -21
  40. data/proto_docs/google/cloud/talent/v4beta1/company_service.rb +29 -29
  41. data/proto_docs/google/cloud/talent/v4beta1/completion_service.rb +28 -28
  42. data/proto_docs/google/cloud/talent/v4beta1/event.rb +30 -30
  43. data/proto_docs/google/cloud/talent/v4beta1/event_service.rb +4 -4
  44. data/proto_docs/google/cloud/talent/v4beta1/filters.rb +197 -197
  45. data/proto_docs/google/cloud/talent/v4beta1/histogram.rb +14 -14
  46. data/proto_docs/google/cloud/talent/v4beta1/job.rb +83 -83
  47. data/proto_docs/google/cloud/talent/v4beta1/job_service.rb +163 -163
  48. data/proto_docs/google/cloud/talent/v4beta1/profile.rb +202 -202
  49. data/proto_docs/google/cloud/talent/v4beta1/profile_service.rb +82 -82
  50. data/proto_docs/google/cloud/talent/v4beta1/tenant.rb +8 -8
  51. data/proto_docs/google/cloud/talent/v4beta1/tenant_service.rb +27 -27
  52. data/proto_docs/google/longrunning/operations.rb +30 -30
  53. data/proto_docs/google/protobuf/any.rb +4 -4
  54. data/proto_docs/google/protobuf/duration.rb +4 -4
  55. data/proto_docs/google/protobuf/empty.rb +2 -2
  56. data/proto_docs/google/protobuf/field_mask.rb +3 -3
  57. data/proto_docs/google/protobuf/timestamp.rb +4 -4
  58. data/proto_docs/google/protobuf/wrappers.rb +27 -27
  59. data/proto_docs/google/rpc/status.rb +6 -6
  60. data/proto_docs/google/type/date.rb +6 -6
  61. data/proto_docs/google/type/latlng.rb +4 -4
  62. data/proto_docs/google/type/money.rb +5 -5
  63. data/proto_docs/google/type/postal_address.rb +13 -13
  64. data/proto_docs/google/type/timeofday.rb +7 -7
  65. metadata +2 -2
@@ -24,7 +24,7 @@ module Google
24
24
  module V4beta1
25
25
  module TenantService
26
26
  # Credentials for the TenantService API.
27
- class Credentials < Google::Auth::Credentials
27
+ class Credentials < ::Google::Auth::Credentials
28
28
  self.scope = [
29
29
  "https://www.googleapis.com/auth/cloud-platform",
30
30
  "https://www.googleapis.com/auth/jobs"
@@ -33,7 +33,7 @@ module Google
33
33
  #
34
34
  # @param project [String]
35
35
  #
36
- # @return [String]
36
+ # @return [::String]
37
37
  def project_path project:
38
38
  "projects/#{project}"
39
39
  end
@@ -48,9 +48,9 @@ module Google
48
48
  # @param project [String]
49
49
  # @param tenant [String]
50
50
  #
51
- # @return [String]
51
+ # @return [::String]
52
52
  def tenant_path project:, tenant:
53
- raise ArgumentError, "project cannot contain /" if project.to_s.include? "/"
53
+ raise ::ArgumentError, "project cannot contain /" if project.to_s.include? "/"
54
54
 
55
55
  "projects/#{project}/tenants/#{tenant}"
56
56
  end
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Talent
23
23
  module V4beta1
24
- VERSION = "0.1.0"
24
+ VERSION = "0.1.1"
25
25
  end
26
26
  end
27
27
  end
@@ -128,7 +128,7 @@ module Google
128
128
  # - pattern: "shelves/{shelf}"
129
129
  # parent_type: "cloudresourcemanager.googleapis.com/Folder"
130
130
  # @!attribute [rw] type
131
- # @return [String]
131
+ # @return [::String]
132
132
  # The resource type. It must be in the format of
133
133
  # \\{service_name}/\\{resource_type_kind}. The `resource_type_kind` must be
134
134
  # singular and must not include version numbers.
@@ -140,7 +140,7 @@ module Google
140
140
  # should use PascalCase (UpperCamelCase). The maximum number of
141
141
  # characters allowed for the `resource_type_kind` is 100.
142
142
  # @!attribute [rw] pattern
143
- # @return [Array<String>]
143
+ # @return [::Array<::String>]
144
144
  # Optional. The relative resource name pattern associated with this resource
145
145
  # type. The DNS prefix of the full resource name shouldn't be specified here.
146
146
  #
@@ -161,11 +161,11 @@ module Google
161
161
  # the same component name (e.g. "project") refers to IDs of the same
162
162
  # type of resource.
163
163
  # @!attribute [rw] name_field
164
- # @return [String]
164
+ # @return [::String]
165
165
  # Optional. The field on the resource that designates the resource name
166
166
  # field. If omitted, this is assumed to be "name".
167
167
  # @!attribute [rw] history
168
- # @return [Google::Api::ResourceDescriptor::History]
168
+ # @return [::Google::Api::ResourceDescriptor::History]
169
169
  # Optional. The historical or future-looking state of the resource pattern.
170
170
  #
171
171
  # Example:
@@ -182,19 +182,19 @@ module Google
182
182
  # };
183
183
  # }
184
184
  # @!attribute [rw] plural
185
- # @return [String]
185
+ # @return [::String]
186
186
  # The plural name used in the resource name, such as 'projects' for
187
187
  # the name of 'projects/\\{project}'. It is the same concept of the `plural`
188
188
  # field in k8s CRD spec
189
189
  # https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/
190
190
  # @!attribute [rw] singular
191
- # @return [String]
191
+ # @return [::String]
192
192
  # The same concept of the `singular` field in k8s CRD spec
193
193
  # https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/
194
194
  # Such as "project" for the `resourcemanager.googleapis.com/Project` type.
195
195
  class ResourceDescriptor
196
- include Google::Protobuf::MessageExts
197
- extend Google::Protobuf::MessageExts::ClassMethods
196
+ include ::Google::Protobuf::MessageExts
197
+ extend ::Google::Protobuf::MessageExts::ClassMethods
198
198
 
199
199
  # A description of the historical or future-looking state of the
200
200
  # resource pattern.
@@ -216,7 +216,7 @@ module Google
216
216
  # Defines a proto annotation that describes a string field that refers to
217
217
  # an API resource.
218
218
  # @!attribute [rw] type
219
- # @return [String]
219
+ # @return [::String]
220
220
  # The resource type that the annotated field references.
221
221
  #
222
222
  # Example:
@@ -227,7 +227,7 @@ module Google
227
227
  # }];
228
228
  # }
229
229
  # @!attribute [rw] child_type
230
- # @return [String]
230
+ # @return [::String]
231
231
  # The resource type of a child collection that the annotated field
232
232
  # references. This is useful for annotating the `parent` field that
233
233
  # doesn't have a fixed resource type.
@@ -240,8 +240,8 @@ module Google
240
240
  # };
241
241
  # }
242
242
  class ResourceReference
243
- include Google::Protobuf::MessageExts
244
- extend Google::Protobuf::MessageExts::ClassMethods
243
+ include ::Google::Protobuf::MessageExts
244
+ extend ::Google::Protobuf::MessageExts::ClassMethods
245
245
  end
246
246
  end
247
247
  end
@@ -23,7 +23,7 @@ module Google
23
23
  module V4beta1
24
24
  # Resource that represents a job application record of a candidate.
25
25
  # @!attribute [rw] name
26
- # @return [String]
26
+ # @return [::String]
27
27
  # Required during application update.
28
28
  #
29
29
  # Resource name assigned to an application by the API.
@@ -32,80 +32,80 @@ module Google
32
32
  # "projects/\\{project_id}/tenants/\\{tenant_id}/profiles/\\{profile_id}/applications/\\{application_id}".
33
33
  # For example, "projects/foo/tenants/bar/profiles/baz/applications/qux".
34
34
  # @!attribute [rw] external_id
35
- # @return [String]
35
+ # @return [::String]
36
36
  # Required. Client side application identifier, used to uniquely identify the
37
37
  # application.
38
38
  #
39
39
  # The maximum number of allowed characters is 255.
40
40
  # @!attribute [r] profile
41
- # @return [String]
41
+ # @return [::String]
42
42
  # Output only. Resource name of the candidate of this application.
43
43
  #
44
44
  # The format is
45
45
  # "projects/\\{project_id}/tenants/\\{tenant_id}/profiles/\\{profile_id}".
46
46
  # For example, "projects/foo/tenants/bar/profiles/baz".
47
47
  # @!attribute [rw] job
48
- # @return [String]
48
+ # @return [::String]
49
49
  # Required. Resource name of the job which the candidate applied for.
50
50
  #
51
51
  # The format is
52
52
  # "projects/\\{project_id}/tenants/\\{tenant_id}/jobs/\\{job_id}". For example,
53
53
  # "projects/foo/tenants/bar/jobs/baz".
54
54
  # @!attribute [rw] company
55
- # @return [String]
55
+ # @return [::String]
56
56
  # Resource name of the company which the candidate applied for.
57
57
  #
58
58
  # The format is
59
59
  # "projects/\\{project_id}/tenants/\\{tenant_id}/companies/\\{company_id}".
60
60
  # For example, "projects/foo/tenants/bar/companies/baz".
61
61
  # @!attribute [rw] application_date
62
- # @return [Google::Type::Date]
62
+ # @return [::Google::Type::Date]
63
63
  # The application date.
64
64
  # @!attribute [rw] stage
65
- # @return [Google::Cloud::Talent::V4beta1::Application::ApplicationStage]
65
+ # @return [::Google::Cloud::Talent::V4beta1::Application::ApplicationStage]
66
66
  # Required. What is the most recent stage of the application (that is, new,
67
67
  # screen, send cv, hired, finished work)? This field is intentionally not
68
68
  # comprehensive of every possible status, but instead, represents statuses
69
69
  # that would be used to indicate to the ML models good / bad matches.
70
70
  # @!attribute [rw] state
71
- # @return [Google::Cloud::Talent::V4beta1::Application::ApplicationState]
71
+ # @return [::Google::Cloud::Talent::V4beta1::Application::ApplicationState]
72
72
  # The application state.
73
73
  # @!attribute [rw] interviews
74
- # @return [Array<Google::Cloud::Talent::V4beta1::Interview>]
74
+ # @return [::Array<::Google::Cloud::Talent::V4beta1::Interview>]
75
75
  # All interviews (screen, onsite, and so on) conducted as part of this
76
76
  # application (includes details such as user conducting the interview,
77
77
  # timestamp, feedback, and so on).
78
78
  # @!attribute [rw] referral
79
- # @return [Google::Protobuf::BoolValue]
79
+ # @return [::Google::Protobuf::BoolValue]
80
80
  # If the candidate is referred by a employee.
81
81
  # @!attribute [rw] create_time
82
- # @return [Google::Protobuf::Timestamp]
82
+ # @return [::Google::Protobuf::Timestamp]
83
83
  # Required. Reflects the time that the application was created.
84
84
  # @!attribute [rw] update_time
85
- # @return [Google::Protobuf::Timestamp]
85
+ # @return [::Google::Protobuf::Timestamp]
86
86
  # The last update timestamp.
87
87
  # @!attribute [rw] outcome_notes
88
- # @return [String]
88
+ # @return [::String]
89
89
  # Free text reason behind the recruitement outcome (for example, reason for
90
90
  # withdraw / reject, reason for an unsuccessful finish, and so on).
91
91
  #
92
92
  # Number of characters allowed is 100.
93
93
  # @!attribute [rw] outcome
94
- # @return [Google::Cloud::Talent::V4beta1::Outcome]
94
+ # @return [::Google::Cloud::Talent::V4beta1::Outcome]
95
95
  # Outcome positiveness shows how positive the outcome is.
96
96
  # @!attribute [r] is_match
97
- # @return [Google::Protobuf::BoolValue]
97
+ # @return [::Google::Protobuf::BoolValue]
98
98
  # Output only. Indicates whether this job application is a match to
99
99
  # application related filters. This value is only applicable in profile
100
100
  # search response.
101
101
  # @!attribute [r] job_title_snippet
102
- # @return [String]
102
+ # @return [::String]
103
103
  # Output only. Job title snippet shows how the job title is related to a
104
104
  # search query. It's empty if the job title isn't related to the search
105
105
  # query.
106
106
  class Application
107
- include Google::Protobuf::MessageExts
108
- extend Google::Protobuf::MessageExts::ClassMethods
107
+ include ::Google::Protobuf::MessageExts
108
+ extend ::Google::Protobuf::MessageExts::ClassMethods
109
109
 
110
110
  # Enum that represents the application status.
111
111
  module ApplicationState
@@ -23,98 +23,98 @@ module Google
23
23
  module V4beta1
24
24
  # The Request of the CreateApplication method.
25
25
  # @!attribute [rw] parent
26
- # @return [String]
26
+ # @return [::String]
27
27
  # Required. Resource name of the profile under which the application is created.
28
28
  #
29
29
  # The format is
30
30
  # "projects/\\{project_id}/tenants/\\{tenant_id}/profiles/\\{profile_id}".
31
31
  # For example, "projects/foo/tenants/bar/profiles/baz".
32
32
  # @!attribute [rw] application
33
- # @return [Google::Cloud::Talent::V4beta1::Application]
33
+ # @return [::Google::Cloud::Talent::V4beta1::Application]
34
34
  # Required. The application to be created.
35
35
  class CreateApplicationRequest
36
- include Google::Protobuf::MessageExts
37
- extend Google::Protobuf::MessageExts::ClassMethods
36
+ include ::Google::Protobuf::MessageExts
37
+ extend ::Google::Protobuf::MessageExts::ClassMethods
38
38
  end
39
39
 
40
40
  # Request for getting a application by name.
41
41
  # @!attribute [rw] name
42
- # @return [String]
42
+ # @return [::String]
43
43
  # Required. The resource name of the application to be retrieved.
44
44
  #
45
45
  # The format is
46
46
  # "projects/\\{project_id}/tenants/\\{tenant_id}/profiles/\\{profile_id}/applications/\\{application_id}".
47
47
  # For example, "projects/foo/tenants/bar/profiles/baz/applications/qux".
48
48
  class GetApplicationRequest
49
- include Google::Protobuf::MessageExts
50
- extend Google::Protobuf::MessageExts::ClassMethods
49
+ include ::Google::Protobuf::MessageExts
50
+ extend ::Google::Protobuf::MessageExts::ClassMethods
51
51
  end
52
52
 
53
53
  # Request for updating a specified application.
54
54
  # @!attribute [rw] application
55
- # @return [Google::Cloud::Talent::V4beta1::Application]
55
+ # @return [::Google::Cloud::Talent::V4beta1::Application]
56
56
  # Required. The application resource to replace the current resource in the system.
57
57
  # @!attribute [rw] update_mask
58
- # @return [Google::Protobuf::FieldMask]
58
+ # @return [::Google::Protobuf::FieldMask]
59
59
  # Strongly recommended for the best service experience.
60
60
  #
61
- # If {Google::Cloud::Talent::V4beta1::UpdateApplicationRequest#update_mask update_mask} is provided, only the specified fields in
62
- # {Google::Cloud::Talent::V4beta1::UpdateApplicationRequest#application application} are updated. Otherwise all the fields are updated.
61
+ # If {::Google::Cloud::Talent::V4beta1::UpdateApplicationRequest#update_mask update_mask} is provided, only the specified fields in
62
+ # {::Google::Cloud::Talent::V4beta1::UpdateApplicationRequest#application application} are updated. Otherwise all the fields are updated.
63
63
  #
64
64
  # A field mask to specify the application fields to be updated. Only
65
- # top level fields of {Google::Cloud::Talent::V4beta1::Application Application} are supported.
65
+ # top level fields of {::Google::Cloud::Talent::V4beta1::Application Application} are supported.
66
66
  class UpdateApplicationRequest
67
- include Google::Protobuf::MessageExts
68
- extend Google::Protobuf::MessageExts::ClassMethods
67
+ include ::Google::Protobuf::MessageExts
68
+ extend ::Google::Protobuf::MessageExts::ClassMethods
69
69
  end
70
70
 
71
71
  # Request to delete a application.
72
72
  # @!attribute [rw] name
73
- # @return [String]
73
+ # @return [::String]
74
74
  # Required. The resource name of the application to be deleted.
75
75
  #
76
76
  # The format is
77
77
  # "projects/\\{project_id}/tenants/\\{tenant_id}/profiles/\\{profile_id}/applications/\\{application_id}".
78
78
  # For example, "projects/foo/tenants/bar/profiles/baz/applications/qux".
79
79
  class DeleteApplicationRequest
80
- include Google::Protobuf::MessageExts
81
- extend Google::Protobuf::MessageExts::ClassMethods
80
+ include ::Google::Protobuf::MessageExts
81
+ extend ::Google::Protobuf::MessageExts::ClassMethods
82
82
  end
83
83
 
84
84
  # List applications for which the client has ACL visibility.
85
85
  # @!attribute [rw] parent
86
- # @return [String]
86
+ # @return [::String]
87
87
  # Required. Resource name of the profile under which the application is created.
88
88
  #
89
89
  # The format is
90
90
  # "projects/\\{project_id}/tenants/\\{tenant_id}/profiles/\\{profile_id}", for
91
91
  # example, "projects/foo/tenants/bar/profiles/baz".
92
92
  # @!attribute [rw] page_token
93
- # @return [String]
93
+ # @return [::String]
94
94
  # The starting indicator from which to return results.
95
95
  # @!attribute [rw] page_size
96
- # @return [Integer]
96
+ # @return [::Integer]
97
97
  # The maximum number of applications to be returned, at most 100.
98
98
  # Default is 100 if a non-positive number is provided.
99
99
  class ListApplicationsRequest
100
- include Google::Protobuf::MessageExts
101
- extend Google::Protobuf::MessageExts::ClassMethods
100
+ include ::Google::Protobuf::MessageExts
101
+ extend ::Google::Protobuf::MessageExts::ClassMethods
102
102
  end
103
103
 
104
104
  # The List applications response object.
105
105
  # @!attribute [rw] applications
106
- # @return [Array<Google::Cloud::Talent::V4beta1::Application>]
106
+ # @return [::Array<::Google::Cloud::Talent::V4beta1::Application>]
107
107
  # Applications for the current client.
108
108
  # @!attribute [rw] next_page_token
109
- # @return [String]
109
+ # @return [::String]
110
110
  # A token to retrieve the next page of results.
111
111
  # @!attribute [rw] metadata
112
- # @return [Google::Cloud::Talent::V4beta1::ResponseMetadata]
112
+ # @return [::Google::Cloud::Talent::V4beta1::ResponseMetadata]
113
113
  # Additional information for the API invocation, such as the request
114
114
  # tracking id.
115
115
  class ListApplicationsResponse
116
- include Google::Protobuf::MessageExts
117
- extend Google::Protobuf::MessageExts::ClassMethods
116
+ include ::Google::Protobuf::MessageExts
117
+ extend ::Google::Protobuf::MessageExts::ClassMethods
118
118
  end
119
119
  end
120
120
  end
@@ -23,43 +23,43 @@ module Google
23
23
  module V4beta1
24
24
  # Message representing a period of time between two timestamps.
25
25
  # @!attribute [rw] start_time
26
- # @return [Google::Protobuf::Timestamp]
26
+ # @return [::Google::Protobuf::Timestamp]
27
27
  # Begin of the period (inclusive).
28
28
  # @!attribute [rw] end_time
29
- # @return [Google::Protobuf::Timestamp]
29
+ # @return [::Google::Protobuf::Timestamp]
30
30
  # End of the period (exclusive).
31
31
  class TimestampRange
32
- include Google::Protobuf::MessageExts
33
- extend Google::Protobuf::MessageExts::ClassMethods
32
+ include ::Google::Protobuf::MessageExts
33
+ extend ::Google::Protobuf::MessageExts::ClassMethods
34
34
  end
35
35
 
36
36
  # A resource that represents a location with full geographic information.
37
37
  # @!attribute [rw] location_type
38
- # @return [Google::Cloud::Talent::V4beta1::Location::LocationType]
38
+ # @return [::Google::Cloud::Talent::V4beta1::Location::LocationType]
39
39
  # The type of a location, which corresponds to the address lines field of
40
- # {Google::Type::PostalAddress google.type.PostalAddress}. For example, "Downtown, Atlanta, GA, USA"
41
- # has a type of {Google::Cloud::Talent::V4beta1::Location::LocationType::NEIGHBORHOOD LocationType.NEIGHBORHOOD}, and "Kansas City, KS, USA"
42
- # has a type of {Google::Cloud::Talent::V4beta1::Location::LocationType::LOCALITY LocationType.LOCALITY}.
40
+ # {::Google::Type::PostalAddress google.type.PostalAddress}. For example, "Downtown, Atlanta, GA, USA"
41
+ # has a type of {::Google::Cloud::Talent::V4beta1::Location::LocationType::NEIGHBORHOOD LocationType.NEIGHBORHOOD}, and "Kansas City, KS, USA"
42
+ # has a type of {::Google::Cloud::Talent::V4beta1::Location::LocationType::LOCALITY LocationType.LOCALITY}.
43
43
  # @!attribute [rw] postal_address
44
- # @return [Google::Type::PostalAddress]
44
+ # @return [::Google::Type::PostalAddress]
45
45
  # Postal address of the location that includes human readable information,
46
46
  # such as postal delivery and payments addresses. Given a postal address,
47
47
  # a postal service can deliver items to a premises, P.O. Box, or other
48
48
  # delivery location.
49
49
  # @!attribute [rw] lat_lng
50
- # @return [Google::Type::LatLng]
50
+ # @return [::Google::Type::LatLng]
51
51
  # An object representing a latitude/longitude pair.
52
52
  # @!attribute [rw] radius_miles
53
- # @return [Float]
53
+ # @return [::Float]
54
54
  # Radius in miles of the job location. This value is derived from the
55
55
  # location bounding box in which a circle with the specified radius
56
- # centered from {Google::Type::LatLng google.type.LatLng} covers the area associated with the
56
+ # centered from {::Google::Type::LatLng google.type.LatLng} covers the area associated with the
57
57
  # job location.
58
58
  # For example, currently, "Mountain View, CA, USA" has a radius of
59
59
  # 6.17 miles.
60
60
  class Location
61
- include Google::Protobuf::MessageExts
62
- extend Google::Protobuf::MessageExts::ClassMethods
61
+ include ::Google::Protobuf::MessageExts
62
+ extend ::Google::Protobuf::MessageExts::ClassMethods
63
63
 
64
64
  # An enum which represents the type of a location.
65
65
  module LocationType
@@ -106,8 +106,8 @@ module Google
106
106
  # conducting the job search. This information is used to improve the
107
107
  # performance of the service.
108
108
  # @!attribute [rw] domain
109
- # @return [String]
110
- # Required if {Google::Cloud::Talent::V4beta1::RequestMetadata#allow_missing_ids allow_missing_ids} is unset or `false`.
109
+ # @return [::String]
110
+ # Required if {::Google::Cloud::Talent::V4beta1::RequestMetadata#allow_missing_ids allow_missing_ids} is unset or `false`.
111
111
  #
112
112
  # The client-defined scope or source of the service call, which typically
113
113
  # is the domain on
@@ -123,8 +123,8 @@ module Google
123
123
  #
124
124
  # The maximum number of allowed characters is 255.
125
125
  # @!attribute [rw] session_id
126
- # @return [String]
127
- # Required if {Google::Cloud::Talent::V4beta1::RequestMetadata#allow_missing_ids allow_missing_ids} is unset or `false`.
126
+ # @return [::String]
127
+ # Required if {::Google::Cloud::Talent::V4beta1::RequestMetadata#allow_missing_ids allow_missing_ids} is unset or `false`.
128
128
  #
129
129
  # A unique session identification string. A session is defined as the
130
130
  # duration of an end user's interaction with the service over a certain
@@ -137,8 +137,8 @@ module Google
137
137
  #
138
138
  # The maximum number of allowed characters is 255.
139
139
  # @!attribute [rw] user_id
140
- # @return [String]
141
- # Required if {Google::Cloud::Talent::V4beta1::RequestMetadata#allow_missing_ids allow_missing_ids} is unset or `false`.
140
+ # @return [::String]
141
+ # Required if {::Google::Cloud::Talent::V4beta1::RequestMetadata#allow_missing_ids allow_missing_ids} is unset or `false`.
142
142
  #
143
143
  # A unique user identification string, as determined by the client.
144
144
  # To have the strongest positive impact on search quality
@@ -151,43 +151,43 @@ module Google
151
151
  #
152
152
  # The maximum number of allowed characters is 255.
153
153
  # @!attribute [rw] allow_missing_ids
154
- # @return [Boolean]
155
- # Only set when any of {Google::Cloud::Talent::V4beta1::RequestMetadata#domain domain}, {Google::Cloud::Talent::V4beta1::RequestMetadata#session_id session_id} and {Google::Cloud::Talent::V4beta1::RequestMetadata#user_id user_id} isn't
154
+ # @return [::Boolean]
155
+ # Only set when any of {::Google::Cloud::Talent::V4beta1::RequestMetadata#domain domain}, {::Google::Cloud::Talent::V4beta1::RequestMetadata#session_id session_id} and {::Google::Cloud::Talent::V4beta1::RequestMetadata#user_id user_id} isn't
156
156
  # available for some reason. It is highly recommended not to set this field
157
- # and provide accurate {Google::Cloud::Talent::V4beta1::RequestMetadata#domain domain}, {Google::Cloud::Talent::V4beta1::RequestMetadata#session_id session_id} and {Google::Cloud::Talent::V4beta1::RequestMetadata#user_id user_id} for the
157
+ # and provide accurate {::Google::Cloud::Talent::V4beta1::RequestMetadata#domain domain}, {::Google::Cloud::Talent::V4beta1::RequestMetadata#session_id session_id} and {::Google::Cloud::Talent::V4beta1::RequestMetadata#user_id user_id} for the
158
158
  # best service experience.
159
159
  # @!attribute [rw] device_info
160
- # @return [Google::Cloud::Talent::V4beta1::DeviceInfo]
160
+ # @return [::Google::Cloud::Talent::V4beta1::DeviceInfo]
161
161
  # The type of device used by the job seeker at the time of the call to the
162
162
  # service.
163
163
  class RequestMetadata
164
- include Google::Protobuf::MessageExts
165
- extend Google::Protobuf::MessageExts::ClassMethods
164
+ include ::Google::Protobuf::MessageExts
165
+ extend ::Google::Protobuf::MessageExts::ClassMethods
166
166
  end
167
167
 
168
168
  # Additional information returned to client, such as debugging information.
169
169
  # @!attribute [rw] request_id
170
- # @return [String]
170
+ # @return [::String]
171
171
  # A unique id associated with this call.
172
172
  # This id is logged for tracking purposes.
173
173
  class ResponseMetadata
174
- include Google::Protobuf::MessageExts
175
- extend Google::Protobuf::MessageExts::ClassMethods
174
+ include ::Google::Protobuf::MessageExts
175
+ extend ::Google::Protobuf::MessageExts::ClassMethods
176
176
  end
177
177
 
178
178
  # Device information collected from the job seeker, candidate, or
179
179
  # other entity conducting the job search. Providing this information improves
180
180
  # the quality of the search results across devices.
181
181
  # @!attribute [rw] device_type
182
- # @return [Google::Cloud::Talent::V4beta1::DeviceInfo::DeviceType]
182
+ # @return [::Google::Cloud::Talent::V4beta1::DeviceInfo::DeviceType]
183
183
  # Type of the device.
184
184
  # @!attribute [rw] id
185
- # @return [String]
185
+ # @return [::String]
186
186
  # A device-specific ID. The ID must be a unique identifier that
187
187
  # distinguishes the device from other devices.
188
188
  class DeviceInfo
189
- include Google::Protobuf::MessageExts
190
- extend Google::Protobuf::MessageExts::ClassMethods
189
+ include ::Google::Protobuf::MessageExts
190
+ extend ::Google::Protobuf::MessageExts::ClassMethods
191
191
 
192
192
  # An enumeration describing an API access portal and exposure mechanism.
193
193
  module DeviceType
@@ -219,8 +219,8 @@ module Google
219
219
 
220
220
  # Custom attribute values that are either filterable or non-filterable.
221
221
  # @!attribute [rw] string_values
222
- # @return [Array<String>]
223
- # Exactly one of {Google::Cloud::Talent::V4beta1::CustomAttribute#string_values string_values} or {Google::Cloud::Talent::V4beta1::CustomAttribute#long_values long_values} must be specified.
222
+ # @return [::Array<::String>]
223
+ # Exactly one of {::Google::Cloud::Talent::V4beta1::CustomAttribute#string_values string_values} or {::Google::Cloud::Talent::V4beta1::CustomAttribute#long_values long_values} must be specified.
224
224
  #
225
225
  # This field is used to perform a string match (`CASE_SENSITIVE_MATCH` or
226
226
  # `CASE_INSENSITIVE_MATCH`) search.
@@ -231,33 +231,33 @@ module Google
231
231
  #
232
232
  # Empty string isn't allowed.
233
233
  # @!attribute [rw] long_values
234
- # @return [Array<Integer>]
235
- # Exactly one of {Google::Cloud::Talent::V4beta1::CustomAttribute#string_values string_values} or {Google::Cloud::Talent::V4beta1::CustomAttribute#long_values long_values} must be specified.
234
+ # @return [::Array<::Integer>]
235
+ # Exactly one of {::Google::Cloud::Talent::V4beta1::CustomAttribute#string_values string_values} or {::Google::Cloud::Talent::V4beta1::CustomAttribute#long_values long_values} must be specified.
236
236
  #
237
237
  # This field is used to perform number range search.
238
238
  # (`EQ`, `GT`, `GE`, `LE`, `LT`) over filterable `long_value`.
239
239
  #
240
- # Currently at most 1 {Google::Cloud::Talent::V4beta1::CustomAttribute#long_values long_values} is supported.
240
+ # Currently at most 1 {::Google::Cloud::Talent::V4beta1::CustomAttribute#long_values long_values} is supported.
241
241
  # @!attribute [rw] filterable
242
- # @return [Boolean]
242
+ # @return [::Boolean]
243
243
  # If the `filterable` flag is true, custom field values are searchable.
244
244
  # If false, values are not searchable.
245
245
  #
246
246
  # Default is false.
247
247
  class CustomAttribute
248
- include Google::Protobuf::MessageExts
249
- extend Google::Protobuf::MessageExts::ClassMethods
248
+ include ::Google::Protobuf::MessageExts
249
+ extend ::Google::Protobuf::MessageExts::ClassMethods
250
250
  end
251
251
 
252
252
  # Spell check result.
253
253
  # @!attribute [rw] corrected
254
- # @return [Boolean]
254
+ # @return [::Boolean]
255
255
  # Indicates if the query was corrected by the spell checker.
256
256
  # @!attribute [rw] corrected_text
257
- # @return [String]
257
+ # @return [::String]
258
258
  # Correction output consisting of the corrected keyword string.
259
259
  # @!attribute [rw] corrected_html
260
- # @return [String]
260
+ # @return [::String]
261
261
  # Corrected output with html tags to highlight the corrected words.
262
262
  # Corrected words are called out with the "<b><i>...</i></b>" html tags.
263
263
  #
@@ -266,113 +266,113 @@ module Google
266
266
  # correction is enabled, this value is
267
267
  # "software <b><i>engineer</i></b>".
268
268
  class SpellingCorrection
269
- include Google::Protobuf::MessageExts
270
- extend Google::Protobuf::MessageExts::ClassMethods
269
+ include ::Google::Protobuf::MessageExts
270
+ extend ::Google::Protobuf::MessageExts::ClassMethods
271
271
  end
272
272
 
273
273
  # Job compensation details.
274
274
  # @!attribute [rw] entries
275
- # @return [Array<Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry>]
275
+ # @return [::Array<::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry>]
276
276
  # Job compensation information.
277
277
  #
278
278
  # At most one entry can be of type
279
- # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationType::BASE CompensationInfo.CompensationType.BASE}, which is
279
+ # {::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationType::BASE CompensationInfo.CompensationType.BASE}, which is
280
280
  # referred as **base compensation entry** for the job.
281
281
  # @!attribute [r] annualized_base_compensation_range
282
- # @return [Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationRange]
282
+ # @return [::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationRange]
283
283
  # Output only. Annualized base compensation range. Computed as base compensation entry's
284
- # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#amount CompensationEntry.amount} times
285
- # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#expected_units_per_year CompensationEntry.expected_units_per_year}.
284
+ # {::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#amount CompensationEntry.amount} times
285
+ # {::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#expected_units_per_year CompensationEntry.expected_units_per_year}.
286
286
  #
287
- # See {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry CompensationEntry} for explanation on compensation annualization.
287
+ # See {::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry CompensationEntry} for explanation on compensation annualization.
288
288
  # @!attribute [r] annualized_total_compensation_range
289
- # @return [Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationRange]
289
+ # @return [::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationRange]
290
290
  # Output only. Annualized total compensation range. Computed as all compensation entries'
291
- # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#amount CompensationEntry.amount} times
292
- # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#expected_units_per_year CompensationEntry.expected_units_per_year}.
291
+ # {::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#amount CompensationEntry.amount} times
292
+ # {::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#expected_units_per_year CompensationEntry.expected_units_per_year}.
293
293
  #
294
- # See {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry CompensationEntry} for explanation on compensation annualization.
294
+ # See {::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry CompensationEntry} for explanation on compensation annualization.
295
295
  class CompensationInfo
296
- include Google::Protobuf::MessageExts
297
- extend Google::Protobuf::MessageExts::ClassMethods
296
+ include ::Google::Protobuf::MessageExts
297
+ extend ::Google::Protobuf::MessageExts::ClassMethods
298
298
 
299
299
  # A compensation entry that represents one component of compensation, such
300
300
  # as base pay, bonus, or other compensation type.
301
301
  #
302
302
  # Annualization: One compensation entry can be annualized if
303
- # - it contains valid {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#amount amount} or {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#range range}.
304
- # - and its {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#expected_units_per_year expected_units_per_year} is set or can be derived.
305
- # Its annualized range is determined as ({Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#amount amount} or {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#range range}) times
306
- # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#expected_units_per_year expected_units_per_year}.
303
+ # - it contains valid {::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#amount amount} or {::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#range range}.
304
+ # - and its {::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#expected_units_per_year expected_units_per_year} is set or can be derived.
305
+ # Its annualized range is determined as ({::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#amount amount} or {::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#range range}) times
306
+ # {::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#expected_units_per_year expected_units_per_year}.
307
307
  # @!attribute [rw] type
308
- # @return [Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationType]
308
+ # @return [::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationType]
309
309
  # Compensation type.
310
310
  #
311
- # Default is {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationType::COMPENSATION_TYPE_UNSPECIFIED CompensationType.COMPENSATION_TYPE_UNSPECIFIED}.
311
+ # Default is {::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationType::COMPENSATION_TYPE_UNSPECIFIED CompensationType.COMPENSATION_TYPE_UNSPECIFIED}.
312
312
  # @!attribute [rw] unit
313
- # @return [Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationUnit]
313
+ # @return [::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationUnit]
314
314
  # Frequency of the specified amount.
315
315
  #
316
- # Default is {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationUnit::COMPENSATION_UNIT_UNSPECIFIED CompensationUnit.COMPENSATION_UNIT_UNSPECIFIED}.
316
+ # Default is {::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationUnit::COMPENSATION_UNIT_UNSPECIFIED CompensationUnit.COMPENSATION_UNIT_UNSPECIFIED}.
317
317
  # @!attribute [rw] amount
318
- # @return [Google::Type::Money]
318
+ # @return [::Google::Type::Money]
319
319
  # Compensation amount.
320
320
  # @!attribute [rw] range
321
- # @return [Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationRange]
321
+ # @return [::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationRange]
322
322
  # Compensation range.
323
323
  # @!attribute [rw] description
324
- # @return [String]
324
+ # @return [::String]
325
325
  # Compensation description. For example, could
326
326
  # indicate equity terms or provide additional context to an estimated
327
327
  # bonus.
328
328
  # @!attribute [rw] expected_units_per_year
329
- # @return [Google::Protobuf::DoubleValue]
329
+ # @return [::Google::Protobuf::DoubleValue]
330
330
  # Expected number of units paid each year. If not specified, when
331
- # {Google::Cloud::Talent::V4beta1::Job#employment_types Job.employment_types} is FULLTIME, a default value is inferred
332
- # based on {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#unit unit}. Default values:
331
+ # {::Google::Cloud::Talent::V4beta1::Job#employment_types Job.employment_types} is FULLTIME, a default value is inferred
332
+ # based on {::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#unit unit}. Default values:
333
333
  # - HOURLY: 2080
334
334
  # - DAILY: 260
335
335
  # - WEEKLY: 52
336
336
  # - MONTHLY: 12
337
337
  # - ANNUAL: 1
338
338
  class CompensationEntry
339
- include Google::Protobuf::MessageExts
340
- extend Google::Protobuf::MessageExts::ClassMethods
339
+ include ::Google::Protobuf::MessageExts
340
+ extend ::Google::Protobuf::MessageExts::ClassMethods
341
341
  end
342
342
 
343
343
  # Compensation range.
344
344
  # @!attribute [rw] max_compensation
345
- # @return [Google::Type::Money]
345
+ # @return [::Google::Type::Money]
346
346
  # The maximum amount of compensation. If left empty, the value is set
347
347
  # to a maximal compensation value and the currency code is set to
348
- # match the {Google::Type::Money#currency_code currency code} of
348
+ # match the {::Google::Type::Money#currency_code currency code} of
349
349
  # min_compensation.
350
350
  # @!attribute [rw] min_compensation
351
- # @return [Google::Type::Money]
351
+ # @return [::Google::Type::Money]
352
352
  # The minimum amount of compensation. If left empty, the value is set
353
353
  # to zero and the currency code is set to match the
354
- # {Google::Type::Money#currency_code currency code} of max_compensation.
354
+ # {::Google::Type::Money#currency_code currency code} of max_compensation.
355
355
  class CompensationRange
356
- include Google::Protobuf::MessageExts
357
- extend Google::Protobuf::MessageExts::ClassMethods
356
+ include ::Google::Protobuf::MessageExts
357
+ extend ::Google::Protobuf::MessageExts::ClassMethods
358
358
  end
359
359
 
360
360
  # The type of compensation.
361
361
  #
362
362
  # For compensation amounts specified in non-monetary amounts,
363
- # describe the compensation scheme in the {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#description CompensationEntry.description}.
363
+ # describe the compensation scheme in the {::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#description CompensationEntry.description}.
364
364
  #
365
365
  # For example, tipping format is described in
366
- # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#description CompensationEntry.description} (for example, "expect 15-20% tips based
366
+ # {::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#description CompensationEntry.description} (for example, "expect 15-20% tips based
367
367
  # on customer bill.") and an estimate of the tips provided in
368
- # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#amount CompensationEntry.amount} or {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#range CompensationEntry.range} ($10 per hour).
368
+ # {::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#amount CompensationEntry.amount} or {::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#range CompensationEntry.range} ($10 per hour).
369
369
  #
370
- # For example, equity is described in {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#description CompensationEntry.description}
370
+ # For example, equity is described in {::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#description CompensationEntry.description}
371
371
  # (for example, "1% - 2% equity vesting over 4 years, 1 year cliff") and
372
- # value estimated in {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#amount CompensationEntry.amount} or
373
- # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#range CompensationEntry.range}. If no value estimate is possible, units are
374
- # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationUnit::COMPENSATION_UNIT_UNSPECIFIED CompensationUnit.COMPENSATION_UNIT_UNSPECIFIED} and then further
375
- # clarified in {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#description CompensationEntry.description} field.
372
+ # value estimated in {::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#amount CompensationEntry.amount} or
373
+ # {::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#range CompensationEntry.range}. If no value estimate is possible, units are
374
+ # {::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationUnit::COMPENSATION_UNIT_UNSPECIFIED CompensationUnit.COMPENSATION_UNIT_UNSPECIFIED} and then further
375
+ # clarified in {::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#description CompensationEntry.description} field.
376
376
  module CompensationType
377
377
  # Default value.
378
378
  COMPENSATION_TYPE_UNSPECIFIED = 0
@@ -435,125 +435,125 @@ module Google
435
435
 
436
436
  # Resource that represents a license or certification.
437
437
  # @!attribute [rw] display_name
438
- # @return [String]
438
+ # @return [::String]
439
439
  # Name of license or certification.
440
440
  #
441
441
  # Number of characters allowed is 100.
442
442
  # @!attribute [rw] acquire_date
443
- # @return [Google::Type::Date]
443
+ # @return [::Google::Type::Date]
444
444
  # Acquisition date or effective date of license or certification.
445
445
  # @!attribute [rw] expire_date
446
- # @return [Google::Type::Date]
446
+ # @return [::Google::Type::Date]
447
447
  # Expiration date of license of certification.
448
448
  # @!attribute [rw] authority
449
- # @return [String]
449
+ # @return [::String]
450
450
  # Authority of license, such as government.
451
451
  #
452
452
  # Number of characters allowed is 100.
453
453
  # @!attribute [rw] description
454
- # @return [String]
454
+ # @return [::String]
455
455
  # Description of license or certification.
456
456
  #
457
457
  # Number of characters allowed is 100,000.
458
458
  class Certification
459
- include Google::Protobuf::MessageExts
460
- extend Google::Protobuf::MessageExts::ClassMethods
459
+ include ::Google::Protobuf::MessageExts
460
+ extend ::Google::Protobuf::MessageExts::ClassMethods
461
461
  end
462
462
 
463
463
  # Resource that represents a skill of a candidate.
464
464
  # @!attribute [rw] display_name
465
- # @return [String]
465
+ # @return [::String]
466
466
  # Skill display name.
467
467
  #
468
468
  # For example, "Java", "Python".
469
469
  #
470
470
  # Number of characters allowed is 100.
471
471
  # @!attribute [rw] last_used_date
472
- # @return [Google::Type::Date]
472
+ # @return [::Google::Type::Date]
473
473
  # The last time this skill was used.
474
474
  # @!attribute [rw] level
475
- # @return [Google::Cloud::Talent::V4beta1::SkillProficiencyLevel]
475
+ # @return [::Google::Cloud::Talent::V4beta1::SkillProficiencyLevel]
476
476
  # Skill proficiency level which indicates how proficient the candidate is at
477
477
  # this skill.
478
478
  # @!attribute [rw] context
479
- # @return [String]
479
+ # @return [::String]
480
480
  # A paragraph describes context of this skill.
481
481
  #
482
482
  # Number of characters allowed is 100,000.
483
483
  # @!attribute [r] skill_name_snippet
484
- # @return [String]
485
- # Output only. Skill name snippet shows how the {Google::Cloud::Talent::V4beta1::Skill#display_name display_name} is related to a search
486
- # query. It's empty if the {Google::Cloud::Talent::V4beta1::Skill#display_name display_name} isn't related to the search
484
+ # @return [::String]
485
+ # Output only. Skill name snippet shows how the {::Google::Cloud::Talent::V4beta1::Skill#display_name display_name} is related to a search
486
+ # query. It's empty if the {::Google::Cloud::Talent::V4beta1::Skill#display_name display_name} isn't related to the search
487
487
  # query.
488
488
  class Skill
489
- include Google::Protobuf::MessageExts
490
- extend Google::Protobuf::MessageExts::ClassMethods
489
+ include ::Google::Protobuf::MessageExts
490
+ extend ::Google::Protobuf::MessageExts::ClassMethods
491
491
  end
492
492
 
493
493
  # Details of an interview.
494
494
  # @!attribute [rw] rating
495
- # @return [Google::Cloud::Talent::V4beta1::Rating]
495
+ # @return [::Google::Cloud::Talent::V4beta1::Rating]
496
496
  # The rating on this interview.
497
497
  # @!attribute [rw] outcome
498
- # @return [Google::Cloud::Talent::V4beta1::Outcome]
498
+ # @return [::Google::Cloud::Talent::V4beta1::Outcome]
499
499
  # Required. The overall decision resulting from this interview (positive, negative,
500
500
  # nuetral).
501
501
  class Interview
502
- include Google::Protobuf::MessageExts
503
- extend Google::Protobuf::MessageExts::ClassMethods
502
+ include ::Google::Protobuf::MessageExts
503
+ extend ::Google::Protobuf::MessageExts::ClassMethods
504
504
  end
505
505
 
506
506
  # The details of the score received for an assessment or interview.
507
507
  # @!attribute [rw] overall
508
- # @return [Float]
508
+ # @return [::Float]
509
509
  # Overall score.
510
510
  # @!attribute [rw] min
511
- # @return [Float]
511
+ # @return [::Float]
512
512
  # The minimum value for the score.
513
513
  # @!attribute [rw] max
514
- # @return [Float]
514
+ # @return [::Float]
515
515
  # The maximum value for the score.
516
516
  # @!attribute [rw] interval
517
- # @return [Float]
517
+ # @return [::Float]
518
518
  # The steps within the score (for example, interval = 1 max = 5
519
519
  # min = 1 indicates that the score can be 1, 2, 3, 4, or 5)
520
520
  class Rating
521
- include Google::Protobuf::MessageExts
522
- extend Google::Protobuf::MessageExts::ClassMethods
521
+ include ::Google::Protobuf::MessageExts
522
+ extend ::Google::Protobuf::MessageExts::ClassMethods
523
523
  end
524
524
 
525
525
  # Metadata used for long running operations returned by CTS batch APIs.
526
- # It's used to replace {Google::Longrunning::Operation#metadata google.longrunning.Operation.metadata}.
526
+ # It's used to replace {::Google::Longrunning::Operation#metadata google.longrunning.Operation.metadata}.
527
527
  # @!attribute [rw] state
528
- # @return [Google::Cloud::Talent::V4beta1::BatchOperationMetadata::State]
528
+ # @return [::Google::Cloud::Talent::V4beta1::BatchOperationMetadata::State]
529
529
  # The state of a long running operation.
530
530
  # @!attribute [rw] state_description
531
- # @return [String]
531
+ # @return [::String]
532
532
  # More detailed information about operation state.
533
533
  # @!attribute [rw] success_count
534
- # @return [Integer]
534
+ # @return [::Integer]
535
535
  # Count of successful item(s) inside an operation.
536
536
  # @!attribute [rw] failure_count
537
- # @return [Integer]
537
+ # @return [::Integer]
538
538
  # Count of failed item(s) inside an operation.
539
539
  # @!attribute [rw] total_count
540
- # @return [Integer]
540
+ # @return [::Integer]
541
541
  # Count of total item(s) inside an operation.
542
542
  # @!attribute [rw] create_time
543
- # @return [Google::Protobuf::Timestamp]
543
+ # @return [::Google::Protobuf::Timestamp]
544
544
  # The time when the batch operation is created.
545
545
  # @!attribute [rw] update_time
546
- # @return [Google::Protobuf::Timestamp]
546
+ # @return [::Google::Protobuf::Timestamp]
547
547
  # The time when the batch operation status is updated. The metadata and the
548
- # {Google::Cloud::Talent::V4beta1::BatchOperationMetadata#update_time update_time} is refreshed every minute otherwise cached data is
548
+ # {::Google::Cloud::Talent::V4beta1::BatchOperationMetadata#update_time update_time} is refreshed every minute otherwise cached data is
549
549
  # returned.
550
550
  # @!attribute [rw] end_time
551
- # @return [Google::Protobuf::Timestamp]
551
+ # @return [::Google::Protobuf::Timestamp]
552
552
  # The time when the batch operation is finished and
553
- # {Google::Longrunning::Operation#done google.longrunning.Operation.done} is set to `true`.
553
+ # {::Google::Longrunning::Operation#done google.longrunning.Operation.done} is set to `true`.
554
554
  class BatchOperationMetadata
555
- include Google::Protobuf::MessageExts
556
- extend Google::Protobuf::MessageExts::ClassMethods
555
+ include ::Google::Protobuf::MessageExts
556
+ extend ::Google::Protobuf::MessageExts::ClassMethods
557
557
 
558
558
  module State
559
559
  # Default value.
@@ -730,7 +730,7 @@ module Google
730
730
  # The job is offered as a contracted position with the understanding
731
731
  # that it's converted into a full-time position at the end of the
732
732
  # contract. Jobs of this type are also returned by a search for
733
- # {Google::Cloud::Talent::V4beta1::EmploymentType::CONTRACTOR EmploymentType.CONTRACTOR} jobs.
733
+ # {::Google::Cloud::Talent::V4beta1::EmploymentType::CONTRACTOR EmploymentType.CONTRACTOR} jobs.
734
734
  CONTRACT_TO_HIRE = 4
735
735
 
736
736
  # The job is offered as a temporary employment opportunity, usually
@@ -886,13 +886,13 @@ module Google
886
886
  # eligible for searches in the specified region.
887
887
  module PostingRegion
888
888
  # If the region is unspecified, the job is only returned if it
889
- # matches the {Google::Cloud::Talent::V4beta1::LocationFilter LocationFilter}.
889
+ # matches the {::Google::Cloud::Talent::V4beta1::LocationFilter LocationFilter}.
890
890
  POSTING_REGION_UNSPECIFIED = 0
891
891
 
892
892
  # In addition to exact location matching, job posting is returned when the
893
- # {Google::Cloud::Talent::V4beta1::LocationFilter LocationFilter} in the search query is in the same administrative area
893
+ # {::Google::Cloud::Talent::V4beta1::LocationFilter LocationFilter} in the search query is in the same administrative area
894
894
  # as the returned job posting. For example, if a `ADMINISTRATIVE_AREA` job
895
- # is posted in "CA, USA", it's returned if {Google::Cloud::Talent::V4beta1::LocationFilter LocationFilter} has
895
+ # is posted in "CA, USA", it's returned if {::Google::Cloud::Talent::V4beta1::LocationFilter LocationFilter} has
896
896
  # "Mountain View".
897
897
  #
898
898
  # Administrative area refers to top-level administrative subdivision of this
@@ -901,9 +901,9 @@ module Google
901
901
  ADMINISTRATIVE_AREA = 1
902
902
 
903
903
  # In addition to exact location matching, job is returned when
904
- # {Google::Cloud::Talent::V4beta1::LocationFilter LocationFilter} in search query is in the same country as this job.
904
+ # {::Google::Cloud::Talent::V4beta1::LocationFilter LocationFilter} in search query is in the same country as this job.
905
905
  # For example, if a `NATION_WIDE` job is posted in "USA", it's
906
- # returned if {Google::Cloud::Talent::V4beta1::LocationFilter LocationFilter} has 'Mountain View'.
906
+ # returned if {::Google::Cloud::Talent::V4beta1::LocationFilter LocationFilter} has 'Mountain View'.
907
907
  NATION = 2
908
908
 
909
909
  # Job allows employees to work remotely (telecommute).
@@ -1038,10 +1038,10 @@ module Google
1038
1038
 
1039
1039
  # Job application signal.
1040
1040
  #
1041
- # In the context of {Google::Cloud::Talent::V4beta1::Profile#availability_signals Profile.availability_signals}, this signal is related
1041
+ # In the context of {::Google::Cloud::Talent::V4beta1::Profile#availability_signals Profile.availability_signals}, this signal is related
1042
1042
  # to the candidate's most recent application.
1043
- # {Google::Cloud::Talent::V4beta1::AvailabilitySignal#last_update_time last_update_time} is
1044
- # calculated from max({Google::Cloud::Talent::V4beta1::Application#create_time Application.create_time}) from all {Google::Cloud::Talent::V4beta1::Application Application}
1043
+ # {::Google::Cloud::Talent::V4beta1::AvailabilitySignal#last_update_time last_update_time} is
1044
+ # calculated from max({::Google::Cloud::Talent::V4beta1::Application#create_time Application.create_time}) from all {::Google::Cloud::Talent::V4beta1::Application Application}
1045
1045
  # records where [Application.source][google.cloud.talent.v4beta1.Application.source] is any of the following:
1046
1046
  # [APPLY_DIRECT_WEB][google.cloud.talent.v4beta1.Application.ApplicationSource.APPLY_DIRECT_WEB]
1047
1047
  # [APPLY_DIRECT_MOBILE_WEB][google.cloud.talent.v4beta1.Application.ApplicationSource.APPLY_DIRECT_MOBILE_WEB]
@@ -1049,55 +1049,55 @@ module Google
1049
1049
  # [APPLY_DIRECT_IN_PERSON][google.cloud.talent.v4beta1.Application.ApplicationSource.APPLY_DIRECT_IN_PERSON]
1050
1050
  # [APPLY_INDIRECT][google.cloud.talent.v4beta1.Application.ApplicationSource.APPLY_INDIRECT]
1051
1051
  #
1052
- # In the context of {Google::Cloud::Talent::V4beta1::AvailabilityFilter AvailabilityFilter}, the filter is applied on
1053
- # {Google::Cloud::Talent::V4beta1::Profile#availability_signals Profile.availability_signals} where
1054
- # {Google::Cloud::Talent::V4beta1::AvailabilitySignal#type type} is JOB_APPLICATION.
1052
+ # In the context of {::Google::Cloud::Talent::V4beta1::AvailabilityFilter AvailabilityFilter}, the filter is applied on
1053
+ # {::Google::Cloud::Talent::V4beta1::Profile#availability_signals Profile.availability_signals} where
1054
+ # {::Google::Cloud::Talent::V4beta1::AvailabilitySignal#type type} is JOB_APPLICATION.
1055
1055
  JOB_APPLICATION = 1
1056
1056
 
1057
1057
  # Resume update signal.
1058
1058
  #
1059
- # In the context of {Google::Cloud::Talent::V4beta1::Profile#availability_signals Profile.availability_signals}, this signal is related
1059
+ # In the context of {::Google::Cloud::Talent::V4beta1::Profile#availability_signals Profile.availability_signals}, this signal is related
1060
1060
  # to the candidate's most recent update to their resume.
1061
- # For a {Google::Cloud::Talent::V4beta1::SummarizedProfile#summary SummarizedProfile.summary},
1062
- # {Google::Cloud::Talent::V4beta1::AvailabilitySignal#last_update_time last_update_time} is
1063
- # calculated from max({Google::Cloud::Talent::V4beta1::Profile#resume_update_time Profile.resume_update_time}) from all
1064
- # {Google::Cloud::Talent::V4beta1::SummarizedProfile#profiles SummarizedProfile.profiles}.
1061
+ # For a {::Google::Cloud::Talent::V4beta1::SummarizedProfile#summary SummarizedProfile.summary},
1062
+ # {::Google::Cloud::Talent::V4beta1::AvailabilitySignal#last_update_time last_update_time} is
1063
+ # calculated from max({::Google::Cloud::Talent::V4beta1::Profile#resume_update_time Profile.resume_update_time}) from all
1064
+ # {::Google::Cloud::Talent::V4beta1::SummarizedProfile#profiles SummarizedProfile.profiles}.
1065
1065
  #
1066
- # In the context of {Google::Cloud::Talent::V4beta1::AvailabilityFilter AvailabilityFilter}, the filter is applied on
1067
- # {Google::Cloud::Talent::V4beta1::Profile#availability_signals Profile.availability_signals} where
1068
- # {Google::Cloud::Talent::V4beta1::AvailabilitySignal#type type} is RESUME_UPDATE.
1066
+ # In the context of {::Google::Cloud::Talent::V4beta1::AvailabilityFilter AvailabilityFilter}, the filter is applied on
1067
+ # {::Google::Cloud::Talent::V4beta1::Profile#availability_signals Profile.availability_signals} where
1068
+ # {::Google::Cloud::Talent::V4beta1::AvailabilitySignal#type type} is RESUME_UPDATE.
1069
1069
  RESUME_UPDATE = 2
1070
1070
 
1071
1071
  # Candidate update signal.
1072
1072
  #
1073
- # In the context of {Google::Cloud::Talent::V4beta1::Profile#availability_signals Profile.availability_signals}, this signal is related
1073
+ # In the context of {::Google::Cloud::Talent::V4beta1::Profile#availability_signals Profile.availability_signals}, this signal is related
1074
1074
  # to the candidate's most recent update to their profile.
1075
- # For a {Google::Cloud::Talent::V4beta1::SummarizedProfile#summary SummarizedProfile.summary},
1076
- # {Google::Cloud::Talent::V4beta1::AvailabilitySignal#last_update_time last_update_time} is
1077
- # calculated from max({Google::Cloud::Talent::V4beta1::Profile#candidate_update_time Profile.candidate_update_time}) from all
1078
- # {Google::Cloud::Talent::V4beta1::SummarizedProfile#profiles SummarizedProfile.profiles}.
1075
+ # For a {::Google::Cloud::Talent::V4beta1::SummarizedProfile#summary SummarizedProfile.summary},
1076
+ # {::Google::Cloud::Talent::V4beta1::AvailabilitySignal#last_update_time last_update_time} is
1077
+ # calculated from max({::Google::Cloud::Talent::V4beta1::Profile#candidate_update_time Profile.candidate_update_time}) from all
1078
+ # {::Google::Cloud::Talent::V4beta1::SummarizedProfile#profiles SummarizedProfile.profiles}.
1079
1079
  #
1080
- # In the context of {Google::Cloud::Talent::V4beta1::AvailabilityFilter AvailabilityFilter}, the filter is applied on
1081
- # {Google::Cloud::Talent::V4beta1::Profile#availability_signals Profile.availability_signals} where
1082
- # {Google::Cloud::Talent::V4beta1::AvailabilitySignal#type type} is CANDIDATE_UPDATE.
1080
+ # In the context of {::Google::Cloud::Talent::V4beta1::AvailabilityFilter AvailabilityFilter}, the filter is applied on
1081
+ # {::Google::Cloud::Talent::V4beta1::Profile#availability_signals Profile.availability_signals} where
1082
+ # {::Google::Cloud::Talent::V4beta1::AvailabilitySignal#type type} is CANDIDATE_UPDATE.
1083
1083
  CANDIDATE_UPDATE = 3
1084
1084
 
1085
1085
  # Client submission signal.
1086
1086
  #
1087
- # In the context of {Google::Cloud::Talent::V4beta1::Profile#availability_signals Profile.availability_signals}, this signal is related
1087
+ # In the context of {::Google::Cloud::Talent::V4beta1::Profile#availability_signals Profile.availability_signals}, this signal is related
1088
1088
  # to the candidate's most recent submission.
1089
- # {Google::Cloud::Talent::V4beta1::AvailabilitySignal#last_update_time last_update_time} is
1090
- # calculated from max({Google::Cloud::Talent::V4beta1::Application#create_time Application.create_time}) from all {Google::Cloud::Talent::V4beta1::Application Application}
1091
- # records where {Google::Cloud::Talent::V4beta1::Application#stage Application.stage} is any of the following:
1092
- # {Google::Cloud::Talent::V4beta1::Application::ApplicationStage::HIRING_MANAGER_REVIEW HIRING_MANAGER_REVIEW}
1093
- # {Google::Cloud::Talent::V4beta1::Application::ApplicationStage::INTERVIEW INTERVIEW}
1094
- # {Google::Cloud::Talent::V4beta1::Application::ApplicationStage::OFFER_EXTENDED OFFER_EXTENDED}
1095
- # {Google::Cloud::Talent::V4beta1::Application::ApplicationStage::OFFER_ACCEPTED OFFER_ACCEPTED}
1096
- # {Google::Cloud::Talent::V4beta1::Application::ApplicationStage::STARTED STARTED}
1089
+ # {::Google::Cloud::Talent::V4beta1::AvailabilitySignal#last_update_time last_update_time} is
1090
+ # calculated from max({::Google::Cloud::Talent::V4beta1::Application#create_time Application.create_time}) from all {::Google::Cloud::Talent::V4beta1::Application Application}
1091
+ # records where {::Google::Cloud::Talent::V4beta1::Application#stage Application.stage} is any of the following:
1092
+ # {::Google::Cloud::Talent::V4beta1::Application::ApplicationStage::HIRING_MANAGER_REVIEW HIRING_MANAGER_REVIEW}
1093
+ # {::Google::Cloud::Talent::V4beta1::Application::ApplicationStage::INTERVIEW INTERVIEW}
1094
+ # {::Google::Cloud::Talent::V4beta1::Application::ApplicationStage::OFFER_EXTENDED OFFER_EXTENDED}
1095
+ # {::Google::Cloud::Talent::V4beta1::Application::ApplicationStage::OFFER_ACCEPTED OFFER_ACCEPTED}
1096
+ # {::Google::Cloud::Talent::V4beta1::Application::ApplicationStage::STARTED STARTED}
1097
1097
  #
1098
- # In the context of {Google::Cloud::Talent::V4beta1::AvailabilityFilter AvailabilityFilter}, the filter is applied on
1099
- # {Google::Cloud::Talent::V4beta1::Profile#availability_signals Profile.availability_signals} where
1100
- # {Google::Cloud::Talent::V4beta1::AvailabilitySignal#type type} is CLIENT_SUBMISSION.
1098
+ # In the context of {::Google::Cloud::Talent::V4beta1::AvailabilityFilter AvailabilityFilter}, the filter is applied on
1099
+ # {::Google::Cloud::Talent::V4beta1::Profile#availability_signals Profile.availability_signals} where
1100
+ # {::Google::Cloud::Talent::V4beta1::AvailabilitySignal#type type} is CLIENT_SUBMISSION.
1101
1101
  CLIENT_SUBMISSION = 4
1102
1102
  end
1103
1103
  end