google-apis-people_v1 0.16.0 → 0.17.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e342b31e596b78efef9822c31b11e39f21be7c7988a7a830ec0ae454d9a7a8ef
|
4
|
+
data.tar.gz: bbe8539726d3bbd045716d9fc58b4b6f749b882aa7d5b6bf23db0b452631ea47
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e8403207f0cd54183aaa93287189a4bec73cb92dffc20e2bd5cfd4538341eafb63329c10815f1bfeadd0cee4d030e21f9b433c0ff67582aadc42e9ef2580b751
|
7
|
+
data.tar.gz: f1b4ccf1d623f7836f2a505588dfd519543d17026a0b57da8adeecc93985c8769624002c47ab054ad895772866d84c8423d2103c2b8eb27d94c2ef9871d13a34
|
data/CHANGELOG.md
CHANGED
@@ -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
|
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
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.17.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 = "
|
25
|
+
REVISION = "20210720"
|
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
|
@@ -361,8 +361,10 @@ module Google
|
|
361
361
|
# is specified, resources deleted since the last sync will be returned as a
|
362
362
|
# person with `PersonMetadata.deleted` set to true. When the `page_token` or `
|
363
363
|
# sync_token` is specified, all other request parameters must match the first
|
364
|
-
# call.
|
365
|
-
#
|
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).
|
366
368
|
# @param [Fixnum] page_size
|
367
369
|
# Optional. The number of "Other contacts" to include in the response. Valid
|
368
370
|
# values are between 1 and 1000, inclusive. Defaults to 100 if not set or set to
|
@@ -798,8 +800,10 @@ module Google
|
|
798
800
|
# user's domain directory. When the `sync_token` is specified, resources deleted
|
799
801
|
# since the last sync will be returned as a person with `PersonMetadata.deleted`
|
800
802
|
# set to true. When the `page_token` or `sync_token` is specified, all other
|
801
|
-
# request parameters must match the first call.
|
802
|
-
#
|
803
|
+
# request parameters must match the first call. Writes may have a propagation
|
804
|
+
# delay of several minutes for sync requests. Incremental syncs are not intended
|
805
|
+
# for read-after-write use cases. See example usage at [List the directory
|
806
|
+
# people that have changed](/people/v1/directory#
|
803
807
|
# list_the_directory_people_that_have_changed).
|
804
808
|
# @param [Array<String>, String] merge_sources
|
805
809
|
# Optional. Additional data to merge into the directory sources if they are
|
@@ -1088,8 +1092,10 @@ module Google
|
|
1088
1092
|
# quota is fixed and can not be increased. When the `sync_token` is specified,
|
1089
1093
|
# resources deleted since the last sync will be returned as a person with `
|
1090
1094
|
# PersonMetadata.deleted` set to true. When the `page_token` or `sync_token` is
|
1091
|
-
# specified, all other request parameters must match the first call.
|
1092
|
-
#
|
1095
|
+
# specified, all other request parameters must match the first call. Writes may
|
1096
|
+
# have a propagation delay of several minutes for sync requests. Incremental
|
1097
|
+
# syncs are not intended for read-after-write use cases. See example usage at [
|
1098
|
+
# List the user's contacts that have changed](/people/v1/contacts#
|
1093
1099
|
# list_the_users_contacts_that_have_changed).
|
1094
1100
|
# @param [String] resource_name
|
1095
1101
|
# Required. The resource name to return connections for. Only `people/me` is
|
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.
|
4
|
+
version: 0.17.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-
|
11
|
+
date: 2021-07-26 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-people_v1/v0.17.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: []
|