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

public sealed class ListDbSystemShapesResponse : IMessage<ListDbSystemShapesResponse>, IEquatable<ListDbSystemShapesResponse>, IDeepCloneable<ListDbSystemShapesResponse>, IBufferMessage, IMessage, IPageResponse<DbSystemShape>, IEnumerable<DbSystemShape>, IEnumerable

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

The response for DbSystemShape.List.

Inheritance

object > ListDbSystemShapesResponse

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

ListDbSystemShapesResponse()

public ListDbSystemShapesResponse()

ListDbSystemShapesResponse(ListDbSystemShapesResponse)

public ListDbSystemShapesResponse(ListDbSystemShapesResponse other)
Parameter
Name Description
other ListDbSystemShapesResponse

Properties

DbSystemShapes

public RepeatedField<DbSystemShape> DbSystemShapes { get; }

The list of Database System shapes.

Property Value
Type Description
RepeatedFieldDbSystemShape

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

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

Returns
Type Description
IEnumeratorDbSystemShape