Uses of Class
com.coreos.dex.api.DexOuterClass.ListPasswordResp
-
Uses of DexOuterClass.ListPasswordResp in com.coreos.dex.api
Modifier and TypeMethodDescriptionDexOuterClass.ListPasswordResp.Builder.build()
DexOuterClass.ListPasswordResp.Builder.buildPartial()
DexOuterClass.ListPasswordResp.getDefaultInstance()
DexOuterClass.ListPasswordResp.Builder.getDefaultInstanceForType()
DexOuterClass.ListPasswordResp.getDefaultInstanceForType()
DexGrpc.DexBlockingStub.listPasswords
(DexOuterClass.ListPasswordReq request) ListPassword lists all password entries.DexOuterClass.ListPasswordResp.parseDelimitedFrom
(InputStream input) DexOuterClass.ListPasswordResp.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DexOuterClass.ListPasswordResp.parseFrom
(byte[] data) DexOuterClass.ListPasswordResp.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DexOuterClass.ListPasswordResp.parseFrom
(com.google.protobuf.ByteString data) DexOuterClass.ListPasswordResp.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DexOuterClass.ListPasswordResp.parseFrom
(com.google.protobuf.CodedInputStream input) DexOuterClass.ListPasswordResp.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DexOuterClass.ListPasswordResp.parseFrom
(InputStream input) DexOuterClass.ListPasswordResp.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DexOuterClass.ListPasswordResp.parseFrom
(ByteBuffer data) DexOuterClass.ListPasswordResp.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<DexOuterClass.ListPasswordReq,
DexOuterClass.ListPasswordResp> DexGrpc.getListPasswordsMethod()
com.google.protobuf.Parser<DexOuterClass.ListPasswordResp>
DexOuterClass.ListPasswordResp.getParserForType()
com.google.common.util.concurrent.ListenableFuture<DexOuterClass.ListPasswordResp>
DexGrpc.DexFutureStub.listPasswords
(DexOuterClass.ListPasswordReq request) ListPassword lists all password entries.static com.google.protobuf.Parser<DexOuterClass.ListPasswordResp>
DexOuterClass.ListPasswordResp.parser()
Modifier and TypeMethodDescriptionDexOuterClass.ListPasswordResp.Builder.mergeFrom
(DexOuterClass.ListPasswordResp other) DexOuterClass.ListPasswordResp.newBuilder
(DexOuterClass.ListPasswordResp prototype) Modifier and TypeMethodDescriptiondefault void
DexGrpc.AsyncService.listPasswords
(DexOuterClass.ListPasswordReq request, io.grpc.stub.StreamObserver<DexOuterClass.ListPasswordResp> responseObserver) ListPassword lists all password entries.void
DexGrpc.DexStub.listPasswords
(DexOuterClass.ListPasswordReq request, io.grpc.stub.StreamObserver<DexOuterClass.ListPasswordResp> responseObserver) ListPassword lists all password entries.