[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[[["\u003cp\u003eThis documentation details the \u003ccode\u003eListDbSystemShapesResponse\u003c/code\u003e class within the Google Cloud Oracle Database v1 API, which is used to handle the response for listing database system shapes.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListDbSystemShapesResponse\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, \u003ccode\u003eIPageResponse\u003c/code\u003e, and \u003ccode\u003eIEnumerable\u003c/code\u003e, providing extensive functionality for working with response data.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors: a default constructor and one that accepts another \u003ccode\u003eListDbSystemShapesResponse\u003c/code\u003e object for copying.\u003c/p\u003e\n"],["\u003cp\u003eKey properties include \u003ccode\u003eDbSystemShapes\u003c/code\u003e, which is a list of database system shapes, and \u003ccode\u003eNextPageToken\u003c/code\u003e, which is used for pagination of results.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetEnumerator()\u003c/code\u003e method is available to iterate through the \u003ccode\u003eDbSystemShape\u003c/code\u003e resources contained in the response.\u003c/p\u003e\n"]]],[],null,["# Oracle Database@Google Cloud v1 API - Class ListDbSystemShapesResponse (1.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.0 (latest)](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.ListDbSystemShapesResponse)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/1.2.0/Google.Cloud.OracleDatabase.V1.ListDbSystemShapesResponse)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/1.1.0/Google.Cloud.OracleDatabase.V1.ListDbSystemShapesResponse)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/1.0.0/Google.Cloud.OracleDatabase.V1.ListDbSystemShapesResponse) \n\n public sealed class ListDbSystemShapesResponse : IMessage\u003cListDbSystemShapesResponse\u003e, IEquatable\u003cListDbSystemShapesResponse\u003e, IDeepCloneable\u003cListDbSystemShapesResponse\u003e, IBufferMessage, IMessage, IPageResponse\u003cDbSystemShape\u003e, IEnumerable\u003cDbSystemShape\u003e, IEnumerable\n\nReference documentation and code samples for the Oracle Database@Google Cloud v1 API class ListDbSystemShapesResponse.\n\nThe response for `DbSystemShape.List`. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListDbSystemShapesResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListDbSystemShapesResponse](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.ListDbSystemShapesResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListDbSystemShapesResponse](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.ListDbSystemShapesResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListDbSystemShapesResponse](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.ListDbSystemShapesResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html), [IPageResponse](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageResponse-1.html)[DbSystemShape](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.DbSystemShape), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[DbSystemShape](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.DbSystemShape), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.ienumerable) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.OracleDatabase.V1](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.OracleDatabase.V1.dll\n\nConstructors\n------------\n\n### ListDbSystemShapesResponse()\n\n public ListDbSystemShapesResponse()\n\n### ListDbSystemShapesResponse(ListDbSystemShapesResponse)\n\n public ListDbSystemShapesResponse(ListDbSystemShapesResponse other)\n\nProperties\n----------\n\n### DbSystemShapes\n\n public RepeatedField\u003cDbSystemShape\u003e DbSystemShapes { get; }\n\nThe list of Database System shapes.\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nA token identifying a page of results the server should return.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cDbSystemShape\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]