Class SecretServiceGrpc
java.lang.Object
tech.justen.concord.goodwill.grpc.SecretServiceGrpc
@Generated(value="by gRPC proto compiler (version 1.64.0)",
comments="Source: secret.proto")
public final class SecretServiceGrpc
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classA stub to allow clients to do synchronous rpc calls to service SecretService.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service SecretService.static classBase class for the server implementation of the service SecretService.static final classA stub to allow clients to do asynchronous rpc calls to service SecretService. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionstatic io.grpc.MethodDescriptor<SecretsProto.CreateKeyPairRequest, SecretsProto.CreateKeyPairResponse> static io.grpc.MethodDescriptor<SecretsProto.CreateSecretValueRequest, SecretsProto.CreateSecretResponse> static io.grpc.MethodDescriptor<SecretsProto.CreateUsernamePasswordRequest, SecretsProto.CreateSecretResponse> static io.grpc.MethodDescriptor<SecretsProto.SecretString, SecretsProto.SecretString> static io.grpc.MethodDescriptor<SecretsProto.DeleteSecretRequest, SecretsProto.SecretResponse> static io.grpc.MethodDescriptor<SecretsProto.EncryptStringRequest, SecretsProto.SecretString> static io.grpc.MethodDescriptor<SecretsProto.GetSecretRequest, SecretsProto.SecretFile> static io.grpc.MethodDescriptor<SecretsProto.GetSecretRequest, SecretsProto.SecretString> static io.grpc.MethodDescriptor<SecretsProto.GetSecretRequest, SecretsProto.KeyPairFiles> static io.grpc.MethodDescriptor<SecretsProto.SecretParams, SecretsProto.CreateKeyPairResponse> static io.grpc.MethodDescriptor<SecretsProto.GetSecretRequest, SecretsProto.UsernamePassword> static io.grpc.MethodDescriptor<SecretsProto.SecretRef, SecretsProto.ListAccessEntryResponse> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<SecretsProto.UpdateSecretAccessRequest, SecretsProto.SecretResponse> newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getCreateKeyPairMethod
public static io.grpc.MethodDescriptor<SecretsProto.CreateKeyPairRequest,SecretsProto.CreateKeyPairResponse> getCreateKeyPairMethod() -
getGenerateKeyPairMethod
public static io.grpc.MethodDescriptor<SecretsProto.SecretParams,SecretsProto.CreateKeyPairResponse> getGenerateKeyPairMethod() -
getCreateUsernamePasswordMethod
public static io.grpc.MethodDescriptor<SecretsProto.CreateUsernamePasswordRequest,SecretsProto.CreateSecretResponse> getCreateUsernamePasswordMethod() -
getCreateSecretValueMethod
public static io.grpc.MethodDescriptor<SecretsProto.CreateSecretValueRequest,SecretsProto.CreateSecretResponse> getCreateSecretValueMethod() -
getDeleteSecretMethod
public static io.grpc.MethodDescriptor<SecretsProto.DeleteSecretRequest,SecretsProto.SecretResponse> getDeleteSecretMethod() -
getUpdateAccessLevelsMethod
public static io.grpc.MethodDescriptor<SecretsProto.UpdateSecretAccessRequest,SecretsProto.SecretResponse> getUpdateAccessLevelsMethod() -
getListAccessLevelsMethod
public static io.grpc.MethodDescriptor<SecretsProto.SecretRef,SecretsProto.ListAccessEntryResponse> getListAccessLevelsMethod() -
getExportKeyPairAsFilesMethod
public static io.grpc.MethodDescriptor<SecretsProto.GetSecretRequest,SecretsProto.KeyPairFiles> getExportKeyPairAsFilesMethod() -
getGetUsernamePasswordMethod
public static io.grpc.MethodDescriptor<SecretsProto.GetSecretRequest,SecretsProto.UsernamePassword> getGetUsernamePasswordMethod() -
getExportAsFileMethod
public static io.grpc.MethodDescriptor<SecretsProto.GetSecretRequest,SecretsProto.SecretFile> getExportAsFileMethod() -
getExportAsStringMethod
public static io.grpc.MethodDescriptor<SecretsProto.GetSecretRequest,SecretsProto.SecretString> getExportAsStringMethod() -
getDecryptStringMethod
public static io.grpc.MethodDescriptor<SecretsProto.SecretString,SecretsProto.SecretString> getDecryptStringMethod() -
getEncryptStringMethod
public static io.grpc.MethodDescriptor<SecretsProto.EncryptStringRequest,SecretsProto.SecretString> getEncryptStringMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.grpc.ServerServiceDefinition bindService(SecretServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-