google-cloud-talent-v4beta1 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.yardopts +12 -0
- data/AUTHENTICATION.md +169 -0
- data/LICENSE.md +203 -0
- data/README.md +71 -0
- data/lib/google-cloud-talent-v4beta1.rb +21 -0
- data/lib/google/cloud/common_resources_pb.rb +15 -0
- data/lib/google/cloud/talent/v4beta1.rb +41 -0
- data/lib/google/cloud/talent/v4beta1/application_pb.rb +64 -0
- data/lib/google/cloud/talent/v4beta1/application_service.rb +50 -0
- data/lib/google/cloud/talent/v4beta1/application_service/client.rb +717 -0
- data/lib/google/cloud/talent/v4beta1/application_service/credentials.rb +52 -0
- data/lib/google/cloud/talent/v4beta1/application_service/paths.rb +155 -0
- data/lib/google/cloud/talent/v4beta1/application_service_pb.rb +56 -0
- data/lib/google/cloud/talent/v4beta1/application_service_services_pb.rb +54 -0
- data/lib/google/cloud/talent/v4beta1/batch_pb.rb +19 -0
- data/lib/google/cloud/talent/v4beta1/common_pb.rb +342 -0
- data/lib/google/cloud/talent/v4beta1/company_pb.rb +42 -0
- data/lib/google/cloud/talent/v4beta1/company_service.rb +49 -0
- data/lib/google/cloud/talent/v4beta1/company_service/client.rb +732 -0
- data/lib/google/cloud/talent/v4beta1/company_service/credentials.rb +52 -0
- data/lib/google/cloud/talent/v4beta1/company_service/paths.rb +105 -0
- data/lib/google/cloud/talent/v4beta1/company_service_pb.rb +57 -0
- data/lib/google/cloud/talent/v4beta1/company_service_services_pb.rb +54 -0
- data/lib/google/cloud/talent/v4beta1/completion.rb +49 -0
- data/lib/google/cloud/talent/v4beta1/completion/client.rb +407 -0
- data/lib/google/cloud/talent/v4beta1/completion/credentials.rb +52 -0
- data/lib/google/cloud/talent/v4beta1/completion/paths.rb +105 -0
- data/lib/google/cloud/talent/v4beta1/completion_service_pb.rb +57 -0
- data/lib/google/cloud/talent/v4beta1/completion_service_services_pb.rb +46 -0
- data/lib/google/cloud/talent/v4beta1/event_pb.rb +70 -0
- data/lib/google/cloud/talent/v4beta1/event_service.rb +49 -0
- data/lib/google/cloud/talent/v4beta1/event_service/client.rb +379 -0
- data/lib/google/cloud/talent/v4beta1/event_service/credentials.rb +52 -0
- data/lib/google/cloud/talent/v4beta1/event_service/paths.rb +64 -0
- data/lib/google/cloud/talent/v4beta1/event_service_pb.rb +28 -0
- data/lib/google/cloud/talent/v4beta1/event_service_services_pb.rb +51 -0
- data/lib/google/cloud/talent/v4beta1/filters_pb.rb +188 -0
- data/lib/google/cloud/talent/v4beta1/histogram_pb.rb +28 -0
- data/lib/google/cloud/talent/v4beta1/job_pb.rb +73 -0
- data/lib/google/cloud/talent/v4beta1/job_service.rb +50 -0
- data/lib/google/cloud/talent/v4beta1/job_service/client.rb +1660 -0
- data/lib/google/cloud/talent/v4beta1/job_service/credentials.rb +52 -0
- data/lib/google/cloud/talent/v4beta1/job_service/operations.rb +564 -0
- data/lib/google/cloud/talent/v4beta1/job_service/paths.rb +146 -0
- data/lib/google/cloud/talent/v4beta1/job_service_pb.rb +167 -0
- data/lib/google/cloud/talent/v4beta1/job_service_services_pb.rb +86 -0
- data/lib/google/cloud/talent/v4beta1/profile_pb.rb +214 -0
- data/lib/google/cloud/talent/v4beta1/profile_service.rb +50 -0
- data/lib/google/cloud/talent/v4beta1/profile_service/client.rb +992 -0
- data/lib/google/cloud/talent/v4beta1/profile_service/credentials.rb +52 -0
- data/lib/google/cloud/talent/v4beta1/profile_service/paths.rb +69 -0
- data/lib/google/cloud/talent/v4beta1/profile_service_pb.rb +92 -0
- data/lib/google/cloud/talent/v4beta1/profile_service_services_pb.rb +63 -0
- data/lib/google/cloud/talent/v4beta1/tenant_pb.rb +35 -0
- data/lib/google/cloud/talent/v4beta1/tenant_service.rb +49 -0
- data/lib/google/cloud/talent/v4beta1/tenant_service/client.rb +712 -0
- data/lib/google/cloud/talent/v4beta1/tenant_service/credentials.rb +52 -0
- data/lib/google/cloud/talent/v4beta1/tenant_service/paths.rb +64 -0
- data/lib/google/cloud/talent/v4beta1/tenant_service_pb.rb +56 -0
- data/lib/google/cloud/talent/v4beta1/tenant_service_services_pb.rb +53 -0
- data/lib/google/cloud/talent/v4beta1/version.rb +28 -0
- data/proto_docs/README.md +4 -0
- data/proto_docs/google/api/field_behavior.rb +59 -0
- data/proto_docs/google/api/resource.rb +247 -0
- data/proto_docs/google/cloud/talent/v4beta1/application.rb +169 -0
- data/proto_docs/google/cloud/talent/v4beta1/application_service.rb +122 -0
- data/proto_docs/google/cloud/talent/v4beta1/common.rb +1106 -0
- data/proto_docs/google/cloud/talent/v4beta1/company.rb +117 -0
- data/proto_docs/google/cloud/talent/v4beta1/company_service.rb +138 -0
- data/proto_docs/google/cloud/talent/v4beta1/completion_service.rb +143 -0
- data/proto_docs/google/cloud/talent/v4beta1/event.rb +237 -0
- data/proto_docs/google/cloud/talent/v4beta1/event_service.rb +43 -0
- data/proto_docs/google/cloud/talent/v4beta1/filters.rb +818 -0
- data/proto_docs/google/cloud/talent/v4beta1/histogram.rb +69 -0
- data/proto_docs/google/cloud/talent/v4beta1/job.rb +356 -0
- data/proto_docs/google/cloud/talent/v4beta1/job_service.rb +746 -0
- data/proto_docs/google/cloud/talent/v4beta1/profile.rb +811 -0
- data/proto_docs/google/cloud/talent/v4beta1/profile_service.rb +392 -0
- data/proto_docs/google/cloud/talent/v4beta1/tenant.rb +77 -0
- data/proto_docs/google/cloud/talent/v4beta1/tenant_service.rb +118 -0
- data/proto_docs/google/longrunning/operations.rb +150 -0
- data/proto_docs/google/protobuf/any.rb +138 -0
- data/proto_docs/google/protobuf/duration.rb +98 -0
- data/proto_docs/google/protobuf/empty.rb +36 -0
- data/proto_docs/google/protobuf/field_mask.rb +229 -0
- data/proto_docs/google/protobuf/timestamp.rb +120 -0
- data/proto_docs/google/protobuf/wrappers.rb +121 -0
- data/proto_docs/google/rpc/status.rb +46 -0
- data/proto_docs/google/type/date.rb +50 -0
- data/proto_docs/google/type/latlng.rb +38 -0
- data/proto_docs/google/type/money.rb +43 -0
- data/proto_docs/google/type/postal_address.rb +135 -0
- data/proto_docs/google/type/timeofday.rb +44 -0
- metadata +251 -0
@@ -0,0 +1,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,50 @@
|
|
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 whole or partial calendar date, e.g. a birthday. The time of day
|
23
|
+
# and time zone are either specified elsewhere or are not significant. The date
|
24
|
+
# is relative to the Proleptic Gregorian Calendar. This can represent:
|
25
|
+
#
|
26
|
+
# * A full date, with non-zero year, month and day values
|
27
|
+
# * A month and day value, with a zero year, e.g. an anniversary
|
28
|
+
# * A year on its own, with zero month and day values
|
29
|
+
# * A year and month value, with a zero day, e.g. a credit card expiration date
|
30
|
+
#
|
31
|
+
# Related types are {Google::Type::TimeOfDay google.type.TimeOfDay} and `google.protobuf.Timestamp`.
|
32
|
+
# @!attribute [rw] year
|
33
|
+
# @return [Integer]
|
34
|
+
# Year of date. Must be from 1 to 9999, or 0 if specifying a date without
|
35
|
+
# a year.
|
36
|
+
# @!attribute [rw] month
|
37
|
+
# @return [Integer]
|
38
|
+
# Month of year. Must be from 1 to 12, or 0 if specifying a year without a
|
39
|
+
# month and day.
|
40
|
+
# @!attribute [rw] day
|
41
|
+
# @return [Integer]
|
42
|
+
# Day of month. Must be from 1 to 31 and valid for the year and month, or 0
|
43
|
+
# if specifying a year by itself or a year and month where the day is not
|
44
|
+
# significant.
|
45
|
+
class Date
|
46
|
+
include Google::Protobuf::MessageExts
|
47
|
+
extend Google::Protobuf::MessageExts::ClassMethods
|
48
|
+
end
|
49
|
+
end
|
50
|
+
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,251 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: google-cloud-talent-v4beta1
|
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-04-24 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.2'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '0.2'
|
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.10'
|
62
|
+
type: :development
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - "~>"
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '5.10'
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: rake
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - ">="
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: '12.0'
|
76
|
+
type: :development
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - ">="
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: '12.0'
|
83
|
+
- !ruby/object:Gem::Dependency
|
84
|
+
name: redcarpet
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - "~>"
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: '3.0'
|
90
|
+
type: :development
|
91
|
+
prerelease: false
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
93
|
+
requirements:
|
94
|
+
- - "~>"
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
version: '3.0'
|
97
|
+
- !ruby/object:Gem::Dependency
|
98
|
+
name: simplecov
|
99
|
+
requirement: !ruby/object:Gem::Requirement
|
100
|
+
requirements:
|
101
|
+
- - "~>"
|
102
|
+
- !ruby/object:Gem::Version
|
103
|
+
version: '0.18'
|
104
|
+
type: :development
|
105
|
+
prerelease: false
|
106
|
+
version_requirements: !ruby/object:Gem::Requirement
|
107
|
+
requirements:
|
108
|
+
- - "~>"
|
109
|
+
- !ruby/object:Gem::Version
|
110
|
+
version: '0.18'
|
111
|
+
- !ruby/object:Gem::Dependency
|
112
|
+
name: yard
|
113
|
+
requirement: !ruby/object:Gem::Requirement
|
114
|
+
requirements:
|
115
|
+
- - "~>"
|
116
|
+
- !ruby/object:Gem::Version
|
117
|
+
version: '0.9'
|
118
|
+
type: :development
|
119
|
+
prerelease: false
|
120
|
+
version_requirements: !ruby/object:Gem::Requirement
|
121
|
+
requirements:
|
122
|
+
- - "~>"
|
123
|
+
- !ruby/object:Gem::Version
|
124
|
+
version: '0.9'
|
125
|
+
description: Transform your job search and candidate matching capabilities with Cloud
|
126
|
+
Talent Solution, designed to support enterprise talent acquisition technology and
|
127
|
+
evolve with your growing needs. This AI solution includes features such as Job Search
|
128
|
+
and Profile Search to provide candidates and employers with an enhanced talent acquisition
|
129
|
+
experience.
|
130
|
+
email: googleapis-packages@google.com
|
131
|
+
executables: []
|
132
|
+
extensions: []
|
133
|
+
extra_rdoc_files: []
|
134
|
+
files:
|
135
|
+
- ".yardopts"
|
136
|
+
- AUTHENTICATION.md
|
137
|
+
- LICENSE.md
|
138
|
+
- README.md
|
139
|
+
- lib/google-cloud-talent-v4beta1.rb
|
140
|
+
- lib/google/cloud/common_resources_pb.rb
|
141
|
+
- lib/google/cloud/talent/v4beta1.rb
|
142
|
+
- lib/google/cloud/talent/v4beta1/application_pb.rb
|
143
|
+
- lib/google/cloud/talent/v4beta1/application_service.rb
|
144
|
+
- lib/google/cloud/talent/v4beta1/application_service/client.rb
|
145
|
+
- lib/google/cloud/talent/v4beta1/application_service/credentials.rb
|
146
|
+
- lib/google/cloud/talent/v4beta1/application_service/paths.rb
|
147
|
+
- lib/google/cloud/talent/v4beta1/application_service_pb.rb
|
148
|
+
- lib/google/cloud/talent/v4beta1/application_service_services_pb.rb
|
149
|
+
- lib/google/cloud/talent/v4beta1/batch_pb.rb
|
150
|
+
- lib/google/cloud/talent/v4beta1/common_pb.rb
|
151
|
+
- lib/google/cloud/talent/v4beta1/company_pb.rb
|
152
|
+
- lib/google/cloud/talent/v4beta1/company_service.rb
|
153
|
+
- lib/google/cloud/talent/v4beta1/company_service/client.rb
|
154
|
+
- lib/google/cloud/talent/v4beta1/company_service/credentials.rb
|
155
|
+
- lib/google/cloud/talent/v4beta1/company_service/paths.rb
|
156
|
+
- lib/google/cloud/talent/v4beta1/company_service_pb.rb
|
157
|
+
- lib/google/cloud/talent/v4beta1/company_service_services_pb.rb
|
158
|
+
- lib/google/cloud/talent/v4beta1/completion.rb
|
159
|
+
- lib/google/cloud/talent/v4beta1/completion/client.rb
|
160
|
+
- lib/google/cloud/talent/v4beta1/completion/credentials.rb
|
161
|
+
- lib/google/cloud/talent/v4beta1/completion/paths.rb
|
162
|
+
- lib/google/cloud/talent/v4beta1/completion_service_pb.rb
|
163
|
+
- lib/google/cloud/talent/v4beta1/completion_service_services_pb.rb
|
164
|
+
- lib/google/cloud/talent/v4beta1/event_pb.rb
|
165
|
+
- lib/google/cloud/talent/v4beta1/event_service.rb
|
166
|
+
- lib/google/cloud/talent/v4beta1/event_service/client.rb
|
167
|
+
- lib/google/cloud/talent/v4beta1/event_service/credentials.rb
|
168
|
+
- lib/google/cloud/talent/v4beta1/event_service/paths.rb
|
169
|
+
- lib/google/cloud/talent/v4beta1/event_service_pb.rb
|
170
|
+
- lib/google/cloud/talent/v4beta1/event_service_services_pb.rb
|
171
|
+
- lib/google/cloud/talent/v4beta1/filters_pb.rb
|
172
|
+
- lib/google/cloud/talent/v4beta1/histogram_pb.rb
|
173
|
+
- lib/google/cloud/talent/v4beta1/job_pb.rb
|
174
|
+
- lib/google/cloud/talent/v4beta1/job_service.rb
|
175
|
+
- lib/google/cloud/talent/v4beta1/job_service/client.rb
|
176
|
+
- lib/google/cloud/talent/v4beta1/job_service/credentials.rb
|
177
|
+
- lib/google/cloud/talent/v4beta1/job_service/operations.rb
|
178
|
+
- lib/google/cloud/talent/v4beta1/job_service/paths.rb
|
179
|
+
- lib/google/cloud/talent/v4beta1/job_service_pb.rb
|
180
|
+
- lib/google/cloud/talent/v4beta1/job_service_services_pb.rb
|
181
|
+
- lib/google/cloud/talent/v4beta1/profile_pb.rb
|
182
|
+
- lib/google/cloud/talent/v4beta1/profile_service.rb
|
183
|
+
- lib/google/cloud/talent/v4beta1/profile_service/client.rb
|
184
|
+
- lib/google/cloud/talent/v4beta1/profile_service/credentials.rb
|
185
|
+
- lib/google/cloud/talent/v4beta1/profile_service/paths.rb
|
186
|
+
- lib/google/cloud/talent/v4beta1/profile_service_pb.rb
|
187
|
+
- lib/google/cloud/talent/v4beta1/profile_service_services_pb.rb
|
188
|
+
- lib/google/cloud/talent/v4beta1/tenant_pb.rb
|
189
|
+
- lib/google/cloud/talent/v4beta1/tenant_service.rb
|
190
|
+
- lib/google/cloud/talent/v4beta1/tenant_service/client.rb
|
191
|
+
- lib/google/cloud/talent/v4beta1/tenant_service/credentials.rb
|
192
|
+
- lib/google/cloud/talent/v4beta1/tenant_service/paths.rb
|
193
|
+
- lib/google/cloud/talent/v4beta1/tenant_service_pb.rb
|
194
|
+
- lib/google/cloud/talent/v4beta1/tenant_service_services_pb.rb
|
195
|
+
- lib/google/cloud/talent/v4beta1/version.rb
|
196
|
+
- proto_docs/README.md
|
197
|
+
- proto_docs/google/api/field_behavior.rb
|
198
|
+
- proto_docs/google/api/resource.rb
|
199
|
+
- proto_docs/google/cloud/talent/v4beta1/application.rb
|
200
|
+
- proto_docs/google/cloud/talent/v4beta1/application_service.rb
|
201
|
+
- proto_docs/google/cloud/talent/v4beta1/common.rb
|
202
|
+
- proto_docs/google/cloud/talent/v4beta1/company.rb
|
203
|
+
- proto_docs/google/cloud/talent/v4beta1/company_service.rb
|
204
|
+
- proto_docs/google/cloud/talent/v4beta1/completion_service.rb
|
205
|
+
- proto_docs/google/cloud/talent/v4beta1/event.rb
|
206
|
+
- proto_docs/google/cloud/talent/v4beta1/event_service.rb
|
207
|
+
- proto_docs/google/cloud/talent/v4beta1/filters.rb
|
208
|
+
- proto_docs/google/cloud/talent/v4beta1/histogram.rb
|
209
|
+
- proto_docs/google/cloud/talent/v4beta1/job.rb
|
210
|
+
- proto_docs/google/cloud/talent/v4beta1/job_service.rb
|
211
|
+
- proto_docs/google/cloud/talent/v4beta1/profile.rb
|
212
|
+
- proto_docs/google/cloud/talent/v4beta1/profile_service.rb
|
213
|
+
- proto_docs/google/cloud/talent/v4beta1/tenant.rb
|
214
|
+
- proto_docs/google/cloud/talent/v4beta1/tenant_service.rb
|
215
|
+
- proto_docs/google/longrunning/operations.rb
|
216
|
+
- proto_docs/google/protobuf/any.rb
|
217
|
+
- proto_docs/google/protobuf/duration.rb
|
218
|
+
- proto_docs/google/protobuf/empty.rb
|
219
|
+
- proto_docs/google/protobuf/field_mask.rb
|
220
|
+
- proto_docs/google/protobuf/timestamp.rb
|
221
|
+
- proto_docs/google/protobuf/wrappers.rb
|
222
|
+
- proto_docs/google/rpc/status.rb
|
223
|
+
- proto_docs/google/type/date.rb
|
224
|
+
- proto_docs/google/type/latlng.rb
|
225
|
+
- proto_docs/google/type/money.rb
|
226
|
+
- proto_docs/google/type/postal_address.rb
|
227
|
+
- proto_docs/google/type/timeofday.rb
|
228
|
+
homepage: https://github.com/googleapis/google-cloud-ruby
|
229
|
+
licenses:
|
230
|
+
- Apache-2.0
|
231
|
+
metadata: {}
|
232
|
+
post_install_message:
|
233
|
+
rdoc_options: []
|
234
|
+
require_paths:
|
235
|
+
- lib
|
236
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
237
|
+
requirements:
|
238
|
+
- - ">="
|
239
|
+
- !ruby/object:Gem::Version
|
240
|
+
version: '2.4'
|
241
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
242
|
+
requirements:
|
243
|
+
- - ">="
|
244
|
+
- !ruby/object:Gem::Version
|
245
|
+
version: '0'
|
246
|
+
requirements: []
|
247
|
+
rubygems_version: 3.0.6
|
248
|
+
signing_key:
|
249
|
+
specification_version: 4
|
250
|
+
summary: API Client library for the Cloud Talent Solution V4beta1 API
|
251
|
+
test_files: []
|