Class SecureCredentialsVaultGrpc
- java.lang.Object
-
- org.opennms.dominion.local.rpc.grpc.SecureCredentialsVaultGrpc
-
@Generated(value="by gRPC proto compiler (version 1.24.0)", comments="Source: dominion.proto") public final class SecureCredentialsVaultGrpc extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SecureCredentialsVaultGrpc.SecureCredentialsVaultBlockingStub
static class
SecureCredentialsVaultGrpc.SecureCredentialsVaultFutureStub
static class
SecureCredentialsVaultGrpc.SecureCredentialsVaultImplBase
static class
SecureCredentialsVaultGrpc.SecureCredentialsVaultStub
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getScvGetSupportedAliasesMethod
public static io.grpc.MethodDescriptor<DominionGrpc.ScvSupportedAliasesRequest,DominionGrpc.ScvSupportedAliasesResponse> getScvGetSupportedAliasesMethod()
-
getScvGetCredentialsMethod
public static io.grpc.MethodDescriptor<DominionGrpc.ScvGetCredentialsRequest,DominionGrpc.ScvGetCredentialsResponse> getScvGetCredentialsMethod()
-
getScvSetCredentialsMethod
public static io.grpc.MethodDescriptor<DominionGrpc.ScvSetCredentialsRequest,DominionGrpc.ScvSetCredentialsResponse> getScvSetCredentialsMethod()
-
newStub
public static SecureCredentialsVaultGrpc.SecureCredentialsVaultStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static SecureCredentialsVaultGrpc.SecureCredentialsVaultBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static SecureCredentialsVaultGrpc.SecureCredentialsVaultFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-