Package com.buildless.service.v1
Class BuildlessGrpc
java.lang.Object
com.buildless.service.v1.BuildlessGrpc
@Generated(value="by gRPC proto compiler (version 1.59.1)",
comments="Source: buildless/service/v1/buildless-v1.proto")
public final class BuildlessGrpc
extends Object
Defines the API surface for the main Buildless service. Methods defined in this service are typically open to third-party developers. Under the hood of Buildless-powered tools, or via 3rd-party tools, these methods may be used to interact with the global cache, manage account state, and more.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceDefines the API surface for the main Buildless service.static final classA stub to allow clients to do synchronous rpc calls to service Buildless.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service Buildless.static classBase class for the server implementation of the service Buildless.static final classA stub to allow clients to do asynchronous rpc calls to service Buildless. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionbindService(BuildlessGrpc.AsyncService service) static io.grpc.MethodDescriptor<CacheFetchRequest,HttpBody> static io.grpc.MethodDescriptor<CacheFlushRequest,com.google.protobuf.Empty> static io.grpc.MethodDescriptor<CacheFetchRequest,com.google.protobuf.Empty> static io.grpc.MethodDescriptor<CacheStoreRequest,CacheStoreResponse> 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 servicestatic BuildlessGrpc.BuildlessStubnewStub(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
-
getCacheProbeMethod
public static io.grpc.MethodDescriptor<CacheFetchRequest,com.google.protobuf.Empty> getCacheProbeMethod() -
getCacheFetchMethod
-
getCacheStoreMethod
-
getCacheFlushMethod
public static io.grpc.MethodDescriptor<CacheFlushRequest,com.google.protobuf.Empty> getCacheFlushMethod() -
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
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-