public interface GetStateLockHoldersPResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getThreads(int index)
repeated string threads = 1; |
com.google.protobuf.ByteString |
getThreadsBytes(int index)
repeated string threads = 1; |
int |
getThreadsCount()
repeated string threads = 1; |
List<String> |
getThreadsList()
repeated string threads = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<String> getThreadsList()
repeated string threads = 1;
int getThreadsCount()
repeated string threads = 1;
String getThreads(int index)
repeated string threads = 1;
index
- The index of the element to return.com.google.protobuf.ByteString getThreadsBytes(int index)
repeated string threads = 1;
index
- The index of the value to return.Copyright © 2023. All Rights Reserved.