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].
Implements
IPageResponse<Operation>, IEnumerable<Operation>, System.Collections.IEnumerable, IMessage<ListInstanceConfigOperationsResponse>, IEquatable<ListInstanceConfigOperationsResponse>, IDeepCloneable<ListInstanceConfigOperationsResponse>, 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 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 | |
---|---|
Type | Description |
RepeatedField<Operation> |
Methods
GetEnumerator()
public IEnumerator<Operation> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<Operation> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |