public sealed class ListDbSystemsResponse : IMessage<ListDbSystemsResponse>, IEquatable<ListDbSystemsResponse>, IDeepCloneable<ListDbSystemsResponse>, IBufferMessage, IMessage, IPageResponse<DbSystem>, IEnumerable<DbSystem>, IEnumerableReference documentation and code samples for the Oracle Database@Google Cloud v1 API class ListDbSystemsResponse.
The response for DbSystem.List.
Implements
IMessageListDbSystemsResponse, IEquatableListDbSystemsResponse, IDeepCloneableListDbSystemsResponse, IBufferMessage, IMessage, IPageResponseDbSystem, IEnumerableDbSystem, IEnumerableNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
ListDbSystemsResponse()
public ListDbSystemsResponse()ListDbSystemsResponse(ListDbSystemsResponse)
public ListDbSystemsResponse(ListDbSystemsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDbSystemsResponse |
Properties
DbSystems
public RepeatedField<DbSystem> DbSystems { get; }The list of DbSystems.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldDbSystem |
|
NextPageToken
public string NextPageToken { get; set; }A token identifying a page of results the server should return.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<DbSystem> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorDbSystem |
|