Uses of Class
tech.justen.concord.goodwill.grpc.SecretsProto.SecretParams
Packages that use SecretsProto.SecretParams
-
Uses of SecretsProto.SecretParams in tech.justen.concord.goodwill.grpc
Methods in tech.justen.concord.goodwill.grpc that return SecretsProto.SecretParamsModifier and TypeMethodDescriptionSecretsProto.SecretParams.Builder.build()SecretsProto.SecretParams.Builder.buildPartial()static SecretsProto.SecretParamsSecretsProto.SecretParams.getDefaultInstance()SecretsProto.SecretParams.Builder.getDefaultInstanceForType()SecretsProto.SecretParams.getDefaultInstanceForType()SecretsProto.CreateKeyPairRequest.Builder.getOptions().secret.SecretParams options = 1;SecretsProto.CreateKeyPairRequest.getOptions().secret.SecretParams options = 1;SecretsProto.CreateKeyPairRequestOrBuilder.getOptions().secret.SecretParams options = 1;SecretsProto.CreateSecretValueRequest.Builder.getOptions().secret.SecretParams options = 1;SecretsProto.CreateSecretValueRequest.getOptions().secret.SecretParams options = 1;SecretsProto.CreateSecretValueRequestOrBuilder.getOptions().secret.SecretParams options = 1;SecretsProto.CreateUsernamePasswordRequest.Builder.getOptions().secret.SecretParams options = 1;SecretsProto.CreateUsernamePasswordRequest.getOptions().secret.SecretParams options = 1;SecretsProto.CreateUsernamePasswordRequestOrBuilder.getOptions().secret.SecretParams options = 1;static SecretsProto.SecretParamsSecretsProto.SecretParams.parseDelimitedFrom(InputStream input) static SecretsProto.SecretParamsSecretsProto.SecretParams.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SecretsProto.SecretParamsSecretsProto.SecretParams.parseFrom(byte[] data) static SecretsProto.SecretParamsSecretsProto.SecretParams.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SecretsProto.SecretParamsSecretsProto.SecretParams.parseFrom(com.google.protobuf.ByteString data) static SecretsProto.SecretParamsSecretsProto.SecretParams.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SecretsProto.SecretParamsSecretsProto.SecretParams.parseFrom(com.google.protobuf.CodedInputStream input) static SecretsProto.SecretParamsSecretsProto.SecretParams.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SecretsProto.SecretParamsSecretsProto.SecretParams.parseFrom(InputStream input) static SecretsProto.SecretParamsSecretsProto.SecretParams.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SecretsProto.SecretParamsSecretsProto.SecretParams.parseFrom(ByteBuffer data) static SecretsProto.SecretParamsSecretsProto.SecretParams.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in tech.justen.concord.goodwill.grpc that return types with arguments of type SecretsProto.SecretParamsModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<SecretsProto.SecretParams, SecretsProto.CreateKeyPairResponse> SecretServiceGrpc.getGenerateKeyPairMethod()com.google.protobuf.Parser<SecretsProto.SecretParams> SecretsProto.SecretParams.getParserForType()static com.google.protobuf.Parser<SecretsProto.SecretParams> SecretsProto.SecretParams.parser()Methods in tech.justen.concord.goodwill.grpc with parameters of type SecretsProto.SecretParamsModifier and TypeMethodDescriptiondefault voidSecretServiceGrpc.AsyncService.generateKeyPair(SecretsProto.SecretParams request, io.grpc.stub.StreamObserver<SecretsProto.CreateKeyPairResponse> responseObserver) SecretServiceGrpc.SecretServiceBlockingStub.generateKeyPair(SecretsProto.SecretParams request) com.google.common.util.concurrent.ListenableFuture<SecretsProto.CreateKeyPairResponse> SecretServiceGrpc.SecretServiceFutureStub.generateKeyPair(SecretsProto.SecretParams request) voidSecretServiceGrpc.SecretServiceStub.generateKeyPair(SecretsProto.SecretParams request, io.grpc.stub.StreamObserver<SecretsProto.CreateKeyPairResponse> responseObserver) SecretsProto.SecretParams.Builder.mergeFrom(SecretsProto.SecretParams other) SecretsProto.CreateKeyPairRequest.Builder.mergeOptions(SecretsProto.SecretParams value) .secret.SecretParams options = 1;SecretsProto.CreateSecretValueRequest.Builder.mergeOptions(SecretsProto.SecretParams value) .secret.SecretParams options = 1;SecretsProto.CreateUsernamePasswordRequest.Builder.mergeOptions(SecretsProto.SecretParams value) .secret.SecretParams options = 1;SecretsProto.SecretParams.newBuilder(SecretsProto.SecretParams prototype) SecretsProto.CreateKeyPairRequest.Builder.setOptions(SecretsProto.SecretParams value) .secret.SecretParams options = 1;SecretsProto.CreateSecretValueRequest.Builder.setOptions(SecretsProto.SecretParams value) .secret.SecretParams options = 1;SecretsProto.CreateUsernamePasswordRequest.Builder.setOptions(SecretsProto.SecretParams value) .secret.SecretParams options = 1; -
Uses of SecretsProto.SecretParams in tech.justen.concord.goodwill.service
Methods in tech.justen.concord.goodwill.service with parameters of type SecretsProto.SecretParamsModifier and TypeMethodDescriptionvoidGrpcSecretService.generateKeyPair(SecretsProto.SecretParams request, io.grpc.stub.StreamObserver<SecretsProto.CreateKeyPairResponse> responseObserver)