Close httplib2 connections.
list(parent, pageSize=None, pageToken=None, x__xgafv=None)
Lists Platform Child Sites for a specified Platform Child Account.
Retrieves the next page of results.
patch(name, body=None, updateMask=None, x__xgafv=None)
Update a Platform Child Site.
close()
Close httplib2 connections.
list(parent, pageSize=None, pageToken=None, x__xgafv=None)
Lists Platform Child Sites for a specified Platform Child Account. Args: parent: string, Required. The name of the child account under the given platform which owns the platform child sites. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account} (required) pageSize: integer, Optional. The maximum number of children to include in the response, used for paging. If unspecified, at most 10000 platforms will be returned. The maximum value is 10000; values above 10000 will be coerced to 10000. pageToken: string, Optional. A page token, received from a previous `ListPlatformChildren` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListPlatformChildren` must match the call that provided the page token. x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # Response definition for the list platform child sites rpc. "nextPageToken": "A String", # Continuation token used to page through platforms. To retrieve the next page of the results, set the next request's "page_token" value to this. "platformChildSites": [ # The platform child sites returned in this list response. { # Representation of a Transparent Platform Child Site. "domain": "A String", # Output only. Domain URL of the Platform Child Site. Part of the PlatformChildSite name. "name": "A String", # Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account}/sites/{platform_child_site} "platformGroup": "A String", # Resource name of the Platform Group of the Platform Child Site. }, ], }
list_next()
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.
patch(name, body=None, updateMask=None, x__xgafv=None)
Update a Platform Child Site. Args: name: string, Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account}/sites/{platform_child_site} (required) body: object, The request body. The object takes the form of: { # Representation of a Transparent Platform Child Site. "domain": "A String", # Output only. Domain URL of the Platform Child Site. Part of the PlatformChildSite name. "name": "A String", # Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account}/sites/{platform_child_site} "platformGroup": "A String", # Resource name of the Platform Group of the Platform Child Site. } updateMask: string, Optional. The list of fields to update - currently only supports updating the `platform_group` field. x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # Representation of a Transparent Platform Child Site. "domain": "A String", # Output only. Domain URL of the Platform Child Site. Part of the PlatformChildSite name. "name": "A String", # Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account}/sites/{platform_child_site} "platformGroup": "A String", # Resource name of the Platform Group of the Platform Child Site. }