public sealed class ListInstanceConfigOperationsResponse : IPageResponse<Operation>, IEnumerable<Operation>, IEnumerable, IMessage<ListInstanceConfigOperationsResponse>, IEquatable<ListInstanceConfigOperationsResponse>, IDeepCloneable<ListInstanceConfigOperationsResponse>, IBufferMessage, IMessageReference 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].
Implements
IPageResponseOperation, IEnumerableOperation, IEnumerable, IMessageListInstanceConfigOperationsResponse, IEquatableListInstanceConfigOperationsResponse, IDeepCloneableListInstanceConfigOperationsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.Admin.Instance.V1Assembly
Google.Cloud.Spanner.Admin.Instance.V1.dll
Constructors
ListInstanceConfigOperationsResponse()
public ListInstanceConfigOperationsResponse()ListInstanceConfigOperationsResponse(ListInstanceConfigOperationsResponse)
public ListInstanceConfigOperationsResponse(ListInstanceConfigOperationsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListInstanceConfigOperationsResponse |
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 | |
|---|---|
| Type | Description |
string |
|
Operations
public RepeatedField<Operation> Operations { get; }The list of matching instance configuration long-running operations. Each
operation's name will be
prefixed by the name of the instance configuration. The operation's
metadata field type
metadata.type_url describes the type of the metadata.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldOperation |
|
Methods
GetEnumerator()
public IEnumerator<Operation> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorOperation |
|