Files
temporal/api/taskqueue/v1/message.go-helpers.pb.go
Alex Shtin 91893f1064 Remove license header from every file (#7689)
## What changed?
<!-- Describe what has changed in this PR -->
Remove license header from every file. Because it is really hard to
follow in this PR here is the summary:
1. License header is removed from all `.go` and `.proto` files
:fireworks::fireworks:🎆.
2. `LICENSE` file in the root directory has only Temporal and Uber
copyrights.
3. 5 other `LICENSE` files added to the packages which have copyrights
different from Temporal and Uber: Datadog, Xargin, "Mat Ryer, Tyler
Bunnell and contributors".
4. `license_file` flag is removed from all code generation tools.
5. `copyright_file` flag is removed from `go:generate mockgen`
directive.
6. All copyright related targets are removed from `Makefile`.
7. Updated Temporal copyright year to 2025 everywhere.

## Why?
<!-- Tell your future self why have you made these changes -->
I double checked with legal department that it is not needed to have
license header in every file. One file per repo is enough. I put all
copyrights to the root `LICENSE` file and removed header from all other
files. Also updated tools and `Makefile`.
2025-05-01 18:50:21 -07:00

266 lines
7.3 KiB
Go

// Code generated by protoc-gen-go-helpers. DO NOT EDIT.
package taskqueue
import (
"google.golang.org/protobuf/proto"
)
// Marshal an object of type TaskVersionDirective to the protobuf v3 wire format
func (val *TaskVersionDirective) Marshal() ([]byte, error) {
return proto.Marshal(val)
}
// Unmarshal an object of type TaskVersionDirective from the protobuf v3 wire format
func (val *TaskVersionDirective) Unmarshal(buf []byte) error {
return proto.Unmarshal(buf, val)
}
// Size returns the size of the object, in bytes, once serialized
func (val *TaskVersionDirective) Size() int {
return proto.Size(val)
}
// Equal returns whether two TaskVersionDirective 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 (this *TaskVersionDirective) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
var that1 *TaskVersionDirective
switch t := that.(type) {
case *TaskVersionDirective:
that1 = t
case TaskVersionDirective:
that1 = &t
default:
return false
}
return proto.Equal(this, that1)
}
// Marshal an object of type InternalTaskQueueStatus to the protobuf v3 wire format
func (val *InternalTaskQueueStatus) Marshal() ([]byte, error) {
return proto.Marshal(val)
}
// Unmarshal an object of type InternalTaskQueueStatus from the protobuf v3 wire format
func (val *InternalTaskQueueStatus) Unmarshal(buf []byte) error {
return proto.Unmarshal(buf, val)
}
// Size returns the size of the object, in bytes, once serialized
func (val *InternalTaskQueueStatus) Size() int {
return proto.Size(val)
}
// Equal returns whether two InternalTaskQueueStatus 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 (this *InternalTaskQueueStatus) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
var that1 *InternalTaskQueueStatus
switch t := that.(type) {
case *InternalTaskQueueStatus:
that1 = t
case InternalTaskQueueStatus:
that1 = &t
default:
return false
}
return proto.Equal(this, that1)
}
// Marshal an object of type TaskQueueVersionInfoInternal to the protobuf v3 wire format
func (val *TaskQueueVersionInfoInternal) Marshal() ([]byte, error) {
return proto.Marshal(val)
}
// Unmarshal an object of type TaskQueueVersionInfoInternal from the protobuf v3 wire format
func (val *TaskQueueVersionInfoInternal) Unmarshal(buf []byte) error {
return proto.Unmarshal(buf, val)
}
// Size returns the size of the object, in bytes, once serialized
func (val *TaskQueueVersionInfoInternal) Size() int {
return proto.Size(val)
}
// Equal returns whether two TaskQueueVersionInfoInternal 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 (this *TaskQueueVersionInfoInternal) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
var that1 *TaskQueueVersionInfoInternal
switch t := that.(type) {
case *TaskQueueVersionInfoInternal:
that1 = t
case TaskQueueVersionInfoInternal:
that1 = &t
default:
return false
}
return proto.Equal(this, that1)
}
// Marshal an object of type PhysicalTaskQueueInfo to the protobuf v3 wire format
func (val *PhysicalTaskQueueInfo) Marshal() ([]byte, error) {
return proto.Marshal(val)
}
// Unmarshal an object of type PhysicalTaskQueueInfo from the protobuf v3 wire format
func (val *PhysicalTaskQueueInfo) Unmarshal(buf []byte) error {
return proto.Unmarshal(buf, val)
}
// Size returns the size of the object, in bytes, once serialized
func (val *PhysicalTaskQueueInfo) Size() int {
return proto.Size(val)
}
// Equal returns whether two PhysicalTaskQueueInfo 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 (this *PhysicalTaskQueueInfo) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
var that1 *PhysicalTaskQueueInfo
switch t := that.(type) {
case *PhysicalTaskQueueInfo:
that1 = t
case PhysicalTaskQueueInfo:
that1 = &t
default:
return false
}
return proto.Equal(this, that1)
}
// Marshal an object of type TaskQueuePartition to the protobuf v3 wire format
func (val *TaskQueuePartition) Marshal() ([]byte, error) {
return proto.Marshal(val)
}
// Unmarshal an object of type TaskQueuePartition from the protobuf v3 wire format
func (val *TaskQueuePartition) Unmarshal(buf []byte) error {
return proto.Unmarshal(buf, val)
}
// Size returns the size of the object, in bytes, once serialized
func (val *TaskQueuePartition) Size() int {
return proto.Size(val)
}
// Equal returns whether two TaskQueuePartition 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 (this *TaskQueuePartition) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
var that1 *TaskQueuePartition
switch t := that.(type) {
case *TaskQueuePartition:
that1 = t
case TaskQueuePartition:
that1 = &t
default:
return false
}
return proto.Equal(this, that1)
}
// Marshal an object of type BuildIdRedirectInfo to the protobuf v3 wire format
func (val *BuildIdRedirectInfo) Marshal() ([]byte, error) {
return proto.Marshal(val)
}
// Unmarshal an object of type BuildIdRedirectInfo from the protobuf v3 wire format
func (val *BuildIdRedirectInfo) Unmarshal(buf []byte) error {
return proto.Unmarshal(buf, val)
}
// Size returns the size of the object, in bytes, once serialized
func (val *BuildIdRedirectInfo) Size() int {
return proto.Size(val)
}
// Equal returns whether two BuildIdRedirectInfo 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 (this *BuildIdRedirectInfo) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
var that1 *BuildIdRedirectInfo
switch t := that.(type) {
case *BuildIdRedirectInfo:
that1 = t
case BuildIdRedirectInfo:
that1 = &t
default:
return false
}
return proto.Equal(this, that1)
}
// Marshal an object of type TaskForwardInfo to the protobuf v3 wire format
func (val *TaskForwardInfo) Marshal() ([]byte, error) {
return proto.Marshal(val)
}
// Unmarshal an object of type TaskForwardInfo from the protobuf v3 wire format
func (val *TaskForwardInfo) Unmarshal(buf []byte) error {
return proto.Unmarshal(buf, val)
}
// Size returns the size of the object, in bytes, once serialized
func (val *TaskForwardInfo) Size() int {
return proto.Size(val)
}
// Equal returns whether two TaskForwardInfo 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 (this *TaskForwardInfo) Equal(that interface{}) bool {
if that == nil {
return this == nil
}
var that1 *TaskForwardInfo
switch t := that.(type) {
case *TaskForwardInfo:
that1 = t
case TaskForwardInfo:
that1 = &t
default:
return false
}
return proto.Equal(this, that1)
}