Documentation ¶
Index ¶
- type DNSQueryTestServiceClient
- type DNSQueryTestServiceDescriptor
- func (d *DNSQueryTestServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor
- func (d *DNSQueryTestServiceDescriptor) GetApiName() string
- func (d *DNSQueryTestServiceDescriptor) GetFullAPIName() string
- func (d *DNSQueryTestServiceDescriptor) GetProtoPkgName() string
- func (d *DNSQueryTestServiceDescriptor) GetServiceDomain() string
- func (d *DNSQueryTestServiceDescriptor) GetServiceVersion() string
- type RunDNSQueryTestDescriptor
- func (d *RunDNSQueryTestDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *RunDNSQueryTestDescriptor) GetApiName() string
- func (d *RunDNSQueryTestDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *RunDNSQueryTestDescriptor) GetFullMethodName() string
- func (d *RunDNSQueryTestDescriptor) GetMethodName() string
- func (d *RunDNSQueryTestDescriptor) GetProtoPkgName() string
- func (d *RunDNSQueryTestDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *RunDNSQueryTestDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *RunDNSQueryTestDescriptor) GetServiceDomain() string
- func (d *RunDNSQueryTestDescriptor) GetServiceVersion() string
- func (d *RunDNSQueryTestDescriptor) GetVerb() string
- func (d *RunDNSQueryTestDescriptor) HasResource() bool
- func (d *RunDNSQueryTestDescriptor) IsClientStream() bool
- func (d *RunDNSQueryTestDescriptor) IsCollection() bool
- func (d *RunDNSQueryTestDescriptor) IsPlural() bool
- func (d *RunDNSQueryTestDescriptor) IsServerStream() bool
- func (d *RunDNSQueryTestDescriptor) IsUnary() bool
- func (d *RunDNSQueryTestDescriptor) NewEmptyClientMsg() proto.Message
- func (d *RunDNSQueryTestDescriptor) NewEmptyServerMsg() proto.Message
- func (d *RunDNSQueryTestDescriptor) RequestHasResourceBody() bool
- type RunDNSQueryTestDescriptorClientMsgHandle
- func (h *RunDNSQueryTestDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *RunDNSQueryTestDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *RunDNSQueryTestDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type RunDNSQueryTestDescriptorServerMsgHandle
- func (h *RunDNSQueryTestDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *RunDNSQueryTestDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *RunDNSQueryTestDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type RunDNSQueryTestRequest
- func (o *RunDNSQueryTestRequest) Clone() *RunDNSQueryTestRequest
- func (o *RunDNSQueryTestRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*RunDNSQueryTestRequest) Descriptor() ([]byte, []int)
- func (m *RunDNSQueryTestRequest) GetName() *probe.Reference
- func (m *RunDNSQueryTestRequest) GetNoRecursionDesired() bool
- func (m *RunDNSQueryTestRequest) GetOutputFormat() common.OnDemandTestResponseFormat
- func (m *RunDNSQueryTestRequest) GetPort() uint32
- func (m *RunDNSQueryTestRequest) GetQuery() *common.DNSQuery
- func (m *RunDNSQueryTestRequest) GetReverse() bool
- func (m *RunDNSQueryTestRequest) GetServer() string
- func (m *RunDNSQueryTestRequest) GetTcp() bool
- func (*RunDNSQueryTestRequest) GotenMessage()
- func (o *RunDNSQueryTestRequest) GotenObjectExt()
- func (obj *RunDNSQueryTestRequest) GotenValidate() error
- func (o *RunDNSQueryTestRequest) MakeDiffFieldMask(other *RunDNSQueryTestRequest) *RunDNSQueryTestRequest_FieldMask
- func (o *RunDNSQueryTestRequest) MakeFullFieldMask() *RunDNSQueryTestRequest_FieldMask
- func (o *RunDNSQueryTestRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *RunDNSQueryTestRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *RunDNSQueryTestRequest) Marshal() ([]byte, error)
- func (m *RunDNSQueryTestRequest) MarshalJSON() ([]byte, error)
- func (o *RunDNSQueryTestRequest) Merge(source *RunDNSQueryTestRequest)
- func (o *RunDNSQueryTestRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*RunDNSQueryTestRequest) ProtoMessage()
- func (m *RunDNSQueryTestRequest) ProtoReflect() preflect.Message
- func (m *RunDNSQueryTestRequest) Reset()
- func (m *RunDNSQueryTestRequest) SetName(fv *probe.Reference)
- func (m *RunDNSQueryTestRequest) SetNoRecursionDesired(fv bool)
- func (m *RunDNSQueryTestRequest) SetOutputFormat(fv common.OnDemandTestResponseFormat)
- func (m *RunDNSQueryTestRequest) SetPort(fv uint32)
- func (m *RunDNSQueryTestRequest) SetQuery(fv *common.DNSQuery)
- func (m *RunDNSQueryTestRequest) SetReverse(fv bool)
- func (m *RunDNSQueryTestRequest) SetServer(fv string)
- func (m *RunDNSQueryTestRequest) SetTcp(fv bool)
- func (m *RunDNSQueryTestRequest) String() string
- func (m *RunDNSQueryTestRequest) Unmarshal(b []byte) error
- func (m *RunDNSQueryTestRequest) UnmarshalJSON(data []byte) error
- type RunDNSQueryTestRequestFieldPathBuilder
- func (RunDNSQueryTestRequestFieldPathBuilder) Name() RunDNSQueryTestRequestPathSelectorName
- func (RunDNSQueryTestRequestFieldPathBuilder) NoRecursionDesired() RunDNSQueryTestRequestPathSelectorNoRecursionDesired
- func (RunDNSQueryTestRequestFieldPathBuilder) OutputFormat() RunDNSQueryTestRequestPathSelectorOutputFormat
- func (RunDNSQueryTestRequestFieldPathBuilder) Port() RunDNSQueryTestRequestPathSelectorPort
- func (RunDNSQueryTestRequestFieldPathBuilder) Query() RunDNSQueryTestRequestPathSelectorQuery
- func (RunDNSQueryTestRequestFieldPathBuilder) Reverse() RunDNSQueryTestRequestPathSelectorReverse
- func (RunDNSQueryTestRequestFieldPathBuilder) Server() RunDNSQueryTestRequestPathSelectorServer
- func (RunDNSQueryTestRequestFieldPathBuilder) Tcp() RunDNSQueryTestRequestPathSelectorTcp
- type RunDNSQueryTestRequestPathSelectorName
- func (RunDNSQueryTestRequestPathSelectorName) FieldPath() *RunDNSQueryTestRequest_FieldTerminalPath
- func (s RunDNSQueryTestRequestPathSelectorName) WithArrayOfValues(values []*probe.Reference) *RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues
- func (s RunDNSQueryTestRequestPathSelectorName) WithValue(value *probe.Reference) *RunDNSQueryTestRequest_FieldTerminalPathValue
- type RunDNSQueryTestRequestPathSelectorNoRecursionDesired
- func (RunDNSQueryTestRequestPathSelectorNoRecursionDesired) FieldPath() *RunDNSQueryTestRequest_FieldTerminalPath
- func (s RunDNSQueryTestRequestPathSelectorNoRecursionDesired) WithArrayOfValues(values []bool) *RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues
- func (s RunDNSQueryTestRequestPathSelectorNoRecursionDesired) WithValue(value bool) *RunDNSQueryTestRequest_FieldTerminalPathValue
- type RunDNSQueryTestRequestPathSelectorOutputFormat
- func (RunDNSQueryTestRequestPathSelectorOutputFormat) FieldPath() *RunDNSQueryTestRequest_FieldTerminalPath
- func (s RunDNSQueryTestRequestPathSelectorOutputFormat) WithArrayOfValues(values []common.OnDemandTestResponseFormat) *RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues
- func (s RunDNSQueryTestRequestPathSelectorOutputFormat) WithValue(value common.OnDemandTestResponseFormat) *RunDNSQueryTestRequest_FieldTerminalPathValue
- type RunDNSQueryTestRequestPathSelectorPort
- func (RunDNSQueryTestRequestPathSelectorPort) FieldPath() *RunDNSQueryTestRequest_FieldTerminalPath
- func (s RunDNSQueryTestRequestPathSelectorPort) WithArrayOfValues(values []uint32) *RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues
- func (s RunDNSQueryTestRequestPathSelectorPort) WithValue(value uint32) *RunDNSQueryTestRequest_FieldTerminalPathValue
- type RunDNSQueryTestRequestPathSelectorQuery
- func (RunDNSQueryTestRequestPathSelectorQuery) FieldPath() *RunDNSQueryTestRequest_FieldTerminalPath
- func (RunDNSQueryTestRequestPathSelectorQuery) Name() RunDNSQueryTestRequestPathSelectorQueryName
- func (RunDNSQueryTestRequestPathSelectorQuery) Qclass() RunDNSQueryTestRequestPathSelectorQueryQclass
- func (RunDNSQueryTestRequestPathSelectorQuery) Qtype() RunDNSQueryTestRequestPathSelectorQueryQtype
- func (s RunDNSQueryTestRequestPathSelectorQuery) WithArrayOfValues(values []*common.DNSQuery) *RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues
- func (s RunDNSQueryTestRequestPathSelectorQuery) WithSubArrayItemValue(subPathArrayItemValue common.DNSQuery_FieldPathArrayItemValue) *RunDNSQueryTestRequest_FieldSubPathArrayItemValue
- func (s RunDNSQueryTestRequestPathSelectorQuery) WithSubArrayOfValues(subPathArrayOfValues common.DNSQuery_FieldPathArrayOfValues) *RunDNSQueryTestRequest_FieldSubPathArrayOfValues
- func (RunDNSQueryTestRequestPathSelectorQuery) WithSubPath(subPath common.DNSQuery_FieldPath) *RunDNSQueryTestRequest_FieldSubPath
- func (s RunDNSQueryTestRequestPathSelectorQuery) WithSubValue(subPathValue common.DNSQuery_FieldPathValue) *RunDNSQueryTestRequest_FieldSubPathValue
- func (s RunDNSQueryTestRequestPathSelectorQuery) WithValue(value *common.DNSQuery) *RunDNSQueryTestRequest_FieldTerminalPathValue
- type RunDNSQueryTestRequestPathSelectorQueryName
- func (RunDNSQueryTestRequestPathSelectorQueryName) FieldPath() *RunDNSQueryTestRequest_FieldSubPath
- func (s RunDNSQueryTestRequestPathSelectorQueryName) WithArrayOfValues(values []string) *RunDNSQueryTestRequest_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestRequestPathSelectorQueryName) WithValue(value string) *RunDNSQueryTestRequest_FieldSubPathValue
- type RunDNSQueryTestRequestPathSelectorQueryQclass
- func (RunDNSQueryTestRequestPathSelectorQueryQclass) FieldPath() *RunDNSQueryTestRequest_FieldSubPath
- func (s RunDNSQueryTestRequestPathSelectorQueryQclass) WithArrayOfValues(values []common.DNSClass) *RunDNSQueryTestRequest_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestRequestPathSelectorQueryQclass) WithValue(value common.DNSClass) *RunDNSQueryTestRequest_FieldSubPathValue
- type RunDNSQueryTestRequestPathSelectorQueryQtype
- func (RunDNSQueryTestRequestPathSelectorQueryQtype) FieldPath() *RunDNSQueryTestRequest_FieldSubPath
- func (s RunDNSQueryTestRequestPathSelectorQueryQtype) WithArrayOfValues(values []common.DNSResourceRecordType) *RunDNSQueryTestRequest_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestRequestPathSelectorQueryQtype) WithValue(value common.DNSResourceRecordType) *RunDNSQueryTestRequest_FieldSubPathValue
- type RunDNSQueryTestRequestPathSelectorReverse
- func (RunDNSQueryTestRequestPathSelectorReverse) FieldPath() *RunDNSQueryTestRequest_FieldTerminalPath
- func (s RunDNSQueryTestRequestPathSelectorReverse) WithArrayOfValues(values []bool) *RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues
- func (s RunDNSQueryTestRequestPathSelectorReverse) WithValue(value bool) *RunDNSQueryTestRequest_FieldTerminalPathValue
- type RunDNSQueryTestRequestPathSelectorServer
- func (RunDNSQueryTestRequestPathSelectorServer) FieldPath() *RunDNSQueryTestRequest_FieldTerminalPath
- func (s RunDNSQueryTestRequestPathSelectorServer) WithArrayOfValues(values []string) *RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues
- func (s RunDNSQueryTestRequestPathSelectorServer) WithValue(value string) *RunDNSQueryTestRequest_FieldTerminalPathValue
- type RunDNSQueryTestRequestPathSelectorTcp
- func (RunDNSQueryTestRequestPathSelectorTcp) FieldPath() *RunDNSQueryTestRequest_FieldTerminalPath
- func (s RunDNSQueryTestRequestPathSelectorTcp) WithArrayOfValues(values []bool) *RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues
- func (s RunDNSQueryTestRequestPathSelectorTcp) WithValue(value bool) *RunDNSQueryTestRequest_FieldTerminalPathValue
- type RunDNSQueryTestRequest_FieldMask
- func (fieldMask *RunDNSQueryTestRequest_FieldMask) AppendPath(path RunDNSQueryTestRequest_FieldPath)
- func (fieldMask *RunDNSQueryTestRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *RunDNSQueryTestRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *RunDNSQueryTestRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *RunDNSQueryTestRequest_FieldMask) FilterInputFields() *RunDNSQueryTestRequest_FieldMask
- func (fieldMask *RunDNSQueryTestRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *RunDNSQueryTestRequest_FieldMask) GetPaths() []RunDNSQueryTestRequest_FieldPath
- func (fieldMask *RunDNSQueryTestRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *RunDNSQueryTestRequest_FieldMask) IsFull() bool
- func (fieldMask RunDNSQueryTestRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask RunDNSQueryTestRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *RunDNSQueryTestRequest_FieldMask) PathsCount() int
- func (fieldMask *RunDNSQueryTestRequest_FieldMask) Project(source *RunDNSQueryTestRequest) *RunDNSQueryTestRequest
- func (fieldMask *RunDNSQueryTestRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *RunDNSQueryTestRequest_FieldMask) ProtoMessage()
- func (fieldMask *RunDNSQueryTestRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *RunDNSQueryTestRequest_FieldMask) Reset()
- func (fieldMask *RunDNSQueryTestRequest_FieldMask) Set(target, source *RunDNSQueryTestRequest)
- func (fieldMask *RunDNSQueryTestRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *RunDNSQueryTestRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *RunDNSQueryTestRequest_FieldMask) Size() int
- func (fieldMask *RunDNSQueryTestRequest_FieldMask) String() string
- func (fieldMask *RunDNSQueryTestRequest_FieldMask) Subtract(other *RunDNSQueryTestRequest_FieldMask) *RunDNSQueryTestRequest_FieldMask
- func (fieldMask *RunDNSQueryTestRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *RunDNSQueryTestRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *RunDNSQueryTestRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *RunDNSQueryTestRequest_FieldMask) UnmarshalJSON(data []byte) error
- type RunDNSQueryTestRequest_FieldPath
- func BuildRunDNSQueryTestRequest_FieldPath(fp gotenobject.RawFieldPath) (RunDNSQueryTestRequest_FieldPath, error)
- func MustParseRunDNSQueryTestRequest_FieldPath(rawField string) RunDNSQueryTestRequest_FieldPath
- func ParseRunDNSQueryTestRequest_FieldPath(rawField string) (RunDNSQueryTestRequest_FieldPath, error)
- type RunDNSQueryTestRequest_FieldPathArrayItemValue
- type RunDNSQueryTestRequest_FieldPathArrayOfValues
- type RunDNSQueryTestRequest_FieldPathSelector
- type RunDNSQueryTestRequest_FieldPathValue
- type RunDNSQueryTestRequest_FieldSubPath
- func (fps *RunDNSQueryTestRequest_FieldSubPath) AsQuerySubPath() (common.DNSQuery_FieldPath, bool)
- func (fps *RunDNSQueryTestRequest_FieldSubPath) ClearValue(item *RunDNSQueryTestRequest)
- func (fps *RunDNSQueryTestRequest_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *RunDNSQueryTestRequest_FieldSubPath) Get(source *RunDNSQueryTestRequest) (values []interface{})
- func (fps *RunDNSQueryTestRequest_FieldSubPath) GetDefault() interface{}
- func (fps *RunDNSQueryTestRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *RunDNSQueryTestRequest_FieldSubPath) GetSingle(source *RunDNSQueryTestRequest) (interface{}, bool)
- func (fps *RunDNSQueryTestRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *RunDNSQueryTestRequest_FieldSubPath) IsLeaf() bool
- func (fps *RunDNSQueryTestRequest_FieldSubPath) JSONString() string
- func (fps *RunDNSQueryTestRequest_FieldSubPath) Selector() RunDNSQueryTestRequest_FieldPathSelector
- func (fps *RunDNSQueryTestRequest_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *RunDNSQueryTestRequest_FieldSubPath) String() string
- func (fps *RunDNSQueryTestRequest_FieldSubPath) WithIArrayItemValue(value interface{}) RunDNSQueryTestRequest_FieldPathArrayItemValue
- func (fps *RunDNSQueryTestRequest_FieldSubPath) WithIArrayOfValues(values interface{}) RunDNSQueryTestRequest_FieldPathArrayOfValues
- func (fps *RunDNSQueryTestRequest_FieldSubPath) WithIValue(value interface{}) RunDNSQueryTestRequest_FieldPathValue
- func (fps *RunDNSQueryTestRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *RunDNSQueryTestRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *RunDNSQueryTestRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type RunDNSQueryTestRequest_FieldSubPathArrayItemValue
- func (fpaivs *RunDNSQueryTestRequest_FieldSubPathArrayItemValue) AsQueryPathItemValue() (common.DNSQuery_FieldPathArrayItemValue, bool)
- func (fpaivs *RunDNSQueryTestRequest_FieldSubPathArrayItemValue) ContainsValue(source *RunDNSQueryTestRequest) bool
- func (fpaivs *RunDNSQueryTestRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type RunDNSQueryTestRequest_FieldSubPathArrayOfValues
- type RunDNSQueryTestRequest_FieldSubPathValue
- func (fpvs *RunDNSQueryTestRequest_FieldSubPathValue) AsQueryPathValue() (common.DNSQuery_FieldPathValue, bool)
- func (fpvs *RunDNSQueryTestRequest_FieldSubPathValue) CompareWith(source *RunDNSQueryTestRequest) (int, bool)
- func (fpvs *RunDNSQueryTestRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *RunDNSQueryTestRequest_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *RunDNSQueryTestRequest_FieldSubPathValue) SetTo(target **RunDNSQueryTestRequest)
- func (fpvs *RunDNSQueryTestRequest_FieldSubPathValue) SetToRaw(target proto.Message)
- type RunDNSQueryTestRequest_FieldTerminalPath
- func (fp *RunDNSQueryTestRequest_FieldTerminalPath) ClearValue(item *RunDNSQueryTestRequest)
- func (fp *RunDNSQueryTestRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *RunDNSQueryTestRequest_FieldTerminalPath) Get(source *RunDNSQueryTestRequest) (values []interface{})
- func (fp *RunDNSQueryTestRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *RunDNSQueryTestRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *RunDNSQueryTestRequest_FieldTerminalPath) GetSingle(source *RunDNSQueryTestRequest) (interface{}, bool)
- func (fp *RunDNSQueryTestRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *RunDNSQueryTestRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *RunDNSQueryTestRequest_FieldTerminalPath) JSONString() string
- func (fp *RunDNSQueryTestRequest_FieldTerminalPath) Selector() RunDNSQueryTestRequest_FieldPathSelector
- func (fp *RunDNSQueryTestRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *RunDNSQueryTestRequest_FieldTerminalPath) String() string
- func (fp *RunDNSQueryTestRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) RunDNSQueryTestRequest_FieldPathArrayItemValue
- func (fp *RunDNSQueryTestRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) RunDNSQueryTestRequest_FieldPathArrayOfValues
- func (fp *RunDNSQueryTestRequest_FieldTerminalPath) WithIValue(value interface{}) RunDNSQueryTestRequest_FieldPathValue
- func (fp *RunDNSQueryTestRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *RunDNSQueryTestRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *RunDNSQueryTestRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type RunDNSQueryTestRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *RunDNSQueryTestRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *RunDNSQueryTestRequest) bool
- func (fpaiv *RunDNSQueryTestRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *RunDNSQueryTestRequest_FieldTerminalPathArrayItemValue) GetSingle(source *RunDNSQueryTestRequest) (interface{}, bool)
- func (fpaiv *RunDNSQueryTestRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues
- func (fpaov *RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*probe.Reference, bool)
- func (fpaov *RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues) AsNoRecursionDesiredArrayOfValues() ([]bool, bool)
- func (fpaov *RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues) AsOutputFormatArrayOfValues() ([]common.OnDemandTestResponseFormat, bool)
- func (fpaov *RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues) AsPortArrayOfValues() ([]uint32, bool)
- func (fpaov *RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues) AsQueryArrayOfValues() ([]*common.DNSQuery, bool)
- func (fpaov *RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues) AsReverseArrayOfValues() ([]bool, bool)
- func (fpaov *RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues) AsServerArrayOfValues() ([]string, bool)
- func (fpaov *RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues) AsTcpArrayOfValues() ([]bool, bool)
- func (fpaov *RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type RunDNSQueryTestRequest_FieldTerminalPathValue
- func (fpv *RunDNSQueryTestRequest_FieldTerminalPathValue) AsNameValue() (*probe.Reference, bool)
- func (fpv *RunDNSQueryTestRequest_FieldTerminalPathValue) AsNoRecursionDesiredValue() (bool, bool)
- func (fpv *RunDNSQueryTestRequest_FieldTerminalPathValue) AsOutputFormatValue() (common.OnDemandTestResponseFormat, bool)
- func (fpv *RunDNSQueryTestRequest_FieldTerminalPathValue) AsPortValue() (uint32, bool)
- func (fpv *RunDNSQueryTestRequest_FieldTerminalPathValue) AsQueryValue() (*common.DNSQuery, bool)
- func (fpv *RunDNSQueryTestRequest_FieldTerminalPathValue) AsReverseValue() (bool, bool)
- func (fpv *RunDNSQueryTestRequest_FieldTerminalPathValue) AsServerValue() (string, bool)
- func (fpv *RunDNSQueryTestRequest_FieldTerminalPathValue) AsTcpValue() (bool, bool)
- func (fpv *RunDNSQueryTestRequest_FieldTerminalPathValue) CompareWith(source *RunDNSQueryTestRequest) (int, bool)
- func (fpv *RunDNSQueryTestRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *RunDNSQueryTestRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *RunDNSQueryTestRequest_FieldTerminalPathValue) SetTo(target **RunDNSQueryTestRequest)
- func (fpv *RunDNSQueryTestRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type RunDNSQueryTestResponse
- func (o *RunDNSQueryTestResponse) Clone() *RunDNSQueryTestResponse
- func (o *RunDNSQueryTestResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*RunDNSQueryTestResponse) Descriptor() ([]byte, []int)
- func (m *RunDNSQueryTestResponse) GetJsonResponse() *RunDNSQueryTestResponse_JsonResponse
- func (m *RunDNSQueryTestResponse) GetTextResponse() string
- func (*RunDNSQueryTestResponse) GotenMessage()
- func (o *RunDNSQueryTestResponse) GotenObjectExt()
- func (obj *RunDNSQueryTestResponse) GotenValidate() error
- func (o *RunDNSQueryTestResponse) MakeDiffFieldMask(other *RunDNSQueryTestResponse) *RunDNSQueryTestResponse_FieldMask
- func (o *RunDNSQueryTestResponse) MakeFullFieldMask() *RunDNSQueryTestResponse_FieldMask
- func (o *RunDNSQueryTestResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *RunDNSQueryTestResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *RunDNSQueryTestResponse) Marshal() ([]byte, error)
- func (m *RunDNSQueryTestResponse) MarshalJSON() ([]byte, error)
- func (o *RunDNSQueryTestResponse) Merge(source *RunDNSQueryTestResponse)
- func (o *RunDNSQueryTestResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*RunDNSQueryTestResponse) ProtoMessage()
- func (m *RunDNSQueryTestResponse) ProtoReflect() preflect.Message
- func (m *RunDNSQueryTestResponse) Reset()
- func (m *RunDNSQueryTestResponse) SetJsonResponse(fv *RunDNSQueryTestResponse_JsonResponse)
- func (m *RunDNSQueryTestResponse) SetTextResponse(fv string)
- func (m *RunDNSQueryTestResponse) String() string
- func (m *RunDNSQueryTestResponse) Unmarshal(b []byte) error
- func (m *RunDNSQueryTestResponse) UnmarshalJSON(data []byte) error
- type RunDNSQueryTestResponseFieldPathBuilder
- type RunDNSQueryTestResponseJsonResponseFieldPathBuilder
- func (RunDNSQueryTestResponseJsonResponseFieldPathBuilder) Answers() RunDNSQueryTestResponse_JsonResponsePathSelectorAnswers
- func (RunDNSQueryTestResponseJsonResponseFieldPathBuilder) Extras() RunDNSQueryTestResponse_JsonResponsePathSelectorExtras
- func (RunDNSQueryTestResponseJsonResponseFieldPathBuilder) Flags() RunDNSQueryTestResponse_JsonResponsePathSelectorFlags
- func (RunDNSQueryTestResponseJsonResponseFieldPathBuilder) Id() RunDNSQueryTestResponse_JsonResponsePathSelectorId
- func (RunDNSQueryTestResponseJsonResponseFieldPathBuilder) Ns() RunDNSQueryTestResponse_JsonResponsePathSelectorNs
- func (RunDNSQueryTestResponseJsonResponseFieldPathBuilder) Queries() RunDNSQueryTestResponse_JsonResponsePathSelectorQueries
- func (RunDNSQueryTestResponseJsonResponseFieldPathBuilder) Rcode() RunDNSQueryTestResponse_JsonResponsePathSelectorRcode
- func (RunDNSQueryTestResponseJsonResponseFieldPathBuilder) Rtt() RunDNSQueryTestResponse_JsonResponsePathSelectorRtt
- type RunDNSQueryTestResponseJsonResponse_FieldPath
- func BuildRunDNSQueryTestResponseJsonResponse_FieldPath(fp gotenobject.RawFieldPath) (RunDNSQueryTestResponseJsonResponse_FieldPath, error)
- func MustParseRunDNSQueryTestResponseJsonResponse_FieldPath(rawField string) RunDNSQueryTestResponseJsonResponse_FieldPath
- func ParseRunDNSQueryTestResponseJsonResponse_FieldPath(rawField string) (RunDNSQueryTestResponseJsonResponse_FieldPath, error)
- type RunDNSQueryTestResponseJsonResponse_FieldPathArrayItemValue
- func MustParseRunDNSQueryTestResponseJsonResponse_FieldPathArrayItemValue(pathStr, valueStr string) RunDNSQueryTestResponseJsonResponse_FieldPathArrayItemValue
- func ParseRunDNSQueryTestResponseJsonResponse_FieldPathArrayItemValue(pathStr, valueStr string) (RunDNSQueryTestResponseJsonResponse_FieldPathArrayItemValue, error)
- type RunDNSQueryTestResponseJsonResponse_FieldPathArrayOfValues
- func MustParseRunDNSQueryTestResponseJsonResponse_FieldPathArrayOfValues(pathStr, valuesStr string) RunDNSQueryTestResponseJsonResponse_FieldPathArrayOfValues
- func ParseRunDNSQueryTestResponseJsonResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (RunDNSQueryTestResponseJsonResponse_FieldPathArrayOfValues, error)
- type RunDNSQueryTestResponseJsonResponse_FieldPathSelector
- type RunDNSQueryTestResponseJsonResponse_FieldPathValue
- type RunDNSQueryTestResponseJsonResponse_FieldSubPath
- func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) AsAnswersSubPath() (common.DNSResourceRecord_FieldPath, bool)
- func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) AsExtrasSubPath() (common.DNSResourceRecord_FieldPath, bool)
- func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) AsNsSubPath() (common.DNSResourceRecord_FieldPath, bool)
- func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) AsQueriesSubPath() (common.DNSQuery_FieldPath, bool)
- func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) ClearValue(item *RunDNSQueryTestResponse_JsonResponse)
- func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) Get(source *RunDNSQueryTestResponse_JsonResponse) (values []interface{})
- func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) GetDefault() interface{}
- func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) GetSingle(source *RunDNSQueryTestResponse_JsonResponse) (interface{}, bool)
- func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) IsLeaf() bool
- func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) JSONString() string
- func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) Selector() RunDNSQueryTestResponseJsonResponse_FieldPathSelector
- func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) String() string
- func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) WithIArrayItemValue(value interface{}) RunDNSQueryTestResponseJsonResponse_FieldPathArrayItemValue
- func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) WithIArrayOfValues(values interface{}) RunDNSQueryTestResponseJsonResponse_FieldPathArrayOfValues
- func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) WithIValue(value interface{}) RunDNSQueryTestResponseJsonResponse_FieldPathValue
- func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayItemValue
- func (fpaivs *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayItemValue) AsAnswersPathItemValue() (common.DNSResourceRecord_FieldPathArrayItemValue, bool)
- func (fpaivs *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayItemValue) AsExtrasPathItemValue() (common.DNSResourceRecord_FieldPathArrayItemValue, bool)
- func (fpaivs *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayItemValue) AsNsPathItemValue() (common.DNSResourceRecord_FieldPathArrayItemValue, bool)
- func (fpaivs *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayItemValue) AsQueriesPathItemValue() (common.DNSQuery_FieldPathArrayItemValue, bool)
- func (fpaivs *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayItemValue) ContainsValue(source *RunDNSQueryTestResponse_JsonResponse) bool
- func (fpaivs *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
- func (fpsaov *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues) AsAnswersPathArrayOfValues() (common.DNSResourceRecord_FieldPathArrayOfValues, bool)
- func (fpsaov *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues) AsExtrasPathArrayOfValues() (common.DNSResourceRecord_FieldPathArrayOfValues, bool)
- func (fpsaov *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues) AsNsPathArrayOfValues() (common.DNSResourceRecord_FieldPathArrayOfValues, bool)
- func (fpsaov *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues) AsQueriesPathArrayOfValues() (common.DNSQuery_FieldPathArrayOfValues, bool)
- func (fpsaov *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type RunDNSQueryTestResponseJsonResponse_FieldSubPathValue
- func (fpvs *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue) AsAnswersPathValue() (common.DNSResourceRecord_FieldPathValue, bool)
- func (fpvs *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue) AsExtrasPathValue() (common.DNSResourceRecord_FieldPathValue, bool)
- func (fpvs *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue) AsNsPathValue() (common.DNSResourceRecord_FieldPathValue, bool)
- func (fpvs *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue) AsQueriesPathValue() (common.DNSQuery_FieldPathValue, bool)
- func (fpvs *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue) CompareWith(source *RunDNSQueryTestResponse_JsonResponse) (int, bool)
- func (fpvs *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue) SetTo(target **RunDNSQueryTestResponse_JsonResponse)
- func (fpvs *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue) SetToRaw(target proto.Message)
- type RunDNSQueryTestResponseJsonResponse_FieldTerminalPath
- func (fp *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) ClearValue(item *RunDNSQueryTestResponse_JsonResponse)
- func (fp *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) Get(source *RunDNSQueryTestResponse_JsonResponse) (values []interface{})
- func (fp *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) GetSingle(source *RunDNSQueryTestResponse_JsonResponse) (interface{}, bool)
- func (fp *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) JSONString() string
- func (fp *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) Selector() RunDNSQueryTestResponseJsonResponse_FieldPathSelector
- func (fp *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) String() string
- func (fp *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) RunDNSQueryTestResponseJsonResponse_FieldPathArrayItemValue
- func (fp *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) RunDNSQueryTestResponseJsonResponse_FieldPathArrayOfValues
- func (fp *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) WithIValue(value interface{}) RunDNSQueryTestResponseJsonResponse_FieldPathValue
- func (fp *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue) AsAnswersItemValue() (*common.DNSResourceRecord, bool)
- func (fpaiv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue) AsExtrasItemValue() (*common.DNSResourceRecord, bool)
- func (fpaiv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue) AsFlagsItemValue() (string, bool)
- func (fpaiv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue) AsNsItemValue() (*common.DNSResourceRecord, bool)
- func (fpaiv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue) AsQueriesItemValue() (*common.DNSQuery, bool)
- func (fpaiv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *RunDNSQueryTestResponse_JsonResponse) bool
- func (fpaiv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue) GetSingle(source *RunDNSQueryTestResponse_JsonResponse) (interface{}, bool)
- func (fpaiv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues
- func (fpaov *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues) AsAnswersArrayOfValues() ([][]*common.DNSResourceRecord, bool)
- func (fpaov *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues) AsExtrasArrayOfValues() ([][]*common.DNSResourceRecord, bool)
- func (fpaov *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues) AsFlagsArrayOfValues() ([][]string, bool)
- func (fpaov *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues) AsIdArrayOfValues() ([]uint32, bool)
- func (fpaov *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues) AsNsArrayOfValues() ([][]*common.DNSResourceRecord, bool)
- func (fpaov *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues) AsQueriesArrayOfValues() ([][]*common.DNSQuery, bool)
- func (fpaov *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues) AsRcodeArrayOfValues() ([]string, bool)
- func (fpaov *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues) AsRttArrayOfValues() ([]*duration.Duration, bool)
- func (fpaov *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue
- func (fpv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) AsAnswersValue() ([]*common.DNSResourceRecord, bool)
- func (fpv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) AsExtrasValue() ([]*common.DNSResourceRecord, bool)
- func (fpv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) AsFlagsValue() ([]string, bool)
- func (fpv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) AsIdValue() (uint32, bool)
- func (fpv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) AsNsValue() ([]*common.DNSResourceRecord, bool)
- func (fpv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) AsQueriesValue() ([]*common.DNSQuery, bool)
- func (fpv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) AsRcodeValue() (string, bool)
- func (fpv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) AsRttValue() (*duration.Duration, bool)
- func (fpv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) CompareWith(source *RunDNSQueryTestResponse_JsonResponse) (int, bool)
- func (fpv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) SetTo(target **RunDNSQueryTestResponse_JsonResponse)
- func (fpv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type RunDNSQueryTestResponsePathSelectorJsonResponse
- func (RunDNSQueryTestResponsePathSelectorJsonResponse) Answers() RunDNSQueryTestResponsePathSelectorJsonResponseAnswers
- func (RunDNSQueryTestResponsePathSelectorJsonResponse) Extras() RunDNSQueryTestResponsePathSelectorJsonResponseExtras
- func (RunDNSQueryTestResponsePathSelectorJsonResponse) FieldPath() *RunDNSQueryTestResponse_FieldTerminalPath
- func (RunDNSQueryTestResponsePathSelectorJsonResponse) Flags() RunDNSQueryTestResponsePathSelectorJsonResponseFlags
- func (RunDNSQueryTestResponsePathSelectorJsonResponse) Id() RunDNSQueryTestResponsePathSelectorJsonResponseId
- func (RunDNSQueryTestResponsePathSelectorJsonResponse) Ns() RunDNSQueryTestResponsePathSelectorJsonResponseNs
- func (RunDNSQueryTestResponsePathSelectorJsonResponse) Queries() RunDNSQueryTestResponsePathSelectorJsonResponseQueries
- func (RunDNSQueryTestResponsePathSelectorJsonResponse) Rcode() RunDNSQueryTestResponsePathSelectorJsonResponseRcode
- func (RunDNSQueryTestResponsePathSelectorJsonResponse) Rtt() RunDNSQueryTestResponsePathSelectorJsonResponseRtt
- func (s RunDNSQueryTestResponsePathSelectorJsonResponse) WithArrayOfValues(values []*RunDNSQueryTestResponse_JsonResponse) *RunDNSQueryTestResponse_FieldTerminalPathArrayOfValues
- func (s RunDNSQueryTestResponsePathSelectorJsonResponse) WithSubArrayItemValue(...) *RunDNSQueryTestResponse_FieldSubPathArrayItemValue
- func (s RunDNSQueryTestResponsePathSelectorJsonResponse) WithSubArrayOfValues(...) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
- func (RunDNSQueryTestResponsePathSelectorJsonResponse) WithSubPath(subPath RunDNSQueryTestResponseJsonResponse_FieldPath) *RunDNSQueryTestResponse_FieldSubPath
- func (s RunDNSQueryTestResponsePathSelectorJsonResponse) WithSubValue(subPathValue RunDNSQueryTestResponseJsonResponse_FieldPathValue) *RunDNSQueryTestResponse_FieldSubPathValue
- func (s RunDNSQueryTestResponsePathSelectorJsonResponse) WithValue(value *RunDNSQueryTestResponse_JsonResponse) *RunDNSQueryTestResponse_FieldTerminalPathValue
- type RunDNSQueryTestResponsePathSelectorJsonResponseAnswers
- func (RunDNSQueryTestResponsePathSelectorJsonResponseAnswers) Class() RunDNSQueryTestResponsePathSelectorJsonResponseAnswersClass
- func (RunDNSQueryTestResponsePathSelectorJsonResponseAnswers) FieldPath() *RunDNSQueryTestResponse_FieldSubPath
- func (RunDNSQueryTestResponsePathSelectorJsonResponseAnswers) Name() RunDNSQueryTestResponsePathSelectorJsonResponseAnswersName
- func (RunDNSQueryTestResponsePathSelectorJsonResponseAnswers) Rdata() RunDNSQueryTestResponsePathSelectorJsonResponseAnswersRdata
- func (RunDNSQueryTestResponsePathSelectorJsonResponseAnswers) Rdlength() RunDNSQueryTestResponsePathSelectorJsonResponseAnswersRdlength
- func (RunDNSQueryTestResponsePathSelectorJsonResponseAnswers) Rrtype() RunDNSQueryTestResponsePathSelectorJsonResponseAnswersRrtype
- func (RunDNSQueryTestResponsePathSelectorJsonResponseAnswers) Ttl() RunDNSQueryTestResponsePathSelectorJsonResponseAnswersTtl
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseAnswers) WithArrayOfValues(values [][]*common.DNSResourceRecord) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseAnswers) WithItemValue(value *common.DNSResourceRecord) *RunDNSQueryTestResponse_FieldSubPathArrayItemValue
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseAnswers) WithValue(value []*common.DNSResourceRecord) *RunDNSQueryTestResponse_FieldSubPathValue
- type RunDNSQueryTestResponsePathSelectorJsonResponseAnswersClass
- func (RunDNSQueryTestResponsePathSelectorJsonResponseAnswersClass) FieldPath() *RunDNSQueryTestResponse_FieldSubPath
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseAnswersClass) WithArrayOfValues(values []common.DNSClass) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseAnswersClass) WithValue(value common.DNSClass) *RunDNSQueryTestResponse_FieldSubPathValue
- type RunDNSQueryTestResponsePathSelectorJsonResponseAnswersName
- func (RunDNSQueryTestResponsePathSelectorJsonResponseAnswersName) FieldPath() *RunDNSQueryTestResponse_FieldSubPath
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseAnswersName) WithArrayOfValues(values []string) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseAnswersName) WithValue(value string) *RunDNSQueryTestResponse_FieldSubPathValue
- type RunDNSQueryTestResponsePathSelectorJsonResponseAnswersRdata
- func (RunDNSQueryTestResponsePathSelectorJsonResponseAnswersRdata) FieldPath() *RunDNSQueryTestResponse_FieldSubPath
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseAnswersRdata) WithArrayOfValues(values [][]string) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseAnswersRdata) WithItemValue(value string) *RunDNSQueryTestResponse_FieldSubPathArrayItemValue
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseAnswersRdata) WithValue(value []string) *RunDNSQueryTestResponse_FieldSubPathValue
- type RunDNSQueryTestResponsePathSelectorJsonResponseAnswersRdlength
- func (RunDNSQueryTestResponsePathSelectorJsonResponseAnswersRdlength) FieldPath() *RunDNSQueryTestResponse_FieldSubPath
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseAnswersRdlength) WithArrayOfValues(values []uint32) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseAnswersRdlength) WithValue(value uint32) *RunDNSQueryTestResponse_FieldSubPathValue
- type RunDNSQueryTestResponsePathSelectorJsonResponseAnswersRrtype
- func (RunDNSQueryTestResponsePathSelectorJsonResponseAnswersRrtype) FieldPath() *RunDNSQueryTestResponse_FieldSubPath
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseAnswersRrtype) WithArrayOfValues(values []common.DNSResourceRecordType) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseAnswersRrtype) WithValue(value common.DNSResourceRecordType) *RunDNSQueryTestResponse_FieldSubPathValue
- type RunDNSQueryTestResponsePathSelectorJsonResponseAnswersTtl
- func (RunDNSQueryTestResponsePathSelectorJsonResponseAnswersTtl) FieldPath() *RunDNSQueryTestResponse_FieldSubPath
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseAnswersTtl) WithArrayOfValues(values []uint32) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseAnswersTtl) WithValue(value uint32) *RunDNSQueryTestResponse_FieldSubPathValue
- type RunDNSQueryTestResponsePathSelectorJsonResponseExtras
- func (RunDNSQueryTestResponsePathSelectorJsonResponseExtras) Class() RunDNSQueryTestResponsePathSelectorJsonResponseExtrasClass
- func (RunDNSQueryTestResponsePathSelectorJsonResponseExtras) FieldPath() *RunDNSQueryTestResponse_FieldSubPath
- func (RunDNSQueryTestResponsePathSelectorJsonResponseExtras) Name() RunDNSQueryTestResponsePathSelectorJsonResponseExtrasName
- func (RunDNSQueryTestResponsePathSelectorJsonResponseExtras) Rdata() RunDNSQueryTestResponsePathSelectorJsonResponseExtrasRdata
- func (RunDNSQueryTestResponsePathSelectorJsonResponseExtras) Rdlength() RunDNSQueryTestResponsePathSelectorJsonResponseExtrasRdlength
- func (RunDNSQueryTestResponsePathSelectorJsonResponseExtras) Rrtype() RunDNSQueryTestResponsePathSelectorJsonResponseExtrasRrtype
- func (RunDNSQueryTestResponsePathSelectorJsonResponseExtras) Ttl() RunDNSQueryTestResponsePathSelectorJsonResponseExtrasTtl
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseExtras) WithArrayOfValues(values [][]*common.DNSResourceRecord) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseExtras) WithItemValue(value *common.DNSResourceRecord) *RunDNSQueryTestResponse_FieldSubPathArrayItemValue
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseExtras) WithValue(value []*common.DNSResourceRecord) *RunDNSQueryTestResponse_FieldSubPathValue
- type RunDNSQueryTestResponsePathSelectorJsonResponseExtrasClass
- func (RunDNSQueryTestResponsePathSelectorJsonResponseExtrasClass) FieldPath() *RunDNSQueryTestResponse_FieldSubPath
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseExtrasClass) WithArrayOfValues(values []common.DNSClass) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseExtrasClass) WithValue(value common.DNSClass) *RunDNSQueryTestResponse_FieldSubPathValue
- type RunDNSQueryTestResponsePathSelectorJsonResponseExtrasName
- func (RunDNSQueryTestResponsePathSelectorJsonResponseExtrasName) FieldPath() *RunDNSQueryTestResponse_FieldSubPath
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseExtrasName) WithArrayOfValues(values []string) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseExtrasName) WithValue(value string) *RunDNSQueryTestResponse_FieldSubPathValue
- type RunDNSQueryTestResponsePathSelectorJsonResponseExtrasRdata
- func (RunDNSQueryTestResponsePathSelectorJsonResponseExtrasRdata) FieldPath() *RunDNSQueryTestResponse_FieldSubPath
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseExtrasRdata) WithArrayOfValues(values [][]string) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseExtrasRdata) WithItemValue(value string) *RunDNSQueryTestResponse_FieldSubPathArrayItemValue
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseExtrasRdata) WithValue(value []string) *RunDNSQueryTestResponse_FieldSubPathValue
- type RunDNSQueryTestResponsePathSelectorJsonResponseExtrasRdlength
- func (RunDNSQueryTestResponsePathSelectorJsonResponseExtrasRdlength) FieldPath() *RunDNSQueryTestResponse_FieldSubPath
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseExtrasRdlength) WithArrayOfValues(values []uint32) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseExtrasRdlength) WithValue(value uint32) *RunDNSQueryTestResponse_FieldSubPathValue
- type RunDNSQueryTestResponsePathSelectorJsonResponseExtrasRrtype
- func (RunDNSQueryTestResponsePathSelectorJsonResponseExtrasRrtype) FieldPath() *RunDNSQueryTestResponse_FieldSubPath
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseExtrasRrtype) WithArrayOfValues(values []common.DNSResourceRecordType) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseExtrasRrtype) WithValue(value common.DNSResourceRecordType) *RunDNSQueryTestResponse_FieldSubPathValue
- type RunDNSQueryTestResponsePathSelectorJsonResponseExtrasTtl
- func (RunDNSQueryTestResponsePathSelectorJsonResponseExtrasTtl) FieldPath() *RunDNSQueryTestResponse_FieldSubPath
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseExtrasTtl) WithArrayOfValues(values []uint32) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseExtrasTtl) WithValue(value uint32) *RunDNSQueryTestResponse_FieldSubPathValue
- type RunDNSQueryTestResponsePathSelectorJsonResponseFlags
- func (RunDNSQueryTestResponsePathSelectorJsonResponseFlags) FieldPath() *RunDNSQueryTestResponse_FieldSubPath
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseFlags) WithArrayOfValues(values [][]string) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseFlags) WithItemValue(value string) *RunDNSQueryTestResponse_FieldSubPathArrayItemValue
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseFlags) WithValue(value []string) *RunDNSQueryTestResponse_FieldSubPathValue
- type RunDNSQueryTestResponsePathSelectorJsonResponseId
- func (RunDNSQueryTestResponsePathSelectorJsonResponseId) FieldPath() *RunDNSQueryTestResponse_FieldSubPath
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseId) WithArrayOfValues(values []uint32) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseId) WithValue(value uint32) *RunDNSQueryTestResponse_FieldSubPathValue
- type RunDNSQueryTestResponsePathSelectorJsonResponseNs
- func (RunDNSQueryTestResponsePathSelectorJsonResponseNs) Class() RunDNSQueryTestResponsePathSelectorJsonResponseNsClass
- func (RunDNSQueryTestResponsePathSelectorJsonResponseNs) FieldPath() *RunDNSQueryTestResponse_FieldSubPath
- func (RunDNSQueryTestResponsePathSelectorJsonResponseNs) Name() RunDNSQueryTestResponsePathSelectorJsonResponseNsName
- func (RunDNSQueryTestResponsePathSelectorJsonResponseNs) Rdata() RunDNSQueryTestResponsePathSelectorJsonResponseNsRdata
- func (RunDNSQueryTestResponsePathSelectorJsonResponseNs) Rdlength() RunDNSQueryTestResponsePathSelectorJsonResponseNsRdlength
- func (RunDNSQueryTestResponsePathSelectorJsonResponseNs) Rrtype() RunDNSQueryTestResponsePathSelectorJsonResponseNsRrtype
- func (RunDNSQueryTestResponsePathSelectorJsonResponseNs) Ttl() RunDNSQueryTestResponsePathSelectorJsonResponseNsTtl
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseNs) WithArrayOfValues(values [][]*common.DNSResourceRecord) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseNs) WithItemValue(value *common.DNSResourceRecord) *RunDNSQueryTestResponse_FieldSubPathArrayItemValue
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseNs) WithValue(value []*common.DNSResourceRecord) *RunDNSQueryTestResponse_FieldSubPathValue
- type RunDNSQueryTestResponsePathSelectorJsonResponseNsClass
- func (RunDNSQueryTestResponsePathSelectorJsonResponseNsClass) FieldPath() *RunDNSQueryTestResponse_FieldSubPath
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseNsClass) WithArrayOfValues(values []common.DNSClass) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseNsClass) WithValue(value common.DNSClass) *RunDNSQueryTestResponse_FieldSubPathValue
- type RunDNSQueryTestResponsePathSelectorJsonResponseNsName
- func (RunDNSQueryTestResponsePathSelectorJsonResponseNsName) FieldPath() *RunDNSQueryTestResponse_FieldSubPath
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseNsName) WithArrayOfValues(values []string) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseNsName) WithValue(value string) *RunDNSQueryTestResponse_FieldSubPathValue
- type RunDNSQueryTestResponsePathSelectorJsonResponseNsRdata
- func (RunDNSQueryTestResponsePathSelectorJsonResponseNsRdata) FieldPath() *RunDNSQueryTestResponse_FieldSubPath
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseNsRdata) WithArrayOfValues(values [][]string) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseNsRdata) WithItemValue(value string) *RunDNSQueryTestResponse_FieldSubPathArrayItemValue
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseNsRdata) WithValue(value []string) *RunDNSQueryTestResponse_FieldSubPathValue
- type RunDNSQueryTestResponsePathSelectorJsonResponseNsRdlength
- func (RunDNSQueryTestResponsePathSelectorJsonResponseNsRdlength) FieldPath() *RunDNSQueryTestResponse_FieldSubPath
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseNsRdlength) WithArrayOfValues(values []uint32) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseNsRdlength) WithValue(value uint32) *RunDNSQueryTestResponse_FieldSubPathValue
- type RunDNSQueryTestResponsePathSelectorJsonResponseNsRrtype
- func (RunDNSQueryTestResponsePathSelectorJsonResponseNsRrtype) FieldPath() *RunDNSQueryTestResponse_FieldSubPath
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseNsRrtype) WithArrayOfValues(values []common.DNSResourceRecordType) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseNsRrtype) WithValue(value common.DNSResourceRecordType) *RunDNSQueryTestResponse_FieldSubPathValue
- type RunDNSQueryTestResponsePathSelectorJsonResponseNsTtl
- func (RunDNSQueryTestResponsePathSelectorJsonResponseNsTtl) FieldPath() *RunDNSQueryTestResponse_FieldSubPath
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseNsTtl) WithArrayOfValues(values []uint32) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseNsTtl) WithValue(value uint32) *RunDNSQueryTestResponse_FieldSubPathValue
- type RunDNSQueryTestResponsePathSelectorJsonResponseQueries
- func (RunDNSQueryTestResponsePathSelectorJsonResponseQueries) FieldPath() *RunDNSQueryTestResponse_FieldSubPath
- func (RunDNSQueryTestResponsePathSelectorJsonResponseQueries) Name() RunDNSQueryTestResponsePathSelectorJsonResponseQueriesName
- func (RunDNSQueryTestResponsePathSelectorJsonResponseQueries) Qclass() RunDNSQueryTestResponsePathSelectorJsonResponseQueriesQclass
- func (RunDNSQueryTestResponsePathSelectorJsonResponseQueries) Qtype() RunDNSQueryTestResponsePathSelectorJsonResponseQueriesQtype
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseQueries) WithArrayOfValues(values [][]*common.DNSQuery) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseQueries) WithItemValue(value *common.DNSQuery) *RunDNSQueryTestResponse_FieldSubPathArrayItemValue
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseQueries) WithValue(value []*common.DNSQuery) *RunDNSQueryTestResponse_FieldSubPathValue
- type RunDNSQueryTestResponsePathSelectorJsonResponseQueriesName
- func (RunDNSQueryTestResponsePathSelectorJsonResponseQueriesName) FieldPath() *RunDNSQueryTestResponse_FieldSubPath
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseQueriesName) WithArrayOfValues(values []string) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseQueriesName) WithValue(value string) *RunDNSQueryTestResponse_FieldSubPathValue
- type RunDNSQueryTestResponsePathSelectorJsonResponseQueriesQclass
- func (RunDNSQueryTestResponsePathSelectorJsonResponseQueriesQclass) FieldPath() *RunDNSQueryTestResponse_FieldSubPath
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseQueriesQclass) WithArrayOfValues(values []common.DNSClass) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseQueriesQclass) WithValue(value common.DNSClass) *RunDNSQueryTestResponse_FieldSubPathValue
- type RunDNSQueryTestResponsePathSelectorJsonResponseQueriesQtype
- func (RunDNSQueryTestResponsePathSelectorJsonResponseQueriesQtype) FieldPath() *RunDNSQueryTestResponse_FieldSubPath
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseQueriesQtype) WithArrayOfValues(values []common.DNSResourceRecordType) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseQueriesQtype) WithValue(value common.DNSResourceRecordType) *RunDNSQueryTestResponse_FieldSubPathValue
- type RunDNSQueryTestResponsePathSelectorJsonResponseRcode
- func (RunDNSQueryTestResponsePathSelectorJsonResponseRcode) FieldPath() *RunDNSQueryTestResponse_FieldSubPath
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseRcode) WithArrayOfValues(values []string) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseRcode) WithValue(value string) *RunDNSQueryTestResponse_FieldSubPathValue
- type RunDNSQueryTestResponsePathSelectorJsonResponseRtt
- func (RunDNSQueryTestResponsePathSelectorJsonResponseRtt) FieldPath() *RunDNSQueryTestResponse_FieldSubPath
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseRtt) WithArrayOfValues(values []*duration.Duration) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponsePathSelectorJsonResponseRtt) WithValue(value *duration.Duration) *RunDNSQueryTestResponse_FieldSubPathValue
- type RunDNSQueryTestResponsePathSelectorTextResponse
- func (RunDNSQueryTestResponsePathSelectorTextResponse) FieldPath() *RunDNSQueryTestResponse_FieldTerminalPath
- func (s RunDNSQueryTestResponsePathSelectorTextResponse) WithArrayOfValues(values []string) *RunDNSQueryTestResponse_FieldTerminalPathArrayOfValues
- func (s RunDNSQueryTestResponsePathSelectorTextResponse) WithValue(value string) *RunDNSQueryTestResponse_FieldTerminalPathValue
- type RunDNSQueryTestResponse_FieldMask
- func (fieldMask *RunDNSQueryTestResponse_FieldMask) AppendPath(path RunDNSQueryTestResponse_FieldPath)
- func (fieldMask *RunDNSQueryTestResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *RunDNSQueryTestResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *RunDNSQueryTestResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *RunDNSQueryTestResponse_FieldMask) FilterInputFields() *RunDNSQueryTestResponse_FieldMask
- func (fieldMask *RunDNSQueryTestResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *RunDNSQueryTestResponse_FieldMask) GetPaths() []RunDNSQueryTestResponse_FieldPath
- func (fieldMask *RunDNSQueryTestResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *RunDNSQueryTestResponse_FieldMask) IsFull() bool
- func (fieldMask RunDNSQueryTestResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask RunDNSQueryTestResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *RunDNSQueryTestResponse_FieldMask) PathsCount() int
- func (fieldMask *RunDNSQueryTestResponse_FieldMask) Project(source *RunDNSQueryTestResponse) *RunDNSQueryTestResponse
- func (fieldMask *RunDNSQueryTestResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *RunDNSQueryTestResponse_FieldMask) ProtoMessage()
- func (fieldMask *RunDNSQueryTestResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *RunDNSQueryTestResponse_FieldMask) Reset()
- func (fieldMask *RunDNSQueryTestResponse_FieldMask) Set(target, source *RunDNSQueryTestResponse)
- func (fieldMask *RunDNSQueryTestResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *RunDNSQueryTestResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *RunDNSQueryTestResponse_FieldMask) Size() int
- func (fieldMask *RunDNSQueryTestResponse_FieldMask) String() string
- func (fieldMask *RunDNSQueryTestResponse_FieldMask) Subtract(other *RunDNSQueryTestResponse_FieldMask) *RunDNSQueryTestResponse_FieldMask
- func (fieldMask *RunDNSQueryTestResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *RunDNSQueryTestResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *RunDNSQueryTestResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *RunDNSQueryTestResponse_FieldMask) UnmarshalJSON(data []byte) error
- type RunDNSQueryTestResponse_FieldPath
- func BuildRunDNSQueryTestResponse_FieldPath(fp gotenobject.RawFieldPath) (RunDNSQueryTestResponse_FieldPath, error)
- func MustParseRunDNSQueryTestResponse_FieldPath(rawField string) RunDNSQueryTestResponse_FieldPath
- func ParseRunDNSQueryTestResponse_FieldPath(rawField string) (RunDNSQueryTestResponse_FieldPath, error)
- type RunDNSQueryTestResponse_FieldPathArrayItemValue
- type RunDNSQueryTestResponse_FieldPathArrayOfValues
- type RunDNSQueryTestResponse_FieldPathSelector
- type RunDNSQueryTestResponse_FieldPathValue
- type RunDNSQueryTestResponse_FieldSubPath
- func (fps *RunDNSQueryTestResponse_FieldSubPath) AsJsonResponseSubPath() (RunDNSQueryTestResponseJsonResponse_FieldPath, bool)
- func (fps *RunDNSQueryTestResponse_FieldSubPath) ClearValue(item *RunDNSQueryTestResponse)
- func (fps *RunDNSQueryTestResponse_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *RunDNSQueryTestResponse_FieldSubPath) Get(source *RunDNSQueryTestResponse) (values []interface{})
- func (fps *RunDNSQueryTestResponse_FieldSubPath) GetDefault() interface{}
- func (fps *RunDNSQueryTestResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *RunDNSQueryTestResponse_FieldSubPath) GetSingle(source *RunDNSQueryTestResponse) (interface{}, bool)
- func (fps *RunDNSQueryTestResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *RunDNSQueryTestResponse_FieldSubPath) IsLeaf() bool
- func (fps *RunDNSQueryTestResponse_FieldSubPath) JSONString() string
- func (fps *RunDNSQueryTestResponse_FieldSubPath) Selector() RunDNSQueryTestResponse_FieldPathSelector
- func (fps *RunDNSQueryTestResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *RunDNSQueryTestResponse_FieldSubPath) String() string
- func (fps *RunDNSQueryTestResponse_FieldSubPath) WithIArrayItemValue(value interface{}) RunDNSQueryTestResponse_FieldPathArrayItemValue
- func (fps *RunDNSQueryTestResponse_FieldSubPath) WithIArrayOfValues(values interface{}) RunDNSQueryTestResponse_FieldPathArrayOfValues
- func (fps *RunDNSQueryTestResponse_FieldSubPath) WithIValue(value interface{}) RunDNSQueryTestResponse_FieldPathValue
- func (fps *RunDNSQueryTestResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *RunDNSQueryTestResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *RunDNSQueryTestResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type RunDNSQueryTestResponse_FieldSubPathArrayItemValue
- func (fpaivs *RunDNSQueryTestResponse_FieldSubPathArrayItemValue) AsJsonResponsePathItemValue() (RunDNSQueryTestResponseJsonResponse_FieldPathArrayItemValue, bool)
- func (fpaivs *RunDNSQueryTestResponse_FieldSubPathArrayItemValue) ContainsValue(source *RunDNSQueryTestResponse) bool
- func (fpaivs *RunDNSQueryTestResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type RunDNSQueryTestResponse_FieldSubPathArrayOfValues
- type RunDNSQueryTestResponse_FieldSubPathValue
- func (fpvs *RunDNSQueryTestResponse_FieldSubPathValue) AsJsonResponsePathValue() (RunDNSQueryTestResponseJsonResponse_FieldPathValue, bool)
- func (fpvs *RunDNSQueryTestResponse_FieldSubPathValue) CompareWith(source *RunDNSQueryTestResponse) (int, bool)
- func (fpvs *RunDNSQueryTestResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *RunDNSQueryTestResponse_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *RunDNSQueryTestResponse_FieldSubPathValue) SetTo(target **RunDNSQueryTestResponse)
- func (fpvs *RunDNSQueryTestResponse_FieldSubPathValue) SetToRaw(target proto.Message)
- type RunDNSQueryTestResponse_FieldTerminalPath
- func (fp *RunDNSQueryTestResponse_FieldTerminalPath) ClearValue(item *RunDNSQueryTestResponse)
- func (fp *RunDNSQueryTestResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *RunDNSQueryTestResponse_FieldTerminalPath) Get(source *RunDNSQueryTestResponse) (values []interface{})
- func (fp *RunDNSQueryTestResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *RunDNSQueryTestResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *RunDNSQueryTestResponse_FieldTerminalPath) GetSingle(source *RunDNSQueryTestResponse) (interface{}, bool)
- func (fp *RunDNSQueryTestResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *RunDNSQueryTestResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *RunDNSQueryTestResponse_FieldTerminalPath) JSONString() string
- func (fp *RunDNSQueryTestResponse_FieldTerminalPath) Selector() RunDNSQueryTestResponse_FieldPathSelector
- func (fp *RunDNSQueryTestResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *RunDNSQueryTestResponse_FieldTerminalPath) String() string
- func (fp *RunDNSQueryTestResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) RunDNSQueryTestResponse_FieldPathArrayItemValue
- func (fp *RunDNSQueryTestResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) RunDNSQueryTestResponse_FieldPathArrayOfValues
- func (fp *RunDNSQueryTestResponse_FieldTerminalPath) WithIValue(value interface{}) RunDNSQueryTestResponse_FieldPathValue
- func (fp *RunDNSQueryTestResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *RunDNSQueryTestResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *RunDNSQueryTestResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type RunDNSQueryTestResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *RunDNSQueryTestResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *RunDNSQueryTestResponse) bool
- func (fpaiv *RunDNSQueryTestResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *RunDNSQueryTestResponse_FieldTerminalPathArrayItemValue) GetSingle(source *RunDNSQueryTestResponse) (interface{}, bool)
- func (fpaiv *RunDNSQueryTestResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type RunDNSQueryTestResponse_FieldTerminalPathArrayOfValues
- func (fpaov *RunDNSQueryTestResponse_FieldTerminalPathArrayOfValues) AsJsonResponseArrayOfValues() ([]*RunDNSQueryTestResponse_JsonResponse, bool)
- func (fpaov *RunDNSQueryTestResponse_FieldTerminalPathArrayOfValues) AsTextResponseArrayOfValues() ([]string, bool)
- func (fpaov *RunDNSQueryTestResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type RunDNSQueryTestResponse_FieldTerminalPathValue
- func (fpv *RunDNSQueryTestResponse_FieldTerminalPathValue) AsJsonResponseValue() (*RunDNSQueryTestResponse_JsonResponse, bool)
- func (fpv *RunDNSQueryTestResponse_FieldTerminalPathValue) AsTextResponseValue() (string, bool)
- func (fpv *RunDNSQueryTestResponse_FieldTerminalPathValue) CompareWith(source *RunDNSQueryTestResponse) (int, bool)
- func (fpv *RunDNSQueryTestResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *RunDNSQueryTestResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *RunDNSQueryTestResponse_FieldTerminalPathValue) SetTo(target **RunDNSQueryTestResponse)
- func (fpv *RunDNSQueryTestResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type RunDNSQueryTestResponse_JsonResponse
- func (o *RunDNSQueryTestResponse_JsonResponse) Clone() *RunDNSQueryTestResponse_JsonResponse
- func (o *RunDNSQueryTestResponse_JsonResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*RunDNSQueryTestResponse_JsonResponse) Descriptor() ([]byte, []int)
- func (m *RunDNSQueryTestResponse_JsonResponse) GetAnswers() []*common.DNSResourceRecord
- func (m *RunDNSQueryTestResponse_JsonResponse) GetExtras() []*common.DNSResourceRecord
- func (m *RunDNSQueryTestResponse_JsonResponse) GetFlags() []string
- func (m *RunDNSQueryTestResponse_JsonResponse) GetId() uint32
- func (m *RunDNSQueryTestResponse_JsonResponse) GetNs() []*common.DNSResourceRecord
- func (m *RunDNSQueryTestResponse_JsonResponse) GetQueries() []*common.DNSQuery
- func (m *RunDNSQueryTestResponse_JsonResponse) GetRcode() string
- func (m *RunDNSQueryTestResponse_JsonResponse) GetRtt() *duration.Duration
- func (*RunDNSQueryTestResponse_JsonResponse) GotenMessage()
- func (o *RunDNSQueryTestResponse_JsonResponse) GotenObjectExt()
- func (obj *RunDNSQueryTestResponse_JsonResponse) GotenValidate() error
- func (o *RunDNSQueryTestResponse_JsonResponse) MakeDiffFieldMask(other *RunDNSQueryTestResponse_JsonResponse) *RunDNSQueryTestResponse_JsonResponse_FieldMask
- func (o *RunDNSQueryTestResponse_JsonResponse) MakeFullFieldMask() *RunDNSQueryTestResponse_JsonResponse_FieldMask
- func (o *RunDNSQueryTestResponse_JsonResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *RunDNSQueryTestResponse_JsonResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *RunDNSQueryTestResponse_JsonResponse) Marshal() ([]byte, error)
- func (m *RunDNSQueryTestResponse_JsonResponse) MarshalJSON() ([]byte, error)
- func (o *RunDNSQueryTestResponse_JsonResponse) Merge(source *RunDNSQueryTestResponse_JsonResponse)
- func (o *RunDNSQueryTestResponse_JsonResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*RunDNSQueryTestResponse_JsonResponse) ProtoMessage()
- func (m *RunDNSQueryTestResponse_JsonResponse) ProtoReflect() preflect.Message
- func (m *RunDNSQueryTestResponse_JsonResponse) Reset()
- func (m *RunDNSQueryTestResponse_JsonResponse) SetAnswers(fv []*common.DNSResourceRecord)
- func (m *RunDNSQueryTestResponse_JsonResponse) SetExtras(fv []*common.DNSResourceRecord)
- func (m *RunDNSQueryTestResponse_JsonResponse) SetFlags(fv []string)
- func (m *RunDNSQueryTestResponse_JsonResponse) SetId(fv uint32)
- func (m *RunDNSQueryTestResponse_JsonResponse) SetNs(fv []*common.DNSResourceRecord)
- func (m *RunDNSQueryTestResponse_JsonResponse) SetQueries(fv []*common.DNSQuery)
- func (m *RunDNSQueryTestResponse_JsonResponse) SetRcode(fv string)
- func (m *RunDNSQueryTestResponse_JsonResponse) SetRtt(fv *duration.Duration)
- func (m *RunDNSQueryTestResponse_JsonResponse) String() string
- func (m *RunDNSQueryTestResponse_JsonResponse) Unmarshal(b []byte) error
- func (m *RunDNSQueryTestResponse_JsonResponse) UnmarshalJSON(data []byte) error
- type RunDNSQueryTestResponse_JsonResponsePathSelectorAnswers
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorAnswers) Class() RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersClass
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorAnswers) FieldPath() *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorAnswers) Name() RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersName
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorAnswers) Rdata() RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersRdata
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorAnswers) Rdlength() RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersRdlength
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorAnswers) Rrtype() RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersRrtype
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorAnswers) Ttl() RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersTtl
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorAnswers) WithArrayOfValues(values [][]*common.DNSResourceRecord) *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorAnswers) WithItemValue(value *common.DNSResourceRecord) *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorAnswers) WithSubArrayItemValue(subPathArrayItemValue common.DNSResourceRecord_FieldPathArrayItemValue) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayItemValue
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorAnswers) WithSubArrayOfValues(subPathArrayOfValues common.DNSResourceRecord_FieldPathArrayOfValues) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorAnswers) WithSubPath(subPath common.DNSResourceRecord_FieldPath) *RunDNSQueryTestResponseJsonResponse_FieldSubPath
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorAnswers) WithSubValue(subPathValue common.DNSResourceRecord_FieldPathValue) *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorAnswers) WithValue(value []*common.DNSResourceRecord) *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue
- type RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersClass
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersClass) FieldPath() *RunDNSQueryTestResponseJsonResponse_FieldSubPath
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersClass) WithArrayOfValues(values []common.DNSClass) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersClass) WithValue(value common.DNSClass) *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue
- type RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersName
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersName) FieldPath() *RunDNSQueryTestResponseJsonResponse_FieldSubPath
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersName) WithArrayOfValues(values []string) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersName) WithValue(value string) *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue
- type RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersRdata
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersRdata) FieldPath() *RunDNSQueryTestResponseJsonResponse_FieldSubPath
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersRdata) WithArrayOfValues(values [][]string) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersRdata) WithItemValue(value string) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayItemValue
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersRdata) WithValue(value []string) *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue
- type RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersRdlength
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersRdlength) FieldPath() *RunDNSQueryTestResponseJsonResponse_FieldSubPath
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersRdlength) WithArrayOfValues(values []uint32) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersRdlength) WithValue(value uint32) *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue
- type RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersRrtype
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersRrtype) FieldPath() *RunDNSQueryTestResponseJsonResponse_FieldSubPath
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersRrtype) WithArrayOfValues(values []common.DNSResourceRecordType) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersRrtype) WithValue(value common.DNSResourceRecordType) *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue
- type RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersTtl
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersTtl) FieldPath() *RunDNSQueryTestResponseJsonResponse_FieldSubPath
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersTtl) WithArrayOfValues(values []uint32) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersTtl) WithValue(value uint32) *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue
- type RunDNSQueryTestResponse_JsonResponsePathSelectorExtras
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorExtras) Class() RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasClass
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorExtras) FieldPath() *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorExtras) Name() RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasName
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorExtras) Rdata() RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasRdata
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorExtras) Rdlength() RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasRdlength
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorExtras) Rrtype() RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasRrtype
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorExtras) Ttl() RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasTtl
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorExtras) WithArrayOfValues(values [][]*common.DNSResourceRecord) *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorExtras) WithItemValue(value *common.DNSResourceRecord) *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorExtras) WithSubArrayItemValue(subPathArrayItemValue common.DNSResourceRecord_FieldPathArrayItemValue) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayItemValue
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorExtras) WithSubArrayOfValues(subPathArrayOfValues common.DNSResourceRecord_FieldPathArrayOfValues) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorExtras) WithSubPath(subPath common.DNSResourceRecord_FieldPath) *RunDNSQueryTestResponseJsonResponse_FieldSubPath
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorExtras) WithSubValue(subPathValue common.DNSResourceRecord_FieldPathValue) *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorExtras) WithValue(value []*common.DNSResourceRecord) *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue
- type RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasClass
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasClass) FieldPath() *RunDNSQueryTestResponseJsonResponse_FieldSubPath
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasClass) WithArrayOfValues(values []common.DNSClass) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasClass) WithValue(value common.DNSClass) *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue
- type RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasName
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasName) FieldPath() *RunDNSQueryTestResponseJsonResponse_FieldSubPath
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasName) WithArrayOfValues(values []string) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasName) WithValue(value string) *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue
- type RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasRdata
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasRdata) FieldPath() *RunDNSQueryTestResponseJsonResponse_FieldSubPath
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasRdata) WithArrayOfValues(values [][]string) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasRdata) WithItemValue(value string) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayItemValue
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasRdata) WithValue(value []string) *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue
- type RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasRdlength
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasRdlength) FieldPath() *RunDNSQueryTestResponseJsonResponse_FieldSubPath
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasRdlength) WithArrayOfValues(values []uint32) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasRdlength) WithValue(value uint32) *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue
- type RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasRrtype
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasRrtype) FieldPath() *RunDNSQueryTestResponseJsonResponse_FieldSubPath
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasRrtype) WithArrayOfValues(values []common.DNSResourceRecordType) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasRrtype) WithValue(value common.DNSResourceRecordType) *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue
- type RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasTtl
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasTtl) FieldPath() *RunDNSQueryTestResponseJsonResponse_FieldSubPath
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasTtl) WithArrayOfValues(values []uint32) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasTtl) WithValue(value uint32) *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue
- type RunDNSQueryTestResponse_JsonResponsePathSelectorFlags
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorFlags) FieldPath() *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorFlags) WithArrayOfValues(values [][]string) *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorFlags) WithItemValue(value string) *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorFlags) WithValue(value []string) *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue
- type RunDNSQueryTestResponse_JsonResponsePathSelectorId
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorId) FieldPath() *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorId) WithArrayOfValues(values []uint32) *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorId) WithValue(value uint32) *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue
- type RunDNSQueryTestResponse_JsonResponsePathSelectorNs
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorNs) Class() RunDNSQueryTestResponse_JsonResponsePathSelectorNsClass
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorNs) FieldPath() *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorNs) Name() RunDNSQueryTestResponse_JsonResponsePathSelectorNsName
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorNs) Rdata() RunDNSQueryTestResponse_JsonResponsePathSelectorNsRdata
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorNs) Rdlength() RunDNSQueryTestResponse_JsonResponsePathSelectorNsRdlength
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorNs) Rrtype() RunDNSQueryTestResponse_JsonResponsePathSelectorNsRrtype
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorNs) Ttl() RunDNSQueryTestResponse_JsonResponsePathSelectorNsTtl
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorNs) WithArrayOfValues(values [][]*common.DNSResourceRecord) *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorNs) WithItemValue(value *common.DNSResourceRecord) *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorNs) WithSubArrayItemValue(subPathArrayItemValue common.DNSResourceRecord_FieldPathArrayItemValue) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayItemValue
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorNs) WithSubArrayOfValues(subPathArrayOfValues common.DNSResourceRecord_FieldPathArrayOfValues) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorNs) WithSubPath(subPath common.DNSResourceRecord_FieldPath) *RunDNSQueryTestResponseJsonResponse_FieldSubPath
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorNs) WithSubValue(subPathValue common.DNSResourceRecord_FieldPathValue) *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorNs) WithValue(value []*common.DNSResourceRecord) *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue
- type RunDNSQueryTestResponse_JsonResponsePathSelectorNsClass
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorNsClass) FieldPath() *RunDNSQueryTestResponseJsonResponse_FieldSubPath
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorNsClass) WithArrayOfValues(values []common.DNSClass) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorNsClass) WithValue(value common.DNSClass) *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue
- type RunDNSQueryTestResponse_JsonResponsePathSelectorNsName
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorNsName) FieldPath() *RunDNSQueryTestResponseJsonResponse_FieldSubPath
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorNsName) WithArrayOfValues(values []string) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorNsName) WithValue(value string) *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue
- type RunDNSQueryTestResponse_JsonResponsePathSelectorNsRdata
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorNsRdata) FieldPath() *RunDNSQueryTestResponseJsonResponse_FieldSubPath
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorNsRdata) WithArrayOfValues(values [][]string) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorNsRdata) WithItemValue(value string) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayItemValue
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorNsRdata) WithValue(value []string) *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue
- type RunDNSQueryTestResponse_JsonResponsePathSelectorNsRdlength
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorNsRdlength) FieldPath() *RunDNSQueryTestResponseJsonResponse_FieldSubPath
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorNsRdlength) WithArrayOfValues(values []uint32) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorNsRdlength) WithValue(value uint32) *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue
- type RunDNSQueryTestResponse_JsonResponsePathSelectorNsRrtype
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorNsRrtype) FieldPath() *RunDNSQueryTestResponseJsonResponse_FieldSubPath
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorNsRrtype) WithArrayOfValues(values []common.DNSResourceRecordType) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorNsRrtype) WithValue(value common.DNSResourceRecordType) *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue
- type RunDNSQueryTestResponse_JsonResponsePathSelectorNsTtl
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorNsTtl) FieldPath() *RunDNSQueryTestResponseJsonResponse_FieldSubPath
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorNsTtl) WithArrayOfValues(values []uint32) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorNsTtl) WithValue(value uint32) *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue
- type RunDNSQueryTestResponse_JsonResponsePathSelectorQueries
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorQueries) FieldPath() *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorQueries) Name() RunDNSQueryTestResponse_JsonResponsePathSelectorQueriesName
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorQueries) Qclass() RunDNSQueryTestResponse_JsonResponsePathSelectorQueriesQclass
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorQueries) Qtype() RunDNSQueryTestResponse_JsonResponsePathSelectorQueriesQtype
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorQueries) WithArrayOfValues(values [][]*common.DNSQuery) *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorQueries) WithItemValue(value *common.DNSQuery) *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorQueries) WithSubArrayItemValue(subPathArrayItemValue common.DNSQuery_FieldPathArrayItemValue) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayItemValue
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorQueries) WithSubArrayOfValues(subPathArrayOfValues common.DNSQuery_FieldPathArrayOfValues) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorQueries) WithSubPath(subPath common.DNSQuery_FieldPath) *RunDNSQueryTestResponseJsonResponse_FieldSubPath
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorQueries) WithSubValue(subPathValue common.DNSQuery_FieldPathValue) *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorQueries) WithValue(value []*common.DNSQuery) *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue
- type RunDNSQueryTestResponse_JsonResponsePathSelectorQueriesName
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorQueriesName) FieldPath() *RunDNSQueryTestResponseJsonResponse_FieldSubPath
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorQueriesName) WithArrayOfValues(values []string) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorQueriesName) WithValue(value string) *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue
- type RunDNSQueryTestResponse_JsonResponsePathSelectorQueriesQclass
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorQueriesQclass) FieldPath() *RunDNSQueryTestResponseJsonResponse_FieldSubPath
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorQueriesQclass) WithArrayOfValues(values []common.DNSClass) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorQueriesQclass) WithValue(value common.DNSClass) *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue
- type RunDNSQueryTestResponse_JsonResponsePathSelectorQueriesQtype
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorQueriesQtype) FieldPath() *RunDNSQueryTestResponseJsonResponse_FieldSubPath
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorQueriesQtype) WithArrayOfValues(values []common.DNSResourceRecordType) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorQueriesQtype) WithValue(value common.DNSResourceRecordType) *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue
- type RunDNSQueryTestResponse_JsonResponsePathSelectorRcode
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorRcode) FieldPath() *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorRcode) WithArrayOfValues(values []string) *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorRcode) WithValue(value string) *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue
- type RunDNSQueryTestResponse_JsonResponsePathSelectorRtt
- func (RunDNSQueryTestResponse_JsonResponsePathSelectorRtt) FieldPath() *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorRtt) WithArrayOfValues(values []*duration.Duration) *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues
- func (s RunDNSQueryTestResponse_JsonResponsePathSelectorRtt) WithValue(value *duration.Duration) *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue
- type RunDNSQueryTestResponse_JsonResponse_FieldMask
- func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) AppendPath(path RunDNSQueryTestResponseJsonResponse_FieldPath)
- func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) FilterInputFields() *RunDNSQueryTestResponse_JsonResponse_FieldMask
- func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) GetPaths() []RunDNSQueryTestResponseJsonResponse_FieldPath
- func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) IsFull() bool
- func (fieldMask RunDNSQueryTestResponse_JsonResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask RunDNSQueryTestResponse_JsonResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) PathsCount() int
- func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) Project(source *RunDNSQueryTestResponse_JsonResponse) *RunDNSQueryTestResponse_JsonResponse
- func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) ProtoMessage()
- func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) Reset()
- func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) Set(target, source *RunDNSQueryTestResponse_JsonResponse)
- func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) Size() int
- func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) String() string
- func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) Subtract(other *RunDNSQueryTestResponse_JsonResponse_FieldMask) *RunDNSQueryTestResponse_JsonResponse_FieldMask
- func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) UnmarshalJSON(data []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DNSQueryTestServiceClient ¶
type DNSQueryTestServiceClient interface {
RunDNSQueryTest(ctx context.Context, in *RunDNSQueryTestRequest, opts ...grpc.CallOption) (*RunDNSQueryTestResponse, error)
}
DNSQueryTestServiceClient is the client API for DNSQueryTestService.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewDNSQueryTestServiceClient ¶
func NewDNSQueryTestServiceClient(cc grpc.ClientConnInterface) DNSQueryTestServiceClient
type DNSQueryTestServiceDescriptor ¶ added in v0.4.26
type DNSQueryTestServiceDescriptor struct{}
func GetDNSQueryTestServiceDescriptor ¶ added in v0.4.26
func GetDNSQueryTestServiceDescriptor() *DNSQueryTestServiceDescriptor
func (*DNSQueryTestServiceDescriptor) AllMethodDescriptors ¶ added in v0.4.26
func (d *DNSQueryTestServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor
func (*DNSQueryTestServiceDescriptor) GetApiName ¶ added in v0.4.26
func (d *DNSQueryTestServiceDescriptor) GetApiName() string
func (*DNSQueryTestServiceDescriptor) GetFullAPIName ¶ added in v0.4.26
func (d *DNSQueryTestServiceDescriptor) GetFullAPIName() string
func (*DNSQueryTestServiceDescriptor) GetProtoPkgName ¶ added in v0.4.26
func (d *DNSQueryTestServiceDescriptor) GetProtoPkgName() string
func (*DNSQueryTestServiceDescriptor) GetServiceDomain ¶ added in v0.4.26
func (d *DNSQueryTestServiceDescriptor) GetServiceDomain() string
func (*DNSQueryTestServiceDescriptor) GetServiceVersion ¶ added in v0.4.26
func (d *DNSQueryTestServiceDescriptor) GetServiceVersion() string
type RunDNSQueryTestDescriptor ¶ added in v0.4.26
type RunDNSQueryTestDescriptor struct{}
func GetRunDNSQueryTestDescriptor ¶ added in v0.4.26
func GetRunDNSQueryTestDescriptor() *RunDNSQueryTestDescriptor
func (*RunDNSQueryTestDescriptor) GetApiDescriptor ¶ added in v0.4.26
func (d *RunDNSQueryTestDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*RunDNSQueryTestDescriptor) GetApiName ¶ added in v0.4.26
func (d *RunDNSQueryTestDescriptor) GetApiName() string
func (*RunDNSQueryTestDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.26
func (d *RunDNSQueryTestDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*RunDNSQueryTestDescriptor) GetFullMethodName ¶ added in v0.4.26
func (d *RunDNSQueryTestDescriptor) GetFullMethodName() string
func (*RunDNSQueryTestDescriptor) GetMethodName ¶ added in v0.4.26
func (d *RunDNSQueryTestDescriptor) GetMethodName() string
func (*RunDNSQueryTestDescriptor) GetProtoPkgName ¶ added in v0.4.26
func (d *RunDNSQueryTestDescriptor) GetProtoPkgName() string
func (*RunDNSQueryTestDescriptor) GetResourceDescriptor ¶ added in v0.4.27
func (d *RunDNSQueryTestDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*RunDNSQueryTestDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.26
func (d *RunDNSQueryTestDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*RunDNSQueryTestDescriptor) GetServiceDomain ¶ added in v0.4.26
func (d *RunDNSQueryTestDescriptor) GetServiceDomain() string
func (*RunDNSQueryTestDescriptor) GetServiceVersion ¶ added in v0.4.26
func (d *RunDNSQueryTestDescriptor) GetServiceVersion() string
func (*RunDNSQueryTestDescriptor) GetVerb ¶ added in v0.4.26
func (d *RunDNSQueryTestDescriptor) GetVerb() string
func (*RunDNSQueryTestDescriptor) HasResource ¶ added in v0.4.27
func (d *RunDNSQueryTestDescriptor) HasResource() bool
func (*RunDNSQueryTestDescriptor) IsClientStream ¶ added in v0.4.26
func (d *RunDNSQueryTestDescriptor) IsClientStream() bool
func (*RunDNSQueryTestDescriptor) IsCollection ¶ added in v0.4.27
func (d *RunDNSQueryTestDescriptor) IsCollection() bool
func (*RunDNSQueryTestDescriptor) IsPlural ¶ added in v0.4.27
func (d *RunDNSQueryTestDescriptor) IsPlural() bool
func (*RunDNSQueryTestDescriptor) IsServerStream ¶ added in v0.4.26
func (d *RunDNSQueryTestDescriptor) IsServerStream() bool
func (*RunDNSQueryTestDescriptor) IsUnary ¶ added in v0.4.26
func (d *RunDNSQueryTestDescriptor) IsUnary() bool
func (*RunDNSQueryTestDescriptor) NewEmptyClientMsg ¶ added in v0.4.26
func (d *RunDNSQueryTestDescriptor) NewEmptyClientMsg() proto.Message
func (*RunDNSQueryTestDescriptor) NewEmptyServerMsg ¶ added in v0.4.26
func (d *RunDNSQueryTestDescriptor) NewEmptyServerMsg() proto.Message
func (*RunDNSQueryTestDescriptor) RequestHasResourceBody ¶ added in v0.4.26
func (d *RunDNSQueryTestDescriptor) RequestHasResourceBody() bool
type RunDNSQueryTestDescriptorClientMsgHandle ¶ added in v0.4.26
type RunDNSQueryTestDescriptorClientMsgHandle struct{}
func (*RunDNSQueryTestDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.27
func (h *RunDNSQueryTestDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*RunDNSQueryTestDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.27
func (h *RunDNSQueryTestDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*RunDNSQueryTestDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.27
func (h *RunDNSQueryTestDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type RunDNSQueryTestDescriptorServerMsgHandle ¶ added in v0.4.26
type RunDNSQueryTestDescriptorServerMsgHandle struct{}
func (*RunDNSQueryTestDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.27
func (h *RunDNSQueryTestDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*RunDNSQueryTestDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.27
func (h *RunDNSQueryTestDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*RunDNSQueryTestDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.27
func (h *RunDNSQueryTestDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type RunDNSQueryTestRequest ¶
type RunDNSQueryTestRequest struct { // reference of ntt.watchdog.v1alpha2.Probe Name *probe.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=name,proto3" json:"name,omitempty" firestore:"name"` // Query // // If unspecified, // (name, qtype, qclass) = (".", A, IN) will be used by default Query *common.DNSQuery `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty" firestore:"query"` // Name server's address // // If unspecified, the agent will pick the dns server configured on the // device. On Linux and Mac, typically this is a local resolver. On windows, a // DNS server is picked from the list of configured dns servers. If fetching // the configured server fails, fall back to choose 8.8.8.8 Server string `protobuf:"bytes,3,opt,name=server,proto3" json:"server,omitempty" firestore:"server"` // Name server's port number // // If unspecified, default DNS server port 53 is used Port uint32 `protobuf:"varint,4,opt,name=port,proto3" json:"port,omitempty" firestore:"port"` // Whether use TCP or UDP to send DNS query // // If unspecified, agent will use UDP Tcp bool `protobuf:"varint,5,opt,name=tcp,proto3" json:"tcp,omitempty" firestore:"tcp"` // Whether skip recursion desired option to send DNS query // // If unspecified, agent will set the option NoRecursionDesired bool `` /* 149-byte string literal not displayed */ // Whether reverse the DNS query // // If unspecified, agent will skip the option // // Specifying true means // - overwrite the qestion's class to PTR // - and make the query's name reversed (eg. 8.8.4.4 // to 4.4.8.8.in-addr.arpa.) Reverse bool `protobuf:"varint,7,opt,name=reverse,proto3" json:"reverse,omitempty" firestore:"reverse"` // Default is Text format similar to dig command. Json is for internal use // only OutputFormat common.OnDemandTestResponseFormat `` /* 177-byte string literal not displayed */ // contains filtered or unexported fields }
Request message for method [RunDNSQueryTest][ntt.watchdog.v1alpha2.RunDNSQueryTest]
func (*RunDNSQueryTestRequest) Clone ¶
func (o *RunDNSQueryTestRequest) Clone() *RunDNSQueryTestRequest
func (*RunDNSQueryTestRequest) CloneRaw ¶
func (o *RunDNSQueryTestRequest) CloneRaw() gotenobject.GotenObjectExt
func (*RunDNSQueryTestRequest) Descriptor ¶
func (*RunDNSQueryTestRequest) Descriptor() ([]byte, []int)
Deprecated, Use RunDNSQueryTestRequest.ProtoReflect.Descriptor instead.
func (*RunDNSQueryTestRequest) GetName ¶
func (m *RunDNSQueryTestRequest) GetName() *probe.Reference
func (*RunDNSQueryTestRequest) GetNoRecursionDesired ¶
func (m *RunDNSQueryTestRequest) GetNoRecursionDesired() bool
func (*RunDNSQueryTestRequest) GetOutputFormat ¶ added in v0.10.0
func (m *RunDNSQueryTestRequest) GetOutputFormat() common.OnDemandTestResponseFormat
func (*RunDNSQueryTestRequest) GetPort ¶
func (m *RunDNSQueryTestRequest) GetPort() uint32
func (*RunDNSQueryTestRequest) GetQuery ¶
func (m *RunDNSQueryTestRequest) GetQuery() *common.DNSQuery
func (*RunDNSQueryTestRequest) GetReverse ¶
func (m *RunDNSQueryTestRequest) GetReverse() bool
func (*RunDNSQueryTestRequest) GetServer ¶
func (m *RunDNSQueryTestRequest) GetServer() string
func (*RunDNSQueryTestRequest) GetTcp ¶
func (m *RunDNSQueryTestRequest) GetTcp() bool
func (*RunDNSQueryTestRequest) GotenMessage ¶
func (*RunDNSQueryTestRequest) GotenMessage()
func (*RunDNSQueryTestRequest) GotenObjectExt ¶
func (o *RunDNSQueryTestRequest) GotenObjectExt()
func (*RunDNSQueryTestRequest) GotenValidate ¶
func (obj *RunDNSQueryTestRequest) GotenValidate() error
func (*RunDNSQueryTestRequest) MakeDiffFieldMask ¶
func (o *RunDNSQueryTestRequest) MakeDiffFieldMask(other *RunDNSQueryTestRequest) *RunDNSQueryTestRequest_FieldMask
func (*RunDNSQueryTestRequest) MakeFullFieldMask ¶
func (o *RunDNSQueryTestRequest) MakeFullFieldMask() *RunDNSQueryTestRequest_FieldMask
func (*RunDNSQueryTestRequest) MakeRawDiffFieldMask ¶
func (o *RunDNSQueryTestRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*RunDNSQueryTestRequest) MakeRawFullFieldMask ¶
func (o *RunDNSQueryTestRequest) MakeRawFullFieldMask() gotenobject.FieldMask
func (*RunDNSQueryTestRequest) Marshal ¶
func (m *RunDNSQueryTestRequest) Marshal() ([]byte, error)
func (*RunDNSQueryTestRequest) MarshalJSON ¶
func (m *RunDNSQueryTestRequest) MarshalJSON() ([]byte, error)
func (*RunDNSQueryTestRequest) Merge ¶
func (o *RunDNSQueryTestRequest) Merge(source *RunDNSQueryTestRequest)
func (*RunDNSQueryTestRequest) MergeRaw ¶
func (o *RunDNSQueryTestRequest) MergeRaw(source gotenobject.GotenObjectExt)
func (*RunDNSQueryTestRequest) ProtoMessage ¶
func (*RunDNSQueryTestRequest) ProtoMessage()
func (*RunDNSQueryTestRequest) ProtoReflect ¶
func (m *RunDNSQueryTestRequest) ProtoReflect() preflect.Message
func (*RunDNSQueryTestRequest) Reset ¶
func (m *RunDNSQueryTestRequest) Reset()
func (*RunDNSQueryTestRequest) SetName ¶
func (m *RunDNSQueryTestRequest) SetName(fv *probe.Reference)
func (*RunDNSQueryTestRequest) SetNoRecursionDesired ¶
func (m *RunDNSQueryTestRequest) SetNoRecursionDesired(fv bool)
func (*RunDNSQueryTestRequest) SetOutputFormat ¶ added in v0.10.0
func (m *RunDNSQueryTestRequest) SetOutputFormat(fv common.OnDemandTestResponseFormat)
func (*RunDNSQueryTestRequest) SetPort ¶
func (m *RunDNSQueryTestRequest) SetPort(fv uint32)
func (*RunDNSQueryTestRequest) SetQuery ¶
func (m *RunDNSQueryTestRequest) SetQuery(fv *common.DNSQuery)
func (*RunDNSQueryTestRequest) SetReverse ¶
func (m *RunDNSQueryTestRequest) SetReverse(fv bool)
func (*RunDNSQueryTestRequest) SetServer ¶
func (m *RunDNSQueryTestRequest) SetServer(fv string)
func (*RunDNSQueryTestRequest) SetTcp ¶
func (m *RunDNSQueryTestRequest) SetTcp(fv bool)
func (*RunDNSQueryTestRequest) String ¶
func (m *RunDNSQueryTestRequest) String() string
func (*RunDNSQueryTestRequest) Unmarshal ¶
func (m *RunDNSQueryTestRequest) Unmarshal(b []byte) error
func (*RunDNSQueryTestRequest) UnmarshalJSON ¶
func (m *RunDNSQueryTestRequest) UnmarshalJSON(data []byte) error
type RunDNSQueryTestRequestFieldPathBuilder ¶
type RunDNSQueryTestRequestFieldPathBuilder struct{}
func NewRunDNSQueryTestRequestFieldPathBuilder ¶
func NewRunDNSQueryTestRequestFieldPathBuilder() RunDNSQueryTestRequestFieldPathBuilder
func (RunDNSQueryTestRequestFieldPathBuilder) NoRecursionDesired ¶
func (RunDNSQueryTestRequestFieldPathBuilder) NoRecursionDesired() RunDNSQueryTestRequestPathSelectorNoRecursionDesired
func (RunDNSQueryTestRequestFieldPathBuilder) OutputFormat ¶ added in v0.10.0
func (RunDNSQueryTestRequestFieldPathBuilder) OutputFormat() RunDNSQueryTestRequestPathSelectorOutputFormat
type RunDNSQueryTestRequestPathSelectorName ¶
type RunDNSQueryTestRequestPathSelectorName struct{}
func (RunDNSQueryTestRequestPathSelectorName) FieldPath ¶
func (RunDNSQueryTestRequestPathSelectorName) FieldPath() *RunDNSQueryTestRequest_FieldTerminalPath
func (RunDNSQueryTestRequestPathSelectorName) WithArrayOfValues ¶
func (s RunDNSQueryTestRequestPathSelectorName) WithArrayOfValues(values []*probe.Reference) *RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues
func (RunDNSQueryTestRequestPathSelectorName) WithValue ¶
func (s RunDNSQueryTestRequestPathSelectorName) WithValue(value *probe.Reference) *RunDNSQueryTestRequest_FieldTerminalPathValue
type RunDNSQueryTestRequestPathSelectorNoRecursionDesired ¶
type RunDNSQueryTestRequestPathSelectorNoRecursionDesired struct{}
func (RunDNSQueryTestRequestPathSelectorNoRecursionDesired) WithArrayOfValues ¶
func (s RunDNSQueryTestRequestPathSelectorNoRecursionDesired) WithArrayOfValues(values []bool) *RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues
func (RunDNSQueryTestRequestPathSelectorNoRecursionDesired) WithValue ¶
func (s RunDNSQueryTestRequestPathSelectorNoRecursionDesired) WithValue(value bool) *RunDNSQueryTestRequest_FieldTerminalPathValue
type RunDNSQueryTestRequestPathSelectorOutputFormat ¶ added in v0.10.0
type RunDNSQueryTestRequestPathSelectorOutputFormat struct{}
func (RunDNSQueryTestRequestPathSelectorOutputFormat) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestRequestPathSelectorOutputFormat) WithArrayOfValues(values []common.OnDemandTestResponseFormat) *RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues
type RunDNSQueryTestRequestPathSelectorPort ¶
type RunDNSQueryTestRequestPathSelectorPort struct{}
func (RunDNSQueryTestRequestPathSelectorPort) FieldPath ¶
func (RunDNSQueryTestRequestPathSelectorPort) FieldPath() *RunDNSQueryTestRequest_FieldTerminalPath
func (RunDNSQueryTestRequestPathSelectorPort) WithArrayOfValues ¶
func (s RunDNSQueryTestRequestPathSelectorPort) WithArrayOfValues(values []uint32) *RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues
func (RunDNSQueryTestRequestPathSelectorPort) WithValue ¶
func (s RunDNSQueryTestRequestPathSelectorPort) WithValue(value uint32) *RunDNSQueryTestRequest_FieldTerminalPathValue
type RunDNSQueryTestRequestPathSelectorQuery ¶
type RunDNSQueryTestRequestPathSelectorQuery struct{}
func (RunDNSQueryTestRequestPathSelectorQuery) FieldPath ¶
func (RunDNSQueryTestRequestPathSelectorQuery) FieldPath() *RunDNSQueryTestRequest_FieldTerminalPath
func (RunDNSQueryTestRequestPathSelectorQuery) WithArrayOfValues ¶
func (s RunDNSQueryTestRequestPathSelectorQuery) WithArrayOfValues(values []*common.DNSQuery) *RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues
func (RunDNSQueryTestRequestPathSelectorQuery) WithSubArrayItemValue ¶
func (s RunDNSQueryTestRequestPathSelectorQuery) WithSubArrayItemValue(subPathArrayItemValue common.DNSQuery_FieldPathArrayItemValue) *RunDNSQueryTestRequest_FieldSubPathArrayItemValue
func (RunDNSQueryTestRequestPathSelectorQuery) WithSubArrayOfValues ¶
func (s RunDNSQueryTestRequestPathSelectorQuery) WithSubArrayOfValues(subPathArrayOfValues common.DNSQuery_FieldPathArrayOfValues) *RunDNSQueryTestRequest_FieldSubPathArrayOfValues
func (RunDNSQueryTestRequestPathSelectorQuery) WithSubPath ¶
func (RunDNSQueryTestRequestPathSelectorQuery) WithSubPath(subPath common.DNSQuery_FieldPath) *RunDNSQueryTestRequest_FieldSubPath
func (RunDNSQueryTestRequestPathSelectorQuery) WithSubValue ¶
func (s RunDNSQueryTestRequestPathSelectorQuery) WithSubValue(subPathValue common.DNSQuery_FieldPathValue) *RunDNSQueryTestRequest_FieldSubPathValue
func (RunDNSQueryTestRequestPathSelectorQuery) WithValue ¶
func (s RunDNSQueryTestRequestPathSelectorQuery) WithValue(value *common.DNSQuery) *RunDNSQueryTestRequest_FieldTerminalPathValue
type RunDNSQueryTestRequestPathSelectorQueryName ¶
type RunDNSQueryTestRequestPathSelectorQueryName struct{}
func (RunDNSQueryTestRequestPathSelectorQueryName) FieldPath ¶
func (RunDNSQueryTestRequestPathSelectorQueryName) FieldPath() *RunDNSQueryTestRequest_FieldSubPath
func (RunDNSQueryTestRequestPathSelectorQueryName) WithArrayOfValues ¶
func (s RunDNSQueryTestRequestPathSelectorQueryName) WithArrayOfValues(values []string) *RunDNSQueryTestRequest_FieldSubPathArrayOfValues
func (RunDNSQueryTestRequestPathSelectorQueryName) WithValue ¶
func (s RunDNSQueryTestRequestPathSelectorQueryName) WithValue(value string) *RunDNSQueryTestRequest_FieldSubPathValue
type RunDNSQueryTestRequestPathSelectorQueryQclass ¶
type RunDNSQueryTestRequestPathSelectorQueryQclass struct{}
func (RunDNSQueryTestRequestPathSelectorQueryQclass) FieldPath ¶
func (RunDNSQueryTestRequestPathSelectorQueryQclass) FieldPath() *RunDNSQueryTestRequest_FieldSubPath
func (RunDNSQueryTestRequestPathSelectorQueryQclass) WithArrayOfValues ¶
func (s RunDNSQueryTestRequestPathSelectorQueryQclass) WithArrayOfValues(values []common.DNSClass) *RunDNSQueryTestRequest_FieldSubPathArrayOfValues
func (RunDNSQueryTestRequestPathSelectorQueryQclass) WithValue ¶
func (s RunDNSQueryTestRequestPathSelectorQueryQclass) WithValue(value common.DNSClass) *RunDNSQueryTestRequest_FieldSubPathValue
type RunDNSQueryTestRequestPathSelectorQueryQtype ¶
type RunDNSQueryTestRequestPathSelectorQueryQtype struct{}
func (RunDNSQueryTestRequestPathSelectorQueryQtype) FieldPath ¶
func (RunDNSQueryTestRequestPathSelectorQueryQtype) FieldPath() *RunDNSQueryTestRequest_FieldSubPath
func (RunDNSQueryTestRequestPathSelectorQueryQtype) WithArrayOfValues ¶
func (s RunDNSQueryTestRequestPathSelectorQueryQtype) WithArrayOfValues(values []common.DNSResourceRecordType) *RunDNSQueryTestRequest_FieldSubPathArrayOfValues
func (RunDNSQueryTestRequestPathSelectorQueryQtype) WithValue ¶
func (s RunDNSQueryTestRequestPathSelectorQueryQtype) WithValue(value common.DNSResourceRecordType) *RunDNSQueryTestRequest_FieldSubPathValue
type RunDNSQueryTestRequestPathSelectorReverse ¶
type RunDNSQueryTestRequestPathSelectorReverse struct{}
func (RunDNSQueryTestRequestPathSelectorReverse) FieldPath ¶
func (RunDNSQueryTestRequestPathSelectorReverse) FieldPath() *RunDNSQueryTestRequest_FieldTerminalPath
func (RunDNSQueryTestRequestPathSelectorReverse) WithArrayOfValues ¶
func (s RunDNSQueryTestRequestPathSelectorReverse) WithArrayOfValues(values []bool) *RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues
func (RunDNSQueryTestRequestPathSelectorReverse) WithValue ¶
func (s RunDNSQueryTestRequestPathSelectorReverse) WithValue(value bool) *RunDNSQueryTestRequest_FieldTerminalPathValue
type RunDNSQueryTestRequestPathSelectorServer ¶
type RunDNSQueryTestRequestPathSelectorServer struct{}
func (RunDNSQueryTestRequestPathSelectorServer) FieldPath ¶
func (RunDNSQueryTestRequestPathSelectorServer) FieldPath() *RunDNSQueryTestRequest_FieldTerminalPath
func (RunDNSQueryTestRequestPathSelectorServer) WithArrayOfValues ¶
func (s RunDNSQueryTestRequestPathSelectorServer) WithArrayOfValues(values []string) *RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues
func (RunDNSQueryTestRequestPathSelectorServer) WithValue ¶
func (s RunDNSQueryTestRequestPathSelectorServer) WithValue(value string) *RunDNSQueryTestRequest_FieldTerminalPathValue
type RunDNSQueryTestRequestPathSelectorTcp ¶
type RunDNSQueryTestRequestPathSelectorTcp struct{}
func (RunDNSQueryTestRequestPathSelectorTcp) FieldPath ¶
func (RunDNSQueryTestRequestPathSelectorTcp) FieldPath() *RunDNSQueryTestRequest_FieldTerminalPath
func (RunDNSQueryTestRequestPathSelectorTcp) WithArrayOfValues ¶
func (s RunDNSQueryTestRequestPathSelectorTcp) WithArrayOfValues(values []bool) *RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues
func (RunDNSQueryTestRequestPathSelectorTcp) WithValue ¶
func (s RunDNSQueryTestRequestPathSelectorTcp) WithValue(value bool) *RunDNSQueryTestRequest_FieldTerminalPathValue
type RunDNSQueryTestRequest_FieldMask ¶
type RunDNSQueryTestRequest_FieldMask struct {
Paths []RunDNSQueryTestRequest_FieldPath
}
func FullRunDNSQueryTestRequest_FieldMask ¶
func FullRunDNSQueryTestRequest_FieldMask() *RunDNSQueryTestRequest_FieldMask
func (*RunDNSQueryTestRequest_FieldMask) AppendPath ¶
func (fieldMask *RunDNSQueryTestRequest_FieldMask) AppendPath(path RunDNSQueryTestRequest_FieldPath)
func (*RunDNSQueryTestRequest_FieldMask) AppendRawPath ¶
func (fieldMask *RunDNSQueryTestRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*RunDNSQueryTestRequest_FieldMask) DecodeFirestore ¶
func (fieldMask *RunDNSQueryTestRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*RunDNSQueryTestRequest_FieldMask) EncodeFirestore ¶
func (fieldMask *RunDNSQueryTestRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*RunDNSQueryTestRequest_FieldMask) FilterInputFields ¶
func (fieldMask *RunDNSQueryTestRequest_FieldMask) FilterInputFields() *RunDNSQueryTestRequest_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*RunDNSQueryTestRequest_FieldMask) FromProtoFieldMask ¶
func (fieldMask *RunDNSQueryTestRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*RunDNSQueryTestRequest_FieldMask) GetPaths ¶
func (fieldMask *RunDNSQueryTestRequest_FieldMask) GetPaths() []RunDNSQueryTestRequest_FieldPath
func (*RunDNSQueryTestRequest_FieldMask) GetRawPaths ¶
func (fieldMask *RunDNSQueryTestRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*RunDNSQueryTestRequest_FieldMask) IsFull ¶
func (fieldMask *RunDNSQueryTestRequest_FieldMask) IsFull() bool
func (RunDNSQueryTestRequest_FieldMask) Marshal ¶
func (fieldMask RunDNSQueryTestRequest_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (RunDNSQueryTestRequest_FieldMask) MarshalJSON ¶
func (fieldMask RunDNSQueryTestRequest_FieldMask) MarshalJSON() ([]byte, error)
func (*RunDNSQueryTestRequest_FieldMask) PathsCount ¶
func (fieldMask *RunDNSQueryTestRequest_FieldMask) PathsCount() int
func (*RunDNSQueryTestRequest_FieldMask) Project ¶
func (fieldMask *RunDNSQueryTestRequest_FieldMask) Project(source *RunDNSQueryTestRequest) *RunDNSQueryTestRequest
func (*RunDNSQueryTestRequest_FieldMask) ProjectRaw ¶
func (fieldMask *RunDNSQueryTestRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*RunDNSQueryTestRequest_FieldMask) ProtoMessage ¶
func (fieldMask *RunDNSQueryTestRequest_FieldMask) ProtoMessage()
func (*RunDNSQueryTestRequest_FieldMask) ProtoReflect ¶
func (fieldMask *RunDNSQueryTestRequest_FieldMask) ProtoReflect() preflect.Message
func (*RunDNSQueryTestRequest_FieldMask) Reset ¶
func (fieldMask *RunDNSQueryTestRequest_FieldMask) Reset()
func (*RunDNSQueryTestRequest_FieldMask) Set ¶
func (fieldMask *RunDNSQueryTestRequest_FieldMask) Set(target, source *RunDNSQueryTestRequest)
func (*RunDNSQueryTestRequest_FieldMask) SetFromCliFlag ¶
func (fieldMask *RunDNSQueryTestRequest_FieldMask) SetFromCliFlag(raw string) error
func (*RunDNSQueryTestRequest_FieldMask) SetRaw ¶
func (fieldMask *RunDNSQueryTestRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*RunDNSQueryTestRequest_FieldMask) Size ¶
func (fieldMask *RunDNSQueryTestRequest_FieldMask) Size() int
func (*RunDNSQueryTestRequest_FieldMask) String ¶
func (fieldMask *RunDNSQueryTestRequest_FieldMask) String() string
func (*RunDNSQueryTestRequest_FieldMask) Subtract ¶
func (fieldMask *RunDNSQueryTestRequest_FieldMask) Subtract(other *RunDNSQueryTestRequest_FieldMask) *RunDNSQueryTestRequest_FieldMask
func (*RunDNSQueryTestRequest_FieldMask) SubtractRaw ¶
func (fieldMask *RunDNSQueryTestRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*RunDNSQueryTestRequest_FieldMask) ToProtoFieldMask ¶
func (fieldMask *RunDNSQueryTestRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*RunDNSQueryTestRequest_FieldMask) Unmarshal ¶
func (fieldMask *RunDNSQueryTestRequest_FieldMask) Unmarshal(data []byte) error
func (*RunDNSQueryTestRequest_FieldMask) UnmarshalJSON ¶
func (fieldMask *RunDNSQueryTestRequest_FieldMask) UnmarshalJSON(data []byte) error
type RunDNSQueryTestRequest_FieldPath ¶
type RunDNSQueryTestRequest_FieldPath interface { gotenobject.FieldPath Selector() RunDNSQueryTestRequest_FieldPathSelector Get(source *RunDNSQueryTestRequest) []interface{} GetSingle(source *RunDNSQueryTestRequest) (interface{}, bool) ClearValue(item *RunDNSQueryTestRequest) // Those methods build corresponding RunDNSQueryTestRequest_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) RunDNSQueryTestRequest_FieldPathValue WithIArrayOfValues(values interface{}) RunDNSQueryTestRequest_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) RunDNSQueryTestRequest_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildRunDNSQueryTestRequest_FieldPath ¶
func BuildRunDNSQueryTestRequest_FieldPath(fp gotenobject.RawFieldPath) (RunDNSQueryTestRequest_FieldPath, error)
func MustParseRunDNSQueryTestRequest_FieldPath ¶
func MustParseRunDNSQueryTestRequest_FieldPath(rawField string) RunDNSQueryTestRequest_FieldPath
func ParseRunDNSQueryTestRequest_FieldPath ¶
func ParseRunDNSQueryTestRequest_FieldPath(rawField string) (RunDNSQueryTestRequest_FieldPath, error)
type RunDNSQueryTestRequest_FieldPathArrayItemValue ¶
type RunDNSQueryTestRequest_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue RunDNSQueryTestRequest_FieldPath ContainsValue(*RunDNSQueryTestRequest) bool }
RunDNSQueryTestRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for RunDNSQueryTestRequest according to their type Present only for array (repeated) types.
func MustParseRunDNSQueryTestRequest_FieldPathArrayItemValue ¶
func MustParseRunDNSQueryTestRequest_FieldPathArrayItemValue(pathStr, valueStr string) RunDNSQueryTestRequest_FieldPathArrayItemValue
func ParseRunDNSQueryTestRequest_FieldPathArrayItemValue ¶
func ParseRunDNSQueryTestRequest_FieldPathArrayItemValue(pathStr, valueStr string) (RunDNSQueryTestRequest_FieldPathArrayItemValue, error)
ParseRunDNSQueryTestRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type RunDNSQueryTestRequest_FieldPathArrayOfValues ¶
type RunDNSQueryTestRequest_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues RunDNSQueryTestRequest_FieldPath }
RunDNSQueryTestRequest_FieldPathArrayOfValues allows storing slice of values for RunDNSQueryTestRequest fields according to their type
func MustParseRunDNSQueryTestRequest_FieldPathArrayOfValues ¶
func MustParseRunDNSQueryTestRequest_FieldPathArrayOfValues(pathStr, valuesStr string) RunDNSQueryTestRequest_FieldPathArrayOfValues
func ParseRunDNSQueryTestRequest_FieldPathArrayOfValues ¶
func ParseRunDNSQueryTestRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (RunDNSQueryTestRequest_FieldPathArrayOfValues, error)
type RunDNSQueryTestRequest_FieldPathSelector ¶
type RunDNSQueryTestRequest_FieldPathSelector int32
const ( RunDNSQueryTestRequest_FieldPathSelectorName RunDNSQueryTestRequest_FieldPathSelector = 0 RunDNSQueryTestRequest_FieldPathSelectorQuery RunDNSQueryTestRequest_FieldPathSelector = 1 RunDNSQueryTestRequest_FieldPathSelectorServer RunDNSQueryTestRequest_FieldPathSelector = 2 RunDNSQueryTestRequest_FieldPathSelectorPort RunDNSQueryTestRequest_FieldPathSelector = 3 RunDNSQueryTestRequest_FieldPathSelectorTcp RunDNSQueryTestRequest_FieldPathSelector = 4 RunDNSQueryTestRequest_FieldPathSelectorNoRecursionDesired RunDNSQueryTestRequest_FieldPathSelector = 5 RunDNSQueryTestRequest_FieldPathSelectorReverse RunDNSQueryTestRequest_FieldPathSelector = 6 RunDNSQueryTestRequest_FieldPathSelectorOutputFormat RunDNSQueryTestRequest_FieldPathSelector = 7 )
func (RunDNSQueryTestRequest_FieldPathSelector) String ¶
func (s RunDNSQueryTestRequest_FieldPathSelector) String() string
type RunDNSQueryTestRequest_FieldPathValue ¶
type RunDNSQueryTestRequest_FieldPathValue interface { RunDNSQueryTestRequest_FieldPath gotenobject.FieldPathValue SetTo(target **RunDNSQueryTestRequest) CompareWith(*RunDNSQueryTestRequest) (cmp int, comparable bool) }
RunDNSQueryTestRequest_FieldPathValue allows storing values for RunDNSQueryTestRequest fields according to their type
func MustParseRunDNSQueryTestRequest_FieldPathValue ¶
func MustParseRunDNSQueryTestRequest_FieldPathValue(pathStr, valueStr string) RunDNSQueryTestRequest_FieldPathValue
func ParseRunDNSQueryTestRequest_FieldPathValue ¶
func ParseRunDNSQueryTestRequest_FieldPathValue(pathStr, valueStr string) (RunDNSQueryTestRequest_FieldPathValue, error)
type RunDNSQueryTestRequest_FieldSubPath ¶
type RunDNSQueryTestRequest_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*RunDNSQueryTestRequest_FieldSubPath) AsQuerySubPath ¶
func (fps *RunDNSQueryTestRequest_FieldSubPath) AsQuerySubPath() (common.DNSQuery_FieldPath, bool)
func (*RunDNSQueryTestRequest_FieldSubPath) ClearValue ¶
func (fps *RunDNSQueryTestRequest_FieldSubPath) ClearValue(item *RunDNSQueryTestRequest)
func (*RunDNSQueryTestRequest_FieldSubPath) ClearValueRaw ¶
func (fps *RunDNSQueryTestRequest_FieldSubPath) ClearValueRaw(item proto.Message)
func (*RunDNSQueryTestRequest_FieldSubPath) Get ¶
func (fps *RunDNSQueryTestRequest_FieldSubPath) Get(source *RunDNSQueryTestRequest) (values []interface{})
Get returns all values pointed by selected field from source RunDNSQueryTestRequest
func (*RunDNSQueryTestRequest_FieldSubPath) GetDefault ¶
func (fps *RunDNSQueryTestRequest_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*RunDNSQueryTestRequest_FieldSubPath) GetRaw ¶
func (fps *RunDNSQueryTestRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*RunDNSQueryTestRequest_FieldSubPath) GetSingle ¶
func (fps *RunDNSQueryTestRequest_FieldSubPath) GetSingle(source *RunDNSQueryTestRequest) (interface{}, bool)
GetSingle returns value of selected field from source RunDNSQueryTestRequest
func (*RunDNSQueryTestRequest_FieldSubPath) GetSingleRaw ¶
func (fps *RunDNSQueryTestRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*RunDNSQueryTestRequest_FieldSubPath) IsLeaf ¶
func (fps *RunDNSQueryTestRequest_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*RunDNSQueryTestRequest_FieldSubPath) JSONString ¶
func (fps *RunDNSQueryTestRequest_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*RunDNSQueryTestRequest_FieldSubPath) Selector ¶
func (fps *RunDNSQueryTestRequest_FieldSubPath) Selector() RunDNSQueryTestRequest_FieldPathSelector
func (*RunDNSQueryTestRequest_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fps *RunDNSQueryTestRequest_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*RunDNSQueryTestRequest_FieldSubPath) String ¶
func (fps *RunDNSQueryTestRequest_FieldSubPath) String() string
String returns path representation in proto convention
func (*RunDNSQueryTestRequest_FieldSubPath) WithIArrayItemValue ¶
func (fps *RunDNSQueryTestRequest_FieldSubPath) WithIArrayItemValue(value interface{}) RunDNSQueryTestRequest_FieldPathArrayItemValue
func (*RunDNSQueryTestRequest_FieldSubPath) WithIArrayOfValues ¶
func (fps *RunDNSQueryTestRequest_FieldSubPath) WithIArrayOfValues(values interface{}) RunDNSQueryTestRequest_FieldPathArrayOfValues
func (*RunDNSQueryTestRequest_FieldSubPath) WithIValue ¶
func (fps *RunDNSQueryTestRequest_FieldSubPath) WithIValue(value interface{}) RunDNSQueryTestRequest_FieldPathValue
func (*RunDNSQueryTestRequest_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *RunDNSQueryTestRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*RunDNSQueryTestRequest_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *RunDNSQueryTestRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*RunDNSQueryTestRequest_FieldSubPath) WithRawIValue ¶
func (fps *RunDNSQueryTestRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type RunDNSQueryTestRequest_FieldSubPathArrayItemValue ¶
type RunDNSQueryTestRequest_FieldSubPathArrayItemValue struct { RunDNSQueryTestRequest_FieldPath // contains filtered or unexported fields }
func (*RunDNSQueryTestRequest_FieldSubPathArrayItemValue) AsQueryPathItemValue ¶
func (fpaivs *RunDNSQueryTestRequest_FieldSubPathArrayItemValue) AsQueryPathItemValue() (common.DNSQuery_FieldPathArrayItemValue, bool)
func (*RunDNSQueryTestRequest_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *RunDNSQueryTestRequest_FieldSubPathArrayItemValue) ContainsValue(source *RunDNSQueryTestRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'RunDNSQueryTestRequest'
func (*RunDNSQueryTestRequest_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *RunDNSQueryTestRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type RunDNSQueryTestRequest_FieldSubPathArrayOfValues ¶
type RunDNSQueryTestRequest_FieldSubPathArrayOfValues struct { RunDNSQueryTestRequest_FieldPath // contains filtered or unexported fields }
func (*RunDNSQueryTestRequest_FieldSubPathArrayOfValues) AsQueryPathArrayOfValues ¶
func (fpsaov *RunDNSQueryTestRequest_FieldSubPathArrayOfValues) AsQueryPathArrayOfValues() (common.DNSQuery_FieldPathArrayOfValues, bool)
func (*RunDNSQueryTestRequest_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *RunDNSQueryTestRequest_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type RunDNSQueryTestRequest_FieldSubPathValue ¶
type RunDNSQueryTestRequest_FieldSubPathValue struct { RunDNSQueryTestRequest_FieldPath // contains filtered or unexported fields }
func (*RunDNSQueryTestRequest_FieldSubPathValue) AsQueryPathValue ¶
func (fpvs *RunDNSQueryTestRequest_FieldSubPathValue) AsQueryPathValue() (common.DNSQuery_FieldPathValue, bool)
func (*RunDNSQueryTestRequest_FieldSubPathValue) CompareWith ¶
func (fpvs *RunDNSQueryTestRequest_FieldSubPathValue) CompareWith(source *RunDNSQueryTestRequest) (int, bool)
func (*RunDNSQueryTestRequest_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *RunDNSQueryTestRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*RunDNSQueryTestRequest_FieldSubPathValue) GetRawValue ¶
func (fpvs *RunDNSQueryTestRequest_FieldSubPathValue) GetRawValue() interface{}
func (*RunDNSQueryTestRequest_FieldSubPathValue) SetTo ¶
func (fpvs *RunDNSQueryTestRequest_FieldSubPathValue) SetTo(target **RunDNSQueryTestRequest)
func (*RunDNSQueryTestRequest_FieldSubPathValue) SetToRaw ¶
func (fpvs *RunDNSQueryTestRequest_FieldSubPathValue) SetToRaw(target proto.Message)
type RunDNSQueryTestRequest_FieldTerminalPath ¶
type RunDNSQueryTestRequest_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*RunDNSQueryTestRequest_FieldTerminalPath) ClearValue ¶
func (fp *RunDNSQueryTestRequest_FieldTerminalPath) ClearValue(item *RunDNSQueryTestRequest)
func (*RunDNSQueryTestRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *RunDNSQueryTestRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*RunDNSQueryTestRequest_FieldTerminalPath) Get ¶
func (fp *RunDNSQueryTestRequest_FieldTerminalPath) Get(source *RunDNSQueryTestRequest) (values []interface{})
Get returns all values pointed by specific field from source RunDNSQueryTestRequest
func (*RunDNSQueryTestRequest_FieldTerminalPath) GetDefault ¶
func (fp *RunDNSQueryTestRequest_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*RunDNSQueryTestRequest_FieldTerminalPath) GetRaw ¶
func (fp *RunDNSQueryTestRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*RunDNSQueryTestRequest_FieldTerminalPath) GetSingle ¶
func (fp *RunDNSQueryTestRequest_FieldTerminalPath) GetSingle(source *RunDNSQueryTestRequest) (interface{}, bool)
GetSingle returns value pointed by specific field of from source RunDNSQueryTestRequest
func (*RunDNSQueryTestRequest_FieldTerminalPath) GetSingleRaw ¶
func (fp *RunDNSQueryTestRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*RunDNSQueryTestRequest_FieldTerminalPath) IsLeaf ¶
func (fp *RunDNSQueryTestRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*RunDNSQueryTestRequest_FieldTerminalPath) JSONString ¶
func (fp *RunDNSQueryTestRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*RunDNSQueryTestRequest_FieldTerminalPath) Selector ¶
func (fp *RunDNSQueryTestRequest_FieldTerminalPath) Selector() RunDNSQueryTestRequest_FieldPathSelector
func (*RunDNSQueryTestRequest_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fp *RunDNSQueryTestRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*RunDNSQueryTestRequest_FieldTerminalPath) String ¶
func (fp *RunDNSQueryTestRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*RunDNSQueryTestRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *RunDNSQueryTestRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) RunDNSQueryTestRequest_FieldPathArrayItemValue
func (*RunDNSQueryTestRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *RunDNSQueryTestRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) RunDNSQueryTestRequest_FieldPathArrayOfValues
func (*RunDNSQueryTestRequest_FieldTerminalPath) WithIValue ¶
func (fp *RunDNSQueryTestRequest_FieldTerminalPath) WithIValue(value interface{}) RunDNSQueryTestRequest_FieldPathValue
func (*RunDNSQueryTestRequest_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *RunDNSQueryTestRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*RunDNSQueryTestRequest_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *RunDNSQueryTestRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*RunDNSQueryTestRequest_FieldTerminalPath) WithRawIValue ¶
func (fp *RunDNSQueryTestRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type RunDNSQueryTestRequest_FieldTerminalPathArrayItemValue ¶
type RunDNSQueryTestRequest_FieldTerminalPathArrayItemValue struct { RunDNSQueryTestRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*RunDNSQueryTestRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *RunDNSQueryTestRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *RunDNSQueryTestRequest) bool
Contains returns a boolean indicating if value that is being held is present in given 'RunDNSQueryTestRequest'
func (*RunDNSQueryTestRequest_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *RunDNSQueryTestRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object RunDNSQueryTestRequest as interface{}
func (*RunDNSQueryTestRequest_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *RunDNSQueryTestRequest_FieldTerminalPathArrayItemValue) GetSingle(source *RunDNSQueryTestRequest) (interface{}, bool)
func (*RunDNSQueryTestRequest_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *RunDNSQueryTestRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues ¶
type RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues struct { RunDNSQueryTestRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*probe.Reference, bool)
func (*RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues) AsNoRecursionDesiredArrayOfValues ¶
func (fpaov *RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues) AsNoRecursionDesiredArrayOfValues() ([]bool, bool)
func (*RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues) AsOutputFormatArrayOfValues ¶ added in v0.10.0
func (fpaov *RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues) AsOutputFormatArrayOfValues() ([]common.OnDemandTestResponseFormat, bool)
func (*RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues) AsPortArrayOfValues ¶
func (fpaov *RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues) AsPortArrayOfValues() ([]uint32, bool)
func (*RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues) AsQueryArrayOfValues ¶
func (fpaov *RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues) AsQueryArrayOfValues() ([]*common.DNSQuery, bool)
func (*RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues) AsReverseArrayOfValues ¶
func (fpaov *RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues) AsReverseArrayOfValues() ([]bool, bool)
func (*RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues) AsServerArrayOfValues ¶
func (fpaov *RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues) AsServerArrayOfValues() ([]string, bool)
func (*RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues) AsTcpArrayOfValues ¶
func (fpaov *RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues) AsTcpArrayOfValues() ([]bool, bool)
func (*RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *RunDNSQueryTestRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type RunDNSQueryTestRequest_FieldTerminalPathValue ¶
type RunDNSQueryTestRequest_FieldTerminalPathValue struct { RunDNSQueryTestRequest_FieldTerminalPath // contains filtered or unexported fields }
func (*RunDNSQueryTestRequest_FieldTerminalPathValue) AsNameValue ¶
func (fpv *RunDNSQueryTestRequest_FieldTerminalPathValue) AsNameValue() (*probe.Reference, bool)
func (*RunDNSQueryTestRequest_FieldTerminalPathValue) AsNoRecursionDesiredValue ¶
func (fpv *RunDNSQueryTestRequest_FieldTerminalPathValue) AsNoRecursionDesiredValue() (bool, bool)
func (*RunDNSQueryTestRequest_FieldTerminalPathValue) AsOutputFormatValue ¶ added in v0.10.0
func (fpv *RunDNSQueryTestRequest_FieldTerminalPathValue) AsOutputFormatValue() (common.OnDemandTestResponseFormat, bool)
func (*RunDNSQueryTestRequest_FieldTerminalPathValue) AsPortValue ¶
func (fpv *RunDNSQueryTestRequest_FieldTerminalPathValue) AsPortValue() (uint32, bool)
func (*RunDNSQueryTestRequest_FieldTerminalPathValue) AsQueryValue ¶
func (fpv *RunDNSQueryTestRequest_FieldTerminalPathValue) AsQueryValue() (*common.DNSQuery, bool)
func (*RunDNSQueryTestRequest_FieldTerminalPathValue) AsReverseValue ¶
func (fpv *RunDNSQueryTestRequest_FieldTerminalPathValue) AsReverseValue() (bool, bool)
func (*RunDNSQueryTestRequest_FieldTerminalPathValue) AsServerValue ¶
func (fpv *RunDNSQueryTestRequest_FieldTerminalPathValue) AsServerValue() (string, bool)
func (*RunDNSQueryTestRequest_FieldTerminalPathValue) AsTcpValue ¶
func (fpv *RunDNSQueryTestRequest_FieldTerminalPathValue) AsTcpValue() (bool, bool)
func (*RunDNSQueryTestRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *RunDNSQueryTestRequest_FieldTerminalPathValue) CompareWith(source *RunDNSQueryTestRequest) (int, bool)
CompareWith compares value in the 'RunDNSQueryTestRequest_FieldTerminalPathValue' with the value under path in 'RunDNSQueryTestRequest'.
func (*RunDNSQueryTestRequest_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *RunDNSQueryTestRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*RunDNSQueryTestRequest_FieldTerminalPathValue) GetRawValue ¶
func (fpv *RunDNSQueryTestRequest_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'RunDNSQueryTestRequest' as interface{}
func (*RunDNSQueryTestRequest_FieldTerminalPathValue) SetTo ¶
func (fpv *RunDNSQueryTestRequest_FieldTerminalPathValue) SetTo(target **RunDNSQueryTestRequest)
SetTo stores value for selected field for object RunDNSQueryTestRequest
func (*RunDNSQueryTestRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *RunDNSQueryTestRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
type RunDNSQueryTestResponse ¶
type RunDNSQueryTestResponse struct { // Json format is not preferred for the ondemand tests JsonResponse *RunDNSQueryTestResponse_JsonResponse `protobuf:"bytes,1,opt,name=json_response,json=jsonResponse,proto3" json:"json_response,omitempty" firestore:"jsonResponse"` // Console type text response TextResponse string `protobuf:"bytes,2,opt,name=text_response,json=textResponse,proto3" json:"text_response,omitempty" firestore:"textResponse"` // contains filtered or unexported fields }
Response message for method [RunDNSQueryTest][ntt.watchdog.v1alpha2.RunDNSQueryTest]
func (*RunDNSQueryTestResponse) Clone ¶
func (o *RunDNSQueryTestResponse) Clone() *RunDNSQueryTestResponse
func (*RunDNSQueryTestResponse) CloneRaw ¶
func (o *RunDNSQueryTestResponse) CloneRaw() gotenobject.GotenObjectExt
func (*RunDNSQueryTestResponse) Descriptor ¶
func (*RunDNSQueryTestResponse) Descriptor() ([]byte, []int)
Deprecated, Use RunDNSQueryTestResponse.ProtoReflect.Descriptor instead.
func (*RunDNSQueryTestResponse) GetJsonResponse ¶ added in v0.10.0
func (m *RunDNSQueryTestResponse) GetJsonResponse() *RunDNSQueryTestResponse_JsonResponse
func (*RunDNSQueryTestResponse) GetTextResponse ¶ added in v0.10.0
func (m *RunDNSQueryTestResponse) GetTextResponse() string
func (*RunDNSQueryTestResponse) GotenMessage ¶
func (*RunDNSQueryTestResponse) GotenMessage()
func (*RunDNSQueryTestResponse) GotenObjectExt ¶
func (o *RunDNSQueryTestResponse) GotenObjectExt()
func (*RunDNSQueryTestResponse) GotenValidate ¶
func (obj *RunDNSQueryTestResponse) GotenValidate() error
func (*RunDNSQueryTestResponse) MakeDiffFieldMask ¶
func (o *RunDNSQueryTestResponse) MakeDiffFieldMask(other *RunDNSQueryTestResponse) *RunDNSQueryTestResponse_FieldMask
func (*RunDNSQueryTestResponse) MakeFullFieldMask ¶
func (o *RunDNSQueryTestResponse) MakeFullFieldMask() *RunDNSQueryTestResponse_FieldMask
func (*RunDNSQueryTestResponse) MakeRawDiffFieldMask ¶
func (o *RunDNSQueryTestResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*RunDNSQueryTestResponse) MakeRawFullFieldMask ¶
func (o *RunDNSQueryTestResponse) MakeRawFullFieldMask() gotenobject.FieldMask
func (*RunDNSQueryTestResponse) Marshal ¶
func (m *RunDNSQueryTestResponse) Marshal() ([]byte, error)
func (*RunDNSQueryTestResponse) MarshalJSON ¶
func (m *RunDNSQueryTestResponse) MarshalJSON() ([]byte, error)
func (*RunDNSQueryTestResponse) Merge ¶
func (o *RunDNSQueryTestResponse) Merge(source *RunDNSQueryTestResponse)
func (*RunDNSQueryTestResponse) MergeRaw ¶
func (o *RunDNSQueryTestResponse) MergeRaw(source gotenobject.GotenObjectExt)
func (*RunDNSQueryTestResponse) ProtoMessage ¶
func (*RunDNSQueryTestResponse) ProtoMessage()
func (*RunDNSQueryTestResponse) ProtoReflect ¶
func (m *RunDNSQueryTestResponse) ProtoReflect() preflect.Message
func (*RunDNSQueryTestResponse) Reset ¶
func (m *RunDNSQueryTestResponse) Reset()
func (*RunDNSQueryTestResponse) SetJsonResponse ¶ added in v0.10.0
func (m *RunDNSQueryTestResponse) SetJsonResponse(fv *RunDNSQueryTestResponse_JsonResponse)
func (*RunDNSQueryTestResponse) SetTextResponse ¶ added in v0.10.0
func (m *RunDNSQueryTestResponse) SetTextResponse(fv string)
func (*RunDNSQueryTestResponse) String ¶
func (m *RunDNSQueryTestResponse) String() string
func (*RunDNSQueryTestResponse) Unmarshal ¶
func (m *RunDNSQueryTestResponse) Unmarshal(b []byte) error
func (*RunDNSQueryTestResponse) UnmarshalJSON ¶
func (m *RunDNSQueryTestResponse) UnmarshalJSON(data []byte) error
type RunDNSQueryTestResponseFieldPathBuilder ¶
type RunDNSQueryTestResponseFieldPathBuilder struct{}
func NewRunDNSQueryTestResponseFieldPathBuilder ¶
func NewRunDNSQueryTestResponseFieldPathBuilder() RunDNSQueryTestResponseFieldPathBuilder
func (RunDNSQueryTestResponseFieldPathBuilder) JsonResponse ¶ added in v0.10.0
func (RunDNSQueryTestResponseFieldPathBuilder) JsonResponse() RunDNSQueryTestResponsePathSelectorJsonResponse
func (RunDNSQueryTestResponseFieldPathBuilder) TextResponse ¶ added in v0.10.0
func (RunDNSQueryTestResponseFieldPathBuilder) TextResponse() RunDNSQueryTestResponsePathSelectorTextResponse
type RunDNSQueryTestResponseJsonResponseFieldPathBuilder ¶ added in v0.10.0
type RunDNSQueryTestResponseJsonResponseFieldPathBuilder struct{}
func NewRunDNSQueryTestResponseJsonResponseFieldPathBuilder ¶ added in v0.10.0
func NewRunDNSQueryTestResponseJsonResponseFieldPathBuilder() RunDNSQueryTestResponseJsonResponseFieldPathBuilder
type RunDNSQueryTestResponseJsonResponse_FieldPath ¶ added in v0.10.0
type RunDNSQueryTestResponseJsonResponse_FieldPath interface { gotenobject.FieldPath Selector() RunDNSQueryTestResponseJsonResponse_FieldPathSelector Get(source *RunDNSQueryTestResponse_JsonResponse) []interface{} GetSingle(source *RunDNSQueryTestResponse_JsonResponse) (interface{}, bool) ClearValue(item *RunDNSQueryTestResponse_JsonResponse) // Those methods build corresponding RunDNSQueryTestResponseJsonResponse_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) RunDNSQueryTestResponseJsonResponse_FieldPathValue WithIArrayOfValues(values interface{}) RunDNSQueryTestResponseJsonResponse_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) RunDNSQueryTestResponseJsonResponse_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildRunDNSQueryTestResponseJsonResponse_FieldPath ¶ added in v0.10.0
func BuildRunDNSQueryTestResponseJsonResponse_FieldPath(fp gotenobject.RawFieldPath) (RunDNSQueryTestResponseJsonResponse_FieldPath, error)
func MustParseRunDNSQueryTestResponseJsonResponse_FieldPath ¶ added in v0.10.0
func MustParseRunDNSQueryTestResponseJsonResponse_FieldPath(rawField string) RunDNSQueryTestResponseJsonResponse_FieldPath
func ParseRunDNSQueryTestResponseJsonResponse_FieldPath ¶ added in v0.10.0
func ParseRunDNSQueryTestResponseJsonResponse_FieldPath(rawField string) (RunDNSQueryTestResponseJsonResponse_FieldPath, error)
type RunDNSQueryTestResponseJsonResponse_FieldPathArrayItemValue ¶ added in v0.10.0
type RunDNSQueryTestResponseJsonResponse_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue RunDNSQueryTestResponseJsonResponse_FieldPath ContainsValue(*RunDNSQueryTestResponse_JsonResponse) bool }
RunDNSQueryTestResponseJsonResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for JsonResponse according to their type Present only for array (repeated) types.
func MustParseRunDNSQueryTestResponseJsonResponse_FieldPathArrayItemValue ¶ added in v0.10.0
func MustParseRunDNSQueryTestResponseJsonResponse_FieldPathArrayItemValue(pathStr, valueStr string) RunDNSQueryTestResponseJsonResponse_FieldPathArrayItemValue
func ParseRunDNSQueryTestResponseJsonResponse_FieldPathArrayItemValue ¶ added in v0.10.0
func ParseRunDNSQueryTestResponseJsonResponse_FieldPathArrayItemValue(pathStr, valueStr string) (RunDNSQueryTestResponseJsonResponse_FieldPathArrayItemValue, error)
ParseRunDNSQueryTestResponseJsonResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type RunDNSQueryTestResponseJsonResponse_FieldPathArrayOfValues ¶ added in v0.10.0
type RunDNSQueryTestResponseJsonResponse_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues RunDNSQueryTestResponseJsonResponse_FieldPath }
RunDNSQueryTestResponseJsonResponse_FieldPathArrayOfValues allows storing slice of values for JsonResponse fields according to their type
func MustParseRunDNSQueryTestResponseJsonResponse_FieldPathArrayOfValues ¶ added in v0.10.0
func MustParseRunDNSQueryTestResponseJsonResponse_FieldPathArrayOfValues(pathStr, valuesStr string) RunDNSQueryTestResponseJsonResponse_FieldPathArrayOfValues
func ParseRunDNSQueryTestResponseJsonResponse_FieldPathArrayOfValues ¶ added in v0.10.0
func ParseRunDNSQueryTestResponseJsonResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (RunDNSQueryTestResponseJsonResponse_FieldPathArrayOfValues, error)
type RunDNSQueryTestResponseJsonResponse_FieldPathSelector ¶ added in v0.10.0
type RunDNSQueryTestResponseJsonResponse_FieldPathSelector int32
const ( RunDNSQueryTestResponseJsonResponse_FieldPathSelectorId RunDNSQueryTestResponseJsonResponse_FieldPathSelector = 0 RunDNSQueryTestResponseJsonResponse_FieldPathSelectorRcode RunDNSQueryTestResponseJsonResponse_FieldPathSelector = 1 RunDNSQueryTestResponseJsonResponse_FieldPathSelectorFlags RunDNSQueryTestResponseJsonResponse_FieldPathSelector = 2 RunDNSQueryTestResponseJsonResponse_FieldPathSelectorQueries RunDNSQueryTestResponseJsonResponse_FieldPathSelector = 3 RunDNSQueryTestResponseJsonResponse_FieldPathSelectorAnswers RunDNSQueryTestResponseJsonResponse_FieldPathSelector = 4 RunDNSQueryTestResponseJsonResponse_FieldPathSelectorNs RunDNSQueryTestResponseJsonResponse_FieldPathSelector = 5 RunDNSQueryTestResponseJsonResponse_FieldPathSelectorExtras RunDNSQueryTestResponseJsonResponse_FieldPathSelector = 6 RunDNSQueryTestResponseJsonResponse_FieldPathSelectorRtt RunDNSQueryTestResponseJsonResponse_FieldPathSelector = 7 )
func (RunDNSQueryTestResponseJsonResponse_FieldPathSelector) String ¶ added in v0.10.0
func (s RunDNSQueryTestResponseJsonResponse_FieldPathSelector) String() string
type RunDNSQueryTestResponseJsonResponse_FieldPathValue ¶ added in v0.10.0
type RunDNSQueryTestResponseJsonResponse_FieldPathValue interface { RunDNSQueryTestResponseJsonResponse_FieldPath gotenobject.FieldPathValue SetTo(target **RunDNSQueryTestResponse_JsonResponse) CompareWith(*RunDNSQueryTestResponse_JsonResponse) (cmp int, comparable bool) }
RunDNSQueryTestResponseJsonResponse_FieldPathValue allows storing values for JsonResponse fields according to their type
func MustParseRunDNSQueryTestResponseJsonResponse_FieldPathValue ¶ added in v0.10.0
func MustParseRunDNSQueryTestResponseJsonResponse_FieldPathValue(pathStr, valueStr string) RunDNSQueryTestResponseJsonResponse_FieldPathValue
func ParseRunDNSQueryTestResponseJsonResponse_FieldPathValue ¶ added in v0.10.0
func ParseRunDNSQueryTestResponseJsonResponse_FieldPathValue(pathStr, valueStr string) (RunDNSQueryTestResponseJsonResponse_FieldPathValue, error)
type RunDNSQueryTestResponseJsonResponse_FieldSubPath ¶ added in v0.10.0
type RunDNSQueryTestResponseJsonResponse_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPath) AsAnswersSubPath ¶ added in v0.10.0
func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) AsAnswersSubPath() (common.DNSResourceRecord_FieldPath, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPath) AsExtrasSubPath ¶ added in v0.10.0
func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) AsExtrasSubPath() (common.DNSResourceRecord_FieldPath, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPath) AsNsSubPath ¶ added in v0.10.0
func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) AsNsSubPath() (common.DNSResourceRecord_FieldPath, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPath) AsQueriesSubPath ¶ added in v0.10.0
func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) AsQueriesSubPath() (common.DNSQuery_FieldPath, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPath) ClearValue ¶ added in v0.10.0
func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) ClearValue(item *RunDNSQueryTestResponse_JsonResponse)
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPath) ClearValueRaw ¶ added in v0.10.0
func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) ClearValueRaw(item proto.Message)
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPath) Get ¶ added in v0.10.0
func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) Get(source *RunDNSQueryTestResponse_JsonResponse) (values []interface{})
Get returns all values pointed by selected field from source RunDNSQueryTestResponse_JsonResponse
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPath) GetDefault ¶ added in v0.10.0
func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPath) GetRaw ¶ added in v0.10.0
func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPath) GetSingle ¶ added in v0.10.0
func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) GetSingle(source *RunDNSQueryTestResponse_JsonResponse) (interface{}, bool)
GetSingle returns value of selected field from source RunDNSQueryTestResponse_JsonResponse
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPath) GetSingleRaw ¶ added in v0.10.0
func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPath) IsLeaf ¶ added in v0.10.0
func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPath) JSONString ¶ added in v0.10.0
func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.10.0
func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPath) String ¶ added in v0.10.0
func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) String() string
String returns path representation in proto convention
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPath) WithIArrayItemValue ¶ added in v0.10.0
func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) WithIArrayItemValue(value interface{}) RunDNSQueryTestResponseJsonResponse_FieldPathArrayItemValue
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPath) WithIArrayOfValues ¶ added in v0.10.0
func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) WithIArrayOfValues(values interface{}) RunDNSQueryTestResponseJsonResponse_FieldPathArrayOfValues
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPath) WithIValue ¶ added in v0.10.0
func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) WithIValue(value interface{}) RunDNSQueryTestResponseJsonResponse_FieldPathValue
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPath) WithRawIArrayItemValue ¶ added in v0.10.0
func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPath) WithRawIArrayOfValues ¶ added in v0.10.0
func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPath) WithRawIValue ¶ added in v0.10.0
func (fps *RunDNSQueryTestResponseJsonResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayItemValue ¶ added in v0.10.0
type RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayItemValue struct { RunDNSQueryTestResponseJsonResponse_FieldPath // contains filtered or unexported fields }
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayItemValue) AsAnswersPathItemValue ¶ added in v0.10.0
func (fpaivs *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayItemValue) AsAnswersPathItemValue() (common.DNSResourceRecord_FieldPathArrayItemValue, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayItemValue) AsExtrasPathItemValue ¶ added in v0.10.0
func (fpaivs *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayItemValue) AsExtrasPathItemValue() (common.DNSResourceRecord_FieldPathArrayItemValue, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayItemValue) AsNsPathItemValue ¶ added in v0.10.0
func (fpaivs *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayItemValue) AsNsPathItemValue() (common.DNSResourceRecord_FieldPathArrayItemValue, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayItemValue) AsQueriesPathItemValue ¶ added in v0.10.0
func (fpaivs *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayItemValue) AsQueriesPathItemValue() (common.DNSQuery_FieldPathArrayItemValue, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayItemValue) ContainsValue ¶ added in v0.10.0
func (fpaivs *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayItemValue) ContainsValue(source *RunDNSQueryTestResponse_JsonResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'JsonResponse'
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayItemValue) GetRawItemValue ¶ added in v0.10.0
func (fpaivs *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues ¶ added in v0.10.0
type RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues struct { RunDNSQueryTestResponseJsonResponse_FieldPath // contains filtered or unexported fields }
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues) AsAnswersPathArrayOfValues ¶ added in v0.10.0
func (fpsaov *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues) AsAnswersPathArrayOfValues() (common.DNSResourceRecord_FieldPathArrayOfValues, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues) AsExtrasPathArrayOfValues ¶ added in v0.10.0
func (fpsaov *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues) AsExtrasPathArrayOfValues() (common.DNSResourceRecord_FieldPathArrayOfValues, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues) AsNsPathArrayOfValues ¶ added in v0.10.0
func (fpsaov *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues) AsNsPathArrayOfValues() (common.DNSResourceRecord_FieldPathArrayOfValues, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues) AsQueriesPathArrayOfValues ¶ added in v0.10.0
func (fpsaov *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues) AsQueriesPathArrayOfValues() (common.DNSQuery_FieldPathArrayOfValues, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues) GetRawValues ¶ added in v0.10.0
func (fpsaov *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type RunDNSQueryTestResponseJsonResponse_FieldSubPathValue ¶ added in v0.10.0
type RunDNSQueryTestResponseJsonResponse_FieldSubPathValue struct { RunDNSQueryTestResponseJsonResponse_FieldPath // contains filtered or unexported fields }
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPathValue) AsAnswersPathValue ¶ added in v0.10.0
func (fpvs *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue) AsAnswersPathValue() (common.DNSResourceRecord_FieldPathValue, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPathValue) AsExtrasPathValue ¶ added in v0.10.0
func (fpvs *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue) AsExtrasPathValue() (common.DNSResourceRecord_FieldPathValue, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPathValue) AsNsPathValue ¶ added in v0.10.0
func (fpvs *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue) AsNsPathValue() (common.DNSResourceRecord_FieldPathValue, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPathValue) AsQueriesPathValue ¶ added in v0.10.0
func (fpvs *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue) AsQueriesPathValue() (common.DNSQuery_FieldPathValue, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPathValue) CompareWith ¶ added in v0.10.0
func (fpvs *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue) CompareWith(source *RunDNSQueryTestResponse_JsonResponse) (int, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPathValue) CompareWithRaw ¶ added in v0.10.0
func (fpvs *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPathValue) GetRawValue ¶ added in v0.10.0
func (fpvs *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue) GetRawValue() interface{}
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPathValue) SetTo ¶ added in v0.10.0
func (fpvs *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue) SetTo(target **RunDNSQueryTestResponse_JsonResponse)
func (*RunDNSQueryTestResponseJsonResponse_FieldSubPathValue) SetToRaw ¶ added in v0.10.0
func (fpvs *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue) SetToRaw(target proto.Message)
type RunDNSQueryTestResponseJsonResponse_FieldTerminalPath ¶ added in v0.10.0
type RunDNSQueryTestResponseJsonResponse_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) ClearValue ¶ added in v0.10.0
func (fp *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) ClearValue(item *RunDNSQueryTestResponse_JsonResponse)
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) ClearValueRaw ¶ added in v0.10.0
func (fp *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) Get ¶ added in v0.10.0
func (fp *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) Get(source *RunDNSQueryTestResponse_JsonResponse) (values []interface{})
Get returns all values pointed by specific field from source RunDNSQueryTestResponse_JsonResponse
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) GetDefault ¶ added in v0.10.0
func (fp *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) GetRaw ¶ added in v0.10.0
func (fp *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) GetSingle ¶ added in v0.10.0
func (fp *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) GetSingle(source *RunDNSQueryTestResponse_JsonResponse) (interface{}, bool)
GetSingle returns value pointed by specific field of from source RunDNSQueryTestResponse_JsonResponse
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) GetSingleRaw ¶ added in v0.10.0
func (fp *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) IsLeaf ¶ added in v0.10.0
func (fp *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) JSONString ¶ added in v0.10.0
func (fp *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.10.0
func (fp *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) String ¶ added in v0.10.0
func (fp *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) WithIArrayItemValue ¶ added in v0.10.0
func (fp *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) RunDNSQueryTestResponseJsonResponse_FieldPathArrayItemValue
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) WithIArrayOfValues ¶ added in v0.10.0
func (fp *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) RunDNSQueryTestResponseJsonResponse_FieldPathArrayOfValues
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) WithIValue ¶ added in v0.10.0
func (fp *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) WithIValue(value interface{}) RunDNSQueryTestResponseJsonResponse_FieldPathValue
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) WithRawIArrayItemValue ¶ added in v0.10.0
func (fp *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) WithRawIArrayOfValues ¶ added in v0.10.0
func (fp *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) WithRawIValue ¶ added in v0.10.0
func (fp *RunDNSQueryTestResponseJsonResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue ¶ added in v0.10.0
type RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue struct { RunDNSQueryTestResponseJsonResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue) AsAnswersItemValue ¶ added in v0.10.0
func (fpaiv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue) AsAnswersItemValue() (*common.DNSResourceRecord, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue) AsExtrasItemValue ¶ added in v0.10.0
func (fpaiv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue) AsExtrasItemValue() (*common.DNSResourceRecord, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue) AsFlagsItemValue ¶ added in v0.10.0
func (fpaiv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue) AsFlagsItemValue() (string, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue) AsNsItemValue ¶ added in v0.10.0
func (fpaiv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue) AsNsItemValue() (*common.DNSResourceRecord, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue) AsQueriesItemValue ¶ added in v0.10.0
func (fpaiv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue) AsQueriesItemValue() (*common.DNSQuery, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue) ContainsValue ¶ added in v0.10.0
func (fpaiv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *RunDNSQueryTestResponse_JsonResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'JsonResponse'
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue) GetRawItemValue ¶ added in v0.10.0
func (fpaiv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object RunDNSQueryTestResponse_JsonResponse as interface{}
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue) GetSingle ¶ added in v0.10.0
func (fpaiv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue) GetSingle(source *RunDNSQueryTestResponse_JsonResponse) (interface{}, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue) GetSingleRaw ¶ added in v0.10.0
func (fpaiv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues ¶ added in v0.10.0
type RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues struct { RunDNSQueryTestResponseJsonResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues) AsAnswersArrayOfValues ¶ added in v0.10.0
func (fpaov *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues) AsAnswersArrayOfValues() ([][]*common.DNSResourceRecord, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues) AsExtrasArrayOfValues ¶ added in v0.10.0
func (fpaov *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues) AsExtrasArrayOfValues() ([][]*common.DNSResourceRecord, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues) AsFlagsArrayOfValues ¶ added in v0.10.0
func (fpaov *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues) AsFlagsArrayOfValues() ([][]string, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues) AsIdArrayOfValues ¶ added in v0.10.0
func (fpaov *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues) AsIdArrayOfValues() ([]uint32, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues) AsNsArrayOfValues ¶ added in v0.10.0
func (fpaov *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues) AsNsArrayOfValues() ([][]*common.DNSResourceRecord, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues) AsQueriesArrayOfValues ¶ added in v0.10.0
func (fpaov *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues) AsQueriesArrayOfValues() ([][]*common.DNSQuery, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues) AsRcodeArrayOfValues ¶ added in v0.10.0
func (fpaov *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues) AsRcodeArrayOfValues() ([]string, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues) AsRttArrayOfValues ¶ added in v0.10.0
func (fpaov *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues) AsRttArrayOfValues() ([]*duration.Duration, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues) GetRawValues ¶ added in v0.10.0
func (fpaov *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue ¶ added in v0.10.0
type RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue struct { RunDNSQueryTestResponseJsonResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) AsAnswersValue ¶ added in v0.10.0
func (fpv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) AsAnswersValue() ([]*common.DNSResourceRecord, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) AsExtrasValue ¶ added in v0.10.0
func (fpv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) AsExtrasValue() ([]*common.DNSResourceRecord, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) AsFlagsValue ¶ added in v0.10.0
func (fpv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) AsFlagsValue() ([]string, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) AsIdValue ¶ added in v0.10.0
func (fpv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) AsIdValue() (uint32, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) AsNsValue ¶ added in v0.10.0
func (fpv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) AsNsValue() ([]*common.DNSResourceRecord, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) AsQueriesValue ¶ added in v0.10.0
func (fpv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) AsQueriesValue() ([]*common.DNSQuery, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) AsRcodeValue ¶ added in v0.10.0
func (fpv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) AsRcodeValue() (string, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) AsRttValue ¶ added in v0.10.0
func (fpv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) AsRttValue() (*duration.Duration, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) CompareWith ¶ added in v0.10.0
func (fpv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) CompareWith(source *RunDNSQueryTestResponse_JsonResponse) (int, bool)
CompareWith compares value in the 'RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue' with the value under path in 'RunDNSQueryTestResponse_JsonResponse'.
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) CompareWithRaw ¶ added in v0.10.0
func (fpv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) GetRawValue ¶ added in v0.10.0
func (fpv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'JsonResponse' as interface{}
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) SetTo ¶ added in v0.10.0
func (fpv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) SetTo(target **RunDNSQueryTestResponse_JsonResponse)
SetTo stores value for selected field for object JsonResponse
func (*RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) SetToRaw ¶ added in v0.10.0
func (fpv *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
type RunDNSQueryTestResponsePathSelectorJsonResponse ¶ added in v0.10.0
type RunDNSQueryTestResponsePathSelectorJsonResponse struct{}
func (RunDNSQueryTestResponsePathSelectorJsonResponse) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponse) WithArrayOfValues(values []*RunDNSQueryTestResponse_JsonResponse) *RunDNSQueryTestResponse_FieldTerminalPathArrayOfValues
func (RunDNSQueryTestResponsePathSelectorJsonResponse) WithSubArrayItemValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponse) WithSubArrayItemValue(subPathArrayItemValue RunDNSQueryTestResponseJsonResponse_FieldPathArrayItemValue) *RunDNSQueryTestResponse_FieldSubPathArrayItemValue
func (RunDNSQueryTestResponsePathSelectorJsonResponse) WithSubArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponse) WithSubArrayOfValues(subPathArrayOfValues RunDNSQueryTestResponseJsonResponse_FieldPathArrayOfValues) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
func (RunDNSQueryTestResponsePathSelectorJsonResponse) WithSubPath ¶ added in v0.10.0
func (RunDNSQueryTestResponsePathSelectorJsonResponse) WithSubValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponse) WithSubValue(subPathValue RunDNSQueryTestResponseJsonResponse_FieldPathValue) *RunDNSQueryTestResponse_FieldSubPathValue
type RunDNSQueryTestResponsePathSelectorJsonResponseAnswers ¶ added in v0.10.0
type RunDNSQueryTestResponsePathSelectorJsonResponseAnswers struct{}
func (RunDNSQueryTestResponsePathSelectorJsonResponseAnswers) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseAnswers) WithArrayOfValues(values [][]*common.DNSResourceRecord) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
func (RunDNSQueryTestResponsePathSelectorJsonResponseAnswers) WithItemValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseAnswers) WithItemValue(value *common.DNSResourceRecord) *RunDNSQueryTestResponse_FieldSubPathArrayItemValue
func (RunDNSQueryTestResponsePathSelectorJsonResponseAnswers) WithValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseAnswers) WithValue(value []*common.DNSResourceRecord) *RunDNSQueryTestResponse_FieldSubPathValue
type RunDNSQueryTestResponsePathSelectorJsonResponseAnswersClass ¶ added in v0.10.0
type RunDNSQueryTestResponsePathSelectorJsonResponseAnswersClass struct{}
func (RunDNSQueryTestResponsePathSelectorJsonResponseAnswersClass) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseAnswersClass) WithArrayOfValues(values []common.DNSClass) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
func (RunDNSQueryTestResponsePathSelectorJsonResponseAnswersClass) WithValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseAnswersClass) WithValue(value common.DNSClass) *RunDNSQueryTestResponse_FieldSubPathValue
type RunDNSQueryTestResponsePathSelectorJsonResponseAnswersName ¶ added in v0.10.0
type RunDNSQueryTestResponsePathSelectorJsonResponseAnswersName struct{}
func (RunDNSQueryTestResponsePathSelectorJsonResponseAnswersName) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseAnswersName) WithArrayOfValues(values []string) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
func (RunDNSQueryTestResponsePathSelectorJsonResponseAnswersName) WithValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseAnswersName) WithValue(value string) *RunDNSQueryTestResponse_FieldSubPathValue
type RunDNSQueryTestResponsePathSelectorJsonResponseAnswersRdata ¶ added in v0.10.0
type RunDNSQueryTestResponsePathSelectorJsonResponseAnswersRdata struct{}
func (RunDNSQueryTestResponsePathSelectorJsonResponseAnswersRdata) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseAnswersRdata) WithArrayOfValues(values [][]string) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
func (RunDNSQueryTestResponsePathSelectorJsonResponseAnswersRdata) WithItemValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseAnswersRdata) WithItemValue(value string) *RunDNSQueryTestResponse_FieldSubPathArrayItemValue
func (RunDNSQueryTestResponsePathSelectorJsonResponseAnswersRdata) WithValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseAnswersRdata) WithValue(value []string) *RunDNSQueryTestResponse_FieldSubPathValue
type RunDNSQueryTestResponsePathSelectorJsonResponseAnswersRdlength ¶ added in v0.10.0
type RunDNSQueryTestResponsePathSelectorJsonResponseAnswersRdlength struct{}
func (RunDNSQueryTestResponsePathSelectorJsonResponseAnswersRdlength) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseAnswersRdlength) WithArrayOfValues(values []uint32) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
func (RunDNSQueryTestResponsePathSelectorJsonResponseAnswersRdlength) WithValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseAnswersRdlength) WithValue(value uint32) *RunDNSQueryTestResponse_FieldSubPathValue
type RunDNSQueryTestResponsePathSelectorJsonResponseAnswersRrtype ¶ added in v0.10.0
type RunDNSQueryTestResponsePathSelectorJsonResponseAnswersRrtype struct{}
func (RunDNSQueryTestResponsePathSelectorJsonResponseAnswersRrtype) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseAnswersRrtype) WithArrayOfValues(values []common.DNSResourceRecordType) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
type RunDNSQueryTestResponsePathSelectorJsonResponseAnswersTtl ¶ added in v0.10.0
type RunDNSQueryTestResponsePathSelectorJsonResponseAnswersTtl struct{}
func (RunDNSQueryTestResponsePathSelectorJsonResponseAnswersTtl) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseAnswersTtl) WithArrayOfValues(values []uint32) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
func (RunDNSQueryTestResponsePathSelectorJsonResponseAnswersTtl) WithValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseAnswersTtl) WithValue(value uint32) *RunDNSQueryTestResponse_FieldSubPathValue
type RunDNSQueryTestResponsePathSelectorJsonResponseExtras ¶ added in v0.10.0
type RunDNSQueryTestResponsePathSelectorJsonResponseExtras struct{}
func (RunDNSQueryTestResponsePathSelectorJsonResponseExtras) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseExtras) WithArrayOfValues(values [][]*common.DNSResourceRecord) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
func (RunDNSQueryTestResponsePathSelectorJsonResponseExtras) WithItemValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseExtras) WithItemValue(value *common.DNSResourceRecord) *RunDNSQueryTestResponse_FieldSubPathArrayItemValue
func (RunDNSQueryTestResponsePathSelectorJsonResponseExtras) WithValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseExtras) WithValue(value []*common.DNSResourceRecord) *RunDNSQueryTestResponse_FieldSubPathValue
type RunDNSQueryTestResponsePathSelectorJsonResponseExtrasClass ¶ added in v0.10.0
type RunDNSQueryTestResponsePathSelectorJsonResponseExtrasClass struct{}
func (RunDNSQueryTestResponsePathSelectorJsonResponseExtrasClass) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseExtrasClass) WithArrayOfValues(values []common.DNSClass) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
func (RunDNSQueryTestResponsePathSelectorJsonResponseExtrasClass) WithValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseExtrasClass) WithValue(value common.DNSClass) *RunDNSQueryTestResponse_FieldSubPathValue
type RunDNSQueryTestResponsePathSelectorJsonResponseExtrasName ¶ added in v0.10.0
type RunDNSQueryTestResponsePathSelectorJsonResponseExtrasName struct{}
func (RunDNSQueryTestResponsePathSelectorJsonResponseExtrasName) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseExtrasName) WithArrayOfValues(values []string) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
func (RunDNSQueryTestResponsePathSelectorJsonResponseExtrasName) WithValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseExtrasName) WithValue(value string) *RunDNSQueryTestResponse_FieldSubPathValue
type RunDNSQueryTestResponsePathSelectorJsonResponseExtrasRdata ¶ added in v0.10.0
type RunDNSQueryTestResponsePathSelectorJsonResponseExtrasRdata struct{}
func (RunDNSQueryTestResponsePathSelectorJsonResponseExtrasRdata) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseExtrasRdata) WithArrayOfValues(values [][]string) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
func (RunDNSQueryTestResponsePathSelectorJsonResponseExtrasRdata) WithItemValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseExtrasRdata) WithItemValue(value string) *RunDNSQueryTestResponse_FieldSubPathArrayItemValue
func (RunDNSQueryTestResponsePathSelectorJsonResponseExtrasRdata) WithValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseExtrasRdata) WithValue(value []string) *RunDNSQueryTestResponse_FieldSubPathValue
type RunDNSQueryTestResponsePathSelectorJsonResponseExtrasRdlength ¶ added in v0.10.0
type RunDNSQueryTestResponsePathSelectorJsonResponseExtrasRdlength struct{}
func (RunDNSQueryTestResponsePathSelectorJsonResponseExtrasRdlength) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseExtrasRdlength) WithArrayOfValues(values []uint32) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
func (RunDNSQueryTestResponsePathSelectorJsonResponseExtrasRdlength) WithValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseExtrasRdlength) WithValue(value uint32) *RunDNSQueryTestResponse_FieldSubPathValue
type RunDNSQueryTestResponsePathSelectorJsonResponseExtrasRrtype ¶ added in v0.10.0
type RunDNSQueryTestResponsePathSelectorJsonResponseExtrasRrtype struct{}
func (RunDNSQueryTestResponsePathSelectorJsonResponseExtrasRrtype) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseExtrasRrtype) WithArrayOfValues(values []common.DNSResourceRecordType) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
type RunDNSQueryTestResponsePathSelectorJsonResponseExtrasTtl ¶ added in v0.10.0
type RunDNSQueryTestResponsePathSelectorJsonResponseExtrasTtl struct{}
func (RunDNSQueryTestResponsePathSelectorJsonResponseExtrasTtl) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseExtrasTtl) WithArrayOfValues(values []uint32) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
func (RunDNSQueryTestResponsePathSelectorJsonResponseExtrasTtl) WithValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseExtrasTtl) WithValue(value uint32) *RunDNSQueryTestResponse_FieldSubPathValue
type RunDNSQueryTestResponsePathSelectorJsonResponseFlags ¶ added in v0.10.0
type RunDNSQueryTestResponsePathSelectorJsonResponseFlags struct{}
func (RunDNSQueryTestResponsePathSelectorJsonResponseFlags) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseFlags) WithArrayOfValues(values [][]string) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
func (RunDNSQueryTestResponsePathSelectorJsonResponseFlags) WithItemValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseFlags) WithItemValue(value string) *RunDNSQueryTestResponse_FieldSubPathArrayItemValue
func (RunDNSQueryTestResponsePathSelectorJsonResponseFlags) WithValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseFlags) WithValue(value []string) *RunDNSQueryTestResponse_FieldSubPathValue
type RunDNSQueryTestResponsePathSelectorJsonResponseId ¶ added in v0.10.0
type RunDNSQueryTestResponsePathSelectorJsonResponseId struct{}
func (RunDNSQueryTestResponsePathSelectorJsonResponseId) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseId) WithArrayOfValues(values []uint32) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
func (RunDNSQueryTestResponsePathSelectorJsonResponseId) WithValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseId) WithValue(value uint32) *RunDNSQueryTestResponse_FieldSubPathValue
type RunDNSQueryTestResponsePathSelectorJsonResponseNs ¶ added in v0.10.0
type RunDNSQueryTestResponsePathSelectorJsonResponseNs struct{}
func (RunDNSQueryTestResponsePathSelectorJsonResponseNs) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseNs) WithArrayOfValues(values [][]*common.DNSResourceRecord) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
func (RunDNSQueryTestResponsePathSelectorJsonResponseNs) WithItemValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseNs) WithItemValue(value *common.DNSResourceRecord) *RunDNSQueryTestResponse_FieldSubPathArrayItemValue
func (RunDNSQueryTestResponsePathSelectorJsonResponseNs) WithValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseNs) WithValue(value []*common.DNSResourceRecord) *RunDNSQueryTestResponse_FieldSubPathValue
type RunDNSQueryTestResponsePathSelectorJsonResponseNsClass ¶ added in v0.10.0
type RunDNSQueryTestResponsePathSelectorJsonResponseNsClass struct{}
func (RunDNSQueryTestResponsePathSelectorJsonResponseNsClass) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseNsClass) WithArrayOfValues(values []common.DNSClass) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
func (RunDNSQueryTestResponsePathSelectorJsonResponseNsClass) WithValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseNsClass) WithValue(value common.DNSClass) *RunDNSQueryTestResponse_FieldSubPathValue
type RunDNSQueryTestResponsePathSelectorJsonResponseNsName ¶ added in v0.10.0
type RunDNSQueryTestResponsePathSelectorJsonResponseNsName struct{}
func (RunDNSQueryTestResponsePathSelectorJsonResponseNsName) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseNsName) WithArrayOfValues(values []string) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
func (RunDNSQueryTestResponsePathSelectorJsonResponseNsName) WithValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseNsName) WithValue(value string) *RunDNSQueryTestResponse_FieldSubPathValue
type RunDNSQueryTestResponsePathSelectorJsonResponseNsRdata ¶ added in v0.10.0
type RunDNSQueryTestResponsePathSelectorJsonResponseNsRdata struct{}
func (RunDNSQueryTestResponsePathSelectorJsonResponseNsRdata) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseNsRdata) WithArrayOfValues(values [][]string) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
func (RunDNSQueryTestResponsePathSelectorJsonResponseNsRdata) WithItemValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseNsRdata) WithItemValue(value string) *RunDNSQueryTestResponse_FieldSubPathArrayItemValue
func (RunDNSQueryTestResponsePathSelectorJsonResponseNsRdata) WithValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseNsRdata) WithValue(value []string) *RunDNSQueryTestResponse_FieldSubPathValue
type RunDNSQueryTestResponsePathSelectorJsonResponseNsRdlength ¶ added in v0.10.0
type RunDNSQueryTestResponsePathSelectorJsonResponseNsRdlength struct{}
func (RunDNSQueryTestResponsePathSelectorJsonResponseNsRdlength) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseNsRdlength) WithArrayOfValues(values []uint32) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
func (RunDNSQueryTestResponsePathSelectorJsonResponseNsRdlength) WithValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseNsRdlength) WithValue(value uint32) *RunDNSQueryTestResponse_FieldSubPathValue
type RunDNSQueryTestResponsePathSelectorJsonResponseNsRrtype ¶ added in v0.10.0
type RunDNSQueryTestResponsePathSelectorJsonResponseNsRrtype struct{}
func (RunDNSQueryTestResponsePathSelectorJsonResponseNsRrtype) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseNsRrtype) WithArrayOfValues(values []common.DNSResourceRecordType) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
type RunDNSQueryTestResponsePathSelectorJsonResponseNsTtl ¶ added in v0.10.0
type RunDNSQueryTestResponsePathSelectorJsonResponseNsTtl struct{}
func (RunDNSQueryTestResponsePathSelectorJsonResponseNsTtl) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseNsTtl) WithArrayOfValues(values []uint32) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
func (RunDNSQueryTestResponsePathSelectorJsonResponseNsTtl) WithValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseNsTtl) WithValue(value uint32) *RunDNSQueryTestResponse_FieldSubPathValue
type RunDNSQueryTestResponsePathSelectorJsonResponseQueries ¶ added in v0.10.0
type RunDNSQueryTestResponsePathSelectorJsonResponseQueries struct{}
func (RunDNSQueryTestResponsePathSelectorJsonResponseQueries) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseQueries) WithArrayOfValues(values [][]*common.DNSQuery) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
func (RunDNSQueryTestResponsePathSelectorJsonResponseQueries) WithItemValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseQueries) WithItemValue(value *common.DNSQuery) *RunDNSQueryTestResponse_FieldSubPathArrayItemValue
func (RunDNSQueryTestResponsePathSelectorJsonResponseQueries) WithValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseQueries) WithValue(value []*common.DNSQuery) *RunDNSQueryTestResponse_FieldSubPathValue
type RunDNSQueryTestResponsePathSelectorJsonResponseQueriesName ¶ added in v0.10.0
type RunDNSQueryTestResponsePathSelectorJsonResponseQueriesName struct{}
func (RunDNSQueryTestResponsePathSelectorJsonResponseQueriesName) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseQueriesName) WithArrayOfValues(values []string) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
func (RunDNSQueryTestResponsePathSelectorJsonResponseQueriesName) WithValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseQueriesName) WithValue(value string) *RunDNSQueryTestResponse_FieldSubPathValue
type RunDNSQueryTestResponsePathSelectorJsonResponseQueriesQclass ¶ added in v0.10.0
type RunDNSQueryTestResponsePathSelectorJsonResponseQueriesQclass struct{}
func (RunDNSQueryTestResponsePathSelectorJsonResponseQueriesQclass) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseQueriesQclass) WithArrayOfValues(values []common.DNSClass) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
func (RunDNSQueryTestResponsePathSelectorJsonResponseQueriesQclass) WithValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseQueriesQclass) WithValue(value common.DNSClass) *RunDNSQueryTestResponse_FieldSubPathValue
type RunDNSQueryTestResponsePathSelectorJsonResponseQueriesQtype ¶ added in v0.10.0
type RunDNSQueryTestResponsePathSelectorJsonResponseQueriesQtype struct{}
func (RunDNSQueryTestResponsePathSelectorJsonResponseQueriesQtype) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseQueriesQtype) WithArrayOfValues(values []common.DNSResourceRecordType) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
type RunDNSQueryTestResponsePathSelectorJsonResponseRcode ¶ added in v0.10.0
type RunDNSQueryTestResponsePathSelectorJsonResponseRcode struct{}
func (RunDNSQueryTestResponsePathSelectorJsonResponseRcode) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseRcode) WithArrayOfValues(values []string) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
func (RunDNSQueryTestResponsePathSelectorJsonResponseRcode) WithValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseRcode) WithValue(value string) *RunDNSQueryTestResponse_FieldSubPathValue
type RunDNSQueryTestResponsePathSelectorJsonResponseRtt ¶ added in v0.10.0
type RunDNSQueryTestResponsePathSelectorJsonResponseRtt struct{}
func (RunDNSQueryTestResponsePathSelectorJsonResponseRtt) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseRtt) WithArrayOfValues(values []*duration.Duration) *RunDNSQueryTestResponse_FieldSubPathArrayOfValues
func (RunDNSQueryTestResponsePathSelectorJsonResponseRtt) WithValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorJsonResponseRtt) WithValue(value *duration.Duration) *RunDNSQueryTestResponse_FieldSubPathValue
type RunDNSQueryTestResponsePathSelectorTextResponse ¶ added in v0.10.0
type RunDNSQueryTestResponsePathSelectorTextResponse struct{}
func (RunDNSQueryTestResponsePathSelectorTextResponse) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorTextResponse) WithArrayOfValues(values []string) *RunDNSQueryTestResponse_FieldTerminalPathArrayOfValues
func (RunDNSQueryTestResponsePathSelectorTextResponse) WithValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponsePathSelectorTextResponse) WithValue(value string) *RunDNSQueryTestResponse_FieldTerminalPathValue
type RunDNSQueryTestResponse_FieldMask ¶
type RunDNSQueryTestResponse_FieldMask struct {
Paths []RunDNSQueryTestResponse_FieldPath
}
func FullRunDNSQueryTestResponse_FieldMask ¶
func FullRunDNSQueryTestResponse_FieldMask() *RunDNSQueryTestResponse_FieldMask
func (*RunDNSQueryTestResponse_FieldMask) AppendPath ¶
func (fieldMask *RunDNSQueryTestResponse_FieldMask) AppendPath(path RunDNSQueryTestResponse_FieldPath)
func (*RunDNSQueryTestResponse_FieldMask) AppendRawPath ¶
func (fieldMask *RunDNSQueryTestResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*RunDNSQueryTestResponse_FieldMask) DecodeFirestore ¶
func (fieldMask *RunDNSQueryTestResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*RunDNSQueryTestResponse_FieldMask) EncodeFirestore ¶
func (fieldMask *RunDNSQueryTestResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*RunDNSQueryTestResponse_FieldMask) FilterInputFields ¶
func (fieldMask *RunDNSQueryTestResponse_FieldMask) FilterInputFields() *RunDNSQueryTestResponse_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*RunDNSQueryTestResponse_FieldMask) FromProtoFieldMask ¶
func (fieldMask *RunDNSQueryTestResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*RunDNSQueryTestResponse_FieldMask) GetPaths ¶
func (fieldMask *RunDNSQueryTestResponse_FieldMask) GetPaths() []RunDNSQueryTestResponse_FieldPath
func (*RunDNSQueryTestResponse_FieldMask) GetRawPaths ¶
func (fieldMask *RunDNSQueryTestResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*RunDNSQueryTestResponse_FieldMask) IsFull ¶
func (fieldMask *RunDNSQueryTestResponse_FieldMask) IsFull() bool
func (RunDNSQueryTestResponse_FieldMask) Marshal ¶
func (fieldMask RunDNSQueryTestResponse_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (RunDNSQueryTestResponse_FieldMask) MarshalJSON ¶
func (fieldMask RunDNSQueryTestResponse_FieldMask) MarshalJSON() ([]byte, error)
func (*RunDNSQueryTestResponse_FieldMask) PathsCount ¶
func (fieldMask *RunDNSQueryTestResponse_FieldMask) PathsCount() int
func (*RunDNSQueryTestResponse_FieldMask) Project ¶
func (fieldMask *RunDNSQueryTestResponse_FieldMask) Project(source *RunDNSQueryTestResponse) *RunDNSQueryTestResponse
func (*RunDNSQueryTestResponse_FieldMask) ProjectRaw ¶
func (fieldMask *RunDNSQueryTestResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*RunDNSQueryTestResponse_FieldMask) ProtoMessage ¶
func (fieldMask *RunDNSQueryTestResponse_FieldMask) ProtoMessage()
func (*RunDNSQueryTestResponse_FieldMask) ProtoReflect ¶
func (fieldMask *RunDNSQueryTestResponse_FieldMask) ProtoReflect() preflect.Message
func (*RunDNSQueryTestResponse_FieldMask) Reset ¶
func (fieldMask *RunDNSQueryTestResponse_FieldMask) Reset()
func (*RunDNSQueryTestResponse_FieldMask) Set ¶
func (fieldMask *RunDNSQueryTestResponse_FieldMask) Set(target, source *RunDNSQueryTestResponse)
func (*RunDNSQueryTestResponse_FieldMask) SetFromCliFlag ¶
func (fieldMask *RunDNSQueryTestResponse_FieldMask) SetFromCliFlag(raw string) error
func (*RunDNSQueryTestResponse_FieldMask) SetRaw ¶
func (fieldMask *RunDNSQueryTestResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*RunDNSQueryTestResponse_FieldMask) Size ¶
func (fieldMask *RunDNSQueryTestResponse_FieldMask) Size() int
func (*RunDNSQueryTestResponse_FieldMask) String ¶
func (fieldMask *RunDNSQueryTestResponse_FieldMask) String() string
func (*RunDNSQueryTestResponse_FieldMask) Subtract ¶
func (fieldMask *RunDNSQueryTestResponse_FieldMask) Subtract(other *RunDNSQueryTestResponse_FieldMask) *RunDNSQueryTestResponse_FieldMask
func (*RunDNSQueryTestResponse_FieldMask) SubtractRaw ¶
func (fieldMask *RunDNSQueryTestResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*RunDNSQueryTestResponse_FieldMask) ToProtoFieldMask ¶
func (fieldMask *RunDNSQueryTestResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*RunDNSQueryTestResponse_FieldMask) Unmarshal ¶
func (fieldMask *RunDNSQueryTestResponse_FieldMask) Unmarshal(data []byte) error
func (*RunDNSQueryTestResponse_FieldMask) UnmarshalJSON ¶
func (fieldMask *RunDNSQueryTestResponse_FieldMask) UnmarshalJSON(data []byte) error
type RunDNSQueryTestResponse_FieldPath ¶
type RunDNSQueryTestResponse_FieldPath interface { gotenobject.FieldPath Selector() RunDNSQueryTestResponse_FieldPathSelector Get(source *RunDNSQueryTestResponse) []interface{} GetSingle(source *RunDNSQueryTestResponse) (interface{}, bool) ClearValue(item *RunDNSQueryTestResponse) // Those methods build corresponding RunDNSQueryTestResponse_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) RunDNSQueryTestResponse_FieldPathValue WithIArrayOfValues(values interface{}) RunDNSQueryTestResponse_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) RunDNSQueryTestResponse_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildRunDNSQueryTestResponse_FieldPath ¶
func BuildRunDNSQueryTestResponse_FieldPath(fp gotenobject.RawFieldPath) (RunDNSQueryTestResponse_FieldPath, error)
func MustParseRunDNSQueryTestResponse_FieldPath ¶
func MustParseRunDNSQueryTestResponse_FieldPath(rawField string) RunDNSQueryTestResponse_FieldPath
func ParseRunDNSQueryTestResponse_FieldPath ¶
func ParseRunDNSQueryTestResponse_FieldPath(rawField string) (RunDNSQueryTestResponse_FieldPath, error)
type RunDNSQueryTestResponse_FieldPathArrayItemValue ¶
type RunDNSQueryTestResponse_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue RunDNSQueryTestResponse_FieldPath ContainsValue(*RunDNSQueryTestResponse) bool }
RunDNSQueryTestResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for RunDNSQueryTestResponse according to their type Present only for array (repeated) types.
func MustParseRunDNSQueryTestResponse_FieldPathArrayItemValue ¶
func MustParseRunDNSQueryTestResponse_FieldPathArrayItemValue(pathStr, valueStr string) RunDNSQueryTestResponse_FieldPathArrayItemValue
func ParseRunDNSQueryTestResponse_FieldPathArrayItemValue ¶
func ParseRunDNSQueryTestResponse_FieldPathArrayItemValue(pathStr, valueStr string) (RunDNSQueryTestResponse_FieldPathArrayItemValue, error)
ParseRunDNSQueryTestResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type RunDNSQueryTestResponse_FieldPathArrayOfValues ¶
type RunDNSQueryTestResponse_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues RunDNSQueryTestResponse_FieldPath }
RunDNSQueryTestResponse_FieldPathArrayOfValues allows storing slice of values for RunDNSQueryTestResponse fields according to their type
func MustParseRunDNSQueryTestResponse_FieldPathArrayOfValues ¶
func MustParseRunDNSQueryTestResponse_FieldPathArrayOfValues(pathStr, valuesStr string) RunDNSQueryTestResponse_FieldPathArrayOfValues
func ParseRunDNSQueryTestResponse_FieldPathArrayOfValues ¶
func ParseRunDNSQueryTestResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (RunDNSQueryTestResponse_FieldPathArrayOfValues, error)
type RunDNSQueryTestResponse_FieldPathSelector ¶
type RunDNSQueryTestResponse_FieldPathSelector int32
const ( RunDNSQueryTestResponse_FieldPathSelectorJsonResponse RunDNSQueryTestResponse_FieldPathSelector = 0 RunDNSQueryTestResponse_FieldPathSelectorTextResponse RunDNSQueryTestResponse_FieldPathSelector = 1 )
func (RunDNSQueryTestResponse_FieldPathSelector) String ¶
func (s RunDNSQueryTestResponse_FieldPathSelector) String() string
type RunDNSQueryTestResponse_FieldPathValue ¶
type RunDNSQueryTestResponse_FieldPathValue interface { RunDNSQueryTestResponse_FieldPath gotenobject.FieldPathValue SetTo(target **RunDNSQueryTestResponse) CompareWith(*RunDNSQueryTestResponse) (cmp int, comparable bool) }
RunDNSQueryTestResponse_FieldPathValue allows storing values for RunDNSQueryTestResponse fields according to their type
func MustParseRunDNSQueryTestResponse_FieldPathValue ¶
func MustParseRunDNSQueryTestResponse_FieldPathValue(pathStr, valueStr string) RunDNSQueryTestResponse_FieldPathValue
func ParseRunDNSQueryTestResponse_FieldPathValue ¶
func ParseRunDNSQueryTestResponse_FieldPathValue(pathStr, valueStr string) (RunDNSQueryTestResponse_FieldPathValue, error)
type RunDNSQueryTestResponse_FieldSubPath ¶
type RunDNSQueryTestResponse_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*RunDNSQueryTestResponse_FieldSubPath) AsJsonResponseSubPath ¶ added in v0.10.0
func (fps *RunDNSQueryTestResponse_FieldSubPath) AsJsonResponseSubPath() (RunDNSQueryTestResponseJsonResponse_FieldPath, bool)
func (*RunDNSQueryTestResponse_FieldSubPath) ClearValue ¶
func (fps *RunDNSQueryTestResponse_FieldSubPath) ClearValue(item *RunDNSQueryTestResponse)
func (*RunDNSQueryTestResponse_FieldSubPath) ClearValueRaw ¶
func (fps *RunDNSQueryTestResponse_FieldSubPath) ClearValueRaw(item proto.Message)
func (*RunDNSQueryTestResponse_FieldSubPath) Get ¶
func (fps *RunDNSQueryTestResponse_FieldSubPath) Get(source *RunDNSQueryTestResponse) (values []interface{})
Get returns all values pointed by selected field from source RunDNSQueryTestResponse
func (*RunDNSQueryTestResponse_FieldSubPath) GetDefault ¶
func (fps *RunDNSQueryTestResponse_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*RunDNSQueryTestResponse_FieldSubPath) GetRaw ¶
func (fps *RunDNSQueryTestResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*RunDNSQueryTestResponse_FieldSubPath) GetSingle ¶
func (fps *RunDNSQueryTestResponse_FieldSubPath) GetSingle(source *RunDNSQueryTestResponse) (interface{}, bool)
GetSingle returns value of selected field from source RunDNSQueryTestResponse
func (*RunDNSQueryTestResponse_FieldSubPath) GetSingleRaw ¶
func (fps *RunDNSQueryTestResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*RunDNSQueryTestResponse_FieldSubPath) IsLeaf ¶
func (fps *RunDNSQueryTestResponse_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*RunDNSQueryTestResponse_FieldSubPath) JSONString ¶
func (fps *RunDNSQueryTestResponse_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*RunDNSQueryTestResponse_FieldSubPath) Selector ¶
func (fps *RunDNSQueryTestResponse_FieldSubPath) Selector() RunDNSQueryTestResponse_FieldPathSelector
func (*RunDNSQueryTestResponse_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fps *RunDNSQueryTestResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*RunDNSQueryTestResponse_FieldSubPath) String ¶
func (fps *RunDNSQueryTestResponse_FieldSubPath) String() string
String returns path representation in proto convention
func (*RunDNSQueryTestResponse_FieldSubPath) WithIArrayItemValue ¶
func (fps *RunDNSQueryTestResponse_FieldSubPath) WithIArrayItemValue(value interface{}) RunDNSQueryTestResponse_FieldPathArrayItemValue
func (*RunDNSQueryTestResponse_FieldSubPath) WithIArrayOfValues ¶
func (fps *RunDNSQueryTestResponse_FieldSubPath) WithIArrayOfValues(values interface{}) RunDNSQueryTestResponse_FieldPathArrayOfValues
func (*RunDNSQueryTestResponse_FieldSubPath) WithIValue ¶
func (fps *RunDNSQueryTestResponse_FieldSubPath) WithIValue(value interface{}) RunDNSQueryTestResponse_FieldPathValue
func (*RunDNSQueryTestResponse_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *RunDNSQueryTestResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*RunDNSQueryTestResponse_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *RunDNSQueryTestResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*RunDNSQueryTestResponse_FieldSubPath) WithRawIValue ¶
func (fps *RunDNSQueryTestResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type RunDNSQueryTestResponse_FieldSubPathArrayItemValue ¶
type RunDNSQueryTestResponse_FieldSubPathArrayItemValue struct { RunDNSQueryTestResponse_FieldPath // contains filtered or unexported fields }
func (*RunDNSQueryTestResponse_FieldSubPathArrayItemValue) AsJsonResponsePathItemValue ¶ added in v0.10.0
func (fpaivs *RunDNSQueryTestResponse_FieldSubPathArrayItemValue) AsJsonResponsePathItemValue() (RunDNSQueryTestResponseJsonResponse_FieldPathArrayItemValue, bool)
func (*RunDNSQueryTestResponse_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *RunDNSQueryTestResponse_FieldSubPathArrayItemValue) ContainsValue(source *RunDNSQueryTestResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'RunDNSQueryTestResponse'
func (*RunDNSQueryTestResponse_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *RunDNSQueryTestResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type RunDNSQueryTestResponse_FieldSubPathArrayOfValues ¶
type RunDNSQueryTestResponse_FieldSubPathArrayOfValues struct { RunDNSQueryTestResponse_FieldPath // contains filtered or unexported fields }
func (*RunDNSQueryTestResponse_FieldSubPathArrayOfValues) AsJsonResponsePathArrayOfValues ¶ added in v0.10.0
func (fpsaov *RunDNSQueryTestResponse_FieldSubPathArrayOfValues) AsJsonResponsePathArrayOfValues() (RunDNSQueryTestResponseJsonResponse_FieldPathArrayOfValues, bool)
func (*RunDNSQueryTestResponse_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *RunDNSQueryTestResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type RunDNSQueryTestResponse_FieldSubPathValue ¶
type RunDNSQueryTestResponse_FieldSubPathValue struct { RunDNSQueryTestResponse_FieldPath // contains filtered or unexported fields }
func (*RunDNSQueryTestResponse_FieldSubPathValue) AsJsonResponsePathValue ¶ added in v0.10.0
func (fpvs *RunDNSQueryTestResponse_FieldSubPathValue) AsJsonResponsePathValue() (RunDNSQueryTestResponseJsonResponse_FieldPathValue, bool)
func (*RunDNSQueryTestResponse_FieldSubPathValue) CompareWith ¶
func (fpvs *RunDNSQueryTestResponse_FieldSubPathValue) CompareWith(source *RunDNSQueryTestResponse) (int, bool)
func (*RunDNSQueryTestResponse_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *RunDNSQueryTestResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*RunDNSQueryTestResponse_FieldSubPathValue) GetRawValue ¶
func (fpvs *RunDNSQueryTestResponse_FieldSubPathValue) GetRawValue() interface{}
func (*RunDNSQueryTestResponse_FieldSubPathValue) SetTo ¶
func (fpvs *RunDNSQueryTestResponse_FieldSubPathValue) SetTo(target **RunDNSQueryTestResponse)
func (*RunDNSQueryTestResponse_FieldSubPathValue) SetToRaw ¶
func (fpvs *RunDNSQueryTestResponse_FieldSubPathValue) SetToRaw(target proto.Message)
type RunDNSQueryTestResponse_FieldTerminalPath ¶
type RunDNSQueryTestResponse_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*RunDNSQueryTestResponse_FieldTerminalPath) ClearValue ¶
func (fp *RunDNSQueryTestResponse_FieldTerminalPath) ClearValue(item *RunDNSQueryTestResponse)
func (*RunDNSQueryTestResponse_FieldTerminalPath) ClearValueRaw ¶
func (fp *RunDNSQueryTestResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*RunDNSQueryTestResponse_FieldTerminalPath) Get ¶
func (fp *RunDNSQueryTestResponse_FieldTerminalPath) Get(source *RunDNSQueryTestResponse) (values []interface{})
Get returns all values pointed by specific field from source RunDNSQueryTestResponse
func (*RunDNSQueryTestResponse_FieldTerminalPath) GetDefault ¶
func (fp *RunDNSQueryTestResponse_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*RunDNSQueryTestResponse_FieldTerminalPath) GetRaw ¶
func (fp *RunDNSQueryTestResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*RunDNSQueryTestResponse_FieldTerminalPath) GetSingle ¶
func (fp *RunDNSQueryTestResponse_FieldTerminalPath) GetSingle(source *RunDNSQueryTestResponse) (interface{}, bool)
GetSingle returns value pointed by specific field of from source RunDNSQueryTestResponse
func (*RunDNSQueryTestResponse_FieldTerminalPath) GetSingleRaw ¶
func (fp *RunDNSQueryTestResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*RunDNSQueryTestResponse_FieldTerminalPath) IsLeaf ¶
func (fp *RunDNSQueryTestResponse_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*RunDNSQueryTestResponse_FieldTerminalPath) JSONString ¶
func (fp *RunDNSQueryTestResponse_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*RunDNSQueryTestResponse_FieldTerminalPath) Selector ¶
func (fp *RunDNSQueryTestResponse_FieldTerminalPath) Selector() RunDNSQueryTestResponse_FieldPathSelector
func (*RunDNSQueryTestResponse_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.7.1
func (fp *RunDNSQueryTestResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*RunDNSQueryTestResponse_FieldTerminalPath) String ¶
func (fp *RunDNSQueryTestResponse_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*RunDNSQueryTestResponse_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *RunDNSQueryTestResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) RunDNSQueryTestResponse_FieldPathArrayItemValue
func (*RunDNSQueryTestResponse_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *RunDNSQueryTestResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) RunDNSQueryTestResponse_FieldPathArrayOfValues
func (*RunDNSQueryTestResponse_FieldTerminalPath) WithIValue ¶
func (fp *RunDNSQueryTestResponse_FieldTerminalPath) WithIValue(value interface{}) RunDNSQueryTestResponse_FieldPathValue
func (*RunDNSQueryTestResponse_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *RunDNSQueryTestResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*RunDNSQueryTestResponse_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *RunDNSQueryTestResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*RunDNSQueryTestResponse_FieldTerminalPath) WithRawIValue ¶
func (fp *RunDNSQueryTestResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type RunDNSQueryTestResponse_FieldTerminalPathArrayItemValue ¶
type RunDNSQueryTestResponse_FieldTerminalPathArrayItemValue struct { RunDNSQueryTestResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*RunDNSQueryTestResponse_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *RunDNSQueryTestResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *RunDNSQueryTestResponse) bool
Contains returns a boolean indicating if value that is being held is present in given 'RunDNSQueryTestResponse'
func (*RunDNSQueryTestResponse_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *RunDNSQueryTestResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object RunDNSQueryTestResponse as interface{}
func (*RunDNSQueryTestResponse_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *RunDNSQueryTestResponse_FieldTerminalPathArrayItemValue) GetSingle(source *RunDNSQueryTestResponse) (interface{}, bool)
func (*RunDNSQueryTestResponse_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *RunDNSQueryTestResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type RunDNSQueryTestResponse_FieldTerminalPathArrayOfValues ¶
type RunDNSQueryTestResponse_FieldTerminalPathArrayOfValues struct { RunDNSQueryTestResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*RunDNSQueryTestResponse_FieldTerminalPathArrayOfValues) AsJsonResponseArrayOfValues ¶ added in v0.10.0
func (fpaov *RunDNSQueryTestResponse_FieldTerminalPathArrayOfValues) AsJsonResponseArrayOfValues() ([]*RunDNSQueryTestResponse_JsonResponse, bool)
func (*RunDNSQueryTestResponse_FieldTerminalPathArrayOfValues) AsTextResponseArrayOfValues ¶ added in v0.10.0
func (fpaov *RunDNSQueryTestResponse_FieldTerminalPathArrayOfValues) AsTextResponseArrayOfValues() ([]string, bool)
func (*RunDNSQueryTestResponse_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *RunDNSQueryTestResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type RunDNSQueryTestResponse_FieldTerminalPathValue ¶
type RunDNSQueryTestResponse_FieldTerminalPathValue struct { RunDNSQueryTestResponse_FieldTerminalPath // contains filtered or unexported fields }
func (*RunDNSQueryTestResponse_FieldTerminalPathValue) AsJsonResponseValue ¶ added in v0.10.0
func (fpv *RunDNSQueryTestResponse_FieldTerminalPathValue) AsJsonResponseValue() (*RunDNSQueryTestResponse_JsonResponse, bool)
func (*RunDNSQueryTestResponse_FieldTerminalPathValue) AsTextResponseValue ¶ added in v0.10.0
func (fpv *RunDNSQueryTestResponse_FieldTerminalPathValue) AsTextResponseValue() (string, bool)
func (*RunDNSQueryTestResponse_FieldTerminalPathValue) CompareWith ¶
func (fpv *RunDNSQueryTestResponse_FieldTerminalPathValue) CompareWith(source *RunDNSQueryTestResponse) (int, bool)
CompareWith compares value in the 'RunDNSQueryTestResponse_FieldTerminalPathValue' with the value under path in 'RunDNSQueryTestResponse'.
func (*RunDNSQueryTestResponse_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *RunDNSQueryTestResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*RunDNSQueryTestResponse_FieldTerminalPathValue) GetRawValue ¶
func (fpv *RunDNSQueryTestResponse_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'RunDNSQueryTestResponse' as interface{}
func (*RunDNSQueryTestResponse_FieldTerminalPathValue) SetTo ¶
func (fpv *RunDNSQueryTestResponse_FieldTerminalPathValue) SetTo(target **RunDNSQueryTestResponse)
SetTo stores value for selected field for object RunDNSQueryTestResponse
func (*RunDNSQueryTestResponse_FieldTerminalPathValue) SetToRaw ¶
func (fpv *RunDNSQueryTestResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
type RunDNSQueryTestResponse_JsonResponse ¶ added in v0.10.0
type RunDNSQueryTestResponse_JsonResponse struct { // Message identifier Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty" firestore:"id"` // Message respoonse code // The notifion would follow // https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-6 Rcode string `protobuf:"bytes,2,opt,name=rcode,proto3" json:"rcode,omitempty" firestore:"rcode"` // Flags in the message // A list of elements are as follows // qr: Query Response // aa: Authoritative Answer // tc: Truncated Response // rd: Recursion Desired // ra: Recursion Available // z: Zero // ad: Authentic Data // cd: Checking Disabled Flags []string `protobuf:"bytes,3,rep,name=flags,proto3" json:"flags,omitempty" firestore:"flags"` // Query section Queries []*common.DNSQuery `protobuf:"bytes,4,rep,name=queries,proto3" json:"queries,omitempty" firestore:"queries"` // Answer section Answers []*common.DNSResourceRecord `protobuf:"bytes,5,rep,name=answers,proto3" json:"answers,omitempty" firestore:"answers"` // Authority section Ns []*common.DNSResourceRecord `protobuf:"bytes,6,rep,name=ns,proto3" json:"ns,omitempty" firestore:"ns"` // Additional section Extras []*common.DNSResourceRecord `protobuf:"bytes,7,rep,name=extras,proto3" json:"extras,omitempty" firestore:"extras"` // Total time taken to send the Query and receive response Rtt *duration.Duration `protobuf:"bytes,8,opt,name=rtt,proto3" json:"rtt,omitempty" firestore:"rtt"` // contains filtered or unexported fields }
func (*RunDNSQueryTestResponse_JsonResponse) Clone ¶ added in v0.10.0
func (o *RunDNSQueryTestResponse_JsonResponse) Clone() *RunDNSQueryTestResponse_JsonResponse
func (*RunDNSQueryTestResponse_JsonResponse) CloneRaw ¶ added in v0.10.0
func (o *RunDNSQueryTestResponse_JsonResponse) CloneRaw() gotenobject.GotenObjectExt
func (*RunDNSQueryTestResponse_JsonResponse) Descriptor ¶ added in v0.10.0
func (*RunDNSQueryTestResponse_JsonResponse) Descriptor() ([]byte, []int)
Deprecated, Use RunDNSQueryTestResponse_JsonResponse.ProtoReflect.Descriptor instead.
func (*RunDNSQueryTestResponse_JsonResponse) GetAnswers ¶ added in v0.10.0
func (m *RunDNSQueryTestResponse_JsonResponse) GetAnswers() []*common.DNSResourceRecord
func (*RunDNSQueryTestResponse_JsonResponse) GetExtras ¶ added in v0.10.0
func (m *RunDNSQueryTestResponse_JsonResponse) GetExtras() []*common.DNSResourceRecord
func (*RunDNSQueryTestResponse_JsonResponse) GetFlags ¶ added in v0.10.0
func (m *RunDNSQueryTestResponse_JsonResponse) GetFlags() []string
func (*RunDNSQueryTestResponse_JsonResponse) GetId ¶ added in v0.10.0
func (m *RunDNSQueryTestResponse_JsonResponse) GetId() uint32
func (*RunDNSQueryTestResponse_JsonResponse) GetNs ¶ added in v0.10.0
func (m *RunDNSQueryTestResponse_JsonResponse) GetNs() []*common.DNSResourceRecord
func (*RunDNSQueryTestResponse_JsonResponse) GetQueries ¶ added in v0.10.0
func (m *RunDNSQueryTestResponse_JsonResponse) GetQueries() []*common.DNSQuery
func (*RunDNSQueryTestResponse_JsonResponse) GetRcode ¶ added in v0.10.0
func (m *RunDNSQueryTestResponse_JsonResponse) GetRcode() string
func (*RunDNSQueryTestResponse_JsonResponse) GetRtt ¶ added in v0.10.0
func (m *RunDNSQueryTestResponse_JsonResponse) GetRtt() *duration.Duration
func (*RunDNSQueryTestResponse_JsonResponse) GotenMessage ¶ added in v0.10.0
func (*RunDNSQueryTestResponse_JsonResponse) GotenMessage()
func (*RunDNSQueryTestResponse_JsonResponse) GotenObjectExt ¶ added in v0.10.0
func (o *RunDNSQueryTestResponse_JsonResponse) GotenObjectExt()
func (*RunDNSQueryTestResponse_JsonResponse) GotenValidate ¶ added in v0.10.0
func (obj *RunDNSQueryTestResponse_JsonResponse) GotenValidate() error
func (*RunDNSQueryTestResponse_JsonResponse) MakeDiffFieldMask ¶ added in v0.10.0
func (o *RunDNSQueryTestResponse_JsonResponse) MakeDiffFieldMask(other *RunDNSQueryTestResponse_JsonResponse) *RunDNSQueryTestResponse_JsonResponse_FieldMask
func (*RunDNSQueryTestResponse_JsonResponse) MakeFullFieldMask ¶ added in v0.10.0
func (o *RunDNSQueryTestResponse_JsonResponse) MakeFullFieldMask() *RunDNSQueryTestResponse_JsonResponse_FieldMask
func (*RunDNSQueryTestResponse_JsonResponse) MakeRawDiffFieldMask ¶ added in v0.10.0
func (o *RunDNSQueryTestResponse_JsonResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*RunDNSQueryTestResponse_JsonResponse) MakeRawFullFieldMask ¶ added in v0.10.0
func (o *RunDNSQueryTestResponse_JsonResponse) MakeRawFullFieldMask() gotenobject.FieldMask
func (*RunDNSQueryTestResponse_JsonResponse) Marshal ¶ added in v0.10.0
func (m *RunDNSQueryTestResponse_JsonResponse) Marshal() ([]byte, error)
func (*RunDNSQueryTestResponse_JsonResponse) MarshalJSON ¶ added in v0.10.0
func (m *RunDNSQueryTestResponse_JsonResponse) MarshalJSON() ([]byte, error)
func (*RunDNSQueryTestResponse_JsonResponse) Merge ¶ added in v0.10.0
func (o *RunDNSQueryTestResponse_JsonResponse) Merge(source *RunDNSQueryTestResponse_JsonResponse)
func (*RunDNSQueryTestResponse_JsonResponse) MergeRaw ¶ added in v0.10.0
func (o *RunDNSQueryTestResponse_JsonResponse) MergeRaw(source gotenobject.GotenObjectExt)
func (*RunDNSQueryTestResponse_JsonResponse) ProtoMessage ¶ added in v0.10.0
func (*RunDNSQueryTestResponse_JsonResponse) ProtoMessage()
func (*RunDNSQueryTestResponse_JsonResponse) ProtoReflect ¶ added in v0.10.0
func (m *RunDNSQueryTestResponse_JsonResponse) ProtoReflect() preflect.Message
func (*RunDNSQueryTestResponse_JsonResponse) Reset ¶ added in v0.10.0
func (m *RunDNSQueryTestResponse_JsonResponse) Reset()
func (*RunDNSQueryTestResponse_JsonResponse) SetAnswers ¶ added in v0.10.0
func (m *RunDNSQueryTestResponse_JsonResponse) SetAnswers(fv []*common.DNSResourceRecord)
func (*RunDNSQueryTestResponse_JsonResponse) SetExtras ¶ added in v0.10.0
func (m *RunDNSQueryTestResponse_JsonResponse) SetExtras(fv []*common.DNSResourceRecord)
func (*RunDNSQueryTestResponse_JsonResponse) SetFlags ¶ added in v0.10.0
func (m *RunDNSQueryTestResponse_JsonResponse) SetFlags(fv []string)
func (*RunDNSQueryTestResponse_JsonResponse) SetId ¶ added in v0.10.0
func (m *RunDNSQueryTestResponse_JsonResponse) SetId(fv uint32)
func (*RunDNSQueryTestResponse_JsonResponse) SetNs ¶ added in v0.10.0
func (m *RunDNSQueryTestResponse_JsonResponse) SetNs(fv []*common.DNSResourceRecord)
func (*RunDNSQueryTestResponse_JsonResponse) SetQueries ¶ added in v0.10.0
func (m *RunDNSQueryTestResponse_JsonResponse) SetQueries(fv []*common.DNSQuery)
func (*RunDNSQueryTestResponse_JsonResponse) SetRcode ¶ added in v0.10.0
func (m *RunDNSQueryTestResponse_JsonResponse) SetRcode(fv string)
func (*RunDNSQueryTestResponse_JsonResponse) SetRtt ¶ added in v0.10.0
func (m *RunDNSQueryTestResponse_JsonResponse) SetRtt(fv *duration.Duration)
func (*RunDNSQueryTestResponse_JsonResponse) String ¶ added in v0.10.0
func (m *RunDNSQueryTestResponse_JsonResponse) String() string
func (*RunDNSQueryTestResponse_JsonResponse) Unmarshal ¶ added in v0.10.0
func (m *RunDNSQueryTestResponse_JsonResponse) Unmarshal(b []byte) error
func (*RunDNSQueryTestResponse_JsonResponse) UnmarshalJSON ¶ added in v0.10.0
func (m *RunDNSQueryTestResponse_JsonResponse) UnmarshalJSON(data []byte) error
type RunDNSQueryTestResponse_JsonResponsePathSelectorAnswers ¶ added in v0.10.0
type RunDNSQueryTestResponse_JsonResponsePathSelectorAnswers struct{}
func (RunDNSQueryTestResponse_JsonResponsePathSelectorAnswers) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorAnswers) WithArrayOfValues(values [][]*common.DNSResourceRecord) *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues
func (RunDNSQueryTestResponse_JsonResponsePathSelectorAnswers) WithItemValue ¶ added in v0.10.0
func (RunDNSQueryTestResponse_JsonResponsePathSelectorAnswers) WithSubArrayItemValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorAnswers) WithSubArrayItemValue(subPathArrayItemValue common.DNSResourceRecord_FieldPathArrayItemValue) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayItemValue
func (RunDNSQueryTestResponse_JsonResponsePathSelectorAnswers) WithSubArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorAnswers) WithSubArrayOfValues(subPathArrayOfValues common.DNSResourceRecord_FieldPathArrayOfValues) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
func (RunDNSQueryTestResponse_JsonResponsePathSelectorAnswers) WithSubPath ¶ added in v0.10.0
func (RunDNSQueryTestResponse_JsonResponsePathSelectorAnswers) WithSubValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorAnswers) WithSubValue(subPathValue common.DNSResourceRecord_FieldPathValue) *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue
type RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersClass ¶ added in v0.10.0
type RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersClass struct{}
func (RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersClass) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersClass) WithArrayOfValues(values []common.DNSClass) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
type RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersName ¶ added in v0.10.0
type RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersName struct{}
func (RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersName) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersName) WithArrayOfValues(values []string) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
type RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersRdata ¶ added in v0.10.0
type RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersRdata struct{}
func (RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersRdata) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersRdata) WithArrayOfValues(values [][]string) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
func (RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersRdata) WithItemValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersRdata) WithItemValue(value string) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayItemValue
func (RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersRdata) WithValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersRdata) WithValue(value []string) *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue
type RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersRdlength ¶ added in v0.10.0
type RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersRdlength struct{}
func (RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersRdlength) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersRdlength) WithArrayOfValues(values []uint32) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
type RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersRrtype ¶ added in v0.10.0
type RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersRrtype struct{}
func (RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersRrtype) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersRrtype) WithArrayOfValues(values []common.DNSResourceRecordType) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
type RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersTtl ¶ added in v0.10.0
type RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersTtl struct{}
func (RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersTtl) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorAnswersTtl) WithArrayOfValues(values []uint32) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
type RunDNSQueryTestResponse_JsonResponsePathSelectorExtras ¶ added in v0.10.0
type RunDNSQueryTestResponse_JsonResponsePathSelectorExtras struct{}
func (RunDNSQueryTestResponse_JsonResponsePathSelectorExtras) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorExtras) WithArrayOfValues(values [][]*common.DNSResourceRecord) *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues
func (RunDNSQueryTestResponse_JsonResponsePathSelectorExtras) WithItemValue ¶ added in v0.10.0
func (RunDNSQueryTestResponse_JsonResponsePathSelectorExtras) WithSubArrayItemValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorExtras) WithSubArrayItemValue(subPathArrayItemValue common.DNSResourceRecord_FieldPathArrayItemValue) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayItemValue
func (RunDNSQueryTestResponse_JsonResponsePathSelectorExtras) WithSubArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorExtras) WithSubArrayOfValues(subPathArrayOfValues common.DNSResourceRecord_FieldPathArrayOfValues) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
func (RunDNSQueryTestResponse_JsonResponsePathSelectorExtras) WithSubPath ¶ added in v0.10.0
func (RunDNSQueryTestResponse_JsonResponsePathSelectorExtras) WithSubValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorExtras) WithSubValue(subPathValue common.DNSResourceRecord_FieldPathValue) *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue
type RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasClass ¶ added in v0.10.0
type RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasClass struct{}
func (RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasClass) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasClass) WithArrayOfValues(values []common.DNSClass) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
type RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasName ¶ added in v0.10.0
type RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasName struct{}
func (RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasName) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasName) WithArrayOfValues(values []string) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
type RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasRdata ¶ added in v0.10.0
type RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasRdata struct{}
func (RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasRdata) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasRdata) WithArrayOfValues(values [][]string) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
func (RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasRdata) WithItemValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasRdata) WithItemValue(value string) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayItemValue
func (RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasRdata) WithValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasRdata) WithValue(value []string) *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue
type RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasRdlength ¶ added in v0.10.0
type RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasRdlength struct{}
func (RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasRdlength) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasRdlength) WithArrayOfValues(values []uint32) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
type RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasRrtype ¶ added in v0.10.0
type RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasRrtype struct{}
func (RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasRrtype) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasRrtype) WithArrayOfValues(values []common.DNSResourceRecordType) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
type RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasTtl ¶ added in v0.10.0
type RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasTtl struct{}
func (RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasTtl) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasTtl) WithArrayOfValues(values []uint32) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
func (RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasTtl) WithValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorExtrasTtl) WithValue(value uint32) *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue
type RunDNSQueryTestResponse_JsonResponsePathSelectorFlags ¶ added in v0.10.0
type RunDNSQueryTestResponse_JsonResponsePathSelectorFlags struct{}
func (RunDNSQueryTestResponse_JsonResponsePathSelectorFlags) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorFlags) WithArrayOfValues(values [][]string) *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues
func (RunDNSQueryTestResponse_JsonResponsePathSelectorFlags) WithItemValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorFlags) WithItemValue(value string) *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue
func (RunDNSQueryTestResponse_JsonResponsePathSelectorFlags) WithValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorFlags) WithValue(value []string) *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue
type RunDNSQueryTestResponse_JsonResponsePathSelectorId ¶ added in v0.10.0
type RunDNSQueryTestResponse_JsonResponsePathSelectorId struct{}
func (RunDNSQueryTestResponse_JsonResponsePathSelectorId) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorId) WithArrayOfValues(values []uint32) *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues
func (RunDNSQueryTestResponse_JsonResponsePathSelectorId) WithValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorId) WithValue(value uint32) *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue
type RunDNSQueryTestResponse_JsonResponsePathSelectorNs ¶ added in v0.10.0
type RunDNSQueryTestResponse_JsonResponsePathSelectorNs struct{}
func (RunDNSQueryTestResponse_JsonResponsePathSelectorNs) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorNs) WithArrayOfValues(values [][]*common.DNSResourceRecord) *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues
func (RunDNSQueryTestResponse_JsonResponsePathSelectorNs) WithItemValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorNs) WithItemValue(value *common.DNSResourceRecord) *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue
func (RunDNSQueryTestResponse_JsonResponsePathSelectorNs) WithSubArrayItemValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorNs) WithSubArrayItemValue(subPathArrayItemValue common.DNSResourceRecord_FieldPathArrayItemValue) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayItemValue
func (RunDNSQueryTestResponse_JsonResponsePathSelectorNs) WithSubArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorNs) WithSubArrayOfValues(subPathArrayOfValues common.DNSResourceRecord_FieldPathArrayOfValues) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
func (RunDNSQueryTestResponse_JsonResponsePathSelectorNs) WithSubPath ¶ added in v0.10.0
func (RunDNSQueryTestResponse_JsonResponsePathSelectorNs) WithSubValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorNs) WithSubValue(subPathValue common.DNSResourceRecord_FieldPathValue) *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue
func (RunDNSQueryTestResponse_JsonResponsePathSelectorNs) WithValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorNs) WithValue(value []*common.DNSResourceRecord) *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue
type RunDNSQueryTestResponse_JsonResponsePathSelectorNsClass ¶ added in v0.10.0
type RunDNSQueryTestResponse_JsonResponsePathSelectorNsClass struct{}
func (RunDNSQueryTestResponse_JsonResponsePathSelectorNsClass) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorNsClass) WithArrayOfValues(values []common.DNSClass) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
type RunDNSQueryTestResponse_JsonResponsePathSelectorNsName ¶ added in v0.10.0
type RunDNSQueryTestResponse_JsonResponsePathSelectorNsName struct{}
func (RunDNSQueryTestResponse_JsonResponsePathSelectorNsName) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorNsName) WithArrayOfValues(values []string) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
func (RunDNSQueryTestResponse_JsonResponsePathSelectorNsName) WithValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorNsName) WithValue(value string) *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue
type RunDNSQueryTestResponse_JsonResponsePathSelectorNsRdata ¶ added in v0.10.0
type RunDNSQueryTestResponse_JsonResponsePathSelectorNsRdata struct{}
func (RunDNSQueryTestResponse_JsonResponsePathSelectorNsRdata) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorNsRdata) WithArrayOfValues(values [][]string) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
func (RunDNSQueryTestResponse_JsonResponsePathSelectorNsRdata) WithItemValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorNsRdata) WithItemValue(value string) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayItemValue
func (RunDNSQueryTestResponse_JsonResponsePathSelectorNsRdata) WithValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorNsRdata) WithValue(value []string) *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue
type RunDNSQueryTestResponse_JsonResponsePathSelectorNsRdlength ¶ added in v0.10.0
type RunDNSQueryTestResponse_JsonResponsePathSelectorNsRdlength struct{}
func (RunDNSQueryTestResponse_JsonResponsePathSelectorNsRdlength) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorNsRdlength) WithArrayOfValues(values []uint32) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
type RunDNSQueryTestResponse_JsonResponsePathSelectorNsRrtype ¶ added in v0.10.0
type RunDNSQueryTestResponse_JsonResponsePathSelectorNsRrtype struct{}
func (RunDNSQueryTestResponse_JsonResponsePathSelectorNsRrtype) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorNsRrtype) WithArrayOfValues(values []common.DNSResourceRecordType) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
type RunDNSQueryTestResponse_JsonResponsePathSelectorNsTtl ¶ added in v0.10.0
type RunDNSQueryTestResponse_JsonResponsePathSelectorNsTtl struct{}
func (RunDNSQueryTestResponse_JsonResponsePathSelectorNsTtl) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorNsTtl) WithArrayOfValues(values []uint32) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
func (RunDNSQueryTestResponse_JsonResponsePathSelectorNsTtl) WithValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorNsTtl) WithValue(value uint32) *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue
type RunDNSQueryTestResponse_JsonResponsePathSelectorQueries ¶ added in v0.10.0
type RunDNSQueryTestResponse_JsonResponsePathSelectorQueries struct{}
func (RunDNSQueryTestResponse_JsonResponsePathSelectorQueries) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorQueries) WithArrayOfValues(values [][]*common.DNSQuery) *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues
func (RunDNSQueryTestResponse_JsonResponsePathSelectorQueries) WithItemValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorQueries) WithItemValue(value *common.DNSQuery) *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayItemValue
func (RunDNSQueryTestResponse_JsonResponsePathSelectorQueries) WithSubArrayItemValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorQueries) WithSubArrayItemValue(subPathArrayItemValue common.DNSQuery_FieldPathArrayItemValue) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayItemValue
func (RunDNSQueryTestResponse_JsonResponsePathSelectorQueries) WithSubArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorQueries) WithSubArrayOfValues(subPathArrayOfValues common.DNSQuery_FieldPathArrayOfValues) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
func (RunDNSQueryTestResponse_JsonResponsePathSelectorQueries) WithSubPath ¶ added in v0.10.0
func (RunDNSQueryTestResponse_JsonResponsePathSelectorQueries) WithSubPath(subPath common.DNSQuery_FieldPath) *RunDNSQueryTestResponseJsonResponse_FieldSubPath
func (RunDNSQueryTestResponse_JsonResponsePathSelectorQueries) WithSubValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorQueries) WithSubValue(subPathValue common.DNSQuery_FieldPathValue) *RunDNSQueryTestResponseJsonResponse_FieldSubPathValue
func (RunDNSQueryTestResponse_JsonResponsePathSelectorQueries) WithValue ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorQueries) WithValue(value []*common.DNSQuery) *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathValue
type RunDNSQueryTestResponse_JsonResponsePathSelectorQueriesName ¶ added in v0.10.0
type RunDNSQueryTestResponse_JsonResponsePathSelectorQueriesName struct{}
func (RunDNSQueryTestResponse_JsonResponsePathSelectorQueriesName) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorQueriesName) WithArrayOfValues(values []string) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
type RunDNSQueryTestResponse_JsonResponsePathSelectorQueriesQclass ¶ added in v0.10.0
type RunDNSQueryTestResponse_JsonResponsePathSelectorQueriesQclass struct{}
func (RunDNSQueryTestResponse_JsonResponsePathSelectorQueriesQclass) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorQueriesQclass) WithArrayOfValues(values []common.DNSClass) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
type RunDNSQueryTestResponse_JsonResponsePathSelectorQueriesQtype ¶ added in v0.10.0
type RunDNSQueryTestResponse_JsonResponsePathSelectorQueriesQtype struct{}
func (RunDNSQueryTestResponse_JsonResponsePathSelectorQueriesQtype) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorQueriesQtype) WithArrayOfValues(values []common.DNSResourceRecordType) *RunDNSQueryTestResponseJsonResponse_FieldSubPathArrayOfValues
type RunDNSQueryTestResponse_JsonResponsePathSelectorRcode ¶ added in v0.10.0
type RunDNSQueryTestResponse_JsonResponsePathSelectorRcode struct{}
func (RunDNSQueryTestResponse_JsonResponsePathSelectorRcode) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorRcode) WithArrayOfValues(values []string) *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues
type RunDNSQueryTestResponse_JsonResponsePathSelectorRtt ¶ added in v0.10.0
type RunDNSQueryTestResponse_JsonResponsePathSelectorRtt struct{}
func (RunDNSQueryTestResponse_JsonResponsePathSelectorRtt) WithArrayOfValues ¶ added in v0.10.0
func (s RunDNSQueryTestResponse_JsonResponsePathSelectorRtt) WithArrayOfValues(values []*duration.Duration) *RunDNSQueryTestResponseJsonResponse_FieldTerminalPathArrayOfValues
type RunDNSQueryTestResponse_JsonResponse_FieldMask ¶ added in v0.10.0
type RunDNSQueryTestResponse_JsonResponse_FieldMask struct {
Paths []RunDNSQueryTestResponseJsonResponse_FieldPath
}
func FullRunDNSQueryTestResponse_JsonResponse_FieldMask ¶ added in v0.10.0
func FullRunDNSQueryTestResponse_JsonResponse_FieldMask() *RunDNSQueryTestResponse_JsonResponse_FieldMask
func (*RunDNSQueryTestResponse_JsonResponse_FieldMask) AppendPath ¶ added in v0.10.0
func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) AppendPath(path RunDNSQueryTestResponseJsonResponse_FieldPath)
func (*RunDNSQueryTestResponse_JsonResponse_FieldMask) AppendRawPath ¶ added in v0.10.0
func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*RunDNSQueryTestResponse_JsonResponse_FieldMask) DecodeFirestore ¶ added in v0.10.0
func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*RunDNSQueryTestResponse_JsonResponse_FieldMask) EncodeFirestore ¶ added in v0.10.0
func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*RunDNSQueryTestResponse_JsonResponse_FieldMask) FilterInputFields ¶ added in v0.10.0
func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) FilterInputFields() *RunDNSQueryTestResponse_JsonResponse_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*RunDNSQueryTestResponse_JsonResponse_FieldMask) FromProtoFieldMask ¶ added in v0.10.0
func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*RunDNSQueryTestResponse_JsonResponse_FieldMask) GetPaths ¶ added in v0.10.0
func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) GetPaths() []RunDNSQueryTestResponseJsonResponse_FieldPath
func (*RunDNSQueryTestResponse_JsonResponse_FieldMask) GetRawPaths ¶ added in v0.10.0
func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*RunDNSQueryTestResponse_JsonResponse_FieldMask) IsFull ¶ added in v0.10.0
func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) IsFull() bool
func (RunDNSQueryTestResponse_JsonResponse_FieldMask) Marshal ¶ added in v0.10.0
func (fieldMask RunDNSQueryTestResponse_JsonResponse_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (RunDNSQueryTestResponse_JsonResponse_FieldMask) MarshalJSON ¶ added in v0.10.0
func (fieldMask RunDNSQueryTestResponse_JsonResponse_FieldMask) MarshalJSON() ([]byte, error)
func (*RunDNSQueryTestResponse_JsonResponse_FieldMask) PathsCount ¶ added in v0.10.0
func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) PathsCount() int
func (*RunDNSQueryTestResponse_JsonResponse_FieldMask) Project ¶ added in v0.10.0
func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) Project(source *RunDNSQueryTestResponse_JsonResponse) *RunDNSQueryTestResponse_JsonResponse
func (*RunDNSQueryTestResponse_JsonResponse_FieldMask) ProjectRaw ¶ added in v0.10.0
func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*RunDNSQueryTestResponse_JsonResponse_FieldMask) ProtoMessage ¶ added in v0.10.0
func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) ProtoMessage()
func (*RunDNSQueryTestResponse_JsonResponse_FieldMask) ProtoReflect ¶ added in v0.10.0
func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) ProtoReflect() preflect.Message
func (*RunDNSQueryTestResponse_JsonResponse_FieldMask) Reset ¶ added in v0.10.0
func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) Reset()
func (*RunDNSQueryTestResponse_JsonResponse_FieldMask) Set ¶ added in v0.10.0
func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) Set(target, source *RunDNSQueryTestResponse_JsonResponse)
func (*RunDNSQueryTestResponse_JsonResponse_FieldMask) SetFromCliFlag ¶ added in v0.10.0
func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) SetFromCliFlag(raw string) error
func (*RunDNSQueryTestResponse_JsonResponse_FieldMask) SetRaw ¶ added in v0.10.0
func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*RunDNSQueryTestResponse_JsonResponse_FieldMask) Size ¶ added in v0.10.0
func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) Size() int
func (*RunDNSQueryTestResponse_JsonResponse_FieldMask) String ¶ added in v0.10.0
func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) String() string
func (*RunDNSQueryTestResponse_JsonResponse_FieldMask) Subtract ¶ added in v0.10.0
func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) Subtract(other *RunDNSQueryTestResponse_JsonResponse_FieldMask) *RunDNSQueryTestResponse_JsonResponse_FieldMask
func (*RunDNSQueryTestResponse_JsonResponse_FieldMask) SubtractRaw ¶ added in v0.10.0
func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*RunDNSQueryTestResponse_JsonResponse_FieldMask) ToProtoFieldMask ¶ added in v0.10.0
func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*RunDNSQueryTestResponse_JsonResponse_FieldMask) Unmarshal ¶ added in v0.10.0
func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) Unmarshal(data []byte) error
func (*RunDNSQueryTestResponse_JsonResponse_FieldMask) UnmarshalJSON ¶ added in v0.10.0
func (fieldMask *RunDNSQueryTestResponse_JsonResponse_FieldMask) UnmarshalJSON(data []byte) error
Source Files ¶
- dns_query_test_custom.pb.fieldmask.go
- dns_query_test_custom.pb.fieldpath.go
- dns_query_test_custom.pb.fieldpathbuilder.go
- dns_query_test_custom.pb.go
- dns_query_test_custom.pb.object_ext.go
- dns_query_test_custom.pb.validate.go
- dns_query_test_service.pb.client.go
- dns_query_test_service.pb.descriptors.go
- dns_query_test_service.pb.go