public final class Namespaces extends GeneratedMessageV3 implements NamespacesOrBuilder
A list of Kubernetes Namespaces
Protobuf type google.cloud.gkebackup.v1.Namespaces
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
NAMESPACES_FIELD_NUMBER
public static final int NAMESPACES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Namespaces getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Namespaces.Builder newBuilder()
newBuilder(Namespaces prototype)
public static Namespaces.Builder newBuilder(Namespaces prototype)
public static Namespaces parseDelimitedFrom(InputStream input)
public static Namespaces parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Namespaces parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Namespaces parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Namespaces parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Namespaces parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Namespaces parseFrom(CodedInputStream input)
public static Namespaces parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Namespaces parseFrom(InputStream input)
public static Namespaces parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Namespaces parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Namespaces parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Namespaces> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public Namespaces getDefaultInstanceForType()
getNamespaces(int index)
public String getNamespaces(int index)
Optional. A list of Kubernetes Namespaces
repeated string namespaces = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
The index of the element to return.
|
Returns |
Type |
Description |
String |
The namespaces at the given index.
|
getNamespacesBytes(int index)
public ByteString getNamespacesBytes(int index)
Optional. A list of Kubernetes Namespaces
repeated string namespaces = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
The index of the value to return.
|
Returns |
Type |
Description |
ByteString |
The bytes of the namespaces at the given index.
|
getNamespacesCount()
public int getNamespacesCount()
Optional. A list of Kubernetes Namespaces
repeated string namespaces = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
The count of namespaces.
|
getNamespacesList()
public ProtocolStringList getNamespacesList()
Optional. A list of Kubernetes Namespaces
repeated string namespaces = 1 [(.google.api.field_behavior) = OPTIONAL];
getParserForType()
public Parser<Namespaces> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Namespaces.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Namespaces.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public Namespaces.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides