Uses of Class
com.coreos.dex.api.DexOuterClass.ListRefreshReq
-
Uses of DexOuterClass.ListRefreshReq in com.coreos.dex.api
Modifier and TypeMethodDescriptionDexOuterClass.ListRefreshReq.Builder.build()
DexOuterClass.ListRefreshReq.Builder.buildPartial()
static DexOuterClass.ListRefreshReq
DexOuterClass.ListRefreshReq.getDefaultInstance()
DexOuterClass.ListRefreshReq.Builder.getDefaultInstanceForType()
DexOuterClass.ListRefreshReq.getDefaultInstanceForType()
static DexOuterClass.ListRefreshReq
DexOuterClass.ListRefreshReq.parseDelimitedFrom
(InputStream input) static DexOuterClass.ListRefreshReq
DexOuterClass.ListRefreshReq.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DexOuterClass.ListRefreshReq
DexOuterClass.ListRefreshReq.parseFrom
(byte[] data) static DexOuterClass.ListRefreshReq
DexOuterClass.ListRefreshReq.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DexOuterClass.ListRefreshReq
DexOuterClass.ListRefreshReq.parseFrom
(com.google.protobuf.ByteString data) static DexOuterClass.ListRefreshReq
DexOuterClass.ListRefreshReq.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DexOuterClass.ListRefreshReq
DexOuterClass.ListRefreshReq.parseFrom
(com.google.protobuf.CodedInputStream input) static DexOuterClass.ListRefreshReq
DexOuterClass.ListRefreshReq.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DexOuterClass.ListRefreshReq
DexOuterClass.ListRefreshReq.parseFrom
(InputStream input) static DexOuterClass.ListRefreshReq
DexOuterClass.ListRefreshReq.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DexOuterClass.ListRefreshReq
DexOuterClass.ListRefreshReq.parseFrom
(ByteBuffer data) static DexOuterClass.ListRefreshReq
DexOuterClass.ListRefreshReq.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.ListRefreshReq>
DexOuterClass.ListRefreshReq.getParserForType()
static com.google.protobuf.Parser<DexOuterClass.ListRefreshReq>
DexOuterClass.ListRefreshReq.parser()
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.DexGrpc.DexBlockingStub.listRefresh
(DexOuterClass.ListRefreshReq request) ListRefresh lists all the refresh token entries for a particular user.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.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.DexOuterClass.ListRefreshReq.Builder.mergeFrom
(DexOuterClass.ListRefreshReq other) DexOuterClass.ListRefreshReq.newBuilder
(DexOuterClass.ListRefreshReq prototype)