Package xyz.block.ftl.admin.v1
Class AdminServiceGrpc
-
- All Implemented Interfaces:
@Generated(value = "by gRPC proto compiler (version 1.65.1)", comments = "Source: xyz/block/ftl/admin/v1/admin.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
-
-
Method Detail
-
getServiceDescriptor
static ServiceDescriptor getServiceDescriptor()
-
getPingMethod
static MethodDescriptor<PingRequest, PingResponse> getPingMethod()
-
getConfigListMethod
static MethodDescriptor<ConfigListRequest, ConfigListResponse> getConfigListMethod()
-
getConfigGetMethod
static MethodDescriptor<ConfigGetRequest, ConfigGetResponse> getConfigGetMethod()
-
getConfigSetMethod
static MethodDescriptor<ConfigSetRequest, ConfigSetResponse> getConfigSetMethod()
-
getConfigUnsetMethod
static MethodDescriptor<ConfigUnsetRequest, ConfigUnsetResponse> getConfigUnsetMethod()
-
getSecretsListMethod
static MethodDescriptor<SecretsListRequest, SecretsListResponse> getSecretsListMethod()
-
getSecretGetMethod
static MethodDescriptor<SecretGetRequest, SecretGetResponse> getSecretGetMethod()
-
getSecretSetMethod
static MethodDescriptor<SecretSetRequest, SecretSetResponse> getSecretSetMethod()
-
getSecretUnsetMethod
static MethodDescriptor<SecretUnsetRequest, SecretUnsetResponse> getSecretUnsetMethod()
-
getMapConfigsForModuleMethod
static MethodDescriptor<MapConfigsForModuleRequest, MapConfigsForModuleResponse> getMapConfigsForModuleMethod()
-
getMapSecretsForModuleMethod
static MethodDescriptor<MapSecretsForModuleRequest, MapSecretsForModuleResponse> getMapSecretsForModuleMethod()
-
getResetSubscriptionMethod
static MethodDescriptor<ResetSubscriptionRequest, ResetSubscriptionResponse> getResetSubscriptionMethod()
-
getApplyChangesetMethod
static MethodDescriptor<ApplyChangesetRequest, ApplyChangesetResponse> getApplyChangesetMethod()
-
getUpdateDeploymentRuntimeMethod
static MethodDescriptor<UpdateDeploymentRuntimeRequest, UpdateDeploymentRuntimeResponse> getUpdateDeploymentRuntimeMethod()
-
getGetSchemaMethod
static MethodDescriptor<GetSchemaRequest, GetSchemaResponse> getGetSchemaMethod()
-
getPullSchemaMethod
static MethodDescriptor<PullSchemaRequest, PullSchemaResponse> getPullSchemaMethod()
-
getRollbackChangesetMethod
static MethodDescriptor<RollbackChangesetRequest, RollbackChangesetResponse> getRollbackChangesetMethod()
-
getFailChangesetMethod
static MethodDescriptor<FailChangesetRequest, FailChangesetResponse> getFailChangesetMethod()
-
getClusterInfoMethod
static MethodDescriptor<ClusterInfoRequest, ClusterInfoResponse> getClusterInfoMethod()
-
getGetArtefactDiffsMethod
static MethodDescriptor<GetArtefactDiffsRequest, GetArtefactDiffsResponse> getGetArtefactDiffsMethod()
-
getGetDeploymentArtefactsMethod
static MethodDescriptor<GetDeploymentArtefactsRequest, GetDeploymentArtefactsResponse> getGetDeploymentArtefactsMethod()
-
getUploadArtefactMethod
static MethodDescriptor<UploadArtefactRequest, UploadArtefactResponse> getUploadArtefactMethod()
-
getStreamLogsMethod
static MethodDescriptor<StreamLogsRequest, StreamLogsResponse> getStreamLogsMethod()
-
getGetTopicInfoMethod
static MethodDescriptor<GetTopicInfoRequest, GetTopicInfoResponse> getGetTopicInfoMethod()
-
getGetSubscriptionInfoMethod
static MethodDescriptor<GetSubscriptionInfoRequest, GetSubscriptionInfoResponse> getGetSubscriptionInfoMethod()
-
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)
-
-
-
-