Package xyz.block.ftl.v1
Class AdminServiceGrpc
-
- All Implemented Interfaces:
@Generated(value = "by gRPC proto compiler (version 1.65.1)", comments = "Source: xyz/block/ftl/v1/ftl.proto") public final class AdminServiceGrpc
AdminService is the service that provides and updates admin data. For example, it is used to encapsulate configuration and secrets.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceAdminServiceGrpc.AsyncServiceAdminService is the service that provides and updates admin data. For example, it is used to encapsulate configuration and secrets.public abstract classAdminServiceGrpc.AdminServiceImplBaseBase class for the server implementation of the service AdminService.
AdminService is the service that provides and updates admin data. For example, it is used to encapsulate configuration and secrets.public final classAdminServiceGrpc.AdminServiceStubA stub to allow clients to do asynchronous 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.public final classAdminServiceGrpc.AdminServiceBlockingStubA 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.public final classAdminServiceGrpc.AdminServiceFutureStubA stub to allow clients to do ListenableFuture-style 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 static StringSERVICE_NAMEpublic static volatile ServiceDescriptorserviceDescriptor
-
Method Summary
Modifier and Type Method Description static ServiceDescriptorgetServiceDescriptor()static MethodDescriptor<PingRequest, PingResponse>getPingMethod()static MethodDescriptor<ListConfigRequest, ListConfigResponse>getConfigListMethod()static MethodDescriptor<GetConfigRequest, GetConfigResponse>getConfigGetMethod()static MethodDescriptor<SetConfigRequest, SetConfigResponse>getConfigSetMethod()static MethodDescriptor<UnsetConfigRequest, UnsetConfigResponse>getConfigUnsetMethod()static MethodDescriptor<ListSecretsRequest, ListSecretsResponse>getSecretsListMethod()static MethodDescriptor<GetSecretRequest, GetSecretResponse>getSecretGetMethod()static MethodDescriptor<SetSecretRequest, SetSecretResponse>getSecretSetMethod()static MethodDescriptor<UnsetSecretRequest, UnsetSecretResponse>getSecretUnsetMethod()static AdminServiceGrpc.AdminServiceStubnewStub(Channel channel)Creates a new async stub that supports all call types for the service static AdminServiceGrpc.AdminServiceBlockingStubnewBlockingStub(Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the service static AdminServiceGrpc.AdminServiceFutureStubnewFutureStub(Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the service final static ServerServiceDefinitionbindService(AdminServiceGrpc.AsyncService service)-
-
Method Detail
-
getServiceDescriptor
static ServiceDescriptor getServiceDescriptor()
-
getPingMethod
static MethodDescriptor<PingRequest, PingResponse> getPingMethod()
-
getConfigListMethod
static MethodDescriptor<ListConfigRequest, ListConfigResponse> getConfigListMethod()
-
getConfigGetMethod
static MethodDescriptor<GetConfigRequest, GetConfigResponse> getConfigGetMethod()
-
getConfigSetMethod
static MethodDescriptor<SetConfigRequest, SetConfigResponse> getConfigSetMethod()
-
getConfigUnsetMethod
static MethodDescriptor<UnsetConfigRequest, UnsetConfigResponse> getConfigUnsetMethod()
-
getSecretsListMethod
static MethodDescriptor<ListSecretsRequest, ListSecretsResponse> getSecretsListMethod()
-
getSecretGetMethod
static MethodDescriptor<GetSecretRequest, GetSecretResponse> getSecretGetMethod()
-
getSecretSetMethod
static MethodDescriptor<SetSecretRequest, SetSecretResponse> getSecretSetMethod()
-
getSecretUnsetMethod
static MethodDescriptor<UnsetSecretRequest, UnsetSecretResponse> getSecretUnsetMethod()
-
newStub
static AdminServiceGrpc.AdminServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
static AdminServiceGrpc.AdminServiceBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
static AdminServiceGrpc.AdminServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
final static ServerServiceDefinition bindService(AdminServiceGrpc.AsyncService service)
-
-
-
-