openapi_v3

package
v0.0.0-...-9bd63dd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2023 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// optional openapi.v3.Document document = 1143;
	E_Document = &file_openapi_v3_annotations_proto_extTypes[0]
)

Extension fields to descriptorpb.FileOptions.

View Source
var (
	// optional openapi.v3.Operation operation = 1143;
	E_Operation = &file_openapi_v3_annotations_proto_extTypes[1]
)

Extension fields to descriptorpb.MethodOptions.

View Source
var (
	// optional openapi.v3.Schema property = 1143;
	E_Property = &file_openapi_v3_annotations_proto_extTypes[3]
)

Extension fields to descriptorpb.FieldOptions.

View Source
var (
	// optional openapi.v3.Schema schema = 1143;
	E_Schema = &file_openapi_v3_annotations_proto_extTypes[2]
)

Extension fields to descriptorpb.MessageOptions.

View Source
var File_openapi_v3_annotations_proto protoreflect.FileDescriptor
View Source
var File_openapi_v3_openapi_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AdditionalPropertiesItem

type AdditionalPropertiesItem struct {

	// Types that are assignable to Oneof:
	//
	//	*AdditionalPropertiesItem_SchemaOrReference
	//	*AdditionalPropertiesItem_Boolean
	Oneof isAdditionalPropertiesItem_Oneof `protobuf_oneof:"oneof"`
	// contains filtered or unexported fields
}

func (*AdditionalPropertiesItem) Descriptor deprecated

func (*AdditionalPropertiesItem) Descriptor() ([]byte, []int)

Deprecated: Use AdditionalPropertiesItem.ProtoReflect.Descriptor instead.

func (*AdditionalPropertiesItem) GetBoolean

func (x *AdditionalPropertiesItem) GetBoolean() bool

func (*AdditionalPropertiesItem) GetOneof

func (m *AdditionalPropertiesItem) GetOneof() isAdditionalPropertiesItem_Oneof

func (*AdditionalPropertiesItem) GetSchemaOrReference

func (x *AdditionalPropertiesItem) GetSchemaOrReference() *SchemaOrReference

func (*AdditionalPropertiesItem) ProtoMessage

func (*AdditionalPropertiesItem) ProtoMessage()

func (*AdditionalPropertiesItem) ProtoReflect

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

func (*AdditionalPropertiesItem) Reset

func (x *AdditionalPropertiesItem) Reset()

func (*AdditionalPropertiesItem) String

func (x *AdditionalPropertiesItem) String() string

func (*AdditionalPropertiesItem) Validate

func (m *AdditionalPropertiesItem) Validate() error

Validate checks the field values on AdditionalPropertiesItem with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AdditionalPropertiesItem) ValidateAll

func (m *AdditionalPropertiesItem) ValidateAll() error

ValidateAll checks the field values on AdditionalPropertiesItem with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AdditionalPropertiesItemMultiError, or nil if none found.

type AdditionalPropertiesItemMultiError

type AdditionalPropertiesItemMultiError []error

AdditionalPropertiesItemMultiError is an error wrapping multiple validation errors returned by AdditionalPropertiesItem.ValidateAll() if the designated constraints aren't met.

func (AdditionalPropertiesItemMultiError) AllErrors

func (m AdditionalPropertiesItemMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AdditionalPropertiesItemMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AdditionalPropertiesItemValidationError

type AdditionalPropertiesItemValidationError struct {
	// contains filtered or unexported fields
}

AdditionalPropertiesItemValidationError is the validation error returned by AdditionalPropertiesItem.Validate if the designated constraints aren't met.

func (AdditionalPropertiesItemValidationError) Cause

Cause function returns cause value.

func (AdditionalPropertiesItemValidationError) Error

Error satisfies the builtin error interface

func (AdditionalPropertiesItemValidationError) ErrorName

ErrorName returns error name.

func (AdditionalPropertiesItemValidationError) Field

Field function returns field value.

func (AdditionalPropertiesItemValidationError) Key

Key function returns key value.

func (AdditionalPropertiesItemValidationError) Reason

Reason function returns reason value.

type AdditionalPropertiesItem_Boolean

type AdditionalPropertiesItem_Boolean struct {
	Boolean bool `protobuf:"varint,2,opt,name=boolean,proto3,oneof"`
}

type AdditionalPropertiesItem_SchemaOrReference

type AdditionalPropertiesItem_SchemaOrReference struct {
	SchemaOrReference *SchemaOrReference `protobuf:"bytes,1,opt,name=schema_or_reference,json=schemaOrReference,proto3,oneof"`
}

type Any

type Any struct {
	Value *anypb.Any `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	Yaml  string     `protobuf:"bytes,2,opt,name=yaml,proto3" json:"yaml,omitempty"`
	// contains filtered or unexported fields
}

func (*Any) Descriptor deprecated

func (*Any) Descriptor() ([]byte, []int)

Deprecated: Use Any.ProtoReflect.Descriptor instead.

func (*Any) GetValue

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

func (*Any) GetYaml

func (x *Any) GetYaml() string

func (*Any) ProtoMessage

func (*Any) ProtoMessage()

func (*Any) ProtoReflect

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

func (*Any) Reset

func (x *Any) Reset()

func (*Any) String

func (x *Any) String() string

func (*Any) Validate

func (m *Any) Validate() error

Validate checks the field values on Any with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Any) ValidateAll

func (m *Any) ValidateAll() error

ValidateAll checks the field values on Any with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AnyMultiError, or nil if none found.

type AnyMultiError

type AnyMultiError []error

AnyMultiError is an error wrapping multiple validation errors returned by Any.ValidateAll() if the designated constraints aren't met.

func (AnyMultiError) AllErrors

func (m AnyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AnyMultiError) Error

func (m AnyMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type AnyOrExpression

type AnyOrExpression struct {

	// Types that are assignable to Oneof:
	//
	//	*AnyOrExpression_Any
	//	*AnyOrExpression_Expression
	Oneof isAnyOrExpression_Oneof `protobuf_oneof:"oneof"`
	// contains filtered or unexported fields
}

func (*AnyOrExpression) Descriptor deprecated

func (*AnyOrExpression) Descriptor() ([]byte, []int)

Deprecated: Use AnyOrExpression.ProtoReflect.Descriptor instead.

func (*AnyOrExpression) GetAny

func (x *AnyOrExpression) GetAny() *Any

func (*AnyOrExpression) GetExpression

func (x *AnyOrExpression) GetExpression() *Expression

func (*AnyOrExpression) GetOneof

func (m *AnyOrExpression) GetOneof() isAnyOrExpression_Oneof

func (*AnyOrExpression) ProtoMessage

func (*AnyOrExpression) ProtoMessage()

func (*AnyOrExpression) ProtoReflect

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

func (*AnyOrExpression) Reset

func (x *AnyOrExpression) Reset()

func (*AnyOrExpression) String

func (x *AnyOrExpression) String() string

func (*AnyOrExpression) Validate

func (m *AnyOrExpression) Validate() error

Validate checks the field values on AnyOrExpression with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AnyOrExpression) ValidateAll

func (m *AnyOrExpression) ValidateAll() error

ValidateAll checks the field values on AnyOrExpression with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AnyOrExpressionMultiError, or nil if none found.

type AnyOrExpressionMultiError

type AnyOrExpressionMultiError []error

AnyOrExpressionMultiError is an error wrapping multiple validation errors returned by AnyOrExpression.ValidateAll() if the designated constraints aren't met.

func (AnyOrExpressionMultiError) AllErrors

func (m AnyOrExpressionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AnyOrExpressionMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AnyOrExpressionValidationError

type AnyOrExpressionValidationError struct {
	// contains filtered or unexported fields
}

AnyOrExpressionValidationError is the validation error returned by AnyOrExpression.Validate if the designated constraints aren't met.

func (AnyOrExpressionValidationError) Cause

Cause function returns cause value.

func (AnyOrExpressionValidationError) Error

Error satisfies the builtin error interface

func (AnyOrExpressionValidationError) ErrorName

func (e AnyOrExpressionValidationError) ErrorName() string

ErrorName returns error name.

func (AnyOrExpressionValidationError) Field

Field function returns field value.

func (AnyOrExpressionValidationError) Key

Key function returns key value.

func (AnyOrExpressionValidationError) Reason

Reason function returns reason value.

type AnyOrExpression_Any

type AnyOrExpression_Any struct {
	Any *Any `protobuf:"bytes,1,opt,name=any,proto3,oneof"`
}

type AnyOrExpression_Expression

type AnyOrExpression_Expression struct {
	Expression *Expression `protobuf:"bytes,2,opt,name=expression,proto3,oneof"`
}

type AnyValidationError

type AnyValidationError struct {
	// contains filtered or unexported fields
}

AnyValidationError is the validation error returned by Any.Validate if the designated constraints aren't met.

func (AnyValidationError) Cause

func (e AnyValidationError) Cause() error

Cause function returns cause value.

func (AnyValidationError) Error

func (e AnyValidationError) Error() string

Error satisfies the builtin error interface

func (AnyValidationError) ErrorName

func (e AnyValidationError) ErrorName() string

ErrorName returns error name.

func (AnyValidationError) Field

func (e AnyValidationError) Field() string

Field function returns field value.

func (AnyValidationError) Key

func (e AnyValidationError) Key() bool

Key function returns key value.

func (AnyValidationError) Reason

func (e AnyValidationError) Reason() string

Reason function returns reason value.

type Callback

type Callback struct {
	Path                   []*NamedPathItem `protobuf:"bytes,1,rep,name=path,proto3" json:"path,omitempty"`
	SpecificationExtension []*NamedAny      `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

A map of possible out-of band callbacks related to the parent operation. Each value in the map is a Path Item Object that describes a set of requests that may be initiated by the API provider and the expected responses. The key value used to identify the callback object is an expression, evaluated at runtime, that identifies a URL to use for the callback operation.

func (*Callback) Descriptor deprecated

func (*Callback) Descriptor() ([]byte, []int)

Deprecated: Use Callback.ProtoReflect.Descriptor instead.

func (*Callback) GetPath

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

func (*Callback) GetSpecificationExtension

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

func (*Callback) ProtoMessage

func (*Callback) ProtoMessage()

func (*Callback) ProtoReflect

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

func (*Callback) Reset

func (x *Callback) Reset()

func (*Callback) String

func (x *Callback) String() string

func (*Callback) Validate

func (m *Callback) Validate() error

Validate checks the field values on Callback with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Callback) ValidateAll

func (m *Callback) ValidateAll() error

ValidateAll checks the field values on Callback with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CallbackMultiError, or nil if none found.

type CallbackMultiError

type CallbackMultiError []error

CallbackMultiError is an error wrapping multiple validation errors returned by Callback.ValidateAll() if the designated constraints aren't met.

func (CallbackMultiError) AllErrors

func (m CallbackMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CallbackMultiError) Error

func (m CallbackMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type CallbackOrReference

type CallbackOrReference struct {

	// Types that are assignable to Oneof:
	//
	//	*CallbackOrReference_Callback
	//	*CallbackOrReference_Reference
	Oneof isCallbackOrReference_Oneof `protobuf_oneof:"oneof"`
	// contains filtered or unexported fields
}

func (*CallbackOrReference) Descriptor deprecated

func (*CallbackOrReference) Descriptor() ([]byte, []int)

Deprecated: Use CallbackOrReference.ProtoReflect.Descriptor instead.

func (*CallbackOrReference) GetCallback

func (x *CallbackOrReference) GetCallback() *Callback

func (*CallbackOrReference) GetOneof

func (m *CallbackOrReference) GetOneof() isCallbackOrReference_Oneof

func (*CallbackOrReference) GetReference

func (x *CallbackOrReference) GetReference() *Reference

func (*CallbackOrReference) ProtoMessage

func (*CallbackOrReference) ProtoMessage()

func (*CallbackOrReference) ProtoReflect

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

func (*CallbackOrReference) Reset

func (x *CallbackOrReference) Reset()

func (*CallbackOrReference) String

func (x *CallbackOrReference) String() string

func (*CallbackOrReference) Validate

func (m *CallbackOrReference) Validate() error

Validate checks the field values on CallbackOrReference with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CallbackOrReference) ValidateAll

func (m *CallbackOrReference) ValidateAll() error

ValidateAll checks the field values on CallbackOrReference with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CallbackOrReferenceMultiError, or nil if none found.

type CallbackOrReferenceMultiError

type CallbackOrReferenceMultiError []error

CallbackOrReferenceMultiError is an error wrapping multiple validation errors returned by CallbackOrReference.ValidateAll() if the designated constraints aren't met.

func (CallbackOrReferenceMultiError) AllErrors

func (m CallbackOrReferenceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CallbackOrReferenceMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CallbackOrReferenceValidationError

type CallbackOrReferenceValidationError struct {
	// contains filtered or unexported fields
}

CallbackOrReferenceValidationError is the validation error returned by CallbackOrReference.Validate if the designated constraints aren't met.

func (CallbackOrReferenceValidationError) Cause

Cause function returns cause value.

func (CallbackOrReferenceValidationError) Error

Error satisfies the builtin error interface

func (CallbackOrReferenceValidationError) ErrorName

ErrorName returns error name.

func (CallbackOrReferenceValidationError) Field

Field function returns field value.

func (CallbackOrReferenceValidationError) Key

Key function returns key value.

func (CallbackOrReferenceValidationError) Reason

Reason function returns reason value.

type CallbackOrReference_Callback

type CallbackOrReference_Callback struct {
	Callback *Callback `protobuf:"bytes,1,opt,name=callback,proto3,oneof"`
}

type CallbackOrReference_Reference

type CallbackOrReference_Reference struct {
	Reference *Reference `protobuf:"bytes,2,opt,name=reference,proto3,oneof"`
}

type CallbackValidationError

type CallbackValidationError struct {
	// contains filtered or unexported fields
}

CallbackValidationError is the validation error returned by Callback.Validate if the designated constraints aren't met.

func (CallbackValidationError) Cause

func (e CallbackValidationError) Cause() error

Cause function returns cause value.

func (CallbackValidationError) Error

func (e CallbackValidationError) Error() string

Error satisfies the builtin error interface

func (CallbackValidationError) ErrorName

func (e CallbackValidationError) ErrorName() string

ErrorName returns error name.

func (CallbackValidationError) Field

func (e CallbackValidationError) Field() string

Field function returns field value.

func (CallbackValidationError) Key

func (e CallbackValidationError) Key() bool

Key function returns key value.

func (CallbackValidationError) Reason

func (e CallbackValidationError) Reason() string

Reason function returns reason value.

type CallbacksOrReferences

type CallbacksOrReferences struct {
	AdditionalProperties []*NamedCallbackOrReference `protobuf:"bytes,1,rep,name=additional_properties,json=additionalProperties,proto3" json:"additional_properties,omitempty"`
	// contains filtered or unexported fields
}

func (*CallbacksOrReferences) Descriptor deprecated

func (*CallbacksOrReferences) Descriptor() ([]byte, []int)

Deprecated: Use CallbacksOrReferences.ProtoReflect.Descriptor instead.

func (*CallbacksOrReferences) GetAdditionalProperties

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

func (*CallbacksOrReferences) ProtoMessage

func (*CallbacksOrReferences) ProtoMessage()

func (*CallbacksOrReferences) ProtoReflect

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

func (*CallbacksOrReferences) Reset

func (x *CallbacksOrReferences) Reset()

func (*CallbacksOrReferences) String

func (x *CallbacksOrReferences) String() string

func (*CallbacksOrReferences) Validate

func (m *CallbacksOrReferences) Validate() error

Validate checks the field values on CallbacksOrReferences with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CallbacksOrReferences) ValidateAll

func (m *CallbacksOrReferences) ValidateAll() error

ValidateAll checks the field values on CallbacksOrReferences with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CallbacksOrReferencesMultiError, or nil if none found.

type CallbacksOrReferencesMultiError

type CallbacksOrReferencesMultiError []error

CallbacksOrReferencesMultiError is an error wrapping multiple validation errors returned by CallbacksOrReferences.ValidateAll() if the designated constraints aren't met.

func (CallbacksOrReferencesMultiError) AllErrors

func (m CallbacksOrReferencesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CallbacksOrReferencesMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CallbacksOrReferencesValidationError

type CallbacksOrReferencesValidationError struct {
	// contains filtered or unexported fields
}

CallbacksOrReferencesValidationError is the validation error returned by CallbacksOrReferences.Validate if the designated constraints aren't met.

func (CallbacksOrReferencesValidationError) Cause

Cause function returns cause value.

func (CallbacksOrReferencesValidationError) Error

Error satisfies the builtin error interface

func (CallbacksOrReferencesValidationError) ErrorName

ErrorName returns error name.

func (CallbacksOrReferencesValidationError) Field

Field function returns field value.

func (CallbacksOrReferencesValidationError) Key

Key function returns key value.

func (CallbacksOrReferencesValidationError) Reason

Reason function returns reason value.

type Components

type Components struct {
	Schemas                *SchemasOrReferences         `protobuf:"bytes,1,opt,name=schemas,proto3" json:"schemas,omitempty"`
	Responses              *ResponsesOrReferences       `protobuf:"bytes,2,opt,name=responses,proto3" json:"responses,omitempty"`
	Parameters             *ParametersOrReferences      `protobuf:"bytes,3,opt,name=parameters,proto3" json:"parameters,omitempty"`
	Examples               *ExamplesOrReferences        `protobuf:"bytes,4,opt,name=examples,proto3" json:"examples,omitempty"`
	RequestBodies          *RequestBodiesOrReferences   `protobuf:"bytes,5,opt,name=request_bodies,json=requestBodies,proto3" json:"request_bodies,omitempty"`
	Headers                *HeadersOrReferences         `protobuf:"bytes,6,opt,name=headers,proto3" json:"headers,omitempty"`
	SecuritySchemes        *SecuritySchemesOrReferences `protobuf:"bytes,7,opt,name=security_schemes,json=securitySchemes,proto3" json:"security_schemes,omitempty"`
	Links                  *LinksOrReferences           `protobuf:"bytes,8,opt,name=links,proto3" json:"links,omitempty"`
	Callbacks              *CallbacksOrReferences       `protobuf:"bytes,9,opt,name=callbacks,proto3" json:"callbacks,omitempty"`
	SpecificationExtension []*NamedAny                  `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

Holds a set of reusable objects for different aspects of the OAS. All objects defined within the components object will have no effect on the API unless they are explicitly referenced from properties outside the components object.

func (*Components) Descriptor deprecated

func (*Components) Descriptor() ([]byte, []int)

Deprecated: Use Components.ProtoReflect.Descriptor instead.

func (*Components) GetCallbacks

func (x *Components) GetCallbacks() *CallbacksOrReferences

func (*Components) GetExamples

func (x *Components) GetExamples() *ExamplesOrReferences

func (*Components) GetHeaders

func (x *Components) GetHeaders() *HeadersOrReferences
func (x *Components) GetLinks() *LinksOrReferences

func (*Components) GetParameters

func (x *Components) GetParameters() *ParametersOrReferences

func (*Components) GetRequestBodies

func (x *Components) GetRequestBodies() *RequestBodiesOrReferences

func (*Components) GetResponses

func (x *Components) GetResponses() *ResponsesOrReferences

func (*Components) GetSchemas

func (x *Components) GetSchemas() *SchemasOrReferences

func (*Components) GetSecuritySchemes

func (x *Components) GetSecuritySchemes() *SecuritySchemesOrReferences

func (*Components) GetSpecificationExtension

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

func (*Components) ProtoMessage

func (*Components) ProtoMessage()

func (*Components) ProtoReflect

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

func (*Components) Reset

func (x *Components) Reset()

func (*Components) String

func (x *Components) String() string

func (*Components) Validate

func (m *Components) Validate() error

Validate checks the field values on Components with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Components) ValidateAll

func (m *Components) ValidateAll() error

ValidateAll checks the field values on Components with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ComponentsMultiError, or nil if none found.

type ComponentsMultiError

type ComponentsMultiError []error

ComponentsMultiError is an error wrapping multiple validation errors returned by Components.ValidateAll() if the designated constraints aren't met.

func (ComponentsMultiError) AllErrors

func (m ComponentsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ComponentsMultiError) Error

func (m ComponentsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ComponentsValidationError

type ComponentsValidationError struct {
	// contains filtered or unexported fields
}

ComponentsValidationError is the validation error returned by Components.Validate if the designated constraints aren't met.

func (ComponentsValidationError) Cause

func (e ComponentsValidationError) Cause() error

Cause function returns cause value.

func (ComponentsValidationError) Error

Error satisfies the builtin error interface

func (ComponentsValidationError) ErrorName

func (e ComponentsValidationError) ErrorName() string

ErrorName returns error name.

func (ComponentsValidationError) Field

Field function returns field value.

func (ComponentsValidationError) Key

Key function returns key value.

func (ComponentsValidationError) Reason

func (e ComponentsValidationError) Reason() string

Reason function returns reason value.

type Contact

type Contact struct {
	Name                   string      `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Url                    string      `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	Email                  string      `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	SpecificationExtension []*NamedAny `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

Contact information for the exposed API.

func (*Contact) Descriptor deprecated

func (*Contact) Descriptor() ([]byte, []int)

Deprecated: Use Contact.ProtoReflect.Descriptor instead.

func (*Contact) GetEmail

func (x *Contact) GetEmail() string

func (*Contact) GetName

func (x *Contact) GetName() string

func (*Contact) GetSpecificationExtension

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

func (*Contact) GetUrl

func (x *Contact) GetUrl() string

func (*Contact) ProtoMessage

func (*Contact) ProtoMessage()

func (*Contact) ProtoReflect

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

func (*Contact) Reset

func (x *Contact) Reset()

func (*Contact) String

func (x *Contact) String() string

func (*Contact) Validate

func (m *Contact) Validate() error

Validate checks the field values on Contact with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Contact) ValidateAll

func (m *Contact) ValidateAll() error

ValidateAll checks the field values on Contact with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ContactMultiError, or nil if none found.

type ContactMultiError

type ContactMultiError []error

ContactMultiError is an error wrapping multiple validation errors returned by Contact.ValidateAll() if the designated constraints aren't met.

func (ContactMultiError) AllErrors

func (m ContactMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ContactMultiError) Error

func (m ContactMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ContactValidationError

type ContactValidationError struct {
	// contains filtered or unexported fields
}

ContactValidationError is the validation error returned by Contact.Validate if the designated constraints aren't met.

func (ContactValidationError) Cause

func (e ContactValidationError) Cause() error

Cause function returns cause value.

func (ContactValidationError) Error

func (e ContactValidationError) Error() string

Error satisfies the builtin error interface

func (ContactValidationError) ErrorName

func (e ContactValidationError) ErrorName() string

ErrorName returns error name.

func (ContactValidationError) Field

func (e ContactValidationError) Field() string

Field function returns field value.

func (ContactValidationError) Key

func (e ContactValidationError) Key() bool

Key function returns key value.

func (ContactValidationError) Reason

func (e ContactValidationError) Reason() string

Reason function returns reason value.

type DefaultType

type DefaultType struct {

	// Types that are assignable to Oneof:
	//
	//	*DefaultType_Number
	//	*DefaultType_Boolean
	//	*DefaultType_String_
	Oneof isDefaultType_Oneof `protobuf_oneof:"oneof"`
	// contains filtered or unexported fields
}

func (*DefaultType) Descriptor deprecated

func (*DefaultType) Descriptor() ([]byte, []int)

Deprecated: Use DefaultType.ProtoReflect.Descriptor instead.

func (*DefaultType) GetBoolean

func (x *DefaultType) GetBoolean() bool

func (*DefaultType) GetNumber

func (x *DefaultType) GetNumber() float64

func (*DefaultType) GetOneof

func (m *DefaultType) GetOneof() isDefaultType_Oneof

func (*DefaultType) GetString_

func (x *DefaultType) GetString_() string

func (*DefaultType) ProtoMessage

func (*DefaultType) ProtoMessage()

func (*DefaultType) ProtoReflect

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

func (*DefaultType) Reset

func (x *DefaultType) Reset()

func (*DefaultType) String

func (x *DefaultType) String() string

func (*DefaultType) Validate

func (m *DefaultType) Validate() error

Validate checks the field values on DefaultType with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DefaultType) ValidateAll

func (m *DefaultType) ValidateAll() error

ValidateAll checks the field values on DefaultType with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DefaultTypeMultiError, or nil if none found.

type DefaultTypeMultiError

type DefaultTypeMultiError []error

DefaultTypeMultiError is an error wrapping multiple validation errors returned by DefaultType.ValidateAll() if the designated constraints aren't met.

func (DefaultTypeMultiError) AllErrors

func (m DefaultTypeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DefaultTypeMultiError) Error

func (m DefaultTypeMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type DefaultTypeValidationError

type DefaultTypeValidationError struct {
	// contains filtered or unexported fields
}

DefaultTypeValidationError is the validation error returned by DefaultType.Validate if the designated constraints aren't met.

func (DefaultTypeValidationError) Cause

Cause function returns cause value.

func (DefaultTypeValidationError) Error

Error satisfies the builtin error interface

func (DefaultTypeValidationError) ErrorName

func (e DefaultTypeValidationError) ErrorName() string

ErrorName returns error name.

func (DefaultTypeValidationError) Field

Field function returns field value.

func (DefaultTypeValidationError) Key

Key function returns key value.

func (DefaultTypeValidationError) Reason

Reason function returns reason value.

type DefaultType_Boolean

type DefaultType_Boolean struct {
	Boolean bool `protobuf:"varint,2,opt,name=boolean,proto3,oneof"`
}

type DefaultType_Number

type DefaultType_Number struct {
	Number float64 `protobuf:"fixed64,1,opt,name=number,proto3,oneof"`
}

type DefaultType_String_

type DefaultType_String_ struct {
	String_ string `protobuf:"bytes,3,opt,name=string,proto3,oneof"`
}

type Discriminator

type Discriminator struct {
	PropertyName           string      `protobuf:"bytes,1,opt,name=property_name,json=propertyName,proto3" json:"property_name,omitempty"`
	Mapping                *Strings    `protobuf:"bytes,2,opt,name=mapping,proto3" json:"mapping,omitempty"`
	SpecificationExtension []*NamedAny `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

When request bodies or response payloads may be one of a number of different schemas, a `discriminator` object can be used to aid in serialization, deserialization, and validation. The discriminator is a specific object in a schema which is used to inform the consumer of the specification of an alternative schema based on the value associated with it. When using the discriminator, _inline_ schemas will not be considered.

func (*Discriminator) Descriptor deprecated

func (*Discriminator) Descriptor() ([]byte, []int)

Deprecated: Use Discriminator.ProtoReflect.Descriptor instead.

func (*Discriminator) GetMapping

func (x *Discriminator) GetMapping() *Strings

func (*Discriminator) GetPropertyName

func (x *Discriminator) GetPropertyName() string

func (*Discriminator) GetSpecificationExtension

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

func (*Discriminator) ProtoMessage

func (*Discriminator) ProtoMessage()

func (*Discriminator) ProtoReflect

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

func (*Discriminator) Reset

func (x *Discriminator) Reset()

func (*Discriminator) String

func (x *Discriminator) String() string

func (*Discriminator) Validate

func (m *Discriminator) Validate() error

Validate checks the field values on Discriminator with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Discriminator) ValidateAll

func (m *Discriminator) ValidateAll() error

ValidateAll checks the field values on Discriminator with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DiscriminatorMultiError, or nil if none found.

type DiscriminatorMultiError

type DiscriminatorMultiError []error

DiscriminatorMultiError is an error wrapping multiple validation errors returned by Discriminator.ValidateAll() if the designated constraints aren't met.

func (DiscriminatorMultiError) AllErrors

func (m DiscriminatorMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DiscriminatorMultiError) Error

func (m DiscriminatorMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type DiscriminatorValidationError

type DiscriminatorValidationError struct {
	// contains filtered or unexported fields
}

DiscriminatorValidationError is the validation error returned by Discriminator.Validate if the designated constraints aren't met.

func (DiscriminatorValidationError) Cause

Cause function returns cause value.

func (DiscriminatorValidationError) Error

Error satisfies the builtin error interface

func (DiscriminatorValidationError) ErrorName

func (e DiscriminatorValidationError) ErrorName() string

ErrorName returns error name.

func (DiscriminatorValidationError) Field

Field function returns field value.

func (DiscriminatorValidationError) Key

Key function returns key value.

func (DiscriminatorValidationError) Reason

Reason function returns reason value.

type Document

type Document struct {
	Openapi                string                 `protobuf:"bytes,1,opt,name=openapi,proto3" json:"openapi,omitempty"`
	Info                   *Info                  `protobuf:"bytes,2,opt,name=info,proto3" json:"info,omitempty"`
	Servers                []*Server              `protobuf:"bytes,3,rep,name=servers,proto3" json:"servers,omitempty"`
	Paths                  *Paths                 `protobuf:"bytes,4,opt,name=paths,proto3" json:"paths,omitempty"`
	Components             *Components            `protobuf:"bytes,5,opt,name=components,proto3" json:"components,omitempty"`
	Security               []*SecurityRequirement `protobuf:"bytes,6,rep,name=security,proto3" json:"security,omitempty"`
	Tags                   []*Tag                 `protobuf:"bytes,7,rep,name=tags,proto3" json:"tags,omitempty"`
	ExternalDocs           *ExternalDocs          `protobuf:"bytes,8,opt,name=external_docs,json=externalDocs,proto3" json:"external_docs,omitempty"`
	SpecificationExtension []*NamedAny            `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Document) Descriptor deprecated

func (*Document) Descriptor() ([]byte, []int)

Deprecated: Use Document.ProtoReflect.Descriptor instead.

func (*Document) GetComponents

func (x *Document) GetComponents() *Components

func (*Document) GetExternalDocs

func (x *Document) GetExternalDocs() *ExternalDocs

func (*Document) GetInfo

func (x *Document) GetInfo() *Info

func (*Document) GetOpenapi

func (x *Document) GetOpenapi() string

func (*Document) GetPaths

func (x *Document) GetPaths() *Paths

func (*Document) GetSecurity

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

func (*Document) GetServers

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

func (*Document) GetSpecificationExtension

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

func (*Document) GetTags

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

func (*Document) ProtoMessage

func (*Document) ProtoMessage()

func (*Document) ProtoReflect

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

func (*Document) Reset

func (x *Document) Reset()

func (*Document) String

func (x *Document) String() string

func (*Document) Validate

func (m *Document) Validate() error

Validate checks the field values on Document with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Document) ValidateAll

func (m *Document) ValidateAll() error

ValidateAll checks the field values on Document with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DocumentMultiError, or nil if none found.

type DocumentMultiError

type DocumentMultiError []error

DocumentMultiError is an error wrapping multiple validation errors returned by Document.ValidateAll() if the designated constraints aren't met.

func (DocumentMultiError) AllErrors

func (m DocumentMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DocumentMultiError) Error

func (m DocumentMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type DocumentValidationError

type DocumentValidationError struct {
	// contains filtered or unexported fields
}

DocumentValidationError is the validation error returned by Document.Validate if the designated constraints aren't met.

func (DocumentValidationError) Cause

func (e DocumentValidationError) Cause() error

Cause function returns cause value.

func (DocumentValidationError) Error

func (e DocumentValidationError) Error() string

Error satisfies the builtin error interface

func (DocumentValidationError) ErrorName

func (e DocumentValidationError) ErrorName() string

ErrorName returns error name.

func (DocumentValidationError) Field

func (e DocumentValidationError) Field() string

Field function returns field value.

func (DocumentValidationError) Key

func (e DocumentValidationError) Key() bool

Key function returns key value.

func (DocumentValidationError) Reason

func (e DocumentValidationError) Reason() string

Reason function returns reason value.

type Encoding

type Encoding struct {
	ContentType            string               `protobuf:"bytes,1,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
	Headers                *HeadersOrReferences `protobuf:"bytes,2,opt,name=headers,proto3" json:"headers,omitempty"`
	Style                  string               `protobuf:"bytes,3,opt,name=style,proto3" json:"style,omitempty"`
	Explode                bool                 `protobuf:"varint,4,opt,name=explode,proto3" json:"explode,omitempty"`
	AllowReserved          bool                 `protobuf:"varint,5,opt,name=allow_reserved,json=allowReserved,proto3" json:"allow_reserved,omitempty"`
	SpecificationExtension []*NamedAny          `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

A single encoding definition applied to a single schema property.

func (*Encoding) Descriptor deprecated

func (*Encoding) Descriptor() ([]byte, []int)

Deprecated: Use Encoding.ProtoReflect.Descriptor instead.

func (*Encoding) GetAllowReserved

func (x *Encoding) GetAllowReserved() bool

func (*Encoding) GetContentType

func (x *Encoding) GetContentType() string

func (*Encoding) GetExplode

func (x *Encoding) GetExplode() bool

func (*Encoding) GetHeaders

func (x *Encoding) GetHeaders() *HeadersOrReferences

func (*Encoding) GetSpecificationExtension

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

func (*Encoding) GetStyle

func (x *Encoding) GetStyle() string

func (*Encoding) ProtoMessage

func (*Encoding) ProtoMessage()

func (*Encoding) ProtoReflect

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

func (*Encoding) Reset

func (x *Encoding) Reset()

func (*Encoding) String

func (x *Encoding) String() string

func (*Encoding) Validate

func (m *Encoding) Validate() error

Validate checks the field values on Encoding with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Encoding) ValidateAll

func (m *Encoding) ValidateAll() error

ValidateAll checks the field values on Encoding with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EncodingMultiError, or nil if none found.

type EncodingMultiError

type EncodingMultiError []error

EncodingMultiError is an error wrapping multiple validation errors returned by Encoding.ValidateAll() if the designated constraints aren't met.

func (EncodingMultiError) AllErrors

func (m EncodingMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EncodingMultiError) Error

func (m EncodingMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type EncodingValidationError

type EncodingValidationError struct {
	// contains filtered or unexported fields
}

EncodingValidationError is the validation error returned by Encoding.Validate if the designated constraints aren't met.

func (EncodingValidationError) Cause

func (e EncodingValidationError) Cause() error

Cause function returns cause value.

func (EncodingValidationError) Error

func (e EncodingValidationError) Error() string

Error satisfies the builtin error interface

func (EncodingValidationError) ErrorName

func (e EncodingValidationError) ErrorName() string

ErrorName returns error name.

func (EncodingValidationError) Field

func (e EncodingValidationError) Field() string

Field function returns field value.

func (EncodingValidationError) Key

func (e EncodingValidationError) Key() bool

Key function returns key value.

func (EncodingValidationError) Reason

func (e EncodingValidationError) Reason() string

Reason function returns reason value.

type Encodings

type Encodings struct {
	AdditionalProperties []*NamedEncoding `protobuf:"bytes,1,rep,name=additional_properties,json=additionalProperties,proto3" json:"additional_properties,omitempty"`
	// contains filtered or unexported fields
}

func (*Encodings) Descriptor deprecated

func (*Encodings) Descriptor() ([]byte, []int)

Deprecated: Use Encodings.ProtoReflect.Descriptor instead.

func (*Encodings) GetAdditionalProperties

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

func (*Encodings) ProtoMessage

func (*Encodings) ProtoMessage()

func (*Encodings) ProtoReflect

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

func (*Encodings) Reset

func (x *Encodings) Reset()

func (*Encodings) String

func (x *Encodings) String() string

func (*Encodings) Validate

func (m *Encodings) Validate() error

Validate checks the field values on Encodings with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Encodings) ValidateAll

func (m *Encodings) ValidateAll() error

ValidateAll checks the field values on Encodings with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EncodingsMultiError, or nil if none found.

type EncodingsMultiError

type EncodingsMultiError []error

EncodingsMultiError is an error wrapping multiple validation errors returned by Encodings.ValidateAll() if the designated constraints aren't met.

func (EncodingsMultiError) AllErrors

func (m EncodingsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EncodingsMultiError) Error

func (m EncodingsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type EncodingsValidationError

type EncodingsValidationError struct {
	// contains filtered or unexported fields
}

EncodingsValidationError is the validation error returned by Encodings.Validate if the designated constraints aren't met.

func (EncodingsValidationError) Cause

func (e EncodingsValidationError) Cause() error

Cause function returns cause value.

func (EncodingsValidationError) Error

func (e EncodingsValidationError) Error() string

Error satisfies the builtin error interface

func (EncodingsValidationError) ErrorName

func (e EncodingsValidationError) ErrorName() string

ErrorName returns error name.

func (EncodingsValidationError) Field

func (e EncodingsValidationError) Field() string

Field function returns field value.

func (EncodingsValidationError) Key

Key function returns key value.

func (EncodingsValidationError) Reason

func (e EncodingsValidationError) Reason() string

Reason function returns reason value.

type Example

type Example struct {
	Summary                string      `protobuf:"bytes,1,opt,name=summary,proto3" json:"summary,omitempty"`
	Description            string      `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Value                  *Any        `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	ExternalValue          string      `protobuf:"bytes,4,opt,name=external_value,json=externalValue,proto3" json:"external_value,omitempty"`
	SpecificationExtension []*NamedAny `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Example) Descriptor deprecated

func (*Example) Descriptor() ([]byte, []int)

Deprecated: Use Example.ProtoReflect.Descriptor instead.

func (*Example) GetDescription

func (x *Example) GetDescription() string

func (*Example) GetExternalValue

func (x *Example) GetExternalValue() string

func (*Example) GetSpecificationExtension

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

func (*Example) GetSummary

func (x *Example) GetSummary() string

func (*Example) GetValue

func (x *Example) GetValue() *Any

func (*Example) ProtoMessage

func (*Example) ProtoMessage()

func (*Example) ProtoReflect

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

func (*Example) Reset

func (x *Example) Reset()

func (*Example) String

func (x *Example) String() string

func (*Example) Validate

func (m *Example) Validate() error

Validate checks the field values on Example with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Example) ValidateAll

func (m *Example) ValidateAll() error

ValidateAll checks the field values on Example with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ExampleMultiError, or nil if none found.

type ExampleMultiError

type ExampleMultiError []error

ExampleMultiError is an error wrapping multiple validation errors returned by Example.ValidateAll() if the designated constraints aren't met.

func (ExampleMultiError) AllErrors

func (m ExampleMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ExampleMultiError) Error

func (m ExampleMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ExampleOrReference

type ExampleOrReference struct {

	// Types that are assignable to Oneof:
	//
	//	*ExampleOrReference_Example
	//	*ExampleOrReference_Reference
	Oneof isExampleOrReference_Oneof `protobuf_oneof:"oneof"`
	// contains filtered or unexported fields
}

func (*ExampleOrReference) Descriptor deprecated

func (*ExampleOrReference) Descriptor() ([]byte, []int)

Deprecated: Use ExampleOrReference.ProtoReflect.Descriptor instead.

func (*ExampleOrReference) GetExample

func (x *ExampleOrReference) GetExample() *Example

func (*ExampleOrReference) GetOneof

func (m *ExampleOrReference) GetOneof() isExampleOrReference_Oneof

func (*ExampleOrReference) GetReference

func (x *ExampleOrReference) GetReference() *Reference

func (*ExampleOrReference) ProtoMessage

func (*ExampleOrReference) ProtoMessage()

func (*ExampleOrReference) ProtoReflect

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

func (*ExampleOrReference) Reset

func (x *ExampleOrReference) Reset()

func (*ExampleOrReference) String

func (x *ExampleOrReference) String() string

func (*ExampleOrReference) Validate

func (m *ExampleOrReference) Validate() error

Validate checks the field values on ExampleOrReference with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ExampleOrReference) ValidateAll

func (m *ExampleOrReference) ValidateAll() error

ValidateAll checks the field values on ExampleOrReference with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ExampleOrReferenceMultiError, or nil if none found.

type ExampleOrReferenceMultiError

type ExampleOrReferenceMultiError []error

ExampleOrReferenceMultiError is an error wrapping multiple validation errors returned by ExampleOrReference.ValidateAll() if the designated constraints aren't met.

func (ExampleOrReferenceMultiError) AllErrors

func (m ExampleOrReferenceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ExampleOrReferenceMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ExampleOrReferenceValidationError

type ExampleOrReferenceValidationError struct {
	// contains filtered or unexported fields
}

ExampleOrReferenceValidationError is the validation error returned by ExampleOrReference.Validate if the designated constraints aren't met.

func (ExampleOrReferenceValidationError) Cause

Cause function returns cause value.

func (ExampleOrReferenceValidationError) Error

Error satisfies the builtin error interface

func (ExampleOrReferenceValidationError) ErrorName

ErrorName returns error name.

func (ExampleOrReferenceValidationError) Field

Field function returns field value.

func (ExampleOrReferenceValidationError) Key

Key function returns key value.

func (ExampleOrReferenceValidationError) Reason

Reason function returns reason value.

type ExampleOrReference_Example

type ExampleOrReference_Example struct {
	Example *Example `protobuf:"bytes,1,opt,name=example,proto3,oneof"`
}

type ExampleOrReference_Reference

type ExampleOrReference_Reference struct {
	Reference *Reference `protobuf:"bytes,2,opt,name=reference,proto3,oneof"`
}

type ExampleValidationError

type ExampleValidationError struct {
	// contains filtered or unexported fields
}

ExampleValidationError is the validation error returned by Example.Validate if the designated constraints aren't met.

func (ExampleValidationError) Cause

func (e ExampleValidationError) Cause() error

Cause function returns cause value.

func (ExampleValidationError) Error

func (e ExampleValidationError) Error() string

Error satisfies the builtin error interface

func (ExampleValidationError) ErrorName

func (e ExampleValidationError) ErrorName() string

ErrorName returns error name.

func (ExampleValidationError) Field

func (e ExampleValidationError) Field() string

Field function returns field value.

func (ExampleValidationError) Key

func (e ExampleValidationError) Key() bool

Key function returns key value.

func (ExampleValidationError) Reason

func (e ExampleValidationError) Reason() string

Reason function returns reason value.

type ExamplesOrReferences

type ExamplesOrReferences struct {
	AdditionalProperties []*NamedExampleOrReference `protobuf:"bytes,1,rep,name=additional_properties,json=additionalProperties,proto3" json:"additional_properties,omitempty"`
	// contains filtered or unexported fields
}

func (*ExamplesOrReferences) Descriptor deprecated

func (*ExamplesOrReferences) Descriptor() ([]byte, []int)

Deprecated: Use ExamplesOrReferences.ProtoReflect.Descriptor instead.

func (*ExamplesOrReferences) GetAdditionalProperties

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

func (*ExamplesOrReferences) ProtoMessage

func (*ExamplesOrReferences) ProtoMessage()

func (*ExamplesOrReferences) ProtoReflect

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

func (*ExamplesOrReferences) Reset

func (x *ExamplesOrReferences) Reset()

func (*ExamplesOrReferences) String

func (x *ExamplesOrReferences) String() string

func (*ExamplesOrReferences) Validate

func (m *ExamplesOrReferences) Validate() error

Validate checks the field values on ExamplesOrReferences with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ExamplesOrReferences) ValidateAll

func (m *ExamplesOrReferences) ValidateAll() error

ValidateAll checks the field values on ExamplesOrReferences with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ExamplesOrReferencesMultiError, or nil if none found.

type ExamplesOrReferencesMultiError

type ExamplesOrReferencesMultiError []error

ExamplesOrReferencesMultiError is an error wrapping multiple validation errors returned by ExamplesOrReferences.ValidateAll() if the designated constraints aren't met.

func (ExamplesOrReferencesMultiError) AllErrors

func (m ExamplesOrReferencesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ExamplesOrReferencesMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ExamplesOrReferencesValidationError

type ExamplesOrReferencesValidationError struct {
	// contains filtered or unexported fields
}

ExamplesOrReferencesValidationError is the validation error returned by ExamplesOrReferences.Validate if the designated constraints aren't met.

func (ExamplesOrReferencesValidationError) Cause

Cause function returns cause value.

func (ExamplesOrReferencesValidationError) Error

Error satisfies the builtin error interface

func (ExamplesOrReferencesValidationError) ErrorName

ErrorName returns error name.

func (ExamplesOrReferencesValidationError) Field

Field function returns field value.

func (ExamplesOrReferencesValidationError) Key

Key function returns key value.

func (ExamplesOrReferencesValidationError) Reason

Reason function returns reason value.

type Expression

type Expression struct {
	AdditionalProperties []*NamedAny `protobuf:"bytes,1,rep,name=additional_properties,json=additionalProperties,proto3" json:"additional_properties,omitempty"`
	// contains filtered or unexported fields
}

func (*Expression) Descriptor deprecated

func (*Expression) Descriptor() ([]byte, []int)

Deprecated: Use Expression.ProtoReflect.Descriptor instead.

func (*Expression) GetAdditionalProperties

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

func (*Expression) ProtoMessage

func (*Expression) ProtoMessage()

func (*Expression) ProtoReflect

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

func (*Expression) Reset

func (x *Expression) Reset()

func (*Expression) String

func (x *Expression) String() string

func (*Expression) Validate

func (m *Expression) Validate() error

Validate checks the field values on Expression with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Expression) ValidateAll

func (m *Expression) ValidateAll() error

ValidateAll checks the field values on Expression with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ExpressionMultiError, or nil if none found.

type ExpressionMultiError

type ExpressionMultiError []error

ExpressionMultiError is an error wrapping multiple validation errors returned by Expression.ValidateAll() if the designated constraints aren't met.

func (ExpressionMultiError) AllErrors

func (m ExpressionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ExpressionMultiError) Error

func (m ExpressionMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ExpressionValidationError

type ExpressionValidationError struct {
	// contains filtered or unexported fields
}

ExpressionValidationError is the validation error returned by Expression.Validate if the designated constraints aren't met.

func (ExpressionValidationError) Cause

func (e ExpressionValidationError) Cause() error

Cause function returns cause value.

func (ExpressionValidationError) Error

Error satisfies the builtin error interface

func (ExpressionValidationError) ErrorName

func (e ExpressionValidationError) ErrorName() string

ErrorName returns error name.

func (ExpressionValidationError) Field

Field function returns field value.

func (ExpressionValidationError) Key

Key function returns key value.

func (ExpressionValidationError) Reason

func (e ExpressionValidationError) Reason() string

Reason function returns reason value.

type ExternalDocs

type ExternalDocs struct {
	Description            string      `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
	Url                    string      `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	SpecificationExtension []*NamedAny `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

Allows referencing an external resource for extended documentation.

func (*ExternalDocs) Descriptor deprecated

func (*ExternalDocs) Descriptor() ([]byte, []int)

Deprecated: Use ExternalDocs.ProtoReflect.Descriptor instead.

func (*ExternalDocs) GetDescription

func (x *ExternalDocs) GetDescription() string

func (*ExternalDocs) GetSpecificationExtension

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

func (*ExternalDocs) GetUrl

func (x *ExternalDocs) GetUrl() string

func (*ExternalDocs) ProtoMessage

func (*ExternalDocs) ProtoMessage()

func (*ExternalDocs) ProtoReflect

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

func (*ExternalDocs) Reset

func (x *ExternalDocs) Reset()

func (*ExternalDocs) String

func (x *ExternalDocs) String() string

func (*ExternalDocs) Validate

func (m *ExternalDocs) Validate() error

Validate checks the field values on ExternalDocs with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ExternalDocs) ValidateAll

func (m *ExternalDocs) ValidateAll() error

ValidateAll checks the field values on ExternalDocs with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ExternalDocsMultiError, or nil if none found.

type ExternalDocsMultiError

type ExternalDocsMultiError []error

ExternalDocsMultiError is an error wrapping multiple validation errors returned by ExternalDocs.ValidateAll() if the designated constraints aren't met.

func (ExternalDocsMultiError) AllErrors

func (m ExternalDocsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ExternalDocsMultiError) Error

func (m ExternalDocsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ExternalDocsValidationError

type ExternalDocsValidationError struct {
	// contains filtered or unexported fields
}

ExternalDocsValidationError is the validation error returned by ExternalDocs.Validate if the designated constraints aren't met.

func (ExternalDocsValidationError) Cause

Cause function returns cause value.

func (ExternalDocsValidationError) Error

Error satisfies the builtin error interface

func (ExternalDocsValidationError) ErrorName

func (e ExternalDocsValidationError) ErrorName() string

ErrorName returns error name.

func (ExternalDocsValidationError) Field

Field function returns field value.

func (ExternalDocsValidationError) Key

Key function returns key value.

func (ExternalDocsValidationError) Reason

Reason function returns reason value.

type Header struct {
	Description            string                `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
	Required               bool                  `protobuf:"varint,2,opt,name=required,proto3" json:"required,omitempty"`
	Deprecated             bool                  `protobuf:"varint,3,opt,name=deprecated,proto3" json:"deprecated,omitempty"`
	AllowEmptyValue        bool                  `protobuf:"varint,4,opt,name=allow_empty_value,json=allowEmptyValue,proto3" json:"allow_empty_value,omitempty"`
	Style                  string                `protobuf:"bytes,5,opt,name=style,proto3" json:"style,omitempty"`
	Explode                bool                  `protobuf:"varint,6,opt,name=explode,proto3" json:"explode,omitempty"`
	AllowReserved          bool                  `protobuf:"varint,7,opt,name=allow_reserved,json=allowReserved,proto3" json:"allow_reserved,omitempty"`
	Schema                 *SchemaOrReference    `protobuf:"bytes,8,opt,name=schema,proto3" json:"schema,omitempty"`
	Example                *Any                  `protobuf:"bytes,9,opt,name=example,proto3" json:"example,omitempty"`
	Examples               *ExamplesOrReferences `protobuf:"bytes,10,opt,name=examples,proto3" json:"examples,omitempty"`
	Content                *MediaTypes           `protobuf:"bytes,11,opt,name=content,proto3" json:"content,omitempty"`
	SpecificationExtension []*NamedAny           `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

The Header Object follows the structure of the Parameter Object with the following changes: 1. `name` MUST NOT be specified, it is given in the corresponding `headers` map. 1. `in` MUST NOT be specified, it is implicitly in `header`. 1. All traits that are affected by the location MUST be applicable to a location of `header` (for example, `style`).

func (*Header) Descriptor deprecated

func (*Header) Descriptor() ([]byte, []int)

Deprecated: Use Header.ProtoReflect.Descriptor instead.

func (*Header) GetAllowEmptyValue

func (x *Header) GetAllowEmptyValue() bool

func (*Header) GetAllowReserved

func (x *Header) GetAllowReserved() bool

func (*Header) GetContent

func (x *Header) GetContent() *MediaTypes

func (*Header) GetDeprecated

func (x *Header) GetDeprecated() bool

func (*Header) GetDescription

func (x *Header) GetDescription() string

func (*Header) GetExample

func (x *Header) GetExample() *Any

func (*Header) GetExamples

func (x *Header) GetExamples() *ExamplesOrReferences

func (*Header) GetExplode

func (x *Header) GetExplode() bool

func (*Header) GetRequired

func (x *Header) GetRequired() bool

func (*Header) GetSchema

func (x *Header) GetSchema() *SchemaOrReference

func (*Header) GetSpecificationExtension

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

func (*Header) GetStyle

func (x *Header) GetStyle() string

func (*Header) ProtoMessage

func (*Header) ProtoMessage()

func (*Header) ProtoReflect

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

func (*Header) Reset

func (x *Header) Reset()

func (*Header) String

func (x *Header) String() string

func (*Header) Validate

func (m *Header) Validate() error

Validate checks the field values on Header with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Header) ValidateAll

func (m *Header) ValidateAll() error

ValidateAll checks the field values on Header with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in HeaderMultiError, or nil if none found.

type HeaderMultiError

type HeaderMultiError []error

HeaderMultiError is an error wrapping multiple validation errors returned by Header.ValidateAll() if the designated constraints aren't met.

func (HeaderMultiError) AllErrors

func (m HeaderMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (HeaderMultiError) Error

func (m HeaderMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type HeaderOrReference

type HeaderOrReference struct {

	// Types that are assignable to Oneof:
	//
	//	*HeaderOrReference_Header
	//	*HeaderOrReference_Reference
	Oneof isHeaderOrReference_Oneof `protobuf_oneof:"oneof"`
	// contains filtered or unexported fields
}

func (*HeaderOrReference) Descriptor deprecated

func (*HeaderOrReference) Descriptor() ([]byte, []int)

Deprecated: Use HeaderOrReference.ProtoReflect.Descriptor instead.

func (*HeaderOrReference) GetHeader

func (x *HeaderOrReference) GetHeader() *Header

func (*HeaderOrReference) GetOneof

func (m *HeaderOrReference) GetOneof() isHeaderOrReference_Oneof

func (*HeaderOrReference) GetReference

func (x *HeaderOrReference) GetReference() *Reference

func (*HeaderOrReference) ProtoMessage

func (*HeaderOrReference) ProtoMessage()

func (*HeaderOrReference) ProtoReflect

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

func (*HeaderOrReference) Reset

func (x *HeaderOrReference) Reset()

func (*HeaderOrReference) String

func (x *HeaderOrReference) String() string

func (*HeaderOrReference) Validate

func (m *HeaderOrReference) Validate() error

Validate checks the field values on HeaderOrReference with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*HeaderOrReference) ValidateAll

func (m *HeaderOrReference) ValidateAll() error

ValidateAll checks the field values on HeaderOrReference with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in HeaderOrReferenceMultiError, or nil if none found.

type HeaderOrReferenceMultiError

type HeaderOrReferenceMultiError []error

HeaderOrReferenceMultiError is an error wrapping multiple validation errors returned by HeaderOrReference.ValidateAll() if the designated constraints aren't met.

func (HeaderOrReferenceMultiError) AllErrors

func (m HeaderOrReferenceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (HeaderOrReferenceMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type HeaderOrReferenceValidationError

type HeaderOrReferenceValidationError struct {
	// contains filtered or unexported fields
}

HeaderOrReferenceValidationError is the validation error returned by HeaderOrReference.Validate if the designated constraints aren't met.

func (HeaderOrReferenceValidationError) Cause

Cause function returns cause value.

func (HeaderOrReferenceValidationError) Error

Error satisfies the builtin error interface

func (HeaderOrReferenceValidationError) ErrorName

ErrorName returns error name.

func (HeaderOrReferenceValidationError) Field

Field function returns field value.

func (HeaderOrReferenceValidationError) Key

Key function returns key value.

func (HeaderOrReferenceValidationError) Reason

Reason function returns reason value.

type HeaderOrReference_Header

type HeaderOrReference_Header struct {
	Header *Header `protobuf:"bytes,1,opt,name=header,proto3,oneof"`
}

type HeaderOrReference_Reference

type HeaderOrReference_Reference struct {
	Reference *Reference `protobuf:"bytes,2,opt,name=reference,proto3,oneof"`
}

type HeaderValidationError

type HeaderValidationError struct {
	// contains filtered or unexported fields
}

HeaderValidationError is the validation error returned by Header.Validate if the designated constraints aren't met.

func (HeaderValidationError) Cause

func (e HeaderValidationError) Cause() error

Cause function returns cause value.

func (HeaderValidationError) Error

func (e HeaderValidationError) Error() string

Error satisfies the builtin error interface

func (HeaderValidationError) ErrorName

func (e HeaderValidationError) ErrorName() string

ErrorName returns error name.

func (HeaderValidationError) Field

func (e HeaderValidationError) Field() string

Field function returns field value.

func (HeaderValidationError) Key

func (e HeaderValidationError) Key() bool

Key function returns key value.

func (HeaderValidationError) Reason

func (e HeaderValidationError) Reason() string

Reason function returns reason value.

type HeadersOrReferences

type HeadersOrReferences struct {
	AdditionalProperties []*NamedHeaderOrReference `protobuf:"bytes,1,rep,name=additional_properties,json=additionalProperties,proto3" json:"additional_properties,omitempty"`
	// contains filtered or unexported fields
}

func (*HeadersOrReferences) Descriptor deprecated

func (*HeadersOrReferences) Descriptor() ([]byte, []int)

Deprecated: Use HeadersOrReferences.ProtoReflect.Descriptor instead.

func (*HeadersOrReferences) GetAdditionalProperties

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

func (*HeadersOrReferences) ProtoMessage

func (*HeadersOrReferences) ProtoMessage()

func (*HeadersOrReferences) ProtoReflect

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

func (*HeadersOrReferences) Reset

func (x *HeadersOrReferences) Reset()

func (*HeadersOrReferences) String

func (x *HeadersOrReferences) String() string

func (*HeadersOrReferences) Validate

func (m *HeadersOrReferences) Validate() error

Validate checks the field values on HeadersOrReferences with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*HeadersOrReferences) ValidateAll

func (m *HeadersOrReferences) ValidateAll() error

ValidateAll checks the field values on HeadersOrReferences with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in HeadersOrReferencesMultiError, or nil if none found.

type HeadersOrReferencesMultiError

type HeadersOrReferencesMultiError []error

HeadersOrReferencesMultiError is an error wrapping multiple validation errors returned by HeadersOrReferences.ValidateAll() if the designated constraints aren't met.

func (HeadersOrReferencesMultiError) AllErrors

func (m HeadersOrReferencesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (HeadersOrReferencesMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type HeadersOrReferencesValidationError

type HeadersOrReferencesValidationError struct {
	// contains filtered or unexported fields
}

HeadersOrReferencesValidationError is the validation error returned by HeadersOrReferences.Validate if the designated constraints aren't met.

func (HeadersOrReferencesValidationError) Cause

Cause function returns cause value.

func (HeadersOrReferencesValidationError) Error

Error satisfies the builtin error interface

func (HeadersOrReferencesValidationError) ErrorName

ErrorName returns error name.

func (HeadersOrReferencesValidationError) Field

Field function returns field value.

func (HeadersOrReferencesValidationError) Key

Key function returns key value.

func (HeadersOrReferencesValidationError) Reason

Reason function returns reason value.

type Info

type Info struct {
	Title                  string      `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	Description            string      `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	TermsOfService         string      `protobuf:"bytes,3,opt,name=terms_of_service,json=termsOfService,proto3" json:"terms_of_service,omitempty"`
	Contact                *Contact    `protobuf:"bytes,4,opt,name=contact,proto3" json:"contact,omitempty"`
	License                *License    `protobuf:"bytes,5,opt,name=license,proto3" json:"license,omitempty"`
	Version                string      `protobuf:"bytes,6,opt,name=version,proto3" json:"version,omitempty"`
	SpecificationExtension []*NamedAny `` /* 127-byte string literal not displayed */
	Summary                string      `protobuf:"bytes,8,opt,name=summary,proto3" json:"summary,omitempty"`
	// contains filtered or unexported fields
}

The object provides metadata about the API. The metadata MAY be used by the clients if needed, and MAY be presented in editing or documentation generation tools for convenience.

func (*Info) Descriptor deprecated

func (*Info) Descriptor() ([]byte, []int)

Deprecated: Use Info.ProtoReflect.Descriptor instead.

func (*Info) GetContact

func (x *Info) GetContact() *Contact

func (*Info) GetDescription

func (x *Info) GetDescription() string

func (*Info) GetLicense

func (x *Info) GetLicense() *License

func (*Info) GetSpecificationExtension

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

func (*Info) GetSummary

func (x *Info) GetSummary() string

func (*Info) GetTermsOfService

func (x *Info) GetTermsOfService() string

func (*Info) GetTitle

func (x *Info) GetTitle() string

func (*Info) GetVersion

func (x *Info) GetVersion() string

func (*Info) ProtoMessage

func (*Info) ProtoMessage()

func (*Info) ProtoReflect

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

func (*Info) Reset

func (x *Info) Reset()

func (*Info) String

func (x *Info) String() string

func (*Info) Validate

func (m *Info) Validate() error

Validate checks the field values on Info with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Info) ValidateAll

func (m *Info) ValidateAll() error

ValidateAll checks the field values on Info with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in InfoMultiError, or nil if none found.

type InfoMultiError

type InfoMultiError []error

InfoMultiError is an error wrapping multiple validation errors returned by Info.ValidateAll() if the designated constraints aren't met.

func (InfoMultiError) AllErrors

func (m InfoMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InfoMultiError) Error

func (m InfoMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type InfoValidationError

type InfoValidationError struct {
	// contains filtered or unexported fields
}

InfoValidationError is the validation error returned by Info.Validate if the designated constraints aren't met.

func (InfoValidationError) Cause

func (e InfoValidationError) Cause() error

Cause function returns cause value.

func (InfoValidationError) Error

func (e InfoValidationError) Error() string

Error satisfies the builtin error interface

func (InfoValidationError) ErrorName

func (e InfoValidationError) ErrorName() string

ErrorName returns error name.

func (InfoValidationError) Field

func (e InfoValidationError) Field() string

Field function returns field value.

func (InfoValidationError) Key

func (e InfoValidationError) Key() bool

Key function returns key value.

func (InfoValidationError) Reason

func (e InfoValidationError) Reason() string

Reason function returns reason value.

type ItemsItem

type ItemsItem struct {
	SchemaOrReference []*SchemaOrReference `protobuf:"bytes,1,rep,name=schema_or_reference,json=schemaOrReference,proto3" json:"schema_or_reference,omitempty"`
	// contains filtered or unexported fields
}

func (*ItemsItem) Descriptor deprecated

func (*ItemsItem) Descriptor() ([]byte, []int)

Deprecated: Use ItemsItem.ProtoReflect.Descriptor instead.

func (*ItemsItem) GetSchemaOrReference

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

func (*ItemsItem) ProtoMessage

func (*ItemsItem) ProtoMessage()

func (*ItemsItem) ProtoReflect

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

func (*ItemsItem) Reset

func (x *ItemsItem) Reset()

func (*ItemsItem) String

func (x *ItemsItem) String() string

func (*ItemsItem) Validate

func (m *ItemsItem) Validate() error

Validate checks the field values on ItemsItem with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ItemsItem) ValidateAll

func (m *ItemsItem) ValidateAll() error

ValidateAll checks the field values on ItemsItem with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ItemsItemMultiError, or nil if none found.

type ItemsItemMultiError

type ItemsItemMultiError []error

ItemsItemMultiError is an error wrapping multiple validation errors returned by ItemsItem.ValidateAll() if the designated constraints aren't met.

func (ItemsItemMultiError) AllErrors

func (m ItemsItemMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ItemsItemMultiError) Error

func (m ItemsItemMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ItemsItemValidationError

type ItemsItemValidationError struct {
	// contains filtered or unexported fields
}

ItemsItemValidationError is the validation error returned by ItemsItem.Validate if the designated constraints aren't met.

func (ItemsItemValidationError) Cause

func (e ItemsItemValidationError) Cause() error

Cause function returns cause value.

func (ItemsItemValidationError) Error

func (e ItemsItemValidationError) Error() string

Error satisfies the builtin error interface

func (ItemsItemValidationError) ErrorName

func (e ItemsItemValidationError) ErrorName() string

ErrorName returns error name.

func (ItemsItemValidationError) Field

func (e ItemsItemValidationError) Field() string

Field function returns field value.

func (ItemsItemValidationError) Key

Key function returns key value.

func (ItemsItemValidationError) Reason

func (e ItemsItemValidationError) Reason() string

Reason function returns reason value.

type License

type License struct {
	Name                   string      `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Url                    string      `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	SpecificationExtension []*NamedAny `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

License information for the exposed API.

func (*License) Descriptor deprecated

func (*License) Descriptor() ([]byte, []int)

Deprecated: Use License.ProtoReflect.Descriptor instead.

func (*License) GetName

func (x *License) GetName() string

func (*License) GetSpecificationExtension

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

func (*License) GetUrl

func (x *License) GetUrl() string

func (*License) ProtoMessage

func (*License) ProtoMessage()

func (*License) ProtoReflect

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

func (*License) Reset

func (x *License) Reset()

func (*License) String

func (x *License) String() string

func (*License) Validate

func (m *License) Validate() error

Validate checks the field values on License with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*License) ValidateAll

func (m *License) ValidateAll() error

ValidateAll checks the field values on License with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LicenseMultiError, or nil if none found.

type LicenseMultiError

type LicenseMultiError []error

LicenseMultiError is an error wrapping multiple validation errors returned by License.ValidateAll() if the designated constraints aren't met.

func (LicenseMultiError) AllErrors

func (m LicenseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LicenseMultiError) Error

func (m LicenseMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type LicenseValidationError

type LicenseValidationError struct {
	// contains filtered or unexported fields
}

LicenseValidationError is the validation error returned by License.Validate if the designated constraints aren't met.

func (LicenseValidationError) Cause

func (e LicenseValidationError) Cause() error

Cause function returns cause value.

func (LicenseValidationError) Error

func (e LicenseValidationError) Error() string

Error satisfies the builtin error interface

func (LicenseValidationError) ErrorName

func (e LicenseValidationError) ErrorName() string

ErrorName returns error name.

func (LicenseValidationError) Field

func (e LicenseValidationError) Field() string

Field function returns field value.

func (LicenseValidationError) Key

func (e LicenseValidationError) Key() bool

Key function returns key value.

func (LicenseValidationError) Reason

func (e LicenseValidationError) Reason() string

Reason function returns reason value.

type Link struct {
	OperationRef           string           `protobuf:"bytes,1,opt,name=operation_ref,json=operationRef,proto3" json:"operation_ref,omitempty"`
	OperationId            string           `protobuf:"bytes,2,opt,name=operation_id,json=operationId,proto3" json:"operation_id,omitempty"`
	Parameters             *AnyOrExpression `protobuf:"bytes,3,opt,name=parameters,proto3" json:"parameters,omitempty"`
	RequestBody            *AnyOrExpression `protobuf:"bytes,4,opt,name=request_body,json=requestBody,proto3" json:"request_body,omitempty"`
	Description            string           `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	Server                 *Server          `protobuf:"bytes,6,opt,name=server,proto3" json:"server,omitempty"`
	SpecificationExtension []*NamedAny      `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

The `Link object` represents a possible design-time link for a response. The presence of a link does not guarantee the caller's ability to successfully invoke it, rather it provides a known relationship and traversal mechanism between responses and other operations. Unlike _dynamic_ links (i.e. links provided **in** the response payload), the OAS linking mechanism does not require link information in the runtime response. For computing links, and providing instructions to execute them, a runtime expression is used for accessing values in an operation and using them as parameters while invoking the linked operation.

func (*Link) Descriptor deprecated

func (*Link) Descriptor() ([]byte, []int)

Deprecated: Use Link.ProtoReflect.Descriptor instead.

func (*Link) GetDescription

func (x *Link) GetDescription() string

func (*Link) GetOperationId

func (x *Link) GetOperationId() string

func (*Link) GetOperationRef

func (x *Link) GetOperationRef() string

func (*Link) GetParameters

func (x *Link) GetParameters() *AnyOrExpression

func (*Link) GetRequestBody

func (x *Link) GetRequestBody() *AnyOrExpression

func (*Link) GetServer

func (x *Link) GetServer() *Server

func (*Link) GetSpecificationExtension

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

func (*Link) ProtoMessage

func (*Link) ProtoMessage()

func (*Link) ProtoReflect

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

func (*Link) Reset

func (x *Link) Reset()

func (*Link) String

func (x *Link) String() string

func (*Link) Validate

func (m *Link) Validate() error

Validate checks the field values on Link with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Link) ValidateAll

func (m *Link) ValidateAll() error

ValidateAll checks the field values on Link with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LinkMultiError, or nil if none found.

type LinkMultiError

type LinkMultiError []error

LinkMultiError is an error wrapping multiple validation errors returned by Link.ValidateAll() if the designated constraints aren't met.

func (LinkMultiError) AllErrors

func (m LinkMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LinkMultiError) Error

func (m LinkMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type LinkOrReference

type LinkOrReference struct {

	// Types that are assignable to Oneof:
	//
	//	*LinkOrReference_Link
	//	*LinkOrReference_Reference
	Oneof isLinkOrReference_Oneof `protobuf_oneof:"oneof"`
	// contains filtered or unexported fields
}

func (*LinkOrReference) Descriptor deprecated

func (*LinkOrReference) Descriptor() ([]byte, []int)

Deprecated: Use LinkOrReference.ProtoReflect.Descriptor instead.

func (x *LinkOrReference) GetLink() *Link

func (*LinkOrReference) GetOneof

func (m *LinkOrReference) GetOneof() isLinkOrReference_Oneof

func (*LinkOrReference) GetReference

func (x *LinkOrReference) GetReference() *Reference

func (*LinkOrReference) ProtoMessage

func (*LinkOrReference) ProtoMessage()

func (*LinkOrReference) ProtoReflect

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

func (*LinkOrReference) Reset

func (x *LinkOrReference) Reset()

func (*LinkOrReference) String

func (x *LinkOrReference) String() string

func (*LinkOrReference) Validate

func (m *LinkOrReference) Validate() error

Validate checks the field values on LinkOrReference with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LinkOrReference) ValidateAll

func (m *LinkOrReference) ValidateAll() error

ValidateAll checks the field values on LinkOrReference with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LinkOrReferenceMultiError, or nil if none found.

type LinkOrReferenceMultiError

type LinkOrReferenceMultiError []error

LinkOrReferenceMultiError is an error wrapping multiple validation errors returned by LinkOrReference.ValidateAll() if the designated constraints aren't met.

func (LinkOrReferenceMultiError) AllErrors

func (m LinkOrReferenceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LinkOrReferenceMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LinkOrReferenceValidationError

type LinkOrReferenceValidationError struct {
	// contains filtered or unexported fields
}

LinkOrReferenceValidationError is the validation error returned by LinkOrReference.Validate if the designated constraints aren't met.

func (LinkOrReferenceValidationError) Cause

Cause function returns cause value.

func (LinkOrReferenceValidationError) Error

Error satisfies the builtin error interface

func (LinkOrReferenceValidationError) ErrorName

func (e LinkOrReferenceValidationError) ErrorName() string

ErrorName returns error name.

func (LinkOrReferenceValidationError) Field

Field function returns field value.

func (LinkOrReferenceValidationError) Key

Key function returns key value.

func (LinkOrReferenceValidationError) Reason

Reason function returns reason value.

type LinkOrReference_Link struct {
	Link *Link `protobuf:"bytes,1,opt,name=link,proto3,oneof"`
}

type LinkOrReference_Reference

type LinkOrReference_Reference struct {
	Reference *Reference `protobuf:"bytes,2,opt,name=reference,proto3,oneof"`
}

type LinkValidationError

type LinkValidationError struct {
	// contains filtered or unexported fields
}

LinkValidationError is the validation error returned by Link.Validate if the designated constraints aren't met.

func (LinkValidationError) Cause

func (e LinkValidationError) Cause() error

Cause function returns cause value.

func (LinkValidationError) Error

func (e LinkValidationError) Error() string

Error satisfies the builtin error interface

func (LinkValidationError) ErrorName

func (e LinkValidationError) ErrorName() string

ErrorName returns error name.

func (LinkValidationError) Field

func (e LinkValidationError) Field() string

Field function returns field value.

func (LinkValidationError) Key

func (e LinkValidationError) Key() bool

Key function returns key value.

func (LinkValidationError) Reason

func (e LinkValidationError) Reason() string

Reason function returns reason value.

type LinksOrReferences

type LinksOrReferences struct {
	AdditionalProperties []*NamedLinkOrReference `protobuf:"bytes,1,rep,name=additional_properties,json=additionalProperties,proto3" json:"additional_properties,omitempty"`
	// contains filtered or unexported fields
}

func (*LinksOrReferences) Descriptor deprecated

func (*LinksOrReferences) Descriptor() ([]byte, []int)

Deprecated: Use LinksOrReferences.ProtoReflect.Descriptor instead.

func (*LinksOrReferences) GetAdditionalProperties

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

func (*LinksOrReferences) ProtoMessage

func (*LinksOrReferences) ProtoMessage()

func (*LinksOrReferences) ProtoReflect

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

func (*LinksOrReferences) Reset

func (x *LinksOrReferences) Reset()

func (*LinksOrReferences) String

func (x *LinksOrReferences) String() string

func (*LinksOrReferences) Validate

func (m *LinksOrReferences) Validate() error

Validate checks the field values on LinksOrReferences with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LinksOrReferences) ValidateAll

func (m *LinksOrReferences) ValidateAll() error

ValidateAll checks the field values on LinksOrReferences with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LinksOrReferencesMultiError, or nil if none found.

type LinksOrReferencesMultiError

type LinksOrReferencesMultiError []error

LinksOrReferencesMultiError is an error wrapping multiple validation errors returned by LinksOrReferences.ValidateAll() if the designated constraints aren't met.

func (LinksOrReferencesMultiError) AllErrors

func (m LinksOrReferencesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LinksOrReferencesMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LinksOrReferencesValidationError

type LinksOrReferencesValidationError struct {
	// contains filtered or unexported fields
}

LinksOrReferencesValidationError is the validation error returned by LinksOrReferences.Validate if the designated constraints aren't met.

func (LinksOrReferencesValidationError) Cause

Cause function returns cause value.

func (LinksOrReferencesValidationError) Error

Error satisfies the builtin error interface

func (LinksOrReferencesValidationError) ErrorName

ErrorName returns error name.

func (LinksOrReferencesValidationError) Field

Field function returns field value.

func (LinksOrReferencesValidationError) Key

Key function returns key value.

func (LinksOrReferencesValidationError) Reason

Reason function returns reason value.

type MediaType

type MediaType struct {
	Schema                 *SchemaOrReference    `protobuf:"bytes,1,opt,name=schema,proto3" json:"schema,omitempty"`
	Example                *Any                  `protobuf:"bytes,2,opt,name=example,proto3" json:"example,omitempty"`
	Examples               *ExamplesOrReferences `protobuf:"bytes,3,opt,name=examples,proto3" json:"examples,omitempty"`
	Encoding               *Encodings            `protobuf:"bytes,4,opt,name=encoding,proto3" json:"encoding,omitempty"`
	SpecificationExtension []*NamedAny           `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

Each Media Type Object provides schema and examples for the media type identified by its key.

func (*MediaType) Descriptor deprecated

func (*MediaType) Descriptor() ([]byte, []int)

Deprecated: Use MediaType.ProtoReflect.Descriptor instead.

func (*MediaType) GetEncoding

func (x *MediaType) GetEncoding() *Encodings

func (*MediaType) GetExample

func (x *MediaType) GetExample() *Any

func (*MediaType) GetExamples

func (x *MediaType) GetExamples() *ExamplesOrReferences

func (*MediaType) GetSchema

func (x *MediaType) GetSchema() *SchemaOrReference

func (*MediaType) GetSpecificationExtension

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

func (*MediaType) ProtoMessage

func (*MediaType) ProtoMessage()

func (*MediaType) ProtoReflect

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

func (*MediaType) Reset

func (x *MediaType) Reset()

func (*MediaType) String

func (x *MediaType) String() string

func (*MediaType) Validate

func (m *MediaType) Validate() error

Validate checks the field values on MediaType with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MediaType) ValidateAll

func (m *MediaType) ValidateAll() error

ValidateAll checks the field values on MediaType with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MediaTypeMultiError, or nil if none found.

type MediaTypeMultiError

type MediaTypeMultiError []error

MediaTypeMultiError is an error wrapping multiple validation errors returned by MediaType.ValidateAll() if the designated constraints aren't met.

func (MediaTypeMultiError) AllErrors

func (m MediaTypeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MediaTypeMultiError) Error

func (m MediaTypeMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type MediaTypeValidationError

type MediaTypeValidationError struct {
	// contains filtered or unexported fields
}

MediaTypeValidationError is the validation error returned by MediaType.Validate if the designated constraints aren't met.

func (MediaTypeValidationError) Cause

func (e MediaTypeValidationError) Cause() error

Cause function returns cause value.

func (MediaTypeValidationError) Error

func (e MediaTypeValidationError) Error() string

Error satisfies the builtin error interface

func (MediaTypeValidationError) ErrorName

func (e MediaTypeValidationError) ErrorName() string

ErrorName returns error name.

func (MediaTypeValidationError) Field

func (e MediaTypeValidationError) Field() string

Field function returns field value.

func (MediaTypeValidationError) Key

Key function returns key value.

func (MediaTypeValidationError) Reason

func (e MediaTypeValidationError) Reason() string

Reason function returns reason value.

type MediaTypes

type MediaTypes struct {
	AdditionalProperties []*NamedMediaType `protobuf:"bytes,1,rep,name=additional_properties,json=additionalProperties,proto3" json:"additional_properties,omitempty"`
	// contains filtered or unexported fields
}

func (*MediaTypes) Descriptor deprecated

func (*MediaTypes) Descriptor() ([]byte, []int)

Deprecated: Use MediaTypes.ProtoReflect.Descriptor instead.

func (*MediaTypes) GetAdditionalProperties

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

func (*MediaTypes) ProtoMessage

func (*MediaTypes) ProtoMessage()

func (*MediaTypes) ProtoReflect

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

func (*MediaTypes) Reset

func (x *MediaTypes) Reset()

func (*MediaTypes) String

func (x *MediaTypes) String() string

func (*MediaTypes) Validate

func (m *MediaTypes) Validate() error

Validate checks the field values on MediaTypes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MediaTypes) ValidateAll

func (m *MediaTypes) ValidateAll() error

ValidateAll checks the field values on MediaTypes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MediaTypesMultiError, or nil if none found.

type MediaTypesMultiError

type MediaTypesMultiError []error

MediaTypesMultiError is an error wrapping multiple validation errors returned by MediaTypes.ValidateAll() if the designated constraints aren't met.

func (MediaTypesMultiError) AllErrors

func (m MediaTypesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MediaTypesMultiError) Error

func (m MediaTypesMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type MediaTypesValidationError

type MediaTypesValidationError struct {
	// contains filtered or unexported fields
}

MediaTypesValidationError is the validation error returned by MediaTypes.Validate if the designated constraints aren't met.

func (MediaTypesValidationError) Cause

func (e MediaTypesValidationError) Cause() error

Cause function returns cause value.

func (MediaTypesValidationError) Error

Error satisfies the builtin error interface

func (MediaTypesValidationError) ErrorName

func (e MediaTypesValidationError) ErrorName() string

ErrorName returns error name.

func (MediaTypesValidationError) Field

Field function returns field value.

func (MediaTypesValidationError) Key

Key function returns key value.

func (MediaTypesValidationError) Reason

func (e MediaTypesValidationError) Reason() string

Reason function returns reason value.

type NamedAny

type NamedAny struct {

	// Map key
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Mapped value
	Value *Any `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Automatically-generated message used to represent maps of Any as ordered (name,value) pairs.

func (*NamedAny) Descriptor deprecated

func (*NamedAny) Descriptor() ([]byte, []int)

Deprecated: Use NamedAny.ProtoReflect.Descriptor instead.

func (*NamedAny) GetName

func (x *NamedAny) GetName() string

func (*NamedAny) GetValue

func (x *NamedAny) GetValue() *Any

func (*NamedAny) ProtoMessage

func (*NamedAny) ProtoMessage()

func (*NamedAny) ProtoReflect

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

func (*NamedAny) Reset

func (x *NamedAny) Reset()

func (*NamedAny) String

func (x *NamedAny) String() string

func (*NamedAny) Validate

func (m *NamedAny) Validate() error

Validate checks the field values on NamedAny with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NamedAny) ValidateAll

func (m *NamedAny) ValidateAll() error

ValidateAll checks the field values on NamedAny with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NamedAnyMultiError, or nil if none found.

type NamedAnyMultiError

type NamedAnyMultiError []error

NamedAnyMultiError is an error wrapping multiple validation errors returned by NamedAny.ValidateAll() if the designated constraints aren't met.

func (NamedAnyMultiError) AllErrors

func (m NamedAnyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NamedAnyMultiError) Error

func (m NamedAnyMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type NamedAnyValidationError

type NamedAnyValidationError struct {
	// contains filtered or unexported fields
}

NamedAnyValidationError is the validation error returned by NamedAny.Validate if the designated constraints aren't met.

func (NamedAnyValidationError) Cause

func (e NamedAnyValidationError) Cause() error

Cause function returns cause value.

func (NamedAnyValidationError) Error

func (e NamedAnyValidationError) Error() string

Error satisfies the builtin error interface

func (NamedAnyValidationError) ErrorName

func (e NamedAnyValidationError) ErrorName() string

ErrorName returns error name.

func (NamedAnyValidationError) Field

func (e NamedAnyValidationError) Field() string

Field function returns field value.

func (NamedAnyValidationError) Key

func (e NamedAnyValidationError) Key() bool

Key function returns key value.

func (NamedAnyValidationError) Reason

func (e NamedAnyValidationError) Reason() string

Reason function returns reason value.

type NamedCallbackOrReference

type NamedCallbackOrReference struct {

	// Map key
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Mapped value
	Value *CallbackOrReference `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Automatically-generated message used to represent maps of CallbackOrReference as ordered (name,value) pairs.

func (*NamedCallbackOrReference) Descriptor deprecated

func (*NamedCallbackOrReference) Descriptor() ([]byte, []int)

Deprecated: Use NamedCallbackOrReference.ProtoReflect.Descriptor instead.

func (*NamedCallbackOrReference) GetName

func (x *NamedCallbackOrReference) GetName() string

func (*NamedCallbackOrReference) GetValue

func (*NamedCallbackOrReference) ProtoMessage

func (*NamedCallbackOrReference) ProtoMessage()

func (*NamedCallbackOrReference) ProtoReflect

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

func (*NamedCallbackOrReference) Reset

func (x *NamedCallbackOrReference) Reset()

func (*NamedCallbackOrReference) String

func (x *NamedCallbackOrReference) String() string

func (*NamedCallbackOrReference) Validate

func (m *NamedCallbackOrReference) Validate() error

Validate checks the field values on NamedCallbackOrReference with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NamedCallbackOrReference) ValidateAll

func (m *NamedCallbackOrReference) ValidateAll() error

ValidateAll checks the field values on NamedCallbackOrReference with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NamedCallbackOrReferenceMultiError, or nil if none found.

type NamedCallbackOrReferenceMultiError

type NamedCallbackOrReferenceMultiError []error

NamedCallbackOrReferenceMultiError is an error wrapping multiple validation errors returned by NamedCallbackOrReference.ValidateAll() if the designated constraints aren't met.

func (NamedCallbackOrReferenceMultiError) AllErrors

func (m NamedCallbackOrReferenceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NamedCallbackOrReferenceMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type NamedCallbackOrReferenceValidationError

type NamedCallbackOrReferenceValidationError struct {
	// contains filtered or unexported fields
}

NamedCallbackOrReferenceValidationError is the validation error returned by NamedCallbackOrReference.Validate if the designated constraints aren't met.

func (NamedCallbackOrReferenceValidationError) Cause

Cause function returns cause value.

func (NamedCallbackOrReferenceValidationError) Error

Error satisfies the builtin error interface

func (NamedCallbackOrReferenceValidationError) ErrorName

ErrorName returns error name.

func (NamedCallbackOrReferenceValidationError) Field

Field function returns field value.

func (NamedCallbackOrReferenceValidationError) Key

Key function returns key value.

func (NamedCallbackOrReferenceValidationError) Reason

Reason function returns reason value.

type NamedEncoding

type NamedEncoding struct {

	// Map key
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Mapped value
	Value *Encoding `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Automatically-generated message used to represent maps of Encoding as ordered (name,value) pairs.

func (*NamedEncoding) Descriptor deprecated

func (*NamedEncoding) Descriptor() ([]byte, []int)

Deprecated: Use NamedEncoding.ProtoReflect.Descriptor instead.

func (*NamedEncoding) GetName

func (x *NamedEncoding) GetName() string

func (*NamedEncoding) GetValue

func (x *NamedEncoding) GetValue() *Encoding

func (*NamedEncoding) ProtoMessage

func (*NamedEncoding) ProtoMessage()

func (*NamedEncoding) ProtoReflect

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

func (*NamedEncoding) Reset

func (x *NamedEncoding) Reset()

func (*NamedEncoding) String

func (x *NamedEncoding) String() string

func (*NamedEncoding) Validate

func (m *NamedEncoding) Validate() error

Validate checks the field values on NamedEncoding with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NamedEncoding) ValidateAll

func (m *NamedEncoding) ValidateAll() error

ValidateAll checks the field values on NamedEncoding with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NamedEncodingMultiError, or nil if none found.

type NamedEncodingMultiError

type NamedEncodingMultiError []error

NamedEncodingMultiError is an error wrapping multiple validation errors returned by NamedEncoding.ValidateAll() if the designated constraints aren't met.

func (NamedEncodingMultiError) AllErrors

func (m NamedEncodingMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NamedEncodingMultiError) Error

func (m NamedEncodingMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type NamedEncodingValidationError

type NamedEncodingValidationError struct {
	// contains filtered or unexported fields
}

NamedEncodingValidationError is the validation error returned by NamedEncoding.Validate if the designated constraints aren't met.

func (NamedEncodingValidationError) Cause

Cause function returns cause value.

func (NamedEncodingValidationError) Error

Error satisfies the builtin error interface

func (NamedEncodingValidationError) ErrorName

func (e NamedEncodingValidationError) ErrorName() string

ErrorName returns error name.

func (NamedEncodingValidationError) Field

Field function returns field value.

func (NamedEncodingValidationError) Key

Key function returns key value.

func (NamedEncodingValidationError) Reason

Reason function returns reason value.

type NamedExampleOrReference

type NamedExampleOrReference struct {

	// Map key
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Mapped value
	Value *ExampleOrReference `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Automatically-generated message used to represent maps of ExampleOrReference as ordered (name,value) pairs.

func (*NamedExampleOrReference) Descriptor deprecated

func (*NamedExampleOrReference) Descriptor() ([]byte, []int)

Deprecated: Use NamedExampleOrReference.ProtoReflect.Descriptor instead.

func (*NamedExampleOrReference) GetName

func (x *NamedExampleOrReference) GetName() string

func (*NamedExampleOrReference) GetValue

func (*NamedExampleOrReference) ProtoMessage

func (*NamedExampleOrReference) ProtoMessage()

func (*NamedExampleOrReference) ProtoReflect

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

func (*NamedExampleOrReference) Reset

func (x *NamedExampleOrReference) Reset()

func (*NamedExampleOrReference) String

func (x *NamedExampleOrReference) String() string

func (*NamedExampleOrReference) Validate

func (m *NamedExampleOrReference) Validate() error

Validate checks the field values on NamedExampleOrReference with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NamedExampleOrReference) ValidateAll

func (m *NamedExampleOrReference) ValidateAll() error

ValidateAll checks the field values on NamedExampleOrReference with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NamedExampleOrReferenceMultiError, or nil if none found.

type NamedExampleOrReferenceMultiError

type NamedExampleOrReferenceMultiError []error

NamedExampleOrReferenceMultiError is an error wrapping multiple validation errors returned by NamedExampleOrReference.ValidateAll() if the designated constraints aren't met.

func (NamedExampleOrReferenceMultiError) AllErrors

func (m NamedExampleOrReferenceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NamedExampleOrReferenceMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type NamedExampleOrReferenceValidationError

type NamedExampleOrReferenceValidationError struct {
	// contains filtered or unexported fields
}

NamedExampleOrReferenceValidationError is the validation error returned by NamedExampleOrReference.Validate if the designated constraints aren't met.

func (NamedExampleOrReferenceValidationError) Cause

Cause function returns cause value.

func (NamedExampleOrReferenceValidationError) Error

Error satisfies the builtin error interface

func (NamedExampleOrReferenceValidationError) ErrorName

ErrorName returns error name.

func (NamedExampleOrReferenceValidationError) Field

Field function returns field value.

func (NamedExampleOrReferenceValidationError) Key

Key function returns key value.

func (NamedExampleOrReferenceValidationError) Reason

Reason function returns reason value.

type NamedHeaderOrReference

type NamedHeaderOrReference struct {

	// Map key
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Mapped value
	Value *HeaderOrReference `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Automatically-generated message used to represent maps of HeaderOrReference as ordered (name,value) pairs.

func (*NamedHeaderOrReference) Descriptor deprecated

func (*NamedHeaderOrReference) Descriptor() ([]byte, []int)

Deprecated: Use NamedHeaderOrReference.ProtoReflect.Descriptor instead.

func (*NamedHeaderOrReference) GetName

func (x *NamedHeaderOrReference) GetName() string

func (*NamedHeaderOrReference) GetValue

func (*NamedHeaderOrReference) ProtoMessage

func (*NamedHeaderOrReference) ProtoMessage()

func (*NamedHeaderOrReference) ProtoReflect

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

func (*NamedHeaderOrReference) Reset

func (x *NamedHeaderOrReference) Reset()

func (*NamedHeaderOrReference) String

func (x *NamedHeaderOrReference) String() string

func (*NamedHeaderOrReference) Validate

func (m *NamedHeaderOrReference) Validate() error

Validate checks the field values on NamedHeaderOrReference with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NamedHeaderOrReference) ValidateAll

func (m *NamedHeaderOrReference) ValidateAll() error

ValidateAll checks the field values on NamedHeaderOrReference with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NamedHeaderOrReferenceMultiError, or nil if none found.

type NamedHeaderOrReferenceMultiError

type NamedHeaderOrReferenceMultiError []error

NamedHeaderOrReferenceMultiError is an error wrapping multiple validation errors returned by NamedHeaderOrReference.ValidateAll() if the designated constraints aren't met.

func (NamedHeaderOrReferenceMultiError) AllErrors

func (m NamedHeaderOrReferenceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NamedHeaderOrReferenceMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type NamedHeaderOrReferenceValidationError

type NamedHeaderOrReferenceValidationError struct {
	// contains filtered or unexported fields
}

NamedHeaderOrReferenceValidationError is the validation error returned by NamedHeaderOrReference.Validate if the designated constraints aren't met.

func (NamedHeaderOrReferenceValidationError) Cause

Cause function returns cause value.

func (NamedHeaderOrReferenceValidationError) Error

Error satisfies the builtin error interface

func (NamedHeaderOrReferenceValidationError) ErrorName

ErrorName returns error name.

func (NamedHeaderOrReferenceValidationError) Field

Field function returns field value.

func (NamedHeaderOrReferenceValidationError) Key

Key function returns key value.

func (NamedHeaderOrReferenceValidationError) Reason

Reason function returns reason value.

type NamedLinkOrReference

type NamedLinkOrReference struct {

	// Map key
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Mapped value
	Value *LinkOrReference `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Automatically-generated message used to represent maps of LinkOrReference as ordered (name,value) pairs.

func (*NamedLinkOrReference) Descriptor deprecated

func (*NamedLinkOrReference) Descriptor() ([]byte, []int)

Deprecated: Use NamedLinkOrReference.ProtoReflect.Descriptor instead.

func (*NamedLinkOrReference) GetName

func (x *NamedLinkOrReference) GetName() string

func (*NamedLinkOrReference) GetValue

func (x *NamedLinkOrReference) GetValue() *LinkOrReference

func (*NamedLinkOrReference) ProtoMessage

func (*NamedLinkOrReference) ProtoMessage()

func (*NamedLinkOrReference) ProtoReflect

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

func (*NamedLinkOrReference) Reset

func (x *NamedLinkOrReference) Reset()

func (*NamedLinkOrReference) String

func (x *NamedLinkOrReference) String() string

func (*NamedLinkOrReference) Validate

func (m *NamedLinkOrReference) Validate() error

Validate checks the field values on NamedLinkOrReference with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NamedLinkOrReference) ValidateAll

func (m *NamedLinkOrReference) ValidateAll() error

ValidateAll checks the field values on NamedLinkOrReference with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NamedLinkOrReferenceMultiError, or nil if none found.

type NamedLinkOrReferenceMultiError

type NamedLinkOrReferenceMultiError []error

NamedLinkOrReferenceMultiError is an error wrapping multiple validation errors returned by NamedLinkOrReference.ValidateAll() if the designated constraints aren't met.

func (NamedLinkOrReferenceMultiError) AllErrors

func (m NamedLinkOrReferenceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NamedLinkOrReferenceMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type NamedLinkOrReferenceValidationError

type NamedLinkOrReferenceValidationError struct {
	// contains filtered or unexported fields
}

NamedLinkOrReferenceValidationError is the validation error returned by NamedLinkOrReference.Validate if the designated constraints aren't met.

func (NamedLinkOrReferenceValidationError) Cause

Cause function returns cause value.

func (NamedLinkOrReferenceValidationError) Error

Error satisfies the builtin error interface

func (NamedLinkOrReferenceValidationError) ErrorName

ErrorName returns error name.

func (NamedLinkOrReferenceValidationError) Field

Field function returns field value.

func (NamedLinkOrReferenceValidationError) Key

Key function returns key value.

func (NamedLinkOrReferenceValidationError) Reason

Reason function returns reason value.

type NamedMediaType

type NamedMediaType struct {

	// Map key
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Mapped value
	Value *MediaType `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Automatically-generated message used to represent maps of MediaType as ordered (name,value) pairs.

func (*NamedMediaType) Descriptor deprecated

func (*NamedMediaType) Descriptor() ([]byte, []int)

Deprecated: Use NamedMediaType.ProtoReflect.Descriptor instead.

func (*NamedMediaType) GetName

func (x *NamedMediaType) GetName() string

func (*NamedMediaType) GetValue

func (x *NamedMediaType) GetValue() *MediaType

func (*NamedMediaType) ProtoMessage

func (*NamedMediaType) ProtoMessage()

func (*NamedMediaType) ProtoReflect

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

func (*NamedMediaType) Reset

func (x *NamedMediaType) Reset()

func (*NamedMediaType) String

func (x *NamedMediaType) String() string

func (*NamedMediaType) Validate

func (m *NamedMediaType) Validate() error

Validate checks the field values on NamedMediaType with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NamedMediaType) ValidateAll

func (m *NamedMediaType) ValidateAll() error

ValidateAll checks the field values on NamedMediaType with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NamedMediaTypeMultiError, or nil if none found.

type NamedMediaTypeMultiError

type NamedMediaTypeMultiError []error

NamedMediaTypeMultiError is an error wrapping multiple validation errors returned by NamedMediaType.ValidateAll() if the designated constraints aren't met.

func (NamedMediaTypeMultiError) AllErrors

func (m NamedMediaTypeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NamedMediaTypeMultiError) Error

func (m NamedMediaTypeMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type NamedMediaTypeValidationError

type NamedMediaTypeValidationError struct {
	// contains filtered or unexported fields
}

NamedMediaTypeValidationError is the validation error returned by NamedMediaType.Validate if the designated constraints aren't met.

func (NamedMediaTypeValidationError) Cause

Cause function returns cause value.

func (NamedMediaTypeValidationError) Error

Error satisfies the builtin error interface

func (NamedMediaTypeValidationError) ErrorName

func (e NamedMediaTypeValidationError) ErrorName() string

ErrorName returns error name.

func (NamedMediaTypeValidationError) Field

Field function returns field value.

func (NamedMediaTypeValidationError) Key

Key function returns key value.

func (NamedMediaTypeValidationError) Reason

Reason function returns reason value.

type NamedParameterOrReference

type NamedParameterOrReference struct {

	// Map key
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Mapped value
	Value *ParameterOrReference `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Automatically-generated message used to represent maps of ParameterOrReference as ordered (name,value) pairs.

func (*NamedParameterOrReference) Descriptor deprecated

func (*NamedParameterOrReference) Descriptor() ([]byte, []int)

Deprecated: Use NamedParameterOrReference.ProtoReflect.Descriptor instead.

func (*NamedParameterOrReference) GetName

func (x *NamedParameterOrReference) GetName() string

func (*NamedParameterOrReference) GetValue

func (*NamedParameterOrReference) ProtoMessage

func (*NamedParameterOrReference) ProtoMessage()

func (*NamedParameterOrReference) ProtoReflect

func (*NamedParameterOrReference) Reset

func (x *NamedParameterOrReference) Reset()

func (*NamedParameterOrReference) String

func (x *NamedParameterOrReference) String() string

func (*NamedParameterOrReference) Validate

func (m *NamedParameterOrReference) Validate() error

Validate checks the field values on NamedParameterOrReference with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NamedParameterOrReference) ValidateAll

func (m *NamedParameterOrReference) ValidateAll() error

ValidateAll checks the field values on NamedParameterOrReference with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NamedParameterOrReferenceMultiError, or nil if none found.

type NamedParameterOrReferenceMultiError

type NamedParameterOrReferenceMultiError []error

NamedParameterOrReferenceMultiError is an error wrapping multiple validation errors returned by NamedParameterOrReference.ValidateAll() if the designated constraints aren't met.

func (NamedParameterOrReferenceMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (NamedParameterOrReferenceMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type NamedParameterOrReferenceValidationError

type NamedParameterOrReferenceValidationError struct {
	// contains filtered or unexported fields
}

NamedParameterOrReferenceValidationError is the validation error returned by NamedParameterOrReference.Validate if the designated constraints aren't met.

func (NamedParameterOrReferenceValidationError) Cause

Cause function returns cause value.

func (NamedParameterOrReferenceValidationError) Error

Error satisfies the builtin error interface

func (NamedParameterOrReferenceValidationError) ErrorName

ErrorName returns error name.

func (NamedParameterOrReferenceValidationError) Field

Field function returns field value.

func (NamedParameterOrReferenceValidationError) Key

Key function returns key value.

func (NamedParameterOrReferenceValidationError) Reason

Reason function returns reason value.

type NamedPathItem

type NamedPathItem struct {

	// Map key
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Mapped value
	Value *PathItem `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Automatically-generated message used to represent maps of PathItem as ordered (name,value) pairs.

func (*NamedPathItem) Descriptor deprecated

func (*NamedPathItem) Descriptor() ([]byte, []int)

Deprecated: Use NamedPathItem.ProtoReflect.Descriptor instead.

func (*NamedPathItem) GetName

func (x *NamedPathItem) GetName() string

func (*NamedPathItem) GetValue

func (x *NamedPathItem) GetValue() *PathItem

func (*NamedPathItem) ProtoMessage

func (*NamedPathItem) ProtoMessage()

func (*NamedPathItem) ProtoReflect

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

func (*NamedPathItem) Reset

func (x *NamedPathItem) Reset()

func (*NamedPathItem) String

func (x *NamedPathItem) String() string

func (*NamedPathItem) Validate

func (m *NamedPathItem) Validate() error

Validate checks the field values on NamedPathItem with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NamedPathItem) ValidateAll

func (m *NamedPathItem) ValidateAll() error

ValidateAll checks the field values on NamedPathItem with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NamedPathItemMultiError, or nil if none found.

type NamedPathItemMultiError

type NamedPathItemMultiError []error

NamedPathItemMultiError is an error wrapping multiple validation errors returned by NamedPathItem.ValidateAll() if the designated constraints aren't met.

func (NamedPathItemMultiError) AllErrors

func (m NamedPathItemMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NamedPathItemMultiError) Error

func (m NamedPathItemMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type NamedPathItemValidationError

type NamedPathItemValidationError struct {
	// contains filtered or unexported fields
}

NamedPathItemValidationError is the validation error returned by NamedPathItem.Validate if the designated constraints aren't met.

func (NamedPathItemValidationError) Cause

Cause function returns cause value.

func (NamedPathItemValidationError) Error

Error satisfies the builtin error interface

func (NamedPathItemValidationError) ErrorName

func (e NamedPathItemValidationError) ErrorName() string

ErrorName returns error name.

func (NamedPathItemValidationError) Field

Field function returns field value.

func (NamedPathItemValidationError) Key

Key function returns key value.

func (NamedPathItemValidationError) Reason

Reason function returns reason value.

type NamedRequestBodyOrReference

type NamedRequestBodyOrReference struct {

	// Map key
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Mapped value
	Value *RequestBodyOrReference `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Automatically-generated message used to represent maps of RequestBodyOrReference as ordered (name,value) pairs.

func (*NamedRequestBodyOrReference) Descriptor deprecated

func (*NamedRequestBodyOrReference) Descriptor() ([]byte, []int)

Deprecated: Use NamedRequestBodyOrReference.ProtoReflect.Descriptor instead.

func (*NamedRequestBodyOrReference) GetName

func (x *NamedRequestBodyOrReference) GetName() string

func (*NamedRequestBodyOrReference) GetValue

func (*NamedRequestBodyOrReference) ProtoMessage

func (*NamedRequestBodyOrReference) ProtoMessage()

func (*NamedRequestBodyOrReference) ProtoReflect

func (*NamedRequestBodyOrReference) Reset

func (x *NamedRequestBodyOrReference) Reset()

func (*NamedRequestBodyOrReference) String

func (x *NamedRequestBodyOrReference) String() string

func (*NamedRequestBodyOrReference) Validate

func (m *NamedRequestBodyOrReference) Validate() error

Validate checks the field values on NamedRequestBodyOrReference with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NamedRequestBodyOrReference) ValidateAll

func (m *NamedRequestBodyOrReference) ValidateAll() error

ValidateAll checks the field values on NamedRequestBodyOrReference with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NamedRequestBodyOrReferenceMultiError, or nil if none found.

type NamedRequestBodyOrReferenceMultiError

type NamedRequestBodyOrReferenceMultiError []error

NamedRequestBodyOrReferenceMultiError is an error wrapping multiple validation errors returned by NamedRequestBodyOrReference.ValidateAll() if the designated constraints aren't met.

func (NamedRequestBodyOrReferenceMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (NamedRequestBodyOrReferenceMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type NamedRequestBodyOrReferenceValidationError

type NamedRequestBodyOrReferenceValidationError struct {
	// contains filtered or unexported fields
}

NamedRequestBodyOrReferenceValidationError is the validation error returned by NamedRequestBodyOrReference.Validate if the designated constraints aren't met.

func (NamedRequestBodyOrReferenceValidationError) Cause

Cause function returns cause value.

func (NamedRequestBodyOrReferenceValidationError) Error

Error satisfies the builtin error interface

func (NamedRequestBodyOrReferenceValidationError) ErrorName

ErrorName returns error name.

func (NamedRequestBodyOrReferenceValidationError) Field

Field function returns field value.

func (NamedRequestBodyOrReferenceValidationError) Key

Key function returns key value.

func (NamedRequestBodyOrReferenceValidationError) Reason

Reason function returns reason value.

type NamedResponseOrReference

type NamedResponseOrReference struct {

	// Map key
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Mapped value
	Value *ResponseOrReference `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Automatically-generated message used to represent maps of ResponseOrReference as ordered (name,value) pairs.

func (*NamedResponseOrReference) Descriptor deprecated

func (*NamedResponseOrReference) Descriptor() ([]byte, []int)

Deprecated: Use NamedResponseOrReference.ProtoReflect.Descriptor instead.

func (*NamedResponseOrReference) GetName

func (x *NamedResponseOrReference) GetName() string

func (*NamedResponseOrReference) GetValue

func (*NamedResponseOrReference) ProtoMessage

func (*NamedResponseOrReference) ProtoMessage()

func (*NamedResponseOrReference) ProtoReflect

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

func (*NamedResponseOrReference) Reset

func (x *NamedResponseOrReference) Reset()

func (*NamedResponseOrReference) String

func (x *NamedResponseOrReference) String() string

func (*NamedResponseOrReference) Validate

func (m *NamedResponseOrReference) Validate() error

Validate checks the field values on NamedResponseOrReference with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NamedResponseOrReference) ValidateAll

func (m *NamedResponseOrReference) ValidateAll() error

ValidateAll checks the field values on NamedResponseOrReference with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NamedResponseOrReferenceMultiError, or nil if none found.

type NamedResponseOrReferenceMultiError

type NamedResponseOrReferenceMultiError []error

NamedResponseOrReferenceMultiError is an error wrapping multiple validation errors returned by NamedResponseOrReference.ValidateAll() if the designated constraints aren't met.

func (NamedResponseOrReferenceMultiError) AllErrors

func (m NamedResponseOrReferenceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NamedResponseOrReferenceMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type NamedResponseOrReferenceValidationError

type NamedResponseOrReferenceValidationError struct {
	// contains filtered or unexported fields
}

NamedResponseOrReferenceValidationError is the validation error returned by NamedResponseOrReference.Validate if the designated constraints aren't met.

func (NamedResponseOrReferenceValidationError) Cause

Cause function returns cause value.

func (NamedResponseOrReferenceValidationError) Error

Error satisfies the builtin error interface

func (NamedResponseOrReferenceValidationError) ErrorName

ErrorName returns error name.

func (NamedResponseOrReferenceValidationError) Field

Field function returns field value.

func (NamedResponseOrReferenceValidationError) Key

Key function returns key value.

func (NamedResponseOrReferenceValidationError) Reason

Reason function returns reason value.

type NamedSchemaOrReference

type NamedSchemaOrReference struct {

	// Map key
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Mapped value
	Value *SchemaOrReference `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Automatically-generated message used to represent maps of SchemaOrReference as ordered (name,value) pairs.

func (*NamedSchemaOrReference) Descriptor deprecated

func (*NamedSchemaOrReference) Descriptor() ([]byte, []int)

Deprecated: Use NamedSchemaOrReference.ProtoReflect.Descriptor instead.

func (*NamedSchemaOrReference) GetName

func (x *NamedSchemaOrReference) GetName() string

func (*NamedSchemaOrReference) GetValue

func (*NamedSchemaOrReference) ProtoMessage

func (*NamedSchemaOrReference) ProtoMessage()

func (*NamedSchemaOrReference) ProtoReflect

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

func (*NamedSchemaOrReference) Reset

func (x *NamedSchemaOrReference) Reset()

func (*NamedSchemaOrReference) String

func (x *NamedSchemaOrReference) String() string

func (*NamedSchemaOrReference) Validate

func (m *NamedSchemaOrReference) Validate() error

Validate checks the field values on NamedSchemaOrReference with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NamedSchemaOrReference) ValidateAll

func (m *NamedSchemaOrReference) ValidateAll() error

ValidateAll checks the field values on NamedSchemaOrReference with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NamedSchemaOrReferenceMultiError, or nil if none found.

type NamedSchemaOrReferenceMultiError

type NamedSchemaOrReferenceMultiError []error

NamedSchemaOrReferenceMultiError is an error wrapping multiple validation errors returned by NamedSchemaOrReference.ValidateAll() if the designated constraints aren't met.

func (NamedSchemaOrReferenceMultiError) AllErrors

func (m NamedSchemaOrReferenceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NamedSchemaOrReferenceMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type NamedSchemaOrReferenceValidationError

type NamedSchemaOrReferenceValidationError struct {
	// contains filtered or unexported fields
}

NamedSchemaOrReferenceValidationError is the validation error returned by NamedSchemaOrReference.Validate if the designated constraints aren't met.

func (NamedSchemaOrReferenceValidationError) Cause

Cause function returns cause value.

func (NamedSchemaOrReferenceValidationError) Error

Error satisfies the builtin error interface

func (NamedSchemaOrReferenceValidationError) ErrorName

ErrorName returns error name.

func (NamedSchemaOrReferenceValidationError) Field

Field function returns field value.

func (NamedSchemaOrReferenceValidationError) Key

Key function returns key value.

func (NamedSchemaOrReferenceValidationError) Reason

Reason function returns reason value.

type NamedSecuritySchemeOrReference

type NamedSecuritySchemeOrReference struct {

	// Map key
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Mapped value
	Value *SecuritySchemeOrReference `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Automatically-generated message used to represent maps of SecuritySchemeOrReference as ordered (name,value) pairs.

func (*NamedSecuritySchemeOrReference) Descriptor deprecated

func (*NamedSecuritySchemeOrReference) Descriptor() ([]byte, []int)

Deprecated: Use NamedSecuritySchemeOrReference.ProtoReflect.Descriptor instead.

func (*NamedSecuritySchemeOrReference) GetName

func (*NamedSecuritySchemeOrReference) GetValue

func (*NamedSecuritySchemeOrReference) ProtoMessage

func (*NamedSecuritySchemeOrReference) ProtoMessage()

func (*NamedSecuritySchemeOrReference) ProtoReflect

func (*NamedSecuritySchemeOrReference) Reset

func (x *NamedSecuritySchemeOrReference) Reset()

func (*NamedSecuritySchemeOrReference) String

func (*NamedSecuritySchemeOrReference) Validate

func (m *NamedSecuritySchemeOrReference) Validate() error

Validate checks the field values on NamedSecuritySchemeOrReference with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NamedSecuritySchemeOrReference) ValidateAll

func (m *NamedSecuritySchemeOrReference) ValidateAll() error

ValidateAll checks the field values on NamedSecuritySchemeOrReference with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NamedSecuritySchemeOrReferenceMultiError, or nil if none found.

type NamedSecuritySchemeOrReferenceMultiError

type NamedSecuritySchemeOrReferenceMultiError []error

NamedSecuritySchemeOrReferenceMultiError is an error wrapping multiple validation errors returned by NamedSecuritySchemeOrReference.ValidateAll() if the designated constraints aren't met.

func (NamedSecuritySchemeOrReferenceMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (NamedSecuritySchemeOrReferenceMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type NamedSecuritySchemeOrReferenceValidationError

type NamedSecuritySchemeOrReferenceValidationError struct {
	// contains filtered or unexported fields
}

NamedSecuritySchemeOrReferenceValidationError is the validation error returned by NamedSecuritySchemeOrReference.Validate if the designated constraints aren't met.

func (NamedSecuritySchemeOrReferenceValidationError) Cause

Cause function returns cause value.

func (NamedSecuritySchemeOrReferenceValidationError) Error

Error satisfies the builtin error interface

func (NamedSecuritySchemeOrReferenceValidationError) ErrorName

ErrorName returns error name.

func (NamedSecuritySchemeOrReferenceValidationError) Field

Field function returns field value.

func (NamedSecuritySchemeOrReferenceValidationError) Key

Key function returns key value.

func (NamedSecuritySchemeOrReferenceValidationError) Reason

Reason function returns reason value.

type NamedServerVariable

type NamedServerVariable struct {

	// Map key
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Mapped value
	Value *ServerVariable `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Automatically-generated message used to represent maps of ServerVariable as ordered (name,value) pairs.

func (*NamedServerVariable) Descriptor deprecated

func (*NamedServerVariable) Descriptor() ([]byte, []int)

Deprecated: Use NamedServerVariable.ProtoReflect.Descriptor instead.

func (*NamedServerVariable) GetName

func (x *NamedServerVariable) GetName() string

func (*NamedServerVariable) GetValue

func (x *NamedServerVariable) GetValue() *ServerVariable

func (*NamedServerVariable) ProtoMessage

func (*NamedServerVariable) ProtoMessage()

func (*NamedServerVariable) ProtoReflect

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

func (*NamedServerVariable) Reset

func (x *NamedServerVariable) Reset()

func (*NamedServerVariable) String

func (x *NamedServerVariable) String() string

func (*NamedServerVariable) Validate

func (m *NamedServerVariable) Validate() error

Validate checks the field values on NamedServerVariable with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NamedServerVariable) ValidateAll

func (m *NamedServerVariable) ValidateAll() error

ValidateAll checks the field values on NamedServerVariable with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NamedServerVariableMultiError, or nil if none found.

type NamedServerVariableMultiError

type NamedServerVariableMultiError []error

NamedServerVariableMultiError is an error wrapping multiple validation errors returned by NamedServerVariable.ValidateAll() if the designated constraints aren't met.

func (NamedServerVariableMultiError) AllErrors

func (m NamedServerVariableMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NamedServerVariableMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type NamedServerVariableValidationError

type NamedServerVariableValidationError struct {
	// contains filtered or unexported fields
}

NamedServerVariableValidationError is the validation error returned by NamedServerVariable.Validate if the designated constraints aren't met.

func (NamedServerVariableValidationError) Cause

Cause function returns cause value.

func (NamedServerVariableValidationError) Error

Error satisfies the builtin error interface

func (NamedServerVariableValidationError) ErrorName

ErrorName returns error name.

func (NamedServerVariableValidationError) Field

Field function returns field value.

func (NamedServerVariableValidationError) Key

Key function returns key value.

func (NamedServerVariableValidationError) Reason

Reason function returns reason value.

type NamedString

type NamedString struct {

	// Map key
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Mapped value
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Automatically-generated message used to represent maps of string as ordered (name,value) pairs.

func (*NamedString) Descriptor deprecated

func (*NamedString) Descriptor() ([]byte, []int)

Deprecated: Use NamedString.ProtoReflect.Descriptor instead.

func (*NamedString) GetName

func (x *NamedString) GetName() string

func (*NamedString) GetValue

func (x *NamedString) GetValue() string

func (*NamedString) ProtoMessage

func (*NamedString) ProtoMessage()

func (*NamedString) ProtoReflect

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

func (*NamedString) Reset

func (x *NamedString) Reset()

func (*NamedString) String

func (x *NamedString) String() string

func (*NamedString) Validate

func (m *NamedString) Validate() error

Validate checks the field values on NamedString with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NamedString) ValidateAll

func (m *NamedString) ValidateAll() error

ValidateAll checks the field values on NamedString with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NamedStringMultiError, or nil if none found.

type NamedStringArray

type NamedStringArray struct {

	// Map key
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Mapped value
	Value *StringArray `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Automatically-generated message used to represent maps of StringArray as ordered (name,value) pairs.

func (*NamedStringArray) Descriptor deprecated

func (*NamedStringArray) Descriptor() ([]byte, []int)

Deprecated: Use NamedStringArray.ProtoReflect.Descriptor instead.

func (*NamedStringArray) GetName

func (x *NamedStringArray) GetName() string

func (*NamedStringArray) GetValue

func (x *NamedStringArray) GetValue() *StringArray

func (*NamedStringArray) ProtoMessage

func (*NamedStringArray) ProtoMessage()

func (*NamedStringArray) ProtoReflect

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

func (*NamedStringArray) Reset

func (x *NamedStringArray) Reset()

func (*NamedStringArray) String

func (x *NamedStringArray) String() string

func (*NamedStringArray) Validate

func (m *NamedStringArray) Validate() error

Validate checks the field values on NamedStringArray with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NamedStringArray) ValidateAll

func (m *NamedStringArray) ValidateAll() error

ValidateAll checks the field values on NamedStringArray with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NamedStringArrayMultiError, or nil if none found.

type NamedStringArrayMultiError

type NamedStringArrayMultiError []error

NamedStringArrayMultiError is an error wrapping multiple validation errors returned by NamedStringArray.ValidateAll() if the designated constraints aren't met.

func (NamedStringArrayMultiError) AllErrors

func (m NamedStringArrayMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NamedStringArrayMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type NamedStringArrayValidationError

type NamedStringArrayValidationError struct {
	// contains filtered or unexported fields
}

NamedStringArrayValidationError is the validation error returned by NamedStringArray.Validate if the designated constraints aren't met.

func (NamedStringArrayValidationError) Cause

Cause function returns cause value.

func (NamedStringArrayValidationError) Error

Error satisfies the builtin error interface

func (NamedStringArrayValidationError) ErrorName

ErrorName returns error name.

func (NamedStringArrayValidationError) Field

Field function returns field value.

func (NamedStringArrayValidationError) Key

Key function returns key value.

func (NamedStringArrayValidationError) Reason

Reason function returns reason value.

type NamedStringMultiError

type NamedStringMultiError []error

NamedStringMultiError is an error wrapping multiple validation errors returned by NamedString.ValidateAll() if the designated constraints aren't met.

func (NamedStringMultiError) AllErrors

func (m NamedStringMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NamedStringMultiError) Error

func (m NamedStringMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type NamedStringValidationError

type NamedStringValidationError struct {
	// contains filtered or unexported fields
}

NamedStringValidationError is the validation error returned by NamedString.Validate if the designated constraints aren't met.

func (NamedStringValidationError) Cause

Cause function returns cause value.

func (NamedStringValidationError) Error

Error satisfies the builtin error interface

func (NamedStringValidationError) ErrorName

func (e NamedStringValidationError) ErrorName() string

ErrorName returns error name.

func (NamedStringValidationError) Field

Field function returns field value.

func (NamedStringValidationError) Key

Key function returns key value.

func (NamedStringValidationError) Reason

Reason function returns reason value.

type OauthFlow

type OauthFlow struct {
	AuthorizationUrl       string      `protobuf:"bytes,1,opt,name=authorization_url,json=authorizationUrl,proto3" json:"authorization_url,omitempty"`
	TokenUrl               string      `protobuf:"bytes,2,opt,name=token_url,json=tokenUrl,proto3" json:"token_url,omitempty"`
	RefreshUrl             string      `protobuf:"bytes,3,opt,name=refresh_url,json=refreshUrl,proto3" json:"refresh_url,omitempty"`
	Scopes                 *Strings    `protobuf:"bytes,4,opt,name=scopes,proto3" json:"scopes,omitempty"`
	SpecificationExtension []*NamedAny `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

Configuration details for a supported OAuth Flow

func (*OauthFlow) Descriptor deprecated

func (*OauthFlow) Descriptor() ([]byte, []int)

Deprecated: Use OauthFlow.ProtoReflect.Descriptor instead.

func (*OauthFlow) GetAuthorizationUrl

func (x *OauthFlow) GetAuthorizationUrl() string

func (*OauthFlow) GetRefreshUrl

func (x *OauthFlow) GetRefreshUrl() string

func (*OauthFlow) GetScopes

func (x *OauthFlow) GetScopes() *Strings

func (*OauthFlow) GetSpecificationExtension

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

func (*OauthFlow) GetTokenUrl

func (x *OauthFlow) GetTokenUrl() string

func (*OauthFlow) ProtoMessage

func (*OauthFlow) ProtoMessage()

func (*OauthFlow) ProtoReflect

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

func (*OauthFlow) Reset

func (x *OauthFlow) Reset()

func (*OauthFlow) String

func (x *OauthFlow) String() string

func (*OauthFlow) Validate

func (m *OauthFlow) Validate() error

Validate checks the field values on OauthFlow with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*OauthFlow) ValidateAll

func (m *OauthFlow) ValidateAll() error

ValidateAll checks the field values on OauthFlow with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OauthFlowMultiError, or nil if none found.

type OauthFlowMultiError

type OauthFlowMultiError []error

OauthFlowMultiError is an error wrapping multiple validation errors returned by OauthFlow.ValidateAll() if the designated constraints aren't met.

func (OauthFlowMultiError) AllErrors

func (m OauthFlowMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OauthFlowMultiError) Error

func (m OauthFlowMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type OauthFlowValidationError

type OauthFlowValidationError struct {
	// contains filtered or unexported fields
}

OauthFlowValidationError is the validation error returned by OauthFlow.Validate if the designated constraints aren't met.

func (OauthFlowValidationError) Cause

func (e OauthFlowValidationError) Cause() error

Cause function returns cause value.

func (OauthFlowValidationError) Error

func (e OauthFlowValidationError) Error() string

Error satisfies the builtin error interface

func (OauthFlowValidationError) ErrorName

func (e OauthFlowValidationError) ErrorName() string

ErrorName returns error name.

func (OauthFlowValidationError) Field

func (e OauthFlowValidationError) Field() string

Field function returns field value.

func (OauthFlowValidationError) Key

Key function returns key value.

func (OauthFlowValidationError) Reason

func (e OauthFlowValidationError) Reason() string

Reason function returns reason value.

type OauthFlows

type OauthFlows struct {
	Implicit               *OauthFlow  `protobuf:"bytes,1,opt,name=implicit,proto3" json:"implicit,omitempty"`
	Password               *OauthFlow  `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	ClientCredentials      *OauthFlow  `protobuf:"bytes,3,opt,name=client_credentials,json=clientCredentials,proto3" json:"client_credentials,omitempty"`
	AuthorizationCode      *OauthFlow  `protobuf:"bytes,4,opt,name=authorization_code,json=authorizationCode,proto3" json:"authorization_code,omitempty"`
	SpecificationExtension []*NamedAny `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

Allows configuration of the supported OAuth Flows.

func (*OauthFlows) Descriptor deprecated

func (*OauthFlows) Descriptor() ([]byte, []int)

Deprecated: Use OauthFlows.ProtoReflect.Descriptor instead.

func (*OauthFlows) GetAuthorizationCode

func (x *OauthFlows) GetAuthorizationCode() *OauthFlow

func (*OauthFlows) GetClientCredentials

func (x *OauthFlows) GetClientCredentials() *OauthFlow

func (*OauthFlows) GetImplicit

func (x *OauthFlows) GetImplicit() *OauthFlow

func (*OauthFlows) GetPassword

func (x *OauthFlows) GetPassword() *OauthFlow

func (*OauthFlows) GetSpecificationExtension

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

func (*OauthFlows) ProtoMessage

func (*OauthFlows) ProtoMessage()

func (*OauthFlows) ProtoReflect

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

func (*OauthFlows) Reset

func (x *OauthFlows) Reset()

func (*OauthFlows) String

func (x *OauthFlows) String() string

func (*OauthFlows) Validate

func (m *OauthFlows) Validate() error

Validate checks the field values on OauthFlows with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*OauthFlows) ValidateAll

func (m *OauthFlows) ValidateAll() error

ValidateAll checks the field values on OauthFlows with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OauthFlowsMultiError, or nil if none found.

type OauthFlowsMultiError

type OauthFlowsMultiError []error

OauthFlowsMultiError is an error wrapping multiple validation errors returned by OauthFlows.ValidateAll() if the designated constraints aren't met.

func (OauthFlowsMultiError) AllErrors

func (m OauthFlowsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OauthFlowsMultiError) Error

func (m OauthFlowsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type OauthFlowsValidationError

type OauthFlowsValidationError struct {
	// contains filtered or unexported fields
}

OauthFlowsValidationError is the validation error returned by OauthFlows.Validate if the designated constraints aren't met.

func (OauthFlowsValidationError) Cause

func (e OauthFlowsValidationError) Cause() error

Cause function returns cause value.

func (OauthFlowsValidationError) Error

Error satisfies the builtin error interface

func (OauthFlowsValidationError) ErrorName

func (e OauthFlowsValidationError) ErrorName() string

ErrorName returns error name.

func (OauthFlowsValidationError) Field

Field function returns field value.

func (OauthFlowsValidationError) Key

Key function returns key value.

func (OauthFlowsValidationError) Reason

func (e OauthFlowsValidationError) Reason() string

Reason function returns reason value.

type Object

type Object struct {
	AdditionalProperties []*NamedAny `protobuf:"bytes,1,rep,name=additional_properties,json=additionalProperties,proto3" json:"additional_properties,omitempty"`
	// contains filtered or unexported fields
}

func (*Object) Descriptor deprecated

func (*Object) Descriptor() ([]byte, []int)

Deprecated: Use Object.ProtoReflect.Descriptor instead.

func (*Object) GetAdditionalProperties

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

func (*Object) ProtoMessage

func (*Object) ProtoMessage()

func (*Object) ProtoReflect

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

func (*Object) Reset

func (x *Object) Reset()

func (*Object) String

func (x *Object) String() string

func (*Object) Validate

func (m *Object) Validate() error

Validate checks the field values on Object with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Object) ValidateAll

func (m *Object) ValidateAll() error

ValidateAll checks the field values on Object with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ObjectMultiError, or nil if none found.

type ObjectMultiError

type ObjectMultiError []error

ObjectMultiError is an error wrapping multiple validation errors returned by Object.ValidateAll() if the designated constraints aren't met.

func (ObjectMultiError) AllErrors

func (m ObjectMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ObjectMultiError) Error

func (m ObjectMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ObjectValidationError

type ObjectValidationError struct {
	// contains filtered or unexported fields
}

ObjectValidationError is the validation error returned by Object.Validate if the designated constraints aren't met.

func (ObjectValidationError) Cause

func (e ObjectValidationError) Cause() error

Cause function returns cause value.

func (ObjectValidationError) Error

func (e ObjectValidationError) Error() string

Error satisfies the builtin error interface

func (ObjectValidationError) ErrorName

func (e ObjectValidationError) ErrorName() string

ErrorName returns error name.

func (ObjectValidationError) Field

func (e ObjectValidationError) Field() string

Field function returns field value.

func (ObjectValidationError) Key

func (e ObjectValidationError) Key() bool

Key function returns key value.

func (ObjectValidationError) Reason

func (e ObjectValidationError) Reason() string

Reason function returns reason value.

type Operation

type Operation struct {
	Tags                   []string                `protobuf:"bytes,1,rep,name=tags,proto3" json:"tags,omitempty"`
	Summary                string                  `protobuf:"bytes,2,opt,name=summary,proto3" json:"summary,omitempty"`
	Description            string                  `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	ExternalDocs           *ExternalDocs           `protobuf:"bytes,4,opt,name=external_docs,json=externalDocs,proto3" json:"external_docs,omitempty"`
	OperationId            string                  `protobuf:"bytes,5,opt,name=operation_id,json=operationId,proto3" json:"operation_id,omitempty"`
	Parameters             []*ParameterOrReference `protobuf:"bytes,6,rep,name=parameters,proto3" json:"parameters,omitempty"`
	RequestBody            *RequestBodyOrReference `protobuf:"bytes,7,opt,name=request_body,json=requestBody,proto3" json:"request_body,omitempty"`
	Responses              *Responses              `protobuf:"bytes,8,opt,name=responses,proto3" json:"responses,omitempty"`
	Callbacks              *CallbacksOrReferences  `protobuf:"bytes,9,opt,name=callbacks,proto3" json:"callbacks,omitempty"`
	Deprecated             bool                    `protobuf:"varint,10,opt,name=deprecated,proto3" json:"deprecated,omitempty"`
	Security               []*SecurityRequirement  `protobuf:"bytes,11,rep,name=security,proto3" json:"security,omitempty"`
	Servers                []*Server               `protobuf:"bytes,12,rep,name=servers,proto3" json:"servers,omitempty"`
	SpecificationExtension []*NamedAny             `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

Describes a single API operation on a path.

func (*Operation) Descriptor deprecated

func (*Operation) Descriptor() ([]byte, []int)

Deprecated: Use Operation.ProtoReflect.Descriptor instead.

func (*Operation) GetCallbacks

func (x *Operation) GetCallbacks() *CallbacksOrReferences

func (*Operation) GetDeprecated

func (x *Operation) GetDeprecated() bool

func (*Operation) GetDescription

func (x *Operation) GetDescription() string

func (*Operation) GetExternalDocs

func (x *Operation) GetExternalDocs() *ExternalDocs

func (*Operation) GetOperationId

func (x *Operation) GetOperationId() string

func (*Operation) GetParameters

func (x *Operation) GetParameters() []*ParameterOrReference

func (*Operation) GetRequestBody

func (x *Operation) GetRequestBody() *RequestBodyOrReference

func (*Operation) GetResponses

func (x *Operation) GetResponses() *Responses

func (*Operation) GetSecurity

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

func (*Operation) GetServers

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

func (*Operation) GetSpecificationExtension

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

func (*Operation) GetSummary

func (x *Operation) GetSummary() string

func (*Operation) GetTags

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

func (*Operation) ProtoMessage

func (*Operation) ProtoMessage()

func (*Operation) ProtoReflect

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

func (*Operation) Reset

func (x *Operation) Reset()

func (*Operation) String

func (x *Operation) String() string

func (*Operation) Validate

func (m *Operation) Validate() error

Validate checks the field values on Operation with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Operation) ValidateAll

func (m *Operation) ValidateAll() error

ValidateAll checks the field values on Operation with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OperationMultiError, or nil if none found.

type OperationMultiError

type OperationMultiError []error

OperationMultiError is an error wrapping multiple validation errors returned by Operation.ValidateAll() if the designated constraints aren't met.

func (OperationMultiError) AllErrors

func (m OperationMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OperationMultiError) Error

func (m OperationMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type OperationValidationError

type OperationValidationError struct {
	// contains filtered or unexported fields
}

OperationValidationError is the validation error returned by Operation.Validate if the designated constraints aren't met.

func (OperationValidationError) Cause

func (e OperationValidationError) Cause() error

Cause function returns cause value.

func (OperationValidationError) Error

func (e OperationValidationError) Error() string

Error satisfies the builtin error interface

func (OperationValidationError) ErrorName

func (e OperationValidationError) ErrorName() string

ErrorName returns error name.

func (OperationValidationError) Field

func (e OperationValidationError) Field() string

Field function returns field value.

func (OperationValidationError) Key

Key function returns key value.

func (OperationValidationError) Reason

func (e OperationValidationError) Reason() string

Reason function returns reason value.

type Parameter

type Parameter struct {
	Name                   string                `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	In                     string                `protobuf:"bytes,2,opt,name=in,proto3" json:"in,omitempty"`
	Description            string                `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Required               bool                  `protobuf:"varint,4,opt,name=required,proto3" json:"required,omitempty"`
	Deprecated             bool                  `protobuf:"varint,5,opt,name=deprecated,proto3" json:"deprecated,omitempty"`
	AllowEmptyValue        bool                  `protobuf:"varint,6,opt,name=allow_empty_value,json=allowEmptyValue,proto3" json:"allow_empty_value,omitempty"`
	Style                  string                `protobuf:"bytes,7,opt,name=style,proto3" json:"style,omitempty"`
	Explode                bool                  `protobuf:"varint,8,opt,name=explode,proto3" json:"explode,omitempty"`
	AllowReserved          bool                  `protobuf:"varint,9,opt,name=allow_reserved,json=allowReserved,proto3" json:"allow_reserved,omitempty"`
	Schema                 *SchemaOrReference    `protobuf:"bytes,10,opt,name=schema,proto3" json:"schema,omitempty"`
	Example                *Any                  `protobuf:"bytes,11,opt,name=example,proto3" json:"example,omitempty"`
	Examples               *ExamplesOrReferences `protobuf:"bytes,12,opt,name=examples,proto3" json:"examples,omitempty"`
	Content                *MediaTypes           `protobuf:"bytes,13,opt,name=content,proto3" json:"content,omitempty"`
	SpecificationExtension []*NamedAny           `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

Describes a single operation parameter. A unique parameter is defined by a combination of a name and location.

func (*Parameter) Descriptor deprecated

func (*Parameter) Descriptor() ([]byte, []int)

Deprecated: Use Parameter.ProtoReflect.Descriptor instead.

func (*Parameter) GetAllowEmptyValue

func (x *Parameter) GetAllowEmptyValue() bool

func (*Parameter) GetAllowReserved

func (x *Parameter) GetAllowReserved() bool

func (*Parameter) GetContent

func (x *Parameter) GetContent() *MediaTypes

func (*Parameter) GetDeprecated

func (x *Parameter) GetDeprecated() bool

func (*Parameter) GetDescription

func (x *Parameter) GetDescription() string

func (*Parameter) GetExample

func (x *Parameter) GetExample() *Any

func (*Parameter) GetExamples

func (x *Parameter) GetExamples() *ExamplesOrReferences

func (*Parameter) GetExplode

func (x *Parameter) GetExplode() bool

func (*Parameter) GetIn

func (x *Parameter) GetIn() string

func (*Parameter) GetName

func (x *Parameter) GetName() string

func (*Parameter) GetRequired

func (x *Parameter) GetRequired() bool

func (*Parameter) GetSchema

func (x *Parameter) GetSchema() *SchemaOrReference

func (*Parameter) GetSpecificationExtension

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

func (*Parameter) GetStyle

func (x *Parameter) GetStyle() string

func (*Parameter) ProtoMessage

func (*Parameter) ProtoMessage()

func (*Parameter) ProtoReflect

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

func (*Parameter) Reset

func (x *Parameter) Reset()

func (*Parameter) String

func (x *Parameter) String() string

func (*Parameter) Validate

func (m *Parameter) Validate() error

Validate checks the field values on Parameter with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Parameter) ValidateAll

func (m *Parameter) ValidateAll() error

ValidateAll checks the field values on Parameter with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ParameterMultiError, or nil if none found.

type ParameterMultiError

type ParameterMultiError []error

ParameterMultiError is an error wrapping multiple validation errors returned by Parameter.ValidateAll() if the designated constraints aren't met.

func (ParameterMultiError) AllErrors

func (m ParameterMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ParameterMultiError) Error

func (m ParameterMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ParameterOrReference

type ParameterOrReference struct {

	// Types that are assignable to Oneof:
	//
	//	*ParameterOrReference_Parameter
	//	*ParameterOrReference_Reference
	Oneof isParameterOrReference_Oneof `protobuf_oneof:"oneof"`
	// contains filtered or unexported fields
}

func (*ParameterOrReference) Descriptor deprecated

func (*ParameterOrReference) Descriptor() ([]byte, []int)

Deprecated: Use ParameterOrReference.ProtoReflect.Descriptor instead.

func (*ParameterOrReference) GetOneof

func (m *ParameterOrReference) GetOneof() isParameterOrReference_Oneof

func (*ParameterOrReference) GetParameter

func (x *ParameterOrReference) GetParameter() *Parameter

func (*ParameterOrReference) GetReference

func (x *ParameterOrReference) GetReference() *Reference

func (*ParameterOrReference) ProtoMessage

func (*ParameterOrReference) ProtoMessage()

func (*ParameterOrReference) ProtoReflect

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

func (*ParameterOrReference) Reset

func (x *ParameterOrReference) Reset()

func (*ParameterOrReference) String

func (x *ParameterOrReference) String() string

func (*ParameterOrReference) Validate

func (m *ParameterOrReference) Validate() error

Validate checks the field values on ParameterOrReference with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ParameterOrReference) ValidateAll

func (m *ParameterOrReference) ValidateAll() error

ValidateAll checks the field values on ParameterOrReference with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ParameterOrReferenceMultiError, or nil if none found.

type ParameterOrReferenceMultiError

type ParameterOrReferenceMultiError []error

ParameterOrReferenceMultiError is an error wrapping multiple validation errors returned by ParameterOrReference.ValidateAll() if the designated constraints aren't met.

func (ParameterOrReferenceMultiError) AllErrors

func (m ParameterOrReferenceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ParameterOrReferenceMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ParameterOrReferenceValidationError

type ParameterOrReferenceValidationError struct {
	// contains filtered or unexported fields
}

ParameterOrReferenceValidationError is the validation error returned by ParameterOrReference.Validate if the designated constraints aren't met.

func (ParameterOrReferenceValidationError) Cause

Cause function returns cause value.

func (ParameterOrReferenceValidationError) Error

Error satisfies the builtin error interface

func (ParameterOrReferenceValidationError) ErrorName

ErrorName returns error name.

func (ParameterOrReferenceValidationError) Field

Field function returns field value.

func (ParameterOrReferenceValidationError) Key

Key function returns key value.

func (ParameterOrReferenceValidationError) Reason

Reason function returns reason value.

type ParameterOrReference_Parameter

type ParameterOrReference_Parameter struct {
	Parameter *Parameter `protobuf:"bytes,1,opt,name=parameter,proto3,oneof"`
}

type ParameterOrReference_Reference

type ParameterOrReference_Reference struct {
	Reference *Reference `protobuf:"bytes,2,opt,name=reference,proto3,oneof"`
}

type ParameterValidationError

type ParameterValidationError struct {
	// contains filtered or unexported fields
}

ParameterValidationError is the validation error returned by Parameter.Validate if the designated constraints aren't met.

func (ParameterValidationError) Cause

func (e ParameterValidationError) Cause() error

Cause function returns cause value.

func (ParameterValidationError) Error

func (e ParameterValidationError) Error() string

Error satisfies the builtin error interface

func (ParameterValidationError) ErrorName

func (e ParameterValidationError) ErrorName() string

ErrorName returns error name.

func (ParameterValidationError) Field

func (e ParameterValidationError) Field() string

Field function returns field value.

func (ParameterValidationError) Key

Key function returns key value.

func (ParameterValidationError) Reason

func (e ParameterValidationError) Reason() string

Reason function returns reason value.

type ParametersOrReferences

type ParametersOrReferences struct {
	AdditionalProperties []*NamedParameterOrReference `protobuf:"bytes,1,rep,name=additional_properties,json=additionalProperties,proto3" json:"additional_properties,omitempty"`
	// contains filtered or unexported fields
}

func (*ParametersOrReferences) Descriptor deprecated

func (*ParametersOrReferences) Descriptor() ([]byte, []int)

Deprecated: Use ParametersOrReferences.ProtoReflect.Descriptor instead.

func (*ParametersOrReferences) GetAdditionalProperties

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

func (*ParametersOrReferences) ProtoMessage

func (*ParametersOrReferences) ProtoMessage()

func (*ParametersOrReferences) ProtoReflect

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

func (*ParametersOrReferences) Reset

func (x *ParametersOrReferences) Reset()

func (*ParametersOrReferences) String

func (x *ParametersOrReferences) String() string

func (*ParametersOrReferences) Validate

func (m *ParametersOrReferences) Validate() error

Validate checks the field values on ParametersOrReferences with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ParametersOrReferences) ValidateAll

func (m *ParametersOrReferences) ValidateAll() error

ValidateAll checks the field values on ParametersOrReferences with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ParametersOrReferencesMultiError, or nil if none found.

type ParametersOrReferencesMultiError

type ParametersOrReferencesMultiError []error

ParametersOrReferencesMultiError is an error wrapping multiple validation errors returned by ParametersOrReferences.ValidateAll() if the designated constraints aren't met.

func (ParametersOrReferencesMultiError) AllErrors

func (m ParametersOrReferencesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ParametersOrReferencesMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ParametersOrReferencesValidationError

type ParametersOrReferencesValidationError struct {
	// contains filtered or unexported fields
}

ParametersOrReferencesValidationError is the validation error returned by ParametersOrReferences.Validate if the designated constraints aren't met.

func (ParametersOrReferencesValidationError) Cause

Cause function returns cause value.

func (ParametersOrReferencesValidationError) Error

Error satisfies the builtin error interface

func (ParametersOrReferencesValidationError) ErrorName

ErrorName returns error name.

func (ParametersOrReferencesValidationError) Field

Field function returns field value.

func (ParametersOrReferencesValidationError) Key

Key function returns key value.

func (ParametersOrReferencesValidationError) Reason

Reason function returns reason value.

type PathItem

type PathItem struct {
	XRef                   string                  `protobuf:"bytes,1,opt,name=_ref,json=Ref,proto3" json:"_ref,omitempty"`
	Summary                string                  `protobuf:"bytes,2,opt,name=summary,proto3" json:"summary,omitempty"`
	Description            string                  `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Get                    *Operation              `protobuf:"bytes,4,opt,name=get,proto3" json:"get,omitempty"`
	Put                    *Operation              `protobuf:"bytes,5,opt,name=put,proto3" json:"put,omitempty"`
	Post                   *Operation              `protobuf:"bytes,6,opt,name=post,proto3" json:"post,omitempty"`
	Delete                 *Operation              `protobuf:"bytes,7,opt,name=delete,proto3" json:"delete,omitempty"`
	Options                *Operation              `protobuf:"bytes,8,opt,name=options,proto3" json:"options,omitempty"`
	Head                   *Operation              `protobuf:"bytes,9,opt,name=head,proto3" json:"head,omitempty"`
	Patch                  *Operation              `protobuf:"bytes,10,opt,name=patch,proto3" json:"patch,omitempty"`
	Trace                  *Operation              `protobuf:"bytes,11,opt,name=trace,proto3" json:"trace,omitempty"`
	Servers                []*Server               `protobuf:"bytes,12,rep,name=servers,proto3" json:"servers,omitempty"`
	Parameters             []*ParameterOrReference `protobuf:"bytes,13,rep,name=parameters,proto3" json:"parameters,omitempty"`
	SpecificationExtension []*NamedAny             `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

Describes the operations available on a single path. A Path Item MAY be empty, due to ACL constraints. The path itself is still exposed to the documentation viewer but they will not know which operations and parameters are available.

func (*PathItem) Descriptor deprecated

func (*PathItem) Descriptor() ([]byte, []int)

Deprecated: Use PathItem.ProtoReflect.Descriptor instead.

func (*PathItem) GetDelete

func (x *PathItem) GetDelete() *Operation

func (*PathItem) GetDescription

func (x *PathItem) GetDescription() string

func (*PathItem) GetGet

func (x *PathItem) GetGet() *Operation

func (*PathItem) GetHead

func (x *PathItem) GetHead() *Operation

func (*PathItem) GetOptions

func (x *PathItem) GetOptions() *Operation

func (*PathItem) GetParameters

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

func (*PathItem) GetPatch

func (x *PathItem) GetPatch() *Operation

func (*PathItem) GetPost

func (x *PathItem) GetPost() *Operation

func (*PathItem) GetPut

func (x *PathItem) GetPut() *Operation

func (*PathItem) GetServers

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

func (*PathItem) GetSpecificationExtension

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

func (*PathItem) GetSummary

func (x *PathItem) GetSummary() string

func (*PathItem) GetTrace

func (x *PathItem) GetTrace() *Operation

func (*PathItem) GetXRef

func (x *PathItem) GetXRef() string

func (*PathItem) ProtoMessage

func (*PathItem) ProtoMessage()

func (*PathItem) ProtoReflect

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

func (*PathItem) Reset

func (x *PathItem) Reset()

func (*PathItem) String

func (x *PathItem) String() string

func (*PathItem) Validate

func (m *PathItem) Validate() error

Validate checks the field values on PathItem with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PathItem) ValidateAll

func (m *PathItem) ValidateAll() error

ValidateAll checks the field values on PathItem with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PathItemMultiError, or nil if none found.

type PathItemMultiError

type PathItemMultiError []error

PathItemMultiError is an error wrapping multiple validation errors returned by PathItem.ValidateAll() if the designated constraints aren't met.

func (PathItemMultiError) AllErrors

func (m PathItemMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PathItemMultiError) Error

func (m PathItemMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PathItemValidationError

type PathItemValidationError struct {
	// contains filtered or unexported fields
}

PathItemValidationError is the validation error returned by PathItem.Validate if the designated constraints aren't met.

func (PathItemValidationError) Cause

func (e PathItemValidationError) Cause() error

Cause function returns cause value.

func (PathItemValidationError) Error

func (e PathItemValidationError) Error() string

Error satisfies the builtin error interface

func (PathItemValidationError) ErrorName

func (e PathItemValidationError) ErrorName() string

ErrorName returns error name.

func (PathItemValidationError) Field

func (e PathItemValidationError) Field() string

Field function returns field value.

func (PathItemValidationError) Key

func (e PathItemValidationError) Key() bool

Key function returns key value.

func (PathItemValidationError) Reason

func (e PathItemValidationError) Reason() string

Reason function returns reason value.

type Paths

type Paths struct {
	Path                   []*NamedPathItem `protobuf:"bytes,1,rep,name=path,proto3" json:"path,omitempty"`
	SpecificationExtension []*NamedAny      `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

Holds the relative paths to the individual endpoints and their operations. The path is appended to the URL from the `Server Object` in order to construct the full URL. The Paths MAY be empty, due to ACL constraints.

func (*Paths) Descriptor deprecated

func (*Paths) Descriptor() ([]byte, []int)

Deprecated: Use Paths.ProtoReflect.Descriptor instead.

func (*Paths) GetPath

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

func (*Paths) GetSpecificationExtension

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

func (*Paths) ProtoMessage

func (*Paths) ProtoMessage()

func (*Paths) ProtoReflect

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

func (*Paths) Reset

func (x *Paths) Reset()

func (*Paths) String

func (x *Paths) String() string

func (*Paths) Validate

func (m *Paths) Validate() error

Validate checks the field values on Paths with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Paths) ValidateAll

func (m *Paths) ValidateAll() error

ValidateAll checks the field values on Paths with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PathsMultiError, or nil if none found.

type PathsMultiError

type PathsMultiError []error

PathsMultiError is an error wrapping multiple validation errors returned by Paths.ValidateAll() if the designated constraints aren't met.

func (PathsMultiError) AllErrors

func (m PathsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PathsMultiError) Error

func (m PathsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PathsValidationError

type PathsValidationError struct {
	// contains filtered or unexported fields
}

PathsValidationError is the validation error returned by Paths.Validate if the designated constraints aren't met.

func (PathsValidationError) Cause

func (e PathsValidationError) Cause() error

Cause function returns cause value.

func (PathsValidationError) Error

func (e PathsValidationError) Error() string

Error satisfies the builtin error interface

func (PathsValidationError) ErrorName

func (e PathsValidationError) ErrorName() string

ErrorName returns error name.

func (PathsValidationError) Field

func (e PathsValidationError) Field() string

Field function returns field value.

func (PathsValidationError) Key

func (e PathsValidationError) Key() bool

Key function returns key value.

func (PathsValidationError) Reason

func (e PathsValidationError) Reason() string

Reason function returns reason value.

type Properties

type Properties struct {
	AdditionalProperties []*NamedSchemaOrReference `protobuf:"bytes,1,rep,name=additional_properties,json=additionalProperties,proto3" json:"additional_properties,omitempty"`
	// contains filtered or unexported fields
}

func (*Properties) Descriptor deprecated

func (*Properties) Descriptor() ([]byte, []int)

Deprecated: Use Properties.ProtoReflect.Descriptor instead.

func (*Properties) GetAdditionalProperties

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

func (*Properties) ProtoMessage

func (*Properties) ProtoMessage()

func (*Properties) ProtoReflect

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

func (*Properties) Reset

func (x *Properties) Reset()

func (*Properties) String

func (x *Properties) String() string

func (*Properties) Validate

func (m *Properties) Validate() error

Validate checks the field values on Properties with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Properties) ValidateAll

func (m *Properties) ValidateAll() error

ValidateAll checks the field values on Properties with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PropertiesMultiError, or nil if none found.

type PropertiesMultiError

type PropertiesMultiError []error

PropertiesMultiError is an error wrapping multiple validation errors returned by Properties.ValidateAll() if the designated constraints aren't met.

func (PropertiesMultiError) AllErrors

func (m PropertiesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PropertiesMultiError) Error

func (m PropertiesMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PropertiesValidationError

type PropertiesValidationError struct {
	// contains filtered or unexported fields
}

PropertiesValidationError is the validation error returned by Properties.Validate if the designated constraints aren't met.

func (PropertiesValidationError) Cause

func (e PropertiesValidationError) Cause() error

Cause function returns cause value.

func (PropertiesValidationError) Error

Error satisfies the builtin error interface

func (PropertiesValidationError) ErrorName

func (e PropertiesValidationError) ErrorName() string

ErrorName returns error name.

func (PropertiesValidationError) Field

Field function returns field value.

func (PropertiesValidationError) Key

Key function returns key value.

func (PropertiesValidationError) Reason

func (e PropertiesValidationError) Reason() string

Reason function returns reason value.

type Reference

type Reference struct {
	XRef        string `protobuf:"bytes,1,opt,name=_ref,json=Ref,proto3" json:"_ref,omitempty"`
	Summary     string `protobuf:"bytes,2,opt,name=summary,proto3" json:"summary,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

A simple object to allow referencing other components in the specification, internally and externally. The Reference Object is defined by JSON Reference and follows the same structure, behavior and rules. For this specification, reference resolution is accomplished as defined by the JSON Reference specification and not by the JSON Schema specification.

func (*Reference) Descriptor deprecated

func (*Reference) Descriptor() ([]byte, []int)

Deprecated: Use Reference.ProtoReflect.Descriptor instead.

func (*Reference) GetDescription

func (x *Reference) GetDescription() string

func (*Reference) GetSummary

func (x *Reference) GetSummary() string

func (*Reference) GetXRef

func (x *Reference) GetXRef() string

func (*Reference) ProtoMessage

func (*Reference) ProtoMessage()

func (*Reference) ProtoReflect

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

func (*Reference) Reset

func (x *Reference) Reset()

func (*Reference) String

func (x *Reference) String() string

func (*Reference) Validate

func (m *Reference) Validate() error

Validate checks the field values on Reference with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Reference) ValidateAll

func (m *Reference) ValidateAll() error

ValidateAll checks the field values on Reference with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ReferenceMultiError, or nil if none found.

type ReferenceMultiError

type ReferenceMultiError []error

ReferenceMultiError is an error wrapping multiple validation errors returned by Reference.ValidateAll() if the designated constraints aren't met.

func (ReferenceMultiError) AllErrors

func (m ReferenceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ReferenceMultiError) Error

func (m ReferenceMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ReferenceValidationError

type ReferenceValidationError struct {
	// contains filtered or unexported fields
}

ReferenceValidationError is the validation error returned by Reference.Validate if the designated constraints aren't met.

func (ReferenceValidationError) Cause

func (e ReferenceValidationError) Cause() error

Cause function returns cause value.

func (ReferenceValidationError) Error

func (e ReferenceValidationError) Error() string

Error satisfies the builtin error interface

func (ReferenceValidationError) ErrorName

func (e ReferenceValidationError) ErrorName() string

ErrorName returns error name.

func (ReferenceValidationError) Field

func (e ReferenceValidationError) Field() string

Field function returns field value.

func (ReferenceValidationError) Key

Key function returns key value.

func (ReferenceValidationError) Reason

func (e ReferenceValidationError) Reason() string

Reason function returns reason value.

type RequestBodiesOrReferences

type RequestBodiesOrReferences struct {
	AdditionalProperties []*NamedRequestBodyOrReference `protobuf:"bytes,1,rep,name=additional_properties,json=additionalProperties,proto3" json:"additional_properties,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestBodiesOrReferences) Descriptor deprecated

func (*RequestBodiesOrReferences) Descriptor() ([]byte, []int)

Deprecated: Use RequestBodiesOrReferences.ProtoReflect.Descriptor instead.

func (*RequestBodiesOrReferences) GetAdditionalProperties

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

func (*RequestBodiesOrReferences) ProtoMessage

func (*RequestBodiesOrReferences) ProtoMessage()

func (*RequestBodiesOrReferences) ProtoReflect

func (*RequestBodiesOrReferences) Reset

func (x *RequestBodiesOrReferences) Reset()

func (*RequestBodiesOrReferences) String

func (x *RequestBodiesOrReferences) String() string

func (*RequestBodiesOrReferences) Validate

func (m *RequestBodiesOrReferences) Validate() error

Validate checks the field values on RequestBodiesOrReferences with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RequestBodiesOrReferences) ValidateAll

func (m *RequestBodiesOrReferences) ValidateAll() error

ValidateAll checks the field values on RequestBodiesOrReferences with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RequestBodiesOrReferencesMultiError, or nil if none found.

type RequestBodiesOrReferencesMultiError

type RequestBodiesOrReferencesMultiError []error

RequestBodiesOrReferencesMultiError is an error wrapping multiple validation errors returned by RequestBodiesOrReferences.ValidateAll() if the designated constraints aren't met.

func (RequestBodiesOrReferencesMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (RequestBodiesOrReferencesMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RequestBodiesOrReferencesValidationError

type RequestBodiesOrReferencesValidationError struct {
	// contains filtered or unexported fields
}

RequestBodiesOrReferencesValidationError is the validation error returned by RequestBodiesOrReferences.Validate if the designated constraints aren't met.

func (RequestBodiesOrReferencesValidationError) Cause

Cause function returns cause value.

func (RequestBodiesOrReferencesValidationError) Error

Error satisfies the builtin error interface

func (RequestBodiesOrReferencesValidationError) ErrorName

ErrorName returns error name.

func (RequestBodiesOrReferencesValidationError) Field

Field function returns field value.

func (RequestBodiesOrReferencesValidationError) Key

Key function returns key value.

func (RequestBodiesOrReferencesValidationError) Reason

Reason function returns reason value.

type RequestBody

type RequestBody struct {
	Description            string      `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
	Content                *MediaTypes `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
	Required               bool        `protobuf:"varint,3,opt,name=required,proto3" json:"required,omitempty"`
	SpecificationExtension []*NamedAny `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

Describes a single request body.

func (*RequestBody) Descriptor deprecated

func (*RequestBody) Descriptor() ([]byte, []int)

Deprecated: Use RequestBody.ProtoReflect.Descriptor instead.

func (*RequestBody) GetContent

func (x *RequestBody) GetContent() *MediaTypes

func (*RequestBody) GetDescription

func (x *RequestBody) GetDescription() string

func (*RequestBody) GetRequired

func (x *RequestBody) GetRequired() bool

func (*RequestBody) GetSpecificationExtension

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

func (*RequestBody) ProtoMessage

func (*RequestBody) ProtoMessage()

func (*RequestBody) ProtoReflect

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

func (*RequestBody) Reset

func (x *RequestBody) Reset()

func (*RequestBody) String

func (x *RequestBody) String() string

func (*RequestBody) Validate

func (m *RequestBody) Validate() error

Validate checks the field values on RequestBody with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RequestBody) ValidateAll

func (m *RequestBody) ValidateAll() error

ValidateAll checks the field values on RequestBody with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RequestBodyMultiError, or nil if none found.

type RequestBodyMultiError

type RequestBodyMultiError []error

RequestBodyMultiError is an error wrapping multiple validation errors returned by RequestBody.ValidateAll() if the designated constraints aren't met.

func (RequestBodyMultiError) AllErrors

func (m RequestBodyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RequestBodyMultiError) Error

func (m RequestBodyMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type RequestBodyOrReference

type RequestBodyOrReference struct {

	// Types that are assignable to Oneof:
	//
	//	*RequestBodyOrReference_RequestBody
	//	*RequestBodyOrReference_Reference
	Oneof isRequestBodyOrReference_Oneof `protobuf_oneof:"oneof"`
	// contains filtered or unexported fields
}

func (*RequestBodyOrReference) Descriptor deprecated

func (*RequestBodyOrReference) Descriptor() ([]byte, []int)

Deprecated: Use RequestBodyOrReference.ProtoReflect.Descriptor instead.

func (*RequestBodyOrReference) GetOneof

func (m *RequestBodyOrReference) GetOneof() isRequestBodyOrReference_Oneof

func (*RequestBodyOrReference) GetReference

func (x *RequestBodyOrReference) GetReference() *Reference

func (*RequestBodyOrReference) GetRequestBody

func (x *RequestBodyOrReference) GetRequestBody() *RequestBody

func (*RequestBodyOrReference) ProtoMessage

func (*RequestBodyOrReference) ProtoMessage()

func (*RequestBodyOrReference) ProtoReflect

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

func (*RequestBodyOrReference) Reset

func (x *RequestBodyOrReference) Reset()

func (*RequestBodyOrReference) String

func (x *RequestBodyOrReference) String() string

func (*RequestBodyOrReference) Validate

func (m *RequestBodyOrReference) Validate() error

Validate checks the field values on RequestBodyOrReference with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RequestBodyOrReference) ValidateAll

func (m *RequestBodyOrReference) ValidateAll() error

ValidateAll checks the field values on RequestBodyOrReference with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RequestBodyOrReferenceMultiError, or nil if none found.

type RequestBodyOrReferenceMultiError

type RequestBodyOrReferenceMultiError []error

RequestBodyOrReferenceMultiError is an error wrapping multiple validation errors returned by RequestBodyOrReference.ValidateAll() if the designated constraints aren't met.

func (RequestBodyOrReferenceMultiError) AllErrors

func (m RequestBodyOrReferenceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RequestBodyOrReferenceMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RequestBodyOrReferenceValidationError

type RequestBodyOrReferenceValidationError struct {
	// contains filtered or unexported fields
}

RequestBodyOrReferenceValidationError is the validation error returned by RequestBodyOrReference.Validate if the designated constraints aren't met.

func (RequestBodyOrReferenceValidationError) Cause

Cause function returns cause value.

func (RequestBodyOrReferenceValidationError) Error

Error satisfies the builtin error interface

func (RequestBodyOrReferenceValidationError) ErrorName

ErrorName returns error name.

func (RequestBodyOrReferenceValidationError) Field

Field function returns field value.

func (RequestBodyOrReferenceValidationError) Key

Key function returns key value.

func (RequestBodyOrReferenceValidationError) Reason

Reason function returns reason value.

type RequestBodyOrReference_Reference

type RequestBodyOrReference_Reference struct {
	Reference *Reference `protobuf:"bytes,2,opt,name=reference,proto3,oneof"`
}

type RequestBodyOrReference_RequestBody

type RequestBodyOrReference_RequestBody struct {
	RequestBody *RequestBody `protobuf:"bytes,1,opt,name=request_body,json=requestBody,proto3,oneof"`
}

type RequestBodyValidationError

type RequestBodyValidationError struct {
	// contains filtered or unexported fields
}

RequestBodyValidationError is the validation error returned by RequestBody.Validate if the designated constraints aren't met.

func (RequestBodyValidationError) Cause

Cause function returns cause value.

func (RequestBodyValidationError) Error

Error satisfies the builtin error interface

func (RequestBodyValidationError) ErrorName

func (e RequestBodyValidationError) ErrorName() string

ErrorName returns error name.

func (RequestBodyValidationError) Field

Field function returns field value.

func (RequestBodyValidationError) Key

Key function returns key value.

func (RequestBodyValidationError) Reason

Reason function returns reason value.

type Response

type Response struct {
	Description            string               `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
	Headers                *HeadersOrReferences `protobuf:"bytes,2,opt,name=headers,proto3" json:"headers,omitempty"`
	Content                *MediaTypes          `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
	Links                  *LinksOrReferences   `protobuf:"bytes,4,opt,name=links,proto3" json:"links,omitempty"`
	SpecificationExtension []*NamedAny          `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

Describes a single response from an API Operation, including design-time, static `links` to operations based on the response.

func (*Response) Descriptor deprecated

func (*Response) Descriptor() ([]byte, []int)

Deprecated: Use Response.ProtoReflect.Descriptor instead.

func (*Response) GetContent

func (x *Response) GetContent() *MediaTypes

func (*Response) GetDescription

func (x *Response) GetDescription() string

func (*Response) GetHeaders

func (x *Response) GetHeaders() *HeadersOrReferences
func (x *Response) GetLinks() *LinksOrReferences

func (*Response) GetSpecificationExtension

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

func (*Response) ProtoMessage

func (*Response) ProtoMessage()

func (*Response) ProtoReflect

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

func (*Response) Reset

func (x *Response) Reset()

func (*Response) String

func (x *Response) String() string

func (*Response) Validate

func (m *Response) Validate() error

Validate checks the field values on Response with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Response) ValidateAll

func (m *Response) ValidateAll() error

ValidateAll checks the field values on Response with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ResponseMultiError, or nil if none found.

type ResponseMultiError

type ResponseMultiError []error

ResponseMultiError is an error wrapping multiple validation errors returned by Response.ValidateAll() if the designated constraints aren't met.

func (ResponseMultiError) AllErrors

func (m ResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResponseMultiError) Error

func (m ResponseMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ResponseOrReference

type ResponseOrReference struct {

	// Types that are assignable to Oneof:
	//
	//	*ResponseOrReference_Response
	//	*ResponseOrReference_Reference
	Oneof isResponseOrReference_Oneof `protobuf_oneof:"oneof"`
	// contains filtered or unexported fields
}

func (*ResponseOrReference) Descriptor deprecated

func (*ResponseOrReference) Descriptor() ([]byte, []int)

Deprecated: Use ResponseOrReference.ProtoReflect.Descriptor instead.

func (*ResponseOrReference) GetOneof

func (m *ResponseOrReference) GetOneof() isResponseOrReference_Oneof

func (*ResponseOrReference) GetReference

func (x *ResponseOrReference) GetReference() *Reference

func (*ResponseOrReference) GetResponse

func (x *ResponseOrReference) GetResponse() *Response

func (*ResponseOrReference) ProtoMessage

func (*ResponseOrReference) ProtoMessage()

func (*ResponseOrReference) ProtoReflect

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

func (*ResponseOrReference) Reset

func (x *ResponseOrReference) Reset()

func (*ResponseOrReference) String

func (x *ResponseOrReference) String() string

func (*ResponseOrReference) Validate

func (m *ResponseOrReference) Validate() error

Validate checks the field values on ResponseOrReference with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ResponseOrReference) ValidateAll

func (m *ResponseOrReference) ValidateAll() error

ValidateAll checks the field values on ResponseOrReference with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ResponseOrReferenceMultiError, or nil if none found.

type ResponseOrReferenceMultiError

type ResponseOrReferenceMultiError []error

ResponseOrReferenceMultiError is an error wrapping multiple validation errors returned by ResponseOrReference.ValidateAll() if the designated constraints aren't met.

func (ResponseOrReferenceMultiError) AllErrors

func (m ResponseOrReferenceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResponseOrReferenceMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ResponseOrReferenceValidationError

type ResponseOrReferenceValidationError struct {
	// contains filtered or unexported fields
}

ResponseOrReferenceValidationError is the validation error returned by ResponseOrReference.Validate if the designated constraints aren't met.

func (ResponseOrReferenceValidationError) Cause

Cause function returns cause value.

func (ResponseOrReferenceValidationError) Error

Error satisfies the builtin error interface

func (ResponseOrReferenceValidationError) ErrorName

ErrorName returns error name.

func (ResponseOrReferenceValidationError) Field

Field function returns field value.

func (ResponseOrReferenceValidationError) Key

Key function returns key value.

func (ResponseOrReferenceValidationError) Reason

Reason function returns reason value.

type ResponseOrReference_Reference

type ResponseOrReference_Reference struct {
	Reference *Reference `protobuf:"bytes,2,opt,name=reference,proto3,oneof"`
}

type ResponseOrReference_Response

type ResponseOrReference_Response struct {
	Response *Response `protobuf:"bytes,1,opt,name=response,proto3,oneof"`
}

type ResponseValidationError

type ResponseValidationError struct {
	// contains filtered or unexported fields
}

ResponseValidationError is the validation error returned by Response.Validate if the designated constraints aren't met.

func (ResponseValidationError) Cause

func (e ResponseValidationError) Cause() error

Cause function returns cause value.

func (ResponseValidationError) Error

func (e ResponseValidationError) Error() string

Error satisfies the builtin error interface

func (ResponseValidationError) ErrorName

func (e ResponseValidationError) ErrorName() string

ErrorName returns error name.

func (ResponseValidationError) Field

func (e ResponseValidationError) Field() string

Field function returns field value.

func (ResponseValidationError) Key

func (e ResponseValidationError) Key() bool

Key function returns key value.

func (ResponseValidationError) Reason

func (e ResponseValidationError) Reason() string

Reason function returns reason value.

type Responses

type Responses struct {
	Default                *ResponseOrReference        `protobuf:"bytes,1,opt,name=default,proto3" json:"default,omitempty"`
	ResponseOrReference    []*NamedResponseOrReference `protobuf:"bytes,2,rep,name=response_or_reference,json=responseOrReference,proto3" json:"response_or_reference,omitempty"`
	SpecificationExtension []*NamedAny                 `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

A container for the expected responses of an operation. The container maps a HTTP response code to the expected response. The documentation is not necessarily expected to cover all possible HTTP response codes because they may not be known in advance. However, documentation is expected to cover a successful operation response and any known errors. The `default` MAY be used as a default response object for all HTTP codes that are not covered individually by the specification. The `Responses Object` MUST contain at least one response code, and it SHOULD be the response for a successful operation call.

func (*Responses) Descriptor deprecated

func (*Responses) Descriptor() ([]byte, []int)

Deprecated: Use Responses.ProtoReflect.Descriptor instead.

func (*Responses) GetDefault

func (x *Responses) GetDefault() *ResponseOrReference

func (*Responses) GetResponseOrReference

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

func (*Responses) GetSpecificationExtension

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

func (*Responses) ProtoMessage

func (*Responses) ProtoMessage()

func (*Responses) ProtoReflect

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

func (*Responses) Reset

func (x *Responses) Reset()

func (*Responses) String

func (x *Responses) String() string

func (*Responses) Validate

func (m *Responses) Validate() error

Validate checks the field values on Responses with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Responses) ValidateAll

func (m *Responses) ValidateAll() error

ValidateAll checks the field values on Responses with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ResponsesMultiError, or nil if none found.

type ResponsesMultiError

type ResponsesMultiError []error

ResponsesMultiError is an error wrapping multiple validation errors returned by Responses.ValidateAll() if the designated constraints aren't met.

func (ResponsesMultiError) AllErrors

func (m ResponsesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResponsesMultiError) Error

func (m ResponsesMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ResponsesOrReferences

type ResponsesOrReferences struct {
	AdditionalProperties []*NamedResponseOrReference `protobuf:"bytes,1,rep,name=additional_properties,json=additionalProperties,proto3" json:"additional_properties,omitempty"`
	// contains filtered or unexported fields
}

func (*ResponsesOrReferences) Descriptor deprecated

func (*ResponsesOrReferences) Descriptor() ([]byte, []int)

Deprecated: Use ResponsesOrReferences.ProtoReflect.Descriptor instead.

func (*ResponsesOrReferences) GetAdditionalProperties

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

func (*ResponsesOrReferences) ProtoMessage

func (*ResponsesOrReferences) ProtoMessage()

func (*ResponsesOrReferences) ProtoReflect

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

func (*ResponsesOrReferences) Reset

func (x *ResponsesOrReferences) Reset()

func (*ResponsesOrReferences) String

func (x *ResponsesOrReferences) String() string

func (*ResponsesOrReferences) Validate

func (m *ResponsesOrReferences) Validate() error

Validate checks the field values on ResponsesOrReferences with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ResponsesOrReferences) ValidateAll

func (m *ResponsesOrReferences) ValidateAll() error

ValidateAll checks the field values on ResponsesOrReferences with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ResponsesOrReferencesMultiError, or nil if none found.

type ResponsesOrReferencesMultiError

type ResponsesOrReferencesMultiError []error

ResponsesOrReferencesMultiError is an error wrapping multiple validation errors returned by ResponsesOrReferences.ValidateAll() if the designated constraints aren't met.

func (ResponsesOrReferencesMultiError) AllErrors

func (m ResponsesOrReferencesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResponsesOrReferencesMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ResponsesOrReferencesValidationError

type ResponsesOrReferencesValidationError struct {
	// contains filtered or unexported fields
}

ResponsesOrReferencesValidationError is the validation error returned by ResponsesOrReferences.Validate if the designated constraints aren't met.

func (ResponsesOrReferencesValidationError) Cause

Cause function returns cause value.

func (ResponsesOrReferencesValidationError) Error

Error satisfies the builtin error interface

func (ResponsesOrReferencesValidationError) ErrorName

ErrorName returns error name.

func (ResponsesOrReferencesValidationError) Field

Field function returns field value.

func (ResponsesOrReferencesValidationError) Key

Key function returns key value.

func (ResponsesOrReferencesValidationError) Reason

Reason function returns reason value.

type ResponsesValidationError

type ResponsesValidationError struct {
	// contains filtered or unexported fields
}

ResponsesValidationError is the validation error returned by Responses.Validate if the designated constraints aren't met.

func (ResponsesValidationError) Cause

func (e ResponsesValidationError) Cause() error

Cause function returns cause value.

func (ResponsesValidationError) Error

func (e ResponsesValidationError) Error() string

Error satisfies the builtin error interface

func (ResponsesValidationError) ErrorName

func (e ResponsesValidationError) ErrorName() string

ErrorName returns error name.

func (ResponsesValidationError) Field

func (e ResponsesValidationError) Field() string

Field function returns field value.

func (ResponsesValidationError) Key

Key function returns key value.

func (ResponsesValidationError) Reason

func (e ResponsesValidationError) Reason() string

Reason function returns reason value.

type Schema

type Schema struct {
	Nullable               bool                      `protobuf:"varint,1,opt,name=nullable,proto3" json:"nullable,omitempty"`
	Discriminator          *Discriminator            `protobuf:"bytes,2,opt,name=discriminator,proto3" json:"discriminator,omitempty"`
	ReadOnly               bool                      `protobuf:"varint,3,opt,name=read_only,json=readOnly,proto3" json:"read_only,omitempty"`
	WriteOnly              bool                      `protobuf:"varint,4,opt,name=write_only,json=writeOnly,proto3" json:"write_only,omitempty"`
	Xml                    *Xml                      `protobuf:"bytes,5,opt,name=xml,proto3" json:"xml,omitempty"`
	ExternalDocs           *ExternalDocs             `protobuf:"bytes,6,opt,name=external_docs,json=externalDocs,proto3" json:"external_docs,omitempty"`
	Example                *Any                      `protobuf:"bytes,7,opt,name=example,proto3" json:"example,omitempty"`
	Deprecated             bool                      `protobuf:"varint,8,opt,name=deprecated,proto3" json:"deprecated,omitempty"`
	Title                  string                    `protobuf:"bytes,9,opt,name=title,proto3" json:"title,omitempty"`
	MultipleOf             float64                   `protobuf:"fixed64,10,opt,name=multiple_of,json=multipleOf,proto3" json:"multiple_of,omitempty"`
	Maximum                float64                   `protobuf:"fixed64,11,opt,name=maximum,proto3" json:"maximum,omitempty"`
	ExclusiveMaximum       bool                      `protobuf:"varint,12,opt,name=exclusive_maximum,json=exclusiveMaximum,proto3" json:"exclusive_maximum,omitempty"`
	Minimum                float64                   `protobuf:"fixed64,13,opt,name=minimum,proto3" json:"minimum,omitempty"`
	ExclusiveMinimum       bool                      `protobuf:"varint,14,opt,name=exclusive_minimum,json=exclusiveMinimum,proto3" json:"exclusive_minimum,omitempty"`
	MaxLength              int64                     `protobuf:"varint,15,opt,name=max_length,json=maxLength,proto3" json:"max_length,omitempty"`
	MinLength              int64                     `protobuf:"varint,16,opt,name=min_length,json=minLength,proto3" json:"min_length,omitempty"`
	Pattern                string                    `protobuf:"bytes,17,opt,name=pattern,proto3" json:"pattern,omitempty"`
	MaxItems               int64                     `protobuf:"varint,18,opt,name=max_items,json=maxItems,proto3" json:"max_items,omitempty"`
	MinItems               int64                     `protobuf:"varint,19,opt,name=min_items,json=minItems,proto3" json:"min_items,omitempty"`
	UniqueItems            bool                      `protobuf:"varint,20,opt,name=unique_items,json=uniqueItems,proto3" json:"unique_items,omitempty"`
	MaxProperties          int64                     `protobuf:"varint,21,opt,name=max_properties,json=maxProperties,proto3" json:"max_properties,omitempty"`
	MinProperties          int64                     `protobuf:"varint,22,opt,name=min_properties,json=minProperties,proto3" json:"min_properties,omitempty"`
	Required               []string                  `protobuf:"bytes,23,rep,name=required,proto3" json:"required,omitempty"`
	Enum                   []*Any                    `protobuf:"bytes,24,rep,name=enum,proto3" json:"enum,omitempty"`
	Type                   string                    `protobuf:"bytes,25,opt,name=type,proto3" json:"type,omitempty"`
	AllOf                  []*SchemaOrReference      `protobuf:"bytes,26,rep,name=all_of,json=allOf,proto3" json:"all_of,omitempty"`
	OneOf                  []*SchemaOrReference      `protobuf:"bytes,27,rep,name=one_of,json=oneOf,proto3" json:"one_of,omitempty"`
	AnyOf                  []*SchemaOrReference      `protobuf:"bytes,28,rep,name=any_of,json=anyOf,proto3" json:"any_of,omitempty"`
	Not                    *Schema                   `protobuf:"bytes,29,opt,name=not,proto3" json:"not,omitempty"`
	Items                  *ItemsItem                `protobuf:"bytes,30,opt,name=items,proto3" json:"items,omitempty"`
	Properties             *Properties               `protobuf:"bytes,31,opt,name=properties,proto3" json:"properties,omitempty"`
	AdditionalProperties   *AdditionalPropertiesItem `protobuf:"bytes,32,opt,name=additional_properties,json=additionalProperties,proto3" json:"additional_properties,omitempty"`
	Default                *DefaultType              `protobuf:"bytes,33,opt,name=default,proto3" json:"default,omitempty"`
	Description            string                    `protobuf:"bytes,34,opt,name=description,proto3" json:"description,omitempty"`
	Format                 string                    `protobuf:"bytes,35,opt,name=format,proto3" json:"format,omitempty"`
	SpecificationExtension []*NamedAny               `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

The Schema Object allows the definition of input and output data types. These types can be objects, but also primitives and arrays. This object is an extended subset of the JSON Schema Specification Wright Draft 00. For more information about the properties, see JSON Schema Core and JSON Schema Validation. Unless stated otherwise, the property definitions follow the JSON Schema.

func (*Schema) Descriptor deprecated

func (*Schema) Descriptor() ([]byte, []int)

Deprecated: Use Schema.ProtoReflect.Descriptor instead.

func (*Schema) GetAdditionalProperties

func (x *Schema) GetAdditionalProperties() *AdditionalPropertiesItem

func (*Schema) GetAllOf

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

func (*Schema) GetAnyOf

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

func (*Schema) GetDefault

func (x *Schema) GetDefault() *DefaultType

func (*Schema) GetDeprecated

func (x *Schema) GetDeprecated() bool

func (*Schema) GetDescription

func (x *Schema) GetDescription() string

func (*Schema) GetDiscriminator

func (x *Schema) GetDiscriminator() *Discriminator

func (*Schema) GetEnum

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

func (*Schema) GetExample

func (x *Schema) GetExample() *Any

func (*Schema) GetExclusiveMaximum

func (x *Schema) GetExclusiveMaximum() bool

func (*Schema) GetExclusiveMinimum

func (x *Schema) GetExclusiveMinimum() bool

func (*Schema) GetExternalDocs

func (x *Schema) GetExternalDocs() *ExternalDocs

func (*Schema) GetFormat

func (x *Schema) GetFormat() string

func (*Schema) GetItems

func (x *Schema) GetItems() *ItemsItem

func (*Schema) GetMaxItems

func (x *Schema) GetMaxItems() int64

func (*Schema) GetMaxLength

func (x *Schema) GetMaxLength() int64

func (*Schema) GetMaxProperties

func (x *Schema) GetMaxProperties() int64

func (*Schema) GetMaximum

func (x *Schema) GetMaximum() float64

func (*Schema) GetMinItems

func (x *Schema) GetMinItems() int64

func (*Schema) GetMinLength

func (x *Schema) GetMinLength() int64

func (*Schema) GetMinProperties

func (x *Schema) GetMinProperties() int64

func (*Schema) GetMinimum

func (x *Schema) GetMinimum() float64

func (*Schema) GetMultipleOf

func (x *Schema) GetMultipleOf() float64

func (*Schema) GetNot

func (x *Schema) GetNot() *Schema

func (*Schema) GetNullable

func (x *Schema) GetNullable() bool

func (*Schema) GetOneOf

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

func (*Schema) GetPattern

func (x *Schema) GetPattern() string

func (*Schema) GetProperties

func (x *Schema) GetProperties() *Properties

func (*Schema) GetReadOnly

func (x *Schema) GetReadOnly() bool

func (*Schema) GetRequired

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

func (*Schema) GetSpecificationExtension

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

func (*Schema) GetTitle

func (x *Schema) GetTitle() string

func (*Schema) GetType

func (x *Schema) GetType() string

func (*Schema) GetUniqueItems

func (x *Schema) GetUniqueItems() bool

func (*Schema) GetWriteOnly

func (x *Schema) GetWriteOnly() bool

func (*Schema) GetXml

func (x *Schema) GetXml() *Xml

func (*Schema) ProtoMessage

func (*Schema) ProtoMessage()

func (*Schema) ProtoReflect

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

func (*Schema) Reset

func (x *Schema) Reset()

func (*Schema) String

func (x *Schema) String() string

func (*Schema) Validate

func (m *Schema) Validate() error

Validate checks the field values on Schema with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Schema) ValidateAll

func (m *Schema) ValidateAll() error

ValidateAll checks the field values on Schema with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SchemaMultiError, or nil if none found.

type SchemaMultiError

type SchemaMultiError []error

SchemaMultiError is an error wrapping multiple validation errors returned by Schema.ValidateAll() if the designated constraints aren't met.

func (SchemaMultiError) AllErrors

func (m SchemaMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SchemaMultiError) Error

func (m SchemaMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type SchemaOrReference

type SchemaOrReference struct {

	// Types that are assignable to Oneof:
	//
	//	*SchemaOrReference_Schema
	//	*SchemaOrReference_Reference
	Oneof isSchemaOrReference_Oneof `protobuf_oneof:"oneof"`
	// contains filtered or unexported fields
}

func (*SchemaOrReference) Descriptor deprecated

func (*SchemaOrReference) Descriptor() ([]byte, []int)

Deprecated: Use SchemaOrReference.ProtoReflect.Descriptor instead.

func (*SchemaOrReference) GetOneof

func (m *SchemaOrReference) GetOneof() isSchemaOrReference_Oneof

func (*SchemaOrReference) GetReference

func (x *SchemaOrReference) GetReference() *Reference

func (*SchemaOrReference) GetSchema

func (x *SchemaOrReference) GetSchema() *Schema

func (*SchemaOrReference) ProtoMessage

func (*SchemaOrReference) ProtoMessage()

func (*SchemaOrReference) ProtoReflect

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

func (*SchemaOrReference) Reset

func (x *SchemaOrReference) Reset()

func (*SchemaOrReference) String

func (x *SchemaOrReference) String() string

func (*SchemaOrReference) Validate

func (m *SchemaOrReference) Validate() error

Validate checks the field values on SchemaOrReference with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SchemaOrReference) ValidateAll

func (m *SchemaOrReference) ValidateAll() error

ValidateAll checks the field values on SchemaOrReference with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SchemaOrReferenceMultiError, or nil if none found.

type SchemaOrReferenceMultiError

type SchemaOrReferenceMultiError []error

SchemaOrReferenceMultiError is an error wrapping multiple validation errors returned by SchemaOrReference.ValidateAll() if the designated constraints aren't met.

func (SchemaOrReferenceMultiError) AllErrors

func (m SchemaOrReferenceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SchemaOrReferenceMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SchemaOrReferenceValidationError

type SchemaOrReferenceValidationError struct {
	// contains filtered or unexported fields
}

SchemaOrReferenceValidationError is the validation error returned by SchemaOrReference.Validate if the designated constraints aren't met.

func (SchemaOrReferenceValidationError) Cause

Cause function returns cause value.

func (SchemaOrReferenceValidationError) Error

Error satisfies the builtin error interface

func (SchemaOrReferenceValidationError) ErrorName

ErrorName returns error name.

func (SchemaOrReferenceValidationError) Field

Field function returns field value.

func (SchemaOrReferenceValidationError) Key

Key function returns key value.

func (SchemaOrReferenceValidationError) Reason

Reason function returns reason value.

type SchemaOrReference_Reference

type SchemaOrReference_Reference struct {
	Reference *Reference `protobuf:"bytes,2,opt,name=reference,proto3,oneof"`
}

type SchemaOrReference_Schema

type SchemaOrReference_Schema struct {
	Schema *Schema `protobuf:"bytes,1,opt,name=schema,proto3,oneof"`
}

type SchemaValidationError

type SchemaValidationError struct {
	// contains filtered or unexported fields
}

SchemaValidationError is the validation error returned by Schema.Validate if the designated constraints aren't met.

func (SchemaValidationError) Cause

func (e SchemaValidationError) Cause() error

Cause function returns cause value.

func (SchemaValidationError) Error

func (e SchemaValidationError) Error() string

Error satisfies the builtin error interface

func (SchemaValidationError) ErrorName

func (e SchemaValidationError) ErrorName() string

ErrorName returns error name.

func (SchemaValidationError) Field

func (e SchemaValidationError) Field() string

Field function returns field value.

func (SchemaValidationError) Key

func (e SchemaValidationError) Key() bool

Key function returns key value.

func (SchemaValidationError) Reason

func (e SchemaValidationError) Reason() string

Reason function returns reason value.

type SchemasOrReferences

type SchemasOrReferences struct {
	AdditionalProperties []*NamedSchemaOrReference `protobuf:"bytes,1,rep,name=additional_properties,json=additionalProperties,proto3" json:"additional_properties,omitempty"`
	// contains filtered or unexported fields
}

func (*SchemasOrReferences) Descriptor deprecated

func (*SchemasOrReferences) Descriptor() ([]byte, []int)

Deprecated: Use SchemasOrReferences.ProtoReflect.Descriptor instead.

func (*SchemasOrReferences) GetAdditionalProperties

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

func (*SchemasOrReferences) ProtoMessage

func (*SchemasOrReferences) ProtoMessage()

func (*SchemasOrReferences) ProtoReflect

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

func (*SchemasOrReferences) Reset

func (x *SchemasOrReferences) Reset()

func (*SchemasOrReferences) String

func (x *SchemasOrReferences) String() string

func (*SchemasOrReferences) Validate

func (m *SchemasOrReferences) Validate() error

Validate checks the field values on SchemasOrReferences with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SchemasOrReferences) ValidateAll

func (m *SchemasOrReferences) ValidateAll() error

ValidateAll checks the field values on SchemasOrReferences with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SchemasOrReferencesMultiError, or nil if none found.

type SchemasOrReferencesMultiError

type SchemasOrReferencesMultiError []error

SchemasOrReferencesMultiError is an error wrapping multiple validation errors returned by SchemasOrReferences.ValidateAll() if the designated constraints aren't met.

func (SchemasOrReferencesMultiError) AllErrors

func (m SchemasOrReferencesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SchemasOrReferencesMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SchemasOrReferencesValidationError

type SchemasOrReferencesValidationError struct {
	// contains filtered or unexported fields
}

SchemasOrReferencesValidationError is the validation error returned by SchemasOrReferences.Validate if the designated constraints aren't met.

func (SchemasOrReferencesValidationError) Cause

Cause function returns cause value.

func (SchemasOrReferencesValidationError) Error

Error satisfies the builtin error interface

func (SchemasOrReferencesValidationError) ErrorName

ErrorName returns error name.

func (SchemasOrReferencesValidationError) Field

Field function returns field value.

func (SchemasOrReferencesValidationError) Key

Key function returns key value.

func (SchemasOrReferencesValidationError) Reason

Reason function returns reason value.

type SecurityRequirement

type SecurityRequirement struct {
	AdditionalProperties []*NamedStringArray `protobuf:"bytes,1,rep,name=additional_properties,json=additionalProperties,proto3" json:"additional_properties,omitempty"`
	// contains filtered or unexported fields
}

Lists the required security schemes to execute this operation. The name used for each property MUST correspond to a security scheme declared in the Security Schemes under the Components Object. Security Requirement Objects that contain multiple schemes require that all schemes MUST be satisfied for a request to be authorized. This enables support for scenarios where multiple query parameters or HTTP headers are required to convey security information. When a list of Security Requirement Objects is defined on the OpenAPI Object or Operation Object, only one of the Security Requirement Objects in the list needs to be satisfied to authorize the request.

func (*SecurityRequirement) Descriptor deprecated

func (*SecurityRequirement) Descriptor() ([]byte, []int)

Deprecated: Use SecurityRequirement.ProtoReflect.Descriptor instead.

func (*SecurityRequirement) GetAdditionalProperties

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

func (*SecurityRequirement) ProtoMessage

func (*SecurityRequirement) ProtoMessage()

func (*SecurityRequirement) ProtoReflect

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

func (*SecurityRequirement) Reset

func (x *SecurityRequirement) Reset()

func (*SecurityRequirement) String

func (x *SecurityRequirement) String() string

func (*SecurityRequirement) Validate

func (m *SecurityRequirement) Validate() error

Validate checks the field values on SecurityRequirement with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SecurityRequirement) ValidateAll

func (m *SecurityRequirement) ValidateAll() error

ValidateAll checks the field values on SecurityRequirement with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SecurityRequirementMultiError, or nil if none found.

type SecurityRequirementMultiError

type SecurityRequirementMultiError []error

SecurityRequirementMultiError is an error wrapping multiple validation errors returned by SecurityRequirement.ValidateAll() if the designated constraints aren't met.

func (SecurityRequirementMultiError) AllErrors

func (m SecurityRequirementMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SecurityRequirementMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SecurityRequirementValidationError

type SecurityRequirementValidationError struct {
	// contains filtered or unexported fields
}

SecurityRequirementValidationError is the validation error returned by SecurityRequirement.Validate if the designated constraints aren't met.

func (SecurityRequirementValidationError) Cause

Cause function returns cause value.

func (SecurityRequirementValidationError) Error

Error satisfies the builtin error interface

func (SecurityRequirementValidationError) ErrorName

ErrorName returns error name.

func (SecurityRequirementValidationError) Field

Field function returns field value.

func (SecurityRequirementValidationError) Key

Key function returns key value.

func (SecurityRequirementValidationError) Reason

Reason function returns reason value.

type SecurityScheme

type SecurityScheme struct {
	Type                   string      `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Description            string      `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Name                   string      `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	In                     string      `protobuf:"bytes,4,opt,name=in,proto3" json:"in,omitempty"`
	Scheme                 string      `protobuf:"bytes,5,opt,name=scheme,proto3" json:"scheme,omitempty"`
	BearerFormat           string      `protobuf:"bytes,6,opt,name=bearer_format,json=bearerFormat,proto3" json:"bearer_format,omitempty"`
	Flows                  *OauthFlows `protobuf:"bytes,7,opt,name=flows,proto3" json:"flows,omitempty"`
	OpenIdConnectUrl       string      `protobuf:"bytes,8,opt,name=open_id_connect_url,json=openIdConnectUrl,proto3" json:"open_id_connect_url,omitempty"`
	SpecificationExtension []*NamedAny `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

Defines a security scheme that can be used by the operations. Supported schemes are HTTP authentication, an API key (either as a header, a cookie parameter or as a query parameter), mutual TLS (use of a client certificate), OAuth2's common flows (implicit, password, application and access code) as defined in RFC6749, and OpenID Connect. Please note that currently (2019) the implicit flow is about to be deprecated OAuth 2.0 Security Best Current Practice. Recommended for most use case is Authorization Code Grant flow with PKCE.

func (*SecurityScheme) Descriptor deprecated

func (*SecurityScheme) Descriptor() ([]byte, []int)

Deprecated: Use SecurityScheme.ProtoReflect.Descriptor instead.

func (*SecurityScheme) GetBearerFormat

func (x *SecurityScheme) GetBearerFormat() string

func (*SecurityScheme) GetDescription

func (x *SecurityScheme) GetDescription() string

func (*SecurityScheme) GetFlows

func (x *SecurityScheme) GetFlows() *OauthFlows

func (*SecurityScheme) GetIn

func (x *SecurityScheme) GetIn() string

func (*SecurityScheme) GetName

func (x *SecurityScheme) GetName() string

func (*SecurityScheme) GetOpenIdConnectUrl

func (x *SecurityScheme) GetOpenIdConnectUrl() string

func (*SecurityScheme) GetScheme

func (x *SecurityScheme) GetScheme() string

func (*SecurityScheme) GetSpecificationExtension

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

func (*SecurityScheme) GetType

func (x *SecurityScheme) GetType() string

func (*SecurityScheme) ProtoMessage

func (*SecurityScheme) ProtoMessage()

func (*SecurityScheme) ProtoReflect

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

func (*SecurityScheme) Reset

func (x *SecurityScheme) Reset()

func (*SecurityScheme) String

func (x *SecurityScheme) String() string

func (*SecurityScheme) Validate

func (m *SecurityScheme) Validate() error

Validate checks the field values on SecurityScheme with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SecurityScheme) ValidateAll

func (m *SecurityScheme) ValidateAll() error

ValidateAll checks the field values on SecurityScheme with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SecuritySchemeMultiError, or nil if none found.

type SecuritySchemeMultiError

type SecuritySchemeMultiError []error

SecuritySchemeMultiError is an error wrapping multiple validation errors returned by SecurityScheme.ValidateAll() if the designated constraints aren't met.

func (SecuritySchemeMultiError) AllErrors

func (m SecuritySchemeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SecuritySchemeMultiError) Error

func (m SecuritySchemeMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type SecuritySchemeOrReference

type SecuritySchemeOrReference struct {

	// Types that are assignable to Oneof:
	//
	//	*SecuritySchemeOrReference_SecurityScheme
	//	*SecuritySchemeOrReference_Reference
	Oneof isSecuritySchemeOrReference_Oneof `protobuf_oneof:"oneof"`
	// contains filtered or unexported fields
}

func (*SecuritySchemeOrReference) Descriptor deprecated

func (*SecuritySchemeOrReference) Descriptor() ([]byte, []int)

Deprecated: Use SecuritySchemeOrReference.ProtoReflect.Descriptor instead.

func (*SecuritySchemeOrReference) GetOneof

func (m *SecuritySchemeOrReference) GetOneof() isSecuritySchemeOrReference_Oneof

func (*SecuritySchemeOrReference) GetReference

func (x *SecuritySchemeOrReference) GetReference() *Reference

func (*SecuritySchemeOrReference) GetSecurityScheme

func (x *SecuritySchemeOrReference) GetSecurityScheme() *SecurityScheme

func (*SecuritySchemeOrReference) ProtoMessage

func (*SecuritySchemeOrReference) ProtoMessage()

func (*SecuritySchemeOrReference) ProtoReflect

func (*SecuritySchemeOrReference) Reset

func (x *SecuritySchemeOrReference) Reset()

func (*SecuritySchemeOrReference) String

func (x *SecuritySchemeOrReference) String() string

func (*SecuritySchemeOrReference) Validate

func (m *SecuritySchemeOrReference) Validate() error

Validate checks the field values on SecuritySchemeOrReference with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SecuritySchemeOrReference) ValidateAll

func (m *SecuritySchemeOrReference) ValidateAll() error

ValidateAll checks the field values on SecuritySchemeOrReference with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SecuritySchemeOrReferenceMultiError, or nil if none found.

type SecuritySchemeOrReferenceMultiError

type SecuritySchemeOrReferenceMultiError []error

SecuritySchemeOrReferenceMultiError is an error wrapping multiple validation errors returned by SecuritySchemeOrReference.ValidateAll() if the designated constraints aren't met.

func (SecuritySchemeOrReferenceMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SecuritySchemeOrReferenceMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SecuritySchemeOrReferenceValidationError

type SecuritySchemeOrReferenceValidationError struct {
	// contains filtered or unexported fields
}

SecuritySchemeOrReferenceValidationError is the validation error returned by SecuritySchemeOrReference.Validate if the designated constraints aren't met.

func (SecuritySchemeOrReferenceValidationError) Cause

Cause function returns cause value.

func (SecuritySchemeOrReferenceValidationError) Error

Error satisfies the builtin error interface

func (SecuritySchemeOrReferenceValidationError) ErrorName

ErrorName returns error name.

func (SecuritySchemeOrReferenceValidationError) Field

Field function returns field value.

func (SecuritySchemeOrReferenceValidationError) Key

Key function returns key value.

func (SecuritySchemeOrReferenceValidationError) Reason

Reason function returns reason value.

type SecuritySchemeOrReference_Reference

type SecuritySchemeOrReference_Reference struct {
	Reference *Reference `protobuf:"bytes,2,opt,name=reference,proto3,oneof"`
}

type SecuritySchemeOrReference_SecurityScheme

type SecuritySchemeOrReference_SecurityScheme struct {
	SecurityScheme *SecurityScheme `protobuf:"bytes,1,opt,name=security_scheme,json=securityScheme,proto3,oneof"`
}

type SecuritySchemeValidationError

type SecuritySchemeValidationError struct {
	// contains filtered or unexported fields
}

SecuritySchemeValidationError is the validation error returned by SecurityScheme.Validate if the designated constraints aren't met.

func (SecuritySchemeValidationError) Cause

Cause function returns cause value.

func (SecuritySchemeValidationError) Error

Error satisfies the builtin error interface

func (SecuritySchemeValidationError) ErrorName

func (e SecuritySchemeValidationError) ErrorName() string

ErrorName returns error name.

func (SecuritySchemeValidationError) Field

Field function returns field value.

func (SecuritySchemeValidationError) Key

Key function returns key value.

func (SecuritySchemeValidationError) Reason

Reason function returns reason value.

type SecuritySchemesOrReferences

type SecuritySchemesOrReferences struct {
	AdditionalProperties []*NamedSecuritySchemeOrReference `protobuf:"bytes,1,rep,name=additional_properties,json=additionalProperties,proto3" json:"additional_properties,omitempty"`
	// contains filtered or unexported fields
}

func (*SecuritySchemesOrReferences) Descriptor deprecated

func (*SecuritySchemesOrReferences) Descriptor() ([]byte, []int)

Deprecated: Use SecuritySchemesOrReferences.ProtoReflect.Descriptor instead.

func (*SecuritySchemesOrReferences) GetAdditionalProperties

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

func (*SecuritySchemesOrReferences) ProtoMessage

func (*SecuritySchemesOrReferences) ProtoMessage()

func (*SecuritySchemesOrReferences) ProtoReflect

func (*SecuritySchemesOrReferences) Reset

func (x *SecuritySchemesOrReferences) Reset()

func (*SecuritySchemesOrReferences) String

func (x *SecuritySchemesOrReferences) String() string

func (*SecuritySchemesOrReferences) Validate

func (m *SecuritySchemesOrReferences) Validate() error

Validate checks the field values on SecuritySchemesOrReferences with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SecuritySchemesOrReferences) ValidateAll

func (m *SecuritySchemesOrReferences) ValidateAll() error

ValidateAll checks the field values on SecuritySchemesOrReferences with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SecuritySchemesOrReferencesMultiError, or nil if none found.

type SecuritySchemesOrReferencesMultiError

type SecuritySchemesOrReferencesMultiError []error

SecuritySchemesOrReferencesMultiError is an error wrapping multiple validation errors returned by SecuritySchemesOrReferences.ValidateAll() if the designated constraints aren't met.

func (SecuritySchemesOrReferencesMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SecuritySchemesOrReferencesMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SecuritySchemesOrReferencesValidationError

type SecuritySchemesOrReferencesValidationError struct {
	// contains filtered or unexported fields
}

SecuritySchemesOrReferencesValidationError is the validation error returned by SecuritySchemesOrReferences.Validate if the designated constraints aren't met.

func (SecuritySchemesOrReferencesValidationError) Cause

Cause function returns cause value.

func (SecuritySchemesOrReferencesValidationError) Error

Error satisfies the builtin error interface

func (SecuritySchemesOrReferencesValidationError) ErrorName

ErrorName returns error name.

func (SecuritySchemesOrReferencesValidationError) Field

Field function returns field value.

func (SecuritySchemesOrReferencesValidationError) Key

Key function returns key value.

func (SecuritySchemesOrReferencesValidationError) Reason

Reason function returns reason value.

type Server

type Server struct {
	Url                    string           `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	Description            string           `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Variables              *ServerVariables `protobuf:"bytes,3,opt,name=variables,proto3" json:"variables,omitempty"`
	SpecificationExtension []*NamedAny      `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

An object representing a Server.

func (*Server) Descriptor deprecated

func (*Server) Descriptor() ([]byte, []int)

Deprecated: Use Server.ProtoReflect.Descriptor instead.

func (*Server) GetDescription

func (x *Server) GetDescription() string

func (*Server) GetSpecificationExtension

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

func (*Server) GetUrl

func (x *Server) GetUrl() string

func (*Server) GetVariables

func (x *Server) GetVariables() *ServerVariables

func (*Server) ProtoMessage

func (*Server) ProtoMessage()

func (*Server) ProtoReflect

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

func (*Server) Reset

func (x *Server) Reset()

func (*Server) String

func (x *Server) String() string

func (*Server) Validate

func (m *Server) Validate() error

Validate checks the field values on Server with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Server) ValidateAll

func (m *Server) ValidateAll() error

ValidateAll checks the field values on Server with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ServerMultiError, or nil if none found.

type ServerMultiError

type ServerMultiError []error

ServerMultiError is an error wrapping multiple validation errors returned by Server.ValidateAll() if the designated constraints aren't met.

func (ServerMultiError) AllErrors

func (m ServerMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ServerMultiError) Error

func (m ServerMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ServerValidationError

type ServerValidationError struct {
	// contains filtered or unexported fields
}

ServerValidationError is the validation error returned by Server.Validate if the designated constraints aren't met.

func (ServerValidationError) Cause

func (e ServerValidationError) Cause() error

Cause function returns cause value.

func (ServerValidationError) Error

func (e ServerValidationError) Error() string

Error satisfies the builtin error interface

func (ServerValidationError) ErrorName

func (e ServerValidationError) ErrorName() string

ErrorName returns error name.

func (ServerValidationError) Field

func (e ServerValidationError) Field() string

Field function returns field value.

func (ServerValidationError) Key

func (e ServerValidationError) Key() bool

Key function returns key value.

func (ServerValidationError) Reason

func (e ServerValidationError) Reason() string

Reason function returns reason value.

type ServerVariable

type ServerVariable struct {
	Enum                   []string    `protobuf:"bytes,1,rep,name=enum,proto3" json:"enum,omitempty"`
	Default                string      `protobuf:"bytes,2,opt,name=default,proto3" json:"default,omitempty"`
	Description            string      `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	SpecificationExtension []*NamedAny `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

An object representing a Server Variable for server URL template substitution.

func (*ServerVariable) Descriptor deprecated

func (*ServerVariable) Descriptor() ([]byte, []int)

Deprecated: Use ServerVariable.ProtoReflect.Descriptor instead.

func (*ServerVariable) GetDefault

func (x *ServerVariable) GetDefault() string

func (*ServerVariable) GetDescription

func (x *ServerVariable) GetDescription() string

func (*ServerVariable) GetEnum

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

func (*ServerVariable) GetSpecificationExtension

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

func (*ServerVariable) ProtoMessage

func (*ServerVariable) ProtoMessage()

func (*ServerVariable) ProtoReflect

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

func (*ServerVariable) Reset

func (x *ServerVariable) Reset()

func (*ServerVariable) String

func (x *ServerVariable) String() string

func (*ServerVariable) Validate

func (m *ServerVariable) Validate() error

Validate checks the field values on ServerVariable with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ServerVariable) ValidateAll

func (m *ServerVariable) ValidateAll() error

ValidateAll checks the field values on ServerVariable with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ServerVariableMultiError, or nil if none found.

type ServerVariableMultiError

type ServerVariableMultiError []error

ServerVariableMultiError is an error wrapping multiple validation errors returned by ServerVariable.ValidateAll() if the designated constraints aren't met.

func (ServerVariableMultiError) AllErrors

func (m ServerVariableMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ServerVariableMultiError) Error

func (m ServerVariableMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ServerVariableValidationError

type ServerVariableValidationError struct {
	// contains filtered or unexported fields
}

ServerVariableValidationError is the validation error returned by ServerVariable.Validate if the designated constraints aren't met.

func (ServerVariableValidationError) Cause

Cause function returns cause value.

func (ServerVariableValidationError) Error

Error satisfies the builtin error interface

func (ServerVariableValidationError) ErrorName

func (e ServerVariableValidationError) ErrorName() string

ErrorName returns error name.

func (ServerVariableValidationError) Field

Field function returns field value.

func (ServerVariableValidationError) Key

Key function returns key value.

func (ServerVariableValidationError) Reason

Reason function returns reason value.

type ServerVariables

type ServerVariables struct {
	AdditionalProperties []*NamedServerVariable `protobuf:"bytes,1,rep,name=additional_properties,json=additionalProperties,proto3" json:"additional_properties,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerVariables) Descriptor deprecated

func (*ServerVariables) Descriptor() ([]byte, []int)

Deprecated: Use ServerVariables.ProtoReflect.Descriptor instead.

func (*ServerVariables) GetAdditionalProperties

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

func (*ServerVariables) ProtoMessage

func (*ServerVariables) ProtoMessage()

func (*ServerVariables) ProtoReflect

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

func (*ServerVariables) Reset

func (x *ServerVariables) Reset()

func (*ServerVariables) String

func (x *ServerVariables) String() string

func (*ServerVariables) Validate

func (m *ServerVariables) Validate() error

Validate checks the field values on ServerVariables with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ServerVariables) ValidateAll

func (m *ServerVariables) ValidateAll() error

ValidateAll checks the field values on ServerVariables with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ServerVariablesMultiError, or nil if none found.

type ServerVariablesMultiError

type ServerVariablesMultiError []error

ServerVariablesMultiError is an error wrapping multiple validation errors returned by ServerVariables.ValidateAll() if the designated constraints aren't met.

func (ServerVariablesMultiError) AllErrors

func (m ServerVariablesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ServerVariablesMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ServerVariablesValidationError

type ServerVariablesValidationError struct {
	// contains filtered or unexported fields
}

ServerVariablesValidationError is the validation error returned by ServerVariables.Validate if the designated constraints aren't met.

func (ServerVariablesValidationError) Cause

Cause function returns cause value.

func (ServerVariablesValidationError) Error

Error satisfies the builtin error interface

func (ServerVariablesValidationError) ErrorName

func (e ServerVariablesValidationError) ErrorName() string

ErrorName returns error name.

func (ServerVariablesValidationError) Field

Field function returns field value.

func (ServerVariablesValidationError) Key

Key function returns key value.

func (ServerVariablesValidationError) Reason

Reason function returns reason value.

type SpecificationExtension

type SpecificationExtension struct {

	// Types that are assignable to Oneof:
	//
	//	*SpecificationExtension_Number
	//	*SpecificationExtension_Boolean
	//	*SpecificationExtension_String_
	Oneof isSpecificationExtension_Oneof `protobuf_oneof:"oneof"`
	// contains filtered or unexported fields
}

Any property starting with x- is valid.

func (*SpecificationExtension) Descriptor deprecated

func (*SpecificationExtension) Descriptor() ([]byte, []int)

Deprecated: Use SpecificationExtension.ProtoReflect.Descriptor instead.

func (*SpecificationExtension) GetBoolean

func (x *SpecificationExtension) GetBoolean() bool

func (*SpecificationExtension) GetNumber

func (x *SpecificationExtension) GetNumber() float64

func (*SpecificationExtension) GetOneof

func (m *SpecificationExtension) GetOneof() isSpecificationExtension_Oneof

func (*SpecificationExtension) GetString_

func (x *SpecificationExtension) GetString_() string

func (*SpecificationExtension) ProtoMessage

func (*SpecificationExtension) ProtoMessage()

func (*SpecificationExtension) ProtoReflect

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

func (*SpecificationExtension) Reset

func (x *SpecificationExtension) Reset()

func (*SpecificationExtension) String

func (x *SpecificationExtension) String() string

func (*SpecificationExtension) Validate

func (m *SpecificationExtension) Validate() error

Validate checks the field values on SpecificationExtension with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SpecificationExtension) ValidateAll

func (m *SpecificationExtension) ValidateAll() error

ValidateAll checks the field values on SpecificationExtension with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SpecificationExtensionMultiError, or nil if none found.

type SpecificationExtensionMultiError

type SpecificationExtensionMultiError []error

SpecificationExtensionMultiError is an error wrapping multiple validation errors returned by SpecificationExtension.ValidateAll() if the designated constraints aren't met.

func (SpecificationExtensionMultiError) AllErrors

func (m SpecificationExtensionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SpecificationExtensionMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SpecificationExtensionValidationError

type SpecificationExtensionValidationError struct {
	// contains filtered or unexported fields
}

SpecificationExtensionValidationError is the validation error returned by SpecificationExtension.Validate if the designated constraints aren't met.

func (SpecificationExtensionValidationError) Cause

Cause function returns cause value.

func (SpecificationExtensionValidationError) Error

Error satisfies the builtin error interface

func (SpecificationExtensionValidationError) ErrorName

ErrorName returns error name.

func (SpecificationExtensionValidationError) Field

Field function returns field value.

func (SpecificationExtensionValidationError) Key

Key function returns key value.

func (SpecificationExtensionValidationError) Reason

Reason function returns reason value.

type SpecificationExtension_Boolean

type SpecificationExtension_Boolean struct {
	Boolean bool `protobuf:"varint,2,opt,name=boolean,proto3,oneof"`
}

type SpecificationExtension_Number

type SpecificationExtension_Number struct {
	Number float64 `protobuf:"fixed64,1,opt,name=number,proto3,oneof"`
}

type SpecificationExtension_String_

type SpecificationExtension_String_ struct {
	String_ string `protobuf:"bytes,3,opt,name=string,proto3,oneof"`
}

type StringArray

type StringArray struct {
	Value []string `protobuf:"bytes,1,rep,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*StringArray) Descriptor deprecated

func (*StringArray) Descriptor() ([]byte, []int)

Deprecated: Use StringArray.ProtoReflect.Descriptor instead.

func (*StringArray) GetValue

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

func (*StringArray) ProtoMessage

func (*StringArray) ProtoMessage()

func (*StringArray) ProtoReflect

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

func (*StringArray) Reset

func (x *StringArray) Reset()

func (*StringArray) String

func (x *StringArray) String() string

func (*StringArray) Validate

func (m *StringArray) Validate() error

Validate checks the field values on StringArray with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StringArray) ValidateAll

func (m *StringArray) ValidateAll() error

ValidateAll checks the field values on StringArray with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StringArrayMultiError, or nil if none found.

type StringArrayMultiError

type StringArrayMultiError []error

StringArrayMultiError is an error wrapping multiple validation errors returned by StringArray.ValidateAll() if the designated constraints aren't met.

func (StringArrayMultiError) AllErrors

func (m StringArrayMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (StringArrayMultiError) Error

func (m StringArrayMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type StringArrayValidationError

type StringArrayValidationError struct {
	// contains filtered or unexported fields
}

StringArrayValidationError is the validation error returned by StringArray.Validate if the designated constraints aren't met.

func (StringArrayValidationError) Cause

Cause function returns cause value.

func (StringArrayValidationError) Error

Error satisfies the builtin error interface

func (StringArrayValidationError) ErrorName

func (e StringArrayValidationError) ErrorName() string

ErrorName returns error name.

func (StringArrayValidationError) Field

Field function returns field value.

func (StringArrayValidationError) Key

Key function returns key value.

func (StringArrayValidationError) Reason

Reason function returns reason value.

type Strings

type Strings struct {
	AdditionalProperties []*NamedString `protobuf:"bytes,1,rep,name=additional_properties,json=additionalProperties,proto3" json:"additional_properties,omitempty"`
	// contains filtered or unexported fields
}

func (*Strings) Descriptor deprecated

func (*Strings) Descriptor() ([]byte, []int)

Deprecated: Use Strings.ProtoReflect.Descriptor instead.

func (*Strings) GetAdditionalProperties

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

func (*Strings) ProtoMessage

func (*Strings) ProtoMessage()

func (*Strings) ProtoReflect

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

func (*Strings) Reset

func (x *Strings) Reset()

func (*Strings) String

func (x *Strings) String() string

func (*Strings) Validate

func (m *Strings) Validate() error

Validate checks the field values on Strings with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Strings) ValidateAll

func (m *Strings) ValidateAll() error

ValidateAll checks the field values on Strings with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StringsMultiError, or nil if none found.

type StringsMultiError

type StringsMultiError []error

StringsMultiError is an error wrapping multiple validation errors returned by Strings.ValidateAll() if the designated constraints aren't met.

func (StringsMultiError) AllErrors

func (m StringsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (StringsMultiError) Error

func (m StringsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type StringsValidationError

type StringsValidationError struct {
	// contains filtered or unexported fields
}

StringsValidationError is the validation error returned by Strings.Validate if the designated constraints aren't met.

func (StringsValidationError) Cause

func (e StringsValidationError) Cause() error

Cause function returns cause value.

func (StringsValidationError) Error

func (e StringsValidationError) Error() string

Error satisfies the builtin error interface

func (StringsValidationError) ErrorName

func (e StringsValidationError) ErrorName() string

ErrorName returns error name.

func (StringsValidationError) Field

func (e StringsValidationError) Field() string

Field function returns field value.

func (StringsValidationError) Key

func (e StringsValidationError) Key() bool

Key function returns key value.

func (StringsValidationError) Reason

func (e StringsValidationError) Reason() string

Reason function returns reason value.

type Tag

type Tag struct {
	Name                   string        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Description            string        `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	ExternalDocs           *ExternalDocs `protobuf:"bytes,3,opt,name=external_docs,json=externalDocs,proto3" json:"external_docs,omitempty"`
	SpecificationExtension []*NamedAny   `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

Adds metadata to a single tag that is used by the Operation Object. It is not mandatory to have a Tag Object per tag defined in the Operation Object instances.

func (*Tag) Descriptor deprecated

func (*Tag) Descriptor() ([]byte, []int)

Deprecated: Use Tag.ProtoReflect.Descriptor instead.

func (*Tag) GetDescription

func (x *Tag) GetDescription() string

func (*Tag) GetExternalDocs

func (x *Tag) GetExternalDocs() *ExternalDocs

func (*Tag) GetName

func (x *Tag) GetName() string

func (*Tag) GetSpecificationExtension

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

func (*Tag) ProtoMessage

func (*Tag) ProtoMessage()

func (*Tag) ProtoReflect

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

func (*Tag) Reset

func (x *Tag) Reset()

func (*Tag) String

func (x *Tag) String() string

func (*Tag) Validate

func (m *Tag) Validate() error

Validate checks the field values on Tag with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Tag) ValidateAll

func (m *Tag) ValidateAll() error

ValidateAll checks the field values on Tag with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TagMultiError, or nil if none found.

type TagMultiError

type TagMultiError []error

TagMultiError is an error wrapping multiple validation errors returned by Tag.ValidateAll() if the designated constraints aren't met.

func (TagMultiError) AllErrors

func (m TagMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TagMultiError) Error

func (m TagMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TagValidationError

type TagValidationError struct {
	// contains filtered or unexported fields
}

TagValidationError is the validation error returned by Tag.Validate if the designated constraints aren't met.

func (TagValidationError) Cause

func (e TagValidationError) Cause() error

Cause function returns cause value.

func (TagValidationError) Error

func (e TagValidationError) Error() string

Error satisfies the builtin error interface

func (TagValidationError) ErrorName

func (e TagValidationError) ErrorName() string

ErrorName returns error name.

func (TagValidationError) Field

func (e TagValidationError) Field() string

Field function returns field value.

func (TagValidationError) Key

func (e TagValidationError) Key() bool

Key function returns key value.

func (TagValidationError) Reason

func (e TagValidationError) Reason() string

Reason function returns reason value.

type Xml

type Xml struct {
	Name                   string      `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Namespace              string      `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Prefix                 string      `protobuf:"bytes,3,opt,name=prefix,proto3" json:"prefix,omitempty"`
	Attribute              bool        `protobuf:"varint,4,opt,name=attribute,proto3" json:"attribute,omitempty"`
	Wrapped                bool        `protobuf:"varint,5,opt,name=wrapped,proto3" json:"wrapped,omitempty"`
	SpecificationExtension []*NamedAny `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

A metadata object that allows for more fine-tuned XML model definitions. When using arrays, XML element names are *not* inferred (for singular/plural forms) and the `name` property SHOULD be used to add that information. See examples for expected behavior.

func (*Xml) Descriptor deprecated

func (*Xml) Descriptor() ([]byte, []int)

Deprecated: Use Xml.ProtoReflect.Descriptor instead.

func (*Xml) GetAttribute

func (x *Xml) GetAttribute() bool

func (*Xml) GetName

func (x *Xml) GetName() string

func (*Xml) GetNamespace

func (x *Xml) GetNamespace() string

func (*Xml) GetPrefix

func (x *Xml) GetPrefix() string

func (*Xml) GetSpecificationExtension

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

func (*Xml) GetWrapped

func (x *Xml) GetWrapped() bool

func (*Xml) ProtoMessage

func (*Xml) ProtoMessage()

func (*Xml) ProtoReflect

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

func (*Xml) Reset

func (x *Xml) Reset()

func (*Xml) String

func (x *Xml) String() string

func (*Xml) Validate

func (m *Xml) Validate() error

Validate checks the field values on Xml with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Xml) ValidateAll

func (m *Xml) ValidateAll() error

ValidateAll checks the field values on Xml with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in XmlMultiError, or nil if none found.

type XmlMultiError

type XmlMultiError []error

XmlMultiError is an error wrapping multiple validation errors returned by Xml.ValidateAll() if the designated constraints aren't met.

func (XmlMultiError) AllErrors

func (m XmlMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (XmlMultiError) Error

func (m XmlMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type XmlValidationError

type XmlValidationError struct {
	// contains filtered or unexported fields
}

XmlValidationError is the validation error returned by Xml.Validate if the designated constraints aren't met.

func (XmlValidationError) Cause

func (e XmlValidationError) Cause() error

Cause function returns cause value.

func (XmlValidationError) Error

func (e XmlValidationError) Error() string

Error satisfies the builtin error interface

func (XmlValidationError) ErrorName

func (e XmlValidationError) ErrorName() string

ErrorName returns error name.

func (XmlValidationError) Field

func (e XmlValidationError) Field() string

Field function returns field value.

func (XmlValidationError) Key

func (e XmlValidationError) Key() bool

Key function returns key value.

func (XmlValidationError) Reason

func (e XmlValidationError) Reason() string

Reason function returns reason value.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL