google-apis-people_v1 0.11.0 → 0.12.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: ff47472fb76868bcbdaeed7efad6be97a21826a322901d160e5e589f08090f89
4
- data.tar.gz: 77b7596df3a3f4d7859c2f4d4a2beacd402c607014a72095212bf86195bc6c17
3
+ metadata.gz: bef7c08a2ceaa8531870c163208c4f0e93b289a234deef4780f0a3bd4b110269
4
+ data.tar.gz: b4e52655985eb8e1e71acf2cf31c16e697c7b011c4df60077359663e010e235d
5
5
  SHA512:
6
- metadata.gz: 43cedd9878b94464960bf2cb7218861fe94e72f38c77dd51269ad5f6b935395c619ee2e87f246b684f5c8ea1a94299a6b142e2aaac2f127dcfbf7ae7f299ba78
7
- data.tar.gz: 03d3e55baac4c8e203323495e7757525adb3dc612a7dc92bab25279237f91db382007cd0341cd9fb6ffa285a90cc845acfe64bf96bc26729fd912503697367f4
6
+ metadata.gz: ba410470d9a42a171f108c4ab5da854d628086f3b4b031f95118e4a9d960957e8ec8fefe80bd5e58232335ebce9f4fc8641f4ffb6c9d5d30a99a6d2c94bdfd5b
7
+ data.tar.gz: 39f598ce84d039f17a5ad2f205b0c7f08d49f04b3ee25d346c6926779bca9d2e88444f7d1ad7e75d83590fd5babd550b15b68b2f227738cd9232fd486026fc0d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-people_v1
2
2
 
3
+ ### v0.12.0 (2021-06-09)
4
+
5
+ * Regenerated from discovery document revision 20210607
6
+ * Regenerated using generator version 0.3.0
7
+
3
8
  ### v0.11.0 (2021-05-28)
4
9
 
5
10
  * Regenerated from discovery document revision 20210526
@@ -831,11 +831,11 @@ module Google
831
831
  end
832
832
  end
833
833
 
834
- # A G Suite Domain membership.
834
+ # A Google Workspace Domain membership.
835
835
  class DomainMembership
836
836
  include Google::Apis::Core::Hashable
837
837
 
838
- # True if the person is in the viewer's G Suite domain.
838
+ # True if the person is in the viewer's Google Workspace domain.
839
839
  # Corresponds to the JSON property `inViewerDomain`
840
840
  # @return [Boolean]
841
841
  attr_accessor :in_viewer_domain
@@ -1481,7 +1481,7 @@ module Google
1481
1481
  # @return [Google::Apis::PeopleV1::ContactGroupMembership]
1482
1482
  attr_accessor :contact_group_membership
1483
1483
 
1484
- # A G Suite Domain membership.
1484
+ # A Google Workspace Domain membership.
1485
1485
  # Corresponds to the JSON property `domainMembership`
1486
1486
  # @return [Google::Apis::PeopleV1::DomainMembership]
1487
1487
  attr_accessor :domain_membership
@@ -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.11.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210526"
25
+ REVISION = "20210607"
26
26
  end
27
27
  end
28
28
  end
@@ -406,7 +406,9 @@ module Google
406
406
  # Provides a list of contacts in the authenticated user's other contacts that
407
407
  # matches the search query. The query matches on a contact's `names`, `
408
408
  # emailAddresses`, and `phoneNumbers` fields that are from the OTHER_CONTACT
409
- # source.
409
+ # source. **IMPORTANT**: Before searching, clients should send a warmup request
410
+ # with an empty query to update the cache. See https://developers.google.com/
411
+ # people/v1/other-contacts#search_the_users_other_contacts
410
412
  # @param [Fixnum] page_size
411
413
  # Optional. The number of results to return. Defaults to 10 if field is not set,
412
414
  # or set to 0. Values greater than 10 will be capped to 10.
@@ -843,7 +845,9 @@ module Google
843
845
  # Provides a list of contacts in the authenticated user's grouped contacts that
844
846
  # matches the search query. The query matches on a contact's `names`, `nickNames`
845
847
  # , `emailAddresses`, `phoneNumbers`, and `organizations` fields that are from
846
- # the CONTACT" source.
848
+ # the CONTACT" source. **IMPORTANT**: Before searching, clients should send a
849
+ # warmup request with an empty query to update the cache. See https://developers.
850
+ # google.com/people/v1/contacts#search_the_users_contacts
847
851
  # @param [Fixnum] page_size
848
852
  # Optional. The number of results to return. Defaults to 10 if field is not set,
849
853
  # or set to 0. Values greater than 10 will be capped to 10.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-people_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.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-05-31 00:00:00.000000000 Z
11
+ date: 2021-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  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.11.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-people_v1/v0.12.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-people_v1
57
57
  post_install_message:
58
58
  rdoc_options: []