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
IPageResponseOperation, IEnumerableOperation, IEnumerable, IMessageListInstanceConfigOperationsResponse, IEquatableListInstanceConfigOperationsResponse, IDeepCloneableListInstanceConfigOperationsResponse, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.SpannerGoogle.Cloud.Spanner.AdminGoogle.Cloud.Spanner.Admin.InstanceV1Assembly
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 |
RepeatedFieldOperation |
Methods
GetEnumerator()
public IEnumerator<Operation> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorOperation |