| 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(java.lang.String fieldName,
java.lang.Object value) |
Source |
Source.setEtag(java.lang.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(java.lang.String id)
The unique identifier within the source type generated by the server.
|
Source |
Source.setProfileMetadata(ProfileMetadata profileMetadata)
**Only populated in `person.metadata.sources`.**
Metadata about a source of type PROFILE.
|
Source |
Source.setType(java.lang.String type)
The source type.
|
Source |
Source.setUpdateTime(java.lang.String updateTime)
**Only populated in `person.metadata.sources`.**
Last update timestamp of this source.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.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(java.util.List<Source> sources)
The sources of data for the person.
|