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, groupFields

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, groupFields

Get a list of contact groups owned by the authenticated user by specifying a list of contact group resource names.
raw 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:

{:readGroupFields string, :contactGroup {:memberCount integer, :groupType string, :name string, :etag string, :memberResourceNames [string], :resourceName string, :clientData [GroupClientData], :metadata ContactGroupMetadata, :formattedName 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: 

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

Create a new contact group owned by the authenticated user.
raw 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.
raw docstring

get$clj

(get$ auth parameters)

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

Required parameters: resourceName

Optional parameters: groupFields, 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: groupFields, maxMembers

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

list$clj

(list$ auth parameters)

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

Required parameters: none

Optional parameters: pageSize, pageToken, groupFields, 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: pageSize, pageToken, groupFields, syncToken

List all contact groups owned by the authenticated user. Members of the contact groups are not populated.
raw 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:

{:resourceNamesToRemove [string], :resourceNamesToAdd [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: 

{:resourceNamesToRemove [string], :resourceNamesToAdd [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.
raw 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:

{:updateGroupFields string, :readGroupFields string, :contactGroup {:memberCount integer, :groupType string, :name string, :etag string, :memberResourceNames [string], :resourceName string, :clientData [GroupClientData], :metadata ContactGroupMetadata, :formattedName 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: 

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

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

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

× close