Google Cloud Spanner Instance Administration v1 API - Class ListInstanceConfigOperationsResponse (4.3.0)

public sealed class ListInstanceConfigOperationsResponse : IPageResponse<Operation>, IEnumerable<Operation>, IEnumerable, IMessage<ListInstanceConfigOperationsResponse>, IEquatable<ListInstanceConfigOperationsResponse>, IDeepCloneable<ListInstanceConfigOperationsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Spanner Instance Administration v1 API class ListInstanceConfigOperationsResponse.

The response for [ListInstanceConfigOperations][google.spanner.admin.instance.v1.InstanceAdmin.ListInstanceConfigOperations].

Inheritance

object > ListInstanceConfigOperationsResponse

Namespace

GoogleCloudGoogle.Cloud.SpannerGoogle.Cloud.Spanner.AdminGoogle.Cloud.Spanner.Admin.InstanceV1

Assembly

Google.Cloud.Spanner.Admin.Instance.V1.dll

Constructors

ListInstanceConfigOperationsResponse()

public ListInstanceConfigOperationsResponse()

ListInstanceConfigOperationsResponse(ListInstanceConfigOperationsResponse)

public ListInstanceConfigOperationsResponse(ListInstanceConfigOperationsResponse other)
Parameter
NameDescription
otherListInstanceConfigOperationsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

next_page_token can be sent in a subsequent [ListInstanceConfigOperations][google.spanner.admin.instance.v1.InstanceAdmin.ListInstanceConfigOperations] call to fetch more of the matching metadata.

Property Value
TypeDescription
string

Operations

public RepeatedField<Operation> Operations { get; }

The list of matching instance config [long-running operations][google.longrunning.Operation]. Each operation's name will be prefixed by the instance config's name. The operation's [metadata][google.longrunning.Operation.metadata] field type metadata.type_url describes the type of the metadata.

Property Value
TypeDescription
RepeatedFieldOperation

Methods

GetEnumerator()

public IEnumerator<Operation> GetEnumerator()

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

Returns
TypeDescription
System.Collections.Generic.IEnumerator<T>Operation

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator