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