QueueInvocationResponse
Specifies a response from a request to invoke an Elide app via a queue interface.
Content copied to clipboard
elide.call.v1alpha1.QueueInvocationResponse
Types
Properties
Functions
Link copied to clipboard
inline fun QueueInvocationResponse.copy(block: QueueInvocationResponseKt.Dsl.() -> Unit): QueueInvocationResponse
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Generic call metadata for an invocation API response.
Content copied to clipboard
.elide.call.CallMetadata metadata = 1;
Link copied to clipboard
Generic call metadata for an invocation API response.
Content copied to clipboard
.elide.call.CallMetadata metadata = 1;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Specifies a batch of outcomes for the messages provided in the request.
Content copied to clipboard
.elide.call.v1alpha1.QueueMessageOutcomeBatch result = 3;
Link copied to clipboard
Specifies a batch of outcomes for the messages provided in the request.
Content copied to clipboard
.elide.call.v1alpha1.QueueMessageOutcomeBatch result = 3;
Link copied to clipboard
Link copied to clipboard
Describes the status resulting from this invocation.
Content copied to clipboard
.elide.call.v1alpha1.InvocationStatus status = 2;
Link copied to clipboard
Describes the status resulting from this invocation.
Content copied to clipboard
.elide.call.v1alpha1.InvocationStatus status = 2;
Link copied to clipboard
Link copied to clipboard
Generic call metadata for an invocation API response.
Content copied to clipboard
.elide.call.CallMetadata metadata = 1;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <ContainingT : Message?, T> newFileScopedGeneratedExtension(singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
open fun <ContainingT : Message?, T> newMessageScopedGeneratedExtension(scope: Message, descriptorIndex: Int, singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): QueueInvocationResponse
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): QueueInvocationResponse
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): QueueInvocationResponse
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): QueueInvocationResponse
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): QueueInvocationResponse
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): QueueInvocationResponse
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard