version

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: 7 Imported by: 9

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_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) Descriptor() ([]byte, []int)

Deprecated: Use Alert.ProtoReflect.Descriptor instead.

func (*Alert) Equal added in v1.1.0

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

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 (x *Alert) GetMessage() string

func (*Alert) GetSeverity added in v1.1.0

func (x *Alert) GetSeverity() v1.Severity

func (*Alert) Marshal added in v1.1.0

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

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

func (*Alert) Reset added in v1.1.0

func (x *Alert) Reset()

func (*Alert) Size added in v1.1.0

func (val *Alert) Size() int

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

func (*Alert) String added in v1.1.0

func (x *Alert) String() string

func (*Alert) Unmarshal added in v1.1.0

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

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

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

Jump to

Keyboard shortcuts

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