Uses of Class
com.coreos.dex.api.DexOuterClass.DeleteClientResp
Packages that use DexOuterClass.DeleteClientResp
- 
Uses of DexOuterClass.DeleteClientResp in com.coreos.dex.api
Methods in com.coreos.dex.api that return DexOuterClass.DeleteClientRespModifier and TypeMethodDescriptionDexOuterClass.DeleteClientResp.Builder.build()DexOuterClass.DeleteClientResp.Builder.buildPartial()DexGrpc.DexBlockingStub.deleteClient(DexOuterClass.DeleteClientReq request) DeleteClient deletes the provided client.DexGrpc.DexBlockingV2Stub.deleteClient(DexOuterClass.DeleteClientReq request) DeleteClient deletes the provided client.DexOuterClass.DeleteClientResp.getDefaultInstance()DexOuterClass.DeleteClientResp.Builder.getDefaultInstanceForType()DexOuterClass.DeleteClientResp.getDefaultInstanceForType()DexOuterClass.DeleteClientResp.parseDelimitedFrom(InputStream input) DexOuterClass.DeleteClientResp.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DexOuterClass.DeleteClientResp.parseFrom(byte[] data) DexOuterClass.DeleteClientResp.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DexOuterClass.DeleteClientResp.parseFrom(com.google.protobuf.ByteString data) DexOuterClass.DeleteClientResp.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DexOuterClass.DeleteClientResp.parseFrom(com.google.protobuf.CodedInputStream input) DexOuterClass.DeleteClientResp.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DexOuterClass.DeleteClientResp.parseFrom(InputStream input) DexOuterClass.DeleteClientResp.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DexOuterClass.DeleteClientResp.parseFrom(ByteBuffer data) DexOuterClass.DeleteClientResp.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.coreos.dex.api that return types with arguments of type DexOuterClass.DeleteClientRespModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<DexOuterClass.DeleteClientResp>DexGrpc.DexFutureStub.deleteClient(DexOuterClass.DeleteClientReq request) DeleteClient deletes the provided client.static io.grpc.MethodDescriptor<DexOuterClass.DeleteClientReq,DexOuterClass.DeleteClientResp> DexGrpc.getDeleteClientMethod()com.google.protobuf.Parser<DexOuterClass.DeleteClientResp>DexOuterClass.DeleteClientResp.getParserForType()static com.google.protobuf.Parser<DexOuterClass.DeleteClientResp>DexOuterClass.DeleteClientResp.parser()Methods in com.coreos.dex.api with parameters of type DexOuterClass.DeleteClientRespModifier and TypeMethodDescriptionDexOuterClass.DeleteClientResp.Builder.mergeFrom(DexOuterClass.DeleteClientResp other) DexOuterClass.DeleteClientResp.newBuilder(DexOuterClass.DeleteClientResp prototype) Method parameters in com.coreos.dex.api with type arguments of type DexOuterClass.DeleteClientRespModifier and TypeMethodDescriptiondefault voidDexGrpc.AsyncService.deleteClient(DexOuterClass.DeleteClientReq request, io.grpc.stub.StreamObserver<DexOuterClass.DeleteClientResp> responseObserver) DeleteClient deletes the provided client.voidDexGrpc.DexStub.deleteClient(DexOuterClass.DeleteClientReq request, io.grpc.stub.StreamObserver<DexOuterClass.DeleteClientResp> responseObserver) DeleteClient deletes the provided client.