package base

import "google.golang.org/appengine/internal/base"

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

Types

type BoolProto

type BoolProto struct {
	Value            *bool  `protobuf:"varint,1,req,name=value" json:"value,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*BoolProto) GetValue

func (m *BoolProto) GetValue() bool

func (*BoolProto) ProtoMessage

func (*BoolProto) ProtoMessage()

func (*BoolProto) Reset

func (m *BoolProto) Reset()

func (*BoolProto) String

func (m *BoolProto) String() string

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

type VoidProto

type VoidProto struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*VoidProto) ProtoMessage

func (*VoidProto) ProtoMessage()

func (*VoidProto) Reset

func (m *VoidProto) Reset()

func (*VoidProto) String

func (m *VoidProto) String() string

Source Files

api_base.pb.go

Version
v1.0.0
Published
Sep 29, 2016
Platform
windows/amd64
Imports
3 packages
Last checked
8 hours ago

Tools for package owners.