Liking cljdoc? Tell your friends :D

happygapi.people.contactGroups

People API: contactGroups. Provides access to information about profiles and contacts. See: https://developers.google.com/people/api/reference/rest/v1/contactGroups

People API: contactGroups.
Provides access to information about profiles and contacts.
See: https://developers.google.com/people/api/reference/rest/v1/contactGroups
raw docstring

batchGet$clj

(batchGet$ auth parameters)

https://developers.google.com/people/api/reference/rest/v1/contactGroups/batchGet

Required parameters: none

Optional parameters: resourceNames, maxMembers

Get a list of contact groups owned by the authenticated user by specifying a list of contact group resource names.

https://developers.google.com/people/api/reference/rest/v1/contactGroups/batchGet

Required parameters: none

Optional parameters: resourceNames, maxMembers

Get a list of contact groups owned by the authenticated user by specifying
a list of contact group resource names.
sourceraw docstring

create$clj

(create$ auth parameters body)

https://developers.google.com/people/api/reference/rest/v1/contactGroups/create

Required parameters: none

Optional parameters: none

Body:

{:contactGroup {:etag string, :groupType string, :formattedName string, :memberResourceNames [string], :name string, :memberCount integer, :metadata ContactGroupMetadata, :resourceName string}}

Create a new contact group owned by the authenticated user.

https://developers.google.com/people/api/reference/rest/v1/contactGroups/create

Required parameters: none

Optional parameters: none

Body: 

{:contactGroup {:etag string,
                :groupType string,
                :formattedName string,
                :memberResourceNames [string],
                :name string,
                :memberCount integer,
                :metadata ContactGroupMetadata,
                :resourceName string}}

Create a new contact group owned by the authenticated user.
sourceraw docstring

delete$clj

(delete$ auth parameters)

https://developers.google.com/people/api/reference/rest/v1/contactGroups/delete

Required parameters: resourceName

Optional parameters: deleteContacts

Delete an existing contact group owned by the authenticated user by specifying a contact group resource name.

https://developers.google.com/people/api/reference/rest/v1/contactGroups/delete

Required parameters: resourceName

Optional parameters: deleteContacts

Delete an existing contact group owned by the authenticated user by
specifying a contact group resource name.
sourceraw docstring

get$clj

(get$ auth parameters)

https://developers.google.com/people/api/reference/rest/v1/contactGroups/get

Required parameters: resourceName

Optional parameters: maxMembers

Get a specific contact group owned by the authenticated user by specifying a contact group resource name.

https://developers.google.com/people/api/reference/rest/v1/contactGroups/get

Required parameters: resourceName

Optional parameters: maxMembers

Get a specific contact group owned by the authenticated user by specifying
a contact group resource name.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/people/api/reference/rest/v1/contactGroups/list

Required parameters: none

Optional parameters: pageToken, pageSize, syncToken

List all contact groups owned by the authenticated user. Members of the contact groups are not populated.

https://developers.google.com/people/api/reference/rest/v1/contactGroups/list

Required parameters: none

Optional parameters: pageToken, pageSize, syncToken

List all contact groups owned by the authenticated user. Members of the
contact groups are not populated.
sourceraw docstring

members-modify$clj

(members-modify$ auth parameters body)

https://developers.google.com/people/api/reference/rest/v1/contactGroups/members/modify

Required parameters: resourceName

Optional parameters: none

Body:

{:resourceNamesToAdd [string], :resourceNamesToRemove [string]}

Modify the members of a contact group owned by the authenticated user.

The only system contact groups that can have members added are contactGroups/myContacts and contactGroups/starred. Other system contact groups are deprecated and can only have contacts removed.

https://developers.google.com/people/api/reference/rest/v1/contactGroups/members/modify

Required parameters: resourceName

Optional parameters: none

Body: 

{:resourceNamesToAdd [string], :resourceNamesToRemove [string]}

Modify the members of a contact group owned by the authenticated user.

The only system contact groups that can have members added are
`contactGroups/myContacts` and `contactGroups/starred`. Other system
contact groups are deprecated and can only have contacts removed.
sourceraw docstring

update$clj

(update$ auth parameters body)

https://developers.google.com/people/api/reference/rest/v1/contactGroups/update

Required parameters: resourceName

Optional parameters: none

Body:

{:contactGroup {:etag string, :groupType string, :formattedName string, :memberResourceNames [string], :name string, :memberCount integer, :metadata ContactGroupMetadata, :resourceName string}}

Update the name of an existing contact group owned by the authenticated user.

https://developers.google.com/people/api/reference/rest/v1/contactGroups/update

Required parameters: resourceName

Optional parameters: none

Body: 

{:contactGroup {:etag string,
                :groupType string,
                :formattedName string,
                :memberResourceNames [string],
                :name string,
                :memberCount integer,
                :metadata ContactGroupMetadata,
                :resourceName string}}

Update the name of an existing contact group owned by the authenticated
user.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close