Documentation ¶
Overview ¶
Package base is a generated protocol buffer package.
It is generated from these files:
google.golang.org/appengine/internal/base/api_base.proto
It has these top-level messages:
StringProto Integer32Proto Integer64Proto BoolProto DoubleProto BytesProto VoidProto
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoolProto ¶
type BoolProto struct { Value *bool `protobuf:"varint,1,req,name=value" json:"value,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*BoolProto) ProtoMessage ¶
func (*BoolProto) ProtoMessage()
type BytesProto ¶
type BytesProto struct { Value []byte `protobuf:"bytes,1,req,name=value" json:"value,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*BytesProto) GetValue ¶
func (m *BytesProto) GetValue() []byte
func (*BytesProto) ProtoMessage ¶
func (*BytesProto) ProtoMessage()
func (*BytesProto) Reset ¶
func (m *BytesProto) Reset()
func (*BytesProto) String ¶
func (m *BytesProto) String() string
type DoubleProto ¶
type DoubleProto struct { Value *float64 `protobuf:"fixed64,1,req,name=value" json:"value,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*DoubleProto) GetValue ¶
func (m *DoubleProto) GetValue() float64
func (*DoubleProto) ProtoMessage ¶
func (*DoubleProto) ProtoMessage()
func (*DoubleProto) Reset ¶
func (m *DoubleProto) Reset()
func (*DoubleProto) String ¶
func (m *DoubleProto) String() string
type Integer32Proto ¶
type Integer32Proto struct { Value *int32 `protobuf:"varint,1,req,name=value" json:"value,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Integer32Proto) GetValue ¶
func (m *Integer32Proto) GetValue() int32
func (*Integer32Proto) ProtoMessage ¶
func (*Integer32Proto) ProtoMessage()
func (*Integer32Proto) Reset ¶
func (m *Integer32Proto) Reset()
func (*Integer32Proto) String ¶
func (m *Integer32Proto) String() string
type Integer64Proto ¶
type Integer64Proto struct { Value *int64 `protobuf:"varint,1,req,name=value" json:"value,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Integer64Proto) GetValue ¶
func (m *Integer64Proto) GetValue() int64
func (*Integer64Proto) ProtoMessage ¶
func (*Integer64Proto) ProtoMessage()
func (*Integer64Proto) Reset ¶
func (m *Integer64Proto) Reset()
func (*Integer64Proto) String ¶
func (m *Integer64Proto) String() string
type StringProto ¶
type StringProto struct { Value *string `protobuf:"bytes,1,req,name=value" json:"value,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*StringProto) GetValue ¶
func (m *StringProto) GetValue() string
func (*StringProto) ProtoMessage ¶
func (*StringProto) ProtoMessage()
func (*StringProto) Reset ¶
func (m *StringProto) Reset()
func (*StringProto) String ¶
func (m *StringProto) String() string
Click to show internal directories.
Click to hide internal directories.