- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
KeyList,KeyList.Builder
@Generated
public interface KeyListOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetKeys(int index) * A list of keys.int* A list of keys.* A list of keys.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getKeysList
* A list of keys. All values in this list SHALL be non-null. <p>
repeated .proto.Key keys = 1; -
getKeys
* A list of keys. All values in this list SHALL be non-null. <p>
repeated .proto.Key keys = 1; -
getKeysCount
int getKeysCount()* A list of keys. All values in this list SHALL be non-null. <p>
repeated .proto.Key keys = 1;
-