Versions in this module Expand all Collapse all v1 v1.1.0 Jul 23, 2016 v1.0.0 Jun 15, 2016 Changes in this version + var E_Http = &proto.ExtensionDesc + type CustomHttpPattern struct + Kind string + Path string + func (*CustomHttpPattern) Descriptor() ([]byte, []int) + func (*CustomHttpPattern) ProtoMessage() + func (m *CustomHttpPattern) Reset() + func (m *CustomHttpPattern) String() string + type HttpRule struct + AdditionalBindings []*HttpRule + Body string + Pattern isHttpRule_Pattern + func (*HttpRule) Descriptor() ([]byte, []int) + func (*HttpRule) ProtoMessage() + func (*HttpRule) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *HttpRule) GetAdditionalBindings() []*HttpRule + func (m *HttpRule) GetCustom() *CustomHttpPattern + func (m *HttpRule) GetDelete() string + func (m *HttpRule) GetGet() string + func (m *HttpRule) GetPatch() string + func (m *HttpRule) GetPattern() isHttpRule_Pattern + func (m *HttpRule) GetPost() string + func (m *HttpRule) GetPut() string + func (m *HttpRule) Reset() + func (m *HttpRule) String() string + type HttpRule_Custom struct + Custom *CustomHttpPattern + type HttpRule_Delete struct + Delete string + type HttpRule_Get struct + Get string + type HttpRule_Patch struct + Patch string + type HttpRule_Post struct + Post string + type HttpRule_Put struct + Put string