public sealed class ListBackupOperationsResponse : IMessage<ListBackupOperationsResponse>, IEquatable<ListBackupOperationsResponse>, IDeepCloneable<ListBackupOperationsResponse>, IBufferMessage, IMessage, IPageResponse<Operation>, IEnumerable<Operation>, IEnumerable
The response for [ListBackupOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListBackupOperations].
Implements
Google.Protobuf.IMessage<ListBackupOperationsResponse>, IEquatable<ListBackupOperationsResponse>, Google.Protobuf.IDeepCloneable<ListBackupOperationsResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage, Google.Api.Gax.Grpc.IPageResponse<Google.LongRunning.Operation>, IEnumerable<Google.LongRunning.Operation>, IEnumerableNamespace
Google.Cloud.Spanner.Admin.Database.V1Assembly
Google.Cloud.Spanner.Admin.Database.V1.dll
Constructors
ListBackupOperationsResponse()
public ListBackupOperationsResponse()
ListBackupOperationsResponse(ListBackupOperationsResponse)
public ListBackupOperationsResponse(ListBackupOperationsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListBackupOperationsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
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.
Property Value | |
---|---|
Type | Description |
String |
Operations
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 and the operation's
[metadata][google.longrunning.Operation.metadata] will be of type
[CreateBackupMetadata][google.spanner.admin.database.v1.CreateBackupMetadata]. 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.
Property Value | |
---|---|
Type | Description |
Google.Protobuf.Collections.RepeatedField<Google.LongRunning.Operation> |
Methods
GetEnumerator()
public IEnumerator<Operation> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<Google.LongRunning.Operation> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |