google-cloud-talent-v4 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/talent/v4/common_pb.rb +1 -3
- data/lib/google/cloud/talent/v4/company_pb.rb +1 -1
- data/lib/google/cloud/talent/v4/company_service/client.rb +6 -11
- data/lib/google/cloud/talent/v4/completion/client.rb +2 -4
- data/lib/google/cloud/talent/v4/completion_service_pb.rb +1 -1
- data/lib/google/cloud/talent/v4/event_pb.rb +1 -1
- data/lib/google/cloud/talent/v4/event_service/client.rb +2 -2
- data/lib/google/cloud/talent/v4/filters_pb.rb +1 -1
- data/lib/google/cloud/talent/v4/job_pb.rb +1 -1
- data/lib/google/cloud/talent/v4/tenant_pb.rb +1 -1
- data/lib/google/cloud/talent/v4/tenant_service/client.rb +3 -6
- data/lib/google/cloud/talent/v4/version.rb +1 -1
- data/proto_docs/google/cloud/talent/v4/common.rb +56 -122
- data/proto_docs/google/cloud/talent/v4/company.rb +4 -7
- data/proto_docs/google/cloud/talent/v4/company_service.rb +6 -11
- data/proto_docs/google/cloud/talent/v4/completion_service.rb +10 -21
- data/proto_docs/google/cloud/talent/v4/event.rb +9 -17
- data/proto_docs/google/cloud/talent/v4/event_service.rb +2 -2
- data/proto_docs/google/cloud/talent/v4/filters.rb +34 -51
- data/proto_docs/google/cloud/talent/v4/histogram.rb +2 -6
- data/proto_docs/google/cloud/talent/v4/job.rb +55 -83
- data/proto_docs/google/cloud/talent/v4/tenant.rb +1 -2
- data/proto_docs/google/cloud/talent/v4/tenant_service.rb +3 -6
- metadata +2 -2
@@ -36,8 +36,7 @@ module Google
|
|
36
36
|
# "projects/foo/tenants/bar".
|
37
37
|
# @!attribute [rw] external_id
|
38
38
|
# @return [::String]
|
39
|
-
# Required. Client side tenant identifier, used to uniquely identify the
|
40
|
-
# tenant.
|
39
|
+
# Required. Client side tenant identifier, used to uniquely identify the tenant.
|
41
40
|
#
|
42
41
|
# The maximum number of allowed characters is 255.
|
43
42
|
class Tenant
|
@@ -51,16 +51,13 @@ module Google
|
|
51
51
|
# Request for updating a specified tenant.
|
52
52
|
# @!attribute [rw] tenant
|
53
53
|
# @return [::Google::Cloud::Talent::V4::Tenant]
|
54
|
-
# Required. The tenant resource to replace the current resource in the
|
55
|
-
# system.
|
54
|
+
# Required. The tenant resource to replace the current resource in the system.
|
56
55
|
# @!attribute [rw] update_mask
|
57
56
|
# @return [::Google::Protobuf::FieldMask]
|
58
57
|
# Strongly recommended for the best service experience.
|
59
58
|
#
|
60
|
-
# If {::Google::Cloud::Talent::V4::UpdateTenantRequest#update_mask update_mask} is
|
61
|
-
#
|
62
|
-
# {::Google::Cloud::Talent::V4::UpdateTenantRequest#tenant tenant} are updated.
|
63
|
-
# Otherwise all the fields are updated.
|
59
|
+
# If {::Google::Cloud::Talent::V4::UpdateTenantRequest#update_mask update_mask} is provided, only the specified fields in
|
60
|
+
# {::Google::Cloud::Talent::V4::UpdateTenantRequest#tenant tenant} are updated. Otherwise all the fields are updated.
|
64
61
|
#
|
65
62
|
# A field mask to specify the tenant fields to be updated. Only
|
66
63
|
# top level fields of {::Google::Cloud::Talent::V4::Tenant Tenant} are supported.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-talent-v4
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-10-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|