| |
Methods defined here:
- __init__(self)
- count = method(self, **kwargs)
- Get a count of link shares
Args:
url: URLs for which to get share counts.
hl: Language code to limit language results.
- delete = method(self, **kwargs)
- Delete an activity
Args:
scope: The collection to which the activity belongs. (required)
alt: Specifies an alternative representation type.
postId: ID of the activity to delete. (required)
userId: ID of the user whose post to delete. (required)
hl: Language code to limit language results.
- extractPeopleFromSearch = method(self, **kwargs)
- Search for people by topic
Args:
c: A continuation token that allows pagination.
pid: ID of a place to use in a geographic location query.
lon: Longitude to use in a geographic location query.
q: Full-text search query string.
max_results: Maximum number of results to include.
radius: Radius to use in a geographic location query.
bbox: Bounding box to use in a geographic location query.
hl: Language code to limit language results.
lat: Latitude to use in a geographic location query.
alt: Specifies an alternative representation type.
- get = method(self, **kwargs)
- Get an activity
Args:
postId: ID of the user to get. (required)
userId: ID of the user whose post to get. (required)
truncateAtom: Truncate the value of the atom:content element.
hl: Language code to limit language results.
alt: Specifies an alternative representation type.
max_comments: Maximum number of comments to include.
max_liked: Maximum number of likes to include.
- insert = method(self, **kwargs)
- Create a new activity
Args:
body: The request body.
alt: Specifies an alternative representation type.
preview: If true, only preview the action.
userId: ID of the user being referenced. (required)
hl: Language code to limit language results.
- list = method(self, **kwargs)
- List activities
Args:
c: A continuation token that allows pagination.
userId: ID of the user being referenced. (required)
truncateAtom: Truncate the value of the atom:content element.
max_results: Maximum number of results to include.
hl: Language code to limit language results.
scope: The collection of activities to list. (required)
alt: Specifies an alternative representation type.
max_comments: Maximum number of comments to include.
max_liked: Maximum number of likes to include.
- list_next = methodNext(self, previous)
- Takes a single argument, 'body', which is the results
from the last call, and returns the next set of items
in the collection.
Returns None if there are no more items in
the collection.
- search = method(self, **kwargs)
- Search for activities
Args:
c: A continuation token that allows pagination.
pid: ID of a place to use in a geographic location query.
lon: Longitude to use in a geographic location query.
q: Full-text search query string.
truncateAtom: Truncate the value of the atom:content element.
max_results: Maximum number of results to include.
radius: Radius to use in a geographic location query.
bbox: Bounding box to use in a geographic location query.
hl: Language code to limit language results.
lat: Latitude to use in a geographic location query.
alt: Specifies an alternative representation type.
- search_next = methodNext(self, previous)
- Takes a single argument, 'body', which is the results
from the last call, and returns the next set of items
in the collection.
Returns None if there are no more items in
the collection.
- track = method(self, **kwargs)
- Get real-time activity tracking information
Args:
c: A continuation token that allows pagination.
pid: ID of a place to use in a geographic location query.
lon: Longitude to use in a geographic location query.
q: Full-text search query string.
max_results: Maximum number of results to include.
radius: Radius to use in a geographic location query.
bbox: Bounding box to use in a geographic location query.
hl: Language code to limit language results.
lat: Latitude to use in a geographic location query.
alt: Specifies an alternative representation type.
- update = method(self, **kwargs)
- Update an activity
Args:
body: The request body.
userId: ID of the user whose post to update. (required)
abuseType: A parameter
hl: Language code to limit language results.
scope: The collection to which the activity belongs. (required)
alt: Specifies an alternative representation type.
postId: ID of the activity to update. (required)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|