package sub

import "github.com/grpc-ecosystem/grpc-gateway/v2/examples/internal/proto/sub"

Index

Variables

var File_examples_internal_proto_sub_message_proto protoreflect.FileDescriptor

Types

type StringMessage

type StringMessage struct {
	Value *string `protobuf:"bytes,1,req,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*StringMessage) Descriptor

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

Deprecated: Use StringMessage.ProtoReflect.Descriptor instead.

func (*StringMessage) GetValue

func (x *StringMessage) GetValue() string

func (*StringMessage) ProtoMessage

func (*StringMessage) ProtoMessage()

func (*StringMessage) ProtoReflect

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

func (*StringMessage) Reset

func (x *StringMessage) Reset()

func (*StringMessage) String

func (x *StringMessage) String() string

Source Files

message.pb.go

Version
v2.26.1 (latest)
Published
Feb 7, 2025
Platform
linux/amd64
Imports
4 packages
Last checked
6 days ago

Tools for package owners.