Versions in this module Expand all Collapse all v0 v0.6.9 Nov 26, 2024 Changes in this version + var E_Document = &file_openapiv3_annotations_proto_extTypes[0] + var E_Operation = &file_openapiv3_annotations_proto_extTypes[1] + var E_Property = &file_openapiv3_annotations_proto_extTypes[3] + var E_Schema = &file_openapiv3_annotations_proto_extTypes[2] + var File_openapiv3_annotations_proto protoreflect.FileDescriptor v0.6.8 Apr 12, 2022 Changes in this version + var File_openapiv3_OpenAPIv3_proto protoreflect.FileDescriptor + func Version() string + type AdditionalPropertiesItem struct + Oneof isAdditionalPropertiesItem_Oneof + func NewAdditionalPropertiesItem(in *yaml.Node, context *compiler.Context) (*AdditionalPropertiesItem, error) + func (*AdditionalPropertiesItem) Descriptor() ([]byte, []int) + func (*AdditionalPropertiesItem) ProtoMessage() + func (m *AdditionalPropertiesItem) GetOneof() isAdditionalPropertiesItem_Oneof + func (m *AdditionalPropertiesItem) ResolveReferences(root string) (*yaml.Node, error) + func (m *AdditionalPropertiesItem) ToRawInfo() *yaml.Node + func (x *AdditionalPropertiesItem) GetBoolean() bool + func (x *AdditionalPropertiesItem) GetSchemaOrReference() *SchemaOrReference + func (x *AdditionalPropertiesItem) ProtoReflect() protoreflect.Message + func (x *AdditionalPropertiesItem) Reset() + func (x *AdditionalPropertiesItem) String() string + type AdditionalPropertiesItem_Boolean struct + Boolean bool + type AdditionalPropertiesItem_SchemaOrReference struct + SchemaOrReference *SchemaOrReference + type Any struct + Value *anypb.Any + Yaml string + func NewAny(in *yaml.Node, context *compiler.Context) (*Any, error) + func (*Any) Descriptor() ([]byte, []int) + func (*Any) ProtoMessage() + func (m *Any) ResolveReferences(root string) (*yaml.Node, error) + func (m *Any) ToRawInfo() *yaml.Node + func (x *Any) GetValue() *anypb.Any + func (x *Any) GetYaml() string + func (x *Any) ProtoReflect() protoreflect.Message + func (x *Any) Reset() + func (x *Any) String() string + type AnyOrExpression struct + Oneof isAnyOrExpression_Oneof + func NewAnyOrExpression(in *yaml.Node, context *compiler.Context) (*AnyOrExpression, error) + func (*AnyOrExpression) Descriptor() ([]byte, []int) + func (*AnyOrExpression) ProtoMessage() + func (m *AnyOrExpression) GetOneof() isAnyOrExpression_Oneof + func (m *AnyOrExpression) ResolveReferences(root string) (*yaml.Node, error) + func (m *AnyOrExpression) ToRawInfo() *yaml.Node + func (x *AnyOrExpression) GetAny() *Any + func (x *AnyOrExpression) GetExpression() *Expression + func (x *AnyOrExpression) ProtoReflect() protoreflect.Message + func (x *AnyOrExpression) Reset() + func (x *AnyOrExpression) String() string + type AnyOrExpression_Any struct + Any *Any + type AnyOrExpression_Expression struct + Expression *Expression + type Callback struct + Path []*NamedPathItem + SpecificationExtension []*NamedAny + func NewCallback(in *yaml.Node, context *compiler.Context) (*Callback, error) + func (*Callback) Descriptor() ([]byte, []int) + func (*Callback) ProtoMessage() + func (m *Callback) ResolveReferences(root string) (*yaml.Node, error) + func (m *Callback) ToRawInfo() *yaml.Node + func (x *Callback) GetPath() []*NamedPathItem + func (x *Callback) GetSpecificationExtension() []*NamedAny + func (x *Callback) ProtoReflect() protoreflect.Message + func (x *Callback) Reset() + func (x *Callback) String() string + type CallbackOrReference struct + Oneof isCallbackOrReference_Oneof + func NewCallbackOrReference(in *yaml.Node, context *compiler.Context) (*CallbackOrReference, error) + func (*CallbackOrReference) Descriptor() ([]byte, []int) + func (*CallbackOrReference) ProtoMessage() + func (m *CallbackOrReference) GetOneof() isCallbackOrReference_Oneof + func (m *CallbackOrReference) ResolveReferences(root string) (*yaml.Node, error) + func (m *CallbackOrReference) ToRawInfo() *yaml.Node + func (x *CallbackOrReference) GetCallback() *Callback + func (x *CallbackOrReference) GetReference() *Reference + func (x *CallbackOrReference) ProtoReflect() protoreflect.Message + func (x *CallbackOrReference) Reset() + func (x *CallbackOrReference) String() string + type CallbackOrReference_Callback struct + Callback *Callback + type CallbackOrReference_Reference struct + Reference *Reference + type CallbacksOrReferences struct + AdditionalProperties []*NamedCallbackOrReference + func NewCallbacksOrReferences(in *yaml.Node, context *compiler.Context) (*CallbacksOrReferences, error) + func (*CallbacksOrReferences) Descriptor() ([]byte, []int) + func (*CallbacksOrReferences) ProtoMessage() + func (m *CallbacksOrReferences) ResolveReferences(root string) (*yaml.Node, error) + func (m *CallbacksOrReferences) ToRawInfo() *yaml.Node + func (x *CallbacksOrReferences) GetAdditionalProperties() []*NamedCallbackOrReference + func (x *CallbacksOrReferences) ProtoReflect() protoreflect.Message + func (x *CallbacksOrReferences) Reset() + func (x *CallbacksOrReferences) String() string + type Components struct + Callbacks *CallbacksOrReferences + Examples *ExamplesOrReferences + Headers *HeadersOrReferences + Links *LinksOrReferences + Parameters *ParametersOrReferences + RequestBodies *RequestBodiesOrReferences + Responses *ResponsesOrReferences + Schemas *SchemasOrReferences + SecuritySchemes *SecuritySchemesOrReferences + SpecificationExtension []*NamedAny + func NewComponents(in *yaml.Node, context *compiler.Context) (*Components, error) + func (*Components) Descriptor() ([]byte, []int) + func (*Components) ProtoMessage() + func (m *Components) ResolveReferences(root string) (*yaml.Node, error) + func (m *Components) ToRawInfo() *yaml.Node + func (x *Components) GetCallbacks() *CallbacksOrReferences + func (x *Components) GetExamples() *ExamplesOrReferences + func (x *Components) GetHeaders() *HeadersOrReferences + func (x *Components) GetLinks() *LinksOrReferences + func (x *Components) GetParameters() *ParametersOrReferences + func (x *Components) GetRequestBodies() *RequestBodiesOrReferences + func (x *Components) GetResponses() *ResponsesOrReferences + func (x *Components) GetSchemas() *SchemasOrReferences + func (x *Components) GetSecuritySchemes() *SecuritySchemesOrReferences + func (x *Components) GetSpecificationExtension() []*NamedAny + func (x *Components) ProtoReflect() protoreflect.Message + func (x *Components) Reset() + func (x *Components) String() string + type Contact struct + Email string + Name string + SpecificationExtension []*NamedAny + Url string + func NewContact(in *yaml.Node, context *compiler.Context) (*Contact, error) + func (*Contact) Descriptor() ([]byte, []int) + func (*Contact) ProtoMessage() + func (m *Contact) ResolveReferences(root string) (*yaml.Node, error) + func (m *Contact) ToRawInfo() *yaml.Node + func (x *Contact) GetEmail() string + func (x *Contact) GetName() string + func (x *Contact) GetSpecificationExtension() []*NamedAny + func (x *Contact) GetUrl() string + func (x *Contact) ProtoReflect() protoreflect.Message + func (x *Contact) Reset() + func (x *Contact) String() string + type DefaultType struct + Oneof isDefaultType_Oneof + func NewDefaultType(in *yaml.Node, context *compiler.Context) (*DefaultType, error) + func (*DefaultType) Descriptor() ([]byte, []int) + func (*DefaultType) ProtoMessage() + func (m *DefaultType) GetOneof() isDefaultType_Oneof + func (m *DefaultType) ResolveReferences(root string) (*yaml.Node, error) + func (m *DefaultType) ToRawInfo() *yaml.Node + func (x *DefaultType) GetBoolean() bool + func (x *DefaultType) GetNumber() float64 + func (x *DefaultType) GetString_() string + func (x *DefaultType) ProtoReflect() protoreflect.Message + func (x *DefaultType) Reset() + func (x *DefaultType) String() string + type DefaultType_Boolean struct + Boolean bool + type DefaultType_Number struct + Number float64 + type DefaultType_String_ struct + String_ string + type Discriminator struct + Mapping *Strings + PropertyName string + SpecificationExtension []*NamedAny + func NewDiscriminator(in *yaml.Node, context *compiler.Context) (*Discriminator, error) + func (*Discriminator) Descriptor() ([]byte, []int) + func (*Discriminator) ProtoMessage() + func (m *Discriminator) ResolveReferences(root string) (*yaml.Node, error) + func (m *Discriminator) ToRawInfo() *yaml.Node + func (x *Discriminator) GetMapping() *Strings + func (x *Discriminator) GetPropertyName() string + func (x *Discriminator) GetSpecificationExtension() []*NamedAny + func (x *Discriminator) ProtoReflect() protoreflect.Message + func (x *Discriminator) Reset() + func (x *Discriminator) String() string + type Document struct + Components *Components + ExternalDocs *ExternalDocs + Info *Info + Openapi string + Paths *Paths + Security []*SecurityRequirement + Servers []*Server + SpecificationExtension []*NamedAny + Tags []*Tag + func NewDocument(in *yaml.Node, context *compiler.Context) (*Document, error) + func ParseDocument(b []byte) (*Document, error) + func (*Document) Descriptor() ([]byte, []int) + func (*Document) ProtoMessage() + func (d *Document) YAMLValue(comment string) ([]byte, error) + func (m *Document) ResolveReferences(root string) (*yaml.Node, error) + func (m *Document) ToRawInfo() *yaml.Node + func (x *Document) GetComponents() *Components + func (x *Document) GetExternalDocs() *ExternalDocs + func (x *Document) GetInfo() *Info + func (x *Document) GetOpenapi() string + func (x *Document) GetPaths() *Paths + func (x *Document) GetSecurity() []*SecurityRequirement + func (x *Document) GetServers() []*Server + func (x *Document) GetSpecificationExtension() []*NamedAny + func (x *Document) GetTags() []*Tag + func (x *Document) ProtoReflect() protoreflect.Message + func (x *Document) Reset() + func (x *Document) String() string + type Encoding struct + AllowReserved bool + ContentType string + Explode bool + Headers *HeadersOrReferences + SpecificationExtension []*NamedAny + Style string + func NewEncoding(in *yaml.Node, context *compiler.Context) (*Encoding, error) + func (*Encoding) Descriptor() ([]byte, []int) + func (*Encoding) ProtoMessage() + func (m *Encoding) ResolveReferences(root string) (*yaml.Node, error) + func (m *Encoding) ToRawInfo() *yaml.Node + func (x *Encoding) GetAllowReserved() bool + func (x *Encoding) GetContentType() string + func (x *Encoding) GetExplode() bool + func (x *Encoding) GetHeaders() *HeadersOrReferences + func (x *Encoding) GetSpecificationExtension() []*NamedAny + func (x *Encoding) GetStyle() string + func (x *Encoding) ProtoReflect() protoreflect.Message + func (x *Encoding) Reset() + func (x *Encoding) String() string + type Encodings struct + AdditionalProperties []*NamedEncoding + func NewEncodings(in *yaml.Node, context *compiler.Context) (*Encodings, error) + func (*Encodings) Descriptor() ([]byte, []int) + func (*Encodings) ProtoMessage() + func (m *Encodings) ResolveReferences(root string) (*yaml.Node, error) + func (m *Encodings) ToRawInfo() *yaml.Node + func (x *Encodings) GetAdditionalProperties() []*NamedEncoding + func (x *Encodings) ProtoReflect() protoreflect.Message + func (x *Encodings) Reset() + func (x *Encodings) String() string + type Example struct + Description string + ExternalValue string + SpecificationExtension []*NamedAny + Summary string + Value *Any + func NewExample(in *yaml.Node, context *compiler.Context) (*Example, error) + func (*Example) Descriptor() ([]byte, []int) + func (*Example) ProtoMessage() + func (m *Example) ResolveReferences(root string) (*yaml.Node, error) + func (m *Example) ToRawInfo() *yaml.Node + func (x *Example) GetDescription() string + func (x *Example) GetExternalValue() string + func (x *Example) GetSpecificationExtension() []*NamedAny + func (x *Example) GetSummary() string + func (x *Example) GetValue() *Any + func (x *Example) ProtoReflect() protoreflect.Message + func (x *Example) Reset() + func (x *Example) String() string + type ExampleOrReference struct + Oneof isExampleOrReference_Oneof + func NewExampleOrReference(in *yaml.Node, context *compiler.Context) (*ExampleOrReference, error) + func (*ExampleOrReference) Descriptor() ([]byte, []int) + func (*ExampleOrReference) ProtoMessage() + func (m *ExampleOrReference) GetOneof() isExampleOrReference_Oneof + func (m *ExampleOrReference) ResolveReferences(root string) (*yaml.Node, error) + func (m *ExampleOrReference) ToRawInfo() *yaml.Node + func (x *ExampleOrReference) GetExample() *Example + func (x *ExampleOrReference) GetReference() *Reference + func (x *ExampleOrReference) ProtoReflect() protoreflect.Message + func (x *ExampleOrReference) Reset() + func (x *ExampleOrReference) String() string + type ExampleOrReference_Example struct + Example *Example + type ExampleOrReference_Reference struct + Reference *Reference + type ExamplesOrReferences struct + AdditionalProperties []*NamedExampleOrReference + func NewExamplesOrReferences(in *yaml.Node, context *compiler.Context) (*ExamplesOrReferences, error) + func (*ExamplesOrReferences) Descriptor() ([]byte, []int) + func (*ExamplesOrReferences) ProtoMessage() + func (m *ExamplesOrReferences) ResolveReferences(root string) (*yaml.Node, error) + func (m *ExamplesOrReferences) ToRawInfo() *yaml.Node + func (x *ExamplesOrReferences) GetAdditionalProperties() []*NamedExampleOrReference + func (x *ExamplesOrReferences) ProtoReflect() protoreflect.Message + func (x *ExamplesOrReferences) Reset() + func (x *ExamplesOrReferences) String() string + type Expression struct + AdditionalProperties []*NamedAny + func NewExpression(in *yaml.Node, context *compiler.Context) (*Expression, error) + func (*Expression) Descriptor() ([]byte, []int) + func (*Expression) ProtoMessage() + func (m *Expression) ResolveReferences(root string) (*yaml.Node, error) + func (m *Expression) ToRawInfo() *yaml.Node + func (x *Expression) GetAdditionalProperties() []*NamedAny + func (x *Expression) ProtoReflect() protoreflect.Message + func (x *Expression) Reset() + func (x *Expression) String() string + type ExternalDocs struct + Description string + SpecificationExtension []*NamedAny + Url string + func NewExternalDocs(in *yaml.Node, context *compiler.Context) (*ExternalDocs, error) + func (*ExternalDocs) Descriptor() ([]byte, []int) + func (*ExternalDocs) ProtoMessage() + func (m *ExternalDocs) ResolveReferences(root string) (*yaml.Node, error) + func (m *ExternalDocs) ToRawInfo() *yaml.Node + func (x *ExternalDocs) GetDescription() string + func (x *ExternalDocs) GetSpecificationExtension() []*NamedAny + func (x *ExternalDocs) GetUrl() string + func (x *ExternalDocs) ProtoReflect() protoreflect.Message + func (x *ExternalDocs) Reset() + func (x *ExternalDocs) String() string + type Header struct + AllowEmptyValue bool + AllowReserved bool + Content *MediaTypes + Deprecated bool + Description string + Example *Any + Examples *ExamplesOrReferences + Explode bool + Required bool + Schema *SchemaOrReference + SpecificationExtension []*NamedAny + Style string + func NewHeader(in *yaml.Node, context *compiler.Context) (*Header, error) + func (*Header) Descriptor() ([]byte, []int) + func (*Header) ProtoMessage() + func (m *Header) ResolveReferences(root string) (*yaml.Node, error) + func (m *Header) ToRawInfo() *yaml.Node + func (x *Header) GetAllowEmptyValue() bool + func (x *Header) GetAllowReserved() bool + func (x *Header) GetContent() *MediaTypes + func (x *Header) GetDeprecated() bool + func (x *Header) GetDescription() string + func (x *Header) GetExample() *Any + func (x *Header) GetExamples() *ExamplesOrReferences + func (x *Header) GetExplode() bool + func (x *Header) GetRequired() bool + func (x *Header) GetSchema() *SchemaOrReference + func (x *Header) GetSpecificationExtension() []*NamedAny + func (x *Header) GetStyle() string + func (x *Header) ProtoReflect() protoreflect.Message + func (x *Header) Reset() + func (x *Header) String() string + type HeaderOrReference struct + Oneof isHeaderOrReference_Oneof + func NewHeaderOrReference(in *yaml.Node, context *compiler.Context) (*HeaderOrReference, error) + func (*HeaderOrReference) Descriptor() ([]byte, []int) + func (*HeaderOrReference) ProtoMessage() + func (m *HeaderOrReference) GetOneof() isHeaderOrReference_Oneof + func (m *HeaderOrReference) ResolveReferences(root string) (*yaml.Node, error) + func (m *HeaderOrReference) ToRawInfo() *yaml.Node + func (x *HeaderOrReference) GetHeader() *Header + func (x *HeaderOrReference) GetReference() *Reference + func (x *HeaderOrReference) ProtoReflect() protoreflect.Message + func (x *HeaderOrReference) Reset() + func (x *HeaderOrReference) String() string + type HeaderOrReference_Header struct + Header *Header + type HeaderOrReference_Reference struct + Reference *Reference + type HeadersOrReferences struct + AdditionalProperties []*NamedHeaderOrReference + func NewHeadersOrReferences(in *yaml.Node, context *compiler.Context) (*HeadersOrReferences, error) + func (*HeadersOrReferences) Descriptor() ([]byte, []int) + func (*HeadersOrReferences) ProtoMessage() + func (m *HeadersOrReferences) ResolveReferences(root string) (*yaml.Node, error) + func (m *HeadersOrReferences) ToRawInfo() *yaml.Node + func (x *HeadersOrReferences) GetAdditionalProperties() []*NamedHeaderOrReference + func (x *HeadersOrReferences) ProtoReflect() protoreflect.Message + func (x *HeadersOrReferences) Reset() + func (x *HeadersOrReferences) String() string + type Info struct + Contact *Contact + Description string + License *License + SpecificationExtension []*NamedAny + Summary string + TermsOfService string + Title string + Version string + func NewInfo(in *yaml.Node, context *compiler.Context) (*Info, error) + func (*Info) Descriptor() ([]byte, []int) + func (*Info) ProtoMessage() + func (m *Info) ResolveReferences(root string) (*yaml.Node, error) + func (m *Info) ToRawInfo() *yaml.Node + func (x *Info) GetContact() *Contact + func (x *Info) GetDescription() string + func (x *Info) GetLicense() *License + func (x *Info) GetSpecificationExtension() []*NamedAny + func (x *Info) GetSummary() string + func (x *Info) GetTermsOfService() string + func (x *Info) GetTitle() string + func (x *Info) GetVersion() string + func (x *Info) ProtoReflect() protoreflect.Message + func (x *Info) Reset() + func (x *Info) String() string + type ItemsItem struct + SchemaOrReference []*SchemaOrReference + func NewItemsItem(in *yaml.Node, context *compiler.Context) (*ItemsItem, error) + func (*ItemsItem) Descriptor() ([]byte, []int) + func (*ItemsItem) ProtoMessage() + func (m *ItemsItem) ResolveReferences(root string) (*yaml.Node, error) + func (m *ItemsItem) ToRawInfo() *yaml.Node + func (x *ItemsItem) GetSchemaOrReference() []*SchemaOrReference + func (x *ItemsItem) ProtoReflect() protoreflect.Message + func (x *ItemsItem) Reset() + func (x *ItemsItem) String() string + type License struct + Name string + SpecificationExtension []*NamedAny + Url string + func NewLicense(in *yaml.Node, context *compiler.Context) (*License, error) + func (*License) Descriptor() ([]byte, []int) + func (*License) ProtoMessage() + func (m *License) ResolveReferences(root string) (*yaml.Node, error) + func (m *License) ToRawInfo() *yaml.Node + func (x *License) GetName() string + func (x *License) GetSpecificationExtension() []*NamedAny + func (x *License) GetUrl() string + func (x *License) ProtoReflect() protoreflect.Message + func (x *License) Reset() + func (x *License) String() string + type Link struct + Description string + OperationId string + OperationRef string + Parameters *AnyOrExpression + RequestBody *AnyOrExpression + Server *Server + SpecificationExtension []*NamedAny + func NewLink(in *yaml.Node, context *compiler.Context) (*Link, error) + func (*Link) Descriptor() ([]byte, []int) + func (*Link) ProtoMessage() + func (m *Link) ResolveReferences(root string) (*yaml.Node, error) + func (m *Link) ToRawInfo() *yaml.Node + func (x *Link) GetDescription() string + func (x *Link) GetOperationId() string + func (x *Link) GetOperationRef() string + func (x *Link) GetParameters() *AnyOrExpression + func (x *Link) GetRequestBody() *AnyOrExpression + func (x *Link) GetServer() *Server + func (x *Link) GetSpecificationExtension() []*NamedAny + func (x *Link) ProtoReflect() protoreflect.Message + func (x *Link) Reset() + func (x *Link) String() string + type LinkOrReference struct + Oneof isLinkOrReference_Oneof + func NewLinkOrReference(in *yaml.Node, context *compiler.Context) (*LinkOrReference, error) + func (*LinkOrReference) Descriptor() ([]byte, []int) + func (*LinkOrReference) ProtoMessage() + func (m *LinkOrReference) GetOneof() isLinkOrReference_Oneof + func (m *LinkOrReference) ResolveReferences(root string) (*yaml.Node, error) + func (m *LinkOrReference) ToRawInfo() *yaml.Node + func (x *LinkOrReference) GetLink() *Link + func (x *LinkOrReference) GetReference() *Reference + func (x *LinkOrReference) ProtoReflect() protoreflect.Message + func (x *LinkOrReference) Reset() + func (x *LinkOrReference) String() string + type LinkOrReference_Link struct + Link *Link + type LinkOrReference_Reference struct + Reference *Reference + type LinksOrReferences struct + AdditionalProperties []*NamedLinkOrReference + func NewLinksOrReferences(in *yaml.Node, context *compiler.Context) (*LinksOrReferences, error) + func (*LinksOrReferences) Descriptor() ([]byte, []int) + func (*LinksOrReferences) ProtoMessage() + func (m *LinksOrReferences) ResolveReferences(root string) (*yaml.Node, error) + func (m *LinksOrReferences) ToRawInfo() *yaml.Node + func (x *LinksOrReferences) GetAdditionalProperties() []*NamedLinkOrReference + func (x *LinksOrReferences) ProtoReflect() protoreflect.Message + func (x *LinksOrReferences) Reset() + func (x *LinksOrReferences) String() string + type MediaType struct + Encoding *Encodings + Example *Any + Examples *ExamplesOrReferences + Schema *SchemaOrReference + SpecificationExtension []*NamedAny + func NewMediaType(in *yaml.Node, context *compiler.Context) (*MediaType, error) + func (*MediaType) Descriptor() ([]byte, []int) + func (*MediaType) ProtoMessage() + func (m *MediaType) ResolveReferences(root string) (*yaml.Node, error) + func (m *MediaType) ToRawInfo() *yaml.Node + func (x *MediaType) GetEncoding() *Encodings + func (x *MediaType) GetExample() *Any + func (x *MediaType) GetExamples() *ExamplesOrReferences + func (x *MediaType) GetSchema() *SchemaOrReference + func (x *MediaType) GetSpecificationExtension() []*NamedAny + func (x *MediaType) ProtoReflect() protoreflect.Message + func (x *MediaType) Reset() + func (x *MediaType) String() string + type MediaTypes struct + AdditionalProperties []*NamedMediaType + func NewMediaTypes(in *yaml.Node, context *compiler.Context) (*MediaTypes, error) + func (*MediaTypes) Descriptor() ([]byte, []int) + func (*MediaTypes) ProtoMessage() + func (m *MediaTypes) ResolveReferences(root string) (*yaml.Node, error) + func (m *MediaTypes) ToRawInfo() *yaml.Node + func (x *MediaTypes) GetAdditionalProperties() []*NamedMediaType + func (x *MediaTypes) ProtoReflect() protoreflect.Message + func (x *MediaTypes) Reset() + func (x *MediaTypes) String() string + type NamedAny struct + Name string + Value *Any + func NewNamedAny(in *yaml.Node, context *compiler.Context) (*NamedAny, error) + func (*NamedAny) Descriptor() ([]byte, []int) + func (*NamedAny) ProtoMessage() + func (m *NamedAny) ResolveReferences(root string) (*yaml.Node, error) + func (m *NamedAny) ToRawInfo() *yaml.Node + func (x *NamedAny) GetName() string + func (x *NamedAny) GetValue() *Any + func (x *NamedAny) ProtoReflect() protoreflect.Message + func (x *NamedAny) Reset() + func (x *NamedAny) String() string + type NamedCallbackOrReference struct + Name string + Value *CallbackOrReference + func NewNamedCallbackOrReference(in *yaml.Node, context *compiler.Context) (*NamedCallbackOrReference, error) + func (*NamedCallbackOrReference) Descriptor() ([]byte, []int) + func (*NamedCallbackOrReference) ProtoMessage() + func (m *NamedCallbackOrReference) ResolveReferences(root string) (*yaml.Node, error) + func (m *NamedCallbackOrReference) ToRawInfo() *yaml.Node + func (x *NamedCallbackOrReference) GetName() string + func (x *NamedCallbackOrReference) GetValue() *CallbackOrReference + func (x *NamedCallbackOrReference) ProtoReflect() protoreflect.Message + func (x *NamedCallbackOrReference) Reset() + func (x *NamedCallbackOrReference) String() string + type NamedEncoding struct + Name string + Value *Encoding + func NewNamedEncoding(in *yaml.Node, context *compiler.Context) (*NamedEncoding, error) + func (*NamedEncoding) Descriptor() ([]byte, []int) + func (*NamedEncoding) ProtoMessage() + func (m *NamedEncoding) ResolveReferences(root string) (*yaml.Node, error) + func (m *NamedEncoding) ToRawInfo() *yaml.Node + func (x *NamedEncoding) GetName() string + func (x *NamedEncoding) GetValue() *Encoding + func (x *NamedEncoding) ProtoReflect() protoreflect.Message + func (x *NamedEncoding) Reset() + func (x *NamedEncoding) String() string + type NamedExampleOrReference struct + Name string + Value *ExampleOrReference + func NewNamedExampleOrReference(in *yaml.Node, context *compiler.Context) (*NamedExampleOrReference, error) + func (*NamedExampleOrReference) Descriptor() ([]byte, []int) + func (*NamedExampleOrReference) ProtoMessage() + func (m *NamedExampleOrReference) ResolveReferences(root string) (*yaml.Node, error) + func (m *NamedExampleOrReference) ToRawInfo() *yaml.Node + func (x *NamedExampleOrReference) GetName() string + func (x *NamedExampleOrReference) GetValue() *ExampleOrReference + func (x *NamedExampleOrReference) ProtoReflect() protoreflect.Message + func (x *NamedExampleOrReference) Reset() + func (x *NamedExampleOrReference) String() string + type NamedHeaderOrReference struct + Name string + Value *HeaderOrReference + func NewNamedHeaderOrReference(in *yaml.Node, context *compiler.Context) (*NamedHeaderOrReference, error) + func (*NamedHeaderOrReference) Descriptor() ([]byte, []int) + func (*NamedHeaderOrReference) ProtoMessage() + func (m *NamedHeaderOrReference) ResolveReferences(root string) (*yaml.Node, error) + func (m *NamedHeaderOrReference) ToRawInfo() *yaml.Node + func (x *NamedHeaderOrReference) GetName() string + func (x *NamedHeaderOrReference) GetValue() *HeaderOrReference + func (x *NamedHeaderOrReference) ProtoReflect() protoreflect.Message + func (x *NamedHeaderOrReference) Reset() + func (x *NamedHeaderOrReference) String() string + type NamedLinkOrReference struct + Name string + Value *LinkOrReference + func NewNamedLinkOrReference(in *yaml.Node, context *compiler.Context) (*NamedLinkOrReference, error) + func (*NamedLinkOrReference) Descriptor() ([]byte, []int) + func (*NamedLinkOrReference) ProtoMessage() + func (m *NamedLinkOrReference) ResolveReferences(root string) (*yaml.Node, error) + func (m *NamedLinkOrReference) ToRawInfo() *yaml.Node + func (x *NamedLinkOrReference) GetName() string + func (x *NamedLinkOrReference) GetValue() *LinkOrReference + func (x *NamedLinkOrReference) ProtoReflect() protoreflect.Message + func (x *NamedLinkOrReference) Reset() + func (x *NamedLinkOrReference) String() string + type NamedMediaType struct + Name string + Value *MediaType + func NewNamedMediaType(in *yaml.Node, context *compiler.Context) (*NamedMediaType, error) + func (*NamedMediaType) Descriptor() ([]byte, []int) + func (*NamedMediaType) ProtoMessage() + func (m *NamedMediaType) ResolveReferences(root string) (*yaml.Node, error) + func (m *NamedMediaType) ToRawInfo() *yaml.Node + func (x *NamedMediaType) GetName() string + func (x *NamedMediaType) GetValue() *MediaType + func (x *NamedMediaType) ProtoReflect() protoreflect.Message + func (x *NamedMediaType) Reset() + func (x *NamedMediaType) String() string + type NamedParameterOrReference struct + Name string + Value *ParameterOrReference + func NewNamedParameterOrReference(in *yaml.Node, context *compiler.Context) (*NamedParameterOrReference, error) + func (*NamedParameterOrReference) Descriptor() ([]byte, []int) + func (*NamedParameterOrReference) ProtoMessage() + func (m *NamedParameterOrReference) ResolveReferences(root string) (*yaml.Node, error) + func (m *NamedParameterOrReference) ToRawInfo() *yaml.Node + func (x *NamedParameterOrReference) GetName() string + func (x *NamedParameterOrReference) GetValue() *ParameterOrReference + func (x *NamedParameterOrReference) ProtoReflect() protoreflect.Message + func (x *NamedParameterOrReference) Reset() + func (x *NamedParameterOrReference) String() string + type NamedPathItem struct + Name string + Value *PathItem + func NewNamedPathItem(in *yaml.Node, context *compiler.Context) (*NamedPathItem, error) + func (*NamedPathItem) Descriptor() ([]byte, []int) + func (*NamedPathItem) ProtoMessage() + func (m *NamedPathItem) ResolveReferences(root string) (*yaml.Node, error) + func (m *NamedPathItem) ToRawInfo() *yaml.Node + func (x *NamedPathItem) GetName() string + func (x *NamedPathItem) GetValue() *PathItem + func (x *NamedPathItem) ProtoReflect() protoreflect.Message + func (x *NamedPathItem) Reset() + func (x *NamedPathItem) String() string + type NamedRequestBodyOrReference struct + Name string + Value *RequestBodyOrReference + func NewNamedRequestBodyOrReference(in *yaml.Node, context *compiler.Context) (*NamedRequestBodyOrReference, error) + func (*NamedRequestBodyOrReference) Descriptor() ([]byte, []int) + func (*NamedRequestBodyOrReference) ProtoMessage() + func (m *NamedRequestBodyOrReference) ResolveReferences(root string) (*yaml.Node, error) + func (m *NamedRequestBodyOrReference) ToRawInfo() *yaml.Node + func (x *NamedRequestBodyOrReference) GetName() string + func (x *NamedRequestBodyOrReference) GetValue() *RequestBodyOrReference + func (x *NamedRequestBodyOrReference) ProtoReflect() protoreflect.Message + func (x *NamedRequestBodyOrReference) Reset() + func (x *NamedRequestBodyOrReference) String() string + type NamedResponseOrReference struct + Name string + Value *ResponseOrReference + func NewNamedResponseOrReference(in *yaml.Node, context *compiler.Context) (*NamedResponseOrReference, error) + func (*NamedResponseOrReference) Descriptor() ([]byte, []int) + func (*NamedResponseOrReference) ProtoMessage() + func (m *NamedResponseOrReference) ResolveReferences(root string) (*yaml.Node, error) + func (m *NamedResponseOrReference) ToRawInfo() *yaml.Node + func (x *NamedResponseOrReference) GetName() string + func (x *NamedResponseOrReference) GetValue() *ResponseOrReference + func (x *NamedResponseOrReference) ProtoReflect() protoreflect.Message + func (x *NamedResponseOrReference) Reset() + func (x *NamedResponseOrReference) String() string + type NamedSchemaOrReference struct + Name string + Value *SchemaOrReference + func NewNamedSchemaOrReference(in *yaml.Node, context *compiler.Context) (*NamedSchemaOrReference, error) + func (*NamedSchemaOrReference) Descriptor() ([]byte, []int) + func (*NamedSchemaOrReference) ProtoMessage() + func (m *NamedSchemaOrReference) ResolveReferences(root string) (*yaml.Node, error) + func (m *NamedSchemaOrReference) ToRawInfo() *yaml.Node + func (x *NamedSchemaOrReference) GetName() string + func (x *NamedSchemaOrReference) GetValue() *SchemaOrReference + func (x *NamedSchemaOrReference) ProtoReflect() protoreflect.Message + func (x *NamedSchemaOrReference) Reset() + func (x *NamedSchemaOrReference) String() string + type NamedSecuritySchemeOrReference struct + Name string + Value *SecuritySchemeOrReference + func NewNamedSecuritySchemeOrReference(in *yaml.Node, context *compiler.Context) (*NamedSecuritySchemeOrReference, error) + func (*NamedSecuritySchemeOrReference) Descriptor() ([]byte, []int) + func (*NamedSecuritySchemeOrReference) ProtoMessage() + func (m *NamedSecuritySchemeOrReference) ResolveReferences(root string) (*yaml.Node, error) + func (m *NamedSecuritySchemeOrReference) ToRawInfo() *yaml.Node + func (x *NamedSecuritySchemeOrReference) GetName() string + func (x *NamedSecuritySchemeOrReference) GetValue() *SecuritySchemeOrReference + func (x *NamedSecuritySchemeOrReference) ProtoReflect() protoreflect.Message + func (x *NamedSecuritySchemeOrReference) Reset() + func (x *NamedSecuritySchemeOrReference) String() string + type NamedServerVariable struct + Name string + Value *ServerVariable + func NewNamedServerVariable(in *yaml.Node, context *compiler.Context) (*NamedServerVariable, error) + func (*NamedServerVariable) Descriptor() ([]byte, []int) + func (*NamedServerVariable) ProtoMessage() + func (m *NamedServerVariable) ResolveReferences(root string) (*yaml.Node, error) + func (m *NamedServerVariable) ToRawInfo() *yaml.Node + func (x *NamedServerVariable) GetName() string + func (x *NamedServerVariable) GetValue() *ServerVariable + func (x *NamedServerVariable) ProtoReflect() protoreflect.Message + func (x *NamedServerVariable) Reset() + func (x *NamedServerVariable) String() string + type NamedString struct + Name string + Value string + func NewNamedString(in *yaml.Node, context *compiler.Context) (*NamedString, error) + func (*NamedString) Descriptor() ([]byte, []int) + func (*NamedString) ProtoMessage() + func (m *NamedString) ResolveReferences(root string) (*yaml.Node, error) + func (m *NamedString) ToRawInfo() *yaml.Node + func (x *NamedString) GetName() string + func (x *NamedString) GetValue() string + func (x *NamedString) ProtoReflect() protoreflect.Message + func (x *NamedString) Reset() + func (x *NamedString) String() string + type NamedStringArray struct + Name string + Value *StringArray + func NewNamedStringArray(in *yaml.Node, context *compiler.Context) (*NamedStringArray, error) + func (*NamedStringArray) Descriptor() ([]byte, []int) + func (*NamedStringArray) ProtoMessage() + func (m *NamedStringArray) ResolveReferences(root string) (*yaml.Node, error) + func (m *NamedStringArray) ToRawInfo() *yaml.Node + func (x *NamedStringArray) GetName() string + func (x *NamedStringArray) GetValue() *StringArray + func (x *NamedStringArray) ProtoReflect() protoreflect.Message + func (x *NamedStringArray) Reset() + func (x *NamedStringArray) String() string + type OauthFlow struct + AuthorizationUrl string + RefreshUrl string + Scopes *Strings + SpecificationExtension []*NamedAny + TokenUrl string + func NewOauthFlow(in *yaml.Node, context *compiler.Context) (*OauthFlow, error) + func (*OauthFlow) Descriptor() ([]byte, []int) + func (*OauthFlow) ProtoMessage() + func (m *OauthFlow) ResolveReferences(root string) (*yaml.Node, error) + func (m *OauthFlow) ToRawInfo() *yaml.Node + func (x *OauthFlow) GetAuthorizationUrl() string + func (x *OauthFlow) GetRefreshUrl() string + func (x *OauthFlow) GetScopes() *Strings + func (x *OauthFlow) GetSpecificationExtension() []*NamedAny + func (x *OauthFlow) GetTokenUrl() string + func (x *OauthFlow) ProtoReflect() protoreflect.Message + func (x *OauthFlow) Reset() + func (x *OauthFlow) String() string + type OauthFlows struct + AuthorizationCode *OauthFlow + ClientCredentials *OauthFlow + Implicit *OauthFlow + Password *OauthFlow + SpecificationExtension []*NamedAny + func NewOauthFlows(in *yaml.Node, context *compiler.Context) (*OauthFlows, error) + func (*OauthFlows) Descriptor() ([]byte, []int) + func (*OauthFlows) ProtoMessage() + func (m *OauthFlows) ResolveReferences(root string) (*yaml.Node, error) + func (m *OauthFlows) ToRawInfo() *yaml.Node + func (x *OauthFlows) GetAuthorizationCode() *OauthFlow + func (x *OauthFlows) GetClientCredentials() *OauthFlow + func (x *OauthFlows) GetImplicit() *OauthFlow + func (x *OauthFlows) GetPassword() *OauthFlow + func (x *OauthFlows) GetSpecificationExtension() []*NamedAny + func (x *OauthFlows) ProtoReflect() protoreflect.Message + func (x *OauthFlows) Reset() + func (x *OauthFlows) String() string + type Object struct + AdditionalProperties []*NamedAny + func NewObject(in *yaml.Node, context *compiler.Context) (*Object, error) + func (*Object) Descriptor() ([]byte, []int) + func (*Object) ProtoMessage() + func (m *Object) ResolveReferences(root string) (*yaml.Node, error) + func (m *Object) ToRawInfo() *yaml.Node + func (x *Object) GetAdditionalProperties() []*NamedAny + func (x *Object) ProtoReflect() protoreflect.Message + func (x *Object) Reset() + func (x *Object) String() string + type Operation struct + Callbacks *CallbacksOrReferences + Deprecated bool + Description string + ExternalDocs *ExternalDocs + OperationId string + Parameters []*ParameterOrReference + RequestBody *RequestBodyOrReference + Responses *Responses + Security []*SecurityRequirement + Servers []*Server + SpecificationExtension []*NamedAny + Summary string + Tags []string + func NewOperation(in *yaml.Node, context *compiler.Context) (*Operation, error) + func (*Operation) Descriptor() ([]byte, []int) + func (*Operation) ProtoMessage() + func (m *Operation) ResolveReferences(root string) (*yaml.Node, error) + func (m *Operation) ToRawInfo() *yaml.Node + func (x *Operation) GetCallbacks() *CallbacksOrReferences + func (x *Operation) GetDeprecated() bool + func (x *Operation) GetDescription() string + func (x *Operation) GetExternalDocs() *ExternalDocs + func (x *Operation) GetOperationId() string + func (x *Operation) GetParameters() []*ParameterOrReference + func (x *Operation) GetRequestBody() *RequestBodyOrReference + func (x *Operation) GetResponses() *Responses + func (x *Operation) GetSecurity() []*SecurityRequirement + func (x *Operation) GetServers() []*Server + func (x *Operation) GetSpecificationExtension() []*NamedAny + func (x *Operation) GetSummary() string + func (x *Operation) GetTags() []string + func (x *Operation) ProtoReflect() protoreflect.Message + func (x *Operation) Reset() + func (x *Operation) String() string + type Parameter struct + AllowEmptyValue bool + AllowReserved bool + Content *MediaTypes + Deprecated bool + Description string + Example *Any + Examples *ExamplesOrReferences + Explode bool + In string + Name string + Required bool + Schema *SchemaOrReference + SpecificationExtension []*NamedAny + Style string + func NewParameter(in *yaml.Node, context *compiler.Context) (*Parameter, error) + func (*Parameter) Descriptor() ([]byte, []int) + func (*Parameter) ProtoMessage() + func (m *Parameter) ResolveReferences(root string) (*yaml.Node, error) + func (m *Parameter) ToRawInfo() *yaml.Node + func (x *Parameter) GetAllowEmptyValue() bool + func (x *Parameter) GetAllowReserved() bool + func (x *Parameter) GetContent() *MediaTypes + func (x *Parameter) GetDeprecated() bool + func (x *Parameter) GetDescription() string + func (x *Parameter) GetExample() *Any + func (x *Parameter) GetExamples() *ExamplesOrReferences + func (x *Parameter) GetExplode() bool + func (x *Parameter) GetIn() string + func (x *Parameter) GetName() string + func (x *Parameter) GetRequired() bool + func (x *Parameter) GetSchema() *SchemaOrReference + func (x *Parameter) GetSpecificationExtension() []*NamedAny + func (x *Parameter) GetStyle() string + func (x *Parameter) ProtoReflect() protoreflect.Message + func (x *Parameter) Reset() + func (x *Parameter) String() string + type ParameterOrReference struct + Oneof isParameterOrReference_Oneof + func NewParameterOrReference(in *yaml.Node, context *compiler.Context) (*ParameterOrReference, error) + func (*ParameterOrReference) Descriptor() ([]byte, []int) + func (*ParameterOrReference) ProtoMessage() + func (m *ParameterOrReference) GetOneof() isParameterOrReference_Oneof + func (m *ParameterOrReference) ResolveReferences(root string) (*yaml.Node, error) + func (m *ParameterOrReference) ToRawInfo() *yaml.Node + func (x *ParameterOrReference) GetParameter() *Parameter + func (x *ParameterOrReference) GetReference() *Reference + func (x *ParameterOrReference) ProtoReflect() protoreflect.Message + func (x *ParameterOrReference) Reset() + func (x *ParameterOrReference) String() string + type ParameterOrReference_Parameter struct + Parameter *Parameter + type ParameterOrReference_Reference struct + Reference *Reference + type ParametersOrReferences struct + AdditionalProperties []*NamedParameterOrReference + func NewParametersOrReferences(in *yaml.Node, context *compiler.Context) (*ParametersOrReferences, error) + func (*ParametersOrReferences) Descriptor() ([]byte, []int) + func (*ParametersOrReferences) ProtoMessage() + func (m *ParametersOrReferences) ResolveReferences(root string) (*yaml.Node, error) + func (m *ParametersOrReferences) ToRawInfo() *yaml.Node + func (x *ParametersOrReferences) GetAdditionalProperties() []*NamedParameterOrReference + func (x *ParametersOrReferences) ProtoReflect() protoreflect.Message + func (x *ParametersOrReferences) Reset() + func (x *ParametersOrReferences) String() string + type PathItem struct + Delete *Operation + Description string + Get *Operation + Head *Operation + Options *Operation + Parameters []*ParameterOrReference + Patch *Operation + Post *Operation + Put *Operation + Servers []*Server + SpecificationExtension []*NamedAny + Summary string + Trace *Operation + XRef string + func NewPathItem(in *yaml.Node, context *compiler.Context) (*PathItem, error) + func (*PathItem) Descriptor() ([]byte, []int) + func (*PathItem) ProtoMessage() + func (m *PathItem) ResolveReferences(root string) (*yaml.Node, error) + func (m *PathItem) ToRawInfo() *yaml.Node + func (x *PathItem) GetDelete() *Operation + func (x *PathItem) GetDescription() string + func (x *PathItem) GetGet() *Operation + func (x *PathItem) GetHead() *Operation + func (x *PathItem) GetOptions() *Operation + func (x *PathItem) GetParameters() []*ParameterOrReference + func (x *PathItem) GetPatch() *Operation + func (x *PathItem) GetPost() *Operation + func (x *PathItem) GetPut() *Operation + func (x *PathItem) GetServers() []*Server + func (x *PathItem) GetSpecificationExtension() []*NamedAny + func (x *PathItem) GetSummary() string + func (x *PathItem) GetTrace() *Operation + func (x *PathItem) GetXRef() string + func (x *PathItem) ProtoReflect() protoreflect.Message + func (x *PathItem) Reset() + func (x *PathItem) String() string + type Paths struct + Path []*NamedPathItem + SpecificationExtension []*NamedAny + func NewPaths(in *yaml.Node, context *compiler.Context) (*Paths, error) + func (*Paths) Descriptor() ([]byte, []int) + func (*Paths) ProtoMessage() + func (m *Paths) ResolveReferences(root string) (*yaml.Node, error) + func (m *Paths) ToRawInfo() *yaml.Node + func (x *Paths) GetPath() []*NamedPathItem + func (x *Paths) GetSpecificationExtension() []*NamedAny + func (x *Paths) ProtoReflect() protoreflect.Message + func (x *Paths) Reset() + func (x *Paths) String() string + type Properties struct + AdditionalProperties []*NamedSchemaOrReference + func NewProperties(in *yaml.Node, context *compiler.Context) (*Properties, error) + func (*Properties) Descriptor() ([]byte, []int) + func (*Properties) ProtoMessage() + func (m *Properties) ResolveReferences(root string) (*yaml.Node, error) + func (m *Properties) ToRawInfo() *yaml.Node + func (x *Properties) GetAdditionalProperties() []*NamedSchemaOrReference + func (x *Properties) ProtoReflect() protoreflect.Message + func (x *Properties) Reset() + func (x *Properties) String() string + type Reference struct + Description string + Summary string + XRef string + func NewReference(in *yaml.Node, context *compiler.Context) (*Reference, error) + func (*Reference) Descriptor() ([]byte, []int) + func (*Reference) ProtoMessage() + func (m *Reference) ResolveReferences(root string) (*yaml.Node, error) + func (m *Reference) ToRawInfo() *yaml.Node + func (x *Reference) GetDescription() string + func (x *Reference) GetSummary() string + func (x *Reference) GetXRef() string + func (x *Reference) ProtoReflect() protoreflect.Message + func (x *Reference) Reset() + func (x *Reference) String() string + type RequestBodiesOrReferences struct + AdditionalProperties []*NamedRequestBodyOrReference + func NewRequestBodiesOrReferences(in *yaml.Node, context *compiler.Context) (*RequestBodiesOrReferences, error) + func (*RequestBodiesOrReferences) Descriptor() ([]byte, []int) + func (*RequestBodiesOrReferences) ProtoMessage() + func (m *RequestBodiesOrReferences) ResolveReferences(root string) (*yaml.Node, error) + func (m *RequestBodiesOrReferences) ToRawInfo() *yaml.Node + func (x *RequestBodiesOrReferences) GetAdditionalProperties() []*NamedRequestBodyOrReference + func (x *RequestBodiesOrReferences) ProtoReflect() protoreflect.Message + func (x *RequestBodiesOrReferences) Reset() + func (x *RequestBodiesOrReferences) String() string + type RequestBody struct + Content *MediaTypes + Description string + Required bool + SpecificationExtension []*NamedAny + func NewRequestBody(in *yaml.Node, context *compiler.Context) (*RequestBody, error) + func (*RequestBody) Descriptor() ([]byte, []int) + func (*RequestBody) ProtoMessage() + func (m *RequestBody) ResolveReferences(root string) (*yaml.Node, error) + func (m *RequestBody) ToRawInfo() *yaml.Node + func (x *RequestBody) GetContent() *MediaTypes + func (x *RequestBody) GetDescription() string + func (x *RequestBody) GetRequired() bool + func (x *RequestBody) GetSpecificationExtension() []*NamedAny + func (x *RequestBody) ProtoReflect() protoreflect.Message + func (x *RequestBody) Reset() + func (x *RequestBody) String() string + type RequestBodyOrReference struct + Oneof isRequestBodyOrReference_Oneof + func NewRequestBodyOrReference(in *yaml.Node, context *compiler.Context) (*RequestBodyOrReference, error) + func (*RequestBodyOrReference) Descriptor() ([]byte, []int) + func (*RequestBodyOrReference) ProtoMessage() + func (m *RequestBodyOrReference) GetOneof() isRequestBodyOrReference_Oneof + func (m *RequestBodyOrReference) ResolveReferences(root string) (*yaml.Node, error) + func (m *RequestBodyOrReference) ToRawInfo() *yaml.Node + func (x *RequestBodyOrReference) GetReference() *Reference + func (x *RequestBodyOrReference) GetRequestBody() *RequestBody + func (x *RequestBodyOrReference) ProtoReflect() protoreflect.Message + func (x *RequestBodyOrReference) Reset() + func (x *RequestBodyOrReference) String() string + type RequestBodyOrReference_Reference struct + Reference *Reference + type RequestBodyOrReference_RequestBody struct + RequestBody *RequestBody + type Response struct + Content *MediaTypes + Description string + Headers *HeadersOrReferences + Links *LinksOrReferences + SpecificationExtension []*NamedAny + func NewResponse(in *yaml.Node, context *compiler.Context) (*Response, error) + func (*Response) Descriptor() ([]byte, []int) + func (*Response) ProtoMessage() + func (m *Response) ResolveReferences(root string) (*yaml.Node, error) + func (m *Response) ToRawInfo() *yaml.Node + func (x *Response) GetContent() *MediaTypes + func (x *Response) GetDescription() string + func (x *Response) GetHeaders() *HeadersOrReferences + func (x *Response) GetLinks() *LinksOrReferences + func (x *Response) GetSpecificationExtension() []*NamedAny + func (x *Response) ProtoReflect() protoreflect.Message + func (x *Response) Reset() + func (x *Response) String() string + type ResponseOrReference struct + Oneof isResponseOrReference_Oneof + func NewResponseOrReference(in *yaml.Node, context *compiler.Context) (*ResponseOrReference, error) + func (*ResponseOrReference) Descriptor() ([]byte, []int) + func (*ResponseOrReference) ProtoMessage() + func (m *ResponseOrReference) GetOneof() isResponseOrReference_Oneof + func (m *ResponseOrReference) ResolveReferences(root string) (*yaml.Node, error) + func (m *ResponseOrReference) ToRawInfo() *yaml.Node + func (x *ResponseOrReference) GetReference() *Reference + func (x *ResponseOrReference) GetResponse() *Response + func (x *ResponseOrReference) ProtoReflect() protoreflect.Message + func (x *ResponseOrReference) Reset() + func (x *ResponseOrReference) String() string + type ResponseOrReference_Reference struct + Reference *Reference + type ResponseOrReference_Response struct + Response *Response + type Responses struct + Default *ResponseOrReference + ResponseOrReference []*NamedResponseOrReference + SpecificationExtension []*NamedAny + func NewResponses(in *yaml.Node, context *compiler.Context) (*Responses, error) + func (*Responses) Descriptor() ([]byte, []int) + func (*Responses) ProtoMessage() + func (m *Responses) ResolveReferences(root string) (*yaml.Node, error) + func (m *Responses) ToRawInfo() *yaml.Node + func (x *Responses) GetDefault() *ResponseOrReference + func (x *Responses) GetResponseOrReference() []*NamedResponseOrReference + func (x *Responses) GetSpecificationExtension() []*NamedAny + func (x *Responses) ProtoReflect() protoreflect.Message + func (x *Responses) Reset() + func (x *Responses) String() string + type ResponsesOrReferences struct + AdditionalProperties []*NamedResponseOrReference + func NewResponsesOrReferences(in *yaml.Node, context *compiler.Context) (*ResponsesOrReferences, error) + func (*ResponsesOrReferences) Descriptor() ([]byte, []int) + func (*ResponsesOrReferences) ProtoMessage() + func (m *ResponsesOrReferences) ResolveReferences(root string) (*yaml.Node, error) + func (m *ResponsesOrReferences) ToRawInfo() *yaml.Node + func (x *ResponsesOrReferences) GetAdditionalProperties() []*NamedResponseOrReference + func (x *ResponsesOrReferences) ProtoReflect() protoreflect.Message + func (x *ResponsesOrReferences) Reset() + func (x *ResponsesOrReferences) String() string + type Schema struct + AdditionalProperties *AdditionalPropertiesItem + AllOf []*SchemaOrReference + AnyOf []*SchemaOrReference + Default *DefaultType + Deprecated bool + Description string + Discriminator *Discriminator + Enum []*Any + Example *Any + ExclusiveMaximum bool + ExclusiveMinimum bool + ExternalDocs *ExternalDocs + Format string + Items *ItemsItem + MaxItems int64 + MaxLength int64 + MaxProperties int64 + Maximum float64 + MinItems int64 + MinLength int64 + MinProperties int64 + Minimum float64 + MultipleOf float64 + Not *Schema + Nullable bool + OneOf []*SchemaOrReference + Pattern string + Properties *Properties + ReadOnly bool + Required []string + SpecificationExtension []*NamedAny + Title string + Type string + UniqueItems bool + WriteOnly bool + Xml *Xml + func NewSchema(in *yaml.Node, context *compiler.Context) (*Schema, error) + func (*Schema) Descriptor() ([]byte, []int) + func (*Schema) ProtoMessage() + func (m *Schema) ResolveReferences(root string) (*yaml.Node, error) + func (m *Schema) ToRawInfo() *yaml.Node + func (x *Schema) GetAdditionalProperties() *AdditionalPropertiesItem + func (x *Schema) GetAllOf() []*SchemaOrReference + func (x *Schema) GetAnyOf() []*SchemaOrReference + func (x *Schema) GetDefault() *DefaultType + func (x *Schema) GetDeprecated() bool + func (x *Schema) GetDescription() string + func (x *Schema) GetDiscriminator() *Discriminator + func (x *Schema) GetEnum() []*Any + func (x *Schema) GetExample() *Any + func (x *Schema) GetExclusiveMaximum() bool + func (x *Schema) GetExclusiveMinimum() bool + func (x *Schema) GetExternalDocs() *ExternalDocs + func (x *Schema) GetFormat() string + func (x *Schema) GetItems() *ItemsItem + func (x *Schema) GetMaxItems() int64 + func (x *Schema) GetMaxLength() int64 + func (x *Schema) GetMaxProperties() int64 + func (x *Schema) GetMaximum() float64 + func (x *Schema) GetMinItems() int64 + func (x *Schema) GetMinLength() int64 + func (x *Schema) GetMinProperties() int64 + func (x *Schema) GetMinimum() float64 + func (x *Schema) GetMultipleOf() float64 + func (x *Schema) GetNot() *Schema + func (x *Schema) GetNullable() bool + func (x *Schema) GetOneOf() []*SchemaOrReference + func (x *Schema) GetPattern() string + func (x *Schema) GetProperties() *Properties + func (x *Schema) GetReadOnly() bool + func (x *Schema) GetRequired() []string + func (x *Schema) GetSpecificationExtension() []*NamedAny + func (x *Schema) GetTitle() string + func (x *Schema) GetType() string + func (x *Schema) GetUniqueItems() bool + func (x *Schema) GetWriteOnly() bool + func (x *Schema) GetXml() *Xml + func (x *Schema) ProtoReflect() protoreflect.Message + func (x *Schema) Reset() + func (x *Schema) String() string + type SchemaOrReference struct + Oneof isSchemaOrReference_Oneof + func NewSchemaOrReference(in *yaml.Node, context *compiler.Context) (*SchemaOrReference, error) + func (*SchemaOrReference) Descriptor() ([]byte, []int) + func (*SchemaOrReference) ProtoMessage() + func (m *SchemaOrReference) GetOneof() isSchemaOrReference_Oneof + func (m *SchemaOrReference) ResolveReferences(root string) (*yaml.Node, error) + func (m *SchemaOrReference) ToRawInfo() *yaml.Node + func (x *SchemaOrReference) GetReference() *Reference + func (x *SchemaOrReference) GetSchema() *Schema + func (x *SchemaOrReference) ProtoReflect() protoreflect.Message + func (x *SchemaOrReference) Reset() + func (x *SchemaOrReference) String() string + type SchemaOrReference_Reference struct + Reference *Reference + type SchemaOrReference_Schema struct + Schema *Schema + type SchemasOrReferences struct + AdditionalProperties []*NamedSchemaOrReference + func NewSchemasOrReferences(in *yaml.Node, context *compiler.Context) (*SchemasOrReferences, error) + func (*SchemasOrReferences) Descriptor() ([]byte, []int) + func (*SchemasOrReferences) ProtoMessage() + func (m *SchemasOrReferences) ResolveReferences(root string) (*yaml.Node, error) + func (m *SchemasOrReferences) ToRawInfo() *yaml.Node + func (x *SchemasOrReferences) GetAdditionalProperties() []*NamedSchemaOrReference + func (x *SchemasOrReferences) ProtoReflect() protoreflect.Message + func (x *SchemasOrReferences) Reset() + func (x *SchemasOrReferences) String() string + type SecurityRequirement struct + AdditionalProperties []*NamedStringArray + func NewSecurityRequirement(in *yaml.Node, context *compiler.Context) (*SecurityRequirement, error) + func (*SecurityRequirement) Descriptor() ([]byte, []int) + func (*SecurityRequirement) ProtoMessage() + func (m *SecurityRequirement) ResolveReferences(root string) (*yaml.Node, error) + func (m *SecurityRequirement) ToRawInfo() *yaml.Node + func (x *SecurityRequirement) GetAdditionalProperties() []*NamedStringArray + func (x *SecurityRequirement) ProtoReflect() protoreflect.Message + func (x *SecurityRequirement) Reset() + func (x *SecurityRequirement) String() string + type SecurityScheme struct + BearerFormat string + Description string + Flows *OauthFlows + In string + Name string + OpenIdConnectUrl string + Scheme string + SpecificationExtension []*NamedAny + Type string + func NewSecurityScheme(in *yaml.Node, context *compiler.Context) (*SecurityScheme, error) + func (*SecurityScheme) Descriptor() ([]byte, []int) + func (*SecurityScheme) ProtoMessage() + func (m *SecurityScheme) ResolveReferences(root string) (*yaml.Node, error) + func (m *SecurityScheme) ToRawInfo() *yaml.Node + func (x *SecurityScheme) GetBearerFormat() string + func (x *SecurityScheme) GetDescription() string + func (x *SecurityScheme) GetFlows() *OauthFlows + func (x *SecurityScheme) GetIn() string + func (x *SecurityScheme) GetName() string + func (x *SecurityScheme) GetOpenIdConnectUrl() string + func (x *SecurityScheme) GetScheme() string + func (x *SecurityScheme) GetSpecificationExtension() []*NamedAny + func (x *SecurityScheme) GetType() string + func (x *SecurityScheme) ProtoReflect() protoreflect.Message + func (x *SecurityScheme) Reset() + func (x *SecurityScheme) String() string + type SecuritySchemeOrReference struct + Oneof isSecuritySchemeOrReference_Oneof + func NewSecuritySchemeOrReference(in *yaml.Node, context *compiler.Context) (*SecuritySchemeOrReference, error) + func (*SecuritySchemeOrReference) Descriptor() ([]byte, []int) + func (*SecuritySchemeOrReference) ProtoMessage() + func (m *SecuritySchemeOrReference) GetOneof() isSecuritySchemeOrReference_Oneof + func (m *SecuritySchemeOrReference) ResolveReferences(root string) (*yaml.Node, error) + func (m *SecuritySchemeOrReference) ToRawInfo() *yaml.Node + func (x *SecuritySchemeOrReference) GetReference() *Reference + func (x *SecuritySchemeOrReference) GetSecurityScheme() *SecurityScheme + func (x *SecuritySchemeOrReference) ProtoReflect() protoreflect.Message + func (x *SecuritySchemeOrReference) Reset() + func (x *SecuritySchemeOrReference) String() string + type SecuritySchemeOrReference_Reference struct + Reference *Reference + type SecuritySchemeOrReference_SecurityScheme struct + SecurityScheme *SecurityScheme + type SecuritySchemesOrReferences struct + AdditionalProperties []*NamedSecuritySchemeOrReference + func NewSecuritySchemesOrReferences(in *yaml.Node, context *compiler.Context) (*SecuritySchemesOrReferences, error) + func (*SecuritySchemesOrReferences) Descriptor() ([]byte, []int) + func (*SecuritySchemesOrReferences) ProtoMessage() + func (m *SecuritySchemesOrReferences) ResolveReferences(root string) (*yaml.Node, error) + func (m *SecuritySchemesOrReferences) ToRawInfo() *yaml.Node + func (x *SecuritySchemesOrReferences) GetAdditionalProperties() []*NamedSecuritySchemeOrReference + func (x *SecuritySchemesOrReferences) ProtoReflect() protoreflect.Message + func (x *SecuritySchemesOrReferences) Reset() + func (x *SecuritySchemesOrReferences) String() string + type Server struct + Description string + SpecificationExtension []*NamedAny + Url string + Variables *ServerVariables + func NewServer(in *yaml.Node, context *compiler.Context) (*Server, error) + func (*Server) Descriptor() ([]byte, []int) + func (*Server) ProtoMessage() + func (m *Server) ResolveReferences(root string) (*yaml.Node, error) + func (m *Server) ToRawInfo() *yaml.Node + func (x *Server) GetDescription() string + func (x *Server) GetSpecificationExtension() []*NamedAny + func (x *Server) GetUrl() string + func (x *Server) GetVariables() *ServerVariables + func (x *Server) ProtoReflect() protoreflect.Message + func (x *Server) Reset() + func (x *Server) String() string + type ServerVariable struct + Default string + Description string + Enum []string + SpecificationExtension []*NamedAny + func NewServerVariable(in *yaml.Node, context *compiler.Context) (*ServerVariable, error) + func (*ServerVariable) Descriptor() ([]byte, []int) + func (*ServerVariable) ProtoMessage() + func (m *ServerVariable) ResolveReferences(root string) (*yaml.Node, error) + func (m *ServerVariable) ToRawInfo() *yaml.Node + func (x *ServerVariable) GetDefault() string + func (x *ServerVariable) GetDescription() string + func (x *ServerVariable) GetEnum() []string + func (x *ServerVariable) GetSpecificationExtension() []*NamedAny + func (x *ServerVariable) ProtoReflect() protoreflect.Message + func (x *ServerVariable) Reset() + func (x *ServerVariable) String() string + type ServerVariables struct + AdditionalProperties []*NamedServerVariable + func NewServerVariables(in *yaml.Node, context *compiler.Context) (*ServerVariables, error) + func (*ServerVariables) Descriptor() ([]byte, []int) + func (*ServerVariables) ProtoMessage() + func (m *ServerVariables) ResolveReferences(root string) (*yaml.Node, error) + func (m *ServerVariables) ToRawInfo() *yaml.Node + func (x *ServerVariables) GetAdditionalProperties() []*NamedServerVariable + func (x *ServerVariables) ProtoReflect() protoreflect.Message + func (x *ServerVariables) Reset() + func (x *ServerVariables) String() string + type SpecificationExtension struct + Oneof isSpecificationExtension_Oneof + func NewSpecificationExtension(in *yaml.Node, context *compiler.Context) (*SpecificationExtension, error) + func (*SpecificationExtension) Descriptor() ([]byte, []int) + func (*SpecificationExtension) ProtoMessage() + func (m *SpecificationExtension) GetOneof() isSpecificationExtension_Oneof + func (m *SpecificationExtension) ResolveReferences(root string) (*yaml.Node, error) + func (m *SpecificationExtension) ToRawInfo() *yaml.Node + func (x *SpecificationExtension) GetBoolean() bool + func (x *SpecificationExtension) GetNumber() float64 + func (x *SpecificationExtension) GetString_() string + func (x *SpecificationExtension) ProtoReflect() protoreflect.Message + func (x *SpecificationExtension) Reset() + func (x *SpecificationExtension) String() string + type SpecificationExtension_Boolean struct + Boolean bool + type SpecificationExtension_Number struct + Number float64 + type SpecificationExtension_String_ struct + String_ string + type StringArray struct + Value []string + func NewStringArray(in *yaml.Node, context *compiler.Context) (*StringArray, error) + func (*StringArray) Descriptor() ([]byte, []int) + func (*StringArray) ProtoMessage() + func (m *StringArray) ResolveReferences(root string) (*yaml.Node, error) + func (m *StringArray) ToRawInfo() *yaml.Node + func (x *StringArray) GetValue() []string + func (x *StringArray) ProtoReflect() protoreflect.Message + func (x *StringArray) Reset() + func (x *StringArray) String() string + type Strings struct + AdditionalProperties []*NamedString + func NewStrings(in *yaml.Node, context *compiler.Context) (*Strings, error) + func (*Strings) Descriptor() ([]byte, []int) + func (*Strings) ProtoMessage() + func (m *Strings) ResolveReferences(root string) (*yaml.Node, error) + func (m *Strings) ToRawInfo() *yaml.Node + func (x *Strings) GetAdditionalProperties() []*NamedString + func (x *Strings) ProtoReflect() protoreflect.Message + func (x *Strings) Reset() + func (x *Strings) String() string + type Tag struct + Description string + ExternalDocs *ExternalDocs + Name string + SpecificationExtension []*NamedAny + func NewTag(in *yaml.Node, context *compiler.Context) (*Tag, error) + func (*Tag) Descriptor() ([]byte, []int) + func (*Tag) ProtoMessage() + func (m *Tag) ResolveReferences(root string) (*yaml.Node, error) + func (m *Tag) ToRawInfo() *yaml.Node + func (x *Tag) GetDescription() string + func (x *Tag) GetExternalDocs() *ExternalDocs + func (x *Tag) GetName() string + func (x *Tag) GetSpecificationExtension() []*NamedAny + func (x *Tag) ProtoReflect() protoreflect.Message + func (x *Tag) Reset() + func (x *Tag) String() string + type Xml struct + Attribute bool + Name string + Namespace string + Prefix string + SpecificationExtension []*NamedAny + Wrapped bool + func NewXml(in *yaml.Node, context *compiler.Context) (*Xml, error) + func (*Xml) Descriptor() ([]byte, []int) + func (*Xml) ProtoMessage() + func (m *Xml) ResolveReferences(root string) (*yaml.Node, error) + func (m *Xml) ToRawInfo() *yaml.Node + func (x *Xml) GetAttribute() bool + func (x *Xml) GetName() string + func (x *Xml) GetNamespace() string + func (x *Xml) GetPrefix() string + func (x *Xml) GetSpecificationExtension() []*NamedAny + func (x *Xml) GetWrapped() bool + func (x *Xml) ProtoReflect() protoreflect.Message + func (x *Xml) Reset() + func (x *Xml) String() string