EngineStub

pulumirpc.engine.EngineGrpc.EngineStub
See theEngineStub companion object
class EngineStub(channel: Channel, options: CallOptions) extends AbstractStub[EngineStub], Engine

Attributes

Companion
object
Graph
Supertypes
trait Engine
trait AbstractService
class AbstractStub[EngineStub]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def build(channel: Channel, options: CallOptions): EngineStub

Attributes

Definition Classes
AbstractStub

GetRootResource gets the URN of the root resource, the resource that should be the root of all otherwise-unparented resources.

GetRootResource gets the URN of the root resource, the resource that should be the root of all otherwise-unparented resources.

Attributes

Definition Classes
override def log(request: LogRequest): Future[Empty]

Log logs a global message in the engine, including errors and warnings.

Log logs a global message in the engine, including errors and warnings.

Attributes

Definition Classes

SetRootResource sets the URN of the root resource.

SetRootResource sets the URN of the root resource.

Attributes

Definition Classes
override def startDebugging(request: StartDebuggingRequest): Future[Empty]

StartDebugging indicates to the engine that the program has started under a debugger, and the engine should notify the user of how to connect to the debugger.

StartDebugging indicates to the engine that the program has started under a debugger, and the engine should notify the user of how to connect to the debugger.

Attributes

Definition Classes

Inherited methods

final def getCallOptions(): CallOptions

Attributes

Inherited from:
AbstractStub
final def getChannel(): Channel

Attributes

Inherited from:
AbstractStub
override def serviceCompanion: ServiceCompanion[Engine]

Attributes

Definition Classes
Engine -> AbstractService
Inherited from:
Engine
final def withCallCredentials(x$0: CallCredentials): EngineStub

Attributes

Inherited from:
AbstractStub
final def withCompression(x$0: String): EngineStub

Attributes

Inherited from:
AbstractStub
final def withDeadline(x$0: Deadline): EngineStub

Attributes

Inherited from:
AbstractStub
final def withDeadlineAfter(x$0: Long, x$1: TimeUnit): EngineStub

Attributes

Inherited from:
AbstractStub
final def withExecutor(x$0: Executor): EngineStub

Attributes

Inherited from:
AbstractStub
final def withInterceptors(x$0: ClientInterceptor*): EngineStub

Attributes

Inherited from:
AbstractStub
@ExperimentalApi(value = "https://github.com/grpc/grpc-java/issues/2563")

Attributes

Inherited from:
AbstractStub
@ExperimentalApi(value = "https://github.com/grpc/grpc-java/issues/2563")

Attributes

Inherited from:
AbstractStub
@ExperimentalApi(value = "https://github.com/grpc/grpc-java/issues/1869")
final def withOption[T <: <FromJavaObject>](x$0: Key[T], x$1: T): EngineStub

Attributes

Inherited from:
AbstractStub

Attributes

Inherited from:
AbstractStub

Deprecated and Inherited methods

final def withChannel(x$0: Channel): EngineStub

Attributes

Deprecated
true
Inherited from:
AbstractStub