Package com.google.cloud.gkebackup.v1
Interface NamespacesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Namespaces
,Namespaces.Builder
public interface NamespacesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getNamespaces(int index)
A list of Kubernetes Namespacescom.google.protobuf.ByteString
getNamespacesBytes(int index)
A list of Kubernetes Namespacesint
getNamespacesCount()
A list of Kubernetes NamespacesList<String>
getNamespacesList()
A list of Kubernetes Namespaces-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNamespacesList
List<String> getNamespacesList()
A list of Kubernetes Namespaces
repeated string namespaces = 1;
- Returns:
- A list containing the namespaces.
-
getNamespacesCount
int getNamespacesCount()
A list of Kubernetes Namespaces
repeated string namespaces = 1;
- Returns:
- The count of namespaces.
-
getNamespaces
String getNamespaces(int index)
A list of Kubernetes Namespaces
repeated string namespaces = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The namespaces at the given index.
-
getNamespacesBytes
com.google.protobuf.ByteString getNamespacesBytes(int index)
A list of Kubernetes Namespaces
repeated string namespaces = 1;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the namespaces at the given index.
-
-