Versions in this module Expand all Collapse all v1 v1.0.0 Jun 1, 2021 Changes in this version + var File_google_protobuf_api_proto protoreflect.FileDescriptor + type Api struct + Methods []*Method + Mixins []*Mixin + Name string + Options []*typepb.Option + SourceContext *sourcecontextpb.SourceContext + Syntax typepb.Syntax + Version string + func (*Api) Descriptor() ([]byte, []int) + func (*Api) ProtoMessage() + func (x *Api) GetMethods() []*Method + func (x *Api) GetMixins() []*Mixin + func (x *Api) GetName() string + func (x *Api) GetOptions() []*typepb.Option + func (x *Api) GetSourceContext() *sourcecontextpb.SourceContext + func (x *Api) GetSyntax() typepb.Syntax + func (x *Api) GetVersion() string + func (x *Api) ProtoReflect() protoreflect.Message + func (x *Api) Reset() + func (x *Api) String() string + type Method struct + Name string + Options []*typepb.Option + RequestStreaming bool + RequestTypeUrl string + ResponseStreaming bool + ResponseTypeUrl string + Syntax typepb.Syntax + func (*Method) Descriptor() ([]byte, []int) + func (*Method) ProtoMessage() + func (x *Method) GetName() string + func (x *Method) GetOptions() []*typepb.Option + func (x *Method) GetRequestStreaming() bool + func (x *Method) GetRequestTypeUrl() string + func (x *Method) GetResponseStreaming() bool + func (x *Method) GetResponseTypeUrl() string + func (x *Method) GetSyntax() typepb.Syntax + func (x *Method) ProtoReflect() protoreflect.Message + func (x *Method) Reset() + func (x *Method) String() string + type Mixin struct + Name string + Root string + func (*Mixin) Descriptor() ([]byte, []int) + func (*Mixin) ProtoMessage() + func (x *Mixin) GetName() string + func (x *Mixin) GetRoot() string + func (x *Mixin) ProtoReflect() protoreflect.Message + func (x *Mixin) Reset() + func (x *Mixin) String() string