AnalyzerBlockingStub

pulumirpc.analyzer.AnalyzerGrpc$.AnalyzerBlockingStub
class AnalyzerBlockingStub(channel: Channel, options: CallOptions) extends AbstractStub[AnalyzerBlockingStub], AnalyzerBlockingClient

Attributes

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

Members list

Value members

Concrete methods

Analyze analyzes a single resource object, and returns any errors that it finds. Called with the "inputs" to the resource, before it is updated.

Analyze analyzes a single resource object, and returns any errors that it finds. Called with the "inputs" to the resource, before it is updated.

Attributes

Definition Classes

AnalyzeStack analyzes all resources within a stack, at the end of a successful preview or update. The provided resources are the "outputs", after any mutations have taken place.

AnalyzeStack analyzes all resources within a stack, at the end of a successful preview or update. The provided resources are the "outputs", after any mutations have taken place.

Attributes

Definition Classes
override def build(channel: Channel, options: CallOptions): AnalyzerBlockingStub

Attributes

Definition Classes
AbstractStub

Configure configures the analyzer, passing configuration properties for each policy.

Configure configures the analyzer, passing configuration properties for each policy.

Attributes

Definition Classes

GetAnalyzerInfo returns metadata about the analyzer (e.g., list of policies contained).

GetAnalyzerInfo returns metadata about the analyzer (e.g., list of policies contained).

Attributes

Definition Classes

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

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

Attributes

Definition Classes

Inherited methods

final def getCallOptions(): CallOptions

Attributes

Inherited from:
AbstractStub
final def getChannel(): Channel

Attributes

Inherited from:
AbstractStub

Attributes

Inherited from:
AnalyzerBlockingClient
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