next_page_token can be sent in a subsequent
[ListBackupOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListBackupOperations]
call to fetch more of the matching metadata.
public RepeatedField<Operation> Operations { get; }
The list of matching backup [long-running
operations][google.longrunning.Operation]. Each operation's name will be
prefixed by the backup's name. The operation's
[metadata][google.longrunning.Operation.metadata] field type
metadata.type_url describes the type of the metadata. Operations returned
include those that are pending or have completed/failed/canceled within the
last 7 days. Operations returned are ordered by
operation.metadata.value.progress.start_time in descending order starting
from the most recently started operation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eListBackupOperationsResponse\u003c/code\u003e class within the Google Cloud Spanner Database Administration v1 API, specifically in the .NET context.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListBackupOperationsResponse\u003c/code\u003e class is a response type used when listing backup operations, enabling developers to interact with Google Cloud Spanner's backup functionality, with the latest being version 5.0.0-beta05, and older versions also available.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListBackupOperationsResponse\u003c/code\u003e class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, \u003ccode\u003eIPageResponse\u003c/code\u003e, \u003ccode\u003eIEnumerable\u003c/code\u003e, offering a range of capabilities for managing and processing operation data.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNextPageToken\u003c/code\u003e property allows for pagination when fetching large sets of backup operation metadata, while the \u003ccode\u003eOperations\u003c/code\u003e property contains a list of the matched backup long-running operations.\u003c/p\u003e\n"],["\u003cp\u003eThe listed operations in \u003ccode\u003eListBackupOperationsResponse\u003c/code\u003e are ordered by their start time in descending order, meaning that the most recent operations are listed first, and includes completed, failed, and canceled operations within the past 7 days.\u003c/p\u003e\n"]]],[],null,[]]