| Package | Description |
|---|---|
| com.google.api.services.people.v1.model |
| Modifier and Type | Method and Description |
|---|---|
ProfileMetadata |
ProfileMetadata.clone() |
ProfileMetadata |
Source.getProfileMetadata()
**Only populated in `person.metadata.sources`.**
Metadata about a source of type PROFILE.
|
ProfileMetadata |
ProfileMetadata.set(java.lang.String fieldName,
java.lang.Object value) |
ProfileMetadata |
ProfileMetadata.setObjectType(java.lang.String objectType)
The profile object type.
|
ProfileMetadata |
ProfileMetadata.setUserTypes(java.util.List<java.lang.String> userTypes)
The user types.
|
| Modifier and Type | Method and Description |
|---|---|
Source |
Source.setProfileMetadata(ProfileMetadata profileMetadata)
**Only populated in `person.metadata.sources`.**
Metadata about a source of type PROFILE.
|