Show / Hide Table of Contents

Enum OtherContactsResource.ListRequest.SourcesEnum

Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT if not set. Possible values for this field are: * READ_SOURCE_TYPE_CONTACT * READ_SOURCE_TYPE_CONTACT,READ_SOURCE_TYPE_PROFILE Specifying READ_SOURCE_TYPE_PROFILE without specifying READ_SOURCE_TYPE_CONTACT is not permitted.

Namespace: Google.Apis.PeopleService.v1
Assembly: Google.Apis.PeopleService.v1.dll
Syntax
public enum OtherContactsResource.ListRequest.SourcesEnum

Fields

Name Description
READSOURCETYPECONTACT

Returns SourceType.CONTACT.

READSOURCETYPEDOMAINCONTACT

Returns SourceType.DOMAIN_CONTACT.

READSOURCETYPEOTHERCONTACT

Returns SourceType.OTHER_CONTACT.

READSOURCETYPEPROFILE

Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE.

READSOURCETYPEUNSPECIFIED

Unspecified.

In this article
Back to top Generated by DocFX