Oracle Database@Google Cloud v1 API - Class ListDbSystemsResponse (1.4.0)

public sealed class ListDbSystemsResponse : IMessage<ListDbSystemsResponse>, IEquatable<ListDbSystemsResponse>, IDeepCloneable<ListDbSystemsResponse>, IBufferMessage, IMessage, IPageResponse<DbSystem>, IEnumerable<DbSystem>, IEnumerable

Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class ListDbSystemsResponse.

The response for DbSystem.List.

Inheritance

object > ListDbSystemsResponse

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

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