Oracle Database@Google Cloud v1 API - Class ListAutonomousDbVersionsResponse (1.0.0-beta01)

public sealed class ListAutonomousDbVersionsResponse : IMessage<ListAutonomousDbVersionsResponse>, IEquatable<ListAutonomousDbVersionsResponse>, IDeepCloneable<ListAutonomousDbVersionsResponse>, IBufferMessage, IMessage, IPageResponse<AutonomousDbVersion>, IEnumerable<AutonomousDbVersion>, IEnumerable

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

The response for AutonomousDbVersion.List.

Inheritance

object > ListAutonomousDbVersionsResponse

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

ListAutonomousDbVersionsResponse()

public ListAutonomousDbVersionsResponse()

ListAutonomousDbVersionsResponse(ListAutonomousDbVersionsResponse)

public ListAutonomousDbVersionsResponse(ListAutonomousDbVersionsResponse other)
Parameter
Name Description
other ListAutonomousDbVersionsResponse

Properties

AutonomousDbVersions

public RepeatedField<AutonomousDbVersion> AutonomousDbVersions { get; }

The list of Autonomous Database versions.

Property Value
Type Description
RepeatedFieldAutonomousDbVersion

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<AutonomousDbVersion> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorAutonomousDbVersion