pulumirpc.callback
package pulumirpc.callback
Members list
Type members
Classlikes
Value parameters
- target
-
the gRPC target of the callback service.
- token
-
the service specific unique token for this callback.
Attributes
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 GeneratedMessagetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object CallbackInvokeRequest extends GeneratedMessageCompanion[CallbackInvokeRequest]
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[CallbackInvokeRequest]trait Serializableclass Objecttrait Matchableclass AnyShow 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 GeneratedMessagetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object CallbackInvokeResponse extends GeneratedMessageCompanion[CallbackInvokeResponse]
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[CallbackInvokeResponse]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
object CallbackProto extends GeneratedFileObject
Attributes
- Supertypes
- Self type
-
CallbackProto.type
object CallbacksGrpc
Attributes
- Supertypes
- Self type
-
CallbacksGrpc.type
In this article