| Package | Description |
|---|---|
| com.google.api.services.people.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Source |
Source.clone() |
Source |
FieldMetadata.getSource()
The source of the field.
|
Source |
Source.set(String fieldName,
Object value) |
Source |
Source.setEtag(String etag)
**Only populated in `person.metadata.sources`.** The [HTTP entity
tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source.
|
Source |
Source.setId(String id)
The unique identifier within the source type generated by the server.
|
Source |
Source.setProfileMetadata(ProfileMetadata profileMetadata)
Output only.
|
Source |
Source.setType(String type)
The source type.
|
Source |
Source.setUpdateTime(String updateTime)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<Source> |
PersonMetadata.getSources()
The sources of data for the person.
|
| Modifier and Type | Method and Description |
|---|---|
FieldMetadata |
FieldMetadata.setSource(Source source)
The source of the field.
|
| Modifier and Type | Method and Description |
|---|---|
PersonMetadata |
PersonMetadata.setSources(List<Source> sources)
The sources of data for the person.
|
Copyright © 2011–2025 Google. All rights reserved.