public interface StorageListOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getStorage(int index)
a lost storage path
|
com.google.protobuf.ByteString |
getStorageBytes(int index)
a lost storage path
|
int |
getStorageCount()
a lost storage path
|
List<String> |
getStorageList()
a lost storage path
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<String> getStorageList()
a lost storage path
repeated string storage = 1;
int getStorageCount()
a lost storage path
repeated string storage = 1;
String getStorage(int index)
a lost storage path
repeated string storage = 1;
index
- The index of the element to return.com.google.protobuf.ByteString getStorageBytes(int index)
a lost storage path
repeated string storage = 1;
index
- The index of the value to return.Copyright © 2023. All Rights Reserved.