Interface protos.google.devtools.artifactregistry.v1beta2.IListTagsRequest

Properties of a ListTagsRequest.

Package

@google-cloud/artifact-registry!

Properties

filter

filter?: (string|null);

ListTagsRequest filter

Property Value
TypeDescription
(string|null)

pageSize

pageSize?: (number|null);

ListTagsRequest pageSize

Property Value
TypeDescription
(number|null)

pageToken

pageToken?: (string|null);

ListTagsRequest pageToken

Property Value
TypeDescription
(string|null)

parent

parent?: (string|null);

ListTagsRequest parent

Property Value
TypeDescription
(string|null)