google-cloud-talent-v4 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.yardopts +12 -0
- data/AUTHENTICATION.md +169 -0
- data/LICENSE.md +203 -0
- data/README.md +75 -0
- data/lib/google-cloud-talent-v4.rb +21 -0
- data/lib/google/cloud/talent/v4.rb +39 -0
- data/lib/google/cloud/talent/v4/common_pb.rb +280 -0
- data/lib/google/cloud/talent/v4/company_pb.rb +42 -0
- data/lib/google/cloud/talent/v4/company_service.rb +49 -0
- data/lib/google/cloud/talent/v4/company_service/client.rb +732 -0
- data/lib/google/cloud/talent/v4/company_service/credentials.rb +52 -0
- data/lib/google/cloud/talent/v4/company_service/paths.rb +69 -0
- data/lib/google/cloud/talent/v4/company_service_pb.rb +57 -0
- data/lib/google/cloud/talent/v4/company_service_services_pb.rb +54 -0
- data/lib/google/cloud/talent/v4/completion.rb +49 -0
- data/lib/google/cloud/talent/v4/completion/client.rb +408 -0
- data/lib/google/cloud/talent/v4/completion/credentials.rb +52 -0
- data/lib/google/cloud/talent/v4/completion/paths.rb +69 -0
- data/lib/google/cloud/talent/v4/completion_service_pb.rb +57 -0
- data/lib/google/cloud/talent/v4/completion_service_services_pb.rb +46 -0
- data/lib/google/cloud/talent/v4/event_pb.rb +55 -0
- data/lib/google/cloud/talent/v4/event_service.rb +49 -0
- data/lib/google/cloud/talent/v4/event_service/client.rb +383 -0
- data/lib/google/cloud/talent/v4/event_service/credentials.rb +52 -0
- data/lib/google/cloud/talent/v4/event_service/paths.rb +50 -0
- data/lib/google/cloud/talent/v4/event_service_pb.rb +28 -0
- data/lib/google/cloud/talent/v4/event_service_services_pb.rb +51 -0
- data/lib/google/cloud/talent/v4/filters_pb.rb +87 -0
- data/lib/google/cloud/talent/v4/histogram_pb.rb +28 -0
- data/lib/google/cloud/talent/v4/job_pb.rb +72 -0
- data/lib/google/cloud/talent/v4/job_service.rb +50 -0
- data/lib/google/cloud/talent/v4/job_service/client.rb +1632 -0
- data/lib/google/cloud/talent/v4/job_service/credentials.rb +52 -0
- data/lib/google/cloud/talent/v4/job_service/operations.rb +570 -0
- data/lib/google/cloud/talent/v4/job_service/paths.rb +88 -0
- data/lib/google/cloud/talent/v4/job_service_pb.rb +173 -0
- data/lib/google/cloud/talent/v4/job_service_services_pb.rb +86 -0
- data/lib/google/cloud/talent/v4/tenant_pb.rb +26 -0
- data/lib/google/cloud/talent/v4/tenant_service.rb +49 -0
- data/lib/google/cloud/talent/v4/tenant_service/client.rb +720 -0
- data/lib/google/cloud/talent/v4/tenant_service/credentials.rb +52 -0
- data/lib/google/cloud/talent/v4/tenant_service/paths.rb +64 -0
- data/lib/google/cloud/talent/v4/tenant_service_pb.rb +56 -0
- data/lib/google/cloud/talent/v4/tenant_service_services_pb.rb +53 -0
- data/lib/google/cloud/talent/v4/version.rb +28 -0
- data/proto_docs/README.md +4 -0
- data/proto_docs/google/api/field_behavior.rb +59 -0
- data/proto_docs/google/api/resource.rb +283 -0
- data/proto_docs/google/cloud/talent/v4/common.rb +949 -0
- data/proto_docs/google/cloud/talent/v4/company.rb +117 -0
- data/proto_docs/google/cloud/talent/v4/company_service.rb +133 -0
- data/proto_docs/google/cloud/talent/v4/completion_service.rb +148 -0
- data/proto_docs/google/cloud/talent/v4/event.rb +179 -0
- data/proto_docs/google/cloud/talent/v4/event_service.rb +42 -0
- data/proto_docs/google/cloud/talent/v4/filters.rb +360 -0
- data/proto_docs/google/cloud/talent/v4/histogram.rb +72 -0
- data/proto_docs/google/cloud/talent/v4/job.rb +378 -0
- data/proto_docs/google/cloud/talent/v4/job_service.rb +737 -0
- data/proto_docs/google/cloud/talent/v4/tenant.rb +50 -0
- data/proto_docs/google/cloud/talent/v4/tenant_service.rb +121 -0
- data/proto_docs/google/longrunning/operations.rb +150 -0
- data/proto_docs/google/protobuf/any.rb +138 -0
- data/proto_docs/google/protobuf/duration.rb +98 -0
- data/proto_docs/google/protobuf/empty.rb +36 -0
- data/proto_docs/google/protobuf/field_mask.rb +229 -0
- data/proto_docs/google/protobuf/timestamp.rb +120 -0
- data/proto_docs/google/protobuf/wrappers.rb +121 -0
- data/proto_docs/google/rpc/status.rb +46 -0
- data/proto_docs/google/type/latlng.rb +38 -0
- data/proto_docs/google/type/money.rb +43 -0
- data/proto_docs/google/type/postal_address.rb +135 -0
- data/proto_docs/google/type/timeofday.rb +44 -0
- metadata +258 -0
@@ -0,0 +1,121 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2020 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
|
20
|
+
module Google
|
21
|
+
module Protobuf
|
22
|
+
# Wrapper message for `double`.
|
23
|
+
#
|
24
|
+
# The JSON representation for `DoubleValue` is JSON number.
|
25
|
+
# @!attribute [rw] value
|
26
|
+
# @return [::Float]
|
27
|
+
# The double value.
|
28
|
+
class DoubleValue
|
29
|
+
include ::Google::Protobuf::MessageExts
|
30
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
31
|
+
end
|
32
|
+
|
33
|
+
# Wrapper message for `float`.
|
34
|
+
#
|
35
|
+
# The JSON representation for `FloatValue` is JSON number.
|
36
|
+
# @!attribute [rw] value
|
37
|
+
# @return [::Float]
|
38
|
+
# The float value.
|
39
|
+
class FloatValue
|
40
|
+
include ::Google::Protobuf::MessageExts
|
41
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
42
|
+
end
|
43
|
+
|
44
|
+
# Wrapper message for `int64`.
|
45
|
+
#
|
46
|
+
# The JSON representation for `Int64Value` is JSON string.
|
47
|
+
# @!attribute [rw] value
|
48
|
+
# @return [::Integer]
|
49
|
+
# The int64 value.
|
50
|
+
class Int64Value
|
51
|
+
include ::Google::Protobuf::MessageExts
|
52
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
53
|
+
end
|
54
|
+
|
55
|
+
# Wrapper message for `uint64`.
|
56
|
+
#
|
57
|
+
# The JSON representation for `UInt64Value` is JSON string.
|
58
|
+
# @!attribute [rw] value
|
59
|
+
# @return [::Integer]
|
60
|
+
# The uint64 value.
|
61
|
+
class UInt64Value
|
62
|
+
include ::Google::Protobuf::MessageExts
|
63
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
64
|
+
end
|
65
|
+
|
66
|
+
# Wrapper message for `int32`.
|
67
|
+
#
|
68
|
+
# The JSON representation for `Int32Value` is JSON number.
|
69
|
+
# @!attribute [rw] value
|
70
|
+
# @return [::Integer]
|
71
|
+
# The int32 value.
|
72
|
+
class Int32Value
|
73
|
+
include ::Google::Protobuf::MessageExts
|
74
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
75
|
+
end
|
76
|
+
|
77
|
+
# Wrapper message for `uint32`.
|
78
|
+
#
|
79
|
+
# The JSON representation for `UInt32Value` is JSON number.
|
80
|
+
# @!attribute [rw] value
|
81
|
+
# @return [::Integer]
|
82
|
+
# The uint32 value.
|
83
|
+
class UInt32Value
|
84
|
+
include ::Google::Protobuf::MessageExts
|
85
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
86
|
+
end
|
87
|
+
|
88
|
+
# Wrapper message for `bool`.
|
89
|
+
#
|
90
|
+
# The JSON representation for `BoolValue` is JSON `true` and `false`.
|
91
|
+
# @!attribute [rw] value
|
92
|
+
# @return [::Boolean]
|
93
|
+
# The bool value.
|
94
|
+
class BoolValue
|
95
|
+
include ::Google::Protobuf::MessageExts
|
96
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
97
|
+
end
|
98
|
+
|
99
|
+
# Wrapper message for `string`.
|
100
|
+
#
|
101
|
+
# The JSON representation for `StringValue` is JSON string.
|
102
|
+
# @!attribute [rw] value
|
103
|
+
# @return [::String]
|
104
|
+
# The string value.
|
105
|
+
class StringValue
|
106
|
+
include ::Google::Protobuf::MessageExts
|
107
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
108
|
+
end
|
109
|
+
|
110
|
+
# Wrapper message for `bytes`.
|
111
|
+
#
|
112
|
+
# The JSON representation for `BytesValue` is JSON string.
|
113
|
+
# @!attribute [rw] value
|
114
|
+
# @return [::String]
|
115
|
+
# The bytes value.
|
116
|
+
class BytesValue
|
117
|
+
include ::Google::Protobuf::MessageExts
|
118
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
119
|
+
end
|
120
|
+
end
|
121
|
+
end
|
@@ -0,0 +1,46 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2020 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
|
20
|
+
module Google
|
21
|
+
module Rpc
|
22
|
+
# The `Status` type defines a logical error model that is suitable for
|
23
|
+
# different programming environments, including REST APIs and RPC APIs. It is
|
24
|
+
# used by [gRPC](https://github.com/grpc). Each `Status` message contains
|
25
|
+
# three pieces of data: error code, error message, and error details.
|
26
|
+
#
|
27
|
+
# You can find out more about this error model and how to work with it in the
|
28
|
+
# [API Design Guide](https://cloud.google.com/apis/design/errors).
|
29
|
+
# @!attribute [rw] code
|
30
|
+
# @return [::Integer]
|
31
|
+
# The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
|
32
|
+
# @!attribute [rw] message
|
33
|
+
# @return [::String]
|
34
|
+
# A developer-facing error message, which should be in English. Any
|
35
|
+
# user-facing error message should be localized and sent in the
|
36
|
+
# {::Google::Rpc::Status#details google.rpc.Status.details} field, or localized by the client.
|
37
|
+
# @!attribute [rw] details
|
38
|
+
# @return [::Array<::Google::Protobuf::Any>]
|
39
|
+
# A list of messages that carry the error details. There is a common set of
|
40
|
+
# message types for APIs to use.
|
41
|
+
class Status
|
42
|
+
include ::Google::Protobuf::MessageExts
|
43
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
44
|
+
end
|
45
|
+
end
|
46
|
+
end
|
@@ -0,0 +1,38 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2020 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
|
20
|
+
module Google
|
21
|
+
module Type
|
22
|
+
# An object representing a latitude/longitude pair. This is expressed as a pair
|
23
|
+
# of doubles representing degrees latitude and degrees longitude. Unless
|
24
|
+
# specified otherwise, this must conform to the
|
25
|
+
# <a href="http://www.unoosa.org/pdf/icg/2012/template/WGS_84.pdf">WGS84
|
26
|
+
# standard</a>. Values must be within normalized ranges.
|
27
|
+
# @!attribute [rw] latitude
|
28
|
+
# @return [::Float]
|
29
|
+
# The latitude in degrees. It must be in the range [-90.0, +90.0].
|
30
|
+
# @!attribute [rw] longitude
|
31
|
+
# @return [::Float]
|
32
|
+
# The longitude in degrees. It must be in the range [-180.0, +180.0].
|
33
|
+
class LatLng
|
34
|
+
include ::Google::Protobuf::MessageExts
|
35
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
36
|
+
end
|
37
|
+
end
|
38
|
+
end
|
@@ -0,0 +1,43 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2020 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
|
20
|
+
module Google
|
21
|
+
module Type
|
22
|
+
# Represents an amount of money with its currency type.
|
23
|
+
# @!attribute [rw] currency_code
|
24
|
+
# @return [::String]
|
25
|
+
# The 3-letter currency code defined in ISO 4217.
|
26
|
+
# @!attribute [rw] units
|
27
|
+
# @return [::Integer]
|
28
|
+
# The whole units of the amount.
|
29
|
+
# For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar.
|
30
|
+
# @!attribute [rw] nanos
|
31
|
+
# @return [::Integer]
|
32
|
+
# Number of nano (10^-9) units of the amount.
|
33
|
+
# The value must be between -999,999,999 and +999,999,999 inclusive.
|
34
|
+
# If `units` is positive, `nanos` must be positive or zero.
|
35
|
+
# If `units` is zero, `nanos` can be positive, zero, or negative.
|
36
|
+
# If `units` is negative, `nanos` must be negative or zero.
|
37
|
+
# For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.
|
38
|
+
class Money
|
39
|
+
include ::Google::Protobuf::MessageExts
|
40
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
41
|
+
end
|
42
|
+
end
|
43
|
+
end
|
@@ -0,0 +1,135 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2020 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
|
20
|
+
module Google
|
21
|
+
module Type
|
22
|
+
# Represents a postal address, e.g. for postal delivery or payments addresses.
|
23
|
+
# Given a postal address, a postal service can deliver items to a premise, P.O.
|
24
|
+
# Box or similar.
|
25
|
+
# It is not intended to model geographical locations (roads, towns,
|
26
|
+
# mountains).
|
27
|
+
#
|
28
|
+
# In typical usage an address would be created via user input or from importing
|
29
|
+
# existing data, depending on the type of process.
|
30
|
+
#
|
31
|
+
# Advice on address input / editing:
|
32
|
+
# - Use an i18n-ready address widget such as
|
33
|
+
# https://github.com/google/libaddressinput)
|
34
|
+
# - Users should not be presented with UI elements for input or editing of
|
35
|
+
# fields outside countries where that field is used.
|
36
|
+
#
|
37
|
+
# For more guidance on how to use this schema, please see:
|
38
|
+
# https://support.google.com/business/answer/6397478
|
39
|
+
# @!attribute [rw] revision
|
40
|
+
# @return [::Integer]
|
41
|
+
# The schema revision of the `PostalAddress`. This must be set to 0, which is
|
42
|
+
# the latest revision.
|
43
|
+
#
|
44
|
+
# All new revisions **must** be backward compatible with old revisions.
|
45
|
+
# @!attribute [rw] region_code
|
46
|
+
# @return [::String]
|
47
|
+
# Required. CLDR region code of the country/region of the address. This
|
48
|
+
# is never inferred and it is up to the user to ensure the value is
|
49
|
+
# correct. See http://cldr.unicode.org/ and
|
50
|
+
# http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html
|
51
|
+
# for details. Example: "CH" for Switzerland.
|
52
|
+
# @!attribute [rw] language_code
|
53
|
+
# @return [::String]
|
54
|
+
# Optional. BCP-47 language code of the contents of this address (if
|
55
|
+
# known). This is often the UI language of the input form or is expected
|
56
|
+
# to match one of the languages used in the address' country/region, or their
|
57
|
+
# transliterated equivalents.
|
58
|
+
# This can affect formatting in certain countries, but is not critical
|
59
|
+
# to the correctness of the data and will never affect any validation or
|
60
|
+
# other non-formatting related operations.
|
61
|
+
#
|
62
|
+
# If this value is not known, it should be omitted (rather than specifying a
|
63
|
+
# possibly incorrect default).
|
64
|
+
#
|
65
|
+
# Examples: "zh-Hant", "ja", "ja-Latn", "en".
|
66
|
+
# @!attribute [rw] postal_code
|
67
|
+
# @return [::String]
|
68
|
+
# Optional. Postal code of the address. Not all countries use or require
|
69
|
+
# postal codes to be present, but where they are used, they may trigger
|
70
|
+
# additional validation with other parts of the address (e.g. state/zip
|
71
|
+
# validation in the U.S.A.).
|
72
|
+
# @!attribute [rw] sorting_code
|
73
|
+
# @return [::String]
|
74
|
+
# Optional. Additional, country-specific, sorting code. This is not used
|
75
|
+
# in most regions. Where it is used, the value is either a string like
|
76
|
+
# "CEDEX", optionally followed by a number (e.g. "CEDEX 7"), or just a number
|
77
|
+
# alone, representing the "sector code" (Jamaica), "delivery area indicator"
|
78
|
+
# (Malawi) or "post office indicator" (e.g. Côte d'Ivoire).
|
79
|
+
# @!attribute [rw] administrative_area
|
80
|
+
# @return [::String]
|
81
|
+
# Optional. Highest administrative subdivision which is used for postal
|
82
|
+
# addresses of a country or region.
|
83
|
+
# For example, this can be a state, a province, an oblast, or a prefecture.
|
84
|
+
# Specifically, for Spain this is the province and not the autonomous
|
85
|
+
# community (e.g. "Barcelona" and not "Catalonia").
|
86
|
+
# Many countries don't use an administrative area in postal addresses. E.g.
|
87
|
+
# in Switzerland this should be left unpopulated.
|
88
|
+
# @!attribute [rw] locality
|
89
|
+
# @return [::String]
|
90
|
+
# Optional. Generally refers to the city/town portion of the address.
|
91
|
+
# Examples: US city, IT comune, UK post town.
|
92
|
+
# In regions of the world where localities are not well defined or do not fit
|
93
|
+
# into this structure well, leave locality empty and use address_lines.
|
94
|
+
# @!attribute [rw] sublocality
|
95
|
+
# @return [::String]
|
96
|
+
# Optional. Sublocality of the address.
|
97
|
+
# For example, this can be neighborhoods, boroughs, districts.
|
98
|
+
# @!attribute [rw] address_lines
|
99
|
+
# @return [::Array<::String>]
|
100
|
+
# Unstructured address lines describing the lower levels of an address.
|
101
|
+
#
|
102
|
+
# Because values in address_lines do not have type information and may
|
103
|
+
# sometimes contain multiple values in a single field (e.g.
|
104
|
+
# "Austin, TX"), it is important that the line order is clear. The order of
|
105
|
+
# address lines should be "envelope order" for the country/region of the
|
106
|
+
# address. In places where this can vary (e.g. Japan), address_language is
|
107
|
+
# used to make it explicit (e.g. "ja" for large-to-small ordering and
|
108
|
+
# "ja-Latn" or "en" for small-to-large). This way, the most specific line of
|
109
|
+
# an address can be selected based on the language.
|
110
|
+
#
|
111
|
+
# The minimum permitted structural representation of an address consists
|
112
|
+
# of a region_code with all remaining information placed in the
|
113
|
+
# address_lines. It would be possible to format such an address very
|
114
|
+
# approximately without geocoding, but no semantic reasoning could be
|
115
|
+
# made about any of the address components until it was at least
|
116
|
+
# partially resolved.
|
117
|
+
#
|
118
|
+
# Creating an address only containing a region_code and address_lines, and
|
119
|
+
# then geocoding is the recommended way to handle completely unstructured
|
120
|
+
# addresses (as opposed to guessing which parts of the address should be
|
121
|
+
# localities or administrative areas).
|
122
|
+
# @!attribute [rw] recipients
|
123
|
+
# @return [::Array<::String>]
|
124
|
+
# Optional. The recipient at the address.
|
125
|
+
# This field may, under certain circumstances, contain multiline information.
|
126
|
+
# For example, it might contain "care of" information.
|
127
|
+
# @!attribute [rw] organization
|
128
|
+
# @return [::String]
|
129
|
+
# Optional. The name of the organization at the address.
|
130
|
+
class PostalAddress
|
131
|
+
include ::Google::Protobuf::MessageExts
|
132
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
133
|
+
end
|
134
|
+
end
|
135
|
+
end
|
@@ -0,0 +1,44 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2020 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
|
20
|
+
module Google
|
21
|
+
module Type
|
22
|
+
# Represents a time of day. The date and time zone are either not significant
|
23
|
+
# or are specified elsewhere. An API may choose to allow leap seconds. Related
|
24
|
+
# types are [google.type.Date][google.type.Date] and `google.protobuf.Timestamp`.
|
25
|
+
# @!attribute [rw] hours
|
26
|
+
# @return [::Integer]
|
27
|
+
# Hours of day in 24 hour format. Should be from 0 to 23. An API may choose
|
28
|
+
# to allow the value "24:00:00" for scenarios like business closing time.
|
29
|
+
# @!attribute [rw] minutes
|
30
|
+
# @return [::Integer]
|
31
|
+
# Minutes of hour of day. Must be from 0 to 59.
|
32
|
+
# @!attribute [rw] seconds
|
33
|
+
# @return [::Integer]
|
34
|
+
# Seconds of minutes of the time. Must normally be from 0 to 59. An API may
|
35
|
+
# allow the value 60 if it allows leap-seconds.
|
36
|
+
# @!attribute [rw] nanos
|
37
|
+
# @return [::Integer]
|
38
|
+
# Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
|
39
|
+
class TimeOfDay
|
40
|
+
include ::Google::Protobuf::MessageExts
|
41
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
42
|
+
end
|
43
|
+
end
|
44
|
+
end
|
metadata
ADDED
@@ -0,0 +1,258 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: google-cloud-talent-v4
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Google LLC
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2020-09-18 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: gapic-common
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '0.3'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '0.3'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: google-cloud-errors
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '1.0'
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '1.0'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: google-style
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: 1.24.0
|
48
|
+
type: :development
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - "~>"
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: 1.24.0
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: minitest
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - "~>"
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '5.14'
|
62
|
+
type: :development
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - "~>"
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '5.14'
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: minitest-focus
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - "~>"
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: '1.1'
|
76
|
+
type: :development
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - "~>"
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: '1.1'
|
83
|
+
- !ruby/object:Gem::Dependency
|
84
|
+
name: minitest-rg
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - "~>"
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: '5.2'
|
90
|
+
type: :development
|
91
|
+
prerelease: false
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
93
|
+
requirements:
|
94
|
+
- - "~>"
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
version: '5.2'
|
97
|
+
- !ruby/object:Gem::Dependency
|
98
|
+
name: rake
|
99
|
+
requirement: !ruby/object:Gem::Requirement
|
100
|
+
requirements:
|
101
|
+
- - ">="
|
102
|
+
- !ruby/object:Gem::Version
|
103
|
+
version: '12.0'
|
104
|
+
type: :development
|
105
|
+
prerelease: false
|
106
|
+
version_requirements: !ruby/object:Gem::Requirement
|
107
|
+
requirements:
|
108
|
+
- - ">="
|
109
|
+
- !ruby/object:Gem::Version
|
110
|
+
version: '12.0'
|
111
|
+
- !ruby/object:Gem::Dependency
|
112
|
+
name: redcarpet
|
113
|
+
requirement: !ruby/object:Gem::Requirement
|
114
|
+
requirements:
|
115
|
+
- - "~>"
|
116
|
+
- !ruby/object:Gem::Version
|
117
|
+
version: '3.0'
|
118
|
+
type: :development
|
119
|
+
prerelease: false
|
120
|
+
version_requirements: !ruby/object:Gem::Requirement
|
121
|
+
requirements:
|
122
|
+
- - "~>"
|
123
|
+
- !ruby/object:Gem::Version
|
124
|
+
version: '3.0'
|
125
|
+
- !ruby/object:Gem::Dependency
|
126
|
+
name: simplecov
|
127
|
+
requirement: !ruby/object:Gem::Requirement
|
128
|
+
requirements:
|
129
|
+
- - "~>"
|
130
|
+
- !ruby/object:Gem::Version
|
131
|
+
version: '0.18'
|
132
|
+
type: :development
|
133
|
+
prerelease: false
|
134
|
+
version_requirements: !ruby/object:Gem::Requirement
|
135
|
+
requirements:
|
136
|
+
- - "~>"
|
137
|
+
- !ruby/object:Gem::Version
|
138
|
+
version: '0.18'
|
139
|
+
- !ruby/object:Gem::Dependency
|
140
|
+
name: yard
|
141
|
+
requirement: !ruby/object:Gem::Requirement
|
142
|
+
requirements:
|
143
|
+
- - "~>"
|
144
|
+
- !ruby/object:Gem::Version
|
145
|
+
version: '0.9'
|
146
|
+
type: :development
|
147
|
+
prerelease: false
|
148
|
+
version_requirements: !ruby/object:Gem::Requirement
|
149
|
+
requirements:
|
150
|
+
- - "~>"
|
151
|
+
- !ruby/object:Gem::Version
|
152
|
+
version: '0.9'
|
153
|
+
description: Transform your job search and candidate matching capabilities with Cloud
|
154
|
+
Talent Solution, designed to support enterprise talent acquisition technology and
|
155
|
+
evolve with your growing needs. This AI solution includes features such as Job Search
|
156
|
+
and Profile Search to provide candidates and employers with an enhanced talent acquisition
|
157
|
+
experience.
|
158
|
+
email: googleapis-packages@google.com
|
159
|
+
executables: []
|
160
|
+
extensions: []
|
161
|
+
extra_rdoc_files: []
|
162
|
+
files:
|
163
|
+
- ".yardopts"
|
164
|
+
- AUTHENTICATION.md
|
165
|
+
- LICENSE.md
|
166
|
+
- README.md
|
167
|
+
- lib/google-cloud-talent-v4.rb
|
168
|
+
- lib/google/cloud/talent/v4.rb
|
169
|
+
- lib/google/cloud/talent/v4/common_pb.rb
|
170
|
+
- lib/google/cloud/talent/v4/company_pb.rb
|
171
|
+
- lib/google/cloud/talent/v4/company_service.rb
|
172
|
+
- lib/google/cloud/talent/v4/company_service/client.rb
|
173
|
+
- lib/google/cloud/talent/v4/company_service/credentials.rb
|
174
|
+
- lib/google/cloud/talent/v4/company_service/paths.rb
|
175
|
+
- lib/google/cloud/talent/v4/company_service_pb.rb
|
176
|
+
- lib/google/cloud/talent/v4/company_service_services_pb.rb
|
177
|
+
- lib/google/cloud/talent/v4/completion.rb
|
178
|
+
- lib/google/cloud/talent/v4/completion/client.rb
|
179
|
+
- lib/google/cloud/talent/v4/completion/credentials.rb
|
180
|
+
- lib/google/cloud/talent/v4/completion/paths.rb
|
181
|
+
- lib/google/cloud/talent/v4/completion_service_pb.rb
|
182
|
+
- lib/google/cloud/talent/v4/completion_service_services_pb.rb
|
183
|
+
- lib/google/cloud/talent/v4/event_pb.rb
|
184
|
+
- lib/google/cloud/talent/v4/event_service.rb
|
185
|
+
- lib/google/cloud/talent/v4/event_service/client.rb
|
186
|
+
- lib/google/cloud/talent/v4/event_service/credentials.rb
|
187
|
+
- lib/google/cloud/talent/v4/event_service/paths.rb
|
188
|
+
- lib/google/cloud/talent/v4/event_service_pb.rb
|
189
|
+
- lib/google/cloud/talent/v4/event_service_services_pb.rb
|
190
|
+
- lib/google/cloud/talent/v4/filters_pb.rb
|
191
|
+
- lib/google/cloud/talent/v4/histogram_pb.rb
|
192
|
+
- lib/google/cloud/talent/v4/job_pb.rb
|
193
|
+
- lib/google/cloud/talent/v4/job_service.rb
|
194
|
+
- lib/google/cloud/talent/v4/job_service/client.rb
|
195
|
+
- lib/google/cloud/talent/v4/job_service/credentials.rb
|
196
|
+
- lib/google/cloud/talent/v4/job_service/operations.rb
|
197
|
+
- lib/google/cloud/talent/v4/job_service/paths.rb
|
198
|
+
- lib/google/cloud/talent/v4/job_service_pb.rb
|
199
|
+
- lib/google/cloud/talent/v4/job_service_services_pb.rb
|
200
|
+
- lib/google/cloud/talent/v4/tenant_pb.rb
|
201
|
+
- lib/google/cloud/talent/v4/tenant_service.rb
|
202
|
+
- lib/google/cloud/talent/v4/tenant_service/client.rb
|
203
|
+
- lib/google/cloud/talent/v4/tenant_service/credentials.rb
|
204
|
+
- lib/google/cloud/talent/v4/tenant_service/paths.rb
|
205
|
+
- lib/google/cloud/talent/v4/tenant_service_pb.rb
|
206
|
+
- lib/google/cloud/talent/v4/tenant_service_services_pb.rb
|
207
|
+
- lib/google/cloud/talent/v4/version.rb
|
208
|
+
- proto_docs/README.md
|
209
|
+
- proto_docs/google/api/field_behavior.rb
|
210
|
+
- proto_docs/google/api/resource.rb
|
211
|
+
- proto_docs/google/cloud/talent/v4/common.rb
|
212
|
+
- proto_docs/google/cloud/talent/v4/company.rb
|
213
|
+
- proto_docs/google/cloud/talent/v4/company_service.rb
|
214
|
+
- proto_docs/google/cloud/talent/v4/completion_service.rb
|
215
|
+
- proto_docs/google/cloud/talent/v4/event.rb
|
216
|
+
- proto_docs/google/cloud/talent/v4/event_service.rb
|
217
|
+
- proto_docs/google/cloud/talent/v4/filters.rb
|
218
|
+
- proto_docs/google/cloud/talent/v4/histogram.rb
|
219
|
+
- proto_docs/google/cloud/talent/v4/job.rb
|
220
|
+
- proto_docs/google/cloud/talent/v4/job_service.rb
|
221
|
+
- proto_docs/google/cloud/talent/v4/tenant.rb
|
222
|
+
- proto_docs/google/cloud/talent/v4/tenant_service.rb
|
223
|
+
- proto_docs/google/longrunning/operations.rb
|
224
|
+
- proto_docs/google/protobuf/any.rb
|
225
|
+
- proto_docs/google/protobuf/duration.rb
|
226
|
+
- proto_docs/google/protobuf/empty.rb
|
227
|
+
- proto_docs/google/protobuf/field_mask.rb
|
228
|
+
- proto_docs/google/protobuf/timestamp.rb
|
229
|
+
- proto_docs/google/protobuf/wrappers.rb
|
230
|
+
- proto_docs/google/rpc/status.rb
|
231
|
+
- proto_docs/google/type/latlng.rb
|
232
|
+
- proto_docs/google/type/money.rb
|
233
|
+
- proto_docs/google/type/postal_address.rb
|
234
|
+
- proto_docs/google/type/timeofday.rb
|
235
|
+
homepage: https://github.com/googleapis/google-cloud-ruby
|
236
|
+
licenses:
|
237
|
+
- Apache-2.0
|
238
|
+
metadata: {}
|
239
|
+
post_install_message:
|
240
|
+
rdoc_options: []
|
241
|
+
require_paths:
|
242
|
+
- lib
|
243
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
244
|
+
requirements:
|
245
|
+
- - ">="
|
246
|
+
- !ruby/object:Gem::Version
|
247
|
+
version: '2.4'
|
248
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
249
|
+
requirements:
|
250
|
+
- - ">="
|
251
|
+
- !ruby/object:Gem::Version
|
252
|
+
version: '0'
|
253
|
+
requirements: []
|
254
|
+
rubygems_version: 3.1.4
|
255
|
+
signing_key:
|
256
|
+
specification_version: 4
|
257
|
+
summary: API Client library for the Cloud Talent Solution V4 API
|
258
|
+
test_files: []
|