Documentation ¶
Overview ¶
Code generated by protoc-gen-go-helpers. DO NOT EDIT.
Index ¶
- Variables
- type Alert
- func (*Alert) Descriptor() ([]byte, []int)deprecated
- func (this *Alert) Equal(that interface{}) bool
- func (x *Alert) GetMessage() string
- func (x *Alert) GetSeverity() v1.Severity
- func (val *Alert) Marshal() ([]byte, error)
- func (*Alert) ProtoMessage()
- func (x *Alert) ProtoReflect() protoreflect.Message
- func (x *Alert) Reset()
- func (val *Alert) Size() int
- func (x *Alert) String() string
- func (val *Alert) Unmarshal(buf []byte) error
- type ReleaseInfo
- func (*ReleaseInfo) Descriptor() ([]byte, []int)deprecated
- func (this *ReleaseInfo) Equal(that interface{}) bool
- func (x *ReleaseInfo) GetNotes() string
- func (x *ReleaseInfo) GetReleaseTime() *timestamppb.Timestamp
- func (x *ReleaseInfo) GetVersion() string
- func (val *ReleaseInfo) Marshal() ([]byte, error)
- func (*ReleaseInfo) ProtoMessage()
- func (x *ReleaseInfo) ProtoReflect() protoreflect.Message
- func (x *ReleaseInfo) Reset()
- func (val *ReleaseInfo) Size() int
- func (x *ReleaseInfo) String() string
- func (val *ReleaseInfo) Unmarshal(buf []byte) error
- type VersionInfo
- func (*VersionInfo) Descriptor() ([]byte, []int)deprecated
- func (this *VersionInfo) Equal(that interface{}) bool
- func (x *VersionInfo) GetAlerts() []*Alert
- func (x *VersionInfo) GetCurrent() *ReleaseInfo
- func (x *VersionInfo) GetInstructions() string
- func (x *VersionInfo) GetLastUpdateTime() *timestamppb.Timestamp
- func (x *VersionInfo) GetRecommended() *ReleaseInfo
- func (val *VersionInfo) Marshal() ([]byte, error)
- func (*VersionInfo) ProtoMessage()
- func (x *VersionInfo) ProtoReflect() protoreflect.Message
- func (x *VersionInfo) Reset()
- func (val *VersionInfo) Size() int
- func (x *VersionInfo) String() string
- func (val *VersionInfo) Unmarshal(buf []byte) error
Constants ¶
This section is empty.
Variables ¶
var File_temporal_api_version_v1_message_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Alert ¶ added in v1.1.0
type Alert struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` Severity v1.Severity `protobuf:"varint,2,opt,name=severity,proto3,enum=temporal.api.enums.v1.Severity" json:"severity,omitempty"` // contains filtered or unexported fields }
Alert contains notification and severity.
func (*Alert) Descriptor
deprecated
added in
v1.1.0
func (*Alert) Equal ¶ added in v1.1.0
Equal returns whether two Alert 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 (*Alert) GetMessage ¶ added in v1.1.0
func (*Alert) GetSeverity ¶ added in v1.1.0
func (*Alert) Marshal ¶ added in v1.1.0
Marshal an object of type Alert to the protobuf v3 wire format
func (*Alert) ProtoMessage ¶ added in v1.1.0
func (*Alert) ProtoMessage()
func (*Alert) ProtoReflect ¶ added in v1.26.1
func (x *Alert) ProtoReflect() protoreflect.Message
type ReleaseInfo ¶ added in v1.1.0
type ReleaseInfo struct { Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` ReleaseTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=release_time,json=releaseTime,proto3" json:"release_time,omitempty"` Notes string `protobuf:"bytes,3,opt,name=notes,proto3" json:"notes,omitempty"` // contains filtered or unexported fields }
ReleaseInfo contains information about specific version of temporal.
func (*ReleaseInfo) Descriptor
deprecated
added in
v1.1.0
func (*ReleaseInfo) Descriptor() ([]byte, []int)
Deprecated: Use ReleaseInfo.ProtoReflect.Descriptor instead.
func (*ReleaseInfo) Equal ¶ added in v1.1.0
func (this *ReleaseInfo) Equal(that interface{}) bool
Equal returns whether two ReleaseInfo 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 (*ReleaseInfo) GetNotes ¶ added in v1.1.0
func (x *ReleaseInfo) GetNotes() string
func (*ReleaseInfo) GetReleaseTime ¶ added in v1.1.0
func (x *ReleaseInfo) GetReleaseTime() *timestamppb.Timestamp
func (*ReleaseInfo) GetVersion ¶ added in v1.1.0
func (x *ReleaseInfo) GetVersion() string
func (*ReleaseInfo) Marshal ¶ added in v1.1.0
func (val *ReleaseInfo) Marshal() ([]byte, error)
Marshal an object of type ReleaseInfo to the protobuf v3 wire format
func (*ReleaseInfo) ProtoMessage ¶ added in v1.1.0
func (*ReleaseInfo) ProtoMessage()
func (*ReleaseInfo) ProtoReflect ¶ added in v1.26.1
func (x *ReleaseInfo) ProtoReflect() protoreflect.Message
func (*ReleaseInfo) Reset ¶ added in v1.1.0
func (x *ReleaseInfo) Reset()
func (*ReleaseInfo) Size ¶ added in v1.1.0
func (val *ReleaseInfo) Size() int
Size returns the size of the object, in bytes, once serialized
func (*ReleaseInfo) String ¶ added in v1.1.0
func (x *ReleaseInfo) String() string
func (*ReleaseInfo) Unmarshal ¶ added in v1.1.0
func (val *ReleaseInfo) Unmarshal(buf []byte) error
Unmarshal an object of type ReleaseInfo from the protobuf v3 wire format
type VersionInfo ¶ added in v1.1.0
type VersionInfo struct { Current *ReleaseInfo `protobuf:"bytes,1,opt,name=current,proto3" json:"current,omitempty"` Recommended *ReleaseInfo `protobuf:"bytes,2,opt,name=recommended,proto3" json:"recommended,omitempty"` Instructions string `protobuf:"bytes,3,opt,name=instructions,proto3" json:"instructions,omitempty"` Alerts []*Alert `protobuf:"bytes,4,rep,name=alerts,proto3" json:"alerts,omitempty"` LastUpdateTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=last_update_time,json=lastUpdateTime,proto3" json:"last_update_time,omitempty"` // contains filtered or unexported fields }
VersionInfo contains details about current and recommended release versions as well as alerts and upgrade instructions.
func (*VersionInfo) Descriptor
deprecated
added in
v1.1.0
func (*VersionInfo) Descriptor() ([]byte, []int)
Deprecated: Use VersionInfo.ProtoReflect.Descriptor instead.
func (*VersionInfo) Equal ¶ added in v1.1.0
func (this *VersionInfo) Equal(that interface{}) bool
Equal returns whether two VersionInfo 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 (*VersionInfo) GetAlerts ¶ added in v1.1.0
func (x *VersionInfo) GetAlerts() []*Alert
func (*VersionInfo) GetCurrent ¶ added in v1.1.0
func (x *VersionInfo) GetCurrent() *ReleaseInfo
func (*VersionInfo) GetInstructions ¶ added in v1.1.0
func (x *VersionInfo) GetInstructions() string
func (*VersionInfo) GetLastUpdateTime ¶ added in v1.1.0
func (x *VersionInfo) GetLastUpdateTime() *timestamppb.Timestamp
func (*VersionInfo) GetRecommended ¶ added in v1.1.0
func (x *VersionInfo) GetRecommended() *ReleaseInfo
func (*VersionInfo) Marshal ¶ added in v1.1.0
func (val *VersionInfo) Marshal() ([]byte, error)
Marshal an object of type VersionInfo to the protobuf v3 wire format
func (*VersionInfo) ProtoMessage ¶ added in v1.1.0
func (*VersionInfo) ProtoMessage()
func (*VersionInfo) ProtoReflect ¶ added in v1.26.1
func (x *VersionInfo) ProtoReflect() protoreflect.Message
func (*VersionInfo) Reset ¶ added in v1.1.0
func (x *VersionInfo) Reset()
func (*VersionInfo) Size ¶ added in v1.1.0
func (val *VersionInfo) Size() int
Size returns the size of the object, in bytes, once serialized
func (*VersionInfo) String ¶ added in v1.1.0
func (x *VersionInfo) String() string
func (*VersionInfo) Unmarshal ¶ added in v1.1.0
func (val *VersionInfo) Unmarshal(buf []byte) error
Unmarshal an object of type VersionInfo from the protobuf v3 wire format