For more information on the search, visit the help page.
_SearchAttributeUpdate
key
value
_key
_value
common
ActivityIDConflictPolicy
FAIL
UNSPECIFIED
USE_EXISTING
ActivityIDReusePolicy
ALLOW_DUPLICATE
ALLOW_DUPLICATE_FAILED_ONLY
REJECT_DUPLICATE
AutoUpgradeVersioningOverride
_to_proto
MetricCommon
with_additional_attributes
description
name
unit
MetricCounter
add
MetricGauge
set
MetricGaugeFloat
MetricHistogram
record
MetricHistogramFloat
MetricHistogramTimedelta
MetricMeter
create_counter
create_gauge
create_gauge_float
create_histogram
create_histogram_float
create_histogram_timedelta
noop
NexusOperationCancellationState
BACKING_OFF
BLOCKED
FAILED
SCHEDULED
SUCCEEDED
TIMED_OUT
NexusOperationExecutionStatus
CANCELED
COMPLETED
RUNNING
TERMINATED
NexusOperationIDConflictPolicy
NexusOperationIDReusePolicy
PendingNexusOperationExecutionState
STARTED
PinnedVersioningOverride
version
Priority
__post_init__
_from_proto
default
fairness_key
fairness_weight
priority_key
QueryRejectCondition
NONE
NOT_COMPLETED_CLEANLY
NOT_OPEN
RawValue
__getstate__
__setstate__
payload
RetryPolicy
from_proto
apply_to_proto
_validate
backoff_coefficient
initial_interval
maximum_attempts
maximum_interval
non_retryable_error_types
SearchAttributeIndexedValueType
BOOL
DATETIME
DOUBLE
INT
KEYWORD
KEYWORD_LIST
TEXT
SearchAttributeKey
for_bool
for_datetime
for_float
for_int
for_keyword
for_keyword_list
for_text
value_set
value_unset
_from_metadata_type
_guess_from_untyped_values
indexed_value_type
origin_value_type
value_type
_metadata_type
SearchAttributePair
SearchAttributeUpdate
TypedSearchAttributes
__contains__
__getitem__
__iter__
__len__
get
updated
empty
search_attributes
VersioningBehavior
VersioningOverride
WorkflowIDConflictPolicy
TERMINATE_EXISTING
WorkflowIDReusePolicy
TERMINATE_IF_RUNNING
_CompositeEvent
is_set
wait
wait_sync
async_event
thread_event
_NoopMetric
__init__
_description
_name
_unit
_NoopMetricCounter
_NoopMetricGauge
_NoopMetricGaugeFloat
_NoopMetricHistogram
_NoopMetricHistogramFloat
_NoopMetricHistogramTimedelta
_NoopMetricMeter
_SearchAttributeKey
_indexed_value_type
_value_type
_apply_headers
_arg_or_args
_type_hints_from_func
_warn_on_deprecated_search_attributes
SearchAttributeValueType
MetricAttributes
SearchAttributes
SearchAttributeValue
SearchAttributeValues
_arg_unset
_non_user_defined_callables
temporalio.common._SearchAttributeUpdate
temporalio
class _SearchAttributeUpdate(SearchAttributeUpdate[SearchAttributeValueType]): (source)
View In Hierarchy
Undocumented
SearchAttributeKey[SearchAttributeValueType]
temporalio.common.SearchAttributeUpdate.key
Key that is being set.
SearchAttributeValueType | None
temporalio.common.SearchAttributeUpdate.value
Value that is being set or None if being unset.