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.
 
  • Field Details

  • Method Details

    • getCacheProbeMethod

      public static io.grpc.MethodDescriptor<CacheFetchRequest,com.google.protobuf.Empty> getCacheProbeMethod()
    • getCacheFetchMethod

      public static io.grpc.MethodDescriptor<CacheFetchRequest,HttpBody> getCacheFetchMethod()
    • getCacheStoreMethod

      public static io.grpc.MethodDescriptor<CacheStoreRequest,CacheStoreResponse> getCacheStoreMethod()
    • getCacheFlushMethod

      public static io.grpc.MethodDescriptor<CacheFlushRequest,com.google.protobuf.Empty> getCacheFlushMethod()
    • newStub

      public static BuildlessGrpc.BuildlessStub newStub(io.grpc.Channel channel)
      Creates a new async stub that supports all call types for the service
    • newBlockingStub

      public static BuildlessGrpc.BuildlessBlockingStub newBlockingStub(io.grpc.Channel channel)
      Creates a new blocking-style stub that supports unary and streaming output calls on the service
    • newFutureStub

      public static BuildlessGrpc.BuildlessFutureStub newFutureStub(io.grpc.Channel channel)
      Creates a new ListenableFuture-style stub that supports unary calls on the service
    • bindService

      public static final io.grpc.ServerServiceDefinition bindService(BuildlessGrpc.AsyncService service)
    • getServiceDescriptor

      public static io.grpc.ServiceDescriptor getServiceDescriptor()