Package com.buildless.service.v1
Class ClientConfigGrpc
java.lang.Object
com.buildless.service.v1.ClientConfigGrpc
@Generated(value="by gRPC proto compiler (version 1.59.1)",
comments="Source: buildless/service/v1/buildless-v1.proto")
public final class ClientConfigGrpc
extends Object
Defines the API surface for methods which are provided to Buildless clients, SDKs, and tools. This service is used for things like checking configurations & credentials, performing login flows, and client-side routing and balancing.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceDefines the API surface for methods which are provided to Buildless clients, SDKs, and tools.static final classA stub to allow clients to do synchronous rpc calls to service ClientConfig.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service ClientConfig.static classBase class for the server implementation of the service ClientConfig.static final classA stub to allow clients to do asynchronous rpc calls to service ClientConfig. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionbindService(ClientConfigGrpc.AsyncService service) static io.grpc.MethodDescriptor<CacheConfigRequest,CacheConfigResponse> static io.grpc.MethodDescriptor<ClientSession,ClientSessionTicket> static io.grpc.MethodDescriptor<CredentialCheckRequest,CredentialCheckResponse> static io.grpc.ServiceDescriptornewBlockingStub(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
-
getClientConfigMethod
public static io.grpc.MethodDescriptor<CacheConfigRequest,CacheConfigResponse> getClientConfigMethod() -
getCredentialsCheckMethod
public static io.grpc.MethodDescriptor<CredentialCheckRequest,CredentialCheckResponse> getCredentialsCheckMethod() -
getCredentialsActivateMethod
public static io.grpc.MethodDescriptor<ClientSession,ClientSessionTicket> getCredentialsActivateMethod() -
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(ClientConfigGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-