Close httplib2 connections.
search(pageSize=None, pageToken=None, query=None, x__xgafv=None)
Retrieve valid classifications to be used when creating a support case. The classications are hierarchical, with each classification containing all levels of the hierarchy, separated by " > ". For example "Technical Issue > Compute > Compute Engine".
search_next(previous_request, previous_response)
Retrieves the next page of results.
close()
Close httplib2 connections.
search(pageSize=None, pageToken=None, query=None, x__xgafv=None)
Retrieve valid classifications to be used when creating a support case. The classications are hierarchical, with each classification containing all levels of the hierarchy, separated by " > ". For example "Technical Issue > Compute > Compute Engine". Args: pageSize: integer, The maximum number of cases fetched with each request. pageToken: string, A token identifying the page of results to return. If unspecified, the first page is retrieved. query: string, An expression written in the Cloud filter language. If non-empty, then only cases whose fields match the filter are returned. If empty, then no messages are filtered out. x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # The response message for SearchCaseClassifications endpoint. "caseClassifications": [ # The classifications retrieved. { # A classification object with a product type and value. "displayName": "A String", # The display name of the classification. "id": "A String", # The unique ID for a classification. Must be specified for case creation. }, ], "nextPageToken": "A String", # A token to retrieve the next page of results. This should be set in the `page_token` field of subsequent `SearchCaseClassificationsRequest` message that is issued. If unspecified, there are no more results to retrieve. }
search_next(previous_request, previous_response)
Retrieves the next page of results. Args: previous_request: The request for the previous page. (required) previous_response: The response from the request for the previous page. (required) 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.