diff --git a/generated/google/apis/people_v1.rb b/generated/google/apis/people_v1.rb index 96ec4b826..36a605623 100644 --- a/generated/google/apis/people_v1.rb +++ b/generated/google/apis/people_v1.rb @@ -25,7 +25,7 @@ module Google # @see https://developers.google.com/people/ module PeopleV1 VERSION = 'V1' - REVISION = '20201013' + REVISION = '20201026' # See, edit, download, and permanently delete your contacts AUTH_CONTACTS = 'https://www.googleapis.com/auth/contacts' diff --git a/generated/google/apis/people_v1/classes.rb b/generated/google/apis/people_v1/classes.rb index b337fbe39..f30c9b294 100644 --- a/generated/google/apis/people_v1/classes.rb +++ b/generated/google/apis/people_v1/classes.rb @@ -509,8 +509,8 @@ module Google # @return [String] attr_accessor :read_mask - # Optional. A mask of what source types to return. Defaults to ReadSourceType. - # CONTACT and ReadSourceType.PROFILE if not set. + # Optional. A mask of what source types to return. Defaults to + # READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set. # Corresponds to the JSON property `sources` # @return [Array] attr_accessor :sources @@ -2511,8 +2511,8 @@ module Google # @return [String] attr_accessor :photo_bytes - # Optional. A mask of what source types to return. Defaults to ReadSourceType. - # CONTACT and ReadSourceType.PROFILE if not set. + # Optional. A mask of what source types to return. Defaults to + # READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set. # Corresponds to the JSON property `sources` # @return [Array] attr_accessor :sources diff --git a/generated/google/apis/people_v1/service.rb b/generated/google/apis/people_v1/service.rb index acd54f5dc..d5b7a047b 100644 --- a/generated/google/apis/people_v1/service.rb +++ b/generated/google/apis/people_v1/service.rb @@ -397,8 +397,8 @@ module Google # organizations * phoneNumbers * photos * relations * sipAddresses * skills * # urls * userDefined # @param [Array, String] sources - # Optional. A mask of what source types to return. Defaults to ReadSourceType. - # CONTACT and ReadSourceType.PROFILE if not set. + # Optional. A mask of what source types to return. Defaults to + # READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user @@ -472,8 +472,8 @@ module Google # names * nicknames * occupations * organizations * phoneNumbers * photos * # relations * sipAddresses * skills * urls * userDefined # @param [Array, String] sources - # Optional. A mask of what source types to return. Defaults to ReadSourceType. - # CONTACT and ReadSourceType.PROFILE if not set. + # Optional. A mask of what source types to return. Defaults to + # READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user @@ -526,8 +526,8 @@ module Google # Each path should start with `person.`: for example, `person.names` or `person. # photos`. # @param [Array, String] sources - # Optional. A mask of what source types to return. Defaults to ReadSourceType. - # PROFILE and ReadSourceType.CONTACT if not set. + # Optional. A mask of what source types to return. Defaults to + # READ_SOURCE_TYPE_PROFILE and READ_SOURCE_TYPE_CONTACT if not set. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user @@ -583,8 +583,8 @@ module Google # list`](/people/api/rest/v1/people.connections/list). You can include up to 50 # resource names in one request. # @param [Array, String] sources - # Optional. A mask of what source types to return. Defaults to ReadSourceType. - # CONTACT and ReadSourceType.PROFILE if not set. + # Optional. A mask of what source types to return. Defaults to + # READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user @@ -765,8 +765,8 @@ module Google # organizations * phoneNumbers * photos * relations * sipAddresses * skills * # urls * userDefined # @param [Array, String] sources - # Optional. A mask of what source types to return. Defaults to ReadSourceType. - # CONTACT and ReadSourceType.PROFILE if not set. + # Optional. A mask of what source types to return. Defaults to + # READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set. # @param [String] update_person_fields # Required. A field mask to restrict which fields on the person are updated. # Multiple fields can be specified by separating them with commas. All updated @@ -874,8 +874,8 @@ module Google # Optional. The order in which the connections should be sorted. Defaults to ` # LAST_MODIFIED_ASCENDING`. # @param [Array, String] sources - # Optional. A mask of what source types to return. Defaults to ReadSourceType. - # CONTACT and ReadSourceType.PROFILE if not set. + # Optional. A mask of what source types to return. Defaults to + # READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set. # @param [String] sync_token # Optional. A sync token, received from a previous `ListConnections` call. # Provide this to retrieve only the resources changed since the last request. diff --git a/generated/google/apis/people_v1/synth.metadata b/generated/google/apis/people_v1/synth.metadata index 429012f74..fb5a74b21 100644 --- a/generated/google/apis/people_v1/synth.metadata +++ b/generated/google/apis/people_v1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "c98c719bbab68d0890524d53f8b629d7858af9c2" + "sha": "9840c481849200572321532ecc3b128bebbc1583" } } ]