ListPackageVersionsRequest

Properties

Link copied to clipboard
abstract val packageId: String?

Required. The storage_id of any version of the package.

Link copied to clipboard
abstract val pageSize: <Error class: unknown class>?

The maximum number of versions to return. The service may return fewer than this value. If unspecified, at most 1000 entries will be returned. The maximum value is 10000; values above 10000 will be coerced to 10000.

Link copied to clipboard
abstract val pageToken: <Error class: unknown class>?

A page token, received from a previous ListPackageVersions call. Provide this to retrieve the subsequent page.

Link copied to clipboard

Functions

Link copied to clipboard
fun ListPackageVersionsRequest.copy(body: <Error class: unknown class>.() -> Unit = {}): ListPackageVersionsRequest

Copies the original message, including unknown fields.