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.
@@ -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
- # provided, only the specified fields in
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.1.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-09-18 00:00:00.000000000 Z
11
+ date: 2020-10-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common