Package com.coreos.dex.api
Interface DexOuterClass.ListPasswordRespOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DexOuterClass.ListPasswordResp,DexOuterClass.ListPasswordResp.Builder
- Enclosing class:
- DexOuterClass
public static interface DexOuterClass.ListPasswordRespOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetPasswords(int index) repeated .api.Password passwords = 1;intrepeated .api.Password passwords = 1;repeated .api.Password passwords = 1;getPasswordsOrBuilder(int index) repeated .api.Password passwords = 1;List<? extends DexOuterClass.PasswordOrBuilder>repeated .api.Password passwords = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPasswordsList
List<DexOuterClass.Password> getPasswordsList()repeated .api.Password passwords = 1; -
getPasswords
repeated .api.Password passwords = 1; -
getPasswordsCount
int getPasswordsCount()repeated .api.Password passwords = 1; -
getPasswordsOrBuilderList
List<? extends DexOuterClass.PasswordOrBuilder> getPasswordsOrBuilderList()repeated .api.Password passwords = 1; -
getPasswordsOrBuilder
repeated .api.Password passwords = 1;
-