Class SearchBlueprintRevisionsRequest (0.2.2)

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

Request object for SearchBlueprintRevisions.

Attributes

NameDescription
parent str
Required. The name of parent orchestration cluster resource. Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}".
query str
Required. Supported queries: 1. "" : Lists all revisions across all blueprints. 2. "latest=true" : Lists latest revisions across all blueprints. 3. "name={name}" : Lists all revisions of blueprint with name {name}. 4. "name={name} latest=true": Lists latest revision of blueprint with name {name}
page_size int
Optional. The maximum number of blueprints revisions to return per page. max page size = 100, default page size = 20.
page_token str
Optional. The page token, received from a previous search call. It can be provided to retrieve the subsequent page.