Uses of Class
tech.justen.concord.goodwill.grpc.SecretsProto.CreateKeyPairRequest
Packages that use SecretsProto.CreateKeyPairRequest
-
Uses of SecretsProto.CreateKeyPairRequest in tech.justen.concord.goodwill.grpc
Methods in tech.justen.concord.goodwill.grpc that return SecretsProto.CreateKeyPairRequestModifier and TypeMethodDescriptionSecretsProto.CreateKeyPairRequest.Builder.build()SecretsProto.CreateKeyPairRequest.Builder.buildPartial()SecretsProto.CreateKeyPairRequest.getDefaultInstance()SecretsProto.CreateKeyPairRequest.Builder.getDefaultInstanceForType()SecretsProto.CreateKeyPairRequest.getDefaultInstanceForType()SecretsProto.CreateKeyPairRequest.parseDelimitedFrom(InputStream input) SecretsProto.CreateKeyPairRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SecretsProto.CreateKeyPairRequest.parseFrom(byte[] data) SecretsProto.CreateKeyPairRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SecretsProto.CreateKeyPairRequest.parseFrom(com.google.protobuf.ByteString data) SecretsProto.CreateKeyPairRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SecretsProto.CreateKeyPairRequest.parseFrom(com.google.protobuf.CodedInputStream input) SecretsProto.CreateKeyPairRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SecretsProto.CreateKeyPairRequest.parseFrom(InputStream input) SecretsProto.CreateKeyPairRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SecretsProto.CreateKeyPairRequest.parseFrom(ByteBuffer data) SecretsProto.CreateKeyPairRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in tech.justen.concord.goodwill.grpc that return types with arguments of type SecretsProto.CreateKeyPairRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<SecretsProto.CreateKeyPairRequest, SecretsProto.CreateKeyPairResponse> SecretServiceGrpc.getCreateKeyPairMethod()com.google.protobuf.Parser<SecretsProto.CreateKeyPairRequest> SecretsProto.CreateKeyPairRequest.getParserForType()static com.google.protobuf.Parser<SecretsProto.CreateKeyPairRequest> SecretsProto.CreateKeyPairRequest.parser()Methods in tech.justen.concord.goodwill.grpc with parameters of type SecretsProto.CreateKeyPairRequestModifier and TypeMethodDescriptiondefault voidSecretServiceGrpc.AsyncService.createKeyPair(SecretsProto.CreateKeyPairRequest request, io.grpc.stub.StreamObserver<SecretsProto.CreateKeyPairResponse> responseObserver) SecretServiceGrpc.SecretServiceBlockingStub.createKeyPair(SecretsProto.CreateKeyPairRequest request) com.google.common.util.concurrent.ListenableFuture<SecretsProto.CreateKeyPairResponse> SecretServiceGrpc.SecretServiceFutureStub.createKeyPair(SecretsProto.CreateKeyPairRequest request) voidSecretServiceGrpc.SecretServiceStub.createKeyPair(SecretsProto.CreateKeyPairRequest request, io.grpc.stub.StreamObserver<SecretsProto.CreateKeyPairResponse> responseObserver) SecretsProto.CreateKeyPairRequest.Builder.mergeFrom(SecretsProto.CreateKeyPairRequest other) SecretsProto.CreateKeyPairRequest.newBuilder(SecretsProto.CreateKeyPairRequest prototype) -
Uses of SecretsProto.CreateKeyPairRequest in tech.justen.concord.goodwill.service
Methods in tech.justen.concord.goodwill.service with parameters of type SecretsProto.CreateKeyPairRequestModifier and TypeMethodDescriptionvoidGrpcSecretService.createKeyPair(SecretsProto.CreateKeyPairRequest request, io.grpc.stub.StreamObserver<SecretsProto.CreateKeyPairResponse> responseObserver)