Documentation
¶
Index ¶
- Variables
- type Service
- func (*Service) Descriptor() ([]byte, []int)deprecated
- func (x *Service) GetExtensions() []*openapiv3.NamedAny
- func (x *Service) GetParameters() []*openapiv3.Parameter
- func (x *Service) GetSecurity() []*openapiv3.NamedStringArray
- func (x *Service) GetServers() []*openapiv3.Server
- func (x *Service) GetTags() []string
- func (*Service) ProtoMessage()
- func (x *Service) ProtoReflect() protoreflect.Message
- func (x *Service) Reset()
- func (x *Service) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// optional openapi.v3.Service service = 1144;
E_Service = &file_openapiv3_service_proto_extTypes[0]
)
Extension fields to descriptorpb.ServiceOptions.
View Source
var File_openapiv3_service_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Service ¶ added in v0.7.5
type Service struct {
Tags []string `protobuf:"bytes,1,rep,name=tags,proto3" json:"tags,omitempty"`
Parameters []*openapiv3.Parameter `protobuf:"bytes,3,rep,name=parameters,proto3" json:"parameters,omitempty"`
Security []*openapiv3.NamedStringArray `protobuf:"bytes,4,rep,name=security,proto3" json:"security,omitempty"`
Servers []*openapiv3.Server `protobuf:"bytes,5,rep,name=servers,proto3" json:"servers,omitempty"`
Extensions []*openapiv3.NamedAny `protobuf:"bytes,6,rep,name=extensions,proto3" json:"extensions,omitempty"`
// contains filtered or unexported fields
}
func (*Service) Descriptor
deprecated
added in
v0.7.5
func (*Service) GetExtensions ¶ added in v0.7.8
func (*Service) GetParameters ¶ added in v0.7.5
func (*Service) GetSecurity ¶ added in v0.7.5
func (x *Service) GetSecurity() []*openapiv3.NamedStringArray
func (*Service) GetServers ¶ added in v0.7.5
func (*Service) ProtoMessage ¶ added in v0.7.5
func (*Service) ProtoMessage()
func (*Service) ProtoReflect ¶ added in v0.7.5
func (x *Service) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.