[[["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\u003eListDbNodesResponse\u003c/code\u003e class is the response type for the \u003ccode\u003eDbNode.List\u003c/code\u003e operation in the Oracle Database@Google Cloud v1 API, providing a way to retrieve a list of DB Nodes.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, \u003ccode\u003eIPageResponse\u003c/code\u003e, and \u003ccode\u003eIEnumerable\u003c/code\u003e, allowing for message handling, comparison, deep cloning, paged responses, and enumeration.\u003c/p\u003e\n"],["\u003cp\u003eIt contains a \u003ccode\u003eDbNodes\u003c/code\u003e property, which is a \u003ccode\u003eRepeatedField\u003c/code\u003e of \u003ccode\u003eDbNode\u003c/code\u003e objects, representing the actual list of DB Nodes returned by the operation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNextPageToken\u003c/code\u003e property is used to manage pagination of the results, providing a token to fetch the next page of DB Nodes.\u003c/p\u003e\n"],["\u003cp\u003eIt includes methods for enumeration, such as \u003ccode\u003eGetEnumerator()\u003c/code\u003e, allowing iteration over the \u003ccode\u003eDbNode\u003c/code\u003e resources in the response.\u003c/p\u003e\n"]]],[],null,["# Oracle Database@Google Cloud v1 API - Class ListDbNodesResponse (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.ListDbNodesResponse)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/1.2.0/Google.Cloud.OracleDatabase.V1.ListDbNodesResponse)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/1.1.0/Google.Cloud.OracleDatabase.V1.ListDbNodesResponse)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/1.0.0/Google.Cloud.OracleDatabase.V1.ListDbNodesResponse) \n\n public sealed class ListDbNodesResponse : IMessage\u003cListDbNodesResponse\u003e, IEquatable\u003cListDbNodesResponse\u003e, IDeepCloneable\u003cListDbNodesResponse\u003e, IBufferMessage, IMessage, IPageResponse\u003cDbNode\u003e, IEnumerable\u003cDbNode\u003e, IEnumerable\n\nReference documentation and code samples for the Oracle Database@Google Cloud v1 API class ListDbNodesResponse.\n\nThe response for `DbNode.List`. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListDbNodesResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListDbNodesResponse](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.ListDbNodesResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListDbNodesResponse](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.ListDbNodesResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListDbNodesResponse](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.ListDbNodesResponse), [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)[DbNode](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.DbNode), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[DbNode](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.DbNode), [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### ListDbNodesResponse()\n\n public ListDbNodesResponse()\n\n### ListDbNodesResponse(ListDbNodesResponse)\n\n public ListDbNodesResponse(ListDbNodesResponse other)\n\nProperties\n----------\n\n### DbNodes\n\n public RepeatedField\u003cDbNode\u003e DbNodes { get; }\n\nThe list of DB Nodes\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nA token identifying a page of results the node should return.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cDbNode\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]