Package k8s.io.api.core.v1
Interface Generated.CapabilitiesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.Capabilities,Generated.Capabilities.Builder
- Enclosing class:
- Generated
public static interface Generated.CapabilitiesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAdd(int index)Added capabilities +optional +listType=atomiccom.google.protobuf.ByteStringgetAddBytes(int index)Added capabilities +optional +listType=atomicintgetAddCount()Added capabilities +optional +listType=atomicList<String>getAddList()Added capabilities +optional +listType=atomicStringgetDrop(int index)Removed capabilities +optional +listType=atomiccom.google.protobuf.ByteStringgetDropBytes(int index)Removed capabilities +optional +listType=atomicintgetDropCount()Removed capabilities +optional +listType=atomicList<String>getDropList()Removed capabilities +optional +listType=atomic-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAddList
List<String> getAddList()
Added capabilities +optional +listType=atomic
repeated string add = 1;- Returns:
- A list containing the add.
-
getAddCount
int getAddCount()
Added capabilities +optional +listType=atomic
repeated string add = 1;- Returns:
- The count of add.
-
getAdd
String getAdd(int index)
Added capabilities +optional +listType=atomic
repeated string add = 1;- Parameters:
index- The index of the element to return.- Returns:
- The add at the given index.
-
getAddBytes
com.google.protobuf.ByteString getAddBytes(int index)
Added capabilities +optional +listType=atomic
repeated string add = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the add at the given index.
-
getDropList
List<String> getDropList()
Removed capabilities +optional +listType=atomic
repeated string drop = 2;- Returns:
- A list containing the drop.
-
getDropCount
int getDropCount()
Removed capabilities +optional +listType=atomic
repeated string drop = 2;- Returns:
- The count of drop.
-
getDrop
String getDrop(int index)
Removed capabilities +optional +listType=atomic
repeated string drop = 2;- Parameters:
index- The index of the element to return.- Returns:
- The drop at the given index.
-
getDropBytes
com.google.protobuf.ByteString getDropBytes(int index)
Removed capabilities +optional +listType=atomic
repeated string drop = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the drop at the given index.
-
-