Uses of Class
com.coreos.dex.api.DexOuterClass.ListRefreshResp
-
Uses of DexOuterClass.ListRefreshResp in com.coreos.dex.api
Modifier and TypeMethodDescriptionDexOuterClass.ListRefreshResp.Builder.build()
DexOuterClass.ListRefreshResp.Builder.buildPartial()
DexOuterClass.ListRefreshResp.getDefaultInstance()
DexOuterClass.ListRefreshResp.Builder.getDefaultInstanceForType()
DexOuterClass.ListRefreshResp.getDefaultInstanceForType()
DexGrpc.DexBlockingStub.listRefresh
(DexOuterClass.ListRefreshReq request) ListRefresh lists all the refresh token entries for a particular user.DexOuterClass.ListRefreshResp.parseDelimitedFrom
(InputStream input) DexOuterClass.ListRefreshResp.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DexOuterClass.ListRefreshResp.parseFrom
(byte[] data) DexOuterClass.ListRefreshResp.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DexOuterClass.ListRefreshResp.parseFrom
(com.google.protobuf.ByteString data) DexOuterClass.ListRefreshResp.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DexOuterClass.ListRefreshResp.parseFrom
(com.google.protobuf.CodedInputStream input) DexOuterClass.ListRefreshResp.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DexOuterClass.ListRefreshResp.parseFrom
(InputStream input) DexOuterClass.ListRefreshResp.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DexOuterClass.ListRefreshResp.parseFrom
(ByteBuffer data) DexOuterClass.ListRefreshResp.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<DexOuterClass.ListRefreshReq,
DexOuterClass.ListRefreshResp> DexGrpc.getListRefreshMethod()
com.google.protobuf.Parser<DexOuterClass.ListRefreshResp>
DexOuterClass.ListRefreshResp.getParserForType()
com.google.common.util.concurrent.ListenableFuture<DexOuterClass.ListRefreshResp>
DexGrpc.DexFutureStub.listRefresh
(DexOuterClass.ListRefreshReq request) ListRefresh lists all the refresh token entries for a particular user.static com.google.protobuf.Parser<DexOuterClass.ListRefreshResp>
DexOuterClass.ListRefreshResp.parser()
Modifier and TypeMethodDescriptionDexOuterClass.ListRefreshResp.Builder.mergeFrom
(DexOuterClass.ListRefreshResp other) DexOuterClass.ListRefreshResp.newBuilder
(DexOuterClass.ListRefreshResp prototype) Modifier and TypeMethodDescriptiondefault void
DexGrpc.AsyncService.listRefresh
(DexOuterClass.ListRefreshReq request, io.grpc.stub.StreamObserver<DexOuterClass.ListRefreshResp> responseObserver) ListRefresh lists all the refresh token entries for a particular user.void
DexGrpc.DexStub.listRefresh
(DexOuterClass.ListRefreshReq request, io.grpc.stub.StreamObserver<DexOuterClass.ListRefreshResp> responseObserver) ListRefresh lists all the refresh token entries for a particular user.