Interface protos.google.bigtable.admin.v2.IListBackupsRequest (3.5.4)

Properties of a ListBackupsRequest.

Package

@google-cloud/bigtable!

Properties

filter

filter?: (string|null);

ListBackupsRequest filter

Property Value
TypeDescription
(string|null)

orderBy

orderBy?: (string|null);

ListBackupsRequest orderBy

Property Value
TypeDescription
(string|null)

pageSize

pageSize?: (number|null);

ListBackupsRequest pageSize

Property Value
TypeDescription
(number|null)

pageToken

pageToken?: (string|null);

ListBackupsRequest pageToken

Property Value
TypeDescription
(string|null)

parent

parent?: (string|null);

ListBackupsRequest parent

Property Value
TypeDescription
(string|null)