google-apis-people_v1 0.15.0 → 0.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1a829a70f027e2db31e93f798965dd0a3e27fd24fd95ca5c70507072e43cf2f4
4
- data.tar.gz: 5b9715b37ae4fe75e239b2340986c1b3494d3621e70e3cf8c16ce80252e072cf
3
+ metadata.gz: 040057a445b4d154d11e5ceee608ce607862769a20ae30069b0be86fe572e826
4
+ data.tar.gz: c3d5873b94dfe2556969a8c689d22843d07647254716698a196cbf23b4866120
5
5
  SHA512:
6
- metadata.gz: 76e77c369c7dfac9dd99406109f7a695c2682549fdc85d0084ed07b4b5753148265daa1e1c158a5963579e37e40657820502b94554a3d34407e6c03870fe1527
7
- data.tar.gz: 3b00c53345d8a03a17c7999cc1dddfeda671c8842acfa90f5e65a1b1d0e8e79e09e6215f9cd6550d24d4f00db47b4f7b2c04a0ee5cad8814b98b6238b165fe33
6
+ metadata.gz: 735edd1f948d277319e7dc8e4f421436e518d2c6f9e183247155fae83a24e13e10c86017bac5ee03e569f904f73e38bc6e6b52476079fb26add9ae9f572a50db
7
+ data.tar.gz: a59249f35a8cbb6d64cc27aa42c3e6a028b4b8336ef2fd93517505466b99574ce476c404534aa706e3454c57bc4592757f7e4e7df4b7118ecd5611e8a083b179
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-people_v1
2
2
 
3
+ ### v0.19.0 (2021-08-05)
4
+
5
+ * Regenerated from discovery document revision 20210803
6
+
7
+ ### v0.18.0 (2021-07-28)
8
+
9
+ * Regenerated from discovery document revision 20210726
10
+
11
+ ### v0.17.0 (2021-07-22)
12
+
13
+ * Regenerated from discovery document revision 20210720
14
+
15
+ ### v0.16.0 (2021-07-16)
16
+
17
+ * Regenerated from discovery document revision 20210714
18
+
3
19
  ### v0.15.0 (2021-06-29)
4
20
 
5
21
  * Regenerated using generator version 0.4.0
@@ -1005,8 +1005,7 @@ module Google
1005
1005
  class FieldMetadata
1006
1006
  include Google::Apis::Core::Hashable
1007
1007
 
1008
- # True if the field is the primary field; false if the field is a secondary
1009
- # field.
1008
+ # True if the field is the primary field for the person.
1010
1009
  # Corresponds to the JSON property `primary`
1011
1010
  # @return [Boolean]
1012
1011
  attr_accessor :primary
@@ -1017,6 +1016,12 @@ module Google
1017
1016
  # @return [Google::Apis::PeopleV1::Source]
1018
1017
  attr_accessor :source
1019
1018
 
1019
+ # True if the field is the primary field for the source.
1020
+ # Corresponds to the JSON property `sourcePrimary`
1021
+ # @return [Boolean]
1022
+ attr_accessor :source_primary
1023
+ alias_method :source_primary?, :source_primary
1024
+
1020
1025
  # Output only. True if the field is verified; false if the field is unverified.
1021
1026
  # A verified field is typically a name, email address, phone number, or website
1022
1027
  # that has been confirmed to be owned by the person.
@@ -1033,6 +1038,7 @@ module Google
1033
1038
  def update!(**args)
1034
1039
  @primary = args[:primary] if args.key?(:primary)
1035
1040
  @source = args[:source] if args.key?(:source)
1041
+ @source_primary = args[:source_primary] if args.key?(:source_primary)
1036
1042
  @verified = args[:verified] if args.key?(:verified)
1037
1043
  end
1038
1044
  end
@@ -1934,12 +1940,9 @@ module Google
1934
1940
  # @return [Array<Google::Apis::PeopleV1::CoverPhoto>]
1935
1941
  attr_accessor :cover_photos
1936
1942
 
1937
- # The person's email addresses. For [`connections.list`](/people/api/rest/v1/
1938
- # people.connections/list), [`otherContacts.list`](/people/api/rest/v1/
1939
- # otherContacts/list), and [`people.listDirectoryPeople`](/people/api/rest/v1/
1940
- # people/listDirectoryPeople) the number of email addresses is limited to 100.
1941
- # If a Person has more email addresses the entire set can be obtained by calling
1942
- # ['people.get'](/people/api/rest/v1/people/get).
1943
+ # The person's email addresses. For `people.connections.list` and `otherContacts.
1944
+ # list` the number of email addresses is limited to 100. If a Person has more
1945
+ # email addresses the entire set can be obtained by calling GetPeople.
1943
1946
  # Corresponds to the JSON property `emailAddresses`
1944
1947
  # @return [Array<Google::Apis::PeopleV1::EmailAddress>]
1945
1948
  attr_accessor :email_addresses
@@ -2025,12 +2028,9 @@ module Google
2025
2028
  # @return [Array<Google::Apis::PeopleV1::Organization>]
2026
2029
  attr_accessor :organizations
2027
2030
 
2028
- # The person's phone numbers. For [`connections.list`](/people/api/rest/v1/
2029
- # people.connections/list), [`otherContacts.list`](/people/api/rest/v1/
2030
- # otherContacts/list), and [`people.listDirectoryPeople`](/people/api/rest/v1/
2031
- # people/listDirectoryPeople) the number of phone numbers is limited to 100. If
2032
- # a Person has more phone numbers the entire set can be obtained by calling ['
2033
- # people.get'](/people/api/rest/v1/people/get).
2031
+ # The person's phone numbers. For `people.connections.list` and `otherContacts.
2032
+ # list` the number of phone numbers is limited to 100. If a Person has more
2033
+ # phone numbers the entire set can be obtained by calling GetPeople.
2034
2034
  # Corresponds to the JSON property `phoneNumbers`
2035
2035
  # @return [Array<Google::Apis::PeopleV1::PhoneNumber>]
2036
2036
  attr_accessor :phone_numbers
@@ -2145,10 +2145,8 @@ module Google
2145
2145
  class PersonMetadata
2146
2146
  include Google::Apis::Core::Hashable
2147
2147
 
2148
- # Output only. True if the person resource has been deleted. Populated only for [
2149
- # `connections.list`](/people/api/rest/v1/people.connections/list) and [`
2150
- # otherContacts.list`](/people/api/rest/v1/otherContacts/list) requests that
2151
- # include a sync token.
2148
+ # Output only. True if the person resource has been deleted. Populated only for `
2149
+ # people.connections.list` and `otherContacts.list` sync requests.
2152
2150
  # Corresponds to the JSON property `deleted`
2153
2151
  # @return [Boolean]
2154
2152
  attr_accessor :deleted
@@ -2166,10 +2164,9 @@ module Google
2166
2164
  attr_accessor :object_type
2167
2165
 
2168
2166
  # Output only. Any former resource names this person has had. Populated only for
2169
- # [`connections.list`](/people/api/rest/v1/people.connections/list) requests
2170
- # that include a sync token. The resource name may change when adding or
2171
- # removing fields that link a contact and profile such as a verified email,
2172
- # verified phone number, or profile URL.
2167
+ # `people.connections.list` requests that include a sync token. The resource
2168
+ # name may change when adding or removing fields that link a contact and profile
2169
+ # such as a verified email, verified phone number, or profile URL.
2173
2170
  # Corresponds to the JSON property `previousResourceNames`
2174
2171
  # @return [Array<String>]
2175
2172
  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.15.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210623"
25
+ REVISION = "20210803"
26
26
  end
27
27
  end
28
28
  end
@@ -736,6 +736,7 @@ module Google
736
736
  property :primary, as: 'primary'
737
737
  property :source, as: 'source', class: Google::Apis::PeopleV1::Source, decorator: Google::Apis::PeopleV1::Source::Representation
738
738
 
739
+ property :source_primary, as: 'sourcePrimary'
739
740
  property :verified, as: 'verified'
740
741
  end
741
742
  end
@@ -352,34 +352,53 @@ module Google
352
352
  end
353
353
 
354
354
  # List all "Other contacts", that is contacts that are not in a contact group. "
355
- # 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. Writes may have a propagation delay of several minutes for sync requests.
365
+ # Incremental syncs are not intended for read-after-write use cases. See
366
+ # example usage at [List the user's other contacts that have changed](/people/v1/
367
+ # other-contacts#list_the_users_other_contacts_that_have_changed).
356
368
  # @param [Fixnum] page_size
357
369
  # Optional. The number of "Other contacts" to include in the response. Valid
358
370
  # values are between 1 and 1000, inclusive. Defaults to 100 if not set or set to
359
371
  # 0.
360
372
  # @param [String] page_token
361
- # Optional. A page token, received from a previous `ListOtherContacts` call.
373
+ # Optional. A page token, received from a previous response `next_page_token`.
362
374
  # Provide this to retrieve the subsequent page. When paginating, all other
363
- # parameters provided to `ListOtherContacts` must match the call that provided
364
- # the page token.
375
+ # parameters provided to `otherContacts.list` must match the first call that
376
+ # provided the page token.
365
377
  # @param [String] read_mask
366
378
  # Required. A field mask to restrict which fields on each person are returned.
367
- # Multiple fields can be specified by separating them with commas. Valid values
368
- # are: * emailAddresses * metadata * names * phoneNumbers * photos
379
+ # Multiple fields can be specified by separating them with commas. What values
380
+ # are valid depend on what ReadSourceType is used. If READ_SOURCE_TYPE_CONTACT
381
+ # is used, valid values are: * emailAddresses * metadata * names * phoneNumbers *
382
+ # photos If READ_SOURCE_TYPE_PROFILE is used, valid values are: * addresses *
383
+ # ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos *
384
+ # emailAddresses * events * externalIds * genders * imClients * interests *
385
+ # locales * locations * memberships * metadata * miscKeywords * names *
386
+ # nicknames * occupations * organizations * phoneNumbers * photos * relations *
387
+ # sipAddresses * skills * urls * userDefined
369
388
  # @param [Boolean] request_sync_token
370
- # Optional. Whether the response should include `next_sync_token`, which can be
371
- # used to get all changes since the last request. For subsequent sync requests
372
- # use the `sync_token` param instead. Initial sync requests that specify `
373
- # request_sync_token` have an additional rate limit.
389
+ # Optional. Whether the response should return `next_sync_token` on the last
390
+ # page of results. It can be used to get incremental changes since the last
391
+ # request by setting it on the request `sync_token`. More details about sync
392
+ # behavior at `otherContacts.list`.
393
+ # @param [Array<String>, String] sources
394
+ # Optional. A mask of what source types to return. Defaults to
395
+ # READ_SOURCE_TYPE_CONTACT if not set.
374
396
  # @param [String] sync_token
375
- # Optional. A sync token, received from a previous `ListOtherContacts` call.
397
+ # Optional. A sync token, received from a previous response `next_sync_token`
376
398
  # Provide this to retrieve only the resources changed since the last request.
377
- # Sync requests that specify `sync_token` have an additional rate limit. When
378
- # the `syncToken` is specified, resources deleted since the last sync will be
379
- # returned as a person with [`PersonMetadata.deleted`](/people/api/rest/v1/
380
- # people#Person.PersonMetadata.FIELDS.deleted) set to true. When the `syncToken`
381
- # is specified, all other parameters provided to `ListOtherContacts` must match
382
- # the call that provided the sync token.
399
+ # When syncing, all other parameters provided to `otherContacts.list` must match
400
+ # the first call that provided the sync token. More details about sync behavior
401
+ # at `otherContacts.list`.
383
402
  # @param [String] fields
384
403
  # Selector specifying which fields to include in a partial response.
385
404
  # @param [String] quota_user
@@ -397,7 +416,7 @@ module Google
397
416
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
398
417
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
399
418
  # @raise [Google::Apis::AuthorizationError] Authorization is required
400
- 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)
419
+ 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)
401
420
  command = make_simple_command(:get, 'v1/otherContacts', options)
402
421
  command.response_representation = Google::Apis::PeopleV1::ListOtherContactsResponse::Representation
403
422
  command.response_class = Google::Apis::PeopleV1::ListOtherContactsResponse
@@ -405,6 +424,7 @@ module Google
405
424
  command.query['pageToken'] = page_token unless page_token.nil?
406
425
  command.query['readMask'] = read_mask unless read_mask.nil?
407
426
  command.query['requestSyncToken'] = request_sync_token unless request_sync_token.nil?
427
+ command.query['sources'] = sources unless sources.nil?
408
428
  command.query['syncToken'] = sync_token unless sync_token.nil?
409
429
  command.query['fields'] = fields unless fields.nil?
410
430
  command.query['quotaUser'] = quota_user unless quota_user.nil?
@@ -681,8 +701,7 @@ module Google
681
701
  # get information about the authenticated user, specify `people/me`. - To get
682
702
  # information about a google account, specify `people/`account_id``. - To get
683
703
  # information about a contact, specify the resource name that identifies the
684
- # contact as returned by [`people.connections.list`](/people/api/rest/v1/people.
685
- # connections/list).
704
+ # contact as returned by `people.connections.list`.
686
705
  # @param [String] person_fields
687
706
  # Required. A field mask to restrict which fields on the person are returned.
688
707
  # Multiple fields can be specified by separating them with commas. Valid values
@@ -749,9 +768,8 @@ module Google
749
768
  # resourceNames=<name2>&... - To get information about the authenticated user,
750
769
  # specify `people/me`. - To get information about a google account, specify `
751
770
  # people/`account_id``. - To get information about a contact, specify the
752
- # resource name that identifies the contact as returned by [`people.connections.
753
- # list`](/people/api/rest/v1/people.connections/list). There is a maximum of 200
754
- # resource names.
771
+ # resource name that identifies the contact as returned by `people.connections.
772
+ # list`. There is a maximum of 200 resource names.
755
773
  # @param [Array<String>, String] sources
756
774
  # Optional. A mask of what source types to return. Defaults to
757
775
  # READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set.
@@ -786,7 +804,14 @@ module Google
786
804
  end
787
805
 
788
806
  # Provides a list of domain profiles and domain contacts in the authenticated
789
- # user's domain directory.
807
+ # user's domain directory. When the `sync_token` is specified, resources deleted
808
+ # since the last sync will be returned as a person with `PersonMetadata.deleted`
809
+ # set to true. When the `page_token` or `sync_token` is specified, all other
810
+ # request parameters must match the first call. Writes may have a propagation
811
+ # delay of several minutes for sync requests. Incremental syncs are not intended
812
+ # for read-after-write use cases. See example usage at [List the directory
813
+ # people that have changed](/people/v1/directory#
814
+ # list_the_directory_people_that_have_changed).
790
815
  # @param [Array<String>, String] merge_sources
791
816
  # Optional. Additional data to merge into the directory sources if they are
792
817
  # connected through verified join keys such as email addresses or phone numbers.
@@ -794,10 +819,10 @@ module Google
794
819
  # Optional. The number of people to include in the response. Valid values are
795
820
  # between 1 and 1000, inclusive. Defaults to 100 if not set or set to 0.
796
821
  # @param [String] page_token
797
- # Optional. A page token, received from a previous `ListDirectoryPeople` call.
822
+ # Optional. A page token, received from a previous response `next_page_token`.
798
823
  # Provide this to retrieve the subsequent page. When paginating, all other
799
- # parameters provided to `ListDirectoryPeople` must match the call that provided
800
- # the page token.
824
+ # parameters provided to `people.listDirectoryPeople` must match the first call
825
+ # that provided the page token.
801
826
  # @param [String] read_mask
802
827
  # Required. A field mask to restrict which fields on each person are returned.
803
828
  # Multiple fields can be specified by separating them with commas. Valid values
@@ -807,16 +832,17 @@ module Google
807
832
  # miscKeywords * names * nicknames * occupations * organizations * phoneNumbers *
808
833
  # photos * relations * sipAddresses * skills * urls * userDefined
809
834
  # @param [Boolean] request_sync_token
810
- # Optional. Whether the response should include `next_sync_token`, which can be
811
- # used to get all changes since the last request. For subsequent sync requests
812
- # use the `sync_token` param instead.
835
+ # Optional. Whether the response should return `next_sync_token`. It can be used
836
+ # to get incremental changes since the last request by setting it on the request
837
+ # `sync_token`. More details about sync behavior at `people.listDirectoryPeople`.
813
838
  # @param [Array<String>, String] sources
814
839
  # Required. Directory sources to return.
815
840
  # @param [String] sync_token
816
- # Optional. A sync token, received from a previous `ListDirectoryPeople` call.
841
+ # Optional. A sync token, received from a previous response `next_sync_token`
817
842
  # Provide this to retrieve only the resources changed since the last request.
818
- # When syncing, all other parameters provided to `ListDirectoryPeople` must
819
- # match the call that provided the sync token.
843
+ # When syncing, all other parameters provided to `people.listDirectoryPeople`
844
+ # must match the first call that provided the sync token. More details about
845
+ # sync behavior at `people.listDirectoryPeople`.
820
846
  # @param [String] fields
821
847
  # Selector specifying which fields to include in a partial response.
822
848
  # @param [String] quota_user
@@ -914,9 +940,9 @@ module Google
914
940
  # Optional. The number of people to include in the response. Valid values are
915
941
  # between 1 and 500, inclusive. Defaults to 100 if not set or set to 0.
916
942
  # @param [String] page_token
917
- # Optional. A page token, received from a previous `SearchDirectoryPeople` call.
943
+ # Optional. A page token, received from a previous response `next_page_token`.
918
944
  # Provide this to retrieve the subsequent page. When paginating, all other
919
- # parameters provided to `SearchDirectoryPeople` must match the call that
945
+ # parameters provided to `SearchDirectoryPeople` must match the first call that
920
946
  # provided the page token.
921
947
  # @param [String] query
922
948
  # Required. Prefix query that matches fields in the person. Does NOT use the
@@ -1065,12 +1091,19 @@ module Google
1065
1091
  execute_or_queue_command(command, &block)
1066
1092
  end
1067
1093
 
1068
- # Provides a list of the authenticated user's contacts. The request returns a
1069
- # 400 error if `personFields` is not specified. The request returns a 410 error
1070
- # if `sync_token` is specified and is expired. Sync tokens expire after 7 days
1071
- # to prevent data drift between clients and the server. To handle a sync token
1072
- # expired error, a request should be sent without `sync_token` to get all
1073
- # contacts.
1094
+ # Provides a list of the authenticated user's contacts. Sync tokens expire 7
1095
+ # days after the full sync. A request with an expired sync token will result in
1096
+ # a 410 error. In the case of such an error clients should make a full sync
1097
+ # request without a `sync_token`. The first page of a full sync request has an
1098
+ # additional quota. If the quota is exceeded, a 429 error will be returned. This
1099
+ # quota is fixed and can not be increased. When the `sync_token` is specified,
1100
+ # resources deleted since the last sync will be returned as a person with `
1101
+ # PersonMetadata.deleted` set to true. When the `page_token` or `sync_token` is
1102
+ # specified, all other request parameters must match the first call. Writes may
1103
+ # have a propagation delay of several minutes for sync requests. Incremental
1104
+ # syncs are not intended for read-after-write use cases. See example usage at [
1105
+ # List the user's contacts that have changed](/people/v1/contacts#
1106
+ # list_the_users_contacts_that_have_changed).
1074
1107
  # @param [String] resource_name
1075
1108
  # Required. The resource name to return connections for. Only `people/me` is
1076
1109
  # valid.
@@ -1078,10 +1111,10 @@ module Google
1078
1111
  # Optional. The number of connections to include in the response. Valid values
1079
1112
  # are between 1 and 1000, inclusive. Defaults to 100 if not set or set to 0.
1080
1113
  # @param [String] page_token
1081
- # Optional. A page token, received from a previous `ListConnections` call.
1114
+ # Optional. A page token, received from a previous response `next_page_token`.
1082
1115
  # Provide this to retrieve the subsequent page. When paginating, all other
1083
- # parameters provided to `ListConnections` must match the call that provided the
1084
- # page token.
1116
+ # parameters provided to `people.connections.list` must match the first call
1117
+ # that provided the page token.
1085
1118
  # @param [String] person_fields
1086
1119
  # Required. A field mask to restrict which fields on each person are returned.
1087
1120
  # Multiple fields can be specified by separating them with commas. Valid values
@@ -1095,13 +1128,10 @@ module Google
1095
1128
  # Each path should start with `person.`: for example, `person.names` or `person.
1096
1129
  # photos`.
1097
1130
  # @param [Boolean] request_sync_token
1098
- # Optional. Whether the response should include `next_sync_token` on the last
1099
- # page, which can be used to get all changes since the last request. For
1100
- # subsequent sync requests use the `sync_token` param instead. Initial full sync
1101
- # requests that specify `request_sync_token` and do not specify `sync_token`
1102
- # have an additional rate limit per user. Each client should generally only be
1103
- # doing a full sync once every few days per user and so should not hit this
1104
- # limit.
1131
+ # Optional. Whether the response should return `next_sync_token` on the last
1132
+ # page of results. It can be used to get incremental changes since the last
1133
+ # request by setting it on the request `sync_token`. More details about sync
1134
+ # behavior at `people.connections.list`.
1105
1135
  # @param [String] sort_order
1106
1136
  # Optional. The order in which the connections should be sorted. Defaults to `
1107
1137
  # LAST_MODIFIED_ASCENDING`.
@@ -1109,15 +1139,11 @@ module Google
1109
1139
  # Optional. A mask of what source types to return. Defaults to
1110
1140
  # READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set.
1111
1141
  # @param [String] sync_token
1112
- # Optional. A sync token, received from a previous `ListConnections` call.
1142
+ # Optional. A sync token, received from a previous response `next_sync_token`
1113
1143
  # Provide this to retrieve only the resources changed since the last request.
1114
- # When the `syncToken` is specified, resources deleted since the last sync will
1115
- # be returned as a person with [`PersonMetadata.deleted`](/people/api/rest/v1/
1116
- # people#Person.PersonMetadata.FIELDS.deleted) set to true. When the `syncToken`
1117
- # is specified, all other parameters provided to `ListConnections` except `
1118
- # page_size` and `page_token` must match the initial call that provided the sync
1119
- # token. Sync tokens expire after seven days, after which a full sync request
1120
- # without a `sync_token` should be made.
1144
+ # When syncing, all other parameters provided to `people.connections.list` must
1145
+ # match the first call that provided the sync token. More details about sync
1146
+ # behavior at `people.connections.list`.
1121
1147
  # @param [String] fields
1122
1148
  # Selector specifying which fields to include in a partial response.
1123
1149
  # @param [String] quota_user
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.15.0
4
+ version: 0.19.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-07-05 00:00:00.000000000 Z
11
+ date: 2021-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-people_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-people_v1/v0.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-people_v1/v0.19.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-people_v1
63
63
  post_install_message:
64
64
  rdoc_options: []