public static interface V1.CapabilitiesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAdd(int index)
Added capabilities
+optional
|
com.google.protobuf.ByteString |
getAddBytes(int index)
Added capabilities
+optional
|
int |
getAddCount()
Added capabilities
+optional
|
List<String> |
getAddList()
Added capabilities
+optional
|
String |
getDrop(int index)
Removed capabilities
+optional
|
com.google.protobuf.ByteString |
getDropBytes(int index)
Removed capabilities
+optional
|
int |
getDropCount()
Removed capabilities
+optional
|
List<String> |
getDropList()
Removed capabilities
+optional
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getAddCount()
Added capabilities +optional
repeated string add = 1;String getAdd(int index)
Added capabilities +optional
repeated string add = 1;com.google.protobuf.ByteString getAddBytes(int index)
Added capabilities +optional
repeated string add = 1;int getDropCount()
Removed capabilities +optional
repeated string drop = 2;String getDrop(int index)
Removed capabilities +optional
repeated string drop = 2;com.google.protobuf.ByteString getDropBytes(int index)
Removed capabilities +optional
repeated string drop = 2;Copyright © 2021. All rights reserved.