failure

package
v1.32.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 2024 License: MIT Imports: 8 Imported by: 48

Documentation

Overview

Code generated by protoc-gen-go-helpers. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

View Source
var File_temporal_api_failure_v1_message_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ActivityFailureInfo

type ActivityFailureInfo struct {
	ScheduledEventId int64            `protobuf:"varint,1,opt,name=scheduled_event_id,json=scheduledEventId,proto3" json:"scheduled_event_id,omitempty"`
	StartedEventId   int64            `protobuf:"varint,2,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	Identity         string           `protobuf:"bytes,3,opt,name=identity,proto3" json:"identity,omitempty"`
	ActivityType     *v1.ActivityType `protobuf:"bytes,4,opt,name=activity_type,json=activityType,proto3" json:"activity_type,omitempty"`
	ActivityId       string           `protobuf:"bytes,5,opt,name=activity_id,json=activityId,proto3" json:"activity_id,omitempty"`
	RetryState       v11.RetryState   `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ActivityFailureInfo) Descriptor deprecated

func (*ActivityFailureInfo) Descriptor() ([]byte, []int)

Deprecated: Use ActivityFailureInfo.ProtoReflect.Descriptor instead.

func (*ActivityFailureInfo) Equal

func (this *ActivityFailureInfo) Equal(that interface{}) bool

Equal returns whether two ActivityFailureInfo values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*ActivityFailureInfo) GetActivityId

func (x *ActivityFailureInfo) GetActivityId() string

func (*ActivityFailureInfo) GetActivityType

func (x *ActivityFailureInfo) GetActivityType() *v1.ActivityType

func (*ActivityFailureInfo) GetIdentity

func (x *ActivityFailureInfo) GetIdentity() string

func (*ActivityFailureInfo) GetRetryState

func (x *ActivityFailureInfo) GetRetryState() v11.RetryState

func (*ActivityFailureInfo) GetScheduledEventId

func (x *ActivityFailureInfo) GetScheduledEventId() int64

func (*ActivityFailureInfo) GetStartedEventId

func (x *ActivityFailureInfo) GetStartedEventId() int64

func (*ActivityFailureInfo) Marshal

func (val *ActivityFailureInfo) Marshal() ([]byte, error)

Marshal an object of type ActivityFailureInfo to the protobuf v3 wire format

func (*ActivityFailureInfo) ProtoMessage

func (*ActivityFailureInfo) ProtoMessage()

func (*ActivityFailureInfo) ProtoReflect added in v1.26.1

func (x *ActivityFailureInfo) ProtoReflect() protoreflect.Message

func (*ActivityFailureInfo) Reset

func (x *ActivityFailureInfo) Reset()

func (*ActivityFailureInfo) Size

func (val *ActivityFailureInfo) Size() int

Size returns the size of the object, in bytes, once serialized

func (*ActivityFailureInfo) String

func (x *ActivityFailureInfo) String() string

func (*ActivityFailureInfo) Unmarshal

func (val *ActivityFailureInfo) Unmarshal(buf []byte) error

Unmarshal an object of type ActivityFailureInfo from the protobuf v3 wire format

type ApplicationFailureInfo

type ApplicationFailureInfo struct {
	Type         string       `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	NonRetryable bool         `protobuf:"varint,2,opt,name=non_retryable,json=nonRetryable,proto3" json:"non_retryable,omitempty"`
	Details      *v1.Payloads `protobuf:"bytes,3,opt,name=details,proto3" json:"details,omitempty"`
	// next_retry_delay can be used by the client to override the activity
	// retry interval calculated by the retry policy. Retry attempts will
	// still be subject to the maximum retries limit and total time limit
	// defined by the policy.
	// ATTENTION: this value will be ignored if set for failures produced by
	// the workflow.
	NextRetryDelay *durationpb.Duration `protobuf:"bytes,4,opt,name=next_retry_delay,json=nextRetryDelay,proto3" json:"next_retry_delay,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplicationFailureInfo) Descriptor deprecated

func (*ApplicationFailureInfo) Descriptor() ([]byte, []int)

Deprecated: Use ApplicationFailureInfo.ProtoReflect.Descriptor instead.

func (*ApplicationFailureInfo) Equal

func (this *ApplicationFailureInfo) Equal(that interface{}) bool

Equal returns whether two ApplicationFailureInfo values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*ApplicationFailureInfo) GetDetails

func (x *ApplicationFailureInfo) GetDetails() *v1.Payloads

func (*ApplicationFailureInfo) GetNextRetryDelay added in v1.27.0

func (x *ApplicationFailureInfo) GetNextRetryDelay() *durationpb.Duration

func (*ApplicationFailureInfo) GetNonRetryable

func (x *ApplicationFailureInfo) GetNonRetryable() bool

func (*ApplicationFailureInfo) GetType

func (x *ApplicationFailureInfo) GetType() string

func (*ApplicationFailureInfo) Marshal

func (val *ApplicationFailureInfo) Marshal() ([]byte, error)

Marshal an object of type ApplicationFailureInfo to the protobuf v3 wire format

func (*ApplicationFailureInfo) ProtoMessage

func (*ApplicationFailureInfo) ProtoMessage()

func (*ApplicationFailureInfo) ProtoReflect added in v1.26.1

func (x *ApplicationFailureInfo) ProtoReflect() protoreflect.Message

func (*ApplicationFailureInfo) Reset

func (x *ApplicationFailureInfo) Reset()

func (*ApplicationFailureInfo) Size

func (val *ApplicationFailureInfo) Size() int

Size returns the size of the object, in bytes, once serialized

func (*ApplicationFailureInfo) String

func (x *ApplicationFailureInfo) String() string

func (*ApplicationFailureInfo) Unmarshal

func (val *ApplicationFailureInfo) Unmarshal(buf []byte) error

Unmarshal an object of type ApplicationFailureInfo from the protobuf v3 wire format

type CanceledFailureInfo

type CanceledFailureInfo struct {
	Details *v1.Payloads `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*CanceledFailureInfo) Descriptor deprecated

func (*CanceledFailureInfo) Descriptor() ([]byte, []int)

Deprecated: Use CanceledFailureInfo.ProtoReflect.Descriptor instead.

func (*CanceledFailureInfo) Equal

func (this *CanceledFailureInfo) Equal(that interface{}) bool

Equal returns whether two CanceledFailureInfo values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*CanceledFailureInfo) GetDetails

func (x *CanceledFailureInfo) GetDetails() *v1.Payloads

func (*CanceledFailureInfo) Marshal

func (val *CanceledFailureInfo) Marshal() ([]byte, error)

Marshal an object of type CanceledFailureInfo to the protobuf v3 wire format

func (*CanceledFailureInfo) ProtoMessage

func (*CanceledFailureInfo) ProtoMessage()

func (*CanceledFailureInfo) ProtoReflect added in v1.26.1

func (x *CanceledFailureInfo) ProtoReflect() protoreflect.Message

func (*CanceledFailureInfo) Reset

func (x *CanceledFailureInfo) Reset()

func (*CanceledFailureInfo) Size

func (val *CanceledFailureInfo) Size() int

Size returns the size of the object, in bytes, once serialized

func (*CanceledFailureInfo) String

func (x *CanceledFailureInfo) String() string

func (*CanceledFailureInfo) Unmarshal

func (val *CanceledFailureInfo) Unmarshal(buf []byte) error

Unmarshal an object of type CanceledFailureInfo from the protobuf v3 wire format

type ChildWorkflowExecutionFailureInfo

type ChildWorkflowExecutionFailureInfo struct {
	Namespace         string                `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	WorkflowExecution *v1.WorkflowExecution `protobuf:"bytes,2,opt,name=workflow_execution,json=workflowExecution,proto3" json:"workflow_execution,omitempty"`
	WorkflowType      *v1.WorkflowType      `protobuf:"bytes,3,opt,name=workflow_type,json=workflowType,proto3" json:"workflow_type,omitempty"`
	InitiatedEventId  int64                 `protobuf:"varint,4,opt,name=initiated_event_id,json=initiatedEventId,proto3" json:"initiated_event_id,omitempty"`
	StartedEventId    int64                 `protobuf:"varint,5,opt,name=started_event_id,json=startedEventId,proto3" json:"started_event_id,omitempty"`
	RetryState        v11.RetryState        `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ChildWorkflowExecutionFailureInfo) Descriptor deprecated

func (*ChildWorkflowExecutionFailureInfo) Descriptor() ([]byte, []int)

Deprecated: Use ChildWorkflowExecutionFailureInfo.ProtoReflect.Descriptor instead.

func (*ChildWorkflowExecutionFailureInfo) Equal

func (this *ChildWorkflowExecutionFailureInfo) Equal(that interface{}) bool

Equal returns whether two ChildWorkflowExecutionFailureInfo values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*ChildWorkflowExecutionFailureInfo) GetInitiatedEventId

func (x *ChildWorkflowExecutionFailureInfo) GetInitiatedEventId() int64

func (*ChildWorkflowExecutionFailureInfo) GetNamespace

func (x *ChildWorkflowExecutionFailureInfo) GetNamespace() string

func (*ChildWorkflowExecutionFailureInfo) GetRetryState

func (*ChildWorkflowExecutionFailureInfo) GetStartedEventId

func (x *ChildWorkflowExecutionFailureInfo) GetStartedEventId() int64

func (*ChildWorkflowExecutionFailureInfo) GetWorkflowExecution

func (x *ChildWorkflowExecutionFailureInfo) GetWorkflowExecution() *v1.WorkflowExecution

func (*ChildWorkflowExecutionFailureInfo) GetWorkflowType

func (x *ChildWorkflowExecutionFailureInfo) GetWorkflowType() *v1.WorkflowType

func (*ChildWorkflowExecutionFailureInfo) Marshal

func (val *ChildWorkflowExecutionFailureInfo) Marshal() ([]byte, error)

Marshal an object of type ChildWorkflowExecutionFailureInfo to the protobuf v3 wire format

func (*ChildWorkflowExecutionFailureInfo) ProtoMessage

func (*ChildWorkflowExecutionFailureInfo) ProtoMessage()

func (*ChildWorkflowExecutionFailureInfo) ProtoReflect added in v1.26.1

func (*ChildWorkflowExecutionFailureInfo) Reset

func (*ChildWorkflowExecutionFailureInfo) Size

Size returns the size of the object, in bytes, once serialized

func (*ChildWorkflowExecutionFailureInfo) String

func (*ChildWorkflowExecutionFailureInfo) Unmarshal

func (val *ChildWorkflowExecutionFailureInfo) Unmarshal(buf []byte) error

Unmarshal an object of type ChildWorkflowExecutionFailureInfo from the protobuf v3 wire format

type Failure

type Failure struct {
	Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	// The source this Failure originated in, e.g. TypeScriptSDK / JavaSDK
	// In some SDKs this is used to rehydrate the stack trace into an exception object.
	Source     string `protobuf:"bytes,2,opt,name=source,proto3" json:"source,omitempty"`
	StackTrace string `protobuf:"bytes,3,opt,name=stack_trace,json=stackTrace,proto3" json:"stack_trace,omitempty"`
	// Alternative way to supply `message` and `stack_trace` and possibly other attributes, used for encryption of
	// errors originating in user code which might contain sensitive information.
	// The `encoded_attributes` Payload could represent any serializable object, e.g. JSON object or a `Failure` proto
	// message.
	//
	// SDK authors:
	// - The SDK should provide a default `encodeFailureAttributes` and `decodeFailureAttributes` implementation that:
	//   - Uses a JSON object to represent `{ message, stack_trace }`.
	//   - Overwrites the original message with "Encoded failure" to indicate that more information could be extracted.
	//   - Overwrites the original stack_trace with an empty string.
	//   - The resulting JSON object is converted to Payload using the default PayloadConverter and should be processed
	//     by the user-provided PayloadCodec
	//
	// - If there's demand, we could allow overriding the default SDK implementation to encode other opaque Failure attributes.
	// (-- api-linter: core::0203::optional=disabled --)
	EncodedAttributes *v1.Payload `protobuf:"bytes,20,opt,name=encoded_attributes,json=encodedAttributes,proto3" json:"encoded_attributes,omitempty"`
	Cause             *Failure    `protobuf:"bytes,4,opt,name=cause,proto3" json:"cause,omitempty"`
	// Types that are assignable to FailureInfo:
	//
	//	*Failure_ApplicationFailureInfo
	//	*Failure_TimeoutFailureInfo
	//	*Failure_CanceledFailureInfo
	//	*Failure_TerminatedFailureInfo
	//	*Failure_ServerFailureInfo
	//	*Failure_ResetWorkflowFailureInfo
	//	*Failure_ActivityFailureInfo
	//	*Failure_ChildWorkflowExecutionFailureInfo
	FailureInfo isFailure_FailureInfo `protobuf_oneof:"failure_info"`
	// contains filtered or unexported fields
}

func (*Failure) Descriptor deprecated

func (*Failure) Descriptor() ([]byte, []int)

Deprecated: Use Failure.ProtoReflect.Descriptor instead.

func (*Failure) Equal

func (this *Failure) Equal(that interface{}) bool

Equal returns whether two Failure values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*Failure) GetActivityFailureInfo

func (x *Failure) GetActivityFailureInfo() *ActivityFailureInfo

func (*Failure) GetApplicationFailureInfo

func (x *Failure) GetApplicationFailureInfo() *ApplicationFailureInfo

func (*Failure) GetCanceledFailureInfo

func (x *Failure) GetCanceledFailureInfo() *CanceledFailureInfo

func (*Failure) GetCause

func (x *Failure) GetCause() *Failure

func (*Failure) GetChildWorkflowExecutionFailureInfo

func (x *Failure) GetChildWorkflowExecutionFailureInfo() *ChildWorkflowExecutionFailureInfo

func (*Failure) GetEncodedAttributes added in v1.11.0

func (x *Failure) GetEncodedAttributes() *v1.Payload

func (*Failure) GetFailureInfo

func (m *Failure) GetFailureInfo() isFailure_FailureInfo

func (*Failure) GetMessage

func (x *Failure) GetMessage() string

func (*Failure) GetResetWorkflowFailureInfo

func (x *Failure) GetResetWorkflowFailureInfo() *ResetWorkflowFailureInfo

func (*Failure) GetServerFailureInfo

func (x *Failure) GetServerFailureInfo() *ServerFailureInfo

func (*Failure) GetSource

func (x *Failure) GetSource() string

func (*Failure) GetStackTrace

func (x *Failure) GetStackTrace() string

func (*Failure) GetTerminatedFailureInfo

func (x *Failure) GetTerminatedFailureInfo() *TerminatedFailureInfo

func (*Failure) GetTimeoutFailureInfo

func (x *Failure) GetTimeoutFailureInfo() *TimeoutFailureInfo

func (*Failure) Marshal

func (val *Failure) Marshal() ([]byte, error)

Marshal an object of type Failure to the protobuf v3 wire format

func (*Failure) ProtoMessage

func (*Failure) ProtoMessage()

func (*Failure) ProtoReflect added in v1.26.1

func (x *Failure) ProtoReflect() protoreflect.Message

func (*Failure) Reset

func (x *Failure) Reset()

func (*Failure) Size

func (val *Failure) Size() int

Size returns the size of the object, in bytes, once serialized

func (*Failure) String

func (x *Failure) String() string

func (*Failure) Unmarshal

func (val *Failure) Unmarshal(buf []byte) error

Unmarshal an object of type Failure from the protobuf v3 wire format

type Failure_ActivityFailureInfo

type Failure_ActivityFailureInfo struct {
	ActivityFailureInfo *ActivityFailureInfo `protobuf:"bytes,11,opt,name=activity_failure_info,json=activityFailureInfo,proto3,oneof"`
}

type Failure_ApplicationFailureInfo

type Failure_ApplicationFailureInfo struct {
	ApplicationFailureInfo *ApplicationFailureInfo `protobuf:"bytes,5,opt,name=application_failure_info,json=applicationFailureInfo,proto3,oneof"`
}

type Failure_CanceledFailureInfo

type Failure_CanceledFailureInfo struct {
	CanceledFailureInfo *CanceledFailureInfo `protobuf:"bytes,7,opt,name=canceled_failure_info,json=canceledFailureInfo,proto3,oneof"`
}

type Failure_ChildWorkflowExecutionFailureInfo

type Failure_ChildWorkflowExecutionFailureInfo struct {
	ChildWorkflowExecutionFailureInfo *ChildWorkflowExecutionFailureInfo `protobuf:"bytes,12,opt,name=child_workflow_execution_failure_info,json=childWorkflowExecutionFailureInfo,proto3,oneof"`
}

type Failure_ResetWorkflowFailureInfo

type Failure_ResetWorkflowFailureInfo struct {
	ResetWorkflowFailureInfo *ResetWorkflowFailureInfo `protobuf:"bytes,10,opt,name=reset_workflow_failure_info,json=resetWorkflowFailureInfo,proto3,oneof"`
}

type Failure_ServerFailureInfo

type Failure_ServerFailureInfo struct {
	ServerFailureInfo *ServerFailureInfo `protobuf:"bytes,9,opt,name=server_failure_info,json=serverFailureInfo,proto3,oneof"`
}

type Failure_TerminatedFailureInfo

type Failure_TerminatedFailureInfo struct {
	TerminatedFailureInfo *TerminatedFailureInfo `protobuf:"bytes,8,opt,name=terminated_failure_info,json=terminatedFailureInfo,proto3,oneof"`
}

type Failure_TimeoutFailureInfo

type Failure_TimeoutFailureInfo struct {
	TimeoutFailureInfo *TimeoutFailureInfo `protobuf:"bytes,6,opt,name=timeout_failure_info,json=timeoutFailureInfo,proto3,oneof"`
}

type ResetWorkflowFailureInfo

type ResetWorkflowFailureInfo struct {
	LastHeartbeatDetails *v1.Payloads `protobuf:"bytes,1,opt,name=last_heartbeat_details,json=lastHeartbeatDetails,proto3" json:"last_heartbeat_details,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetWorkflowFailureInfo) Descriptor deprecated

func (*ResetWorkflowFailureInfo) Descriptor() ([]byte, []int)

Deprecated: Use ResetWorkflowFailureInfo.ProtoReflect.Descriptor instead.

func (*ResetWorkflowFailureInfo) Equal

func (this *ResetWorkflowFailureInfo) Equal(that interface{}) bool

Equal returns whether two ResetWorkflowFailureInfo values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*ResetWorkflowFailureInfo) GetLastHeartbeatDetails

func (x *ResetWorkflowFailureInfo) GetLastHeartbeatDetails() *v1.Payloads

func (*ResetWorkflowFailureInfo) Marshal

func (val *ResetWorkflowFailureInfo) Marshal() ([]byte, error)

Marshal an object of type ResetWorkflowFailureInfo to the protobuf v3 wire format

func (*ResetWorkflowFailureInfo) ProtoMessage

func (*ResetWorkflowFailureInfo) ProtoMessage()

func (*ResetWorkflowFailureInfo) ProtoReflect added in v1.26.1

func (x *ResetWorkflowFailureInfo) ProtoReflect() protoreflect.Message

func (*ResetWorkflowFailureInfo) Reset

func (x *ResetWorkflowFailureInfo) Reset()

func (*ResetWorkflowFailureInfo) Size

func (val *ResetWorkflowFailureInfo) Size() int

Size returns the size of the object, in bytes, once serialized

func (*ResetWorkflowFailureInfo) String

func (x *ResetWorkflowFailureInfo) String() string

func (*ResetWorkflowFailureInfo) Unmarshal

func (val *ResetWorkflowFailureInfo) Unmarshal(buf []byte) error

Unmarshal an object of type ResetWorkflowFailureInfo from the protobuf v3 wire format

type ServerFailureInfo

type ServerFailureInfo struct {
	NonRetryable bool `protobuf:"varint,1,opt,name=non_retryable,json=nonRetryable,proto3" json:"non_retryable,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerFailureInfo) Descriptor deprecated

func (*ServerFailureInfo) Descriptor() ([]byte, []int)

Deprecated: Use ServerFailureInfo.ProtoReflect.Descriptor instead.

func (*ServerFailureInfo) Equal

func (this *ServerFailureInfo) Equal(that interface{}) bool

Equal returns whether two ServerFailureInfo values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*ServerFailureInfo) GetNonRetryable

func (x *ServerFailureInfo) GetNonRetryable() bool

func (*ServerFailureInfo) Marshal

func (val *ServerFailureInfo) Marshal() ([]byte, error)

Marshal an object of type ServerFailureInfo to the protobuf v3 wire format

func (*ServerFailureInfo) ProtoMessage

func (*ServerFailureInfo) ProtoMessage()

func (*ServerFailureInfo) ProtoReflect added in v1.26.1

func (x *ServerFailureInfo) ProtoReflect() protoreflect.Message

func (*ServerFailureInfo) Reset

func (x *ServerFailureInfo) Reset()

func (*ServerFailureInfo) Size

func (val *ServerFailureInfo) Size() int

Size returns the size of the object, in bytes, once serialized

func (*ServerFailureInfo) String

func (x *ServerFailureInfo) String() string

func (*ServerFailureInfo) Unmarshal

func (val *ServerFailureInfo) Unmarshal(buf []byte) error

Unmarshal an object of type ServerFailureInfo from the protobuf v3 wire format

type TerminatedFailureInfo

type TerminatedFailureInfo struct {
	// contains filtered or unexported fields
}

func (*TerminatedFailureInfo) Descriptor deprecated

func (*TerminatedFailureInfo) Descriptor() ([]byte, []int)

Deprecated: Use TerminatedFailureInfo.ProtoReflect.Descriptor instead.

func (*TerminatedFailureInfo) Equal

func (this *TerminatedFailureInfo) Equal(that interface{}) bool

Equal returns whether two TerminatedFailureInfo values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*TerminatedFailureInfo) Marshal

func (val *TerminatedFailureInfo) Marshal() ([]byte, error)

Marshal an object of type TerminatedFailureInfo to the protobuf v3 wire format

func (*TerminatedFailureInfo) ProtoMessage

func (*TerminatedFailureInfo) ProtoMessage()

func (*TerminatedFailureInfo) ProtoReflect added in v1.26.1

func (x *TerminatedFailureInfo) ProtoReflect() protoreflect.Message

func (*TerminatedFailureInfo) Reset

func (x *TerminatedFailureInfo) Reset()

func (*TerminatedFailureInfo) Size

func (val *TerminatedFailureInfo) Size() int

Size returns the size of the object, in bytes, once serialized

func (*TerminatedFailureInfo) String

func (x *TerminatedFailureInfo) String() string

func (*TerminatedFailureInfo) Unmarshal

func (val *TerminatedFailureInfo) Unmarshal(buf []byte) error

Unmarshal an object of type TerminatedFailureInfo from the protobuf v3 wire format

type TimeoutFailureInfo

type TimeoutFailureInfo struct {
	TimeoutType          v11.TimeoutType `` /* 134-byte string literal not displayed */
	LastHeartbeatDetails *v1.Payloads    `protobuf:"bytes,2,opt,name=last_heartbeat_details,json=lastHeartbeatDetails,proto3" json:"last_heartbeat_details,omitempty"`
	// contains filtered or unexported fields
}

func (*TimeoutFailureInfo) Descriptor deprecated

func (*TimeoutFailureInfo) Descriptor() ([]byte, []int)

Deprecated: Use TimeoutFailureInfo.ProtoReflect.Descriptor instead.

func (*TimeoutFailureInfo) Equal

func (this *TimeoutFailureInfo) Equal(that interface{}) bool

Equal returns whether two TimeoutFailureInfo values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*TimeoutFailureInfo) GetLastHeartbeatDetails

func (x *TimeoutFailureInfo) GetLastHeartbeatDetails() *v1.Payloads

func (*TimeoutFailureInfo) GetTimeoutType

func (x *TimeoutFailureInfo) GetTimeoutType() v11.TimeoutType

func (*TimeoutFailureInfo) Marshal

func (val *TimeoutFailureInfo) Marshal() ([]byte, error)

Marshal an object of type TimeoutFailureInfo to the protobuf v3 wire format

func (*TimeoutFailureInfo) ProtoMessage

func (*TimeoutFailureInfo) ProtoMessage()

func (*TimeoutFailureInfo) ProtoReflect added in v1.26.1

func (x *TimeoutFailureInfo) ProtoReflect() protoreflect.Message

func (*TimeoutFailureInfo) Reset

func (x *TimeoutFailureInfo) Reset()

func (*TimeoutFailureInfo) Size

func (val *TimeoutFailureInfo) Size() int

Size returns the size of the object, in bytes, once serialized

func (*TimeoutFailureInfo) String

func (x *TimeoutFailureInfo) String() string

func (*TimeoutFailureInfo) Unmarshal

func (val *TimeoutFailureInfo) Unmarshal(buf []byte) error

Unmarshal an object of type TimeoutFailureInfo from the protobuf v3 wire format

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL