ResourceProviderGrpc

pulumirpc.provider.ResourceProviderGrpc

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

ResourceProvider is a service that understands how to create, read, update, or delete resources for types defined within a single package. It is driven by the overall planning engine in response to resource diffs.

ResourceProvider is a service that understands how to create, read, update, or delete resources for types defined within a single package. It is driven by the overall planning engine in response to resource diffs.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes

ResourceProvider is a service that understands how to create, read, update, or delete resources for types defined within a single package. It is driven by the overall planning engine in response to resource diffs.

ResourceProvider is a service that understands how to create, read, update, or delete resources for types defined within a single package. It is driven by the overall planning engine in response to resource diffs.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Supertypes
class AbstractStub[ResourceProviderBlockingStub]
class Object
trait Matchable
class Any
class ResourceProviderStub(channel: Channel, options: CallOptions) extends AbstractStub[ResourceProviderStub], ResourceProvider

Attributes

Companion
object
Supertypes
class AbstractStub[ResourceProviderStub]
class Object
trait Matchable
class Any
Show all
object ResourceProviderStub extends StubFactory[ResourceProviderStub]

Attributes

Companion
class
Supertypes
trait StubFactory[ResourceProviderStub]
class Object
trait Matchable
class Any
Self type

Value members

Concrete fields

val METHOD_ATTACH: MethodDescriptor[PluginAttach, Empty]
val METHOD_CALL: MethodDescriptor[CallRequest, CallResponse]
val METHOD_CANCEL: MethodDescriptor[Empty, Empty]
val METHOD_CHECK: MethodDescriptor[CheckRequest, CheckResponse]
val METHOD_CREATE: MethodDescriptor[CreateRequest, CreateResponse]
val METHOD_DELETE: MethodDescriptor[DeleteRequest, Empty]
val METHOD_DIFF: MethodDescriptor[DiffRequest, DiffResponse]
val METHOD_DIFF_CONFIG: MethodDescriptor[DiffRequest, DiffResponse]
val METHOD_GET_PLUGIN_INFO: MethodDescriptor[Empty, PluginInfo]
val METHOD_INVOKE: MethodDescriptor[InvokeRequest, InvokeResponse]
val METHOD_READ: MethodDescriptor[ReadRequest, ReadResponse]
val METHOD_UPDATE: MethodDescriptor[UpdateRequest, UpdateResponse]
val SERVICE: ServiceDescriptor