Interface protos.google.devtools.artifactregistry.v1beta2.IListFilesRequest

Properties of a ListFilesRequest.

Package

@google-cloud/artifact-registry!

Properties

filter

filter?: (string|null);

ListFilesRequest filter

Property Value
TypeDescription
(string|null)

pageSize

pageSize?: (number|null);

ListFilesRequest pageSize

Property Value
TypeDescription
(number|null)

pageToken

pageToken?: (string|null);

ListFilesRequest pageToken

Property Value
TypeDescription
(string|null)

parent

parent?: (string|null);

ListFilesRequest parent

Property Value
TypeDescription
(string|null)