public sealed class NamespacedNames : IMessage<NamespacedNames>, IEquatable<NamespacedNames>, IDeepCloneable<NamespacedNames>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup for GKE v1 API class NamespacedNames.
[[["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-03-21 UTC."],[[["The latest version available for the Google.Cloud.GkeBackup.V1 API is 2.6.0, with version 2.5.0 being the current context, and historical versions from 1.0.0-beta01 to 2.4.0 also listed."],["The NamespacedNames class, found within the Google.Cloud.GkeBackup.V1 namespace, is a sealed class used for representing a list of namespaced Kubernetes resources."],["The NamespacedNames class implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, providing functionalities such as message handling, equality comparison, deep cloning, and buffered message support."],["The class has two constructors: a default constructor `NamespacedNames()` and a copy constructor `NamespacedNames(NamespacedNames other)`, to create empty and duplicate objects respectively."],["The NamespacedNames_ property, a member of the NamespacedNames class, holds a list of Kubernetes resources, of type RepeatedField\\[NamespacedName], which is optional."]]],[]]