[[["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\u003eThe \u003ccode\u003eListDbServersResponse\u003c/code\u003e class is part of the Oracle Database@Google Cloud v1 API, specifically within the \u003ccode\u003eGoogle.Cloud.OracleDatabase.V1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThis class represents the response structure for the \u003ccode\u003eDbServer.List\u003c/code\u003e operation, providing a way to retrieve a list of database servers.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties like \u003ccode\u003eDbServers\u003c/code\u003e, a repeated field containing the list of \u003ccode\u003eDbServer\u003c/code\u003e objects, and \u003ccode\u003eNextPageToken\u003c/code\u003e for handling paginated results.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIPageResponse\u003c/code\u003e, indicating its role in message handling, comparison, cloning, and managing paged responses.\u003c/p\u003e\n"],["\u003cp\u003eIt can be instantiated with a default constructor or a copy constructor that takes another \u003ccode\u003eListDbServersResponse\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,["# Oracle Database@Google Cloud v1 API - Class ListDbServersResponse (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.ListDbServersResponse)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/1.2.0/Google.Cloud.OracleDatabase.V1.ListDbServersResponse)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/1.1.0/Google.Cloud.OracleDatabase.V1.ListDbServersResponse)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/1.0.0/Google.Cloud.OracleDatabase.V1.ListDbServersResponse) \n\n public sealed class ListDbServersResponse : IMessage\u003cListDbServersResponse\u003e, IEquatable\u003cListDbServersResponse\u003e, IDeepCloneable\u003cListDbServersResponse\u003e, IBufferMessage, IMessage, IPageResponse\u003cDbServer\u003e, IEnumerable\u003cDbServer\u003e, IEnumerable\n\nReference documentation and code samples for the Oracle Database@Google Cloud v1 API class ListDbServersResponse.\n\nThe response for `DbServer.List`. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListDbServersResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListDbServersResponse](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.ListDbServersResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListDbServersResponse](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.ListDbServersResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListDbServersResponse](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.ListDbServersResponse), [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)[DbServer](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.DbServer), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[DbServer](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.DbServer), [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### ListDbServersResponse()\n\n public ListDbServersResponse()\n\n### ListDbServersResponse(ListDbServersResponse)\n\n public ListDbServersResponse(ListDbServersResponse other)\n\nProperties\n----------\n\n### DbServers\n\n public RepeatedField\u003cDbServer\u003e DbServers { get; }\n\nThe list of database servers.\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\u003cDbServer\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]