namespace

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: 21

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_namespace_v1_message_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type BadBinaries

type BadBinaries struct {
	Binaries map[string]*BadBinaryInfo `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BadBinaries) Descriptor deprecated

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

Deprecated: Use BadBinaries.ProtoReflect.Descriptor instead.

func (*BadBinaries) Equal

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

Equal returns whether two BadBinaries 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 (*BadBinaries) GetBinaries

func (x *BadBinaries) GetBinaries() map[string]*BadBinaryInfo

func (*BadBinaries) Marshal

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

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

func (*BadBinaries) ProtoMessage

func (*BadBinaries) ProtoMessage()

func (*BadBinaries) ProtoReflect added in v1.26.1

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

func (*BadBinaries) Reset

func (x *BadBinaries) Reset()

func (*BadBinaries) Size

func (val *BadBinaries) Size() int

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

func (*BadBinaries) String

func (x *BadBinaries) String() string

func (*BadBinaries) Unmarshal

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

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

type BadBinaryInfo

type BadBinaryInfo struct {
	Reason     string                 `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"`
	Operator   string                 `protobuf:"bytes,2,opt,name=operator,proto3" json:"operator,omitempty"`
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// contains filtered or unexported fields
}

func (*BadBinaryInfo) Descriptor deprecated

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

Deprecated: Use BadBinaryInfo.ProtoReflect.Descriptor instead.

func (*BadBinaryInfo) Equal

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

Equal returns whether two BadBinaryInfo 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 (*BadBinaryInfo) GetCreateTime added in v0.28.0

func (x *BadBinaryInfo) GetCreateTime() *timestamppb.Timestamp

func (*BadBinaryInfo) GetOperator

func (x *BadBinaryInfo) GetOperator() string

func (*BadBinaryInfo) GetReason

func (x *BadBinaryInfo) GetReason() string

func (*BadBinaryInfo) Marshal

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

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

func (*BadBinaryInfo) ProtoMessage

func (*BadBinaryInfo) ProtoMessage()

func (*BadBinaryInfo) ProtoReflect added in v1.26.1

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

func (*BadBinaryInfo) Reset

func (x *BadBinaryInfo) Reset()

func (*BadBinaryInfo) Size

func (val *BadBinaryInfo) Size() int

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

func (*BadBinaryInfo) String

func (x *BadBinaryInfo) String() string

func (*BadBinaryInfo) Unmarshal

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

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

type NamespaceConfig

type NamespaceConfig struct {
	WorkflowExecutionRetentionTtl *durationpb.Duration `` /* 152-byte string literal not displayed */
	BadBinaries                   *BadBinaries         `protobuf:"bytes,2,opt,name=bad_binaries,json=badBinaries,proto3" json:"bad_binaries,omitempty"`
	// If unspecified (ARCHIVAL_STATE_UNSPECIFIED) then default server configuration is used.
	HistoryArchivalState v1.ArchivalState `` /* 165-byte string literal not displayed */
	HistoryArchivalUri   string           `protobuf:"bytes,4,opt,name=history_archival_uri,json=historyArchivalUri,proto3" json:"history_archival_uri,omitempty"`
	// If unspecified (ARCHIVAL_STATE_UNSPECIFIED) then default server configuration is used.
	VisibilityArchivalState v1.ArchivalState `` /* 174-byte string literal not displayed */
	VisibilityArchivalUri   string           `` /* 126-byte string literal not displayed */
	// Map from field name to alias.
	CustomSearchAttributeAliases map[string]string `` /* 237-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*NamespaceConfig) Descriptor deprecated

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

Deprecated: Use NamespaceConfig.ProtoReflect.Descriptor instead.

func (*NamespaceConfig) Equal

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

Equal returns whether two NamespaceConfig 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 (*NamespaceConfig) GetBadBinaries

func (x *NamespaceConfig) GetBadBinaries() *BadBinaries

func (*NamespaceConfig) GetCustomSearchAttributeAliases added in v1.16.0

func (x *NamespaceConfig) GetCustomSearchAttributeAliases() map[string]string

func (*NamespaceConfig) GetHistoryArchivalState

func (x *NamespaceConfig) GetHistoryArchivalState() v1.ArchivalState

func (*NamespaceConfig) GetHistoryArchivalUri

func (x *NamespaceConfig) GetHistoryArchivalUri() string

func (*NamespaceConfig) GetVisibilityArchivalState

func (x *NamespaceConfig) GetVisibilityArchivalState() v1.ArchivalState

func (*NamespaceConfig) GetVisibilityArchivalUri

func (x *NamespaceConfig) GetVisibilityArchivalUri() string

func (*NamespaceConfig) GetWorkflowExecutionRetentionTtl added in v0.28.0

func (x *NamespaceConfig) GetWorkflowExecutionRetentionTtl() *durationpb.Duration

func (*NamespaceConfig) Marshal

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

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

func (*NamespaceConfig) ProtoMessage

func (*NamespaceConfig) ProtoMessage()

func (*NamespaceConfig) ProtoReflect added in v1.26.1

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

func (*NamespaceConfig) Reset

func (x *NamespaceConfig) Reset()

func (*NamespaceConfig) Size

func (val *NamespaceConfig) Size() int

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

func (*NamespaceConfig) String

func (x *NamespaceConfig) String() string

func (*NamespaceConfig) Unmarshal

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

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

type NamespaceFilter added in v1.8.0

type NamespaceFilter struct {

	// By default namespaces in NAMESPACE_STATE_DELETED state are not included.
	// Setting include_deleted to true will include deleted namespaces.
	// Note: Namespace is in NAMESPACE_STATE_DELETED state when it was deleted from the system but associated data is not deleted yet.
	IncludeDeleted bool `protobuf:"varint,1,opt,name=include_deleted,json=includeDeleted,proto3" json:"include_deleted,omitempty"`
	// contains filtered or unexported fields
}

func (*NamespaceFilter) Descriptor deprecated added in v1.8.0

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

Deprecated: Use NamespaceFilter.ProtoReflect.Descriptor instead.

func (*NamespaceFilter) Equal added in v1.8.0

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

Equal returns whether two NamespaceFilter 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 (*NamespaceFilter) GetIncludeDeleted added in v1.8.0

func (x *NamespaceFilter) GetIncludeDeleted() bool

func (*NamespaceFilter) Marshal added in v1.8.0

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

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

func (*NamespaceFilter) ProtoMessage added in v1.8.0

func (*NamespaceFilter) ProtoMessage()

func (*NamespaceFilter) ProtoReflect added in v1.26.1

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

func (*NamespaceFilter) Reset added in v1.8.0

func (x *NamespaceFilter) Reset()

func (*NamespaceFilter) Size added in v1.8.0

func (val *NamespaceFilter) Size() int

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

func (*NamespaceFilter) String added in v1.8.0

func (x *NamespaceFilter) String() string

func (*NamespaceFilter) Unmarshal added in v1.8.0

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

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

type NamespaceInfo

type NamespaceInfo struct {
	Name        string            `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	State       v1.NamespaceState `protobuf:"varint,2,opt,name=state,proto3,enum=temporal.api.enums.v1.NamespaceState" json:"state,omitempty"`
	Description string            `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	OwnerEmail  string            `protobuf:"bytes,4,opt,name=owner_email,json=ownerEmail,proto3" json:"owner_email,omitempty"`
	// A key-value map for any customized purpose.
	Data map[string]string `` /* 149-byte string literal not displayed */
	Id   string            `protobuf:"bytes,6,opt,name=id,proto3" json:"id,omitempty"`
	// All capabilities the namespace supports.
	Capabilities *NamespaceInfo_Capabilities `protobuf:"bytes,7,opt,name=capabilities,proto3" json:"capabilities,omitempty"`
	// Whether scheduled workflows are supported on this namespace. This is only needed
	// temporarily while the feature is experimental, so we can give it a high tag.
	SupportsSchedules bool `protobuf:"varint,100,opt,name=supports_schedules,json=supportsSchedules,proto3" json:"supports_schedules,omitempty"`
	// contains filtered or unexported fields
}

func (*NamespaceInfo) Descriptor deprecated

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

Deprecated: Use NamespaceInfo.ProtoReflect.Descriptor instead.

func (*NamespaceInfo) Equal

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

Equal returns whether two NamespaceInfo 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 (*NamespaceInfo) GetCapabilities added in v1.27.0

func (x *NamespaceInfo) GetCapabilities() *NamespaceInfo_Capabilities

func (*NamespaceInfo) GetData

func (x *NamespaceInfo) GetData() map[string]string

func (*NamespaceInfo) GetDescription

func (x *NamespaceInfo) GetDescription() string

func (*NamespaceInfo) GetId

func (x *NamespaceInfo) GetId() string

func (*NamespaceInfo) GetName

func (x *NamespaceInfo) GetName() string

func (*NamespaceInfo) GetOwnerEmail

func (x *NamespaceInfo) GetOwnerEmail() string

func (*NamespaceInfo) GetState

func (x *NamespaceInfo) GetState() v1.NamespaceState

func (*NamespaceInfo) GetSupportsSchedules added in v1.8.0

func (x *NamespaceInfo) GetSupportsSchedules() bool

func (*NamespaceInfo) Marshal

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

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

func (*NamespaceInfo) ProtoMessage

func (*NamespaceInfo) ProtoMessage()

func (*NamespaceInfo) ProtoReflect added in v1.26.1

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

func (*NamespaceInfo) Reset

func (x *NamespaceInfo) Reset()

func (*NamespaceInfo) Size

func (val *NamespaceInfo) Size() int

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

func (*NamespaceInfo) String

func (x *NamespaceInfo) String() string

func (*NamespaceInfo) Unmarshal

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

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

type NamespaceInfo_Capabilities added in v1.27.0

type NamespaceInfo_Capabilities struct {

	// True if the namespace supports eager workflow start.
	EagerWorkflowStart bool `protobuf:"varint,1,opt,name=eager_workflow_start,json=eagerWorkflowStart,proto3" json:"eager_workflow_start,omitempty"`
	// True if the namespace supports sync update
	SyncUpdate bool `protobuf:"varint,2,opt,name=sync_update,json=syncUpdate,proto3" json:"sync_update,omitempty"`
	// True if the namespace supports async update
	AsyncUpdate bool `protobuf:"varint,3,opt,name=async_update,json=asyncUpdate,proto3" json:"async_update,omitempty"`
	// contains filtered or unexported fields
}

Namespace capability details. Should contain what features are enabled in a namespace.

func (*NamespaceInfo_Capabilities) Descriptor deprecated added in v1.27.0

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

Deprecated: Use NamespaceInfo_Capabilities.ProtoReflect.Descriptor instead.

func (*NamespaceInfo_Capabilities) GetAsyncUpdate added in v1.27.0

func (x *NamespaceInfo_Capabilities) GetAsyncUpdate() bool

func (*NamespaceInfo_Capabilities) GetEagerWorkflowStart added in v1.27.0

func (x *NamespaceInfo_Capabilities) GetEagerWorkflowStart() bool

func (*NamespaceInfo_Capabilities) GetSyncUpdate added in v1.27.0

func (x *NamespaceInfo_Capabilities) GetSyncUpdate() bool

func (*NamespaceInfo_Capabilities) ProtoMessage added in v1.27.0

func (*NamespaceInfo_Capabilities) ProtoMessage()

func (*NamespaceInfo_Capabilities) ProtoReflect added in v1.27.0

func (*NamespaceInfo_Capabilities) Reset added in v1.27.0

func (x *NamespaceInfo_Capabilities) Reset()

func (*NamespaceInfo_Capabilities) String added in v1.27.0

func (x *NamespaceInfo_Capabilities) String() string

type UpdateNamespaceInfo

type UpdateNamespaceInfo struct {
	Description string `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
	OwnerEmail  string `protobuf:"bytes,2,opt,name=owner_email,json=ownerEmail,proto3" json:"owner_email,omitempty"`
	// A key-value map for any customized purpose.
	// If data already exists on the namespace,
	// this will merge with the existing key values.
	Data map[string]string `` /* 149-byte string literal not displayed */
	// New namespace state, server will reject if transition is not allowed.
	// Allowed transitions are:
	//
	//	Registered -> [ Deleted | Deprecated | Handover ]
	//	Handover -> [ Registered ]
	//
	// Default is NAMESPACE_STATE_UNSPECIFIED which is do not change state.
	State v1.NamespaceState `protobuf:"varint,4,opt,name=state,proto3,enum=temporal.api.enums.v1.NamespaceState" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateNamespaceInfo) Descriptor deprecated

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

Deprecated: Use UpdateNamespaceInfo.ProtoReflect.Descriptor instead.

func (*UpdateNamespaceInfo) Equal

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

Equal returns whether two UpdateNamespaceInfo 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 (*UpdateNamespaceInfo) GetData

func (x *UpdateNamespaceInfo) GetData() map[string]string

func (*UpdateNamespaceInfo) GetDescription

func (x *UpdateNamespaceInfo) GetDescription() string

func (*UpdateNamespaceInfo) GetOwnerEmail

func (x *UpdateNamespaceInfo) GetOwnerEmail() string

func (*UpdateNamespaceInfo) GetState added in v1.7.0

func (x *UpdateNamespaceInfo) GetState() v1.NamespaceState

func (*UpdateNamespaceInfo) Marshal

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

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

func (*UpdateNamespaceInfo) ProtoMessage

func (*UpdateNamespaceInfo) ProtoMessage()

func (*UpdateNamespaceInfo) ProtoReflect added in v1.26.1

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

func (*UpdateNamespaceInfo) Reset

func (x *UpdateNamespaceInfo) Reset()

func (*UpdateNamespaceInfo) Size

func (val *UpdateNamespaceInfo) Size() int

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

func (*UpdateNamespaceInfo) String

func (x *UpdateNamespaceInfo) String() string

func (*UpdateNamespaceInfo) Unmarshal

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

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

Jump to

Keyboard shortcuts

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