public sealed class ListDatabaseOperationsResponse : IPageResponse<Operation>, IEnumerable<Operation>, IEnumerable, IMessage<ListDatabaseOperationsResponse>, IEquatable<ListDatabaseOperationsResponse>, IDeepCloneable<ListDatabaseOperationsResponse>, IBufferMessage, IMessage
The response for [ListDatabaseOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabaseOperations].
Implements
Google.Api.Gax.Grpc.IPageResponse<Google.LongRunning.Operation>, IEnumerable<Google.LongRunning.Operation>, IEnumerable, Google.Protobuf.IMessage<ListDatabaseOperationsResponse>, IEquatable<ListDatabaseOperationsResponse>, Google.Protobuf.IDeepCloneable<ListDatabaseOperationsResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Spanner.Admin.Database.V1Assembly
Google.Cloud.Spanner.Admin.Database.V1.dll
Constructors
ListDatabaseOperationsResponse()
public ListDatabaseOperationsResponse()
ListDatabaseOperationsResponse(ListDatabaseOperationsResponse)
public ListDatabaseOperationsResponse(ListDatabaseOperationsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListDatabaseOperationsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
next_page_token
can be sent in a subsequent
[ListDatabaseOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabaseOperations]
call to fetch more of the matching metadata.
Property Value | |
---|---|
Type | Description |
String |
Operations
public RepeatedField<Operation> Operations { get; }
The list of matching database [long-running
operations][google.longrunning.Operation]. Each operation's name will be
prefixed by the database's name. The operation's
[metadata][google.longrunning.Operation.metadata] field type
metadata.type_url
describes the type of the metadata.
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 |