Class ListImageVersionsRequest (1.4.3)

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

List ImageVersions in a project and location.

Attributes

NameDescription
parent str
List ImageVersions in the given project and location, in the form: "projects/{projectId}/locations/{locationId}".
page_size int
The maximum number of image_versions to return.
page_token str
The next_page_token value returned from a previous List request, if any.
include_past_releases bool
Whether or not image versions from old releases should be included.

Inheritance

builtins.object > proto.message.Message > ListImageVersionsRequest