google-apis-people_v1 0.13.0 → 0.14.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 364e27c9c4f7b5a658554ccdc4d19346370f14bfcb0dcbdaf2d57d093a2a1d26
4
- data.tar.gz: 158d7d594f94fdb1db990aa51869b7873b69fc5809bc12b64ae7bafdfd432d60
3
+ metadata.gz: 27ffed0a5ceec034e0d98f10d47d542a45c81ec7496ac4eaf528a9cb20486022
4
+ data.tar.gz: 2f03d08344f7676dd62716ef52639e2fa023ff653c32dd0dc725e6631e37721c
5
5
  SHA512:
6
- metadata.gz: 0aaef8be1d2fac55715dc34bcf00809b0541ebf577a027a41a926956551e109ce0d1ae57877040dbd76b668cb993bf2bce467ef443f4895f6b54034ff8e550f7
7
- data.tar.gz: ca30bbcae67a6d76ff287a2dd3b7588059d8143040f8b3fdf89fe05fe243cf2b9bfd0d6542883866588ef046de3ed5708b879e7420f8b990810adebdacdcbcdd
6
+ metadata.gz: a8ecfab6ff256209319fe9a451a3116e43f8ddfb035e021ae3d52c05599244674fce349e865432eb3bb62aaa9addd0540d31e5b5d522196df32123c9c4ecf766
7
+ data.tar.gz: 012d861b096e17a3ba9ed37c47493337e2636beb3458137a283927e1a41436289fc694473e5bc54034c8bbdba5138c76fc40a9bd5925b736e97ba8217c2a34f1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-people_v1
2
2
 
3
+ ### v0.14.0 (2021-06-25)
4
+
5
+ * Regenerated from discovery document revision 20210623
6
+
3
7
  ### v0.13.0 (2021-06-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20210617
@@ -522,7 +522,10 @@ module Google
522
522
  attr_accessor :metadata
523
523
 
524
524
  # The contact group name set by the group owner or a system provided name for
525
- # system groups.
525
+ # system groups. For [`contactGroups.create`](/people/api/rest/v1/contactGroups/
526
+ # create) or [`contactGroups.update`](/people/api/rest/v1/contactGroups/update)
527
+ # the name must be unique to the users contact groups. Attempting to create a
528
+ # group with a duplicate name will return a HTTP 409 error.
526
529
  # Corresponds to the JSON property `name`
527
530
  # @return [String]
528
531
  attr_accessor :name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module PeopleV1
18
18
  # Version of the google-apis-people_v1 gem
19
- GEM_VERSION = "0.13.0"
19
+ GEM_VERSION = "0.14.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210617"
25
+ REVISION = "20210623"
26
26
  end
27
27
  end
28
28
  end
@@ -91,7 +91,9 @@ module Google
91
91
  execute_or_queue_command(command, &block)
92
92
  end
93
93
 
94
- # Create a new contact group owned by the authenticated user.
94
+ # Create a new contact group owned by the authenticated user. Created contact
95
+ # group names must be unique to the users contact groups. Attempting to create a
96
+ # group with a duplicate name will return a HTTP 409 error.
95
97
  # @param [Google::Apis::PeopleV1::CreateContactGroupRequest] create_contact_group_request_object
96
98
  # @param [String] fields
97
99
  # Selector specifying which fields to include in a partial response.
@@ -244,6 +246,9 @@ module Google
244
246
  end
245
247
 
246
248
  # Update the name of an existing contact group owned by the authenticated user.
249
+ # Updated contact group names must be unique to the users contact groups.
250
+ # Attempting to create a group with a duplicate name will return a HTTP 409
251
+ # error.
247
252
  # @param [String] resource_name
248
253
  # The resource name for the contact group, assigned by the server. An ASCII
249
254
  # string, in the form of `contactGroups/`contact_group_id``.
@@ -360,7 +365,7 @@ module Google
360
365
  # @param [String] read_mask
361
366
  # Required. A field mask to restrict which fields on each person are returned.
362
367
  # Multiple fields can be specified by separating them with commas. Valid values
363
- # are: * emailAddresses * metadata * names * phoneNumbers
368
+ # are: * emailAddresses * metadata * names * phoneNumbers * photos
364
369
  # @param [Boolean] request_sync_token
365
370
  # Optional. Whether the response should include `next_sync_token`, which can be
366
371
  # used to get all changes since the last request. For subsequent sync requests
@@ -414,7 +419,7 @@ module Google
414
419
  # people/v1/other-contacts#search_the_users_other_contacts
415
420
  # @param [Fixnum] page_size
416
421
  # Optional. The number of results to return. Defaults to 10 if field is not set,
417
- # or set to 0. Values greater than 10 will be capped to 10.
422
+ # or set to 0. Values greater than 30 will be capped to 30.
418
423
  # @param [String] query
419
424
  # Required. The plain-text query for the request. The query is used to match
420
425
  # prefix phrases of the fields on a person. For example, a person with name "foo
@@ -853,7 +858,7 @@ module Google
853
858
  # google.com/people/v1/contacts#search_the_users_contacts
854
859
  # @param [Fixnum] page_size
855
860
  # Optional. The number of results to return. Defaults to 10 if field is not set,
856
- # or set to 0. Values greater than 10 will be capped to 10.
861
+ # or set to 0. Values greater than 30 will be capped to 30.
857
862
  # @param [String] query
858
863
  # Required. The plain-text query for the request. The query is used to match
859
864
  # prefix phrases of the fields on a person. For example, a person with name "foo
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-people_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.14.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: 2021-06-21 00:00:00.000000000 Z
11
+ date: 2021-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.3'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.3'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for People API V1. Simple REST clients
28
34
  are Ruby client libraries that provide access to Google services via their HTTP
29
35
  REST API endpoints. These libraries are generated and updated automatically based
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-people_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-people_v1/v0.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-people_v1/v0.14.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-people_v1
57
63
  post_install_message:
58
64
  rdoc_options: []