Class ListFrameworkDeploymentsRequest (0.8.0)

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

The request message for [ListFrameworkDeployments][].

Attributes

Name Description
parent str
Required. The parent resource of the framework deployment, in the format organizations/{organization}/locations/{location} or projects/{project}/locations/{location}. The only supported location is global.
page_size int
Optional. The requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.
page_token str
Optional. A token that identifies a page of results the server should return.
filter str
Optional. The filter to be applied 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.