package extender

import "google.golang.org/protobuf/internal/testprotos/race/extender"

Index

Variables

var (
	// optional string s = 2;
	E_S = &file_internal_testprotos_race_extender_test_proto_extTypes[0]
)

Extension fields to message.MyMessage.

var File_internal_testprotos_race_extender_test_proto protoreflect.FileDescriptor

Types

type OtherMessage

type OtherMessage struct {
	I32 *int32 `protobuf:"varint,1,opt,name=i32" json:"i32,omitempty"`
	// contains filtered or unexported fields
}

func (*OtherMessage) Descriptor

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

Deprecated: Use OtherMessage.ProtoReflect.Descriptor instead.

func (*OtherMessage) GetI32

func (x *OtherMessage) GetI32() int32

func (*OtherMessage) ProtoMessage

func (*OtherMessage) ProtoMessage()

func (*OtherMessage) ProtoReflect

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

func (*OtherMessage) Reset

func (x *OtherMessage) Reset()

func (*OtherMessage) String

func (x *OtherMessage) String() string

Source Files

test.pb.go

Version
v1.36.5 (latest)
Published
Feb 6, 2025
Platform
linux/amd64
Imports
6 packages
Last checked
10 hours ago

Tools for package owners.