Uses of Class
com.coreos.dex.api.DexOuterClass.DeleteClientResp
-
Uses of DexOuterClass.DeleteClientResp in com.coreos.dex.api
Modifier and TypeMethodDescriptionDexOuterClass.DeleteClientResp.Builder.build()
DexOuterClass.DeleteClientResp.Builder.buildPartial()
DexGrpc.DexBlockingStub.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) Modifier 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()
Modifier and TypeMethodDescriptionDexOuterClass.DeleteClientResp.Builder.mergeFrom
(DexOuterClass.DeleteClientResp other) DexOuterClass.DeleteClientResp.newBuilder
(DexOuterClass.DeleteClientResp prototype) Modifier and TypeMethodDescriptiondefault void
DexGrpc.AsyncService.deleteClient
(DexOuterClass.DeleteClientReq request, io.grpc.stub.StreamObserver<DexOuterClass.DeleteClientResp> responseObserver) DeleteClient deletes the provided client.void
DexGrpc.DexStub.deleteClient
(DexOuterClass.DeleteClientReq request, io.grpc.stub.StreamObserver<DexOuterClass.DeleteClientResp> responseObserver) DeleteClient deletes the provided client.