LanguageRuntimeBlockingStub

pulumirpc.language.LanguageRuntimeGrpc$.LanguageRuntimeBlockingStub

Attributes

Graph
Supertypes
class AbstractStub[LanguageRuntimeBlockingStub]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

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

Attributes

Definition Classes
AbstractStub

GetPluginInfo returns generic information about this plugin, like its version.

GetPluginInfo returns generic information about this plugin, like its version.

Attributes

Definition Classes

GetRequiredPlugins computes the complete set of anticipated plugins required by a program.

GetRequiredPlugins computes the complete set of anticipated plugins required by a program.

Attributes

Definition Classes

InstallDependencies will install dependencies for the project, e.g. by running npm install for nodejs projects.

InstallDependencies will install dependencies for the project, e.g. by running npm install for nodejs projects.

Attributes

Definition Classes
override def run(request: RunRequest): RunResponse

Run executes a program and returns its result.

Run executes a program and returns its result.

Attributes

Definition Classes

Inherited methods

final def getCallOptions(): CallOptions

Attributes

Inherited from:
AbstractStub
final def getChannel(): Channel

Attributes

Inherited from:
AbstractStub

Attributes

Inherited from:
LanguageRuntimeBlockingClient
final def withCallCredentials(x$0: CallCredentials): S

Attributes

Inherited from:
AbstractStub
@ExperimentalApi(value = "https://github.com/grpc/grpc-java/issues/1704")
final def withCompression(x$0: String): S

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
AbstractStub
@ExperimentalApi(value = "https://github.com/grpc/grpc-java/issues/2563")
final def withMaxInboundMessageSize(x$0: Int): S

Attributes

Inherited from:
AbstractStub
@ExperimentalApi(value = "https://github.com/grpc/grpc-java/issues/2563")
final def withMaxOutboundMessageSize(x$0: Int): S

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): S

Attributes

Inherited from:
AbstractStub
final def withWaitForReady(): S

Attributes

Inherited from:
AbstractStub

Deprecated and Inherited methods

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

Attributes

Deprecated
true
Inherited from:
AbstractStub