|   | 
Methods defined here: 
- __init__(self)
  
- delete = method(self, **kwargs)
 - Deletes an existing comment.
 
  
Args: 
  commentId: string, ID of the comment to remove. (required)  
- get = method(self, **kwargs)
 - Retrieves an existing comment.
 
  
Args: 
  hl: string, Specifies the interface language (host language) of your user interface. 
  commentId: string, ID of the comment to get. (required)  
- insert = method(self, **kwargs)
 - Inserts a new comment to an activity.
 
  
Args: 
  body: object, The request body. (required) 
  activityId: string, The ID of the activity to contain the new comment. (required)  
- list = method(self, **kwargs)
 - Retrieves a list of comments, possibly filtered.
 
  
Args: 
  orderBy: string, Sort search results. 
    Allowed values 
      ascending - Use ascending sort order. 
      descending - Use descending sort order. 
  pageToken: string, A continuation token that allows pagination. 
  maxResults: integer, The maximum number of activities to include in the response. 
  activityId: string, The ID of the activity containing the comments. (required) 
  hl: string, Specifies the interface language (host language) of your user interface.  
- list_next = methodNext(self, previous_request, previous_response)
 - Retrieves the next page of results.
 
  
Args: 
  previous_request: The request for the previous page. 
  previous_response: The response from the request for the previous page. 
  
Returns: 
  A request object that you can call 'execute()' on to request the next 
  page. Returns None if there are no more items in the collection.  
 
Data descriptors defined here: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
 |