kubernetes/vendor/github.com/google/gnostic-models/openapiv3/OpenAPIv3.pb.go

const _

const _

type AdditionalPropertiesItem

func (x *AdditionalPropertiesItem) Reset() {}

func (x *AdditionalPropertiesItem) String() string {}

func (*AdditionalPropertiesItem) ProtoMessage() {}

func (x *AdditionalPropertiesItem) ProtoReflect() protoreflect.Message {}

// Deprecated: Use AdditionalPropertiesItem.ProtoReflect.Descriptor instead.
func (*AdditionalPropertiesItem) Descriptor() ([]byte, []int) {}

func (m *AdditionalPropertiesItem) GetOneof() isAdditionalPropertiesItem_Oneof {}

func (x *AdditionalPropertiesItem) GetSchemaOrReference() *SchemaOrReference {}

func (x *AdditionalPropertiesItem) GetBoolean() bool {}

type isAdditionalPropertiesItem_Oneof

type AdditionalPropertiesItem_SchemaOrReference

type AdditionalPropertiesItem_Boolean

func (*AdditionalPropertiesItem_SchemaOrReference) isAdditionalPropertiesItem_Oneof() {}

func (*AdditionalPropertiesItem_Boolean) isAdditionalPropertiesItem_Oneof() {}

type Any

func (x *Any) Reset() {}

func (x *Any) String() string {}

func (*Any) ProtoMessage() {}

func (x *Any) ProtoReflect() protoreflect.Message {}

// Deprecated: Use Any.ProtoReflect.Descriptor instead.
func (*Any) Descriptor() ([]byte, []int) {}

func (x *Any) GetValue() *anypb.Any {}

func (x *Any) GetYaml() string {}

type AnyOrExpression

func (x *AnyOrExpression) Reset() {}

func (x *AnyOrExpression) String() string {}

func (*AnyOrExpression) ProtoMessage() {}

func (x *AnyOrExpression) ProtoReflect() protoreflect.Message {}

// Deprecated: Use AnyOrExpression.ProtoReflect.Descriptor instead.
func (*AnyOrExpression) Descriptor() ([]byte, []int) {}

func (m *AnyOrExpression) GetOneof() isAnyOrExpression_Oneof {}

func (x *AnyOrExpression) GetAny() *Any {}

func (x *AnyOrExpression) GetExpression() *Expression {}

type isAnyOrExpression_Oneof

type AnyOrExpression_Any

type AnyOrExpression_Expression

func (*AnyOrExpression_Any) isAnyOrExpression_Oneof() {}

func (*AnyOrExpression_Expression) isAnyOrExpression_Oneof() {}

type Callback

func (x *Callback) Reset() {}

func (x *Callback) String() string {}

func (*Callback) ProtoMessage() {}

func (x *Callback) ProtoReflect() protoreflect.Message {}

// Deprecated: Use Callback.ProtoReflect.Descriptor instead.
func (*Callback) Descriptor() ([]byte, []int) {}

func (x *Callback) GetPath() []*NamedPathItem {}

func (x *Callback) GetSpecificationExtension() []*NamedAny {}

type CallbackOrReference

func (x *CallbackOrReference) Reset() {}

func (x *CallbackOrReference) String() string {}

func (*CallbackOrReference) ProtoMessage() {}

func (x *CallbackOrReference) ProtoReflect() protoreflect.Message {}

// Deprecated: Use CallbackOrReference.ProtoReflect.Descriptor instead.
func (*CallbackOrReference) Descriptor() ([]byte, []int) {}

func (m *CallbackOrReference) GetOneof() isCallbackOrReference_Oneof {}

func (x *CallbackOrReference) GetCallback() *Callback {}

func (x *CallbackOrReference) GetReference() *Reference {}

type isCallbackOrReference_Oneof

type CallbackOrReference_Callback

type CallbackOrReference_Reference

func (*CallbackOrReference_Callback) isCallbackOrReference_Oneof() {}

func (*CallbackOrReference_Reference) isCallbackOrReference_Oneof() {}

type CallbacksOrReferences

func (x *CallbacksOrReferences) Reset() {}

func (x *CallbacksOrReferences) String() string {}

func (*CallbacksOrReferences) ProtoMessage() {}

func (x *CallbacksOrReferences) ProtoReflect() protoreflect.Message {}

// Deprecated: Use CallbacksOrReferences.ProtoReflect.Descriptor instead.
func (*CallbacksOrReferences) Descriptor() ([]byte, []int) {}

func (x *CallbacksOrReferences) GetAdditionalProperties() []*NamedCallbackOrReference {}

type Components

func (x *Components) Reset() {}

func (x *Components) String() string {}

func (*Components) ProtoMessage() {}

func (x *Components) ProtoReflect() protoreflect.Message {}

// Deprecated: Use Components.ProtoReflect.Descriptor instead.
func (*Components) Descriptor() ([]byte, []int) {}

func (x *Components) GetSchemas() *SchemasOrReferences {}

func (x *Components) GetResponses() *ResponsesOrReferences {}

func (x *Components) GetParameters() *ParametersOrReferences {}

func (x *Components) GetExamples() *ExamplesOrReferences {}

func (x *Components) GetRequestBodies() *RequestBodiesOrReferences {}

func (x *Components) GetHeaders() *HeadersOrReferences {}

func (x *Components) GetSecuritySchemes() *SecuritySchemesOrReferences {}

func (x *Components) GetLinks() *LinksOrReferences {}

func (x *Components) GetCallbacks() *CallbacksOrReferences {}

func (x *Components) GetSpecificationExtension() []*NamedAny {}

type Contact

func (x *Contact) Reset() {}

func (x *Contact) String() string {}

func (*Contact) ProtoMessage() {}

func (x *Contact) ProtoReflect() protoreflect.Message {}

// Deprecated: Use Contact.ProtoReflect.Descriptor instead.
func (*Contact) Descriptor() ([]byte, []int) {}

func (x *Contact) GetName() string {}

func (x *Contact) GetUrl() string {}

func (x *Contact) GetEmail() string {}

func (x *Contact) GetSpecificationExtension() []*NamedAny {}

type DefaultType

func (x *DefaultType) Reset() {}

func (x *DefaultType) String() string {}

func (*DefaultType) ProtoMessage() {}

func (x *DefaultType) ProtoReflect() protoreflect.Message {}

// Deprecated: Use DefaultType.ProtoReflect.Descriptor instead.
func (*DefaultType) Descriptor() ([]byte, []int) {}

func (m *DefaultType) GetOneof() isDefaultType_Oneof {}

func (x *DefaultType) GetNumber() float64 {}

func (x *DefaultType) GetBoolean() bool {}

func (x *DefaultType) GetString_() string {}

type isDefaultType_Oneof

type DefaultType_Number

type DefaultType_Boolean

type DefaultType_String_

func (*DefaultType_Number) isDefaultType_Oneof() {}

func (*DefaultType_Boolean) isDefaultType_Oneof() {}

func (*DefaultType_String_) isDefaultType_Oneof() {}

type Discriminator

func (x *Discriminator) Reset() {}

func (x *Discriminator) String() string {}

func (*Discriminator) ProtoMessage() {}

func (x *Discriminator) ProtoReflect() protoreflect.Message {}

// Deprecated: Use Discriminator.ProtoReflect.Descriptor instead.
func (*Discriminator) Descriptor() ([]byte, []int) {}

func (x *Discriminator) GetPropertyName() string {}

func (x *Discriminator) GetMapping() *Strings {}

func (x *Discriminator) GetSpecificationExtension() []*NamedAny {}

type Document

func (x *Document) Reset() {}

func (x *Document) String() string {}

func (*Document) ProtoMessage() {}

func (x *Document) ProtoReflect() protoreflect.Message {}

// Deprecated: Use Document.ProtoReflect.Descriptor instead.
func (*Document) Descriptor() ([]byte, []int) {}

func (x *Document) GetOpenapi() string {}

func (x *Document) GetInfo() *Info {}

func (x *Document) GetServers() []*Server {}

func (x *Document) GetPaths() *Paths {}

func (x *Document) GetComponents() *Components {}

func (x *Document) GetSecurity() []*SecurityRequirement {}

func (x *Document) GetTags() []*Tag {}

func (x *Document) GetExternalDocs() *ExternalDocs {}

func (x *Document) GetSpecificationExtension() []*NamedAny {}

type Encoding

func (x *Encoding) Reset() {}

func (x *Encoding) String() string {}

func (*Encoding) ProtoMessage() {}

func (x *Encoding) ProtoReflect() protoreflect.Message {}

// Deprecated: Use Encoding.ProtoReflect.Descriptor instead.
func (*Encoding) Descriptor() ([]byte, []int) {}

func (x *Encoding) GetContentType() string {}

func (x *Encoding) GetHeaders() *HeadersOrReferences {}

func (x *Encoding) GetStyle() string {}

func (x *Encoding) GetExplode() bool {}

func (x *Encoding) GetAllowReserved() bool {}

func (x *Encoding) GetSpecificationExtension() []*NamedAny {}

type Encodings

func (x *Encodings) Reset() {}

func (x *Encodings) String() string {}

func (*Encodings) ProtoMessage() {}

func (x *Encodings) ProtoReflect() protoreflect.Message {}

// Deprecated: Use Encodings.ProtoReflect.Descriptor instead.
func (*Encodings) Descriptor() ([]byte, []int) {}

func (x *Encodings) GetAdditionalProperties() []*NamedEncoding {}

type Example

func (x *Example) Reset() {}

func (x *Example) String() string {}

func (*Example) ProtoMessage() {}

func (x *Example) ProtoReflect() protoreflect.Message {}

// Deprecated: Use Example.ProtoReflect.Descriptor instead.
func (*Example) Descriptor() ([]byte, []int) {}

func (x *Example) GetSummary() string {}

func (x *Example) GetDescription() string {}

func (x *Example) GetValue() *Any {}

func (x *Example) GetExternalValue() string {}

func (x *Example) GetSpecificationExtension() []*NamedAny {}

type ExampleOrReference

func (x *ExampleOrReference) Reset() {}

func (x *ExampleOrReference) String() string {}

func (*ExampleOrReference) ProtoMessage() {}

func (x *ExampleOrReference) ProtoReflect() protoreflect.Message {}

// Deprecated: Use ExampleOrReference.ProtoReflect.Descriptor instead.
func (*ExampleOrReference) Descriptor() ([]byte, []int) {}

func (m *ExampleOrReference) GetOneof() isExampleOrReference_Oneof {}

func (x *ExampleOrReference) GetExample() *Example {}

func (x *ExampleOrReference) GetReference() *Reference {}

type isExampleOrReference_Oneof

type ExampleOrReference_Example

type ExampleOrReference_Reference

func (*ExampleOrReference_Example) isExampleOrReference_Oneof() {}

func (*ExampleOrReference_Reference) isExampleOrReference_Oneof() {}

type ExamplesOrReferences

func (x *ExamplesOrReferences) Reset() {}

func (x *ExamplesOrReferences) String() string {}

func (*ExamplesOrReferences) ProtoMessage() {}

func (x *ExamplesOrReferences) ProtoReflect() protoreflect.Message {}

// Deprecated: Use ExamplesOrReferences.ProtoReflect.Descriptor instead.
func (*ExamplesOrReferences) Descriptor() ([]byte, []int) {}

func (x *ExamplesOrReferences) GetAdditionalProperties() []*NamedExampleOrReference {}

type Expression

func (x *Expression) Reset() {}

func (x *Expression) String() string {}

func (*Expression) ProtoMessage() {}

func (x *Expression) ProtoReflect() protoreflect.Message {}

// Deprecated: Use Expression.ProtoReflect.Descriptor instead.
func (*Expression) Descriptor() ([]byte, []int) {}

func (x *Expression) GetAdditionalProperties() []*NamedAny {}

type ExternalDocs

func (x *ExternalDocs) Reset() {}

func (x *ExternalDocs) String() string {}

func (*ExternalDocs) ProtoMessage() {}

func (x *ExternalDocs) ProtoReflect() protoreflect.Message {}

// Deprecated: Use ExternalDocs.ProtoReflect.Descriptor instead.
func (*ExternalDocs) Descriptor() ([]byte, []int) {}

func (x *ExternalDocs) GetDescription() string {}

func (x *ExternalDocs) GetUrl() string {}

func (x *ExternalDocs) GetSpecificationExtension() []*NamedAny {}

type Header

func (x *Header) Reset() {}

func (x *Header) String() string {}

func (*Header) ProtoMessage() {}

func (x *Header) ProtoReflect() protoreflect.Message {}

// Deprecated: Use Header.ProtoReflect.Descriptor instead.
func (*Header) Descriptor() ([]byte, []int) {}

func (x *Header) GetDescription() string {}

func (x *Header) GetRequired() bool {}

func (x *Header) GetDeprecated() bool {}

func (x *Header) GetAllowEmptyValue() bool {}

func (x *Header) GetStyle() string {}

func (x *Header) GetExplode() bool {}

func (x *Header) GetAllowReserved() bool {}

func (x *Header) GetSchema() *SchemaOrReference {}

func (x *Header) GetExample() *Any {}

func (x *Header) GetExamples() *ExamplesOrReferences {}

func (x *Header) GetContent() *MediaTypes {}

func (x *Header) GetSpecificationExtension() []*NamedAny {}

type HeaderOrReference

func (x *HeaderOrReference) Reset() {}

func (x *HeaderOrReference) String() string {}

func (*HeaderOrReference) ProtoMessage() {}

func (x *HeaderOrReference) ProtoReflect() protoreflect.Message {}

// Deprecated: Use HeaderOrReference.ProtoReflect.Descriptor instead.
func (*HeaderOrReference) Descriptor() ([]byte, []int) {}

func (m *HeaderOrReference) GetOneof() isHeaderOrReference_Oneof {}

func (x *HeaderOrReference) GetHeader() *Header {}

func (x *HeaderOrReference) GetReference() *Reference {}

type isHeaderOrReference_Oneof

type HeaderOrReference_Header

type HeaderOrReference_Reference

func (*HeaderOrReference_Header) isHeaderOrReference_Oneof() {}

func (*HeaderOrReference_Reference) isHeaderOrReference_Oneof() {}

type HeadersOrReferences

func (x *HeadersOrReferences) Reset() {}

func (x *HeadersOrReferences) String() string {}

func (*HeadersOrReferences) ProtoMessage() {}

func (x *HeadersOrReferences) ProtoReflect() protoreflect.Message {}

// Deprecated: Use HeadersOrReferences.ProtoReflect.Descriptor instead.
func (*HeadersOrReferences) Descriptor() ([]byte, []int) {}

func (x *HeadersOrReferences) GetAdditionalProperties() []*NamedHeaderOrReference {}

type Info

func (x *Info) Reset() {}

func (x *Info) String() string {}

func (*Info) ProtoMessage() {}

func (x *Info) ProtoReflect() protoreflect.Message {}

// Deprecated: Use Info.ProtoReflect.Descriptor instead.
func (*Info) Descriptor() ([]byte, []int) {}

func (x *Info) GetTitle() string {}

func (x *Info) GetDescription() string {}

func (x *Info) GetTermsOfService() string {}

func (x *Info) GetContact() *Contact {}

func (x *Info) GetLicense() *License {}

func (x *Info) GetVersion() string {}

func (x *Info) GetSpecificationExtension() []*NamedAny {}

func (x *Info) GetSummary() string {}

type ItemsItem

func (x *ItemsItem) Reset() {}

func (x *ItemsItem) String() string {}

func (*ItemsItem) ProtoMessage() {}

func (x *ItemsItem) ProtoReflect() protoreflect.Message {}

// Deprecated: Use ItemsItem.ProtoReflect.Descriptor instead.
func (*ItemsItem) Descriptor() ([]byte, []int) {}

func (x *ItemsItem) GetSchemaOrReference() []*SchemaOrReference {}

type License

func (x *License) Reset() {}

func (x *License) String() string {}

func (*License) ProtoMessage() {}

func (x *License) ProtoReflect() protoreflect.Message {}

// Deprecated: Use License.ProtoReflect.Descriptor instead.
func (*License) Descriptor() ([]byte, []int) {}

func (x *License) GetName() string {}

func (x *License) GetUrl() string {}

func (x *License) GetSpecificationExtension() []*NamedAny {}

type Link

func (x *Link) Reset() {}

func (x *Link) String() string {}

func (*Link) ProtoMessage() {}

func (x *Link) ProtoReflect() protoreflect.Message {}

// Deprecated: Use Link.ProtoReflect.Descriptor instead.
func (*Link) Descriptor() ([]byte, []int) {}

func (x *Link) GetOperationRef() string {}

func (x *Link) GetOperationId() string {}

func (x *Link) GetParameters() *AnyOrExpression {}

func (x *Link) GetRequestBody() *AnyOrExpression {}

func (x *Link) GetDescription() string {}

func (x *Link) GetServer() *Server {}

func (x *Link) GetSpecificationExtension() []*NamedAny {}

type LinkOrReference

func (x *LinkOrReference) Reset() {}

func (x *LinkOrReference) String() string {}

func (*LinkOrReference) ProtoMessage() {}

func (x *LinkOrReference) ProtoReflect() protoreflect.Message {}

// Deprecated: Use LinkOrReference.ProtoReflect.Descriptor instead.
func (*LinkOrReference) Descriptor() ([]byte, []int) {}

func (m *LinkOrReference) GetOneof() isLinkOrReference_Oneof {}

func (x *LinkOrReference) GetLink() *Link {}

func (x *LinkOrReference) GetReference() *Reference {}

type isLinkOrReference_Oneof

type LinkOrReference_Link

type LinkOrReference_Reference

func (*LinkOrReference_Link) isLinkOrReference_Oneof() {}

func (*LinkOrReference_Reference) isLinkOrReference_Oneof() {}

type LinksOrReferences

func (x *LinksOrReferences) Reset() {}

func (x *LinksOrReferences) String() string {}

func (*LinksOrReferences) ProtoMessage() {}

func (x *LinksOrReferences) ProtoReflect() protoreflect.Message {}

// Deprecated: Use LinksOrReferences.ProtoReflect.Descriptor instead.
func (*LinksOrReferences) Descriptor() ([]byte, []int) {}

func (x *LinksOrReferences) GetAdditionalProperties() []*NamedLinkOrReference {}

type MediaType

func (x *MediaType) Reset() {}

func (x *MediaType) String() string {}

func (*MediaType) ProtoMessage() {}

func (x *MediaType) ProtoReflect() protoreflect.Message {}

// Deprecated: Use MediaType.ProtoReflect.Descriptor instead.
func (*MediaType) Descriptor() ([]byte, []int) {}

func (x *MediaType) GetSchema() *SchemaOrReference {}

func (x *MediaType) GetExample() *Any {}

func (x *MediaType) GetExamples() *ExamplesOrReferences {}

func (x *MediaType) GetEncoding() *Encodings {}

func (x *MediaType) GetSpecificationExtension() []*NamedAny {}

type MediaTypes

func (x *MediaTypes) Reset() {}

func (x *MediaTypes) String() string {}

func (*MediaTypes) ProtoMessage() {}

func (x *MediaTypes) ProtoReflect() protoreflect.Message {}

// Deprecated: Use MediaTypes.ProtoReflect.Descriptor instead.
func (*MediaTypes) Descriptor() ([]byte, []int) {}

func (x *MediaTypes) GetAdditionalProperties() []*NamedMediaType {}

type NamedAny

func (x *NamedAny) Reset() {}

func (x *NamedAny) String() string {}

func (*NamedAny) ProtoMessage() {}

func (x *NamedAny) ProtoReflect() protoreflect.Message {}

// Deprecated: Use NamedAny.ProtoReflect.Descriptor instead.
func (*NamedAny) Descriptor() ([]byte, []int) {}

func (x *NamedAny) GetName() string {}

func (x *NamedAny) GetValue() *Any {}

type NamedCallbackOrReference

func (x *NamedCallbackOrReference) Reset() {}

func (x *NamedCallbackOrReference) String() string {}

func (*NamedCallbackOrReference) ProtoMessage() {}

func (x *NamedCallbackOrReference) ProtoReflect() protoreflect.Message {}

// Deprecated: Use NamedCallbackOrReference.ProtoReflect.Descriptor instead.
func (*NamedCallbackOrReference) Descriptor() ([]byte, []int) {}

func (x *NamedCallbackOrReference) GetName() string {}

func (x *NamedCallbackOrReference) GetValue() *CallbackOrReference {}

type NamedEncoding

func (x *NamedEncoding) Reset() {}

func (x *NamedEncoding) String() string {}

func (*NamedEncoding) ProtoMessage() {}

func (x *NamedEncoding) ProtoReflect() protoreflect.Message {}

// Deprecated: Use NamedEncoding.ProtoReflect.Descriptor instead.
func (*NamedEncoding) Descriptor() ([]byte, []int) {}

func (x *NamedEncoding) GetName() string {}

func (x *NamedEncoding) GetValue() *Encoding {}

type NamedExampleOrReference

func (x *NamedExampleOrReference) Reset() {}

func (x *NamedExampleOrReference) String() string {}

func (*NamedExampleOrReference) ProtoMessage() {}

func (x *NamedExampleOrReference) ProtoReflect() protoreflect.Message {}

// Deprecated: Use NamedExampleOrReference.ProtoReflect.Descriptor instead.
func (*NamedExampleOrReference) Descriptor() ([]byte, []int) {}

func (x *NamedExampleOrReference) GetName() string {}

func (x *NamedExampleOrReference) GetValue() *ExampleOrReference {}

type NamedHeaderOrReference

func (x *NamedHeaderOrReference) Reset() {}

func (x *NamedHeaderOrReference) String() string {}

func (*NamedHeaderOrReference) ProtoMessage() {}

func (x *NamedHeaderOrReference) ProtoReflect() protoreflect.Message {}

// Deprecated: Use NamedHeaderOrReference.ProtoReflect.Descriptor instead.
func (*NamedHeaderOrReference) Descriptor() ([]byte, []int) {}

func (x *NamedHeaderOrReference) GetName() string {}

func (x *NamedHeaderOrReference) GetValue() *HeaderOrReference {}

type NamedLinkOrReference

func (x *NamedLinkOrReference) Reset() {}

func (x *NamedLinkOrReference) String() string {}

func (*NamedLinkOrReference) ProtoMessage() {}

func (x *NamedLinkOrReference) ProtoReflect() protoreflect.Message {}

// Deprecated: Use NamedLinkOrReference.ProtoReflect.Descriptor instead.
func (*NamedLinkOrReference) Descriptor() ([]byte, []int) {}

func (x *NamedLinkOrReference) GetName() string {}

func (x *NamedLinkOrReference) GetValue() *LinkOrReference {}

type NamedMediaType

func (x *NamedMediaType) Reset() {}

func (x *NamedMediaType) String() string {}

func (*NamedMediaType) ProtoMessage() {}

func (x *NamedMediaType) ProtoReflect() protoreflect.Message {}

// Deprecated: Use NamedMediaType.ProtoReflect.Descriptor instead.
func (*NamedMediaType) Descriptor() ([]byte, []int) {}

func (x *NamedMediaType) GetName() string {}

func (x *NamedMediaType) GetValue() *MediaType {}

type NamedParameterOrReference

func (x *NamedParameterOrReference) Reset() {}

func (x *NamedParameterOrReference) String() string {}

func (*NamedParameterOrReference) ProtoMessage() {}

func (x *NamedParameterOrReference) ProtoReflect() protoreflect.Message {}

// Deprecated: Use NamedParameterOrReference.ProtoReflect.Descriptor instead.
func (*NamedParameterOrReference) Descriptor() ([]byte, []int) {}

func (x *NamedParameterOrReference) GetName() string {}

func (x *NamedParameterOrReference) GetValue() *ParameterOrReference {}

type NamedPathItem

func (x *NamedPathItem) Reset() {}

func (x *NamedPathItem) String() string {}

func (*NamedPathItem) ProtoMessage() {}

func (x *NamedPathItem) ProtoReflect() protoreflect.Message {}

// Deprecated: Use NamedPathItem.ProtoReflect.Descriptor instead.
func (*NamedPathItem) Descriptor() ([]byte, []int) {}

func (x *NamedPathItem) GetName() string {}

func (x *NamedPathItem) GetValue() *PathItem {}

type NamedRequestBodyOrReference

func (x *NamedRequestBodyOrReference) Reset() {}

func (x *NamedRequestBodyOrReference) String() string {}

func (*NamedRequestBodyOrReference) ProtoMessage() {}

func (x *NamedRequestBodyOrReference) ProtoReflect() protoreflect.Message {}

// Deprecated: Use NamedRequestBodyOrReference.ProtoReflect.Descriptor instead.
func (*NamedRequestBodyOrReference) Descriptor() ([]byte, []int) {}

func (x *NamedRequestBodyOrReference) GetName() string {}

func (x *NamedRequestBodyOrReference) GetValue() *RequestBodyOrReference {}

type NamedResponseOrReference

func (x *NamedResponseOrReference) Reset() {}

func (x *NamedResponseOrReference) String() string {}

func (*NamedResponseOrReference) ProtoMessage() {}

func (x *NamedResponseOrReference) ProtoReflect() protoreflect.Message {}

// Deprecated: Use NamedResponseOrReference.ProtoReflect.Descriptor instead.
func (*NamedResponseOrReference) Descriptor() ([]byte, []int) {}

func (x *NamedResponseOrReference) GetName() string {}

func (x *NamedResponseOrReference) GetValue() *ResponseOrReference {}

type NamedSchemaOrReference

func (x *NamedSchemaOrReference) Reset() {}

func (x *NamedSchemaOrReference) String() string {}

func (*NamedSchemaOrReference) ProtoMessage() {}

func (x *NamedSchemaOrReference) ProtoReflect() protoreflect.Message {}

// Deprecated: Use NamedSchemaOrReference.ProtoReflect.Descriptor instead.
func (*NamedSchemaOrReference) Descriptor() ([]byte, []int) {}

func (x *NamedSchemaOrReference) GetName() string {}

func (x *NamedSchemaOrReference) GetValue() *SchemaOrReference {}

type NamedSecuritySchemeOrReference

func (x *NamedSecuritySchemeOrReference) Reset() {}

func (x *NamedSecuritySchemeOrReference) String() string {}

func (*NamedSecuritySchemeOrReference) ProtoMessage() {}

func (x *NamedSecuritySchemeOrReference) ProtoReflect() protoreflect.Message {}

// Deprecated: Use NamedSecuritySchemeOrReference.ProtoReflect.Descriptor instead.
func (*NamedSecuritySchemeOrReference) Descriptor() ([]byte, []int) {}

func (x *NamedSecuritySchemeOrReference) GetName() string {}

func (x *NamedSecuritySchemeOrReference) GetValue() *SecuritySchemeOrReference {}

type NamedServerVariable

func (x *NamedServerVariable) Reset() {}

func (x *NamedServerVariable) String() string {}

func (*NamedServerVariable) ProtoMessage() {}

func (x *NamedServerVariable) ProtoReflect() protoreflect.Message {}

// Deprecated: Use NamedServerVariable.ProtoReflect.Descriptor instead.
func (*NamedServerVariable) Descriptor() ([]byte, []int) {}

func (x *NamedServerVariable) GetName() string {}

func (x *NamedServerVariable) GetValue() *ServerVariable {}

type NamedString

func (x *NamedString) Reset() {}

func (x *NamedString) String() string {}

func (*NamedString) ProtoMessage() {}

func (x *NamedString) ProtoReflect() protoreflect.Message {}

// Deprecated: Use NamedString.ProtoReflect.Descriptor instead.
func (*NamedString) Descriptor() ([]byte, []int) {}

func (x *NamedString) GetName() string {}

func (x *NamedString) GetValue() string {}

type NamedStringArray

func (x *NamedStringArray) Reset() {}

func (x *NamedStringArray) String() string {}

func (*NamedStringArray) ProtoMessage() {}

func (x *NamedStringArray) ProtoReflect() protoreflect.Message {}

// Deprecated: Use NamedStringArray.ProtoReflect.Descriptor instead.
func (*NamedStringArray) Descriptor() ([]byte, []int) {}

func (x *NamedStringArray) GetName() string {}

func (x *NamedStringArray) GetValue() *StringArray {}

type OauthFlow

func (x *OauthFlow) Reset() {}

func (x *OauthFlow) String() string {}

func (*OauthFlow) ProtoMessage() {}

func (x *OauthFlow) ProtoReflect() protoreflect.Message {}

// Deprecated: Use OauthFlow.ProtoReflect.Descriptor instead.
func (*OauthFlow) Descriptor() ([]byte, []int) {}

func (x *OauthFlow) GetAuthorizationUrl() string {}

func (x *OauthFlow) GetTokenUrl() string {}

func (x *OauthFlow) GetRefreshUrl() string {}

func (x *OauthFlow) GetScopes() *Strings {}

func (x *OauthFlow) GetSpecificationExtension() []*NamedAny {}

type OauthFlows

func (x *OauthFlows) Reset() {}

func (x *OauthFlows) String() string {}

func (*OauthFlows) ProtoMessage() {}

func (x *OauthFlows) ProtoReflect() protoreflect.Message {}

// Deprecated: Use OauthFlows.ProtoReflect.Descriptor instead.
func (*OauthFlows) Descriptor() ([]byte, []int) {}

func (x *OauthFlows) GetImplicit() *OauthFlow {}

func (x *OauthFlows) GetPassword() *OauthFlow {}

func (x *OauthFlows) GetClientCredentials() *OauthFlow {}

func (x *OauthFlows) GetAuthorizationCode() *OauthFlow {}

func (x *OauthFlows) GetSpecificationExtension() []*NamedAny {}

type Object

func (x *Object) Reset() {}

func (x *Object) String() string {}

func (*Object) ProtoMessage() {}

func (x *Object) ProtoReflect() protoreflect.Message {}

// Deprecated: Use Object.ProtoReflect.Descriptor instead.
func (*Object) Descriptor() ([]byte, []int) {}

func (x *Object) GetAdditionalProperties() []*NamedAny {}

type Operation

func (x *Operation) Reset() {}

func (x *Operation) String() string {}

func (*Operation) ProtoMessage() {}

func (x *Operation) ProtoReflect() protoreflect.Message {}

// Deprecated: Use Operation.ProtoReflect.Descriptor instead.
func (*Operation) Descriptor() ([]byte, []int) {}

func (x *Operation) GetTags() []string {}

func (x *Operation) GetSummary() string {}

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) GetCallbacks() *CallbacksOrReferences {}

func (x *Operation) GetDeprecated() bool {}

func (x *Operation) GetSecurity() []*SecurityRequirement {}

func (x *Operation) GetServers() []*Server {}

func (x *Operation) GetSpecificationExtension() []*NamedAny {}

type Parameter

func (x *Parameter) Reset() {}

func (x *Parameter) String() string {}

func (*Parameter) ProtoMessage() {}

func (x *Parameter) ProtoReflect() protoreflect.Message {}

// Deprecated: Use Parameter.ProtoReflect.Descriptor instead.
func (*Parameter) Descriptor() ([]byte, []int) {}

func (x *Parameter) GetName() string {}

func (x *Parameter) GetIn() string {}

func (x *Parameter) GetDescription() string {}

func (x *Parameter) GetRequired() bool {}

func (x *Parameter) GetDeprecated() bool {}

func (x *Parameter) GetAllowEmptyValue() bool {}

func (x *Parameter) GetStyle() string {}

func (x *Parameter) GetExplode() bool {}

func (x *Parameter) GetAllowReserved() bool {}

func (x *Parameter) GetSchema() *SchemaOrReference {}

func (x *Parameter) GetExample() *Any {}

func (x *Parameter) GetExamples() *ExamplesOrReferences {}

func (x *Parameter) GetContent() *MediaTypes {}

func (x *Parameter) GetSpecificationExtension() []*NamedAny {}

type ParameterOrReference

func (x *ParameterOrReference) Reset() {}

func (x *ParameterOrReference) String() string {}

func (*ParameterOrReference) ProtoMessage() {}

func (x *ParameterOrReference) ProtoReflect() protoreflect.Message {}

// Deprecated: Use ParameterOrReference.ProtoReflect.Descriptor instead.
func (*ParameterOrReference) Descriptor() ([]byte, []int) {}

func (m *ParameterOrReference) GetOneof() isParameterOrReference_Oneof {}

func (x *ParameterOrReference) GetParameter() *Parameter {}

func (x *ParameterOrReference) GetReference() *Reference {}

type isParameterOrReference_Oneof

type ParameterOrReference_Parameter

type ParameterOrReference_Reference

func (*ParameterOrReference_Parameter) isParameterOrReference_Oneof() {}

func (*ParameterOrReference_Reference) isParameterOrReference_Oneof() {}

type ParametersOrReferences

func (x *ParametersOrReferences) Reset() {}

func (x *ParametersOrReferences) String() string {}

func (*ParametersOrReferences) ProtoMessage() {}

func (x *ParametersOrReferences) ProtoReflect() protoreflect.Message {}

// Deprecated: Use ParametersOrReferences.ProtoReflect.Descriptor instead.
func (*ParametersOrReferences) Descriptor() ([]byte, []int) {}

func (x *ParametersOrReferences) GetAdditionalProperties() []*NamedParameterOrReference {}

type PathItem

func (x *PathItem) Reset() {}

func (x *PathItem) String() string {}

func (*PathItem) ProtoMessage() {}

func (x *PathItem) ProtoReflect() protoreflect.Message {}

// Deprecated: Use PathItem.ProtoReflect.Descriptor instead.
func (*PathItem) Descriptor() ([]byte, []int) {}

func (x *PathItem) GetXRef() string {}

func (x *PathItem) GetSummary() string {}

func (x *PathItem) GetDescription() string {}

func (x *PathItem) GetGet() *Operation {}

func (x *PathItem) GetPut() *Operation {}

func (x *PathItem) GetPost() *Operation {}

func (x *PathItem) GetDelete() *Operation {}

func (x *PathItem) GetOptions() *Operation {}

func (x *PathItem) GetHead() *Operation {}

func (x *PathItem) GetPatch() *Operation {}

func (x *PathItem) GetTrace() *Operation {}

func (x *PathItem) GetServers() []*Server {}

func (x *PathItem) GetParameters() []*ParameterOrReference {}

func (x *PathItem) GetSpecificationExtension() []*NamedAny {}

type Paths

func (x *Paths) Reset() {}

func (x *Paths) String() string {}

func (*Paths) ProtoMessage() {}

func (x *Paths) ProtoReflect() protoreflect.Message {}

// Deprecated: Use Paths.ProtoReflect.Descriptor instead.
func (*Paths) Descriptor() ([]byte, []int) {}

func (x *Paths) GetPath() []*NamedPathItem {}

func (x *Paths) GetSpecificationExtension() []*NamedAny {}

type Properties

func (x *Properties) Reset() {}

func (x *Properties) String() string {}

func (*Properties) ProtoMessage() {}

func (x *Properties) ProtoReflect() protoreflect.Message {}

// Deprecated: Use Properties.ProtoReflect.Descriptor instead.
func (*Properties) Descriptor() ([]byte, []int) {}

func (x *Properties) GetAdditionalProperties() []*NamedSchemaOrReference {}

type Reference

func (x *Reference) Reset() {}

func (x *Reference) String() string {}

func (*Reference) ProtoMessage() {}

func (x *Reference) ProtoReflect() protoreflect.Message {}

// Deprecated: Use Reference.ProtoReflect.Descriptor instead.
func (*Reference) Descriptor() ([]byte, []int) {}

func (x *Reference) GetXRef() string {}

func (x *Reference) GetSummary() string {}

func (x *Reference) GetDescription() string {}

type RequestBodiesOrReferences

func (x *RequestBodiesOrReferences) Reset() {}

func (x *RequestBodiesOrReferences) String() string {}

func (*RequestBodiesOrReferences) ProtoMessage() {}

func (x *RequestBodiesOrReferences) ProtoReflect() protoreflect.Message {}

// Deprecated: Use RequestBodiesOrReferences.ProtoReflect.Descriptor instead.
func (*RequestBodiesOrReferences) Descriptor() ([]byte, []int) {}

func (x *RequestBodiesOrReferences) GetAdditionalProperties() []*NamedRequestBodyOrReference {}

type RequestBody

func (x *RequestBody) Reset() {}

func (x *RequestBody) String() string {}

func (*RequestBody) ProtoMessage() {}

func (x *RequestBody) ProtoReflect() protoreflect.Message {}

// Deprecated: Use RequestBody.ProtoReflect.Descriptor instead.
func (*RequestBody) Descriptor() ([]byte, []int) {}

func (x *RequestBody) GetDescription() string {}

func (x *RequestBody) GetContent() *MediaTypes {}

func (x *RequestBody) GetRequired() bool {}

func (x *RequestBody) GetSpecificationExtension() []*NamedAny {}

type RequestBodyOrReference

func (x *RequestBodyOrReference) Reset() {}

func (x *RequestBodyOrReference) String() string {}

func (*RequestBodyOrReference) ProtoMessage() {}

func (x *RequestBodyOrReference) ProtoReflect() protoreflect.Message {}

// Deprecated: Use RequestBodyOrReference.ProtoReflect.Descriptor instead.
func (*RequestBodyOrReference) Descriptor() ([]byte, []int) {}

func (m *RequestBodyOrReference) GetOneof() isRequestBodyOrReference_Oneof {}

func (x *RequestBodyOrReference) GetRequestBody() *RequestBody {}

func (x *RequestBodyOrReference) GetReference() *Reference {}

type isRequestBodyOrReference_Oneof

type RequestBodyOrReference_RequestBody

type RequestBodyOrReference_Reference

func (*RequestBodyOrReference_RequestBody) isRequestBodyOrReference_Oneof() {}

func (*RequestBodyOrReference_Reference) isRequestBodyOrReference_Oneof() {}

type Response

func (x *Response) Reset() {}

func (x *Response) String() string {}

func (*Response) ProtoMessage() {}

func (x *Response) ProtoReflect() protoreflect.Message {}

// Deprecated: Use Response.ProtoReflect.Descriptor instead.
func (*Response) Descriptor() ([]byte, []int) {}

func (x *Response) GetDescription() string {}

func (x *Response) GetHeaders() *HeadersOrReferences {}

func (x *Response) GetContent() *MediaTypes {}

func (x *Response) GetLinks() *LinksOrReferences {}

func (x *Response) GetSpecificationExtension() []*NamedAny {}

type ResponseOrReference

func (x *ResponseOrReference) Reset() {}

func (x *ResponseOrReference) String() string {}

func (*ResponseOrReference) ProtoMessage() {}

func (x *ResponseOrReference) ProtoReflect() protoreflect.Message {}

// Deprecated: Use ResponseOrReference.ProtoReflect.Descriptor instead.
func (*ResponseOrReference) Descriptor() ([]byte, []int) {}

func (m *ResponseOrReference) GetOneof() isResponseOrReference_Oneof {}

func (x *ResponseOrReference) GetResponse() *Response {}

func (x *ResponseOrReference) GetReference() *Reference {}

type isResponseOrReference_Oneof

type ResponseOrReference_Response

type ResponseOrReference_Reference

func (*ResponseOrReference_Response) isResponseOrReference_Oneof() {}

func (*ResponseOrReference_Reference) isResponseOrReference_Oneof() {}

type Responses

func (x *Responses) Reset() {}

func (x *Responses) String() string {}

func (*Responses) ProtoMessage() {}

func (x *Responses) ProtoReflect() protoreflect.Message {}

// Deprecated: Use Responses.ProtoReflect.Descriptor instead.
func (*Responses) Descriptor() ([]byte, []int) {}

func (x *Responses) GetDefault() *ResponseOrReference {}

func (x *Responses) GetResponseOrReference() []*NamedResponseOrReference {}

func (x *Responses) GetSpecificationExtension() []*NamedAny {}

type ResponsesOrReferences

func (x *ResponsesOrReferences) Reset() {}

func (x *ResponsesOrReferences) String() string {}

func (*ResponsesOrReferences) ProtoMessage() {}

func (x *ResponsesOrReferences) ProtoReflect() protoreflect.Message {}

// Deprecated: Use ResponsesOrReferences.ProtoReflect.Descriptor instead.
func (*ResponsesOrReferences) Descriptor() ([]byte, []int) {}

func (x *ResponsesOrReferences) GetAdditionalProperties() []*NamedResponseOrReference {}

type Schema

func (x *Schema) Reset() {}

func (x *Schema) String() string {}

func (*Schema) ProtoMessage() {}

func (x *Schema) ProtoReflect() protoreflect.Message {}

// Deprecated: Use Schema.ProtoReflect.Descriptor instead.
func (*Schema) Descriptor() ([]byte, []int) {}

func (x *Schema) GetNullable() bool {}

func (x *Schema) GetDiscriminator() *Discriminator {}

func (x *Schema) GetReadOnly() bool {}

func (x *Schema) GetWriteOnly() bool {}

func (x *Schema) GetXml() *Xml {}

func (x *Schema) GetExternalDocs() *ExternalDocs {}

func (x *Schema) GetExample() *Any {}

func (x *Schema) GetDeprecated() bool {}

func (x *Schema) GetTitle() string {}

func (x *Schema) GetMultipleOf() float64 {}

func (x *Schema) GetMaximum() float64 {}

func (x *Schema) GetExclusiveMaximum() bool {}

func (x *Schema) GetMinimum() float64 {}

func (x *Schema) GetExclusiveMinimum() bool {}

func (x *Schema) GetMaxLength() int64 {}

func (x *Schema) GetMinLength() int64 {}

func (x *Schema) GetPattern() string {}

func (x *Schema) GetMaxItems() int64 {}

func (x *Schema) GetMinItems() int64 {}

func (x *Schema) GetUniqueItems() bool {}

func (x *Schema) GetMaxProperties() int64 {}

func (x *Schema) GetMinProperties() int64 {}

func (x *Schema) GetRequired() []string {}

func (x *Schema) GetEnum() []*Any {}

func (x *Schema) GetType() string {}

func (x *Schema) GetAllOf() []*SchemaOrReference {}

func (x *Schema) GetOneOf() []*SchemaOrReference {}

func (x *Schema) GetAnyOf() []*SchemaOrReference {}

func (x *Schema) GetNot() *Schema {}

func (x *Schema) GetItems() *ItemsItem {}

func (x *Schema) GetProperties() *Properties {}

func (x *Schema) GetAdditionalProperties() *AdditionalPropertiesItem {}

func (x *Schema) GetDefault() *DefaultType {}

func (x *Schema) GetDescription() string {}

func (x *Schema) GetFormat() string {}

func (x *Schema) GetSpecificationExtension() []*NamedAny {}

type SchemaOrReference

func (x *SchemaOrReference) Reset() {}

func (x *SchemaOrReference) String() string {}

func (*SchemaOrReference) ProtoMessage() {}

func (x *SchemaOrReference) ProtoReflect() protoreflect.Message {}

// Deprecated: Use SchemaOrReference.ProtoReflect.Descriptor instead.
func (*SchemaOrReference) Descriptor() ([]byte, []int) {}

func (m *SchemaOrReference) GetOneof() isSchemaOrReference_Oneof {}

func (x *SchemaOrReference) GetSchema() *Schema {}

func (x *SchemaOrReference) GetReference() *Reference {}

type isSchemaOrReference_Oneof

type SchemaOrReference_Schema

type SchemaOrReference_Reference

func (*SchemaOrReference_Schema) isSchemaOrReference_Oneof() {}

func (*SchemaOrReference_Reference) isSchemaOrReference_Oneof() {}

type SchemasOrReferences

func (x *SchemasOrReferences) Reset() {}

func (x *SchemasOrReferences) String() string {}

func (*SchemasOrReferences) ProtoMessage() {}

func (x *SchemasOrReferences) ProtoReflect() protoreflect.Message {}

// Deprecated: Use SchemasOrReferences.ProtoReflect.Descriptor instead.
func (*SchemasOrReferences) Descriptor() ([]byte, []int) {}

func (x *SchemasOrReferences) GetAdditionalProperties() []*NamedSchemaOrReference {}

type SecurityRequirement

func (x *SecurityRequirement) Reset() {}

func (x *SecurityRequirement) String() string {}

func (*SecurityRequirement) ProtoMessage() {}

func (x *SecurityRequirement) ProtoReflect() protoreflect.Message {}

// Deprecated: Use SecurityRequirement.ProtoReflect.Descriptor instead.
func (*SecurityRequirement) Descriptor() ([]byte, []int) {}

func (x *SecurityRequirement) GetAdditionalProperties() []*NamedStringArray {}

type SecurityScheme

func (x *SecurityScheme) Reset() {}

func (x *SecurityScheme) String() string {}

func (*SecurityScheme) ProtoMessage() {}

func (x *SecurityScheme) ProtoReflect() protoreflect.Message {}

// Deprecated: Use SecurityScheme.ProtoReflect.Descriptor instead.
func (*SecurityScheme) Descriptor() ([]byte, []int) {}

func (x *SecurityScheme) GetType() string {}

func (x *SecurityScheme) GetDescription() string {}

func (x *SecurityScheme) GetName() string {}

func (x *SecurityScheme) GetIn() string {}

func (x *SecurityScheme) GetScheme() string {}

func (x *SecurityScheme) GetBearerFormat() string {}

func (x *SecurityScheme) GetFlows() *OauthFlows {}

func (x *SecurityScheme) GetOpenIdConnectUrl() string {}

func (x *SecurityScheme) GetSpecificationExtension() []*NamedAny {}

type SecuritySchemeOrReference

func (x *SecuritySchemeOrReference) Reset() {}

func (x *SecuritySchemeOrReference) String() string {}

func (*SecuritySchemeOrReference) ProtoMessage() {}

func (x *SecuritySchemeOrReference) ProtoReflect() protoreflect.Message {}

// Deprecated: Use SecuritySchemeOrReference.ProtoReflect.Descriptor instead.
func (*SecuritySchemeOrReference) Descriptor() ([]byte, []int) {}

func (m *SecuritySchemeOrReference) GetOneof() isSecuritySchemeOrReference_Oneof {}

func (x *SecuritySchemeOrReference) GetSecurityScheme() *SecurityScheme {}

func (x *SecuritySchemeOrReference) GetReference() *Reference {}

type isSecuritySchemeOrReference_Oneof

type SecuritySchemeOrReference_SecurityScheme

type SecuritySchemeOrReference_Reference

func (*SecuritySchemeOrReference_SecurityScheme) isSecuritySchemeOrReference_Oneof() {}

func (*SecuritySchemeOrReference_Reference) isSecuritySchemeOrReference_Oneof() {}

type SecuritySchemesOrReferences

func (x *SecuritySchemesOrReferences) Reset() {}

func (x *SecuritySchemesOrReferences) String() string {}

func (*SecuritySchemesOrReferences) ProtoMessage() {}

func (x *SecuritySchemesOrReferences) ProtoReflect() protoreflect.Message {}

// Deprecated: Use SecuritySchemesOrReferences.ProtoReflect.Descriptor instead.
func (*SecuritySchemesOrReferences) Descriptor() ([]byte, []int) {}

func (x *SecuritySchemesOrReferences) GetAdditionalProperties() []*NamedSecuritySchemeOrReference {}

type Server

func (x *Server) Reset() {}

func (x *Server) String() string {}

func (*Server) ProtoMessage() {}

func (x *Server) ProtoReflect() protoreflect.Message {}

// Deprecated: Use Server.ProtoReflect.Descriptor instead.
func (*Server) Descriptor() ([]byte, []int) {}

func (x *Server) GetUrl() string {}

func (x *Server) GetDescription() string {}

func (x *Server) GetVariables() *ServerVariables {}

func (x *Server) GetSpecificationExtension() []*NamedAny {}

type ServerVariable

func (x *ServerVariable) Reset() {}

func (x *ServerVariable) String() string {}

func (*ServerVariable) ProtoMessage() {}

func (x *ServerVariable) ProtoReflect() protoreflect.Message {}

// Deprecated: Use ServerVariable.ProtoReflect.Descriptor instead.
func (*ServerVariable) Descriptor() ([]byte, []int) {}

func (x *ServerVariable) GetEnum() []string {}

func (x *ServerVariable) GetDefault() string {}

func (x *ServerVariable) GetDescription() string {}

func (x *ServerVariable) GetSpecificationExtension() []*NamedAny {}

type ServerVariables

func (x *ServerVariables) Reset() {}

func (x *ServerVariables) String() string {}

func (*ServerVariables) ProtoMessage() {}

func (x *ServerVariables) ProtoReflect() protoreflect.Message {}

// Deprecated: Use ServerVariables.ProtoReflect.Descriptor instead.
func (*ServerVariables) Descriptor() ([]byte, []int) {}

func (x *ServerVariables) GetAdditionalProperties() []*NamedServerVariable {}

type SpecificationExtension

func (x *SpecificationExtension) Reset() {}

func (x *SpecificationExtension) String() string {}

func (*SpecificationExtension) ProtoMessage() {}

func (x *SpecificationExtension) ProtoReflect() protoreflect.Message {}

// Deprecated: Use SpecificationExtension.ProtoReflect.Descriptor instead.
func (*SpecificationExtension) Descriptor() ([]byte, []int) {}

func (m *SpecificationExtension) GetOneof() isSpecificationExtension_Oneof {}

func (x *SpecificationExtension) GetNumber() float64 {}

func (x *SpecificationExtension) GetBoolean() bool {}

func (x *SpecificationExtension) GetString_() string {}

type isSpecificationExtension_Oneof

type SpecificationExtension_Number

type SpecificationExtension_Boolean

type SpecificationExtension_String_

func (*SpecificationExtension_Number) isSpecificationExtension_Oneof() {}

func (*SpecificationExtension_Boolean) isSpecificationExtension_Oneof() {}

func (*SpecificationExtension_String_) isSpecificationExtension_Oneof() {}

type StringArray

func (x *StringArray) Reset() {}

func (x *StringArray) String() string {}

func (*StringArray) ProtoMessage() {}

func (x *StringArray) ProtoReflect() protoreflect.Message {}

// Deprecated: Use StringArray.ProtoReflect.Descriptor instead.
func (*StringArray) Descriptor() ([]byte, []int) {}

func (x *StringArray) GetValue() []string {}

type Strings

func (x *Strings) Reset() {}

func (x *Strings) String() string {}

func (*Strings) ProtoMessage() {}

func (x *Strings) ProtoReflect() protoreflect.Message {}

// Deprecated: Use Strings.ProtoReflect.Descriptor instead.
func (*Strings) Descriptor() ([]byte, []int) {}

func (x *Strings) GetAdditionalProperties() []*NamedString {}

type Tag

func (x *Tag) Reset() {}

func (x *Tag) String() string {}

func (*Tag) ProtoMessage() {}

func (x *Tag) ProtoReflect() protoreflect.Message {}

// Deprecated: Use Tag.ProtoReflect.Descriptor instead.
func (*Tag) Descriptor() ([]byte, []int) {}

func (x *Tag) GetName() string {}

func (x *Tag) GetDescription() string {}

func (x *Tag) GetExternalDocs() *ExternalDocs {}

func (x *Tag) GetSpecificationExtension() []*NamedAny {}

type Xml

func (x *Xml) Reset() {}

func (x *Xml) String() string {}

func (*Xml) ProtoMessage() {}

func (x *Xml) ProtoReflect() protoreflect.Message {}

// Deprecated: Use Xml.ProtoReflect.Descriptor instead.
func (*Xml) Descriptor() ([]byte, []int) {}

func (x *Xml) GetName() string {}

func (x *Xml) GetNamespace() string {}

func (x *Xml) GetPrefix() string {}

func (x *Xml) GetAttribute() bool {}

func (x *Xml) GetWrapped() bool {}

func (x *Xml) GetSpecificationExtension() []*NamedAny {}

var File_openapiv3_OpenAPIv3_proto

var file_openapiv3_OpenAPIv3_proto_rawDesc

var file_openapiv3_OpenAPIv3_proto_rawDescOnce

var file_openapiv3_OpenAPIv3_proto_rawDescData

func file_openapiv3_OpenAPIv3_proto_rawDescGZIP() []byte {}

var file_openapiv3_OpenAPIv3_proto_msgTypes

var file_openapiv3_OpenAPIv3_proto_goTypes

var file_openapiv3_OpenAPIv3_proto_depIdxs

func init() {}

func file_openapiv3_OpenAPIv3_proto_init() {}