Documentation
¶
Index ¶
- Constants
- Variables
- type Empty
- type Empty_builder
- type Failure
- type FailureWithStacktrace
- func (x *FailureWithStacktrace) GetCode() uint32
- func (x *FailureWithStacktrace) GetMessage() string
- func (x *FailureWithStacktrace) GetStacktrace() string
- func (*FailureWithStacktrace) ProtoMessage()
- func (x *FailureWithStacktrace) ProtoReflect() protoreflect.Message
- func (x *FailureWithStacktrace) Reset()
- func (x *FailureWithStacktrace) SetCode(v uint32)
- func (x *FailureWithStacktrace) SetMessage(v string)
- func (x *FailureWithStacktrace) SetStacktrace(v string)
- func (x *FailureWithStacktrace) String() string
- type FailureWithStacktrace_builder
- type Failure_builder
- type GenericEmptyReturn
- func (x *GenericEmptyReturn) ClearFailure()
- func (x *GenericEmptyReturn) ClearOk()
- func (x *GenericEmptyReturn) ClearResult()
- func (x *GenericEmptyReturn) GetFailure() *Failure
- func (x *GenericEmptyReturn) GetOk() *Empty
- func (x *GenericEmptyReturn) HasFailure() bool
- func (x *GenericEmptyReturn) HasOk() bool
- func (x *GenericEmptyReturn) HasResult() bool
- func (*GenericEmptyReturn) ProtoMessage()
- func (x *GenericEmptyReturn) ProtoReflect() protoreflect.Message
- func (x *GenericEmptyReturn) Reset()
- func (x *GenericEmptyReturn) SetFailure(v *Failure)
- func (x *GenericEmptyReturn) SetOk(v *Empty)
- func (x *GenericEmptyReturn) String() string
- func (x *GenericEmptyReturn) WhichResult() case_GenericEmptyReturn_Result
- type GenericEmptyReturn_builder
- type Header
- type Header_builder
- type SimpleSysAsyncResultReturn
- func (x *SimpleSysAsyncResultReturn) ClearFailure()
- func (x *SimpleSysAsyncResultReturn) ClearHandle()
- func (x *SimpleSysAsyncResultReturn) ClearResult()
- func (x *SimpleSysAsyncResultReturn) GetFailure() *Failure
- func (x *SimpleSysAsyncResultReturn) GetHandle() uint32
- func (x *SimpleSysAsyncResultReturn) HasFailure() bool
- func (x *SimpleSysAsyncResultReturn) HasHandle() bool
- func (x *SimpleSysAsyncResultReturn) HasResult() bool
- func (*SimpleSysAsyncResultReturn) ProtoMessage()
- func (x *SimpleSysAsyncResultReturn) ProtoReflect() protoreflect.Message
- func (x *SimpleSysAsyncResultReturn) Reset()
- func (x *SimpleSysAsyncResultReturn) SetFailure(v *Failure)
- func (x *SimpleSysAsyncResultReturn) SetHandle(v uint32)
- func (x *SimpleSysAsyncResultReturn) String() string
- func (x *SimpleSysAsyncResultReturn) WhichResult() case_SimpleSysAsyncResultReturn_Result
- type SimpleSysAsyncResultReturn_builder
- type Value
- func (x *Value) ClearFailure()
- func (x *Value) ClearInvocationId()
- func (x *Value) ClearStateKeys()
- func (x *Value) ClearSuccess()
- func (x *Value) ClearValue()
- func (x *Value) ClearVoid()
- func (x *Value) GetFailure() *Failure
- func (x *Value) GetInvocationId() string
- func (x *Value) GetStateKeys() *Value_StateKeys
- func (x *Value) GetSuccess() []byte
- func (x *Value) GetVoid() *Empty
- func (x *Value) HasFailure() bool
- func (x *Value) HasInvocationId() bool
- func (x *Value) HasStateKeys() bool
- func (x *Value) HasSuccess() bool
- func (x *Value) HasValue() bool
- func (x *Value) HasVoid() bool
- func (*Value) ProtoMessage()
- func (x *Value) ProtoReflect() protoreflect.Message
- func (x *Value) Reset()
- func (x *Value) SetFailure(v *Failure)
- func (x *Value) SetInvocationId(v string)
- func (x *Value) SetStateKeys(v *Value_StateKeys)
- func (x *Value) SetSuccess(v []byte)
- func (x *Value) SetVoid(v *Empty)
- func (x *Value) String() string
- func (x *Value) WhichValue() case_Value_Value
- type Value_StateKeys
- type Value_StateKeys_builder
- type Value_builder
- type VmDoProgressParameters
- func (x *VmDoProgressParameters) GetHandles() []uint32
- func (*VmDoProgressParameters) ProtoMessage()
- func (x *VmDoProgressParameters) ProtoReflect() protoreflect.Message
- func (x *VmDoProgressParameters) Reset()
- func (x *VmDoProgressParameters) SetHandles(v []uint32)
- func (x *VmDoProgressParameters) String() string
- type VmDoProgressParameters_builder
- type VmDoProgressReturn
- func (x *VmDoProgressReturn) ClearAnyCompleted()
- func (x *VmDoProgressReturn) ClearCancelSignalReceived()
- func (x *VmDoProgressReturn) ClearExecuteRun()
- func (x *VmDoProgressReturn) ClearFailure()
- func (x *VmDoProgressReturn) ClearReadFromInput()
- func (x *VmDoProgressReturn) ClearResult()
- func (x *VmDoProgressReturn) ClearSuspended()
- func (x *VmDoProgressReturn) ClearWaitingPendingRun()
- func (x *VmDoProgressReturn) GetAnyCompleted() *Empty
- func (x *VmDoProgressReturn) GetCancelSignalReceived() *Empty
- func (x *VmDoProgressReturn) GetExecuteRun() uint32
- func (x *VmDoProgressReturn) GetFailure() *Failure
- func (x *VmDoProgressReturn) GetReadFromInput() *Empty
- func (x *VmDoProgressReturn) GetSuspended() *Empty
- func (x *VmDoProgressReturn) GetWaitingPendingRun() *Empty
- func (x *VmDoProgressReturn) HasAnyCompleted() bool
- func (x *VmDoProgressReturn) HasCancelSignalReceived() bool
- func (x *VmDoProgressReturn) HasExecuteRun() bool
- func (x *VmDoProgressReturn) HasFailure() bool
- func (x *VmDoProgressReturn) HasReadFromInput() bool
- func (x *VmDoProgressReturn) HasResult() bool
- func (x *VmDoProgressReturn) HasSuspended() bool
- func (x *VmDoProgressReturn) HasWaitingPendingRun() bool
- func (*VmDoProgressReturn) ProtoMessage()
- func (x *VmDoProgressReturn) ProtoReflect() protoreflect.Message
- func (x *VmDoProgressReturn) Reset()
- func (x *VmDoProgressReturn) SetAnyCompleted(v *Empty)
- func (x *VmDoProgressReturn) SetCancelSignalReceived(v *Empty)
- func (x *VmDoProgressReturn) SetExecuteRun(v uint32)
- func (x *VmDoProgressReturn) SetFailure(v *Failure)
- func (x *VmDoProgressReturn) SetReadFromInput(v *Empty)
- func (x *VmDoProgressReturn) SetSuspended(v *Empty)
- func (x *VmDoProgressReturn) SetWaitingPendingRun(v *Empty)
- func (x *VmDoProgressReturn) String() string
- func (x *VmDoProgressReturn) WhichResult() case_VmDoProgressReturn_Result
- type VmDoProgressReturn_builder
- type VmGetResponseHeadReturn
- func (x *VmGetResponseHeadReturn) GetHeaders() []*Header
- func (x *VmGetResponseHeadReturn) GetStatusCode() uint32
- func (*VmGetResponseHeadReturn) ProtoMessage()
- func (x *VmGetResponseHeadReturn) ProtoReflect() protoreflect.Message
- func (x *VmGetResponseHeadReturn) Reset()
- func (x *VmGetResponseHeadReturn) SetHeaders(v []*Header)
- func (x *VmGetResponseHeadReturn) SetStatusCode(v uint32)
- func (x *VmGetResponseHeadReturn) String() string
- type VmGetResponseHeadReturn_builder
- type VmIsReadyToExecuteReturn
- func (x *VmIsReadyToExecuteReturn) ClearFailure()
- func (x *VmIsReadyToExecuteReturn) ClearReady()
- func (x *VmIsReadyToExecuteReturn) ClearResult()
- func (x *VmIsReadyToExecuteReturn) GetFailure() *Failure
- func (x *VmIsReadyToExecuteReturn) GetReady() bool
- func (x *VmIsReadyToExecuteReturn) HasFailure() bool
- func (x *VmIsReadyToExecuteReturn) HasReady() bool
- func (x *VmIsReadyToExecuteReturn) HasResult() bool
- func (*VmIsReadyToExecuteReturn) ProtoMessage()
- func (x *VmIsReadyToExecuteReturn) ProtoReflect() protoreflect.Message
- func (x *VmIsReadyToExecuteReturn) Reset()
- func (x *VmIsReadyToExecuteReturn) SetFailure(v *Failure)
- func (x *VmIsReadyToExecuteReturn) SetReady(v bool)
- func (x *VmIsReadyToExecuteReturn) String() string
- func (x *VmIsReadyToExecuteReturn) WhichResult() case_VmIsReadyToExecuteReturn_Result
- type VmIsReadyToExecuteReturn_builder
- type VmNewParameters
- type VmNewParameters_builder
- type VmNewReturn
- func (x *VmNewReturn) ClearFailure()
- func (x *VmNewReturn) ClearPointer()
- func (x *VmNewReturn) ClearResult()
- func (x *VmNewReturn) GetFailure() *Failure
- func (x *VmNewReturn) GetPointer() uint32
- func (x *VmNewReturn) HasFailure() bool
- func (x *VmNewReturn) HasPointer() bool
- func (x *VmNewReturn) HasResult() bool
- func (*VmNewReturn) ProtoMessage()
- func (x *VmNewReturn) ProtoReflect() protoreflect.Message
- func (x *VmNewReturn) Reset()
- func (x *VmNewReturn) SetFailure(v *Failure)
- func (x *VmNewReturn) SetPointer(v uint32)
- func (x *VmNewReturn) String() string
- func (x *VmNewReturn) WhichResult() case_VmNewReturn_Result
- type VmNewReturn_builder
- type VmNotifyError
- func (x *VmNotifyError) GetMessage() string
- func (x *VmNotifyError) GetStacktrace() string
- func (*VmNotifyError) ProtoMessage()
- func (x *VmNotifyError) ProtoReflect() protoreflect.Message
- func (x *VmNotifyError) Reset()
- func (x *VmNotifyError) SetMessage(v string)
- func (x *VmNotifyError) SetStacktrace(v string)
- func (x *VmNotifyError) String() string
- type VmNotifyError_builder
- type VmProposeRunCompletionParameters
- func (x *VmProposeRunCompletionParameters) ClearResult()
- func (x *VmProposeRunCompletionParameters) ClearRetryPolicy()
- func (x *VmProposeRunCompletionParameters) ClearRetryableFailure()
- func (x *VmProposeRunCompletionParameters) ClearSuccess()
- func (x *VmProposeRunCompletionParameters) ClearTerminalFailure()
- func (x *VmProposeRunCompletionParameters) GetAttemptDurationMillis() uint64
- func (x *VmProposeRunCompletionParameters) GetHandle() uint32
- func (x *VmProposeRunCompletionParameters) GetRetryPolicy() *VmProposeRunCompletionParameters_RetryPolicy
- func (x *VmProposeRunCompletionParameters) GetRetryableFailure() *FailureWithStacktrace
- func (x *VmProposeRunCompletionParameters) GetSuccess() []byte
- func (x *VmProposeRunCompletionParameters) GetTerminalFailure() *Failure
- func (x *VmProposeRunCompletionParameters) HasResult() bool
- func (x *VmProposeRunCompletionParameters) HasRetryPolicy() bool
- func (x *VmProposeRunCompletionParameters) HasRetryableFailure() bool
- func (x *VmProposeRunCompletionParameters) HasSuccess() bool
- func (x *VmProposeRunCompletionParameters) HasTerminalFailure() bool
- func (*VmProposeRunCompletionParameters) ProtoMessage()
- func (x *VmProposeRunCompletionParameters) ProtoReflect() protoreflect.Message
- func (x *VmProposeRunCompletionParameters) Reset()
- func (x *VmProposeRunCompletionParameters) SetAttemptDurationMillis(v uint64)
- func (x *VmProposeRunCompletionParameters) SetHandle(v uint32)
- func (x *VmProposeRunCompletionParameters) SetRetryPolicy(v *VmProposeRunCompletionParameters_RetryPolicy)
- func (x *VmProposeRunCompletionParameters) SetRetryableFailure(v *FailureWithStacktrace)
- func (x *VmProposeRunCompletionParameters) SetSuccess(v []byte)
- func (x *VmProposeRunCompletionParameters) SetTerminalFailure(v *Failure)
- func (x *VmProposeRunCompletionParameters) String() string
- func (x *VmProposeRunCompletionParameters) WhichResult() case_VmProposeRunCompletionParameters_Result
- type VmProposeRunCompletionParameters_RetryPolicy
- func (x *VmProposeRunCompletionParameters_RetryPolicy) ClearMaxAttempts()
- func (x *VmProposeRunCompletionParameters_RetryPolicy) ClearMaxDurationMillis()
- func (x *VmProposeRunCompletionParameters_RetryPolicy) ClearMaxIntervalMillis()
- func (x *VmProposeRunCompletionParameters_RetryPolicy) GetFactor() float32
- func (x *VmProposeRunCompletionParameters_RetryPolicy) GetInitialInternalMillis() uint64
- func (x *VmProposeRunCompletionParameters_RetryPolicy) GetMaxAttempts() uint32
- func (x *VmProposeRunCompletionParameters_RetryPolicy) GetMaxDurationMillis() uint64
- func (x *VmProposeRunCompletionParameters_RetryPolicy) GetMaxIntervalMillis() uint64
- func (x *VmProposeRunCompletionParameters_RetryPolicy) HasMaxAttempts() bool
- func (x *VmProposeRunCompletionParameters_RetryPolicy) HasMaxDurationMillis() bool
- func (x *VmProposeRunCompletionParameters_RetryPolicy) HasMaxIntervalMillis() bool
- func (*VmProposeRunCompletionParameters_RetryPolicy) ProtoMessage()
- func (x *VmProposeRunCompletionParameters_RetryPolicy) ProtoReflect() protoreflect.Message
- func (x *VmProposeRunCompletionParameters_RetryPolicy) Reset()
- func (x *VmProposeRunCompletionParameters_RetryPolicy) SetFactor(v float32)
- func (x *VmProposeRunCompletionParameters_RetryPolicy) SetInitialInternalMillis(v uint64)
- func (x *VmProposeRunCompletionParameters_RetryPolicy) SetMaxAttempts(v uint32)
- func (x *VmProposeRunCompletionParameters_RetryPolicy) SetMaxDurationMillis(v uint64)
- func (x *VmProposeRunCompletionParameters_RetryPolicy) SetMaxIntervalMillis(v uint64)
- func (x *VmProposeRunCompletionParameters_RetryPolicy) String() string
- type VmProposeRunCompletionParameters_RetryPolicy_builder
- type VmProposeRunCompletionParameters_builder
- type VmSysAttachInvocation
- func (x *VmSysAttachInvocation) GetInvocationId() string
- func (*VmSysAttachInvocation) ProtoMessage()
- func (x *VmSysAttachInvocation) ProtoReflect() protoreflect.Message
- func (x *VmSysAttachInvocation) Reset()
- func (x *VmSysAttachInvocation) SetInvocationId(v string)
- func (x *VmSysAttachInvocation) String() string
- type VmSysAttachInvocation_builder
- type VmSysAwakeableReturn
- func (x *VmSysAwakeableReturn) ClearFailure()
- func (x *VmSysAwakeableReturn) ClearOk()
- func (x *VmSysAwakeableReturn) ClearResult()
- func (x *VmSysAwakeableReturn) GetFailure() *Failure
- func (x *VmSysAwakeableReturn) GetOk() *VmSysAwakeableReturn_Awakeable
- func (x *VmSysAwakeableReturn) HasFailure() bool
- func (x *VmSysAwakeableReturn) HasOk() bool
- func (x *VmSysAwakeableReturn) HasResult() bool
- func (*VmSysAwakeableReturn) ProtoMessage()
- func (x *VmSysAwakeableReturn) ProtoReflect() protoreflect.Message
- func (x *VmSysAwakeableReturn) Reset()
- func (x *VmSysAwakeableReturn) SetFailure(v *Failure)
- func (x *VmSysAwakeableReturn) SetOk(v *VmSysAwakeableReturn_Awakeable)
- func (x *VmSysAwakeableReturn) String() string
- func (x *VmSysAwakeableReturn) WhichResult() case_VmSysAwakeableReturn_Result
- type VmSysAwakeableReturn_Awakeable
- func (x *VmSysAwakeableReturn_Awakeable) GetHandle() uint32
- func (x *VmSysAwakeableReturn_Awakeable) GetId() string
- func (*VmSysAwakeableReturn_Awakeable) ProtoMessage()
- func (x *VmSysAwakeableReturn_Awakeable) ProtoReflect() protoreflect.Message
- func (x *VmSysAwakeableReturn_Awakeable) Reset()
- func (x *VmSysAwakeableReturn_Awakeable) SetHandle(v uint32)
- func (x *VmSysAwakeableReturn_Awakeable) SetId(v string)
- func (x *VmSysAwakeableReturn_Awakeable) String() string
- type VmSysAwakeableReturn_Awakeable_builder
- type VmSysAwakeableReturn_builder
- type VmSysCallParameters
- func (x *VmSysCallParameters) ClearIdempotencyKey()
- func (x *VmSysCallParameters) ClearKey()
- func (x *VmSysCallParameters) GetHandler() string
- func (x *VmSysCallParameters) GetHeaders() []*Header
- func (x *VmSysCallParameters) GetIdempotencyKey() string
- func (x *VmSysCallParameters) GetInput() []byte
- func (x *VmSysCallParameters) GetKey() string
- func (x *VmSysCallParameters) GetService() string
- func (x *VmSysCallParameters) HasIdempotencyKey() bool
- func (x *VmSysCallParameters) HasKey() bool
- func (*VmSysCallParameters) ProtoMessage()
- func (x *VmSysCallParameters) ProtoReflect() protoreflect.Message
- func (x *VmSysCallParameters) Reset()
- func (x *VmSysCallParameters) SetHandler(v string)
- func (x *VmSysCallParameters) SetHeaders(v []*Header)
- func (x *VmSysCallParameters) SetIdempotencyKey(v string)
- func (x *VmSysCallParameters) SetInput(v []byte)
- func (x *VmSysCallParameters) SetKey(v string)
- func (x *VmSysCallParameters) SetService(v string)
- func (x *VmSysCallParameters) String() string
- type VmSysCallParameters_builder
- type VmSysCallReturn
- func (x *VmSysCallReturn) ClearFailure()
- func (x *VmSysCallReturn) ClearOk()
- func (x *VmSysCallReturn) ClearResult()
- func (x *VmSysCallReturn) GetFailure() *Failure
- func (x *VmSysCallReturn) GetOk() *VmSysCallReturn_CallHandles
- func (x *VmSysCallReturn) HasFailure() bool
- func (x *VmSysCallReturn) HasOk() bool
- func (x *VmSysCallReturn) HasResult() bool
- func (*VmSysCallReturn) ProtoMessage()
- func (x *VmSysCallReturn) ProtoReflect() protoreflect.Message
- func (x *VmSysCallReturn) Reset()
- func (x *VmSysCallReturn) SetFailure(v *Failure)
- func (x *VmSysCallReturn) SetOk(v *VmSysCallReturn_CallHandles)
- func (x *VmSysCallReturn) String() string
- func (x *VmSysCallReturn) WhichResult() case_VmSysCallReturn_Result
- type VmSysCallReturn_CallHandles
- func (x *VmSysCallReturn_CallHandles) GetInvocationIdHandle() uint32
- func (x *VmSysCallReturn_CallHandles) GetResultHandle() uint32
- func (*VmSysCallReturn_CallHandles) ProtoMessage()
- func (x *VmSysCallReturn_CallHandles) ProtoReflect() protoreflect.Message
- func (x *VmSysCallReturn_CallHandles) Reset()
- func (x *VmSysCallReturn_CallHandles) SetInvocationIdHandle(v uint32)
- func (x *VmSysCallReturn_CallHandles) SetResultHandle(v uint32)
- func (x *VmSysCallReturn_CallHandles) String() string
- type VmSysCallReturn_CallHandles_builder
- type VmSysCallReturn_builder
- type VmSysCancelInvocation
- func (x *VmSysCancelInvocation) GetInvocationId() string
- func (*VmSysCancelInvocation) ProtoMessage()
- func (x *VmSysCancelInvocation) ProtoReflect() protoreflect.Message
- func (x *VmSysCancelInvocation) Reset()
- func (x *VmSysCancelInvocation) SetInvocationId(v string)
- func (x *VmSysCancelInvocation) String() string
- type VmSysCancelInvocation_builder
- type VmSysCompleteAwakeableParameters
- func (x *VmSysCompleteAwakeableParameters) ClearFailure()
- func (x *VmSysCompleteAwakeableParameters) ClearResult()
- func (x *VmSysCompleteAwakeableParameters) ClearSuccess()
- func (x *VmSysCompleteAwakeableParameters) GetFailure() *Failure
- func (x *VmSysCompleteAwakeableParameters) GetId() string
- func (x *VmSysCompleteAwakeableParameters) GetSuccess() []byte
- func (x *VmSysCompleteAwakeableParameters) HasFailure() bool
- func (x *VmSysCompleteAwakeableParameters) HasResult() bool
- func (x *VmSysCompleteAwakeableParameters) HasSuccess() bool
- func (*VmSysCompleteAwakeableParameters) ProtoMessage()
- func (x *VmSysCompleteAwakeableParameters) ProtoReflect() protoreflect.Message
- func (x *VmSysCompleteAwakeableParameters) Reset()
- func (x *VmSysCompleteAwakeableParameters) SetFailure(v *Failure)
- func (x *VmSysCompleteAwakeableParameters) SetId(v string)
- func (x *VmSysCompleteAwakeableParameters) SetSuccess(v []byte)
- func (x *VmSysCompleteAwakeableParameters) String() string
- func (x *VmSysCompleteAwakeableParameters) WhichResult() case_VmSysCompleteAwakeableParameters_Result
- type VmSysCompleteAwakeableParameters_builder
- type VmSysInputReturn
- func (x *VmSysInputReturn) ClearFailure()
- func (x *VmSysInputReturn) ClearOk()
- func (x *VmSysInputReturn) ClearResult()
- func (x *VmSysInputReturn) GetFailure() *Failure
- func (x *VmSysInputReturn) GetOk() *VmSysInputReturn_Input
- func (x *VmSysInputReturn) HasFailure() bool
- func (x *VmSysInputReturn) HasOk() bool
- func (x *VmSysInputReturn) HasResult() bool
- func (*VmSysInputReturn) ProtoMessage()
- func (x *VmSysInputReturn) ProtoReflect() protoreflect.Message
- func (x *VmSysInputReturn) Reset()
- func (x *VmSysInputReturn) SetFailure(v *Failure)
- func (x *VmSysInputReturn) SetOk(v *VmSysInputReturn_Input)
- func (x *VmSysInputReturn) String() string
- func (x *VmSysInputReturn) WhichResult() case_VmSysInputReturn_Result
- type VmSysInputReturn_Input
- func (x *VmSysInputReturn_Input) GetHeaders() []*Header
- func (x *VmSysInputReturn_Input) GetInput() []byte
- func (x *VmSysInputReturn_Input) GetInvocationId() string
- func (x *VmSysInputReturn_Input) GetKey() string
- func (*VmSysInputReturn_Input) ProtoMessage()
- func (x *VmSysInputReturn_Input) ProtoReflect() protoreflect.Message
- func (x *VmSysInputReturn_Input) Reset()
- func (x *VmSysInputReturn_Input) SetHeaders(v []*Header)
- func (x *VmSysInputReturn_Input) SetInput(v []byte)
- func (x *VmSysInputReturn_Input) SetInvocationId(v string)
- func (x *VmSysInputReturn_Input) SetKey(v string)
- func (x *VmSysInputReturn_Input) String() string
- type VmSysInputReturn_Input_builder
- type VmSysInputReturn_builder
- type VmSysPromiseCompleteParameters
- func (x *VmSysPromiseCompleteParameters) ClearFailure()
- func (x *VmSysPromiseCompleteParameters) ClearResult()
- func (x *VmSysPromiseCompleteParameters) ClearSuccess()
- func (x *VmSysPromiseCompleteParameters) GetFailure() *Failure
- func (x *VmSysPromiseCompleteParameters) GetId() string
- func (x *VmSysPromiseCompleteParameters) GetSuccess() []byte
- func (x *VmSysPromiseCompleteParameters) HasFailure() bool
- func (x *VmSysPromiseCompleteParameters) HasResult() bool
- func (x *VmSysPromiseCompleteParameters) HasSuccess() bool
- func (*VmSysPromiseCompleteParameters) ProtoMessage()
- func (x *VmSysPromiseCompleteParameters) ProtoReflect() protoreflect.Message
- func (x *VmSysPromiseCompleteParameters) Reset()
- func (x *VmSysPromiseCompleteParameters) SetFailure(v *Failure)
- func (x *VmSysPromiseCompleteParameters) SetId(v string)
- func (x *VmSysPromiseCompleteParameters) SetSuccess(v []byte)
- func (x *VmSysPromiseCompleteParameters) String() string
- func (x *VmSysPromiseCompleteParameters) WhichResult() case_VmSysPromiseCompleteParameters_Result
- type VmSysPromiseCompleteParameters_builder
- type VmSysPromiseGetParameters
- func (x *VmSysPromiseGetParameters) GetKey() string
- func (*VmSysPromiseGetParameters) ProtoMessage()
- func (x *VmSysPromiseGetParameters) ProtoReflect() protoreflect.Message
- func (x *VmSysPromiseGetParameters) Reset()
- func (x *VmSysPromiseGetParameters) SetKey(v string)
- func (x *VmSysPromiseGetParameters) String() string
- type VmSysPromiseGetParameters_builder
- type VmSysPromisePeekParameters
- func (x *VmSysPromisePeekParameters) GetKey() string
- func (*VmSysPromisePeekParameters) ProtoMessage()
- func (x *VmSysPromisePeekParameters) ProtoReflect() protoreflect.Message
- func (x *VmSysPromisePeekParameters) Reset()
- func (x *VmSysPromisePeekParameters) SetKey(v string)
- func (x *VmSysPromisePeekParameters) String() string
- type VmSysPromisePeekParameters_builder
- type VmSysRunParameters
- type VmSysRunParameters_builder
- type VmSysSendParameters
- func (x *VmSysSendParameters) ClearExecutionTimeSinceUnixEpochMillis()
- func (x *VmSysSendParameters) ClearIdempotencyKey()
- func (x *VmSysSendParameters) ClearKey()
- func (x *VmSysSendParameters) GetExecutionTimeSinceUnixEpochMillis() uint64
- func (x *VmSysSendParameters) GetHandler() string
- func (x *VmSysSendParameters) GetHeaders() []*Header
- func (x *VmSysSendParameters) GetIdempotencyKey() string
- func (x *VmSysSendParameters) GetInput() []byte
- func (x *VmSysSendParameters) GetKey() string
- func (x *VmSysSendParameters) GetService() string
- func (x *VmSysSendParameters) HasExecutionTimeSinceUnixEpochMillis() bool
- func (x *VmSysSendParameters) HasIdempotencyKey() bool
- func (x *VmSysSendParameters) HasKey() bool
- func (*VmSysSendParameters) ProtoMessage()
- func (x *VmSysSendParameters) ProtoReflect() protoreflect.Message
- func (x *VmSysSendParameters) Reset()
- func (x *VmSysSendParameters) SetExecutionTimeSinceUnixEpochMillis(v uint64)
- func (x *VmSysSendParameters) SetHandler(v string)
- func (x *VmSysSendParameters) SetHeaders(v []*Header)
- func (x *VmSysSendParameters) SetIdempotencyKey(v string)
- func (x *VmSysSendParameters) SetInput(v []byte)
- func (x *VmSysSendParameters) SetKey(v string)
- func (x *VmSysSendParameters) SetService(v string)
- func (x *VmSysSendParameters) String() string
- type VmSysSendParameters_builder
- type VmSysSleepParameters
- func (x *VmSysSleepParameters) GetName() string
- func (x *VmSysSleepParameters) GetNowSinceUnixEpochMillis() uint64
- func (x *VmSysSleepParameters) GetWakeUpTimeSinceUnixEpochMillis() uint64
- func (*VmSysSleepParameters) ProtoMessage()
- func (x *VmSysSleepParameters) ProtoReflect() protoreflect.Message
- func (x *VmSysSleepParameters) Reset()
- func (x *VmSysSleepParameters) SetName(v string)
- func (x *VmSysSleepParameters) SetNowSinceUnixEpochMillis(v uint64)
- func (x *VmSysSleepParameters) SetWakeUpTimeSinceUnixEpochMillis(v uint64)
- func (x *VmSysSleepParameters) String() string
- type VmSysSleepParameters_builder
- type VmSysStateClearParameters
- func (x *VmSysStateClearParameters) GetKey() string
- func (*VmSysStateClearParameters) ProtoMessage()
- func (x *VmSysStateClearParameters) ProtoReflect() protoreflect.Message
- func (x *VmSysStateClearParameters) Reset()
- func (x *VmSysStateClearParameters) SetKey(v string)
- func (x *VmSysStateClearParameters) String() string
- type VmSysStateClearParameters_builder
- type VmSysStateGetParameters
- func (x *VmSysStateGetParameters) GetKey() string
- func (*VmSysStateGetParameters) ProtoMessage()
- func (x *VmSysStateGetParameters) ProtoReflect() protoreflect.Message
- func (x *VmSysStateGetParameters) Reset()
- func (x *VmSysStateGetParameters) SetKey(v string)
- func (x *VmSysStateGetParameters) String() string
- type VmSysStateGetParameters_builder
- type VmSysStateSetParameters
- func (x *VmSysStateSetParameters) GetKey() string
- func (x *VmSysStateSetParameters) GetValue() []byte
- func (*VmSysStateSetParameters) ProtoMessage()
- func (x *VmSysStateSetParameters) ProtoReflect() protoreflect.Message
- func (x *VmSysStateSetParameters) Reset()
- func (x *VmSysStateSetParameters) SetKey(v string)
- func (x *VmSysStateSetParameters) SetValue(v []byte)
- func (x *VmSysStateSetParameters) String() string
- type VmSysStateSetParameters_builder
- type VmSysWriteOutputParameters
- func (x *VmSysWriteOutputParameters) ClearFailure()
- func (x *VmSysWriteOutputParameters) ClearResult()
- func (x *VmSysWriteOutputParameters) ClearSuccess()
- func (x *VmSysWriteOutputParameters) GetFailure() *Failure
- func (x *VmSysWriteOutputParameters) GetSuccess() []byte
- func (x *VmSysWriteOutputParameters) HasFailure() bool
- func (x *VmSysWriteOutputParameters) HasResult() bool
- func (x *VmSysWriteOutputParameters) HasSuccess() bool
- func (*VmSysWriteOutputParameters) ProtoMessage()
- func (x *VmSysWriteOutputParameters) ProtoReflect() protoreflect.Message
- func (x *VmSysWriteOutputParameters) Reset()
- func (x *VmSysWriteOutputParameters) SetFailure(v *Failure)
- func (x *VmSysWriteOutputParameters) SetSuccess(v []byte)
- func (x *VmSysWriteOutputParameters) String() string
- func (x *VmSysWriteOutputParameters) WhichResult() case_VmSysWriteOutputParameters_Result
- type VmSysWriteOutputParameters_builder
- type VmTakeNotificationReturn
- func (x *VmTakeNotificationReturn) ClearFailure()
- func (x *VmTakeNotificationReturn) ClearNotReady()
- func (x *VmTakeNotificationReturn) ClearResult()
- func (x *VmTakeNotificationReturn) ClearSuspended()
- func (x *VmTakeNotificationReturn) ClearValue()
- func (x *VmTakeNotificationReturn) GetFailure() *Failure
- func (x *VmTakeNotificationReturn) GetNotReady() *Empty
- func (x *VmTakeNotificationReturn) GetSuspended() *Empty
- func (x *VmTakeNotificationReturn) GetValue() *Value
- func (x *VmTakeNotificationReturn) HasFailure() bool
- func (x *VmTakeNotificationReturn) HasNotReady() bool
- func (x *VmTakeNotificationReturn) HasResult() bool
- func (x *VmTakeNotificationReturn) HasSuspended() bool
- func (x *VmTakeNotificationReturn) HasValue() bool
- func (*VmTakeNotificationReturn) ProtoMessage()
- func (x *VmTakeNotificationReturn) ProtoReflect() protoreflect.Message
- func (x *VmTakeNotificationReturn) Reset()
- func (x *VmTakeNotificationReturn) SetFailure(v *Failure)
- func (x *VmTakeNotificationReturn) SetNotReady(v *Empty)
- func (x *VmTakeNotificationReturn) SetSuspended(v *Empty)
- func (x *VmTakeNotificationReturn) SetValue(v *Value)
- func (x *VmTakeNotificationReturn) String() string
- func (x *VmTakeNotificationReturn) WhichResult() case_VmTakeNotificationReturn_Result
- type VmTakeNotificationReturn_builder
- type VmTakeOutputReturn
- func (x *VmTakeOutputReturn) ClearBytes()
- func (x *VmTakeOutputReturn) ClearEOF()
- func (x *VmTakeOutputReturn) ClearResult()
- func (x *VmTakeOutputReturn) GetBytes() []byte
- func (x *VmTakeOutputReturn) GetEOF() *Empty
- func (x *VmTakeOutputReturn) HasBytes() bool
- func (x *VmTakeOutputReturn) HasEOF() bool
- func (x *VmTakeOutputReturn) HasResult() bool
- func (*VmTakeOutputReturn) ProtoMessage()
- func (x *VmTakeOutputReturn) ProtoReflect() protoreflect.Message
- func (x *VmTakeOutputReturn) Reset()
- func (x *VmTakeOutputReturn) SetBytes(v []byte)
- func (x *VmTakeOutputReturn) SetEOF(v *Empty)
- func (x *VmTakeOutputReturn) String() string
- func (x *VmTakeOutputReturn) WhichResult() case_VmTakeOutputReturn_Result
- type VmTakeOutputReturn_builder
Constants ¶
View Source
const GenericEmptyReturn_Failure_case case_GenericEmptyReturn_Result = 2
View Source
const GenericEmptyReturn_Ok_case case_GenericEmptyReturn_Result = 1
View Source
const GenericEmptyReturn_Result_not_set_case case_GenericEmptyReturn_Result = 0
View Source
const SimpleSysAsyncResultReturn_Failure_case case_SimpleSysAsyncResultReturn_Result = 2
View Source
const SimpleSysAsyncResultReturn_Handle_case case_SimpleSysAsyncResultReturn_Result = 1
View Source
const SimpleSysAsyncResultReturn_Result_not_set_case case_SimpleSysAsyncResultReturn_Result = 0
View Source
const Value_Failure_case case_Value_Value = 3
View Source
const Value_InvocationId_case case_Value_Value = 5
View Source
const Value_StateKeys_case case_Value_Value = 4
View Source
const Value_Success_case case_Value_Value = 2
View Source
const Value_Value_not_set_case case_Value_Value = 0
View Source
const Value_Void_case case_Value_Value = 1
View Source
const VmDoProgressReturn_AnyCompleted_case case_VmDoProgressReturn_Result = 1
View Source
const VmDoProgressReturn_CancelSignalReceived_case case_VmDoProgressReturn_Result = 5
View Source
const VmDoProgressReturn_ExecuteRun_case case_VmDoProgressReturn_Result = 4
View Source
const VmDoProgressReturn_Failure_case case_VmDoProgressReturn_Result = 7
View Source
const VmDoProgressReturn_ReadFromInput_case case_VmDoProgressReturn_Result = 2
View Source
const VmDoProgressReturn_Result_not_set_case case_VmDoProgressReturn_Result = 0
View Source
const VmDoProgressReturn_Suspended_case case_VmDoProgressReturn_Result = 6
View Source
const VmDoProgressReturn_WaitingPendingRun_case case_VmDoProgressReturn_Result = 3
View Source
const VmIsReadyToExecuteReturn_Failure_case case_VmIsReadyToExecuteReturn_Result = 2
View Source
const VmIsReadyToExecuteReturn_Ready_case case_VmIsReadyToExecuteReturn_Result = 1
View Source
const VmIsReadyToExecuteReturn_Result_not_set_case case_VmIsReadyToExecuteReturn_Result = 0
View Source
const VmNewReturn_Failure_case case_VmNewReturn_Result = 2
View Source
const VmNewReturn_Pointer_case case_VmNewReturn_Result = 1
View Source
const VmNewReturn_Result_not_set_case case_VmNewReturn_Result = 0
View Source
const VmProposeRunCompletionParameters_Result_not_set_case case_VmProposeRunCompletionParameters_Result = 0
View Source
const VmProposeRunCompletionParameters_RetryableFailure_case case_VmProposeRunCompletionParameters_Result = 4
View Source
const VmProposeRunCompletionParameters_Success_case case_VmProposeRunCompletionParameters_Result = 2
View Source
const VmProposeRunCompletionParameters_TerminalFailure_case case_VmProposeRunCompletionParameters_Result = 3
View Source
const VmSysAwakeableReturn_Failure_case case_VmSysAwakeableReturn_Result = 2
View Source
const VmSysAwakeableReturn_Ok_case case_VmSysAwakeableReturn_Result = 1
View Source
const VmSysAwakeableReturn_Result_not_set_case case_VmSysAwakeableReturn_Result = 0
View Source
const VmSysCallReturn_Failure_case case_VmSysCallReturn_Result = 2
View Source
const VmSysCallReturn_Ok_case case_VmSysCallReturn_Result = 1
View Source
const VmSysCallReturn_Result_not_set_case case_VmSysCallReturn_Result = 0
View Source
const VmSysCompleteAwakeableParameters_Failure_case case_VmSysCompleteAwakeableParameters_Result = 3
View Source
const VmSysCompleteAwakeableParameters_Result_not_set_case case_VmSysCompleteAwakeableParameters_Result = 0
View Source
const VmSysCompleteAwakeableParameters_Success_case case_VmSysCompleteAwakeableParameters_Result = 2
View Source
const VmSysInputReturn_Failure_case case_VmSysInputReturn_Result = 2
View Source
const VmSysInputReturn_Ok_case case_VmSysInputReturn_Result = 1
View Source
const VmSysInputReturn_Result_not_set_case case_VmSysInputReturn_Result = 0
View Source
const VmSysPromiseCompleteParameters_Failure_case case_VmSysPromiseCompleteParameters_Result = 3
View Source
const VmSysPromiseCompleteParameters_Result_not_set_case case_VmSysPromiseCompleteParameters_Result = 0
View Source
const VmSysPromiseCompleteParameters_Success_case case_VmSysPromiseCompleteParameters_Result = 2
View Source
const VmSysWriteOutputParameters_Failure_case case_VmSysWriteOutputParameters_Result = 2
View Source
const VmSysWriteOutputParameters_Result_not_set_case case_VmSysWriteOutputParameters_Result = 0
View Source
const VmSysWriteOutputParameters_Success_case case_VmSysWriteOutputParameters_Result = 1
View Source
const VmTakeNotificationReturn_Failure_case case_VmTakeNotificationReturn_Result = 4
View Source
const VmTakeNotificationReturn_NotReady_case case_VmTakeNotificationReturn_Result = 1
View Source
const VmTakeNotificationReturn_Result_not_set_case case_VmTakeNotificationReturn_Result = 0
View Source
const VmTakeNotificationReturn_Suspended_case case_VmTakeNotificationReturn_Result = 3
View Source
const VmTakeNotificationReturn_Value_case case_VmTakeNotificationReturn_Result = 2
View Source
const VmTakeOutputReturn_Bytes_case case_VmTakeOutputReturn_Result = 1
View Source
const VmTakeOutputReturn_EOF_case case_VmTakeOutputReturn_Result = 2
View Source
const VmTakeOutputReturn_Result_not_set_case case_VmTakeOutputReturn_Result = 0
Variables ¶
View Source
var File_internal_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Empty ¶
type Empty struct {
// contains filtered or unexported fields
}
func (*Empty) ProtoMessage ¶
func (*Empty) ProtoMessage()
func (*Empty) ProtoReflect ¶
func (x *Empty) ProtoReflect() protoreflect.Message
type Empty_builder ¶
type Empty_builder struct {
// contains filtered or unexported fields
}
func (Empty_builder) Build ¶
func (b0 Empty_builder) Build() *Empty
type Failure ¶
type Failure struct {
// contains filtered or unexported fields
}
func (*Failure) GetMessage ¶
func (*Failure) ProtoMessage ¶
func (*Failure) ProtoMessage()
func (*Failure) ProtoReflect ¶
func (x *Failure) ProtoReflect() protoreflect.Message
func (*Failure) SetMessage ¶
type FailureWithStacktrace ¶
type FailureWithStacktrace struct {
// contains filtered or unexported fields
}
func (*FailureWithStacktrace) GetCode ¶
func (x *FailureWithStacktrace) GetCode() uint32
func (*FailureWithStacktrace) GetMessage ¶
func (x *FailureWithStacktrace) GetMessage() string
func (*FailureWithStacktrace) GetStacktrace ¶
func (x *FailureWithStacktrace) GetStacktrace() string
func (*FailureWithStacktrace) ProtoMessage ¶
func (*FailureWithStacktrace) ProtoMessage()
func (*FailureWithStacktrace) ProtoReflect ¶
func (x *FailureWithStacktrace) ProtoReflect() protoreflect.Message
func (*FailureWithStacktrace) Reset ¶
func (x *FailureWithStacktrace) Reset()
func (*FailureWithStacktrace) SetCode ¶
func (x *FailureWithStacktrace) SetCode(v uint32)
func (*FailureWithStacktrace) SetMessage ¶
func (x *FailureWithStacktrace) SetMessage(v string)
func (*FailureWithStacktrace) SetStacktrace ¶
func (x *FailureWithStacktrace) SetStacktrace(v string)
func (*FailureWithStacktrace) String ¶
func (x *FailureWithStacktrace) String() string
type FailureWithStacktrace_builder ¶
type FailureWithStacktrace_builder struct { Code uint32 Message string Stacktrace string // contains filtered or unexported fields }
func (FailureWithStacktrace_builder) Build ¶
func (b0 FailureWithStacktrace_builder) Build() *FailureWithStacktrace
type Failure_builder ¶
type Failure_builder struct { Code uint32 Message string // contains filtered or unexported fields }
func (Failure_builder) Build ¶
func (b0 Failure_builder) Build() *Failure
type GenericEmptyReturn ¶
type GenericEmptyReturn struct {
// contains filtered or unexported fields
}
func (*GenericEmptyReturn) ClearFailure ¶
func (x *GenericEmptyReturn) ClearFailure()
func (*GenericEmptyReturn) ClearOk ¶
func (x *GenericEmptyReturn) ClearOk()
func (*GenericEmptyReturn) ClearResult ¶
func (x *GenericEmptyReturn) ClearResult()
func (*GenericEmptyReturn) GetFailure ¶
func (x *GenericEmptyReturn) GetFailure() *Failure
func (*GenericEmptyReturn) GetOk ¶
func (x *GenericEmptyReturn) GetOk() *Empty
func (*GenericEmptyReturn) HasFailure ¶
func (x *GenericEmptyReturn) HasFailure() bool
func (*GenericEmptyReturn) HasOk ¶
func (x *GenericEmptyReturn) HasOk() bool
func (*GenericEmptyReturn) HasResult ¶
func (x *GenericEmptyReturn) HasResult() bool
func (*GenericEmptyReturn) ProtoMessage ¶
func (*GenericEmptyReturn) ProtoMessage()
func (*GenericEmptyReturn) ProtoReflect ¶
func (x *GenericEmptyReturn) ProtoReflect() protoreflect.Message
func (*GenericEmptyReturn) Reset ¶
func (x *GenericEmptyReturn) Reset()
func (*GenericEmptyReturn) SetFailure ¶
func (x *GenericEmptyReturn) SetFailure(v *Failure)
func (*GenericEmptyReturn) SetOk ¶
func (x *GenericEmptyReturn) SetOk(v *Empty)
func (*GenericEmptyReturn) String ¶
func (x *GenericEmptyReturn) String() string
func (*GenericEmptyReturn) WhichResult ¶
func (x *GenericEmptyReturn) WhichResult() case_GenericEmptyReturn_Result
type GenericEmptyReturn_builder ¶
type GenericEmptyReturn_builder struct { // Fields of oneof xxx_hidden_Result: Ok *Empty Failure *Failure // contains filtered or unexported fields }
func (GenericEmptyReturn_builder) Build ¶
func (b0 GenericEmptyReturn_builder) Build() *GenericEmptyReturn
type Header ¶
type Header struct {
// contains filtered or unexported fields
}
func (*Header) ProtoMessage ¶
func (*Header) ProtoMessage()
func (*Header) ProtoReflect ¶
func (x *Header) ProtoReflect() protoreflect.Message
type Header_builder ¶
func (Header_builder) Build ¶
func (b0 Header_builder) Build() *Header
type SimpleSysAsyncResultReturn ¶
type SimpleSysAsyncResultReturn struct {
// contains filtered or unexported fields
}
func (*SimpleSysAsyncResultReturn) ClearFailure ¶
func (x *SimpleSysAsyncResultReturn) ClearFailure()
func (*SimpleSysAsyncResultReturn) ClearHandle ¶
func (x *SimpleSysAsyncResultReturn) ClearHandle()
func (*SimpleSysAsyncResultReturn) ClearResult ¶
func (x *SimpleSysAsyncResultReturn) ClearResult()
func (*SimpleSysAsyncResultReturn) GetFailure ¶
func (x *SimpleSysAsyncResultReturn) GetFailure() *Failure
func (*SimpleSysAsyncResultReturn) GetHandle ¶
func (x *SimpleSysAsyncResultReturn) GetHandle() uint32
func (*SimpleSysAsyncResultReturn) HasFailure ¶
func (x *SimpleSysAsyncResultReturn) HasFailure() bool
func (*SimpleSysAsyncResultReturn) HasHandle ¶
func (x *SimpleSysAsyncResultReturn) HasHandle() bool
func (*SimpleSysAsyncResultReturn) HasResult ¶
func (x *SimpleSysAsyncResultReturn) HasResult() bool
func (*SimpleSysAsyncResultReturn) ProtoMessage ¶
func (*SimpleSysAsyncResultReturn) ProtoMessage()
func (*SimpleSysAsyncResultReturn) ProtoReflect ¶
func (x *SimpleSysAsyncResultReturn) ProtoReflect() protoreflect.Message
func (*SimpleSysAsyncResultReturn) Reset ¶
func (x *SimpleSysAsyncResultReturn) Reset()
func (*SimpleSysAsyncResultReturn) SetFailure ¶
func (x *SimpleSysAsyncResultReturn) SetFailure(v *Failure)
func (*SimpleSysAsyncResultReturn) SetHandle ¶
func (x *SimpleSysAsyncResultReturn) SetHandle(v uint32)
func (*SimpleSysAsyncResultReturn) String ¶
func (x *SimpleSysAsyncResultReturn) String() string
func (*SimpleSysAsyncResultReturn) WhichResult ¶
func (x *SimpleSysAsyncResultReturn) WhichResult() case_SimpleSysAsyncResultReturn_Result
type SimpleSysAsyncResultReturn_builder ¶
type SimpleSysAsyncResultReturn_builder struct { // Fields of oneof xxx_hidden_Result: Handle *uint32 Failure *Failure // contains filtered or unexported fields }
func (SimpleSysAsyncResultReturn_builder) Build ¶
func (b0 SimpleSysAsyncResultReturn_builder) Build() *SimpleSysAsyncResultReturn
type Value ¶
type Value struct {
// contains filtered or unexported fields
}
func (*Value) ClearFailure ¶
func (x *Value) ClearFailure()
func (*Value) ClearInvocationId ¶
func (x *Value) ClearInvocationId()
func (*Value) ClearStateKeys ¶
func (x *Value) ClearStateKeys()
func (*Value) ClearSuccess ¶
func (x *Value) ClearSuccess()
func (*Value) ClearValue ¶
func (x *Value) ClearValue()
func (*Value) GetFailure ¶
func (*Value) GetInvocationId ¶
func (*Value) GetStateKeys ¶
func (x *Value) GetStateKeys() *Value_StateKeys
func (*Value) GetSuccess ¶
func (*Value) HasFailure ¶
func (*Value) HasInvocationId ¶
func (*Value) HasStateKeys ¶
func (*Value) HasSuccess ¶
func (*Value) ProtoMessage ¶
func (*Value) ProtoMessage()
func (*Value) ProtoReflect ¶
func (x *Value) ProtoReflect() protoreflect.Message
func (*Value) SetFailure ¶
func (*Value) SetInvocationId ¶
func (*Value) SetStateKeys ¶
func (x *Value) SetStateKeys(v *Value_StateKeys)
func (*Value) SetSuccess ¶
func (*Value) WhichValue ¶
func (x *Value) WhichValue() case_Value_Value
type Value_StateKeys ¶
type Value_StateKeys struct {
// contains filtered or unexported fields
}
func (*Value_StateKeys) GetKeys ¶
func (x *Value_StateKeys) GetKeys() []string
func (*Value_StateKeys) ProtoMessage ¶
func (*Value_StateKeys) ProtoMessage()
func (*Value_StateKeys) ProtoReflect ¶
func (x *Value_StateKeys) ProtoReflect() protoreflect.Message
func (*Value_StateKeys) Reset ¶
func (x *Value_StateKeys) Reset()
func (*Value_StateKeys) SetKeys ¶
func (x *Value_StateKeys) SetKeys(v []string)
func (*Value_StateKeys) String ¶
func (x *Value_StateKeys) String() string
type Value_StateKeys_builder ¶
type Value_StateKeys_builder struct { Keys []string // contains filtered or unexported fields }
func (Value_StateKeys_builder) Build ¶
func (b0 Value_StateKeys_builder) Build() *Value_StateKeys
type Value_builder ¶
type Value_builder struct { // Fields of oneof xxx_hidden_Value: Void *Empty Success []byte Failure *Failure StateKeys *Value_StateKeys InvocationId *string // contains filtered or unexported fields }
func (Value_builder) Build ¶
func (b0 Value_builder) Build() *Value
type VmDoProgressParameters ¶
type VmDoProgressParameters struct {
// contains filtered or unexported fields
}
func (*VmDoProgressParameters) GetHandles ¶
func (x *VmDoProgressParameters) GetHandles() []uint32
func (*VmDoProgressParameters) ProtoMessage ¶
func (*VmDoProgressParameters) ProtoMessage()
func (*VmDoProgressParameters) ProtoReflect ¶
func (x *VmDoProgressParameters) ProtoReflect() protoreflect.Message
func (*VmDoProgressParameters) Reset ¶
func (x *VmDoProgressParameters) Reset()
func (*VmDoProgressParameters) SetHandles ¶
func (x *VmDoProgressParameters) SetHandles(v []uint32)
func (*VmDoProgressParameters) String ¶
func (x *VmDoProgressParameters) String() string
type VmDoProgressParameters_builder ¶
type VmDoProgressParameters_builder struct { Handles []uint32 // contains filtered or unexported fields }
func (VmDoProgressParameters_builder) Build ¶
func (b0 VmDoProgressParameters_builder) Build() *VmDoProgressParameters
type VmDoProgressReturn ¶
type VmDoProgressReturn struct {
// contains filtered or unexported fields
}
func (*VmDoProgressReturn) ClearAnyCompleted ¶
func (x *VmDoProgressReturn) ClearAnyCompleted()
func (*VmDoProgressReturn) ClearCancelSignalReceived ¶
func (x *VmDoProgressReturn) ClearCancelSignalReceived()
func (*VmDoProgressReturn) ClearExecuteRun ¶
func (x *VmDoProgressReturn) ClearExecuteRun()
func (*VmDoProgressReturn) ClearFailure ¶
func (x *VmDoProgressReturn) ClearFailure()
func (*VmDoProgressReturn) ClearReadFromInput ¶
func (x *VmDoProgressReturn) ClearReadFromInput()
func (*VmDoProgressReturn) ClearResult ¶
func (x *VmDoProgressReturn) ClearResult()
func (*VmDoProgressReturn) ClearSuspended ¶
func (x *VmDoProgressReturn) ClearSuspended()
func (*VmDoProgressReturn) ClearWaitingPendingRun ¶
func (x *VmDoProgressReturn) ClearWaitingPendingRun()
func (*VmDoProgressReturn) GetAnyCompleted ¶
func (x *VmDoProgressReturn) GetAnyCompleted() *Empty
func (*VmDoProgressReturn) GetCancelSignalReceived ¶
func (x *VmDoProgressReturn) GetCancelSignalReceived() *Empty
func (*VmDoProgressReturn) GetExecuteRun ¶
func (x *VmDoProgressReturn) GetExecuteRun() uint32
func (*VmDoProgressReturn) GetFailure ¶
func (x *VmDoProgressReturn) GetFailure() *Failure
func (*VmDoProgressReturn) GetReadFromInput ¶
func (x *VmDoProgressReturn) GetReadFromInput() *Empty
func (*VmDoProgressReturn) GetSuspended ¶
func (x *VmDoProgressReturn) GetSuspended() *Empty
func (*VmDoProgressReturn) GetWaitingPendingRun ¶
func (x *VmDoProgressReturn) GetWaitingPendingRun() *Empty
func (*VmDoProgressReturn) HasAnyCompleted ¶
func (x *VmDoProgressReturn) HasAnyCompleted() bool
func (*VmDoProgressReturn) HasCancelSignalReceived ¶
func (x *VmDoProgressReturn) HasCancelSignalReceived() bool
func (*VmDoProgressReturn) HasExecuteRun ¶
func (x *VmDoProgressReturn) HasExecuteRun() bool
func (*VmDoProgressReturn) HasFailure ¶
func (x *VmDoProgressReturn) HasFailure() bool
func (*VmDoProgressReturn) HasReadFromInput ¶
func (x *VmDoProgressReturn) HasReadFromInput() bool
func (*VmDoProgressReturn) HasResult ¶
func (x *VmDoProgressReturn) HasResult() bool
func (*VmDoProgressReturn) HasSuspended ¶
func (x *VmDoProgressReturn) HasSuspended() bool
func (*VmDoProgressReturn) HasWaitingPendingRun ¶
func (x *VmDoProgressReturn) HasWaitingPendingRun() bool
func (*VmDoProgressReturn) ProtoMessage ¶
func (*VmDoProgressReturn) ProtoMessage()
func (*VmDoProgressReturn) ProtoReflect ¶
func (x *VmDoProgressReturn) ProtoReflect() protoreflect.Message
func (*VmDoProgressReturn) Reset ¶
func (x *VmDoProgressReturn) Reset()
func (*VmDoProgressReturn) SetAnyCompleted ¶
func (x *VmDoProgressReturn) SetAnyCompleted(v *Empty)
func (*VmDoProgressReturn) SetCancelSignalReceived ¶
func (x *VmDoProgressReturn) SetCancelSignalReceived(v *Empty)
func (*VmDoProgressReturn) SetExecuteRun ¶
func (x *VmDoProgressReturn) SetExecuteRun(v uint32)
func (*VmDoProgressReturn) SetFailure ¶
func (x *VmDoProgressReturn) SetFailure(v *Failure)
func (*VmDoProgressReturn) SetReadFromInput ¶
func (x *VmDoProgressReturn) SetReadFromInput(v *Empty)
func (*VmDoProgressReturn) SetSuspended ¶
func (x *VmDoProgressReturn) SetSuspended(v *Empty)
func (*VmDoProgressReturn) SetWaitingPendingRun ¶
func (x *VmDoProgressReturn) SetWaitingPendingRun(v *Empty)
func (*VmDoProgressReturn) String ¶
func (x *VmDoProgressReturn) String() string
func (*VmDoProgressReturn) WhichResult ¶
func (x *VmDoProgressReturn) WhichResult() case_VmDoProgressReturn_Result
type VmDoProgressReturn_builder ¶
type VmDoProgressReturn_builder struct { // Fields of oneof xxx_hidden_Result: AnyCompleted *Empty ReadFromInput *Empty WaitingPendingRun *Empty ExecuteRun *uint32 CancelSignalReceived *Empty Suspended *Empty Failure *Failure // contains filtered or unexported fields }
func (VmDoProgressReturn_builder) Build ¶
func (b0 VmDoProgressReturn_builder) Build() *VmDoProgressReturn
type VmGetResponseHeadReturn ¶
type VmGetResponseHeadReturn struct {
// contains filtered or unexported fields
}
func (*VmGetResponseHeadReturn) GetHeaders ¶
func (x *VmGetResponseHeadReturn) GetHeaders() []*Header
func (*VmGetResponseHeadReturn) GetStatusCode ¶
func (x *VmGetResponseHeadReturn) GetStatusCode() uint32
func (*VmGetResponseHeadReturn) ProtoMessage ¶
func (*VmGetResponseHeadReturn) ProtoMessage()
func (*VmGetResponseHeadReturn) ProtoReflect ¶
func (x *VmGetResponseHeadReturn) ProtoReflect() protoreflect.Message
func (*VmGetResponseHeadReturn) Reset ¶
func (x *VmGetResponseHeadReturn) Reset()
func (*VmGetResponseHeadReturn) SetHeaders ¶
func (x *VmGetResponseHeadReturn) SetHeaders(v []*Header)
func (*VmGetResponseHeadReturn) SetStatusCode ¶
func (x *VmGetResponseHeadReturn) SetStatusCode(v uint32)
func (*VmGetResponseHeadReturn) String ¶
func (x *VmGetResponseHeadReturn) String() string
type VmGetResponseHeadReturn_builder ¶
type VmGetResponseHeadReturn_builder struct { StatusCode uint32 Headers []*Header // contains filtered or unexported fields }
func (VmGetResponseHeadReturn_builder) Build ¶
func (b0 VmGetResponseHeadReturn_builder) Build() *VmGetResponseHeadReturn
type VmIsReadyToExecuteReturn ¶
type VmIsReadyToExecuteReturn struct {
// contains filtered or unexported fields
}
func (*VmIsReadyToExecuteReturn) ClearFailure ¶
func (x *VmIsReadyToExecuteReturn) ClearFailure()
func (*VmIsReadyToExecuteReturn) ClearReady ¶
func (x *VmIsReadyToExecuteReturn) ClearReady()
func (*VmIsReadyToExecuteReturn) ClearResult ¶
func (x *VmIsReadyToExecuteReturn) ClearResult()
func (*VmIsReadyToExecuteReturn) GetFailure ¶
func (x *VmIsReadyToExecuteReturn) GetFailure() *Failure
func (*VmIsReadyToExecuteReturn) GetReady ¶
func (x *VmIsReadyToExecuteReturn) GetReady() bool
func (*VmIsReadyToExecuteReturn) HasFailure ¶
func (x *VmIsReadyToExecuteReturn) HasFailure() bool
func (*VmIsReadyToExecuteReturn) HasReady ¶
func (x *VmIsReadyToExecuteReturn) HasReady() bool
func (*VmIsReadyToExecuteReturn) HasResult ¶
func (x *VmIsReadyToExecuteReturn) HasResult() bool
func (*VmIsReadyToExecuteReturn) ProtoMessage ¶
func (*VmIsReadyToExecuteReturn) ProtoMessage()
func (*VmIsReadyToExecuteReturn) ProtoReflect ¶
func (x *VmIsReadyToExecuteReturn) ProtoReflect() protoreflect.Message
func (*VmIsReadyToExecuteReturn) Reset ¶
func (x *VmIsReadyToExecuteReturn) Reset()
func (*VmIsReadyToExecuteReturn) SetFailure ¶
func (x *VmIsReadyToExecuteReturn) SetFailure(v *Failure)
func (*VmIsReadyToExecuteReturn) SetReady ¶
func (x *VmIsReadyToExecuteReturn) SetReady(v bool)
func (*VmIsReadyToExecuteReturn) String ¶
func (x *VmIsReadyToExecuteReturn) String() string
func (*VmIsReadyToExecuteReturn) WhichResult ¶
func (x *VmIsReadyToExecuteReturn) WhichResult() case_VmIsReadyToExecuteReturn_Result
type VmIsReadyToExecuteReturn_builder ¶
type VmIsReadyToExecuteReturn_builder struct { // Fields of oneof xxx_hidden_Result: Ready *bool Failure *Failure // contains filtered or unexported fields }
func (VmIsReadyToExecuteReturn_builder) Build ¶
func (b0 VmIsReadyToExecuteReturn_builder) Build() *VmIsReadyToExecuteReturn
type VmNewParameters ¶
type VmNewParameters struct {
// contains filtered or unexported fields
}
func (*VmNewParameters) GetHeaders ¶
func (x *VmNewParameters) GetHeaders() []*Header
func (*VmNewParameters) ProtoMessage ¶
func (*VmNewParameters) ProtoMessage()
func (*VmNewParameters) ProtoReflect ¶
func (x *VmNewParameters) ProtoReflect() protoreflect.Message
func (*VmNewParameters) Reset ¶
func (x *VmNewParameters) Reset()
func (*VmNewParameters) SetHeaders ¶
func (x *VmNewParameters) SetHeaders(v []*Header)
func (*VmNewParameters) String ¶
func (x *VmNewParameters) String() string
type VmNewParameters_builder ¶
type VmNewParameters_builder struct { Headers []*Header // contains filtered or unexported fields }
func (VmNewParameters_builder) Build ¶
func (b0 VmNewParameters_builder) Build() *VmNewParameters
type VmNewReturn ¶
type VmNewReturn struct {
// contains filtered or unexported fields
}
func (*VmNewReturn) ClearFailure ¶
func (x *VmNewReturn) ClearFailure()
func (*VmNewReturn) ClearPointer ¶
func (x *VmNewReturn) ClearPointer()
func (*VmNewReturn) ClearResult ¶
func (x *VmNewReturn) ClearResult()
func (*VmNewReturn) GetFailure ¶
func (x *VmNewReturn) GetFailure() *Failure
func (*VmNewReturn) GetPointer ¶
func (x *VmNewReturn) GetPointer() uint32
func (*VmNewReturn) HasFailure ¶
func (x *VmNewReturn) HasFailure() bool
func (*VmNewReturn) HasPointer ¶
func (x *VmNewReturn) HasPointer() bool
func (*VmNewReturn) HasResult ¶
func (x *VmNewReturn) HasResult() bool
func (*VmNewReturn) ProtoMessage ¶
func (*VmNewReturn) ProtoMessage()
func (*VmNewReturn) ProtoReflect ¶
func (x *VmNewReturn) ProtoReflect() protoreflect.Message
func (*VmNewReturn) Reset ¶
func (x *VmNewReturn) Reset()
func (*VmNewReturn) SetFailure ¶
func (x *VmNewReturn) SetFailure(v *Failure)
func (*VmNewReturn) SetPointer ¶
func (x *VmNewReturn) SetPointer(v uint32)
func (*VmNewReturn) String ¶
func (x *VmNewReturn) String() string
func (*VmNewReturn) WhichResult ¶
func (x *VmNewReturn) WhichResult() case_VmNewReturn_Result
type VmNewReturn_builder ¶
type VmNewReturn_builder struct { // Fields of oneof xxx_hidden_Result: Pointer *uint32 Failure *Failure // contains filtered or unexported fields }
func (VmNewReturn_builder) Build ¶
func (b0 VmNewReturn_builder) Build() *VmNewReturn
type VmNotifyError ¶
type VmNotifyError struct {
// contains filtered or unexported fields
}
func (*VmNotifyError) GetMessage ¶
func (x *VmNotifyError) GetMessage() string
func (*VmNotifyError) GetStacktrace ¶
func (x *VmNotifyError) GetStacktrace() string
func (*VmNotifyError) ProtoMessage ¶
func (*VmNotifyError) ProtoMessage()
func (*VmNotifyError) ProtoReflect ¶
func (x *VmNotifyError) ProtoReflect() protoreflect.Message
func (*VmNotifyError) Reset ¶
func (x *VmNotifyError) Reset()
func (*VmNotifyError) SetMessage ¶
func (x *VmNotifyError) SetMessage(v string)
func (*VmNotifyError) SetStacktrace ¶
func (x *VmNotifyError) SetStacktrace(v string)
func (*VmNotifyError) String ¶
func (x *VmNotifyError) String() string
type VmNotifyError_builder ¶
type VmNotifyError_builder struct { Message string Stacktrace string // contains filtered or unexported fields }
func (VmNotifyError_builder) Build ¶
func (b0 VmNotifyError_builder) Build() *VmNotifyError
type VmProposeRunCompletionParameters ¶
type VmProposeRunCompletionParameters struct {
// contains filtered or unexported fields
}
func (*VmProposeRunCompletionParameters) ClearResult ¶
func (x *VmProposeRunCompletionParameters) ClearResult()
func (*VmProposeRunCompletionParameters) ClearRetryPolicy ¶
func (x *VmProposeRunCompletionParameters) ClearRetryPolicy()
func (*VmProposeRunCompletionParameters) ClearRetryableFailure ¶
func (x *VmProposeRunCompletionParameters) ClearRetryableFailure()
func (*VmProposeRunCompletionParameters) ClearSuccess ¶
func (x *VmProposeRunCompletionParameters) ClearSuccess()
func (*VmProposeRunCompletionParameters) ClearTerminalFailure ¶
func (x *VmProposeRunCompletionParameters) ClearTerminalFailure()
func (*VmProposeRunCompletionParameters) GetAttemptDurationMillis ¶
func (x *VmProposeRunCompletionParameters) GetAttemptDurationMillis() uint64
func (*VmProposeRunCompletionParameters) GetHandle ¶
func (x *VmProposeRunCompletionParameters) GetHandle() uint32
func (*VmProposeRunCompletionParameters) GetRetryPolicy ¶
func (x *VmProposeRunCompletionParameters) GetRetryPolicy() *VmProposeRunCompletionParameters_RetryPolicy
func (*VmProposeRunCompletionParameters) GetRetryableFailure ¶
func (x *VmProposeRunCompletionParameters) GetRetryableFailure() *FailureWithStacktrace
func (*VmProposeRunCompletionParameters) GetSuccess ¶
func (x *VmProposeRunCompletionParameters) GetSuccess() []byte
func (*VmProposeRunCompletionParameters) GetTerminalFailure ¶
func (x *VmProposeRunCompletionParameters) GetTerminalFailure() *Failure
func (*VmProposeRunCompletionParameters) HasResult ¶
func (x *VmProposeRunCompletionParameters) HasResult() bool
func (*VmProposeRunCompletionParameters) HasRetryPolicy ¶
func (x *VmProposeRunCompletionParameters) HasRetryPolicy() bool
func (*VmProposeRunCompletionParameters) HasRetryableFailure ¶
func (x *VmProposeRunCompletionParameters) HasRetryableFailure() bool
func (*VmProposeRunCompletionParameters) HasSuccess ¶
func (x *VmProposeRunCompletionParameters) HasSuccess() bool
func (*VmProposeRunCompletionParameters) HasTerminalFailure ¶
func (x *VmProposeRunCompletionParameters) HasTerminalFailure() bool
func (*VmProposeRunCompletionParameters) ProtoMessage ¶
func (*VmProposeRunCompletionParameters) ProtoMessage()
func (*VmProposeRunCompletionParameters) ProtoReflect ¶
func (x *VmProposeRunCompletionParameters) ProtoReflect() protoreflect.Message
func (*VmProposeRunCompletionParameters) Reset ¶
func (x *VmProposeRunCompletionParameters) Reset()
func (*VmProposeRunCompletionParameters) SetAttemptDurationMillis ¶
func (x *VmProposeRunCompletionParameters) SetAttemptDurationMillis(v uint64)
func (*VmProposeRunCompletionParameters) SetHandle ¶
func (x *VmProposeRunCompletionParameters) SetHandle(v uint32)
func (*VmProposeRunCompletionParameters) SetRetryPolicy ¶
func (x *VmProposeRunCompletionParameters) SetRetryPolicy(v *VmProposeRunCompletionParameters_RetryPolicy)
func (*VmProposeRunCompletionParameters) SetRetryableFailure ¶
func (x *VmProposeRunCompletionParameters) SetRetryableFailure(v *FailureWithStacktrace)
func (*VmProposeRunCompletionParameters) SetSuccess ¶
func (x *VmProposeRunCompletionParameters) SetSuccess(v []byte)
func (*VmProposeRunCompletionParameters) SetTerminalFailure ¶
func (x *VmProposeRunCompletionParameters) SetTerminalFailure(v *Failure)
func (*VmProposeRunCompletionParameters) String ¶
func (x *VmProposeRunCompletionParameters) String() string
func (*VmProposeRunCompletionParameters) WhichResult ¶
func (x *VmProposeRunCompletionParameters) WhichResult() case_VmProposeRunCompletionParameters_Result
type VmProposeRunCompletionParameters_RetryPolicy ¶
type VmProposeRunCompletionParameters_RetryPolicy struct { XXX_raceDetectHookData protoimpl.RaceDetectHookData XXX_presence [1]uint32 // contains filtered or unexported fields }
func (*VmProposeRunCompletionParameters_RetryPolicy) ClearMaxAttempts ¶
func (x *VmProposeRunCompletionParameters_RetryPolicy) ClearMaxAttempts()
func (*VmProposeRunCompletionParameters_RetryPolicy) ClearMaxDurationMillis ¶
func (x *VmProposeRunCompletionParameters_RetryPolicy) ClearMaxDurationMillis()
func (*VmProposeRunCompletionParameters_RetryPolicy) ClearMaxIntervalMillis ¶
func (x *VmProposeRunCompletionParameters_RetryPolicy) ClearMaxIntervalMillis()
func (*VmProposeRunCompletionParameters_RetryPolicy) GetFactor ¶
func (x *VmProposeRunCompletionParameters_RetryPolicy) GetFactor() float32
func (*VmProposeRunCompletionParameters_RetryPolicy) GetInitialInternalMillis ¶
func (x *VmProposeRunCompletionParameters_RetryPolicy) GetInitialInternalMillis() uint64
func (*VmProposeRunCompletionParameters_RetryPolicy) GetMaxAttempts ¶
func (x *VmProposeRunCompletionParameters_RetryPolicy) GetMaxAttempts() uint32
func (*VmProposeRunCompletionParameters_RetryPolicy) GetMaxDurationMillis ¶
func (x *VmProposeRunCompletionParameters_RetryPolicy) GetMaxDurationMillis() uint64
func (*VmProposeRunCompletionParameters_RetryPolicy) GetMaxIntervalMillis ¶
func (x *VmProposeRunCompletionParameters_RetryPolicy) GetMaxIntervalMillis() uint64
func (*VmProposeRunCompletionParameters_RetryPolicy) HasMaxAttempts ¶
func (x *VmProposeRunCompletionParameters_RetryPolicy) HasMaxAttempts() bool
func (*VmProposeRunCompletionParameters_RetryPolicy) HasMaxDurationMillis ¶
func (x *VmProposeRunCompletionParameters_RetryPolicy) HasMaxDurationMillis() bool
func (*VmProposeRunCompletionParameters_RetryPolicy) HasMaxIntervalMillis ¶
func (x *VmProposeRunCompletionParameters_RetryPolicy) HasMaxIntervalMillis() bool
func (*VmProposeRunCompletionParameters_RetryPolicy) ProtoMessage ¶
func (*VmProposeRunCompletionParameters_RetryPolicy) ProtoMessage()
func (*VmProposeRunCompletionParameters_RetryPolicy) ProtoReflect ¶
func (x *VmProposeRunCompletionParameters_RetryPolicy) ProtoReflect() protoreflect.Message
func (*VmProposeRunCompletionParameters_RetryPolicy) Reset ¶
func (x *VmProposeRunCompletionParameters_RetryPolicy) Reset()
func (*VmProposeRunCompletionParameters_RetryPolicy) SetFactor ¶
func (x *VmProposeRunCompletionParameters_RetryPolicy) SetFactor(v float32)
func (*VmProposeRunCompletionParameters_RetryPolicy) SetInitialInternalMillis ¶
func (x *VmProposeRunCompletionParameters_RetryPolicy) SetInitialInternalMillis(v uint64)
func (*VmProposeRunCompletionParameters_RetryPolicy) SetMaxAttempts ¶
func (x *VmProposeRunCompletionParameters_RetryPolicy) SetMaxAttempts(v uint32)
func (*VmProposeRunCompletionParameters_RetryPolicy) SetMaxDurationMillis ¶
func (x *VmProposeRunCompletionParameters_RetryPolicy) SetMaxDurationMillis(v uint64)
func (*VmProposeRunCompletionParameters_RetryPolicy) SetMaxIntervalMillis ¶
func (x *VmProposeRunCompletionParameters_RetryPolicy) SetMaxIntervalMillis(v uint64)
func (*VmProposeRunCompletionParameters_RetryPolicy) String ¶
func (x *VmProposeRunCompletionParameters_RetryPolicy) String() string
type VmProposeRunCompletionParameters_RetryPolicy_builder ¶
type VmProposeRunCompletionParameters_RetryPolicy_builder struct { InitialInternalMillis uint64 Factor float32 MaxIntervalMillis *uint64 MaxAttempts *uint32 MaxDurationMillis *uint64 // contains filtered or unexported fields }
type VmProposeRunCompletionParameters_builder ¶
type VmProposeRunCompletionParameters_builder struct { Handle uint32 // Fields of oneof xxx_hidden_Result: Success []byte TerminalFailure *Failure RetryableFailure *FailureWithStacktrace // -- end of xxx_hidden_Result RetryPolicy *VmProposeRunCompletionParameters_RetryPolicy AttemptDurationMillis uint64 // contains filtered or unexported fields }
func (VmProposeRunCompletionParameters_builder) Build ¶
func (b0 VmProposeRunCompletionParameters_builder) Build() *VmProposeRunCompletionParameters
type VmSysAttachInvocation ¶
type VmSysAttachInvocation struct {
// contains filtered or unexported fields
}
func (*VmSysAttachInvocation) GetInvocationId ¶
func (x *VmSysAttachInvocation) GetInvocationId() string
func (*VmSysAttachInvocation) ProtoMessage ¶
func (*VmSysAttachInvocation) ProtoMessage()
func (*VmSysAttachInvocation) ProtoReflect ¶
func (x *VmSysAttachInvocation) ProtoReflect() protoreflect.Message
func (*VmSysAttachInvocation) Reset ¶
func (x *VmSysAttachInvocation) Reset()
func (*VmSysAttachInvocation) SetInvocationId ¶
func (x *VmSysAttachInvocation) SetInvocationId(v string)
func (*VmSysAttachInvocation) String ¶
func (x *VmSysAttachInvocation) String() string
type VmSysAttachInvocation_builder ¶
type VmSysAttachInvocation_builder struct { InvocationId string // contains filtered or unexported fields }
func (VmSysAttachInvocation_builder) Build ¶
func (b0 VmSysAttachInvocation_builder) Build() *VmSysAttachInvocation
type VmSysAwakeableReturn ¶
type VmSysAwakeableReturn struct {
// contains filtered or unexported fields
}
func (*VmSysAwakeableReturn) ClearFailure ¶
func (x *VmSysAwakeableReturn) ClearFailure()
func (*VmSysAwakeableReturn) ClearOk ¶
func (x *VmSysAwakeableReturn) ClearOk()
func (*VmSysAwakeableReturn) ClearResult ¶
func (x *VmSysAwakeableReturn) ClearResult()
func (*VmSysAwakeableReturn) GetFailure ¶
func (x *VmSysAwakeableReturn) GetFailure() *Failure
func (*VmSysAwakeableReturn) GetOk ¶
func (x *VmSysAwakeableReturn) GetOk() *VmSysAwakeableReturn_Awakeable
func (*VmSysAwakeableReturn) HasFailure ¶
func (x *VmSysAwakeableReturn) HasFailure() bool
func (*VmSysAwakeableReturn) HasOk ¶
func (x *VmSysAwakeableReturn) HasOk() bool
func (*VmSysAwakeableReturn) HasResult ¶
func (x *VmSysAwakeableReturn) HasResult() bool
func (*VmSysAwakeableReturn) ProtoMessage ¶
func (*VmSysAwakeableReturn) ProtoMessage()
func (*VmSysAwakeableReturn) ProtoReflect ¶
func (x *VmSysAwakeableReturn) ProtoReflect() protoreflect.Message
func (*VmSysAwakeableReturn) Reset ¶
func (x *VmSysAwakeableReturn) Reset()
func (*VmSysAwakeableReturn) SetFailure ¶
func (x *VmSysAwakeableReturn) SetFailure(v *Failure)
func (*VmSysAwakeableReturn) SetOk ¶
func (x *VmSysAwakeableReturn) SetOk(v *VmSysAwakeableReturn_Awakeable)
func (*VmSysAwakeableReturn) String ¶
func (x *VmSysAwakeableReturn) String() string
func (*VmSysAwakeableReturn) WhichResult ¶
func (x *VmSysAwakeableReturn) WhichResult() case_VmSysAwakeableReturn_Result
type VmSysAwakeableReturn_Awakeable ¶
type VmSysAwakeableReturn_Awakeable struct {
// contains filtered or unexported fields
}
func (*VmSysAwakeableReturn_Awakeable) GetHandle ¶
func (x *VmSysAwakeableReturn_Awakeable) GetHandle() uint32
func (*VmSysAwakeableReturn_Awakeable) GetId ¶
func (x *VmSysAwakeableReturn_Awakeable) GetId() string
func (*VmSysAwakeableReturn_Awakeable) ProtoMessage ¶
func (*VmSysAwakeableReturn_Awakeable) ProtoMessage()
func (*VmSysAwakeableReturn_Awakeable) ProtoReflect ¶
func (x *VmSysAwakeableReturn_Awakeable) ProtoReflect() protoreflect.Message
func (*VmSysAwakeableReturn_Awakeable) Reset ¶
func (x *VmSysAwakeableReturn_Awakeable) Reset()
func (*VmSysAwakeableReturn_Awakeable) SetHandle ¶
func (x *VmSysAwakeableReturn_Awakeable) SetHandle(v uint32)
func (*VmSysAwakeableReturn_Awakeable) SetId ¶
func (x *VmSysAwakeableReturn_Awakeable) SetId(v string)
func (*VmSysAwakeableReturn_Awakeable) String ¶
func (x *VmSysAwakeableReturn_Awakeable) String() string
type VmSysAwakeableReturn_Awakeable_builder ¶
type VmSysAwakeableReturn_Awakeable_builder struct { Id string Handle uint32 // contains filtered or unexported fields }
func (VmSysAwakeableReturn_Awakeable_builder) Build ¶
func (b0 VmSysAwakeableReturn_Awakeable_builder) Build() *VmSysAwakeableReturn_Awakeable
type VmSysAwakeableReturn_builder ¶
type VmSysAwakeableReturn_builder struct { // Fields of oneof xxx_hidden_Result: Ok *VmSysAwakeableReturn_Awakeable Failure *Failure // contains filtered or unexported fields }
func (VmSysAwakeableReturn_builder) Build ¶
func (b0 VmSysAwakeableReturn_builder) Build() *VmSysAwakeableReturn
type VmSysCallParameters ¶
type VmSysCallParameters struct { XXX_raceDetectHookData protoimpl.RaceDetectHookData XXX_presence [1]uint32 // contains filtered or unexported fields }
func (*VmSysCallParameters) ClearIdempotencyKey ¶
func (x *VmSysCallParameters) ClearIdempotencyKey()
func (*VmSysCallParameters) ClearKey ¶
func (x *VmSysCallParameters) ClearKey()
func (*VmSysCallParameters) GetHandler ¶
func (x *VmSysCallParameters) GetHandler() string
func (*VmSysCallParameters) GetHeaders ¶
func (x *VmSysCallParameters) GetHeaders() []*Header
func (*VmSysCallParameters) GetIdempotencyKey ¶
func (x *VmSysCallParameters) GetIdempotencyKey() string
func (*VmSysCallParameters) GetInput ¶
func (x *VmSysCallParameters) GetInput() []byte
func (*VmSysCallParameters) GetKey ¶
func (x *VmSysCallParameters) GetKey() string
func (*VmSysCallParameters) GetService ¶
func (x *VmSysCallParameters) GetService() string
func (*VmSysCallParameters) HasIdempotencyKey ¶
func (x *VmSysCallParameters) HasIdempotencyKey() bool
func (*VmSysCallParameters) HasKey ¶
func (x *VmSysCallParameters) HasKey() bool
func (*VmSysCallParameters) ProtoMessage ¶
func (*VmSysCallParameters) ProtoMessage()
func (*VmSysCallParameters) ProtoReflect ¶
func (x *VmSysCallParameters) ProtoReflect() protoreflect.Message
func (*VmSysCallParameters) Reset ¶
func (x *VmSysCallParameters) Reset()
func (*VmSysCallParameters) SetHandler ¶
func (x *VmSysCallParameters) SetHandler(v string)
func (*VmSysCallParameters) SetHeaders ¶
func (x *VmSysCallParameters) SetHeaders(v []*Header)
func (*VmSysCallParameters) SetIdempotencyKey ¶
func (x *VmSysCallParameters) SetIdempotencyKey(v string)
func (*VmSysCallParameters) SetInput ¶
func (x *VmSysCallParameters) SetInput(v []byte)
func (*VmSysCallParameters) SetKey ¶
func (x *VmSysCallParameters) SetKey(v string)
func (*VmSysCallParameters) SetService ¶
func (x *VmSysCallParameters) SetService(v string)
func (*VmSysCallParameters) String ¶
func (x *VmSysCallParameters) String() string
type VmSysCallParameters_builder ¶
type VmSysCallParameters_builder struct { Service string Handler string Key *string IdempotencyKey *string Headers []*Header Input []byte // contains filtered or unexported fields }
func (VmSysCallParameters_builder) Build ¶
func (b0 VmSysCallParameters_builder) Build() *VmSysCallParameters
type VmSysCallReturn ¶
type VmSysCallReturn struct {
// contains filtered or unexported fields
}
func (*VmSysCallReturn) ClearFailure ¶
func (x *VmSysCallReturn) ClearFailure()
func (*VmSysCallReturn) ClearOk ¶
func (x *VmSysCallReturn) ClearOk()
func (*VmSysCallReturn) ClearResult ¶
func (x *VmSysCallReturn) ClearResult()
func (*VmSysCallReturn) GetFailure ¶
func (x *VmSysCallReturn) GetFailure() *Failure
func (*VmSysCallReturn) GetOk ¶
func (x *VmSysCallReturn) GetOk() *VmSysCallReturn_CallHandles
func (*VmSysCallReturn) HasFailure ¶
func (x *VmSysCallReturn) HasFailure() bool
func (*VmSysCallReturn) HasOk ¶
func (x *VmSysCallReturn) HasOk() bool
func (*VmSysCallReturn) HasResult ¶
func (x *VmSysCallReturn) HasResult() bool
func (*VmSysCallReturn) ProtoMessage ¶
func (*VmSysCallReturn) ProtoMessage()
func (*VmSysCallReturn) ProtoReflect ¶
func (x *VmSysCallReturn) ProtoReflect() protoreflect.Message
func (*VmSysCallReturn) Reset ¶
func (x *VmSysCallReturn) Reset()
func (*VmSysCallReturn) SetFailure ¶
func (x *VmSysCallReturn) SetFailure(v *Failure)
func (*VmSysCallReturn) SetOk ¶
func (x *VmSysCallReturn) SetOk(v *VmSysCallReturn_CallHandles)
func (*VmSysCallReturn) String ¶
func (x *VmSysCallReturn) String() string
func (*VmSysCallReturn) WhichResult ¶
func (x *VmSysCallReturn) WhichResult() case_VmSysCallReturn_Result
type VmSysCallReturn_CallHandles ¶
type VmSysCallReturn_CallHandles struct {
// contains filtered or unexported fields
}
func (*VmSysCallReturn_CallHandles) GetInvocationIdHandle ¶
func (x *VmSysCallReturn_CallHandles) GetInvocationIdHandle() uint32
func (*VmSysCallReturn_CallHandles) GetResultHandle ¶
func (x *VmSysCallReturn_CallHandles) GetResultHandle() uint32
func (*VmSysCallReturn_CallHandles) ProtoMessage ¶
func (*VmSysCallReturn_CallHandles) ProtoMessage()
func (*VmSysCallReturn_CallHandles) ProtoReflect ¶
func (x *VmSysCallReturn_CallHandles) ProtoReflect() protoreflect.Message
func (*VmSysCallReturn_CallHandles) Reset ¶
func (x *VmSysCallReturn_CallHandles) Reset()
func (*VmSysCallReturn_CallHandles) SetInvocationIdHandle ¶
func (x *VmSysCallReturn_CallHandles) SetInvocationIdHandle(v uint32)
func (*VmSysCallReturn_CallHandles) SetResultHandle ¶
func (x *VmSysCallReturn_CallHandles) SetResultHandle(v uint32)
func (*VmSysCallReturn_CallHandles) String ¶
func (x *VmSysCallReturn_CallHandles) String() string
type VmSysCallReturn_CallHandles_builder ¶
type VmSysCallReturn_CallHandles_builder struct { InvocationIdHandle uint32 ResultHandle uint32 // contains filtered or unexported fields }
func (VmSysCallReturn_CallHandles_builder) Build ¶
func (b0 VmSysCallReturn_CallHandles_builder) Build() *VmSysCallReturn_CallHandles
type VmSysCallReturn_builder ¶
type VmSysCallReturn_builder struct { // Fields of oneof xxx_hidden_Result: Ok *VmSysCallReturn_CallHandles Failure *Failure // contains filtered or unexported fields }
func (VmSysCallReturn_builder) Build ¶
func (b0 VmSysCallReturn_builder) Build() *VmSysCallReturn
type VmSysCancelInvocation ¶
type VmSysCancelInvocation struct {
// contains filtered or unexported fields
}
func (*VmSysCancelInvocation) GetInvocationId ¶
func (x *VmSysCancelInvocation) GetInvocationId() string
func (*VmSysCancelInvocation) ProtoMessage ¶
func (*VmSysCancelInvocation) ProtoMessage()
func (*VmSysCancelInvocation) ProtoReflect ¶
func (x *VmSysCancelInvocation) ProtoReflect() protoreflect.Message
func (*VmSysCancelInvocation) Reset ¶
func (x *VmSysCancelInvocation) Reset()
func (*VmSysCancelInvocation) SetInvocationId ¶
func (x *VmSysCancelInvocation) SetInvocationId(v string)
func (*VmSysCancelInvocation) String ¶
func (x *VmSysCancelInvocation) String() string
type VmSysCancelInvocation_builder ¶
type VmSysCancelInvocation_builder struct { InvocationId string // contains filtered or unexported fields }
func (VmSysCancelInvocation_builder) Build ¶
func (b0 VmSysCancelInvocation_builder) Build() *VmSysCancelInvocation
type VmSysCompleteAwakeableParameters ¶
type VmSysCompleteAwakeableParameters struct {
// contains filtered or unexported fields
}
func (*VmSysCompleteAwakeableParameters) ClearFailure ¶
func (x *VmSysCompleteAwakeableParameters) ClearFailure()
func (*VmSysCompleteAwakeableParameters) ClearResult ¶
func (x *VmSysCompleteAwakeableParameters) ClearResult()
func (*VmSysCompleteAwakeableParameters) ClearSuccess ¶
func (x *VmSysCompleteAwakeableParameters) ClearSuccess()
func (*VmSysCompleteAwakeableParameters) GetFailure ¶
func (x *VmSysCompleteAwakeableParameters) GetFailure() *Failure
func (*VmSysCompleteAwakeableParameters) GetId ¶
func (x *VmSysCompleteAwakeableParameters) GetId() string
func (*VmSysCompleteAwakeableParameters) GetSuccess ¶
func (x *VmSysCompleteAwakeableParameters) GetSuccess() []byte
func (*VmSysCompleteAwakeableParameters) HasFailure ¶
func (x *VmSysCompleteAwakeableParameters) HasFailure() bool
func (*VmSysCompleteAwakeableParameters) HasResult ¶
func (x *VmSysCompleteAwakeableParameters) HasResult() bool
func (*VmSysCompleteAwakeableParameters) HasSuccess ¶
func (x *VmSysCompleteAwakeableParameters) HasSuccess() bool
func (*VmSysCompleteAwakeableParameters) ProtoMessage ¶
func (*VmSysCompleteAwakeableParameters) ProtoMessage()
func (*VmSysCompleteAwakeableParameters) ProtoReflect ¶
func (x *VmSysCompleteAwakeableParameters) ProtoReflect() protoreflect.Message
func (*VmSysCompleteAwakeableParameters) Reset ¶
func (x *VmSysCompleteAwakeableParameters) Reset()
func (*VmSysCompleteAwakeableParameters) SetFailure ¶
func (x *VmSysCompleteAwakeableParameters) SetFailure(v *Failure)
func (*VmSysCompleteAwakeableParameters) SetId ¶
func (x *VmSysCompleteAwakeableParameters) SetId(v string)
func (*VmSysCompleteAwakeableParameters) SetSuccess ¶
func (x *VmSysCompleteAwakeableParameters) SetSuccess(v []byte)
func (*VmSysCompleteAwakeableParameters) String ¶
func (x *VmSysCompleteAwakeableParameters) String() string
func (*VmSysCompleteAwakeableParameters) WhichResult ¶
func (x *VmSysCompleteAwakeableParameters) WhichResult() case_VmSysCompleteAwakeableParameters_Result
type VmSysCompleteAwakeableParameters_builder ¶
type VmSysCompleteAwakeableParameters_builder struct { Id string // Fields of oneof xxx_hidden_Result: Success []byte Failure *Failure // contains filtered or unexported fields }
func (VmSysCompleteAwakeableParameters_builder) Build ¶
func (b0 VmSysCompleteAwakeableParameters_builder) Build() *VmSysCompleteAwakeableParameters
type VmSysInputReturn ¶
type VmSysInputReturn struct {
// contains filtered or unexported fields
}
func (*VmSysInputReturn) ClearFailure ¶
func (x *VmSysInputReturn) ClearFailure()
func (*VmSysInputReturn) ClearOk ¶
func (x *VmSysInputReturn) ClearOk()
func (*VmSysInputReturn) ClearResult ¶
func (x *VmSysInputReturn) ClearResult()
func (*VmSysInputReturn) GetFailure ¶
func (x *VmSysInputReturn) GetFailure() *Failure
func (*VmSysInputReturn) GetOk ¶
func (x *VmSysInputReturn) GetOk() *VmSysInputReturn_Input
func (*VmSysInputReturn) HasFailure ¶
func (x *VmSysInputReturn) HasFailure() bool
func (*VmSysInputReturn) HasOk ¶
func (x *VmSysInputReturn) HasOk() bool
func (*VmSysInputReturn) HasResult ¶
func (x *VmSysInputReturn) HasResult() bool
func (*VmSysInputReturn) ProtoMessage ¶
func (*VmSysInputReturn) ProtoMessage()
func (*VmSysInputReturn) ProtoReflect ¶
func (x *VmSysInputReturn) ProtoReflect() protoreflect.Message
func (*VmSysInputReturn) Reset ¶
func (x *VmSysInputReturn) Reset()
func (*VmSysInputReturn) SetFailure ¶
func (x *VmSysInputReturn) SetFailure(v *Failure)
func (*VmSysInputReturn) SetOk ¶
func (x *VmSysInputReturn) SetOk(v *VmSysInputReturn_Input)
func (*VmSysInputReturn) String ¶
func (x *VmSysInputReturn) String() string
func (*VmSysInputReturn) WhichResult ¶
func (x *VmSysInputReturn) WhichResult() case_VmSysInputReturn_Result
type VmSysInputReturn_Input ¶
type VmSysInputReturn_Input struct {
// contains filtered or unexported fields
}
func (*VmSysInputReturn_Input) GetHeaders ¶
func (x *VmSysInputReturn_Input) GetHeaders() []*Header
func (*VmSysInputReturn_Input) GetInput ¶
func (x *VmSysInputReturn_Input) GetInput() []byte
func (*VmSysInputReturn_Input) GetInvocationId ¶
func (x *VmSysInputReturn_Input) GetInvocationId() string
func (*VmSysInputReturn_Input) GetKey ¶
func (x *VmSysInputReturn_Input) GetKey() string
func (*VmSysInputReturn_Input) ProtoMessage ¶
func (*VmSysInputReturn_Input) ProtoMessage()
func (*VmSysInputReturn_Input) ProtoReflect ¶
func (x *VmSysInputReturn_Input) ProtoReflect() protoreflect.Message
func (*VmSysInputReturn_Input) Reset ¶
func (x *VmSysInputReturn_Input) Reset()
func (*VmSysInputReturn_Input) SetHeaders ¶
func (x *VmSysInputReturn_Input) SetHeaders(v []*Header)
func (*VmSysInputReturn_Input) SetInput ¶
func (x *VmSysInputReturn_Input) SetInput(v []byte)
func (*VmSysInputReturn_Input) SetInvocationId ¶
func (x *VmSysInputReturn_Input) SetInvocationId(v string)
func (*VmSysInputReturn_Input) SetKey ¶
func (x *VmSysInputReturn_Input) SetKey(v string)
func (*VmSysInputReturn_Input) String ¶
func (x *VmSysInputReturn_Input) String() string
type VmSysInputReturn_Input_builder ¶
type VmSysInputReturn_Input_builder struct { InvocationId string Key string Headers []*Header Input []byte // contains filtered or unexported fields }
func (VmSysInputReturn_Input_builder) Build ¶
func (b0 VmSysInputReturn_Input_builder) Build() *VmSysInputReturn_Input
type VmSysInputReturn_builder ¶
type VmSysInputReturn_builder struct { // Fields of oneof xxx_hidden_Result: Ok *VmSysInputReturn_Input Failure *Failure // contains filtered or unexported fields }
func (VmSysInputReturn_builder) Build ¶
func (b0 VmSysInputReturn_builder) Build() *VmSysInputReturn
type VmSysPromiseCompleteParameters ¶
type VmSysPromiseCompleteParameters struct {
// contains filtered or unexported fields
}
func (*VmSysPromiseCompleteParameters) ClearFailure ¶
func (x *VmSysPromiseCompleteParameters) ClearFailure()
func (*VmSysPromiseCompleteParameters) ClearResult ¶
func (x *VmSysPromiseCompleteParameters) ClearResult()
func (*VmSysPromiseCompleteParameters) ClearSuccess ¶
func (x *VmSysPromiseCompleteParameters) ClearSuccess()
func (*VmSysPromiseCompleteParameters) GetFailure ¶
func (x *VmSysPromiseCompleteParameters) GetFailure() *Failure
func (*VmSysPromiseCompleteParameters) GetId ¶
func (x *VmSysPromiseCompleteParameters) GetId() string
func (*VmSysPromiseCompleteParameters) GetSuccess ¶
func (x *VmSysPromiseCompleteParameters) GetSuccess() []byte
func (*VmSysPromiseCompleteParameters) HasFailure ¶
func (x *VmSysPromiseCompleteParameters) HasFailure() bool
func (*VmSysPromiseCompleteParameters) HasResult ¶
func (x *VmSysPromiseCompleteParameters) HasResult() bool
func (*VmSysPromiseCompleteParameters) HasSuccess ¶
func (x *VmSysPromiseCompleteParameters) HasSuccess() bool
func (*VmSysPromiseCompleteParameters) ProtoMessage ¶
func (*VmSysPromiseCompleteParameters) ProtoMessage()
func (*VmSysPromiseCompleteParameters) ProtoReflect ¶
func (x *VmSysPromiseCompleteParameters) ProtoReflect() protoreflect.Message
func (*VmSysPromiseCompleteParameters) Reset ¶
func (x *VmSysPromiseCompleteParameters) Reset()
func (*VmSysPromiseCompleteParameters) SetFailure ¶
func (x *VmSysPromiseCompleteParameters) SetFailure(v *Failure)
func (*VmSysPromiseCompleteParameters) SetId ¶
func (x *VmSysPromiseCompleteParameters) SetId(v string)
func (*VmSysPromiseCompleteParameters) SetSuccess ¶
func (x *VmSysPromiseCompleteParameters) SetSuccess(v []byte)
func (*VmSysPromiseCompleteParameters) String ¶
func (x *VmSysPromiseCompleteParameters) String() string
func (*VmSysPromiseCompleteParameters) WhichResult ¶
func (x *VmSysPromiseCompleteParameters) WhichResult() case_VmSysPromiseCompleteParameters_Result
type VmSysPromiseCompleteParameters_builder ¶
type VmSysPromiseCompleteParameters_builder struct { Id string // Fields of oneof xxx_hidden_Result: Success []byte Failure *Failure // contains filtered or unexported fields }
func (VmSysPromiseCompleteParameters_builder) Build ¶
func (b0 VmSysPromiseCompleteParameters_builder) Build() *VmSysPromiseCompleteParameters
type VmSysPromiseGetParameters ¶
type VmSysPromiseGetParameters struct {
// contains filtered or unexported fields
}
func (*VmSysPromiseGetParameters) GetKey ¶
func (x *VmSysPromiseGetParameters) GetKey() string
func (*VmSysPromiseGetParameters) ProtoMessage ¶
func (*VmSysPromiseGetParameters) ProtoMessage()
func (*VmSysPromiseGetParameters) ProtoReflect ¶
func (x *VmSysPromiseGetParameters) ProtoReflect() protoreflect.Message
func (*VmSysPromiseGetParameters) Reset ¶
func (x *VmSysPromiseGetParameters) Reset()
func (*VmSysPromiseGetParameters) SetKey ¶
func (x *VmSysPromiseGetParameters) SetKey(v string)
func (*VmSysPromiseGetParameters) String ¶
func (x *VmSysPromiseGetParameters) String() string
type VmSysPromiseGetParameters_builder ¶
type VmSysPromiseGetParameters_builder struct { Key string // contains filtered or unexported fields }
func (VmSysPromiseGetParameters_builder) Build ¶
func (b0 VmSysPromiseGetParameters_builder) Build() *VmSysPromiseGetParameters
type VmSysPromisePeekParameters ¶
type VmSysPromisePeekParameters struct {
// contains filtered or unexported fields
}
func (*VmSysPromisePeekParameters) GetKey ¶
func (x *VmSysPromisePeekParameters) GetKey() string
func (*VmSysPromisePeekParameters) ProtoMessage ¶
func (*VmSysPromisePeekParameters) ProtoMessage()
func (*VmSysPromisePeekParameters) ProtoReflect ¶
func (x *VmSysPromisePeekParameters) ProtoReflect() protoreflect.Message
func (*VmSysPromisePeekParameters) Reset ¶
func (x *VmSysPromisePeekParameters) Reset()
func (*VmSysPromisePeekParameters) SetKey ¶
func (x *VmSysPromisePeekParameters) SetKey(v string)
func (*VmSysPromisePeekParameters) String ¶
func (x *VmSysPromisePeekParameters) String() string
type VmSysPromisePeekParameters_builder ¶
type VmSysPromisePeekParameters_builder struct { Key string // contains filtered or unexported fields }
func (VmSysPromisePeekParameters_builder) Build ¶
func (b0 VmSysPromisePeekParameters_builder) Build() *VmSysPromisePeekParameters
type VmSysRunParameters ¶
type VmSysRunParameters struct {
// contains filtered or unexported fields
}
func (*VmSysRunParameters) GetName ¶
func (x *VmSysRunParameters) GetName() string
func (*VmSysRunParameters) ProtoMessage ¶
func (*VmSysRunParameters) ProtoMessage()
func (*VmSysRunParameters) ProtoReflect ¶
func (x *VmSysRunParameters) ProtoReflect() protoreflect.Message
func (*VmSysRunParameters) Reset ¶
func (x *VmSysRunParameters) Reset()
func (*VmSysRunParameters) SetName ¶
func (x *VmSysRunParameters) SetName(v string)
func (*VmSysRunParameters) String ¶
func (x *VmSysRunParameters) String() string
type VmSysRunParameters_builder ¶
type VmSysRunParameters_builder struct { Name string // contains filtered or unexported fields }
func (VmSysRunParameters_builder) Build ¶
func (b0 VmSysRunParameters_builder) Build() *VmSysRunParameters
type VmSysSendParameters ¶
type VmSysSendParameters struct { XXX_raceDetectHookData protoimpl.RaceDetectHookData XXX_presence [1]uint32 // contains filtered or unexported fields }
func (*VmSysSendParameters) ClearExecutionTimeSinceUnixEpochMillis ¶
func (x *VmSysSendParameters) ClearExecutionTimeSinceUnixEpochMillis()
func (*VmSysSendParameters) ClearIdempotencyKey ¶
func (x *VmSysSendParameters) ClearIdempotencyKey()
func (*VmSysSendParameters) ClearKey ¶
func (x *VmSysSendParameters) ClearKey()
func (*VmSysSendParameters) GetExecutionTimeSinceUnixEpochMillis ¶
func (x *VmSysSendParameters) GetExecutionTimeSinceUnixEpochMillis() uint64
func (*VmSysSendParameters) GetHandler ¶
func (x *VmSysSendParameters) GetHandler() string
func (*VmSysSendParameters) GetHeaders ¶
func (x *VmSysSendParameters) GetHeaders() []*Header
func (*VmSysSendParameters) GetIdempotencyKey ¶
func (x *VmSysSendParameters) GetIdempotencyKey() string
func (*VmSysSendParameters) GetInput ¶
func (x *VmSysSendParameters) GetInput() []byte
func (*VmSysSendParameters) GetKey ¶
func (x *VmSysSendParameters) GetKey() string
func (*VmSysSendParameters) GetService ¶
func (x *VmSysSendParameters) GetService() string
func (*VmSysSendParameters) HasExecutionTimeSinceUnixEpochMillis ¶
func (x *VmSysSendParameters) HasExecutionTimeSinceUnixEpochMillis() bool
func (*VmSysSendParameters) HasIdempotencyKey ¶
func (x *VmSysSendParameters) HasIdempotencyKey() bool
func (*VmSysSendParameters) HasKey ¶
func (x *VmSysSendParameters) HasKey() bool
func (*VmSysSendParameters) ProtoMessage ¶
func (*VmSysSendParameters) ProtoMessage()
func (*VmSysSendParameters) ProtoReflect ¶
func (x *VmSysSendParameters) ProtoReflect() protoreflect.Message
func (*VmSysSendParameters) Reset ¶
func (x *VmSysSendParameters) Reset()
func (*VmSysSendParameters) SetExecutionTimeSinceUnixEpochMillis ¶
func (x *VmSysSendParameters) SetExecutionTimeSinceUnixEpochMillis(v uint64)
func (*VmSysSendParameters) SetHandler ¶
func (x *VmSysSendParameters) SetHandler(v string)
func (*VmSysSendParameters) SetHeaders ¶
func (x *VmSysSendParameters) SetHeaders(v []*Header)
func (*VmSysSendParameters) SetIdempotencyKey ¶
func (x *VmSysSendParameters) SetIdempotencyKey(v string)
func (*VmSysSendParameters) SetInput ¶
func (x *VmSysSendParameters) SetInput(v []byte)
func (*VmSysSendParameters) SetKey ¶
func (x *VmSysSendParameters) SetKey(v string)
func (*VmSysSendParameters) SetService ¶
func (x *VmSysSendParameters) SetService(v string)
func (*VmSysSendParameters) String ¶
func (x *VmSysSendParameters) String() string
type VmSysSendParameters_builder ¶
type VmSysSendParameters_builder struct { Service string Handler string Key *string IdempotencyKey *string Headers []*Header Input []byte ExecutionTimeSinceUnixEpochMillis *uint64 // contains filtered or unexported fields }
func (VmSysSendParameters_builder) Build ¶
func (b0 VmSysSendParameters_builder) Build() *VmSysSendParameters
type VmSysSleepParameters ¶
type VmSysSleepParameters struct {
// contains filtered or unexported fields
}
func (*VmSysSleepParameters) GetName ¶
func (x *VmSysSleepParameters) GetName() string
func (*VmSysSleepParameters) GetNowSinceUnixEpochMillis ¶
func (x *VmSysSleepParameters) GetNowSinceUnixEpochMillis() uint64
func (*VmSysSleepParameters) GetWakeUpTimeSinceUnixEpochMillis ¶
func (x *VmSysSleepParameters) GetWakeUpTimeSinceUnixEpochMillis() uint64
func (*VmSysSleepParameters) ProtoMessage ¶
func (*VmSysSleepParameters) ProtoMessage()
func (*VmSysSleepParameters) ProtoReflect ¶
func (x *VmSysSleepParameters) ProtoReflect() protoreflect.Message
func (*VmSysSleepParameters) Reset ¶
func (x *VmSysSleepParameters) Reset()
func (*VmSysSleepParameters) SetName ¶
func (x *VmSysSleepParameters) SetName(v string)
func (*VmSysSleepParameters) SetNowSinceUnixEpochMillis ¶
func (x *VmSysSleepParameters) SetNowSinceUnixEpochMillis(v uint64)
func (*VmSysSleepParameters) SetWakeUpTimeSinceUnixEpochMillis ¶
func (x *VmSysSleepParameters) SetWakeUpTimeSinceUnixEpochMillis(v uint64)
func (*VmSysSleepParameters) String ¶
func (x *VmSysSleepParameters) String() string
type VmSysSleepParameters_builder ¶
type VmSysSleepParameters_builder struct { WakeUpTimeSinceUnixEpochMillis uint64 NowSinceUnixEpochMillis uint64 Name string // contains filtered or unexported fields }
func (VmSysSleepParameters_builder) Build ¶
func (b0 VmSysSleepParameters_builder) Build() *VmSysSleepParameters
type VmSysStateClearParameters ¶
type VmSysStateClearParameters struct {
// contains filtered or unexported fields
}
func (*VmSysStateClearParameters) GetKey ¶
func (x *VmSysStateClearParameters) GetKey() string
func (*VmSysStateClearParameters) ProtoMessage ¶
func (*VmSysStateClearParameters) ProtoMessage()
func (*VmSysStateClearParameters) ProtoReflect ¶
func (x *VmSysStateClearParameters) ProtoReflect() protoreflect.Message
func (*VmSysStateClearParameters) Reset ¶
func (x *VmSysStateClearParameters) Reset()
func (*VmSysStateClearParameters) SetKey ¶
func (x *VmSysStateClearParameters) SetKey(v string)
func (*VmSysStateClearParameters) String ¶
func (x *VmSysStateClearParameters) String() string
type VmSysStateClearParameters_builder ¶
type VmSysStateClearParameters_builder struct { Key string // contains filtered or unexported fields }
func (VmSysStateClearParameters_builder) Build ¶
func (b0 VmSysStateClearParameters_builder) Build() *VmSysStateClearParameters
type VmSysStateGetParameters ¶
type VmSysStateGetParameters struct {
// contains filtered or unexported fields
}
func (*VmSysStateGetParameters) GetKey ¶
func (x *VmSysStateGetParameters) GetKey() string
func (*VmSysStateGetParameters) ProtoMessage ¶
func (*VmSysStateGetParameters) ProtoMessage()
func (*VmSysStateGetParameters) ProtoReflect ¶
func (x *VmSysStateGetParameters) ProtoReflect() protoreflect.Message
func (*VmSysStateGetParameters) Reset ¶
func (x *VmSysStateGetParameters) Reset()
func (*VmSysStateGetParameters) SetKey ¶
func (x *VmSysStateGetParameters) SetKey(v string)
func (*VmSysStateGetParameters) String ¶
func (x *VmSysStateGetParameters) String() string
type VmSysStateGetParameters_builder ¶
type VmSysStateGetParameters_builder struct { Key string // contains filtered or unexported fields }
func (VmSysStateGetParameters_builder) Build ¶
func (b0 VmSysStateGetParameters_builder) Build() *VmSysStateGetParameters
type VmSysStateSetParameters ¶
type VmSysStateSetParameters struct {
// contains filtered or unexported fields
}
func (*VmSysStateSetParameters) GetKey ¶
func (x *VmSysStateSetParameters) GetKey() string
func (*VmSysStateSetParameters) GetValue ¶
func (x *VmSysStateSetParameters) GetValue() []byte
func (*VmSysStateSetParameters) ProtoMessage ¶
func (*VmSysStateSetParameters) ProtoMessage()
func (*VmSysStateSetParameters) ProtoReflect ¶
func (x *VmSysStateSetParameters) ProtoReflect() protoreflect.Message
func (*VmSysStateSetParameters) Reset ¶
func (x *VmSysStateSetParameters) Reset()
func (*VmSysStateSetParameters) SetKey ¶
func (x *VmSysStateSetParameters) SetKey(v string)
func (*VmSysStateSetParameters) SetValue ¶
func (x *VmSysStateSetParameters) SetValue(v []byte)
func (*VmSysStateSetParameters) String ¶
func (x *VmSysStateSetParameters) String() string
type VmSysStateSetParameters_builder ¶
type VmSysStateSetParameters_builder struct { Key string Value []byte // contains filtered or unexported fields }
func (VmSysStateSetParameters_builder) Build ¶
func (b0 VmSysStateSetParameters_builder) Build() *VmSysStateSetParameters
type VmSysWriteOutputParameters ¶
type VmSysWriteOutputParameters struct {
// contains filtered or unexported fields
}
func (*VmSysWriteOutputParameters) ClearFailure ¶
func (x *VmSysWriteOutputParameters) ClearFailure()
func (*VmSysWriteOutputParameters) ClearResult ¶
func (x *VmSysWriteOutputParameters) ClearResult()
func (*VmSysWriteOutputParameters) ClearSuccess ¶
func (x *VmSysWriteOutputParameters) ClearSuccess()
func (*VmSysWriteOutputParameters) GetFailure ¶
func (x *VmSysWriteOutputParameters) GetFailure() *Failure
func (*VmSysWriteOutputParameters) GetSuccess ¶
func (x *VmSysWriteOutputParameters) GetSuccess() []byte
func (*VmSysWriteOutputParameters) HasFailure ¶
func (x *VmSysWriteOutputParameters) HasFailure() bool
func (*VmSysWriteOutputParameters) HasResult ¶
func (x *VmSysWriteOutputParameters) HasResult() bool
func (*VmSysWriteOutputParameters) HasSuccess ¶
func (x *VmSysWriteOutputParameters) HasSuccess() bool
func (*VmSysWriteOutputParameters) ProtoMessage ¶
func (*VmSysWriteOutputParameters) ProtoMessage()
func (*VmSysWriteOutputParameters) ProtoReflect ¶
func (x *VmSysWriteOutputParameters) ProtoReflect() protoreflect.Message
func (*VmSysWriteOutputParameters) Reset ¶
func (x *VmSysWriteOutputParameters) Reset()
func (*VmSysWriteOutputParameters) SetFailure ¶
func (x *VmSysWriteOutputParameters) SetFailure(v *Failure)
func (*VmSysWriteOutputParameters) SetSuccess ¶
func (x *VmSysWriteOutputParameters) SetSuccess(v []byte)
func (*VmSysWriteOutputParameters) String ¶
func (x *VmSysWriteOutputParameters) String() string
func (*VmSysWriteOutputParameters) WhichResult ¶
func (x *VmSysWriteOutputParameters) WhichResult() case_VmSysWriteOutputParameters_Result
type VmSysWriteOutputParameters_builder ¶
type VmSysWriteOutputParameters_builder struct { // Fields of oneof xxx_hidden_Result: Success []byte Failure *Failure // contains filtered or unexported fields }
func (VmSysWriteOutputParameters_builder) Build ¶
func (b0 VmSysWriteOutputParameters_builder) Build() *VmSysWriteOutputParameters
type VmTakeNotificationReturn ¶
type VmTakeNotificationReturn struct {
// contains filtered or unexported fields
}
func (*VmTakeNotificationReturn) ClearFailure ¶
func (x *VmTakeNotificationReturn) ClearFailure()
func (*VmTakeNotificationReturn) ClearNotReady ¶
func (x *VmTakeNotificationReturn) ClearNotReady()
func (*VmTakeNotificationReturn) ClearResult ¶
func (x *VmTakeNotificationReturn) ClearResult()
func (*VmTakeNotificationReturn) ClearSuspended ¶
func (x *VmTakeNotificationReturn) ClearSuspended()
func (*VmTakeNotificationReturn) ClearValue ¶
func (x *VmTakeNotificationReturn) ClearValue()
func (*VmTakeNotificationReturn) GetFailure ¶
func (x *VmTakeNotificationReturn) GetFailure() *Failure
func (*VmTakeNotificationReturn) GetNotReady ¶
func (x *VmTakeNotificationReturn) GetNotReady() *Empty
func (*VmTakeNotificationReturn) GetSuspended ¶
func (x *VmTakeNotificationReturn) GetSuspended() *Empty
func (*VmTakeNotificationReturn) GetValue ¶
func (x *VmTakeNotificationReturn) GetValue() *Value
func (*VmTakeNotificationReturn) HasFailure ¶
func (x *VmTakeNotificationReturn) HasFailure() bool
func (*VmTakeNotificationReturn) HasNotReady ¶
func (x *VmTakeNotificationReturn) HasNotReady() bool
func (*VmTakeNotificationReturn) HasResult ¶
func (x *VmTakeNotificationReturn) HasResult() bool
func (*VmTakeNotificationReturn) HasSuspended ¶
func (x *VmTakeNotificationReturn) HasSuspended() bool
func (*VmTakeNotificationReturn) HasValue ¶
func (x *VmTakeNotificationReturn) HasValue() bool
func (*VmTakeNotificationReturn) ProtoMessage ¶
func (*VmTakeNotificationReturn) ProtoMessage()
func (*VmTakeNotificationReturn) ProtoReflect ¶
func (x *VmTakeNotificationReturn) ProtoReflect() protoreflect.Message
func (*VmTakeNotificationReturn) Reset ¶
func (x *VmTakeNotificationReturn) Reset()
func (*VmTakeNotificationReturn) SetFailure ¶
func (x *VmTakeNotificationReturn) SetFailure(v *Failure)
func (*VmTakeNotificationReturn) SetNotReady ¶
func (x *VmTakeNotificationReturn) SetNotReady(v *Empty)
func (*VmTakeNotificationReturn) SetSuspended ¶
func (x *VmTakeNotificationReturn) SetSuspended(v *Empty)
func (*VmTakeNotificationReturn) SetValue ¶
func (x *VmTakeNotificationReturn) SetValue(v *Value)
func (*VmTakeNotificationReturn) String ¶
func (x *VmTakeNotificationReturn) String() string
func (*VmTakeNotificationReturn) WhichResult ¶
func (x *VmTakeNotificationReturn) WhichResult() case_VmTakeNotificationReturn_Result
type VmTakeNotificationReturn_builder ¶
type VmTakeNotificationReturn_builder struct { // Fields of oneof xxx_hidden_Result: NotReady *Empty Value *Value Suspended *Empty Failure *Failure // contains filtered or unexported fields }
func (VmTakeNotificationReturn_builder) Build ¶
func (b0 VmTakeNotificationReturn_builder) Build() *VmTakeNotificationReturn
type VmTakeOutputReturn ¶
type VmTakeOutputReturn struct {
// contains filtered or unexported fields
}
func (*VmTakeOutputReturn) ClearBytes ¶
func (x *VmTakeOutputReturn) ClearBytes()
func (*VmTakeOutputReturn) ClearEOF ¶
func (x *VmTakeOutputReturn) ClearEOF()
func (*VmTakeOutputReturn) ClearResult ¶
func (x *VmTakeOutputReturn) ClearResult()
func (*VmTakeOutputReturn) GetBytes ¶
func (x *VmTakeOutputReturn) GetBytes() []byte
func (*VmTakeOutputReturn) GetEOF ¶
func (x *VmTakeOutputReturn) GetEOF() *Empty
func (*VmTakeOutputReturn) HasBytes ¶
func (x *VmTakeOutputReturn) HasBytes() bool
func (*VmTakeOutputReturn) HasEOF ¶
func (x *VmTakeOutputReturn) HasEOF() bool
func (*VmTakeOutputReturn) HasResult ¶
func (x *VmTakeOutputReturn) HasResult() bool
func (*VmTakeOutputReturn) ProtoMessage ¶
func (*VmTakeOutputReturn) ProtoMessage()
func (*VmTakeOutputReturn) ProtoReflect ¶
func (x *VmTakeOutputReturn) ProtoReflect() protoreflect.Message
func (*VmTakeOutputReturn) Reset ¶
func (x *VmTakeOutputReturn) Reset()
func (*VmTakeOutputReturn) SetBytes ¶
func (x *VmTakeOutputReturn) SetBytes(v []byte)
func (*VmTakeOutputReturn) SetEOF ¶
func (x *VmTakeOutputReturn) SetEOF(v *Empty)
func (*VmTakeOutputReturn) String ¶
func (x *VmTakeOutputReturn) String() string
func (*VmTakeOutputReturn) WhichResult ¶
func (x *VmTakeOutputReturn) WhichResult() case_VmTakeOutputReturn_Result
type VmTakeOutputReturn_builder ¶
type VmTakeOutputReturn_builder struct { // Fields of oneof xxx_hidden_Result: Bytes []byte EOF *Empty // contains filtered or unexported fields }
func (VmTakeOutputReturn_builder) Build ¶
func (b0 VmTakeOutputReturn_builder) Build() *VmTakeOutputReturn
Click to show internal directories.
Click to hide internal directories.