Package xyz.block.ftl.v1
Class AdminServiceGrpc.AdminServiceBlockingStub
-
- All Implemented Interfaces:
public final class AdminServiceGrpc.AdminServiceBlockingStub extends AbstractBlockingStub<S>A stub to allow clients to do synchronous rpc calls to service AdminService.
AdminService is the service that provides and updates admin data. For example, it is used to encapsulate configuration and secrets.
-
-
Field Summary
Fields Modifier and Type Field Description public final Channelchannelpublic final CallOptionscallOptions
-
Method Summary
Modifier and Type Method Description PingResponseping(PingRequest request)ListConfigResponseconfigList(ListConfigRequest request)List configuration.GetConfigResponseconfigGet(GetConfigRequest request)Get a config value.SetConfigResponseconfigSet(SetConfigRequest request)Set a config value.UnsetConfigResponseconfigUnset(UnsetConfigRequest request)Unset a config value.ListSecretsResponsesecretsList(ListSecretsRequest request)List secrets.GetSecretResponsesecretGet(GetSecretRequest request)Get a secret.SetSecretResponsesecretSet(SetSecretRequest request)Set a secret.UnsetSecretResponsesecretUnset(UnsetSecretRequest request)Unset a secret.-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady -
Methods inherited from class io.grpc.stub.AbstractBlockingStub
newStub -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
ping
PingResponse ping(PingRequest request)
-
configList
ListConfigResponse configList(ListConfigRequest request)
List configuration.
-
configGet
GetConfigResponse configGet(GetConfigRequest request)
Get a config value.
-
configSet
SetConfigResponse configSet(SetConfigRequest request)
Set a config value.
-
configUnset
UnsetConfigResponse configUnset(UnsetConfigRequest request)
Unset a config value.
-
secretsList
ListSecretsResponse secretsList(ListSecretsRequest request)
List secrets.
-
secretGet
GetSecretResponse secretGet(GetSecretRequest request)
Get a secret.
-
secretSet
SetSecretResponse secretSet(SetSecretRequest request)
Set a secret.
-
secretUnset
UnsetSecretResponse secretUnset(UnsetSecretRequest request)
Unset a secret.
-
-
-
-