Class ListCloudControlDeploymentsRequest (0.4.0)

ListCloudControlDeploymentsRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The request message for [ListCloudControlDeployments][].

Attributes

Name Description
parent str
Required. The parent resource for the cloud control deployment, in the format organizations/{organization}/locations/{location}. The only supported location is global.
page_size int
Optional. The requested page size. The server might return fewer items than you requested. If unspecified, the server picks an appropriate default.
page_token str
Optional. A token that identifies the page of results that the server should return.
filter str
Optional. The filter to apply on the resource, as defined by AIP-160: Filtering __.
order_by str
Optional. The sort order for the results. The following values are supported: - name - name desc If you do not specify a value, then the results are not sorted.