Class ListDatabaseOperationsResponse (3.13.0)

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].

Inheritance

Object > ListDatabaseOperationsResponse

Namespace

Google.Cloud.Spanner.Admin.Database.V1

Assembly

Google.Cloud.Spanner.Admin.Database.V1.dll

Constructors

ListDatabaseOperationsResponse()

public ListDatabaseOperationsResponse()

ListDatabaseOperationsResponse(ListDatabaseOperationsResponse)

public ListDatabaseOperationsResponse(ListDatabaseOperationsResponse other)
Parameter
NameDescription
otherListDatabaseOperationsResponse

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
TypeDescription
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
TypeDescription
RepeatedField<Operation>

Methods

GetEnumerator()

public IEnumerator<Operation> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumerator<Operation>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator