pulumirpc.callback

Members list

Type members

Classlikes

final case class Callback(target: String, token: String, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[Callback]

Value parameters

target

the gRPC target of the callback service.

token

the service specific unique token for this callback.

Attributes

Companion
object
Supertypes
trait Updatable[Callback]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Callback extends GeneratedMessageCompanion[Callback]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[Callback]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
Callback.type
final case class CallbackInvokeRequest(token: String, request: ByteString, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[CallbackInvokeRequest]

Value parameters

request

the serialized protobuf message of the arguments for this callback.

token

the token for the callback.

Attributes

Companion
object
Supertypes
trait Updatable[CallbackInvokeRequest]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object CallbackInvokeRequest extends GeneratedMessageCompanion[CallbackInvokeRequest]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[CallbackInvokeRequest]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class CallbackInvokeResponse(response: ByteString, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[CallbackInvokeResponse]

Value parameters

response

the serialized protobuf message of the response for this callback.

Attributes

Companion
object
Supertypes
trait Updatable[CallbackInvokeResponse]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object CallbackInvokeResponse extends GeneratedMessageCompanion[CallbackInvokeResponse]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[CallbackInvokeResponse]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object CallbackProto extends GeneratedFileObject

Attributes

Supertypes
class GeneratedFileObject
class Object
trait Matchable
class Any
Self type
object CallbacksGrpc

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type