public sealed class Namespaces : IMessage<Namespaces>, IEquatable<Namespaces>, IDeepCloneable<Namespaces>, IBufferMessage, IMessageA list of Kubernetes Namespaces
Implements
IMessage<Namespaces>, IEquatable<Namespaces>, IDeepCloneable<Namespaces>, IBufferMessage, IMessageNamespace
Google.Cloud.GkeBackup.V1Assembly
Google.Cloud.GkeBackup.V1.dll
Constructors
Namespaces()
public Namespaces()Namespaces(Namespaces)
public Namespaces(Namespaces other)| Parameter | |
|---|---|
| Name | Description |
other |
Namespaces |
Properties
Namespaces_
public RepeatedField<string> Namespaces_ { get; }A list of Kubernetes Namespaces
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|