...

Package sub2

import "github.com/grpc-ecosystem/grpc-gateway/examples/internal/proto/sub2"
Overview
Index

Overview ▾

type IdMessage

type IdMessage struct {
    Uuid                 string   `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
    XXX_NoUnkeyedLiteral struct{} `json:"-"`
    XXX_unrecognized     []byte   `json:"-"`
    XXX_sizecache        int32    `json:"-"`
}

func (*IdMessage) Descriptor

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

func (*IdMessage) GetUuid

func (m *IdMessage) GetUuid() string

func (*IdMessage) ProtoMessage

func (*IdMessage) ProtoMessage()

func (*IdMessage) Reset

func (m *IdMessage) Reset()

func (*IdMessage) String

func (m *IdMessage) String() string

func (*IdMessage) XXX_DiscardUnknown

func (m *IdMessage) XXX_DiscardUnknown()

func (*IdMessage) XXX_Marshal

func (m *IdMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IdMessage) XXX_Merge

func (m *IdMessage) XXX_Merge(src proto.Message)

func (*IdMessage) XXX_Size

func (m *IdMessage) XXX_Size() int

func (*IdMessage) XXX_Unmarshal

func (m *IdMessage) XXX_Unmarshal(b []byte) error