Documentation ¶
Index ¶
- Variables
- type Validator
- func (*Validator) Descriptor() ([]byte, []int)deprecated
- func (x *Validator) GetHttpValidator() *proto.Validator
- func (x *Validator) GetIntegrityValidator() *proto1.Validator
- func (x *Validator) GetName() string
- func (x *Validator) GetRegex() string
- func (m *Validator) GetType() isValidator_Type
- func (*Validator) ProtoMessage()
- func (x *Validator) ProtoReflect() protoreflect.Message
- func (x *Validator) Reset()
- func (x *Validator) String() string
- type Validator_HttpValidator
- type Validator_IntegrityValidator
- type Validator_Regex
Constants ¶
This section is empty.
Variables ¶
View Source
var File_github_com_google_cloudprober_validators_proto_config_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Validator ¶
type Validator struct { Name *string `protobuf:"bytes,1,req,name=name" json:"name,omitempty"` // Types that are assignable to Type: // *Validator_HttpValidator // *Validator_IntegrityValidator // *Validator_Regex Type isValidator_Type `protobuf_oneof:"type"` // contains filtered or unexported fields }
func (*Validator) Descriptor
deprecated
func (*Validator) GetHttpValidator ¶
func (*Validator) GetIntegrityValidator ¶
func (*Validator) ProtoMessage ¶
func (*Validator) ProtoMessage()
func (*Validator) ProtoReflect ¶ added in v0.10.8
func (x *Validator) ProtoReflect() protoreflect.Message
type Validator_HttpValidator ¶
type Validator_Regex ¶
type Validator_Regex struct { // Regex validator Regex string `protobuf:"bytes,4,opt,name=regex,oneof"` }
Click to show internal directories.
Click to hide internal directories.