Returns the channels Resource.
Close httplib2 connections.
list(parent, pageSize=None, pageToken=None, x__xgafv=None)
Returns list of platforms that are available for a given product. The resource "product" has no resource name in its name.
list_next(previous_request, previous_response)
Retrieves the next page of results.
close()
Close httplib2 connections.
list(parent, pageSize=None, pageToken=None, x__xgafv=None)
Returns list of platforms that are available for a given product. The resource "product" has no resource name in its name. Args: parent: string, Required. The product, which owns this collection of platforms. Format: {product} (required) pageSize: integer, Optional. Optional limit on the number of channels to include in the response. If unspecified, the server will pick an appropriate default. pageToken: string, Optional. A page token, received from a previous `ListChannels` call. Provide this to retrieve the subsequent page. x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # Response message for ListPlatforms. "nextPageToken": "A String", # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. "platforms": [ # The list of platforms. { # Each Platform is owned by a Product and owns a collection of channels. Available platforms are listed in Platform enum below. Not all Channels are available for every Platform (e.g. CANARY does not exist for LINUX). "name": "A String", # Platform name. Format is "{product}/platforms/{platform}" "platformType": "A String", # Type of platform. }, ], }
list_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.