public static interface StoreTypes.PoolDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
long |
getStageIds(int index)
repeated int64 stage_ids = 2; |
int |
getStageIdsCount()
repeated int64 stage_ids = 2; |
java.util.List<Long> |
getStageIdsList()
repeated int64 stage_ids = 2; |
boolean |
hasName()
optional string name = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasName()
optional string name = 1;
String getName()
optional string name = 1;
com.google.protobuf.ByteString getNameBytes()
optional string name = 1;
java.util.List<Long> getStageIdsList()
repeated int64 stage_ids = 2;
int getStageIdsCount()
repeated int64 stage_ids = 2;
long getStageIds(int index)
repeated int64 stage_ids = 2;
index
- The index of the element to return.