google-apis-people_v1 0.12.0 → 0.16.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: bef7c08a2ceaa8531870c163208c4f0e93b289a234deef4780f0a3bd4b110269
4
- data.tar.gz: b4e52655985eb8e1e71acf2cf31c16e697c7b011c4df60077359663e010e235d
3
+ metadata.gz: f50e79e3977f0cb75a1b3f92e069e708ccb3a3a31a910553d9283f1608e4b791
4
+ data.tar.gz: 83309ac6558d26ca550d7a5f8687029fe4e1de817cf7a75f5306d15e0494777d
5
5
  SHA512:
6
- metadata.gz: ba410470d9a42a171f108c4ab5da854d628086f3b4b031f95118e4a9d960957e8ec8fefe80bd5e58232335ebce9f4fc8641f4ffb6c9d5d30a99a6d2c94bdfd5b
7
- data.tar.gz: 39f598ce84d039f17a5ad2f205b0c7f08d49f04b3ee25d346c6926779bca9d2e88444f7d1ad7e75d83590fd5babd550b15b68b2f227738cd9232fd486026fc0d
6
+ metadata.gz: c4cfae6d803c97429d47961c4a5f367fc1baa2f9a0b54ecf53621e0862f81e4e5b349a8d475a59b00abe0c3bca4c9285d994325942db5befce91d4be65bbf94d
7
+ data.tar.gz: c8047a583e3341a4168ebcec07901bdb011a0cf103cf389ab1dc69ae8da739c221c84303cf3604c7b3be2bed95a0693e2bcf6ecc18f98ebd35cb55104f214369
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-people_v1
2
2
 
3
+ ### v0.16.0 (2021-07-16)
4
+
5
+ * Regenerated from discovery document revision 20210714
6
+
7
+ ### v0.15.0 (2021-06-29)
8
+
9
+ * Regenerated using generator version 0.4.0
10
+
11
+ ### v0.14.0 (2021-06-25)
12
+
13
+ * Regenerated from discovery document revision 20210623
14
+
15
+ ### v0.13.0 (2021-06-19)
16
+
17
+ * Regenerated from discovery document revision 20210617
18
+
3
19
  ### v0.12.0 (2021-06-09)
4
20
 
5
21
  * Regenerated from discovery document revision 20210607
@@ -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
@@ -1931,7 +1934,9 @@ module Google
1931
1934
  # @return [Array<Google::Apis::PeopleV1::CoverPhoto>]
1932
1935
  attr_accessor :cover_photos
1933
1936
 
1934
- # The person's email addresses.
1937
+ # The person's email addresses. For `people.connections.list` and `otherContacts.
1938
+ # list` the number of email addresses is limited to 100. If a Person has more
1939
+ # email addresses the entire set can be obtained by calling GetPeople.
1935
1940
  # Corresponds to the JSON property `emailAddresses`
1936
1941
  # @return [Array<Google::Apis::PeopleV1::EmailAddress>]
1937
1942
  attr_accessor :email_addresses
@@ -2017,7 +2022,9 @@ module Google
2017
2022
  # @return [Array<Google::Apis::PeopleV1::Organization>]
2018
2023
  attr_accessor :organizations
2019
2024
 
2020
- # The person's phone numbers.
2025
+ # The person's phone numbers. For `people.connections.list` and `otherContacts.
2026
+ # list` the number of phone numbers is limited to 100. If a Person has more
2027
+ # phone numbers the entire set can be obtained by calling GetPeople.
2021
2028
  # Corresponds to the JSON property `phoneNumbers`
2022
2029
  # @return [Array<Google::Apis::PeopleV1::PhoneNumber>]
2023
2030
  attr_accessor :phone_numbers
@@ -2132,9 +2139,8 @@ module Google
2132
2139
  class PersonMetadata
2133
2140
  include Google::Apis::Core::Hashable
2134
2141
 
2135
- # Output only. True if the person resource has been deleted. Populated only for [
2136
- # `connections.list`](/people/api/rest/v1/people.connections/list) requests that
2137
- # include a sync token.
2142
+ # Output only. True if the person resource has been deleted. Populated only for `
2143
+ # people.connections.list` and `otherContacts.list` sync requests.
2138
2144
  # Corresponds to the JSON property `deleted`
2139
2145
  # @return [Boolean]
2140
2146
  attr_accessor :deleted
@@ -2152,10 +2158,9 @@ module Google
2152
2158
  attr_accessor :object_type
2153
2159
 
2154
2160
  # Output only. Any former resource names this person has had. Populated only for
2155
- # [`connections.list`](/people/api/rest/v1/people.connections/list) requests
2156
- # that include a sync token. The resource name may change when adding or
2157
- # removing fields that link a contact and profile such as a verified email,
2158
- # verified phone number, or profile URL.
2161
+ # `people.connections.list` requests that include a sync token. The resource
2162
+ # name may change when adding or removing fields that link a contact and profile
2163
+ # such as a verified email, verified phone number, or profile URL.
2159
2164
  # Corresponds to the JSON property `previousResourceNames`
2160
2165
  # @return [Array<String>]
2161
2166
  attr_accessor :previous_resource_names
@@ -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.12.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.3.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210607"
25
+ REVISION = "20210714"
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``.
@@ -347,31 +352,44 @@ module Google
347
352
  end
348
353
 
349
354
  # List all "Other contacts", that is contacts that are not in a contact group. "
350
- # Other contacts" are typically auto created contacts from interactions.
355
+ # Other contacts" are typically auto created contacts from interactions. Sync
356
+ # tokens expire 7 days after the full sync. A request with an expired sync token
357
+ # will result in a 410 error. In the case of such an error clients should make a
358
+ # full sync request without a `sync_token`. The first page of a full sync
359
+ # request has an additional quota. If the quota is exceeded, a 429 error will be
360
+ # returned. This quota is fixed and can not be increased. When the `sync_token`
361
+ # is specified, resources deleted since the last sync will be returned as a
362
+ # person with `PersonMetadata.deleted` set to true. When the `page_token` or `
363
+ # sync_token` is specified, all other request parameters must match the first
364
+ # call. See example usage at [List the user's other contacts that have changed](/
365
+ # people/v1/other-contacts#list_the_users_other_contacts_that_have_changed).
351
366
  # @param [Fixnum] page_size
352
367
  # Optional. The number of "Other contacts" to include in the response. Valid
353
368
  # values are between 1 and 1000, inclusive. Defaults to 100 if not set or set to
354
369
  # 0.
355
370
  # @param [String] page_token
356
- # Optional. A page token, received from a previous `ListOtherContacts` call.
371
+ # Optional. A page token, received from a previous response `next_page_token`.
357
372
  # Provide this to retrieve the subsequent page. When paginating, all other
358
- # parameters provided to `ListOtherContacts` must match the call that provided
359
- # the page token.
373
+ # parameters provided to `otherContacts.list` must match the first call that
374
+ # provided the page token.
360
375
  # @param [String] read_mask
361
376
  # Required. A field mask to restrict which fields on each person are returned.
362
377
  # Multiple fields can be specified by separating them with commas. Valid values
363
- # are: * emailAddresses * names * phoneNumbers
378
+ # are: * emailAddresses * metadata * names * phoneNumbers * photos
364
379
  # @param [Boolean] request_sync_token
365
- # Optional. Whether the response should include `next_sync_token`, which can be
366
- # used to get all changes since the last request. For subsequent sync requests
367
- # use the `sync_token` param instead. Initial sync requests that specify `
368
- # request_sync_token` have an additional rate limit.
380
+ # Optional. Whether the response should return `next_sync_token` on the last
381
+ # page of results. It can be used to get incremental changes since the last
382
+ # request by setting it on the request `sync_token`. More details about sync
383
+ # behavior at `otherContacts.list`.
384
+ # @param [Array<String>, String] sources
385
+ # Optional. A mask of what source types to return. Defaults to
386
+ # READ_SOURCE_TYPE_CONTACT if not set.
369
387
  # @param [String] sync_token
370
- # Optional. A sync token, received from a previous `ListOtherContacts` call.
388
+ # Optional. A sync token, received from a previous response `next_sync_token`
371
389
  # Provide this to retrieve only the resources changed since the last request.
372
- # Sync requests that specify `sync_token` have an additional rate limit. When
373
- # syncing, all other parameters provided to `ListOtherContacts` must match the
374
- # call that provided the sync token.
390
+ # When syncing, all other parameters provided to `otherContacts.list` must match
391
+ # the first call that provided the sync token. More details about sync behavior
392
+ # at `otherContacts.list`.
375
393
  # @param [String] fields
376
394
  # Selector specifying which fields to include in a partial response.
377
395
  # @param [String] quota_user
@@ -389,7 +407,7 @@ module Google
389
407
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
390
408
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
391
409
  # @raise [Google::Apis::AuthorizationError] Authorization is required
392
- def list_other_contacts(page_size: nil, page_token: nil, read_mask: nil, request_sync_token: nil, sync_token: nil, fields: nil, quota_user: nil, options: nil, &block)
410
+ def list_other_contacts(page_size: nil, page_token: nil, read_mask: nil, request_sync_token: nil, sources: nil, sync_token: nil, fields: nil, quota_user: nil, options: nil, &block)
393
411
  command = make_simple_command(:get, 'v1/otherContacts', options)
394
412
  command.response_representation = Google::Apis::PeopleV1::ListOtherContactsResponse::Representation
395
413
  command.response_class = Google::Apis::PeopleV1::ListOtherContactsResponse
@@ -397,6 +415,7 @@ module Google
397
415
  command.query['pageToken'] = page_token unless page_token.nil?
398
416
  command.query['readMask'] = read_mask unless read_mask.nil?
399
417
  command.query['requestSyncToken'] = request_sync_token unless request_sync_token.nil?
418
+ command.query['sources'] = sources unless sources.nil?
400
419
  command.query['syncToken'] = sync_token unless sync_token.nil?
401
420
  command.query['fields'] = fields unless fields.nil?
402
421
  command.query['quotaUser'] = quota_user unless quota_user.nil?
@@ -411,7 +430,7 @@ module Google
411
430
  # people/v1/other-contacts#search_the_users_other_contacts
412
431
  # @param [Fixnum] page_size
413
432
  # Optional. The number of results to return. Defaults to 10 if field is not set,
414
- # or set to 0. Values greater than 10 will be capped to 10.
433
+ # or set to 0. Values greater than 30 will be capped to 30.
415
434
  # @param [String] query
416
435
  # Required. The plain-text query for the request. The query is used to match
417
436
  # prefix phrases of the fields on a person. For example, a person with name "foo
@@ -420,7 +439,7 @@ module Google
420
439
  # @param [String] read_mask
421
440
  # Required. A field mask to restrict which fields on each person are returned.
422
441
  # Multiple fields can be specified by separating them with commas. Valid values
423
- # are: * emailAddresses * names * phoneNumbers
442
+ # are: * emailAddresses * metadata * names * phoneNumbers
424
443
  # @param [String] fields
425
444
  # Selector specifying which fields to include in a partial response.
426
445
  # @param [String] quota_user
@@ -673,8 +692,7 @@ module Google
673
692
  # get information about the authenticated user, specify `people/me`. - To get
674
693
  # information about a google account, specify `people/`account_id``. - To get
675
694
  # information about a contact, specify the resource name that identifies the
676
- # contact as returned by [`people.connections.list`](/people/api/rest/v1/people.
677
- # connections/list).
695
+ # contact as returned by `people.connections.list`.
678
696
  # @param [String] person_fields
679
697
  # Required. A field mask to restrict which fields on the person are returned.
680
698
  # Multiple fields can be specified by separating them with commas. Valid values
@@ -741,9 +759,8 @@ module Google
741
759
  # resourceNames=<name2>&... - To get information about the authenticated user,
742
760
  # specify `people/me`. - To get information about a google account, specify `
743
761
  # people/`account_id``. - To get information about a contact, specify the
744
- # resource name that identifies the contact as returned by [`people.connections.
745
- # list`](/people/api/rest/v1/people.connections/list). There is a maximum of 200
746
- # resource names.
762
+ # resource name that identifies the contact as returned by `people.connections.
763
+ # list`. There is a maximum of 200 resource names.
747
764
  # @param [Array<String>, String] sources
748
765
  # Optional. A mask of what source types to return. Defaults to
749
766
  # READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set.
@@ -778,7 +795,12 @@ module Google
778
795
  end
779
796
 
780
797
  # Provides a list of domain profiles and domain contacts in the authenticated
781
- # user's domain directory.
798
+ # user's domain directory. When the `sync_token` is specified, resources deleted
799
+ # since the last sync will be returned as a person with `PersonMetadata.deleted`
800
+ # set to true. When the `page_token` or `sync_token` is specified, all other
801
+ # request parameters must match the first call. See example usage at [List the
802
+ # directory people that have changed](/people/v1/directory#
803
+ # list_the_directory_people_that_have_changed).
782
804
  # @param [Array<String>, String] merge_sources
783
805
  # Optional. Additional data to merge into the directory sources if they are
784
806
  # connected through verified join keys such as email addresses or phone numbers.
@@ -786,10 +808,10 @@ module Google
786
808
  # Optional. The number of people to include in the response. Valid values are
787
809
  # between 1 and 1000, inclusive. Defaults to 100 if not set or set to 0.
788
810
  # @param [String] page_token
789
- # Optional. A page token, received from a previous `ListDirectoryPeople` call.
811
+ # Optional. A page token, received from a previous response `next_page_token`.
790
812
  # Provide this to retrieve the subsequent page. When paginating, all other
791
- # parameters provided to `ListDirectoryPeople` must match the call that provided
792
- # the page token.
813
+ # parameters provided to `people.listDirectoryPeople` must match the first call
814
+ # that provided the page token.
793
815
  # @param [String] read_mask
794
816
  # Required. A field mask to restrict which fields on each person are returned.
795
817
  # Multiple fields can be specified by separating them with commas. Valid values
@@ -799,16 +821,17 @@ module Google
799
821
  # miscKeywords * names * nicknames * occupations * organizations * phoneNumbers *
800
822
  # photos * relations * sipAddresses * skills * urls * userDefined
801
823
  # @param [Boolean] request_sync_token
802
- # Optional. Whether the response should include `next_sync_token`, which can be
803
- # used to get all changes since the last request. For subsequent sync requests
804
- # use the `sync_token` param instead.
824
+ # Optional. Whether the response should return `next_sync_token`. It can be used
825
+ # to get incremental changes since the last request by setting it on the request
826
+ # `sync_token`. More details about sync behavior at `people.listDirectoryPeople`.
805
827
  # @param [Array<String>, String] sources
806
828
  # Required. Directory sources to return.
807
829
  # @param [String] sync_token
808
- # Optional. A sync token, received from a previous `ListDirectoryPeople` call.
830
+ # Optional. A sync token, received from a previous response `next_sync_token`
809
831
  # Provide this to retrieve only the resources changed since the last request.
810
- # When syncing, all other parameters provided to `ListDirectoryPeople` must
811
- # match the call that provided the sync token.
832
+ # When syncing, all other parameters provided to `people.listDirectoryPeople`
833
+ # must match the first call that provided the sync token. More details about
834
+ # sync behavior at `people.listDirectoryPeople`.
812
835
  # @param [String] fields
813
836
  # Selector specifying which fields to include in a partial response.
814
837
  # @param [String] quota_user
@@ -850,7 +873,7 @@ module Google
850
873
  # google.com/people/v1/contacts#search_the_users_contacts
851
874
  # @param [Fixnum] page_size
852
875
  # Optional. The number of results to return. Defaults to 10 if field is not set,
853
- # or set to 0. Values greater than 10 will be capped to 10.
876
+ # or set to 0. Values greater than 30 will be capped to 30.
854
877
  # @param [String] query
855
878
  # Required. The plain-text query for the request. The query is used to match
856
879
  # prefix phrases of the fields on a person. For example, a person with name "foo
@@ -906,9 +929,9 @@ module Google
906
929
  # Optional. The number of people to include in the response. Valid values are
907
930
  # between 1 and 500, inclusive. Defaults to 100 if not set or set to 0.
908
931
  # @param [String] page_token
909
- # Optional. A page token, received from a previous `SearchDirectoryPeople` call.
932
+ # Optional. A page token, received from a previous response `next_page_token`.
910
933
  # Provide this to retrieve the subsequent page. When paginating, all other
911
- # parameters provided to `SearchDirectoryPeople` must match the call that
934
+ # parameters provided to `SearchDirectoryPeople` must match the first call that
912
935
  # provided the page token.
913
936
  # @param [String] query
914
937
  # Required. Prefix query that matches fields in the person. Does NOT use the
@@ -1057,12 +1080,17 @@ module Google
1057
1080
  execute_or_queue_command(command, &block)
1058
1081
  end
1059
1082
 
1060
- # Provides a list of the authenticated user's contacts. The request returns a
1061
- # 400 error if `personFields` is not specified. The request returns a 410 error
1062
- # if `sync_token` is specified and is expired. Sync tokens expire after 7 days
1063
- # to prevent data drift between clients and the server. To handle a sync token
1064
- # expired error, a request should be sent without `sync_token` to get all
1065
- # contacts.
1083
+ # Provides a list of the authenticated user's contacts. Sync tokens expire 7
1084
+ # days after the full sync. A request with an expired sync token will result in
1085
+ # a 410 error. In the case of such an error clients should make a full sync
1086
+ # request without a `sync_token`. The first page of a full sync request has an
1087
+ # additional quota. If the quota is exceeded, a 429 error will be returned. This
1088
+ # quota is fixed and can not be increased. When the `sync_token` is specified,
1089
+ # resources deleted since the last sync will be returned as a person with `
1090
+ # PersonMetadata.deleted` set to true. When the `page_token` or `sync_token` is
1091
+ # specified, all other request parameters must match the first call. See example
1092
+ # usage at [List the user's contacts that have changed](/people/v1/contacts#
1093
+ # list_the_users_contacts_that_have_changed).
1066
1094
  # @param [String] resource_name
1067
1095
  # Required. The resource name to return connections for. Only `people/me` is
1068
1096
  # valid.
@@ -1070,10 +1098,10 @@ module Google
1070
1098
  # Optional. The number of connections to include in the response. Valid values
1071
1099
  # are between 1 and 1000, inclusive. Defaults to 100 if not set or set to 0.
1072
1100
  # @param [String] page_token
1073
- # Optional. A page token, received from a previous `ListConnections` call.
1101
+ # Optional. A page token, received from a previous response `next_page_token`.
1074
1102
  # Provide this to retrieve the subsequent page. When paginating, all other
1075
- # parameters provided to `ListConnections` must match the call that provided the
1076
- # page token.
1103
+ # parameters provided to `people.connections.list` must match the first call
1104
+ # that provided the page token.
1077
1105
  # @param [String] person_fields
1078
1106
  # Required. A field mask to restrict which fields on each person are returned.
1079
1107
  # Multiple fields can be specified by separating them with commas. Valid values
@@ -1087,13 +1115,10 @@ module Google
1087
1115
  # Each path should start with `person.`: for example, `person.names` or `person.
1088
1116
  # photos`.
1089
1117
  # @param [Boolean] request_sync_token
1090
- # Optional. Whether the response should include `next_sync_token` on the last
1091
- # page, which can be used to get all changes since the last request. For
1092
- # subsequent sync requests use the `sync_token` param instead. Initial full sync
1093
- # requests that specify `request_sync_token` and do not specify `sync_token`
1094
- # have an additional rate limit per user. Each client should generally only be
1095
- # doing a full sync once every few days per user and so should not hit this
1096
- # limit.
1118
+ # Optional. Whether the response should return `next_sync_token` on the last
1119
+ # page of results. It can be used to get incremental changes since the last
1120
+ # request by setting it on the request `sync_token`. More details about sync
1121
+ # behavior at `people.connections.list`.
1097
1122
  # @param [String] sort_order
1098
1123
  # Optional. The order in which the connections should be sorted. Defaults to `
1099
1124
  # LAST_MODIFIED_ASCENDING`.
@@ -1101,12 +1126,11 @@ module Google
1101
1126
  # Optional. A mask of what source types to return. Defaults to
1102
1127
  # READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set.
1103
1128
  # @param [String] sync_token
1104
- # Optional. A sync token, received from a previous `ListConnections` call.
1129
+ # Optional. A sync token, received from a previous response `next_sync_token`
1105
1130
  # Provide this to retrieve only the resources changed since the last request.
1106
- # When syncing, all other parameters provided to `ListConnections` except `
1107
- # page_size` and `page_token` must match the initial call that provided the sync
1108
- # token. Sync tokens expire after seven days, after which a full sync request
1109
- # without a `sync_token` should be made.
1131
+ # When syncing, all other parameters provided to `people.connections.list` must
1132
+ # match the first call that provided the sync token. More details about sync
1133
+ # behavior at `people.connections.list`.
1110
1134
  # @param [String] fields
1111
1135
  # Selector specifying which fields to include in a partial response.
1112
1136
  # @param [String] quota_user
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.12.0
4
+ version: 0.16.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-14 00:00:00.000000000 Z
11
+ date: 2021-07-19 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.4'
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.4'
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.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-people_v1/v0.16.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: []