privatev1

package
v0.35.1 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 31 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_cerbos_private_v1_test_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AttrWrapper

type AttrWrapper struct {
	Attr map[string]*structpb.Value `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AttrWrapper) Descriptor deprecated

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

Deprecated: Use AttrWrapper.ProtoReflect.Descriptor instead.

func (*AttrWrapper) GetAttr

func (x *AttrWrapper) GetAttr() map[string]*structpb.Value

func (*AttrWrapper) HashPB

func (m *AttrWrapper) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*AttrWrapper) MarshalToSizedBufferVT

func (m *AttrWrapper) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AttrWrapper) MarshalToVT

func (m *AttrWrapper) MarshalToVT(dAtA []byte) (int, error)

func (*AttrWrapper) MarshalVT

func (m *AttrWrapper) MarshalVT() (dAtA []byte, err error)

func (*AttrWrapper) ProtoMessage

func (*AttrWrapper) ProtoMessage()

func (*AttrWrapper) ProtoReflect

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

func (*AttrWrapper) Reset

func (x *AttrWrapper) Reset()

func (*AttrWrapper) SizeVT

func (m *AttrWrapper) SizeVT() (n int)

func (*AttrWrapper) String

func (x *AttrWrapper) String() string

func (*AttrWrapper) UnmarshalVT

func (m *AttrWrapper) UnmarshalVT(dAtA []byte) error

type CelTestCase

type CelTestCase struct {
	Condition *v13.Match  `protobuf:"bytes,1,opt,name=condition,proto3" json:"condition,omitempty"`
	Request   *v1.Request `protobuf:"bytes,2,opt,name=request,proto3" json:"request,omitempty"`
	Want      bool        `protobuf:"varint,3,opt,name=want,proto3" json:"want,omitempty"`
	WantError bool        `protobuf:"varint,4,opt,name=want_error,json=wantError,proto3" json:"want_error,omitempty"`
	// contains filtered or unexported fields
}

func (*CelTestCase) Descriptor deprecated

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

Deprecated: Use CelTestCase.ProtoReflect.Descriptor instead.

func (*CelTestCase) GetCondition

func (x *CelTestCase) GetCondition() *v13.Match

func (*CelTestCase) GetRequest

func (x *CelTestCase) GetRequest() *v1.Request

func (*CelTestCase) GetWant

func (x *CelTestCase) GetWant() bool

func (*CelTestCase) GetWantError

func (x *CelTestCase) GetWantError() bool

func (*CelTestCase) HashPB

func (m *CelTestCase) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*CelTestCase) MarshalToSizedBufferVT

func (m *CelTestCase) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CelTestCase) MarshalToVT

func (m *CelTestCase) MarshalToVT(dAtA []byte) (int, error)

func (*CelTestCase) MarshalVT

func (m *CelTestCase) MarshalVT() (dAtA []byte, err error)

func (*CelTestCase) ProtoMessage

func (*CelTestCase) ProtoMessage()

func (*CelTestCase) ProtoReflect

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

func (*CelTestCase) Reset

func (x *CelTestCase) Reset()

func (*CelTestCase) SizeVT

func (m *CelTestCase) SizeVT() (n int)

func (*CelTestCase) String

func (x *CelTestCase) String() string

func (*CelTestCase) UnmarshalVT

func (m *CelTestCase) UnmarshalVT(dAtA []byte) error

type CompileTestCase

type CompileTestCase struct {
	MainDef       string                       `protobuf:"bytes,1,opt,name=main_def,json=mainDef,proto3" json:"main_def,omitempty"`
	WantErrors    []*v12.CompileErrors_Err     `protobuf:"bytes,2,rep,name=want_errors,json=wantErrors,proto3" json:"want_errors,omitempty"`
	WantVariables []*CompileTestCase_Variables `protobuf:"bytes,3,rep,name=want_variables,json=wantVariables,proto3" json:"want_variables,omitempty"`
	// contains filtered or unexported fields
}

func (*CompileTestCase) Descriptor deprecated

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

Deprecated: Use CompileTestCase.ProtoReflect.Descriptor instead.

func (*CompileTestCase) GetMainDef

func (x *CompileTestCase) GetMainDef() string

func (*CompileTestCase) GetWantErrors

func (x *CompileTestCase) GetWantErrors() []*v12.CompileErrors_Err

func (*CompileTestCase) GetWantVariables

func (x *CompileTestCase) GetWantVariables() []*CompileTestCase_Variables

func (*CompileTestCase) HashPB

func (m *CompileTestCase) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*CompileTestCase) MarshalToSizedBufferVT

func (m *CompileTestCase) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CompileTestCase) MarshalToVT

func (m *CompileTestCase) MarshalToVT(dAtA []byte) (int, error)

func (*CompileTestCase) MarshalVT

func (m *CompileTestCase) MarshalVT() (dAtA []byte, err error)

func (*CompileTestCase) ProtoMessage

func (*CompileTestCase) ProtoMessage()

func (*CompileTestCase) ProtoReflect

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

func (*CompileTestCase) Reset

func (x *CompileTestCase) Reset()

func (*CompileTestCase) SizeVT

func (m *CompileTestCase) SizeVT() (n int)

func (*CompileTestCase) String

func (x *CompileTestCase) String() string

func (*CompileTestCase) UnmarshalVT

func (m *CompileTestCase) UnmarshalVT(dAtA []byte) error

type CompileTestCase_Variables

type CompileTestCase_Variables struct {
	Scope        string                                   `protobuf:"bytes,1,opt,name=scope,proto3" json:"scope,omitempty"`
	Variables    []string                                 `protobuf:"bytes,2,rep,name=variables,proto3" json:"variables,omitempty"`
	DerivedRoles []*CompileTestCase_Variables_DerivedRole `protobuf:"bytes,3,rep,name=derived_roles,json=derivedRoles,proto3" json:"derived_roles,omitempty"`
	// contains filtered or unexported fields
}

func (*CompileTestCase_Variables) Descriptor deprecated

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

Deprecated: Use CompileTestCase_Variables.ProtoReflect.Descriptor instead.

func (*CompileTestCase_Variables) GetDerivedRoles

func (*CompileTestCase_Variables) GetScope

func (x *CompileTestCase_Variables) GetScope() string

func (*CompileTestCase_Variables) GetVariables

func (x *CompileTestCase_Variables) GetVariables() []string

func (*CompileTestCase_Variables) HashPB

func (m *CompileTestCase_Variables) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*CompileTestCase_Variables) MarshalToSizedBufferVT

func (m *CompileTestCase_Variables) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CompileTestCase_Variables) MarshalToVT

func (m *CompileTestCase_Variables) MarshalToVT(dAtA []byte) (int, error)

func (*CompileTestCase_Variables) MarshalVT

func (m *CompileTestCase_Variables) MarshalVT() (dAtA []byte, err error)

func (*CompileTestCase_Variables) ProtoMessage

func (*CompileTestCase_Variables) ProtoMessage()

func (*CompileTestCase_Variables) ProtoReflect

func (*CompileTestCase_Variables) Reset

func (x *CompileTestCase_Variables) Reset()

func (*CompileTestCase_Variables) SizeVT

func (m *CompileTestCase_Variables) SizeVT() (n int)

func (*CompileTestCase_Variables) String

func (x *CompileTestCase_Variables) String() string

func (*CompileTestCase_Variables) UnmarshalVT

func (m *CompileTestCase_Variables) UnmarshalVT(dAtA []byte) error

type CompileTestCase_Variables_DerivedRole

type CompileTestCase_Variables_DerivedRole struct {
	Name      string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Variables []string `protobuf:"bytes,2,rep,name=variables,proto3" json:"variables,omitempty"`
	// contains filtered or unexported fields
}

func (*CompileTestCase_Variables_DerivedRole) Descriptor deprecated

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

Deprecated: Use CompileTestCase_Variables_DerivedRole.ProtoReflect.Descriptor instead.

func (*CompileTestCase_Variables_DerivedRole) GetName

func (*CompileTestCase_Variables_DerivedRole) GetVariables

func (x *CompileTestCase_Variables_DerivedRole) GetVariables() []string

func (*CompileTestCase_Variables_DerivedRole) HashPB

func (m *CompileTestCase_Variables_DerivedRole) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*CompileTestCase_Variables_DerivedRole) MarshalToSizedBufferVT

func (m *CompileTestCase_Variables_DerivedRole) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CompileTestCase_Variables_DerivedRole) MarshalToVT

func (m *CompileTestCase_Variables_DerivedRole) MarshalToVT(dAtA []byte) (int, error)

func (*CompileTestCase_Variables_DerivedRole) MarshalVT

func (m *CompileTestCase_Variables_DerivedRole) MarshalVT() (dAtA []byte, err error)

func (*CompileTestCase_Variables_DerivedRole) ProtoMessage

func (*CompileTestCase_Variables_DerivedRole) ProtoMessage()

func (*CompileTestCase_Variables_DerivedRole) ProtoReflect

func (*CompileTestCase_Variables_DerivedRole) Reset

func (*CompileTestCase_Variables_DerivedRole) SizeVT

func (*CompileTestCase_Variables_DerivedRole) String

func (*CompileTestCase_Variables_DerivedRole) UnmarshalVT

func (m *CompileTestCase_Variables_DerivedRole) UnmarshalVT(dAtA []byte) error

type EngineTestCase

type EngineTestCase struct {
	Description      string                  `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
	Inputs           []*v1.CheckInput        `protobuf:"bytes,2,rep,name=inputs,proto3" json:"inputs,omitempty"`
	WantOutputs      []*v1.CheckOutput       `protobuf:"bytes,3,rep,name=want_outputs,json=wantOutputs,proto3" json:"want_outputs,omitempty"`
	WantError        bool                    `protobuf:"varint,4,opt,name=want_error,json=wantError,proto3" json:"want_error,omitempty"`
	WantDecisionLogs []*v11.DecisionLogEntry `protobuf:"bytes,5,rep,name=want_decision_logs,json=wantDecisionLogs,proto3" json:"want_decision_logs,omitempty"`
	// contains filtered or unexported fields
}

func (*EngineTestCase) Descriptor deprecated

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

Deprecated: Use EngineTestCase.ProtoReflect.Descriptor instead.

func (*EngineTestCase) GetDescription

func (x *EngineTestCase) GetDescription() string

func (*EngineTestCase) GetInputs

func (x *EngineTestCase) GetInputs() []*v1.CheckInput

func (*EngineTestCase) GetWantDecisionLogs added in v0.33.0

func (x *EngineTestCase) GetWantDecisionLogs() []*v11.DecisionLogEntry

func (*EngineTestCase) GetWantError

func (x *EngineTestCase) GetWantError() bool

func (*EngineTestCase) GetWantOutputs

func (x *EngineTestCase) GetWantOutputs() []*v1.CheckOutput

func (*EngineTestCase) HashPB

func (m *EngineTestCase) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*EngineTestCase) MarshalToSizedBufferVT

func (m *EngineTestCase) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EngineTestCase) MarshalToVT

func (m *EngineTestCase) MarshalToVT(dAtA []byte) (int, error)

func (*EngineTestCase) MarshalVT

func (m *EngineTestCase) MarshalVT() (dAtA []byte, err error)

func (*EngineTestCase) ProtoMessage

func (*EngineTestCase) ProtoMessage()

func (*EngineTestCase) ProtoReflect

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

func (*EngineTestCase) Reset

func (x *EngineTestCase) Reset()

func (*EngineTestCase) SizeVT

func (m *EngineTestCase) SizeVT() (n int)

func (*EngineTestCase) String

func (x *EngineTestCase) String() string

func (*EngineTestCase) UnmarshalVT

func (m *EngineTestCase) UnmarshalVT(dAtA []byte) error

type IndexBuilderTestCase

type IndexBuilderTestCase struct {
	Files                map[string]string                       `` /* 151-byte string literal not displayed */
	WantErrList          *v12.IndexBuildErrors                   `protobuf:"bytes,2,opt,name=want_err_list,json=wantErrList,proto3" json:"want_err_list,omitempty"`
	WantErr              string                                  `protobuf:"bytes,3,opt,name=want_err,json=wantErr,proto3" json:"want_err,omitempty"`
	WantCompilationUnits []*IndexBuilderTestCase_CompilationUnit `protobuf:"bytes,4,rep,name=want_compilation_units,json=wantCompilationUnits,proto3" json:"want_compilation_units,omitempty"`
	// contains filtered or unexported fields
}

func (*IndexBuilderTestCase) Descriptor deprecated

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

Deprecated: Use IndexBuilderTestCase.ProtoReflect.Descriptor instead.

func (*IndexBuilderTestCase) GetFiles

func (x *IndexBuilderTestCase) GetFiles() map[string]string

func (*IndexBuilderTestCase) GetWantCompilationUnits

func (x *IndexBuilderTestCase) GetWantCompilationUnits() []*IndexBuilderTestCase_CompilationUnit

func (*IndexBuilderTestCase) GetWantErr

func (x *IndexBuilderTestCase) GetWantErr() string

func (*IndexBuilderTestCase) GetWantErrList

func (x *IndexBuilderTestCase) GetWantErrList() *v12.IndexBuildErrors

func (*IndexBuilderTestCase) HashPB

func (m *IndexBuilderTestCase) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*IndexBuilderTestCase) MarshalToSizedBufferVT

func (m *IndexBuilderTestCase) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*IndexBuilderTestCase) MarshalToVT

func (m *IndexBuilderTestCase) MarshalToVT(dAtA []byte) (int, error)

func (*IndexBuilderTestCase) MarshalVT

func (m *IndexBuilderTestCase) MarshalVT() (dAtA []byte, err error)

func (*IndexBuilderTestCase) ProtoMessage

func (*IndexBuilderTestCase) ProtoMessage()

func (*IndexBuilderTestCase) ProtoReflect

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

func (*IndexBuilderTestCase) Reset

func (x *IndexBuilderTestCase) Reset()

func (*IndexBuilderTestCase) SizeVT

func (m *IndexBuilderTestCase) SizeVT() (n int)

func (*IndexBuilderTestCase) String

func (x *IndexBuilderTestCase) String() string

func (*IndexBuilderTestCase) UnmarshalVT

func (m *IndexBuilderTestCase) UnmarshalVT(dAtA []byte) error

type IndexBuilderTestCase_CompilationUnit

type IndexBuilderTestCase_CompilationUnit struct {
	MainFqn        string   `protobuf:"bytes,1,opt,name=main_fqn,json=mainFqn,proto3" json:"main_fqn,omitempty"`
	DefinitionFqns []string `protobuf:"bytes,2,rep,name=definition_fqns,json=definitionFqns,proto3" json:"definition_fqns,omitempty"`
	AncestorFqns   []string `protobuf:"bytes,3,rep,name=ancestor_fqns,json=ancestorFqns,proto3" json:"ancestor_fqns,omitempty"`
	// contains filtered or unexported fields
}

func (*IndexBuilderTestCase_CompilationUnit) Descriptor deprecated

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

Deprecated: Use IndexBuilderTestCase_CompilationUnit.ProtoReflect.Descriptor instead.

func (*IndexBuilderTestCase_CompilationUnit) GetAncestorFqns

func (x *IndexBuilderTestCase_CompilationUnit) GetAncestorFqns() []string

func (*IndexBuilderTestCase_CompilationUnit) GetDefinitionFqns

func (x *IndexBuilderTestCase_CompilationUnit) GetDefinitionFqns() []string

func (*IndexBuilderTestCase_CompilationUnit) GetMainFqn

func (*IndexBuilderTestCase_CompilationUnit) HashPB

func (m *IndexBuilderTestCase_CompilationUnit) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*IndexBuilderTestCase_CompilationUnit) MarshalToSizedBufferVT

func (m *IndexBuilderTestCase_CompilationUnit) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*IndexBuilderTestCase_CompilationUnit) MarshalToVT

func (m *IndexBuilderTestCase_CompilationUnit) MarshalToVT(dAtA []byte) (int, error)

func (*IndexBuilderTestCase_CompilationUnit) MarshalVT

func (m *IndexBuilderTestCase_CompilationUnit) MarshalVT() (dAtA []byte, err error)

func (*IndexBuilderTestCase_CompilationUnit) ProtoMessage

func (*IndexBuilderTestCase_CompilationUnit) ProtoMessage()

func (*IndexBuilderTestCase_CompilationUnit) ProtoReflect

func (*IndexBuilderTestCase_CompilationUnit) Reset

func (*IndexBuilderTestCase_CompilationUnit) SizeVT

func (m *IndexBuilderTestCase_CompilationUnit) SizeVT() (n int)

func (*IndexBuilderTestCase_CompilationUnit) String

func (*IndexBuilderTestCase_CompilationUnit) UnmarshalVT

func (m *IndexBuilderTestCase_CompilationUnit) UnmarshalVT(dAtA []byte) error

type ProtoYamlTestCase added in v0.33.0

type ProtoYamlTestCase struct {
	Description string                    `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
	Want        []*ProtoYamlTestCase_Want `protobuf:"bytes,2,rep,name=want,proto3" json:"want,omitempty"`
	WantErrors  []*v15.Error              `protobuf:"bytes,3,rep,name=want_errors,json=wantErrors,proto3" json:"want_errors,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoYamlTestCase) Descriptor deprecated added in v0.33.0

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

Deprecated: Use ProtoYamlTestCase.ProtoReflect.Descriptor instead.

func (*ProtoYamlTestCase) GetDescription added in v0.33.0

func (x *ProtoYamlTestCase) GetDescription() string

func (*ProtoYamlTestCase) GetWant added in v0.33.0

func (x *ProtoYamlTestCase) GetWant() []*ProtoYamlTestCase_Want

func (*ProtoYamlTestCase) GetWantErrors added in v0.33.0

func (x *ProtoYamlTestCase) GetWantErrors() []*v15.Error

func (*ProtoYamlTestCase) HashPB added in v0.33.0

func (m *ProtoYamlTestCase) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*ProtoYamlTestCase) MarshalToSizedBufferVT added in v0.33.0

func (m *ProtoYamlTestCase) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ProtoYamlTestCase) MarshalToVT added in v0.33.0

func (m *ProtoYamlTestCase) MarshalToVT(dAtA []byte) (int, error)

func (*ProtoYamlTestCase) MarshalVT added in v0.33.0

func (m *ProtoYamlTestCase) MarshalVT() (dAtA []byte, err error)

func (*ProtoYamlTestCase) ProtoMessage added in v0.33.0

func (*ProtoYamlTestCase) ProtoMessage()

func (*ProtoYamlTestCase) ProtoReflect added in v0.33.0

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

func (*ProtoYamlTestCase) Reset added in v0.33.0

func (x *ProtoYamlTestCase) Reset()

func (*ProtoYamlTestCase) SizeVT added in v0.33.0

func (m *ProtoYamlTestCase) SizeVT() (n int)

func (*ProtoYamlTestCase) String added in v0.33.0

func (x *ProtoYamlTestCase) String() string

func (*ProtoYamlTestCase) UnmarshalVT added in v0.33.0

func (m *ProtoYamlTestCase) UnmarshalVT(dAtA []byte) error

type ProtoYamlTestCase_Want added in v0.33.0

type ProtoYamlTestCase_Want struct {
	Message *v13.Policy  `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Errors  []*v15.Error `protobuf:"bytes,2,rep,name=errors,proto3" json:"errors,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtoYamlTestCase_Want) Descriptor deprecated added in v0.33.0

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

Deprecated: Use ProtoYamlTestCase_Want.ProtoReflect.Descriptor instead.

func (*ProtoYamlTestCase_Want) GetErrors added in v0.33.0

func (x *ProtoYamlTestCase_Want) GetErrors() []*v15.Error

func (*ProtoYamlTestCase_Want) GetMessage added in v0.33.0

func (x *ProtoYamlTestCase_Want) GetMessage() *v13.Policy

func (*ProtoYamlTestCase_Want) HashPB added in v0.33.0

func (m *ProtoYamlTestCase_Want) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*ProtoYamlTestCase_Want) MarshalToSizedBufferVT added in v0.33.0

func (m *ProtoYamlTestCase_Want) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ProtoYamlTestCase_Want) MarshalToVT added in v0.33.0

func (m *ProtoYamlTestCase_Want) MarshalToVT(dAtA []byte) (int, error)

func (*ProtoYamlTestCase_Want) MarshalVT added in v0.33.0

func (m *ProtoYamlTestCase_Want) MarshalVT() (dAtA []byte, err error)

func (*ProtoYamlTestCase_Want) ProtoMessage added in v0.33.0

func (*ProtoYamlTestCase_Want) ProtoMessage()

func (*ProtoYamlTestCase_Want) ProtoReflect added in v0.33.0

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

func (*ProtoYamlTestCase_Want) Reset added in v0.33.0

func (x *ProtoYamlTestCase_Want) Reset()

func (*ProtoYamlTestCase_Want) SizeVT added in v0.33.0

func (m *ProtoYamlTestCase_Want) SizeVT() (n int)

func (*ProtoYamlTestCase_Want) String added in v0.33.0

func (x *ProtoYamlTestCase_Want) String() string

func (*ProtoYamlTestCase_Want) UnmarshalVT added in v0.33.0

func (m *ProtoYamlTestCase_Want) UnmarshalVT(dAtA []byte) error

type QueryPlannerFilterTestCase

type QueryPlannerFilterTestCase struct {
	Description string                  `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
	Input       *v1.PlanResourcesFilter `protobuf:"bytes,2,opt,name=input,proto3" json:"input,omitempty"`
	WantFilter  *v1.PlanResourcesFilter `protobuf:"bytes,3,opt,name=want_filter,json=wantFilter,proto3" json:"want_filter,omitempty"`
	WantString  string                  `protobuf:"bytes,4,opt,name=want_string,json=wantString,proto3" json:"want_string,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryPlannerFilterTestCase) Descriptor deprecated

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

Deprecated: Use QueryPlannerFilterTestCase.ProtoReflect.Descriptor instead.

func (*QueryPlannerFilterTestCase) GetDescription

func (x *QueryPlannerFilterTestCase) GetDescription() string

func (*QueryPlannerFilterTestCase) GetInput

func (*QueryPlannerFilterTestCase) GetWantFilter

func (*QueryPlannerFilterTestCase) GetWantString

func (x *QueryPlannerFilterTestCase) GetWantString() string

func (*QueryPlannerFilterTestCase) HashPB

func (m *QueryPlannerFilterTestCase) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*QueryPlannerFilterTestCase) MarshalToSizedBufferVT

func (m *QueryPlannerFilterTestCase) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*QueryPlannerFilterTestCase) MarshalToVT

func (m *QueryPlannerFilterTestCase) MarshalToVT(dAtA []byte) (int, error)

func (*QueryPlannerFilterTestCase) MarshalVT

func (m *QueryPlannerFilterTestCase) MarshalVT() (dAtA []byte, err error)

func (*QueryPlannerFilterTestCase) ProtoMessage

func (*QueryPlannerFilterTestCase) ProtoMessage()

func (*QueryPlannerFilterTestCase) ProtoReflect

func (*QueryPlannerFilterTestCase) Reset

func (x *QueryPlannerFilterTestCase) Reset()

func (*QueryPlannerFilterTestCase) SizeVT

func (m *QueryPlannerFilterTestCase) SizeVT() (n int)

func (*QueryPlannerFilterTestCase) String

func (x *QueryPlannerFilterTestCase) String() string

func (*QueryPlannerFilterTestCase) UnmarshalVT

func (m *QueryPlannerFilterTestCase) UnmarshalVT(dAtA []byte) error

type QueryPlannerTestSuite

type QueryPlannerTestSuite struct {
	Description string                        `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
	Principal   *v1.Principal                 `protobuf:"bytes,2,opt,name=principal,proto3" json:"principal,omitempty"`
	Tests       []*QueryPlannerTestSuite_Test `protobuf:"bytes,3,rep,name=tests,proto3" json:"tests,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryPlannerTestSuite) Descriptor deprecated

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

Deprecated: Use QueryPlannerTestSuite.ProtoReflect.Descriptor instead.

func (*QueryPlannerTestSuite) GetDescription

func (x *QueryPlannerTestSuite) GetDescription() string

func (*QueryPlannerTestSuite) GetPrincipal

func (x *QueryPlannerTestSuite) GetPrincipal() *v1.Principal

func (*QueryPlannerTestSuite) GetTests

func (*QueryPlannerTestSuite) HashPB

func (m *QueryPlannerTestSuite) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*QueryPlannerTestSuite) MarshalToSizedBufferVT

func (m *QueryPlannerTestSuite) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*QueryPlannerTestSuite) MarshalToVT

func (m *QueryPlannerTestSuite) MarshalToVT(dAtA []byte) (int, error)

func (*QueryPlannerTestSuite) MarshalVT

func (m *QueryPlannerTestSuite) MarshalVT() (dAtA []byte, err error)

func (*QueryPlannerTestSuite) ProtoMessage

func (*QueryPlannerTestSuite) ProtoMessage()

func (*QueryPlannerTestSuite) ProtoReflect

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

func (*QueryPlannerTestSuite) Reset

func (x *QueryPlannerTestSuite) Reset()

func (*QueryPlannerTestSuite) SizeVT

func (m *QueryPlannerTestSuite) SizeVT() (n int)

func (*QueryPlannerTestSuite) String

func (x *QueryPlannerTestSuite) String() string

func (*QueryPlannerTestSuite) UnmarshalVT

func (m *QueryPlannerTestSuite) UnmarshalVT(dAtA []byte) error

type QueryPlannerTestSuite_Test

type QueryPlannerTestSuite_Test struct {
	Action   string                          `protobuf:"bytes,1,opt,name=action,proto3" json:"action,omitempty"`
	Want     *v1.PlanResourcesFilter         `protobuf:"bytes,2,opt,name=want,proto3" json:"want,omitempty"`
	Resource *v1.PlanResourcesInput_Resource `protobuf:"bytes,3,opt,name=resource,proto3" json:"resource,omitempty"`
	WantErr  bool                            `protobuf:"varint,4,opt,name=want_err,json=wantErr,proto3" json:"want_err,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryPlannerTestSuite_Test) Descriptor deprecated

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

Deprecated: Use QueryPlannerTestSuite_Test.ProtoReflect.Descriptor instead.

func (*QueryPlannerTestSuite_Test) GetAction

func (x *QueryPlannerTestSuite_Test) GetAction() string

func (*QueryPlannerTestSuite_Test) GetResource

func (*QueryPlannerTestSuite_Test) GetWant

func (*QueryPlannerTestSuite_Test) GetWantErr

func (x *QueryPlannerTestSuite_Test) GetWantErr() bool

func (*QueryPlannerTestSuite_Test) HashPB

func (m *QueryPlannerTestSuite_Test) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*QueryPlannerTestSuite_Test) MarshalToSizedBufferVT

func (m *QueryPlannerTestSuite_Test) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*QueryPlannerTestSuite_Test) MarshalToVT

func (m *QueryPlannerTestSuite_Test) MarshalToVT(dAtA []byte) (int, error)

func (*QueryPlannerTestSuite_Test) MarshalVT

func (m *QueryPlannerTestSuite_Test) MarshalVT() (dAtA []byte, err error)

func (*QueryPlannerTestSuite_Test) ProtoMessage

func (*QueryPlannerTestSuite_Test) ProtoMessage()

func (*QueryPlannerTestSuite_Test) ProtoReflect

func (*QueryPlannerTestSuite_Test) Reset

func (x *QueryPlannerTestSuite_Test) Reset()

func (*QueryPlannerTestSuite_Test) SizeVT

func (m *QueryPlannerTestSuite_Test) SizeVT() (n int)

func (*QueryPlannerTestSuite_Test) String

func (x *QueryPlannerTestSuite_Test) String() string

func (*QueryPlannerTestSuite_Test) UnmarshalVT

func (m *QueryPlannerTestSuite_Test) UnmarshalVT(dAtA []byte) error

type SchemaTestCase

type SchemaTestCase struct {
	Description string       `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
	SchemaRefs  *v13.Schemas `protobuf:"bytes,2,opt,name=schema_refs,json=schemaRefs,proto3" json:"schema_refs,omitempty"`
	// Types that are assignable to Input:
	//
	//	*SchemaTestCase_CheckInput
	//	*SchemaTestCase_PlanResourcesInput
	Input                isSchemaTestCase_Input `protobuf_oneof:"input"`
	WantError            bool                   `protobuf:"varint,5,opt,name=want_error,json=wantError,proto3" json:"want_error,omitempty"`
	WantValidationErrors []*v14.ValidationError `protobuf:"bytes,6,rep,name=want_validation_errors,json=wantValidationErrors,proto3" json:"want_validation_errors,omitempty"`
	// contains filtered or unexported fields
}

func (*SchemaTestCase) Descriptor deprecated

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

Deprecated: Use SchemaTestCase.ProtoReflect.Descriptor instead.

func (*SchemaTestCase) GetCheckInput

func (x *SchemaTestCase) GetCheckInput() *v1.CheckInput

func (*SchemaTestCase) GetDescription

func (x *SchemaTestCase) GetDescription() string

func (*SchemaTestCase) GetInput

func (m *SchemaTestCase) GetInput() isSchemaTestCase_Input

func (*SchemaTestCase) GetPlanResourcesInput

func (x *SchemaTestCase) GetPlanResourcesInput() *v1.PlanResourcesInput

func (*SchemaTestCase) GetSchemaRefs

func (x *SchemaTestCase) GetSchemaRefs() *v13.Schemas

func (*SchemaTestCase) GetWantError

func (x *SchemaTestCase) GetWantError() bool

func (*SchemaTestCase) GetWantValidationErrors

func (x *SchemaTestCase) GetWantValidationErrors() []*v14.ValidationError

func (*SchemaTestCase) HashPB

func (m *SchemaTestCase) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*SchemaTestCase) MarshalToSizedBufferVT

func (m *SchemaTestCase) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SchemaTestCase) MarshalToVT

func (m *SchemaTestCase) MarshalToVT(dAtA []byte) (int, error)

func (*SchemaTestCase) MarshalVT

func (m *SchemaTestCase) MarshalVT() (dAtA []byte, err error)

func (*SchemaTestCase) ProtoMessage

func (*SchemaTestCase) ProtoMessage()

func (*SchemaTestCase) ProtoReflect

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

func (*SchemaTestCase) Reset

func (x *SchemaTestCase) Reset()

func (*SchemaTestCase) SizeVT

func (m *SchemaTestCase) SizeVT() (n int)

func (*SchemaTestCase) String

func (x *SchemaTestCase) String() string

func (*SchemaTestCase) UnmarshalVT

func (m *SchemaTestCase) UnmarshalVT(dAtA []byte) error

type SchemaTestCase_CheckInput

type SchemaTestCase_CheckInput struct {
	CheckInput *v1.CheckInput `protobuf:"bytes,3,opt,name=check_input,json=checkInput,proto3,oneof"`
}

func (*SchemaTestCase_CheckInput) MarshalToSizedBufferVT

func (m *SchemaTestCase_CheckInput) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SchemaTestCase_CheckInput) MarshalToVT

func (m *SchemaTestCase_CheckInput) MarshalToVT(dAtA []byte) (int, error)

func (*SchemaTestCase_CheckInput) SizeVT

func (m *SchemaTestCase_CheckInput) SizeVT() (n int)

type SchemaTestCase_PlanResourcesInput

type SchemaTestCase_PlanResourcesInput struct {
	PlanResourcesInput *v1.PlanResourcesInput `protobuf:"bytes,4,opt,name=plan_resources_input,json=planResourcesInput,proto3,oneof"`
}

func (*SchemaTestCase_PlanResourcesInput) MarshalToSizedBufferVT

func (m *SchemaTestCase_PlanResourcesInput) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SchemaTestCase_PlanResourcesInput) MarshalToVT

func (m *SchemaTestCase_PlanResourcesInput) MarshalToVT(dAtA []byte) (int, error)

func (*SchemaTestCase_PlanResourcesInput) SizeVT

func (m *SchemaTestCase_PlanResourcesInput) SizeVT() (n int)

type ServerTestCase

type ServerTestCase 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"`
	WantError   bool                   `protobuf:"varint,3,opt,name=want_error,json=wantError,proto3" json:"want_error,omitempty"`
	WantStatus  *ServerTestCase_Status `protobuf:"bytes,4,opt,name=want_status,json=wantStatus,proto3" json:"want_status,omitempty"`
	// Types that are assignable to CallKind:
	//
	//	*ServerTestCase_CheckResourceSet
	//	*ServerTestCase_CheckResourceBatch
	//	*ServerTestCase_PlaygroundValidate
	//	*ServerTestCase_PlaygroundEvaluate
	//	*ServerTestCase_AdminAddOrUpdatePolicy
	//	*ServerTestCase_PlaygroundProxy
	//	*ServerTestCase_PlanResources
	//	*ServerTestCase_AdminAddOrUpdateSchema
	//	*ServerTestCase_PlaygroundTest
	//	*ServerTestCase_CheckResources
	CallKind isServerTestCase_CallKind `protobuf_oneof:"call_kind"`
	// contains filtered or unexported fields
}

func (*ServerTestCase) Descriptor deprecated

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

Deprecated: Use ServerTestCase.ProtoReflect.Descriptor instead.

func (*ServerTestCase) GetAdminAddOrUpdatePolicy

func (x *ServerTestCase) GetAdminAddOrUpdatePolicy() *ServerTestCase_AdminAddOrUpdatePolicyCall

func (*ServerTestCase) GetAdminAddOrUpdateSchema

func (x *ServerTestCase) GetAdminAddOrUpdateSchema() *ServerTestCase_AdminAddOrUpdateSchemaCall

func (*ServerTestCase) GetCallKind

func (m *ServerTestCase) GetCallKind() isServerTestCase_CallKind

func (*ServerTestCase) GetCheckResourceBatch

func (x *ServerTestCase) GetCheckResourceBatch() *ServerTestCase_CheckResourceBatchCall

func (*ServerTestCase) GetCheckResourceSet

func (x *ServerTestCase) GetCheckResourceSet() *ServerTestCase_CheckResourceSetCall

func (*ServerTestCase) GetCheckResources

func (x *ServerTestCase) GetCheckResources() *ServerTestCase_CheckResourcesCall

func (*ServerTestCase) GetDescription

func (x *ServerTestCase) GetDescription() string

func (*ServerTestCase) GetName

func (x *ServerTestCase) GetName() string

func (*ServerTestCase) GetPlanResources

func (x *ServerTestCase) GetPlanResources() *ServerTestCase_PlanResourcesCall

func (*ServerTestCase) GetPlaygroundEvaluate

func (x *ServerTestCase) GetPlaygroundEvaluate() *ServerTestCase_PlaygroundEvaluateCall

func (*ServerTestCase) GetPlaygroundProxy

func (x *ServerTestCase) GetPlaygroundProxy() *ServerTestCase_PlaygroundProxyCall

func (*ServerTestCase) GetPlaygroundTest

func (x *ServerTestCase) GetPlaygroundTest() *ServerTestCase_PlaygroundTestCall

func (*ServerTestCase) GetPlaygroundValidate

func (x *ServerTestCase) GetPlaygroundValidate() *ServerTestCase_PlaygroundValidateCall

func (*ServerTestCase) GetWantError

func (x *ServerTestCase) GetWantError() bool

func (*ServerTestCase) GetWantStatus

func (x *ServerTestCase) GetWantStatus() *ServerTestCase_Status

func (*ServerTestCase) HashPB

func (m *ServerTestCase) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*ServerTestCase) MarshalToSizedBufferVT

func (m *ServerTestCase) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerTestCase) MarshalToVT

func (m *ServerTestCase) MarshalToVT(dAtA []byte) (int, error)

func (*ServerTestCase) MarshalVT

func (m *ServerTestCase) MarshalVT() (dAtA []byte, err error)

func (*ServerTestCase) ProtoMessage

func (*ServerTestCase) ProtoMessage()

func (*ServerTestCase) ProtoReflect

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

func (*ServerTestCase) Reset

func (x *ServerTestCase) Reset()

func (*ServerTestCase) SizeVT

func (m *ServerTestCase) SizeVT() (n int)

func (*ServerTestCase) String

func (x *ServerTestCase) String() string

func (*ServerTestCase) UnmarshalVT

func (m *ServerTestCase) UnmarshalVT(dAtA []byte) error

type ServerTestCase_AdminAddOrUpdatePolicy

type ServerTestCase_AdminAddOrUpdatePolicy struct {
	AdminAddOrUpdatePolicy *ServerTestCase_AdminAddOrUpdatePolicyCall `protobuf:"bytes,9,opt,name=admin_add_or_update_policy,json=adminAddOrUpdatePolicy,proto3,oneof"`
}

func (*ServerTestCase_AdminAddOrUpdatePolicy) MarshalToSizedBufferVT

func (m *ServerTestCase_AdminAddOrUpdatePolicy) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerTestCase_AdminAddOrUpdatePolicy) MarshalToVT

func (m *ServerTestCase_AdminAddOrUpdatePolicy) MarshalToVT(dAtA []byte) (int, error)

func (*ServerTestCase_AdminAddOrUpdatePolicy) SizeVT

type ServerTestCase_AdminAddOrUpdatePolicyCall

type ServerTestCase_AdminAddOrUpdatePolicyCall struct {
	Input        *v16.AddOrUpdatePolicyRequest  `protobuf:"bytes,1,opt,name=input,proto3" json:"input,omitempty"`
	WantResponse *v17.AddOrUpdatePolicyResponse `protobuf:"bytes,2,opt,name=want_response,json=wantResponse,proto3" json:"want_response,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerTestCase_AdminAddOrUpdatePolicyCall) Descriptor deprecated

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

Deprecated: Use ServerTestCase_AdminAddOrUpdatePolicyCall.ProtoReflect.Descriptor instead.

func (*ServerTestCase_AdminAddOrUpdatePolicyCall) GetInput

func (*ServerTestCase_AdminAddOrUpdatePolicyCall) GetWantResponse

func (*ServerTestCase_AdminAddOrUpdatePolicyCall) HashPB

func (m *ServerTestCase_AdminAddOrUpdatePolicyCall) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*ServerTestCase_AdminAddOrUpdatePolicyCall) MarshalToSizedBufferVT

func (m *ServerTestCase_AdminAddOrUpdatePolicyCall) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerTestCase_AdminAddOrUpdatePolicyCall) MarshalToVT

func (m *ServerTestCase_AdminAddOrUpdatePolicyCall) MarshalToVT(dAtA []byte) (int, error)

func (*ServerTestCase_AdminAddOrUpdatePolicyCall) MarshalVT

func (m *ServerTestCase_AdminAddOrUpdatePolicyCall) MarshalVT() (dAtA []byte, err error)

func (*ServerTestCase_AdminAddOrUpdatePolicyCall) ProtoMessage

func (*ServerTestCase_AdminAddOrUpdatePolicyCall) ProtoReflect

func (*ServerTestCase_AdminAddOrUpdatePolicyCall) Reset

func (*ServerTestCase_AdminAddOrUpdatePolicyCall) SizeVT

func (*ServerTestCase_AdminAddOrUpdatePolicyCall) String

func (*ServerTestCase_AdminAddOrUpdatePolicyCall) UnmarshalVT

func (m *ServerTestCase_AdminAddOrUpdatePolicyCall) UnmarshalVT(dAtA []byte) error

type ServerTestCase_AdminAddOrUpdateSchema

type ServerTestCase_AdminAddOrUpdateSchema struct {
	AdminAddOrUpdateSchema *ServerTestCase_AdminAddOrUpdateSchemaCall `protobuf:"bytes,12,opt,name=admin_add_or_update_schema,json=adminAddOrUpdateSchema,proto3,oneof"`
}

func (*ServerTestCase_AdminAddOrUpdateSchema) MarshalToSizedBufferVT

func (m *ServerTestCase_AdminAddOrUpdateSchema) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerTestCase_AdminAddOrUpdateSchema) MarshalToVT

func (m *ServerTestCase_AdminAddOrUpdateSchema) MarshalToVT(dAtA []byte) (int, error)

func (*ServerTestCase_AdminAddOrUpdateSchema) SizeVT

type ServerTestCase_AdminAddOrUpdateSchemaCall

type ServerTestCase_AdminAddOrUpdateSchemaCall struct {
	Input        *v16.AddOrUpdateSchemaRequest  `protobuf:"bytes,1,opt,name=input,proto3" json:"input,omitempty"`
	WantResponse *v17.AddOrUpdateSchemaResponse `protobuf:"bytes,2,opt,name=want_response,json=wantResponse,proto3" json:"want_response,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerTestCase_AdminAddOrUpdateSchemaCall) Descriptor deprecated

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

Deprecated: Use ServerTestCase_AdminAddOrUpdateSchemaCall.ProtoReflect.Descriptor instead.

func (*ServerTestCase_AdminAddOrUpdateSchemaCall) GetInput

func (*ServerTestCase_AdminAddOrUpdateSchemaCall) GetWantResponse

func (*ServerTestCase_AdminAddOrUpdateSchemaCall) HashPB

func (m *ServerTestCase_AdminAddOrUpdateSchemaCall) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*ServerTestCase_AdminAddOrUpdateSchemaCall) MarshalToSizedBufferVT

func (m *ServerTestCase_AdminAddOrUpdateSchemaCall) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerTestCase_AdminAddOrUpdateSchemaCall) MarshalToVT

func (m *ServerTestCase_AdminAddOrUpdateSchemaCall) MarshalToVT(dAtA []byte) (int, error)

func (*ServerTestCase_AdminAddOrUpdateSchemaCall) MarshalVT

func (m *ServerTestCase_AdminAddOrUpdateSchemaCall) MarshalVT() (dAtA []byte, err error)

func (*ServerTestCase_AdminAddOrUpdateSchemaCall) ProtoMessage

func (*ServerTestCase_AdminAddOrUpdateSchemaCall) ProtoReflect

func (*ServerTestCase_AdminAddOrUpdateSchemaCall) Reset

func (*ServerTestCase_AdminAddOrUpdateSchemaCall) SizeVT

func (*ServerTestCase_AdminAddOrUpdateSchemaCall) String

func (*ServerTestCase_AdminAddOrUpdateSchemaCall) UnmarshalVT

func (m *ServerTestCase_AdminAddOrUpdateSchemaCall) UnmarshalVT(dAtA []byte) error

type ServerTestCase_CheckResourceBatch

type ServerTestCase_CheckResourceBatch struct {
	CheckResourceBatch *ServerTestCase_CheckResourceBatchCall `protobuf:"bytes,6,opt,name=check_resource_batch,json=checkResourceBatch,proto3,oneof"`
}

func (*ServerTestCase_CheckResourceBatch) MarshalToSizedBufferVT

func (m *ServerTestCase_CheckResourceBatch) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerTestCase_CheckResourceBatch) MarshalToVT

func (m *ServerTestCase_CheckResourceBatch) MarshalToVT(dAtA []byte) (int, error)

func (*ServerTestCase_CheckResourceBatch) SizeVT

func (m *ServerTestCase_CheckResourceBatch) SizeVT() (n int)

type ServerTestCase_CheckResourceBatchCall

type ServerTestCase_CheckResourceBatchCall struct {
	Input        *v16.CheckResourceBatchRequest  `protobuf:"bytes,1,opt,name=input,proto3" json:"input,omitempty"`
	WantResponse *v17.CheckResourceBatchResponse `protobuf:"bytes,2,opt,name=want_response,json=wantResponse,proto3" json:"want_response,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerTestCase_CheckResourceBatchCall) Descriptor deprecated

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

Deprecated: Use ServerTestCase_CheckResourceBatchCall.ProtoReflect.Descriptor instead.

func (*ServerTestCase_CheckResourceBatchCall) GetInput

func (*ServerTestCase_CheckResourceBatchCall) GetWantResponse

func (*ServerTestCase_CheckResourceBatchCall) HashPB

func (m *ServerTestCase_CheckResourceBatchCall) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*ServerTestCase_CheckResourceBatchCall) MarshalToSizedBufferVT

func (m *ServerTestCase_CheckResourceBatchCall) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerTestCase_CheckResourceBatchCall) MarshalToVT

func (m *ServerTestCase_CheckResourceBatchCall) MarshalToVT(dAtA []byte) (int, error)

func (*ServerTestCase_CheckResourceBatchCall) MarshalVT

func (m *ServerTestCase_CheckResourceBatchCall) MarshalVT() (dAtA []byte, err error)

func (*ServerTestCase_CheckResourceBatchCall) ProtoMessage

func (*ServerTestCase_CheckResourceBatchCall) ProtoMessage()

func (*ServerTestCase_CheckResourceBatchCall) ProtoReflect

func (*ServerTestCase_CheckResourceBatchCall) Reset

func (*ServerTestCase_CheckResourceBatchCall) SizeVT

func (*ServerTestCase_CheckResourceBatchCall) String

func (*ServerTestCase_CheckResourceBatchCall) UnmarshalVT

func (m *ServerTestCase_CheckResourceBatchCall) UnmarshalVT(dAtA []byte) error

type ServerTestCase_CheckResourceSet

type ServerTestCase_CheckResourceSet struct {
	CheckResourceSet *ServerTestCase_CheckResourceSetCall `protobuf:"bytes,5,opt,name=check_resource_set,json=checkResourceSet,proto3,oneof"`
}

func (*ServerTestCase_CheckResourceSet) MarshalToSizedBufferVT

func (m *ServerTestCase_CheckResourceSet) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerTestCase_CheckResourceSet) MarshalToVT

func (m *ServerTestCase_CheckResourceSet) MarshalToVT(dAtA []byte) (int, error)

func (*ServerTestCase_CheckResourceSet) SizeVT

func (m *ServerTestCase_CheckResourceSet) SizeVT() (n int)

type ServerTestCase_CheckResourceSetCall

type ServerTestCase_CheckResourceSetCall struct {
	Input        *v16.CheckResourceSetRequest  `protobuf:"bytes,1,opt,name=input,proto3" json:"input,omitempty"`
	WantResponse *v17.CheckResourceSetResponse `protobuf:"bytes,2,opt,name=want_response,json=wantResponse,proto3" json:"want_response,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerTestCase_CheckResourceSetCall) Descriptor deprecated

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

Deprecated: Use ServerTestCase_CheckResourceSetCall.ProtoReflect.Descriptor instead.

func (*ServerTestCase_CheckResourceSetCall) GetInput

func (*ServerTestCase_CheckResourceSetCall) GetWantResponse

func (*ServerTestCase_CheckResourceSetCall) HashPB

func (m *ServerTestCase_CheckResourceSetCall) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*ServerTestCase_CheckResourceSetCall) MarshalToSizedBufferVT

func (m *ServerTestCase_CheckResourceSetCall) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerTestCase_CheckResourceSetCall) MarshalToVT

func (m *ServerTestCase_CheckResourceSetCall) MarshalToVT(dAtA []byte) (int, error)

func (*ServerTestCase_CheckResourceSetCall) MarshalVT

func (m *ServerTestCase_CheckResourceSetCall) MarshalVT() (dAtA []byte, err error)

func (*ServerTestCase_CheckResourceSetCall) ProtoMessage

func (*ServerTestCase_CheckResourceSetCall) ProtoMessage()

func (*ServerTestCase_CheckResourceSetCall) ProtoReflect

func (*ServerTestCase_CheckResourceSetCall) Reset

func (*ServerTestCase_CheckResourceSetCall) SizeVT

func (m *ServerTestCase_CheckResourceSetCall) SizeVT() (n int)

func (*ServerTestCase_CheckResourceSetCall) String

func (*ServerTestCase_CheckResourceSetCall) UnmarshalVT

func (m *ServerTestCase_CheckResourceSetCall) UnmarshalVT(dAtA []byte) error

type ServerTestCase_CheckResources

type ServerTestCase_CheckResources struct {
	CheckResources *ServerTestCase_CheckResourcesCall `protobuf:"bytes,14,opt,name=check_resources,json=checkResources,proto3,oneof"`
}

func (*ServerTestCase_CheckResources) MarshalToSizedBufferVT

func (m *ServerTestCase_CheckResources) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerTestCase_CheckResources) MarshalToVT

func (m *ServerTestCase_CheckResources) MarshalToVT(dAtA []byte) (int, error)

func (*ServerTestCase_CheckResources) SizeVT

func (m *ServerTestCase_CheckResources) SizeVT() (n int)

type ServerTestCase_CheckResourcesCall

type ServerTestCase_CheckResourcesCall struct {
	Input        *v16.CheckResourcesRequest  `protobuf:"bytes,1,opt,name=input,proto3" json:"input,omitempty"`
	WantResponse *v17.CheckResourcesResponse `protobuf:"bytes,2,opt,name=want_response,json=wantResponse,proto3" json:"want_response,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerTestCase_CheckResourcesCall) Descriptor deprecated

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

Deprecated: Use ServerTestCase_CheckResourcesCall.ProtoReflect.Descriptor instead.

func (*ServerTestCase_CheckResourcesCall) GetInput

func (*ServerTestCase_CheckResourcesCall) GetWantResponse

func (*ServerTestCase_CheckResourcesCall) HashPB

func (m *ServerTestCase_CheckResourcesCall) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*ServerTestCase_CheckResourcesCall) MarshalToSizedBufferVT

func (m *ServerTestCase_CheckResourcesCall) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerTestCase_CheckResourcesCall) MarshalToVT

func (m *ServerTestCase_CheckResourcesCall) MarshalToVT(dAtA []byte) (int, error)

func (*ServerTestCase_CheckResourcesCall) MarshalVT

func (m *ServerTestCase_CheckResourcesCall) MarshalVT() (dAtA []byte, err error)

func (*ServerTestCase_CheckResourcesCall) ProtoMessage

func (*ServerTestCase_CheckResourcesCall) ProtoMessage()

func (*ServerTestCase_CheckResourcesCall) ProtoReflect

func (*ServerTestCase_CheckResourcesCall) Reset

func (*ServerTestCase_CheckResourcesCall) SizeVT

func (m *ServerTestCase_CheckResourcesCall) SizeVT() (n int)

func (*ServerTestCase_CheckResourcesCall) String

func (*ServerTestCase_CheckResourcesCall) UnmarshalVT

func (m *ServerTestCase_CheckResourcesCall) UnmarshalVT(dAtA []byte) error

type ServerTestCase_PlanResources

type ServerTestCase_PlanResources struct {
	PlanResources *ServerTestCase_PlanResourcesCall `protobuf:"bytes,11,opt,name=plan_resources,json=planResources,proto3,oneof"`
}

func (*ServerTestCase_PlanResources) MarshalToSizedBufferVT

func (m *ServerTestCase_PlanResources) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerTestCase_PlanResources) MarshalToVT

func (m *ServerTestCase_PlanResources) MarshalToVT(dAtA []byte) (int, error)

func (*ServerTestCase_PlanResources) SizeVT

func (m *ServerTestCase_PlanResources) SizeVT() (n int)

type ServerTestCase_PlanResourcesCall

type ServerTestCase_PlanResourcesCall struct {
	Input        *v16.PlanResourcesRequest  `protobuf:"bytes,1,opt,name=input,proto3" json:"input,omitempty"`
	WantResponse *v17.PlanResourcesResponse `protobuf:"bytes,2,opt,name=want_response,json=wantResponse,proto3" json:"want_response,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerTestCase_PlanResourcesCall) Descriptor deprecated

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

Deprecated: Use ServerTestCase_PlanResourcesCall.ProtoReflect.Descriptor instead.

func (*ServerTestCase_PlanResourcesCall) GetInput

func (*ServerTestCase_PlanResourcesCall) GetWantResponse

func (*ServerTestCase_PlanResourcesCall) HashPB

func (m *ServerTestCase_PlanResourcesCall) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*ServerTestCase_PlanResourcesCall) MarshalToSizedBufferVT

func (m *ServerTestCase_PlanResourcesCall) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerTestCase_PlanResourcesCall) MarshalToVT

func (m *ServerTestCase_PlanResourcesCall) MarshalToVT(dAtA []byte) (int, error)

func (*ServerTestCase_PlanResourcesCall) MarshalVT

func (m *ServerTestCase_PlanResourcesCall) MarshalVT() (dAtA []byte, err error)

func (*ServerTestCase_PlanResourcesCall) ProtoMessage

func (*ServerTestCase_PlanResourcesCall) ProtoMessage()

func (*ServerTestCase_PlanResourcesCall) ProtoReflect

func (*ServerTestCase_PlanResourcesCall) Reset

func (*ServerTestCase_PlanResourcesCall) SizeVT

func (m *ServerTestCase_PlanResourcesCall) SizeVT() (n int)

func (*ServerTestCase_PlanResourcesCall) String

func (*ServerTestCase_PlanResourcesCall) UnmarshalVT

func (m *ServerTestCase_PlanResourcesCall) UnmarshalVT(dAtA []byte) error

type ServerTestCase_PlaygroundEvaluate

type ServerTestCase_PlaygroundEvaluate struct {
	PlaygroundEvaluate *ServerTestCase_PlaygroundEvaluateCall `protobuf:"bytes,8,opt,name=playground_evaluate,json=playgroundEvaluate,proto3,oneof"`
}

func (*ServerTestCase_PlaygroundEvaluate) MarshalToSizedBufferVT

func (m *ServerTestCase_PlaygroundEvaluate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerTestCase_PlaygroundEvaluate) MarshalToVT

func (m *ServerTestCase_PlaygroundEvaluate) MarshalToVT(dAtA []byte) (int, error)

func (*ServerTestCase_PlaygroundEvaluate) SizeVT

func (m *ServerTestCase_PlaygroundEvaluate) SizeVT() (n int)

type ServerTestCase_PlaygroundEvaluateCall

type ServerTestCase_PlaygroundEvaluateCall struct {
	Input        *v16.PlaygroundEvaluateRequest  `protobuf:"bytes,1,opt,name=input,proto3" json:"input,omitempty"`
	WantResponse *v17.PlaygroundEvaluateResponse `protobuf:"bytes,2,opt,name=want_response,json=wantResponse,proto3" json:"want_response,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerTestCase_PlaygroundEvaluateCall) Descriptor deprecated

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

Deprecated: Use ServerTestCase_PlaygroundEvaluateCall.ProtoReflect.Descriptor instead.

func (*ServerTestCase_PlaygroundEvaluateCall) GetInput

func (*ServerTestCase_PlaygroundEvaluateCall) GetWantResponse

func (*ServerTestCase_PlaygroundEvaluateCall) HashPB

func (m *ServerTestCase_PlaygroundEvaluateCall) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*ServerTestCase_PlaygroundEvaluateCall) MarshalToSizedBufferVT

func (m *ServerTestCase_PlaygroundEvaluateCall) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerTestCase_PlaygroundEvaluateCall) MarshalToVT

func (m *ServerTestCase_PlaygroundEvaluateCall) MarshalToVT(dAtA []byte) (int, error)

func (*ServerTestCase_PlaygroundEvaluateCall) MarshalVT

func (m *ServerTestCase_PlaygroundEvaluateCall) MarshalVT() (dAtA []byte, err error)

func (*ServerTestCase_PlaygroundEvaluateCall) ProtoMessage

func (*ServerTestCase_PlaygroundEvaluateCall) ProtoMessage()

func (*ServerTestCase_PlaygroundEvaluateCall) ProtoReflect

func (*ServerTestCase_PlaygroundEvaluateCall) Reset

func (*ServerTestCase_PlaygroundEvaluateCall) SizeVT

func (*ServerTestCase_PlaygroundEvaluateCall) String

func (*ServerTestCase_PlaygroundEvaluateCall) UnmarshalVT

func (m *ServerTestCase_PlaygroundEvaluateCall) UnmarshalVT(dAtA []byte) error

type ServerTestCase_PlaygroundProxy

type ServerTestCase_PlaygroundProxy struct {
	PlaygroundProxy *ServerTestCase_PlaygroundProxyCall `protobuf:"bytes,10,opt,name=playground_proxy,json=playgroundProxy,proto3,oneof"`
}

func (*ServerTestCase_PlaygroundProxy) MarshalToSizedBufferVT

func (m *ServerTestCase_PlaygroundProxy) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerTestCase_PlaygroundProxy) MarshalToVT

func (m *ServerTestCase_PlaygroundProxy) MarshalToVT(dAtA []byte) (int, error)

func (*ServerTestCase_PlaygroundProxy) SizeVT

func (m *ServerTestCase_PlaygroundProxy) SizeVT() (n int)

type ServerTestCase_PlaygroundProxyCall

type ServerTestCase_PlaygroundProxyCall struct {
	Input        *v16.PlaygroundProxyRequest  `protobuf:"bytes,1,opt,name=input,proto3" json:"input,omitempty"`
	WantResponse *v17.PlaygroundProxyResponse `protobuf:"bytes,2,opt,name=want_response,json=wantResponse,proto3" json:"want_response,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerTestCase_PlaygroundProxyCall) Descriptor deprecated

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

Deprecated: Use ServerTestCase_PlaygroundProxyCall.ProtoReflect.Descriptor instead.

func (*ServerTestCase_PlaygroundProxyCall) GetInput

func (*ServerTestCase_PlaygroundProxyCall) GetWantResponse

func (*ServerTestCase_PlaygroundProxyCall) HashPB

func (m *ServerTestCase_PlaygroundProxyCall) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*ServerTestCase_PlaygroundProxyCall) MarshalToSizedBufferVT

func (m *ServerTestCase_PlaygroundProxyCall) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerTestCase_PlaygroundProxyCall) MarshalToVT

func (m *ServerTestCase_PlaygroundProxyCall) MarshalToVT(dAtA []byte) (int, error)

func (*ServerTestCase_PlaygroundProxyCall) MarshalVT

func (m *ServerTestCase_PlaygroundProxyCall) MarshalVT() (dAtA []byte, err error)

func (*ServerTestCase_PlaygroundProxyCall) ProtoMessage

func (*ServerTestCase_PlaygroundProxyCall) ProtoMessage()

func (*ServerTestCase_PlaygroundProxyCall) ProtoReflect

func (*ServerTestCase_PlaygroundProxyCall) Reset

func (*ServerTestCase_PlaygroundProxyCall) SizeVT

func (m *ServerTestCase_PlaygroundProxyCall) SizeVT() (n int)

func (*ServerTestCase_PlaygroundProxyCall) String

func (*ServerTestCase_PlaygroundProxyCall) UnmarshalVT

func (m *ServerTestCase_PlaygroundProxyCall) UnmarshalVT(dAtA []byte) error

type ServerTestCase_PlaygroundTest

type ServerTestCase_PlaygroundTest struct {
	PlaygroundTest *ServerTestCase_PlaygroundTestCall `protobuf:"bytes,13,opt,name=playground_test,json=playgroundTest,proto3,oneof"`
}

func (*ServerTestCase_PlaygroundTest) MarshalToSizedBufferVT

func (m *ServerTestCase_PlaygroundTest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerTestCase_PlaygroundTest) MarshalToVT

func (m *ServerTestCase_PlaygroundTest) MarshalToVT(dAtA []byte) (int, error)

func (*ServerTestCase_PlaygroundTest) SizeVT

func (m *ServerTestCase_PlaygroundTest) SizeVT() (n int)

type ServerTestCase_PlaygroundTestCall

type ServerTestCase_PlaygroundTestCall struct {
	Input        *v16.PlaygroundTestRequest  `protobuf:"bytes,1,opt,name=input,proto3" json:"input,omitempty"`
	WantResponse *v17.PlaygroundTestResponse `protobuf:"bytes,2,opt,name=want_response,json=wantResponse,proto3" json:"want_response,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerTestCase_PlaygroundTestCall) Descriptor deprecated

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

Deprecated: Use ServerTestCase_PlaygroundTestCall.ProtoReflect.Descriptor instead.

func (*ServerTestCase_PlaygroundTestCall) GetInput

func (*ServerTestCase_PlaygroundTestCall) GetWantResponse

func (*ServerTestCase_PlaygroundTestCall) HashPB

func (m *ServerTestCase_PlaygroundTestCall) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*ServerTestCase_PlaygroundTestCall) MarshalToSizedBufferVT

func (m *ServerTestCase_PlaygroundTestCall) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerTestCase_PlaygroundTestCall) MarshalToVT

func (m *ServerTestCase_PlaygroundTestCall) MarshalToVT(dAtA []byte) (int, error)

func (*ServerTestCase_PlaygroundTestCall) MarshalVT

func (m *ServerTestCase_PlaygroundTestCall) MarshalVT() (dAtA []byte, err error)

func (*ServerTestCase_PlaygroundTestCall) ProtoMessage

func (*ServerTestCase_PlaygroundTestCall) ProtoMessage()

func (*ServerTestCase_PlaygroundTestCall) ProtoReflect

func (*ServerTestCase_PlaygroundTestCall) Reset

func (*ServerTestCase_PlaygroundTestCall) SizeVT

func (m *ServerTestCase_PlaygroundTestCall) SizeVT() (n int)

func (*ServerTestCase_PlaygroundTestCall) String

func (*ServerTestCase_PlaygroundTestCall) UnmarshalVT

func (m *ServerTestCase_PlaygroundTestCall) UnmarshalVT(dAtA []byte) error

type ServerTestCase_PlaygroundValidate

type ServerTestCase_PlaygroundValidate struct {
	PlaygroundValidate *ServerTestCase_PlaygroundValidateCall `protobuf:"bytes,7,opt,name=playground_validate,json=playgroundValidate,proto3,oneof"`
}

func (*ServerTestCase_PlaygroundValidate) MarshalToSizedBufferVT

func (m *ServerTestCase_PlaygroundValidate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerTestCase_PlaygroundValidate) MarshalToVT

func (m *ServerTestCase_PlaygroundValidate) MarshalToVT(dAtA []byte) (int, error)

func (*ServerTestCase_PlaygroundValidate) SizeVT

func (m *ServerTestCase_PlaygroundValidate) SizeVT() (n int)

type ServerTestCase_PlaygroundValidateCall

type ServerTestCase_PlaygroundValidateCall struct {
	Input        *v16.PlaygroundValidateRequest  `protobuf:"bytes,1,opt,name=input,proto3" json:"input,omitempty"`
	WantResponse *v17.PlaygroundValidateResponse `protobuf:"bytes,2,opt,name=want_response,json=wantResponse,proto3" json:"want_response,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerTestCase_PlaygroundValidateCall) Descriptor deprecated

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

Deprecated: Use ServerTestCase_PlaygroundValidateCall.ProtoReflect.Descriptor instead.

func (*ServerTestCase_PlaygroundValidateCall) GetInput

func (*ServerTestCase_PlaygroundValidateCall) GetWantResponse

func (*ServerTestCase_PlaygroundValidateCall) HashPB

func (m *ServerTestCase_PlaygroundValidateCall) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*ServerTestCase_PlaygroundValidateCall) MarshalToSizedBufferVT

func (m *ServerTestCase_PlaygroundValidateCall) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerTestCase_PlaygroundValidateCall) MarshalToVT

func (m *ServerTestCase_PlaygroundValidateCall) MarshalToVT(dAtA []byte) (int, error)

func (*ServerTestCase_PlaygroundValidateCall) MarshalVT

func (m *ServerTestCase_PlaygroundValidateCall) MarshalVT() (dAtA []byte, err error)

func (*ServerTestCase_PlaygroundValidateCall) ProtoMessage

func (*ServerTestCase_PlaygroundValidateCall) ProtoMessage()

func (*ServerTestCase_PlaygroundValidateCall) ProtoReflect

func (*ServerTestCase_PlaygroundValidateCall) Reset

func (*ServerTestCase_PlaygroundValidateCall) SizeVT

func (*ServerTestCase_PlaygroundValidateCall) String

func (*ServerTestCase_PlaygroundValidateCall) UnmarshalVT

func (m *ServerTestCase_PlaygroundValidateCall) UnmarshalVT(dAtA []byte) error

type ServerTestCase_Status

type ServerTestCase_Status struct {
	HttpStatusCode uint32 `protobuf:"varint,1,opt,name=http_status_code,json=httpStatusCode,proto3" json:"http_status_code,omitempty"`
	GrpcStatusCode uint32 `protobuf:"varint,2,opt,name=grpc_status_code,json=grpcStatusCode,proto3" json:"grpc_status_code,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerTestCase_Status) Descriptor deprecated

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

Deprecated: Use ServerTestCase_Status.ProtoReflect.Descriptor instead.

func (*ServerTestCase_Status) GetGrpcStatusCode

func (x *ServerTestCase_Status) GetGrpcStatusCode() uint32

func (*ServerTestCase_Status) GetHttpStatusCode

func (x *ServerTestCase_Status) GetHttpStatusCode() uint32

func (*ServerTestCase_Status) HashPB

func (m *ServerTestCase_Status) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*ServerTestCase_Status) MarshalToSizedBufferVT

func (m *ServerTestCase_Status) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerTestCase_Status) MarshalToVT

func (m *ServerTestCase_Status) MarshalToVT(dAtA []byte) (int, error)

func (*ServerTestCase_Status) MarshalVT

func (m *ServerTestCase_Status) MarshalVT() (dAtA []byte, err error)

func (*ServerTestCase_Status) ProtoMessage

func (*ServerTestCase_Status) ProtoMessage()

func (*ServerTestCase_Status) ProtoReflect

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

func (*ServerTestCase_Status) Reset

func (x *ServerTestCase_Status) Reset()

func (*ServerTestCase_Status) SizeVT

func (m *ServerTestCase_Status) SizeVT() (n int)

func (*ServerTestCase_Status) String

func (x *ServerTestCase_Status) String() string

func (*ServerTestCase_Status) UnmarshalVT

func (m *ServerTestCase_Status) UnmarshalVT(dAtA []byte) error

type ValidationErrContainer

type ValidationErrContainer struct {
	Errors []*v14.ValidationError `protobuf:"bytes,1,rep,name=errors,proto3" json:"errors,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidationErrContainer) Descriptor deprecated

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

Deprecated: Use ValidationErrContainer.ProtoReflect.Descriptor instead.

func (*ValidationErrContainer) GetErrors

func (x *ValidationErrContainer) GetErrors() []*v14.ValidationError

func (*ValidationErrContainer) HashPB

func (m *ValidationErrContainer) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*ValidationErrContainer) MarshalToSizedBufferVT

func (m *ValidationErrContainer) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ValidationErrContainer) MarshalToVT

func (m *ValidationErrContainer) MarshalToVT(dAtA []byte) (int, error)

func (*ValidationErrContainer) MarshalVT

func (m *ValidationErrContainer) MarshalVT() (dAtA []byte, err error)

func (*ValidationErrContainer) ProtoMessage

func (*ValidationErrContainer) ProtoMessage()

func (*ValidationErrContainer) ProtoReflect

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

func (*ValidationErrContainer) Reset

func (x *ValidationErrContainer) Reset()

func (*ValidationErrContainer) SizeVT

func (m *ValidationErrContainer) SizeVT() (n int)

func (*ValidationErrContainer) String

func (x *ValidationErrContainer) String() string

func (*ValidationErrContainer) UnmarshalVT

func (m *ValidationErrContainer) UnmarshalVT(dAtA []byte) error

type VerifyTestCase

type VerifyTestCase struct {
	Description string           `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
	WantErr     bool             `protobuf:"varint,2,opt,name=want_err,json=wantErr,proto3" json:"want_err,omitempty"`
	Want        *v13.TestResults `protobuf:"bytes,3,opt,name=want,proto3" json:"want,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyTestCase) Descriptor deprecated

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

Deprecated: Use VerifyTestCase.ProtoReflect.Descriptor instead.

func (*VerifyTestCase) GetDescription

func (x *VerifyTestCase) GetDescription() string

func (*VerifyTestCase) GetWant

func (x *VerifyTestCase) GetWant() *v13.TestResults

func (*VerifyTestCase) GetWantErr

func (x *VerifyTestCase) GetWantErr() bool

func (*VerifyTestCase) HashPB

func (m *VerifyTestCase) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*VerifyTestCase) MarshalToSizedBufferVT

func (m *VerifyTestCase) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*VerifyTestCase) MarshalToVT

func (m *VerifyTestCase) MarshalToVT(dAtA []byte) (int, error)

func (*VerifyTestCase) MarshalVT

func (m *VerifyTestCase) MarshalVT() (dAtA []byte, err error)

func (*VerifyTestCase) ProtoMessage

func (*VerifyTestCase) ProtoMessage()

func (*VerifyTestCase) ProtoReflect

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

func (*VerifyTestCase) Reset

func (x *VerifyTestCase) Reset()

func (*VerifyTestCase) SizeVT

func (m *VerifyTestCase) SizeVT() (n int)

func (*VerifyTestCase) String

func (x *VerifyTestCase) String() string

func (*VerifyTestCase) UnmarshalVT

func (m *VerifyTestCase) UnmarshalVT(dAtA []byte) error

type VerifyTestFixtureGetTestsTestCase

type VerifyTestFixtureGetTestsTestCase struct {
	Table     *v13.TestTable `protobuf:"bytes,1,opt,name=table,proto3" json:"table,omitempty"`
	WantTests []*v13.Test    `protobuf:"bytes,2,rep,name=want_tests,json=wantTests,proto3" json:"want_tests,omitempty"`
	WantErr   string         `protobuf:"bytes,3,opt,name=want_err,json=wantErr,proto3" json:"want_err,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyTestFixtureGetTestsTestCase) Descriptor deprecated

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

Deprecated: Use VerifyTestFixtureGetTestsTestCase.ProtoReflect.Descriptor instead.

func (*VerifyTestFixtureGetTestsTestCase) GetTable

func (*VerifyTestFixtureGetTestsTestCase) GetWantErr

func (x *VerifyTestFixtureGetTestsTestCase) GetWantErr() string

func (*VerifyTestFixtureGetTestsTestCase) GetWantTests

func (x *VerifyTestFixtureGetTestsTestCase) GetWantTests() []*v13.Test

func (*VerifyTestFixtureGetTestsTestCase) HashPB

func (m *VerifyTestFixtureGetTestsTestCase) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*VerifyTestFixtureGetTestsTestCase) MarshalToSizedBufferVT

func (m *VerifyTestFixtureGetTestsTestCase) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*VerifyTestFixtureGetTestsTestCase) MarshalToVT

func (m *VerifyTestFixtureGetTestsTestCase) MarshalToVT(dAtA []byte) (int, error)

func (*VerifyTestFixtureGetTestsTestCase) MarshalVT

func (m *VerifyTestFixtureGetTestsTestCase) MarshalVT() (dAtA []byte, err error)

func (*VerifyTestFixtureGetTestsTestCase) ProtoMessage

func (*VerifyTestFixtureGetTestsTestCase) ProtoMessage()

func (*VerifyTestFixtureGetTestsTestCase) ProtoReflect

func (*VerifyTestFixtureGetTestsTestCase) Reset

func (*VerifyTestFixtureGetTestsTestCase) SizeVT

func (m *VerifyTestFixtureGetTestsTestCase) SizeVT() (n int)

func (*VerifyTestFixtureGetTestsTestCase) String

func (*VerifyTestFixtureGetTestsTestCase) UnmarshalVT

func (m *VerifyTestFixtureGetTestsTestCase) UnmarshalVT(dAtA []byte) error

type WellKnownTypes added in v0.34.0

type WellKnownTypes struct {
	BoolWrapper           *wrapperspb.BoolValue     `protobuf:"bytes,1,opt,name=bool_wrapper,json=boolWrapper,proto3" json:"bool_wrapper,omitempty"`
	Int32Wrapper          *wrapperspb.Int32Value    `protobuf:"bytes,2,opt,name=int32_wrapper,json=int32Wrapper,proto3" json:"int32_wrapper,omitempty"`
	Int64Wrapper          *wrapperspb.Int64Value    `protobuf:"bytes,3,opt,name=int64_wrapper,json=int64Wrapper,proto3" json:"int64_wrapper,omitempty"`
	Uint32Wrapper         *wrapperspb.UInt32Value   `protobuf:"bytes,4,opt,name=uint32_wrapper,json=uint32Wrapper,proto3" json:"uint32_wrapper,omitempty"`
	Uint64Wrapper         *wrapperspb.UInt64Value   `protobuf:"bytes,5,opt,name=uint64_wrapper,json=uint64Wrapper,proto3" json:"uint64_wrapper,omitempty"`
	FloatWrapper          *wrapperspb.FloatValue    `protobuf:"bytes,6,opt,name=float_wrapper,json=floatWrapper,proto3" json:"float_wrapper,omitempty"`
	DoubleWrapper         *wrapperspb.DoubleValue   `protobuf:"bytes,7,opt,name=double_wrapper,json=doubleWrapper,proto3" json:"double_wrapper,omitempty"`
	StringWrapper         *wrapperspb.StringValue   `protobuf:"bytes,8,opt,name=string_wrapper,json=stringWrapper,proto3" json:"string_wrapper,omitempty"`
	BytesWrapper          *wrapperspb.BytesValue    `protobuf:"bytes,9,opt,name=bytes_wrapper,json=bytesWrapper,proto3" json:"bytes_wrapper,omitempty"`
	RepeatedBoolWrapper   []*wrapperspb.BoolValue   `protobuf:"bytes,10,rep,name=repeated_bool_wrapper,json=repeatedBoolWrapper,proto3" json:"repeated_bool_wrapper,omitempty"`
	RepeatedInt32Wrapper  []*wrapperspb.Int32Value  `protobuf:"bytes,11,rep,name=repeated_int32_wrapper,json=repeatedInt32Wrapper,proto3" json:"repeated_int32_wrapper,omitempty"`
	RepeatedInt64Wrapper  []*wrapperspb.Int64Value  `protobuf:"bytes,12,rep,name=repeated_int64_wrapper,json=repeatedInt64Wrapper,proto3" json:"repeated_int64_wrapper,omitempty"`
	RepeatedUint32Wrapper []*wrapperspb.UInt32Value `` /* 127-byte string literal not displayed */
	RepeatedUint64Wrapper []*wrapperspb.UInt64Value `` /* 127-byte string literal not displayed */
	RepeatedFloatWrapper  []*wrapperspb.FloatValue  `protobuf:"bytes,15,rep,name=repeated_float_wrapper,json=repeatedFloatWrapper,proto3" json:"repeated_float_wrapper,omitempty"`
	RepeatedDoubleWrapper []*wrapperspb.DoubleValue `` /* 127-byte string literal not displayed */
	RepeatedStringWrapper []*wrapperspb.StringValue `` /* 127-byte string literal not displayed */
	RepeatedBytesWrapper  []*wrapperspb.BytesValue  `protobuf:"bytes,18,rep,name=repeated_bytes_wrapper,json=repeatedBytesWrapper,proto3" json:"repeated_bytes_wrapper,omitempty"`
	Duration              *durationpb.Duration      `protobuf:"bytes,19,opt,name=duration,proto3" json:"duration,omitempty"`
	Timestamp             *timestamppb.Timestamp    `protobuf:"bytes,20,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Struct                *structpb.Struct          `protobuf:"bytes,21,opt,name=struct,proto3" json:"struct,omitempty"`
	Any                   *anypb.Any                `protobuf:"bytes,22,opt,name=any,proto3" json:"any,omitempty"`
	Value                 *structpb.Value           `protobuf:"bytes,23,opt,name=value,proto3" json:"value,omitempty"`
	NullValue             structpb.NullValue        `protobuf:"varint,24,opt,name=null_value,json=nullValue,proto3,enum=google.protobuf.NullValue" json:"null_value,omitempty"`
	RepeatedDuration      []*durationpb.Duration    `protobuf:"bytes,25,rep,name=repeated_duration,json=repeatedDuration,proto3" json:"repeated_duration,omitempty"`
	RepeatedTimestamp     []*timestamppb.Timestamp  `protobuf:"bytes,26,rep,name=repeated_timestamp,json=repeatedTimestamp,proto3" json:"repeated_timestamp,omitempty"`
	RepeatedStruct        []*structpb.Struct        `protobuf:"bytes,27,rep,name=repeated_struct,json=repeatedStruct,proto3" json:"repeated_struct,omitempty"`
	RepeatedAny           []*anypb.Any              `protobuf:"bytes,28,rep,name=repeated_any,json=repeatedAny,proto3" json:"repeated_any,omitempty"`
	RepeatedValue         []*structpb.Value         `protobuf:"bytes,29,rep,name=repeated_value,json=repeatedValue,proto3" json:"repeated_value,omitempty"`
	RepeatedListValue     []*structpb.ListValue     `protobuf:"bytes,30,rep,name=repeated_list_value,json=repeatedListValue,proto3" json:"repeated_list_value,omitempty"`
	OptionalNestedMsg     *WellKnownTypes_Nested    `protobuf:"bytes,31,opt,name=optional_nested_msg,json=optionalNestedMsg,proto3" json:"optional_nested_msg,omitempty"`
	// contains filtered or unexported fields
}

Taken from https://github.com/bufbuild/protobuf-conformance/blob/main/proto/google/protobuf/test_messages_proto3.proto

func (*WellKnownTypes) Descriptor deprecated added in v0.34.0

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

Deprecated: Use WellKnownTypes.ProtoReflect.Descriptor instead.

func (*WellKnownTypes) GetAny added in v0.34.0

func (x *WellKnownTypes) GetAny() *anypb.Any

func (*WellKnownTypes) GetBoolWrapper added in v0.34.0

func (x *WellKnownTypes) GetBoolWrapper() *wrapperspb.BoolValue

func (*WellKnownTypes) GetBytesWrapper added in v0.34.0

func (x *WellKnownTypes) GetBytesWrapper() *wrapperspb.BytesValue

func (*WellKnownTypes) GetDoubleWrapper added in v0.34.0

func (x *WellKnownTypes) GetDoubleWrapper() *wrapperspb.DoubleValue

func (*WellKnownTypes) GetDuration added in v0.34.0

func (x *WellKnownTypes) GetDuration() *durationpb.Duration

func (*WellKnownTypes) GetFloatWrapper added in v0.34.0

func (x *WellKnownTypes) GetFloatWrapper() *wrapperspb.FloatValue

func (*WellKnownTypes) GetInt32Wrapper added in v0.34.0

func (x *WellKnownTypes) GetInt32Wrapper() *wrapperspb.Int32Value

func (*WellKnownTypes) GetInt64Wrapper added in v0.34.0

func (x *WellKnownTypes) GetInt64Wrapper() *wrapperspb.Int64Value

func (*WellKnownTypes) GetNullValue added in v0.34.0

func (x *WellKnownTypes) GetNullValue() structpb.NullValue

func (*WellKnownTypes) GetOptionalNestedMsg added in v0.34.0

func (x *WellKnownTypes) GetOptionalNestedMsg() *WellKnownTypes_Nested

func (*WellKnownTypes) GetRepeatedAny added in v0.34.0

func (x *WellKnownTypes) GetRepeatedAny() []*anypb.Any

func (*WellKnownTypes) GetRepeatedBoolWrapper added in v0.34.0

func (x *WellKnownTypes) GetRepeatedBoolWrapper() []*wrapperspb.BoolValue

func (*WellKnownTypes) GetRepeatedBytesWrapper added in v0.34.0

func (x *WellKnownTypes) GetRepeatedBytesWrapper() []*wrapperspb.BytesValue

func (*WellKnownTypes) GetRepeatedDoubleWrapper added in v0.34.0

func (x *WellKnownTypes) GetRepeatedDoubleWrapper() []*wrapperspb.DoubleValue

func (*WellKnownTypes) GetRepeatedDuration added in v0.34.0

func (x *WellKnownTypes) GetRepeatedDuration() []*durationpb.Duration

func (*WellKnownTypes) GetRepeatedFloatWrapper added in v0.34.0

func (x *WellKnownTypes) GetRepeatedFloatWrapper() []*wrapperspb.FloatValue

func (*WellKnownTypes) GetRepeatedInt32Wrapper added in v0.34.0

func (x *WellKnownTypes) GetRepeatedInt32Wrapper() []*wrapperspb.Int32Value

func (*WellKnownTypes) GetRepeatedInt64Wrapper added in v0.34.0

func (x *WellKnownTypes) GetRepeatedInt64Wrapper() []*wrapperspb.Int64Value

func (*WellKnownTypes) GetRepeatedListValue added in v0.34.0

func (x *WellKnownTypes) GetRepeatedListValue() []*structpb.ListValue

func (*WellKnownTypes) GetRepeatedStringWrapper added in v0.34.0

func (x *WellKnownTypes) GetRepeatedStringWrapper() []*wrapperspb.StringValue

func (*WellKnownTypes) GetRepeatedStruct added in v0.34.0

func (x *WellKnownTypes) GetRepeatedStruct() []*structpb.Struct

func (*WellKnownTypes) GetRepeatedTimestamp added in v0.34.0

func (x *WellKnownTypes) GetRepeatedTimestamp() []*timestamppb.Timestamp

func (*WellKnownTypes) GetRepeatedUint32Wrapper added in v0.34.0

func (x *WellKnownTypes) GetRepeatedUint32Wrapper() []*wrapperspb.UInt32Value

func (*WellKnownTypes) GetRepeatedUint64Wrapper added in v0.34.0

func (x *WellKnownTypes) GetRepeatedUint64Wrapper() []*wrapperspb.UInt64Value

func (*WellKnownTypes) GetRepeatedValue added in v0.34.0

func (x *WellKnownTypes) GetRepeatedValue() []*structpb.Value

func (*WellKnownTypes) GetStringWrapper added in v0.34.0

func (x *WellKnownTypes) GetStringWrapper() *wrapperspb.StringValue

func (*WellKnownTypes) GetStruct added in v0.34.0

func (x *WellKnownTypes) GetStruct() *structpb.Struct

func (*WellKnownTypes) GetTimestamp added in v0.34.0

func (x *WellKnownTypes) GetTimestamp() *timestamppb.Timestamp

func (*WellKnownTypes) GetUint32Wrapper added in v0.34.0

func (x *WellKnownTypes) GetUint32Wrapper() *wrapperspb.UInt32Value

func (*WellKnownTypes) GetUint64Wrapper added in v0.34.0

func (x *WellKnownTypes) GetUint64Wrapper() *wrapperspb.UInt64Value

func (*WellKnownTypes) GetValue added in v0.34.0

func (x *WellKnownTypes) GetValue() *structpb.Value

func (*WellKnownTypes) HashPB added in v0.34.0

func (m *WellKnownTypes) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*WellKnownTypes) MarshalToSizedBufferVT added in v0.34.0

func (m *WellKnownTypes) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WellKnownTypes) MarshalToVT added in v0.34.0

func (m *WellKnownTypes) MarshalToVT(dAtA []byte) (int, error)

func (*WellKnownTypes) MarshalVT added in v0.34.0

func (m *WellKnownTypes) MarshalVT() (dAtA []byte, err error)

func (*WellKnownTypes) ProtoMessage added in v0.34.0

func (*WellKnownTypes) ProtoMessage()

func (*WellKnownTypes) ProtoReflect added in v0.34.0

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

func (*WellKnownTypes) Reset added in v0.34.0

func (x *WellKnownTypes) Reset()

func (*WellKnownTypes) SizeVT added in v0.34.0

func (m *WellKnownTypes) SizeVT() (n int)

func (*WellKnownTypes) String added in v0.34.0

func (x *WellKnownTypes) String() string

func (*WellKnownTypes) UnmarshalVT added in v0.34.0

func (m *WellKnownTypes) UnmarshalVT(dAtA []byte) error

type WellKnownTypes_Nested added in v0.34.0

type WellKnownTypes_Nested struct {
	StringField string          `protobuf:"bytes,1,opt,name=string_field,json=stringField,proto3" json:"string_field,omitempty"`
	ValueField  *structpb.Value `protobuf:"bytes,2,opt,name=value_field,json=valueField,proto3" json:"value_field,omitempty"`
	// contains filtered or unexported fields
}

func (*WellKnownTypes_Nested) Descriptor deprecated added in v0.34.0

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

Deprecated: Use WellKnownTypes_Nested.ProtoReflect.Descriptor instead.

func (*WellKnownTypes_Nested) GetStringField added in v0.34.0

func (x *WellKnownTypes_Nested) GetStringField() string

func (*WellKnownTypes_Nested) GetValueField added in v0.34.0

func (x *WellKnownTypes_Nested) GetValueField() *structpb.Value

func (*WellKnownTypes_Nested) HashPB added in v0.34.0

func (m *WellKnownTypes_Nested) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*WellKnownTypes_Nested) MarshalToSizedBufferVT added in v0.34.0

func (m *WellKnownTypes_Nested) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WellKnownTypes_Nested) MarshalToVT added in v0.34.0

func (m *WellKnownTypes_Nested) MarshalToVT(dAtA []byte) (int, error)

func (*WellKnownTypes_Nested) MarshalVT added in v0.34.0

func (m *WellKnownTypes_Nested) MarshalVT() (dAtA []byte, err error)

func (*WellKnownTypes_Nested) ProtoMessage added in v0.34.0

func (*WellKnownTypes_Nested) ProtoMessage()

func (*WellKnownTypes_Nested) ProtoReflect added in v0.34.0

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

func (*WellKnownTypes_Nested) Reset added in v0.34.0

func (x *WellKnownTypes_Nested) Reset()

func (*WellKnownTypes_Nested) SizeVT added in v0.34.0

func (m *WellKnownTypes_Nested) SizeVT() (n int)

func (*WellKnownTypes_Nested) String added in v0.34.0

func (x *WellKnownTypes_Nested) String() string

func (*WellKnownTypes_Nested) UnmarshalVT added in v0.34.0

func (m *WellKnownTypes_Nested) UnmarshalVT(dAtA []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL