probe_client

package
v0.12.9 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2023 License: Apache-2.0 Imports: 55 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchGetProbesDescriptor added in v0.4.26

type BatchGetProbesDescriptor struct{}

func GetBatchGetProbesDescriptor added in v0.4.26

func GetBatchGetProbesDescriptor() *BatchGetProbesDescriptor

func (*BatchGetProbesDescriptor) GetApiDescriptor added in v0.4.26

func (d *BatchGetProbesDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*BatchGetProbesDescriptor) GetApiName added in v0.4.26

func (d *BatchGetProbesDescriptor) GetApiName() string

func (*BatchGetProbesDescriptor) GetClientMsgReflectHandle added in v0.4.26

func (d *BatchGetProbesDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*BatchGetProbesDescriptor) GetFullMethodName added in v0.4.26

func (d *BatchGetProbesDescriptor) GetFullMethodName() string

func (*BatchGetProbesDescriptor) GetMethodName added in v0.4.26

func (d *BatchGetProbesDescriptor) GetMethodName() string

func (*BatchGetProbesDescriptor) GetProtoPkgName added in v0.4.26

func (d *BatchGetProbesDescriptor) GetProtoPkgName() string

func (*BatchGetProbesDescriptor) GetResourceDescriptor added in v0.4.27

func (d *BatchGetProbesDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*BatchGetProbesDescriptor) GetServerMsgReflectHandle added in v0.4.26

func (d *BatchGetProbesDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*BatchGetProbesDescriptor) GetServiceDomain added in v0.4.26

func (d *BatchGetProbesDescriptor) GetServiceDomain() string

func (*BatchGetProbesDescriptor) GetServiceVersion added in v0.4.26

func (d *BatchGetProbesDescriptor) GetServiceVersion() string

func (*BatchGetProbesDescriptor) GetVerb added in v0.4.26

func (d *BatchGetProbesDescriptor) GetVerb() string

func (*BatchGetProbesDescriptor) HasResource added in v0.4.27

func (d *BatchGetProbesDescriptor) HasResource() bool

func (*BatchGetProbesDescriptor) IsClientStream added in v0.4.26

func (d *BatchGetProbesDescriptor) IsClientStream() bool

func (*BatchGetProbesDescriptor) IsCollection added in v0.4.27

func (d *BatchGetProbesDescriptor) IsCollection() bool

func (*BatchGetProbesDescriptor) IsPlural added in v0.4.27

func (d *BatchGetProbesDescriptor) IsPlural() bool

func (*BatchGetProbesDescriptor) IsServerStream added in v0.4.26

func (d *BatchGetProbesDescriptor) IsServerStream() bool

func (*BatchGetProbesDescriptor) IsUnary added in v0.4.26

func (d *BatchGetProbesDescriptor) IsUnary() bool

func (*BatchGetProbesDescriptor) NewEmptyClientMsg added in v0.4.26

func (d *BatchGetProbesDescriptor) NewEmptyClientMsg() proto.Message

func (*BatchGetProbesDescriptor) NewEmptyServerMsg added in v0.4.26

func (d *BatchGetProbesDescriptor) NewEmptyServerMsg() proto.Message

func (*BatchGetProbesDescriptor) RequestHasResourceBody added in v0.4.26

func (d *BatchGetProbesDescriptor) RequestHasResourceBody() bool

type BatchGetProbesDescriptorClientMsgHandle added in v0.4.26

type BatchGetProbesDescriptorClientMsgHandle struct{}

func (*BatchGetProbesDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

func (*BatchGetProbesDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*BatchGetProbesDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type BatchGetProbesDescriptorServerMsgHandle added in v0.4.26

type BatchGetProbesDescriptorServerMsgHandle struct{}

func (*BatchGetProbesDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

func (*BatchGetProbesDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*BatchGetProbesDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

type BatchGetProbesRequest

type BatchGetProbesRequest struct {

	// Names of Probes
	Names []*probe.Reference `protobuf:"bytes,2,rep,customtype=Reference,name=names,proto3" json:"names,omitempty" firestore:"names"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view
	FieldMask *probe.Probe_FieldMask `` /* 137-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"`
	// contains filtered or unexported fields
}

Request message for method [BatchGetProbes][ntt.watchdog.v1alpha2.BatchGetProbes]

func (*BatchGetProbesRequest) Clone

func (*BatchGetProbesRequest) CloneRaw

func (*BatchGetProbesRequest) Descriptor

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

Deprecated, Use BatchGetProbesRequest.ProtoReflect.Descriptor instead.

func (*BatchGetProbesRequest) GetFieldMask

func (m *BatchGetProbesRequest) GetFieldMask() *probe.Probe_FieldMask

func (*BatchGetProbesRequest) GetNames

func (m *BatchGetProbesRequest) GetNames() []*probe.Reference

func (*BatchGetProbesRequest) GetView

func (m *BatchGetProbesRequest) GetView() view.View

func (*BatchGetProbesRequest) GotenMessage

func (*BatchGetProbesRequest) GotenMessage()

func (*BatchGetProbesRequest) GotenObjectExt

func (o *BatchGetProbesRequest) GotenObjectExt()

func (*BatchGetProbesRequest) GotenValidate

func (obj *BatchGetProbesRequest) GotenValidate() error

func (*BatchGetProbesRequest) MakeDiffFieldMask

func (*BatchGetProbesRequest) MakeFullFieldMask

func (*BatchGetProbesRequest) MakeRawDiffFieldMask

func (o *BatchGetProbesRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*BatchGetProbesRequest) MakeRawFullFieldMask

func (o *BatchGetProbesRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*BatchGetProbesRequest) Marshal

func (m *BatchGetProbesRequest) Marshal() ([]byte, error)

func (*BatchGetProbesRequest) MarshalJSON

func (m *BatchGetProbesRequest) MarshalJSON() ([]byte, error)

func (*BatchGetProbesRequest) Merge

func (o *BatchGetProbesRequest) Merge(source *BatchGetProbesRequest)

func (*BatchGetProbesRequest) MergeRaw

func (o *BatchGetProbesRequest) MergeRaw(source gotenobject.GotenObjectExt)

func (*BatchGetProbesRequest) ProtoMessage

func (*BatchGetProbesRequest) ProtoMessage()

func (*BatchGetProbesRequest) ProtoReflect

func (m *BatchGetProbesRequest) ProtoReflect() preflect.Message

func (*BatchGetProbesRequest) Reset

func (m *BatchGetProbesRequest) Reset()

func (*BatchGetProbesRequest) SetFieldMask

func (m *BatchGetProbesRequest) SetFieldMask(fv *probe.Probe_FieldMask)

func (*BatchGetProbesRequest) SetNames

func (m *BatchGetProbesRequest) SetNames(fv []*probe.Reference)

func (*BatchGetProbesRequest) SetView

func (m *BatchGetProbesRequest) SetView(fv view.View)

func (*BatchGetProbesRequest) String

func (m *BatchGetProbesRequest) String() string

func (*BatchGetProbesRequest) Unmarshal

func (m *BatchGetProbesRequest) Unmarshal(b []byte) error

func (*BatchGetProbesRequest) UnmarshalJSON

func (m *BatchGetProbesRequest) UnmarshalJSON(data []byte) error

type BatchGetProbesRequestFieldPathBuilder

type BatchGetProbesRequestFieldPathBuilder struct{}

func NewBatchGetProbesRequestFieldPathBuilder

func NewBatchGetProbesRequestFieldPathBuilder() BatchGetProbesRequestFieldPathBuilder

func (BatchGetProbesRequestFieldPathBuilder) FieldMask

func (BatchGetProbesRequestFieldPathBuilder) Names

func (BatchGetProbesRequestFieldPathBuilder) View

type BatchGetProbesRequestPathSelectorFieldMask

type BatchGetProbesRequestPathSelectorFieldMask struct{}

func (BatchGetProbesRequestPathSelectorFieldMask) FieldPath

func (BatchGetProbesRequestPathSelectorFieldMask) WithArrayOfValues

func (BatchGetProbesRequestPathSelectorFieldMask) WithValue

type BatchGetProbesRequestPathSelectorNames

type BatchGetProbesRequestPathSelectorNames struct{}

func (BatchGetProbesRequestPathSelectorNames) FieldPath

func (BatchGetProbesRequestPathSelectorNames) WithArrayOfValues

func (BatchGetProbesRequestPathSelectorNames) WithItemValue

func (BatchGetProbesRequestPathSelectorNames) WithValue

type BatchGetProbesRequestPathSelectorView

type BatchGetProbesRequestPathSelectorView struct{}

func (BatchGetProbesRequestPathSelectorView) FieldPath

func (BatchGetProbesRequestPathSelectorView) WithArrayOfValues

func (BatchGetProbesRequestPathSelectorView) WithValue

type BatchGetProbesRequest_FieldMask

type BatchGetProbesRequest_FieldMask struct {
	Paths []BatchGetProbesRequest_FieldPath
}

func FullBatchGetProbesRequest_FieldMask

func FullBatchGetProbesRequest_FieldMask() *BatchGetProbesRequest_FieldMask

func (*BatchGetProbesRequest_FieldMask) AppendPath

func (*BatchGetProbesRequest_FieldMask) AppendRawPath

func (fieldMask *BatchGetProbesRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*BatchGetProbesRequest_FieldMask) DecodeFirestore

func (fieldMask *BatchGetProbesRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*BatchGetProbesRequest_FieldMask) EncodeFirestore

func (fieldMask *BatchGetProbesRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*BatchGetProbesRequest_FieldMask) FilterInputFields

func (fieldMask *BatchGetProbesRequest_FieldMask) FilterInputFields() *BatchGetProbesRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetProbesRequest_FieldMask) FromProtoFieldMask

func (fieldMask *BatchGetProbesRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*BatchGetProbesRequest_FieldMask) GetPaths

func (*BatchGetProbesRequest_FieldMask) GetRawPaths

func (fieldMask *BatchGetProbesRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*BatchGetProbesRequest_FieldMask) IsFull

func (fieldMask *BatchGetProbesRequest_FieldMask) IsFull() bool

func (BatchGetProbesRequest_FieldMask) Marshal

func (fieldMask BatchGetProbesRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (BatchGetProbesRequest_FieldMask) MarshalJSON

func (fieldMask BatchGetProbesRequest_FieldMask) MarshalJSON() ([]byte, error)

func (*BatchGetProbesRequest_FieldMask) PathsCount

func (fieldMask *BatchGetProbesRequest_FieldMask) PathsCount() int

func (*BatchGetProbesRequest_FieldMask) Project

func (*BatchGetProbesRequest_FieldMask) ProjectRaw

func (*BatchGetProbesRequest_FieldMask) ProtoMessage

func (fieldMask *BatchGetProbesRequest_FieldMask) ProtoMessage()

func (*BatchGetProbesRequest_FieldMask) ProtoReflect

func (fieldMask *BatchGetProbesRequest_FieldMask) ProtoReflect() preflect.Message

func (*BatchGetProbesRequest_FieldMask) Reset

func (fieldMask *BatchGetProbesRequest_FieldMask) Reset()

func (*BatchGetProbesRequest_FieldMask) Set

func (fieldMask *BatchGetProbesRequest_FieldMask) Set(target, source *BatchGetProbesRequest)

func (*BatchGetProbesRequest_FieldMask) SetFromCliFlag

func (fieldMask *BatchGetProbesRequest_FieldMask) SetFromCliFlag(raw string) error

func (*BatchGetProbesRequest_FieldMask) SetRaw

func (fieldMask *BatchGetProbesRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*BatchGetProbesRequest_FieldMask) Size

func (fieldMask *BatchGetProbesRequest_FieldMask) Size() int

func (*BatchGetProbesRequest_FieldMask) String

func (fieldMask *BatchGetProbesRequest_FieldMask) String() string

func (*BatchGetProbesRequest_FieldMask) Subtract

func (*BatchGetProbesRequest_FieldMask) SubtractRaw

func (*BatchGetProbesRequest_FieldMask) ToProtoFieldMask

func (fieldMask *BatchGetProbesRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*BatchGetProbesRequest_FieldMask) Unmarshal

func (fieldMask *BatchGetProbesRequest_FieldMask) Unmarshal(data []byte) error

func (*BatchGetProbesRequest_FieldMask) UnmarshalJSON

func (fieldMask *BatchGetProbesRequest_FieldMask) UnmarshalJSON(data []byte) error

type BatchGetProbesRequest_FieldPath

type BatchGetProbesRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetProbesRequest_FieldPathSelector
	Get(source *BatchGetProbesRequest) []interface{}
	GetSingle(source *BatchGetProbesRequest) (interface{}, bool)
	ClearValue(item *BatchGetProbesRequest)

	// Those methods build corresponding BatchGetProbesRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) BatchGetProbesRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) BatchGetProbesRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) BatchGetProbesRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseBatchGetProbesRequest_FieldPath

func MustParseBatchGetProbesRequest_FieldPath(rawField string) BatchGetProbesRequest_FieldPath

func ParseBatchGetProbesRequest_FieldPath

func ParseBatchGetProbesRequest_FieldPath(rawField string) (BatchGetProbesRequest_FieldPath, error)

type BatchGetProbesRequest_FieldPathArrayItemValue

type BatchGetProbesRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetProbesRequest_FieldPath
	ContainsValue(*BatchGetProbesRequest) bool
}

BatchGetProbesRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for BatchGetProbesRequest according to their type Present only for array (repeated) types.

func MustParseBatchGetProbesRequest_FieldPathArrayItemValue

func MustParseBatchGetProbesRequest_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetProbesRequest_FieldPathArrayItemValue

func ParseBatchGetProbesRequest_FieldPathArrayItemValue

func ParseBatchGetProbesRequest_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetProbesRequest_FieldPathArrayItemValue, error)

ParseBatchGetProbesRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetProbesRequest_FieldPathArrayOfValues

type BatchGetProbesRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetProbesRequest_FieldPath
}

BatchGetProbesRequest_FieldPathArrayOfValues allows storing slice of values for BatchGetProbesRequest fields according to their type

func MustParseBatchGetProbesRequest_FieldPathArrayOfValues

func MustParseBatchGetProbesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetProbesRequest_FieldPathArrayOfValues

func ParseBatchGetProbesRequest_FieldPathArrayOfValues

func ParseBatchGetProbesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetProbesRequest_FieldPathArrayOfValues, error)

type BatchGetProbesRequest_FieldPathSelector

type BatchGetProbesRequest_FieldPathSelector int32
const (
	BatchGetProbesRequest_FieldPathSelectorNames     BatchGetProbesRequest_FieldPathSelector = 0
	BatchGetProbesRequest_FieldPathSelectorFieldMask BatchGetProbesRequest_FieldPathSelector = 1
	BatchGetProbesRequest_FieldPathSelectorView      BatchGetProbesRequest_FieldPathSelector = 2
)

func (BatchGetProbesRequest_FieldPathSelector) String

type BatchGetProbesRequest_FieldPathValue

type BatchGetProbesRequest_FieldPathValue interface {
	BatchGetProbesRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetProbesRequest)
	CompareWith(*BatchGetProbesRequest) (cmp int, comparable bool)
}

BatchGetProbesRequest_FieldPathValue allows storing values for BatchGetProbesRequest fields according to their type

func MustParseBatchGetProbesRequest_FieldPathValue

func MustParseBatchGetProbesRequest_FieldPathValue(pathStr, valueStr string) BatchGetProbesRequest_FieldPathValue

func ParseBatchGetProbesRequest_FieldPathValue

func ParseBatchGetProbesRequest_FieldPathValue(pathStr, valueStr string) (BatchGetProbesRequest_FieldPathValue, error)

type BatchGetProbesRequest_FieldTerminalPath

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

func (*BatchGetProbesRequest_FieldTerminalPath) ClearValue

func (*BatchGetProbesRequest_FieldTerminalPath) ClearValueRaw

func (fp *BatchGetProbesRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*BatchGetProbesRequest_FieldTerminalPath) Get

func (fp *BatchGetProbesRequest_FieldTerminalPath) Get(source *BatchGetProbesRequest) (values []interface{})

Get returns all values pointed by specific field from source BatchGetProbesRequest

func (*BatchGetProbesRequest_FieldTerminalPath) GetDefault

func (fp *BatchGetProbesRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*BatchGetProbesRequest_FieldTerminalPath) GetRaw

func (fp *BatchGetProbesRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*BatchGetProbesRequest_FieldTerminalPath) GetSingle

func (fp *BatchGetProbesRequest_FieldTerminalPath) GetSingle(source *BatchGetProbesRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source BatchGetProbesRequest

func (*BatchGetProbesRequest_FieldTerminalPath) GetSingleRaw

func (fp *BatchGetProbesRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*BatchGetProbesRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetProbesRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetProbesRequest_FieldTerminalPath) Selector

func (*BatchGetProbesRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (fp *BatchGetProbesRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*BatchGetProbesRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetProbesRequest_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetProbesRequest_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetProbesRequest_FieldTerminalPath) WithIValue

func (*BatchGetProbesRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *BatchGetProbesRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*BatchGetProbesRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *BatchGetProbesRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*BatchGetProbesRequest_FieldTerminalPath) WithRawIValue

func (fp *BatchGetProbesRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type BatchGetProbesRequest_FieldTerminalPathArrayItemValue

type BatchGetProbesRequest_FieldTerminalPathArrayItemValue struct {
	BatchGetProbesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetProbesRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue

func (*BatchGetProbesRequest_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'BatchGetProbesRequest'

func (*BatchGetProbesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *BatchGetProbesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object BatchGetProbesRequest as interface{}

func (*BatchGetProbesRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *BatchGetProbesRequest_FieldTerminalPathArrayItemValue) GetSingle(source *BatchGetProbesRequest) (interface{}, bool)

func (*BatchGetProbesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *BatchGetProbesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type BatchGetProbesRequest_FieldTerminalPathArrayOfValues

type BatchGetProbesRequest_FieldTerminalPathArrayOfValues struct {
	BatchGetProbesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetProbesRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (fpaov *BatchGetProbesRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*probe.Probe_FieldMask, bool)

func (*BatchGetProbesRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues

func (fpaov *BatchGetProbesRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues() ([][]*probe.Reference, bool)

func (*BatchGetProbesRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (fpaov *BatchGetProbesRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)

func (*BatchGetProbesRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *BatchGetProbesRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type BatchGetProbesRequest_FieldTerminalPathValue

type BatchGetProbesRequest_FieldTerminalPathValue struct {
	BatchGetProbesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetProbesRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*BatchGetProbesRequest_FieldTerminalPathValue) AsNamesValue

func (*BatchGetProbesRequest_FieldTerminalPathValue) AsViewValue

func (*BatchGetProbesRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetProbesRequest_FieldTerminalPathValue' with the value under path in 'BatchGetProbesRequest'.

func (*BatchGetProbesRequest_FieldTerminalPathValue) CompareWithRaw

func (fpv *BatchGetProbesRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*BatchGetProbesRequest_FieldTerminalPathValue) GetRawValue

func (fpv *BatchGetProbesRequest_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'BatchGetProbesRequest' as interface{}

func (*BatchGetProbesRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetProbesRequest

func (*BatchGetProbesRequest_FieldTerminalPathValue) SetToRaw

type BatchGetProbesResponse

type BatchGetProbesResponse struct {

	// found Probes
	Probes []*probe.Probe `protobuf:"bytes,1,rep,name=probes,proto3" json:"probes,omitempty" firestore:"probes"`
	// list of not found Probes
	Missing []*probe.Reference `protobuf:"bytes,2,rep,customtype=Reference,name=missing,proto3" json:"missing,omitempty" firestore:"missing"`
	// contains filtered or unexported fields
}

BatchGetProbesResponse

func (*BatchGetProbesResponse) Clone

func (*BatchGetProbesResponse) CloneRaw

func (*BatchGetProbesResponse) Descriptor

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

Deprecated, Use BatchGetProbesResponse.ProtoReflect.Descriptor instead.

func (*BatchGetProbesResponse) GetMissing

func (m *BatchGetProbesResponse) GetMissing() []*probe.Reference

func (*BatchGetProbesResponse) GetProbes

func (m *BatchGetProbesResponse) GetProbes() []*probe.Probe

func (*BatchGetProbesResponse) GotenMessage

func (*BatchGetProbesResponse) GotenMessage()

func (*BatchGetProbesResponse) GotenObjectExt

func (o *BatchGetProbesResponse) GotenObjectExt()

func (*BatchGetProbesResponse) GotenValidate

func (obj *BatchGetProbesResponse) GotenValidate() error

func (*BatchGetProbesResponse) MakeDiffFieldMask

func (*BatchGetProbesResponse) MakeFullFieldMask

func (*BatchGetProbesResponse) MakeRawDiffFieldMask

func (*BatchGetProbesResponse) MakeRawFullFieldMask

func (o *BatchGetProbesResponse) MakeRawFullFieldMask() gotenobject.FieldMask

func (*BatchGetProbesResponse) Marshal

func (m *BatchGetProbesResponse) Marshal() ([]byte, error)

func (*BatchGetProbesResponse) MarshalJSON

func (m *BatchGetProbesResponse) MarshalJSON() ([]byte, error)

func (*BatchGetProbesResponse) Merge

func (*BatchGetProbesResponse) MergeRaw

func (*BatchGetProbesResponse) ProtoMessage

func (*BatchGetProbesResponse) ProtoMessage()

func (*BatchGetProbesResponse) ProtoReflect

func (m *BatchGetProbesResponse) ProtoReflect() preflect.Message

func (*BatchGetProbesResponse) Reset

func (m *BatchGetProbesResponse) Reset()

func (*BatchGetProbesResponse) SetMissing

func (m *BatchGetProbesResponse) SetMissing(fv []*probe.Reference)

func (*BatchGetProbesResponse) SetProbes

func (m *BatchGetProbesResponse) SetProbes(fv []*probe.Probe)

func (*BatchGetProbesResponse) String

func (m *BatchGetProbesResponse) String() string

func (*BatchGetProbesResponse) Unmarshal

func (m *BatchGetProbesResponse) Unmarshal(b []byte) error

func (*BatchGetProbesResponse) UnmarshalJSON

func (m *BatchGetProbesResponse) UnmarshalJSON(data []byte) error

type BatchGetProbesResponseFieldPathBuilder

type BatchGetProbesResponseFieldPathBuilder struct{}

func NewBatchGetProbesResponseFieldPathBuilder

func NewBatchGetProbesResponseFieldPathBuilder() BatchGetProbesResponseFieldPathBuilder

func (BatchGetProbesResponseFieldPathBuilder) Missing

func (BatchGetProbesResponseFieldPathBuilder) Probes

type BatchGetProbesResponseMapPathSelectorProbesMetadataAnnotations

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

func (BatchGetProbesResponseMapPathSelectorProbesMetadataAnnotations) FieldPath

func (BatchGetProbesResponseMapPathSelectorProbesMetadataAnnotations) WithArrayOfValues

func (BatchGetProbesResponseMapPathSelectorProbesMetadataAnnotations) WithValue

type BatchGetProbesResponseMapPathSelectorProbesMetadataLabels

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

func (BatchGetProbesResponseMapPathSelectorProbesMetadataLabels) FieldPath

func (BatchGetProbesResponseMapPathSelectorProbesMetadataLabels) WithArrayOfValues

func (BatchGetProbesResponseMapPathSelectorProbesMetadataLabels) WithValue

type BatchGetProbesResponseMapPathSelectorProbesMetadataShards

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

func (BatchGetProbesResponseMapPathSelectorProbesMetadataShards) FieldPath

func (BatchGetProbesResponseMapPathSelectorProbesMetadataShards) WithArrayOfValues

func (BatchGetProbesResponseMapPathSelectorProbesMetadataShards) WithValue

type BatchGetProbesResponseMapPathSelectorProbesSpecActivationInvitationExtras added in v0.4.49

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

func (BatchGetProbesResponseMapPathSelectorProbesSpecActivationInvitationExtras) FieldPath added in v0.4.49

func (BatchGetProbesResponseMapPathSelectorProbesSpecActivationInvitationExtras) WithArrayOfValues added in v0.4.49

func (BatchGetProbesResponseMapPathSelectorProbesSpecActivationInvitationExtras) WithValue added in v0.4.49

type BatchGetProbesResponseMapPathSelectorProbesStatusNetworkInterfaces

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

func (BatchGetProbesResponseMapPathSelectorProbesStatusNetworkInterfaces) FieldPath

func (BatchGetProbesResponseMapPathSelectorProbesStatusNetworkInterfaces) WithArrayOfValues

func (BatchGetProbesResponseMapPathSelectorProbesStatusNetworkInterfaces) WithValue

type BatchGetProbesResponsePathSelectorMissing

type BatchGetProbesResponsePathSelectorMissing struct{}

func (BatchGetProbesResponsePathSelectorMissing) FieldPath

func (BatchGetProbesResponsePathSelectorMissing) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorMissing) WithItemValue

func (BatchGetProbesResponsePathSelectorMissing) WithValue

type BatchGetProbesResponsePathSelectorProbes

type BatchGetProbesResponsePathSelectorProbes struct{}

func (BatchGetProbesResponsePathSelectorProbes) DisplayName

func (BatchGetProbesResponsePathSelectorProbes) FieldPath

func (BatchGetProbesResponsePathSelectorProbes) LowerDisplayName

func (BatchGetProbesResponsePathSelectorProbes) Memo

func (BatchGetProbesResponsePathSelectorProbes) Metadata

func (BatchGetProbesResponsePathSelectorProbes) Name

func (BatchGetProbesResponsePathSelectorProbes) Spec

func (BatchGetProbesResponsePathSelectorProbes) Status

func (BatchGetProbesResponsePathSelectorProbes) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbes) WithItemValue

func (BatchGetProbesResponsePathSelectorProbes) WithSubArrayItemValue

func (BatchGetProbesResponsePathSelectorProbes) WithSubArrayOfValues

func (BatchGetProbesResponsePathSelectorProbes) WithSubPath

func (BatchGetProbesResponsePathSelectorProbes) WithSubValue

func (BatchGetProbesResponsePathSelectorProbes) WithValue

type BatchGetProbesResponsePathSelectorProbesDisplayName

type BatchGetProbesResponsePathSelectorProbesDisplayName struct{}

func (BatchGetProbesResponsePathSelectorProbesDisplayName) FieldPath

func (BatchGetProbesResponsePathSelectorProbesDisplayName) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesDisplayName) WithValue

type BatchGetProbesResponsePathSelectorProbesLowerDisplayName

type BatchGetProbesResponsePathSelectorProbesLowerDisplayName struct{}

func (BatchGetProbesResponsePathSelectorProbesLowerDisplayName) FieldPath

func (BatchGetProbesResponsePathSelectorProbesLowerDisplayName) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesLowerDisplayName) WithValue

type BatchGetProbesResponsePathSelectorProbesMemo

type BatchGetProbesResponsePathSelectorProbesMemo struct{}

func (BatchGetProbesResponsePathSelectorProbesMemo) CreateTime

func (BatchGetProbesResponsePathSelectorProbesMemo) CreatedBy

func (BatchGetProbesResponsePathSelectorProbesMemo) FieldPath

func (BatchGetProbesResponsePathSelectorProbesMemo) Message

func (BatchGetProbesResponsePathSelectorProbesMemo) UpdateTime

func (BatchGetProbesResponsePathSelectorProbesMemo) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesMemo) WithItemValue

func (BatchGetProbesResponsePathSelectorProbesMemo) WithValue

type BatchGetProbesResponsePathSelectorProbesMemoCreateTime

type BatchGetProbesResponsePathSelectorProbesMemoCreateTime struct{}

func (BatchGetProbesResponsePathSelectorProbesMemoCreateTime) FieldPath

func (BatchGetProbesResponsePathSelectorProbesMemoCreateTime) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesMemoCreateTime) WithValue

type BatchGetProbesResponsePathSelectorProbesMemoCreatedBy

type BatchGetProbesResponsePathSelectorProbesMemoCreatedBy struct{}

func (BatchGetProbesResponsePathSelectorProbesMemoCreatedBy) FieldPath

func (BatchGetProbesResponsePathSelectorProbesMemoCreatedBy) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesMemoCreatedBy) WithValue

type BatchGetProbesResponsePathSelectorProbesMemoMessage

type BatchGetProbesResponsePathSelectorProbesMemoMessage struct{}

func (BatchGetProbesResponsePathSelectorProbesMemoMessage) FieldPath

func (BatchGetProbesResponsePathSelectorProbesMemoMessage) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesMemoMessage) WithValue

type BatchGetProbesResponsePathSelectorProbesMemoUpdateTime

type BatchGetProbesResponsePathSelectorProbesMemoUpdateTime struct{}

func (BatchGetProbesResponsePathSelectorProbesMemoUpdateTime) FieldPath

func (BatchGetProbesResponsePathSelectorProbesMemoUpdateTime) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesMemoUpdateTime) WithValue

type BatchGetProbesResponsePathSelectorProbesMetadata

type BatchGetProbesResponsePathSelectorProbesMetadata struct{}

func (BatchGetProbesResponsePathSelectorProbesMetadata) Annotations

func (BatchGetProbesResponsePathSelectorProbesMetadata) CreateTime

func (BatchGetProbesResponsePathSelectorProbesMetadata) DeleteTime added in v0.7.1

func (BatchGetProbesResponsePathSelectorProbesMetadata) FieldPath

func (BatchGetProbesResponsePathSelectorProbesMetadata) Generation

func (BatchGetProbesResponsePathSelectorProbesMetadata) Labels

func (BatchGetProbesResponsePathSelectorProbesMetadata) Lifecycle added in v0.7.1

func (BatchGetProbesResponsePathSelectorProbesMetadata) OwnerReferences

func (BatchGetProbesResponsePathSelectorProbesMetadata) ResourceVersion

func (BatchGetProbesResponsePathSelectorProbesMetadata) Shards

func (BatchGetProbesResponsePathSelectorProbesMetadata) Syncing

func (BatchGetProbesResponsePathSelectorProbesMetadata) Tags

func (BatchGetProbesResponsePathSelectorProbesMetadata) UpdateTime

func (BatchGetProbesResponsePathSelectorProbesMetadata) Uuid

func (BatchGetProbesResponsePathSelectorProbesMetadata) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesMetadata) WithValue

type BatchGetProbesResponsePathSelectorProbesMetadataAnnotations

type BatchGetProbesResponsePathSelectorProbesMetadataAnnotations struct{}

func (BatchGetProbesResponsePathSelectorProbesMetadataAnnotations) FieldPath

func (BatchGetProbesResponsePathSelectorProbesMetadataAnnotations) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesMetadataAnnotations) WithKey

func (BatchGetProbesResponsePathSelectorProbesMetadataAnnotations) WithValue

type BatchGetProbesResponsePathSelectorProbesMetadataCreateTime

type BatchGetProbesResponsePathSelectorProbesMetadataCreateTime struct{}

func (BatchGetProbesResponsePathSelectorProbesMetadataCreateTime) FieldPath

func (BatchGetProbesResponsePathSelectorProbesMetadataCreateTime) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesMetadataCreateTime) WithValue

type BatchGetProbesResponsePathSelectorProbesMetadataDeleteTime added in v0.7.1

type BatchGetProbesResponsePathSelectorProbesMetadataDeleteTime struct{}

func (BatchGetProbesResponsePathSelectorProbesMetadataDeleteTime) FieldPath added in v0.7.1

func (BatchGetProbesResponsePathSelectorProbesMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (BatchGetProbesResponsePathSelectorProbesMetadataDeleteTime) WithValue added in v0.7.1

type BatchGetProbesResponsePathSelectorProbesMetadataGeneration

type BatchGetProbesResponsePathSelectorProbesMetadataGeneration struct{}

func (BatchGetProbesResponsePathSelectorProbesMetadataGeneration) FieldPath

func (BatchGetProbesResponsePathSelectorProbesMetadataGeneration) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesMetadataGeneration) WithValue

type BatchGetProbesResponsePathSelectorProbesMetadataLabels

type BatchGetProbesResponsePathSelectorProbesMetadataLabels struct{}

func (BatchGetProbesResponsePathSelectorProbesMetadataLabels) FieldPath

func (BatchGetProbesResponsePathSelectorProbesMetadataLabels) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesMetadataLabels) WithKey

func (BatchGetProbesResponsePathSelectorProbesMetadataLabels) WithValue

type BatchGetProbesResponsePathSelectorProbesMetadataLifecycle added in v0.7.1

type BatchGetProbesResponsePathSelectorProbesMetadataLifecycle struct{}

func (BatchGetProbesResponsePathSelectorProbesMetadataLifecycle) BlockDeletion added in v0.7.1

func (BatchGetProbesResponsePathSelectorProbesMetadataLifecycle) FieldPath added in v0.7.1

func (BatchGetProbesResponsePathSelectorProbesMetadataLifecycle) State added in v0.7.1

func (BatchGetProbesResponsePathSelectorProbesMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (BatchGetProbesResponsePathSelectorProbesMetadataLifecycle) WithValue added in v0.7.1

type BatchGetProbesResponsePathSelectorProbesMetadataLifecycleBlockDeletion added in v0.7.1

type BatchGetProbesResponsePathSelectorProbesMetadataLifecycleBlockDeletion struct{}

func (BatchGetProbesResponsePathSelectorProbesMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (BatchGetProbesResponsePathSelectorProbesMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (BatchGetProbesResponsePathSelectorProbesMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type BatchGetProbesResponsePathSelectorProbesMetadataLifecycleState added in v0.7.1

type BatchGetProbesResponsePathSelectorProbesMetadataLifecycleState struct{}

func (BatchGetProbesResponsePathSelectorProbesMetadataLifecycleState) FieldPath added in v0.7.1

func (BatchGetProbesResponsePathSelectorProbesMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (BatchGetProbesResponsePathSelectorProbesMetadataLifecycleState) WithValue added in v0.7.1

type BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferences

type BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferences struct{}

func (BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferences) FieldPath

func (BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferences) Region added in v0.7.1

func (BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferences) Version added in v0.7.1

func (BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferences) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferences) WithItemValue

func (BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferences) WithValue

type BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferencesBlockOwnerDeletion

type BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferencesController

type BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferencesController struct{}

func (BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferencesController) FieldPath

func (BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferencesController) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferencesController) WithValue

type BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferencesKind

type BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferencesKind struct{}

func (BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferencesKind) FieldPath

func (BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferencesKind) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferencesKind) WithValue

type BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferencesName

type BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferencesName struct{}

func (BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferencesName) FieldPath

func (BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferencesName) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferencesName) WithValue

type BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferencesRegion added in v0.7.1

type BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferencesRegion struct{}

func (BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferencesRequiresOwnerReference struct{}

func (BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferencesVersion added in v0.7.1

type BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferencesVersion struct{}

func (BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (BatchGetProbesResponsePathSelectorProbesMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type BatchGetProbesResponsePathSelectorProbesMetadataResourceVersion

type BatchGetProbesResponsePathSelectorProbesMetadataResourceVersion struct{}

func (BatchGetProbesResponsePathSelectorProbesMetadataResourceVersion) FieldPath

func (BatchGetProbesResponsePathSelectorProbesMetadataResourceVersion) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesMetadataResourceVersion) WithValue

type BatchGetProbesResponsePathSelectorProbesMetadataShards

type BatchGetProbesResponsePathSelectorProbesMetadataShards struct{}

func (BatchGetProbesResponsePathSelectorProbesMetadataShards) FieldPath

func (BatchGetProbesResponsePathSelectorProbesMetadataShards) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesMetadataShards) WithKey

func (BatchGetProbesResponsePathSelectorProbesMetadataShards) WithValue

type BatchGetProbesResponsePathSelectorProbesMetadataSyncing

type BatchGetProbesResponsePathSelectorProbesMetadataSyncing struct{}

func (BatchGetProbesResponsePathSelectorProbesMetadataSyncing) FieldPath

func (BatchGetProbesResponsePathSelectorProbesMetadataSyncing) Regions

func (BatchGetProbesResponsePathSelectorProbesMetadataSyncing) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesMetadataSyncing) WithValue

type BatchGetProbesResponsePathSelectorProbesMetadataSyncingOwningRegion

type BatchGetProbesResponsePathSelectorProbesMetadataSyncingOwningRegion struct{}

func (BatchGetProbesResponsePathSelectorProbesMetadataSyncingOwningRegion) FieldPath

func (BatchGetProbesResponsePathSelectorProbesMetadataSyncingOwningRegion) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesMetadataSyncingOwningRegion) WithValue

type BatchGetProbesResponsePathSelectorProbesMetadataSyncingRegions

type BatchGetProbesResponsePathSelectorProbesMetadataSyncingRegions struct{}

func (BatchGetProbesResponsePathSelectorProbesMetadataSyncingRegions) FieldPath

func (BatchGetProbesResponsePathSelectorProbesMetadataSyncingRegions) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesMetadataSyncingRegions) WithItemValue

func (BatchGetProbesResponsePathSelectorProbesMetadataSyncingRegions) WithValue

type BatchGetProbesResponsePathSelectorProbesMetadataTags

type BatchGetProbesResponsePathSelectorProbesMetadataTags struct{}

func (BatchGetProbesResponsePathSelectorProbesMetadataTags) FieldPath

func (BatchGetProbesResponsePathSelectorProbesMetadataTags) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesMetadataTags) WithItemValue

func (BatchGetProbesResponsePathSelectorProbesMetadataTags) WithValue

type BatchGetProbesResponsePathSelectorProbesMetadataUpdateTime

type BatchGetProbesResponsePathSelectorProbesMetadataUpdateTime struct{}

func (BatchGetProbesResponsePathSelectorProbesMetadataUpdateTime) FieldPath

func (BatchGetProbesResponsePathSelectorProbesMetadataUpdateTime) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesMetadataUpdateTime) WithValue

type BatchGetProbesResponsePathSelectorProbesMetadataUuid

type BatchGetProbesResponsePathSelectorProbesMetadataUuid struct{}

func (BatchGetProbesResponsePathSelectorProbesMetadataUuid) FieldPath

func (BatchGetProbesResponsePathSelectorProbesMetadataUuid) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesMetadataUuid) WithValue

type BatchGetProbesResponsePathSelectorProbesName

type BatchGetProbesResponsePathSelectorProbesName struct{}

func (BatchGetProbesResponsePathSelectorProbesName) FieldPath

func (BatchGetProbesResponsePathSelectorProbesName) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesName) WithValue

type BatchGetProbesResponsePathSelectorProbesSpec

type BatchGetProbesResponsePathSelectorProbesSpec struct{}

func (BatchGetProbesResponsePathSelectorProbesSpec) AccessToken

func (BatchGetProbesResponsePathSelectorProbesSpec) Activation

func (BatchGetProbesResponsePathSelectorProbesSpec) AgentType

func (BatchGetProbesResponsePathSelectorProbesSpec) ContactInfo

func (BatchGetProbesResponsePathSelectorProbesSpec) Device

func (BatchGetProbesResponsePathSelectorProbesSpec) DisableSpeedtest

func (BatchGetProbesResponsePathSelectorProbesSpec) Enabled

func (BatchGetProbesResponsePathSelectorProbesSpec) ExternalIpCheckUrl

func (BatchGetProbesResponsePathSelectorProbesSpec) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpec) LocationDiscovery

func (BatchGetProbesResponsePathSelectorProbesSpec) PcapSettings added in v0.8.0

func (BatchGetProbesResponsePathSelectorProbesSpec) PrimaryLocation

func (BatchGetProbesResponsePathSelectorProbesSpec) ProbeGroup

func (BatchGetProbesResponsePathSelectorProbesSpec) ProbeGroupName added in v0.10.6

func (BatchGetProbesResponsePathSelectorProbesSpec) TargetServers

func (BatchGetProbesResponsePathSelectorProbesSpec) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpec) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecAccessToken

type BatchGetProbesResponsePathSelectorProbesSpecAccessToken struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecAccessToken) Enable

func (BatchGetProbesResponsePathSelectorProbesSpecAccessToken) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecAccessToken) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecAccessToken) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecAccessTokenAccessToken

type BatchGetProbesResponsePathSelectorProbesSpecAccessTokenAccessToken struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecAccessTokenAccessToken) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecAccessTokenAccessToken) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecAccessTokenAccessToken) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecAccessTokenEnable

type BatchGetProbesResponsePathSelectorProbesSpecAccessTokenEnable struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecAccessTokenEnable) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecAccessTokenEnable) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecAccessTokenEnable) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecActivation

type BatchGetProbesResponsePathSelectorProbesSpecActivation struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecActivation) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecActivation) InvitationExtras added in v0.4.49

func (BatchGetProbesResponsePathSelectorProbesSpecActivation) Token

func (BatchGetProbesResponsePathSelectorProbesSpecActivation) Type

func (BatchGetProbesResponsePathSelectorProbesSpecActivation) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecActivation) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecActivationInvitationExtras added in v0.4.49

type BatchGetProbesResponsePathSelectorProbesSpecActivationInvitationExtras struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecActivationInvitationExtras) FieldPath added in v0.4.49

func (BatchGetProbesResponsePathSelectorProbesSpecActivationInvitationExtras) WithArrayOfValues added in v0.4.49

func (BatchGetProbesResponsePathSelectorProbesSpecActivationInvitationExtras) WithKey added in v0.4.49

func (BatchGetProbesResponsePathSelectorProbesSpecActivationInvitationExtras) WithValue added in v0.4.49

type BatchGetProbesResponsePathSelectorProbesSpecActivationReusableToken

type BatchGetProbesResponsePathSelectorProbesSpecActivationReusableToken struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecActivationReusableToken) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecActivationReusableToken) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecActivationReusableToken) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecActivationSendInvitationOnCreate

type BatchGetProbesResponsePathSelectorProbesSpecActivationSendInvitationOnCreate struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecActivationSendInvitationOnCreate) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecActivationSendInvitationOnCreate) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecActivationSendInvitationOnCreate) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecActivationToken

type BatchGetProbesResponsePathSelectorProbesSpecActivationToken struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecActivationToken) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecActivationToken) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecActivationToken) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecActivationType

type BatchGetProbesResponsePathSelectorProbesSpecActivationType struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecActivationType) FieldPath

type BatchGetProbesResponsePathSelectorProbesSpecAgentType

type BatchGetProbesResponsePathSelectorProbesSpecAgentType struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecAgentType) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecAgentType) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecAgentType) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecContactInfo

type BatchGetProbesResponsePathSelectorProbesSpecContactInfo struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecContactInfo) Email

func (BatchGetProbesResponsePathSelectorProbesSpecContactInfo) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecContactInfo) FullName

func (BatchGetProbesResponsePathSelectorProbesSpecContactInfo) Phones

func (BatchGetProbesResponsePathSelectorProbesSpecContactInfo) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecContactInfo) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecContactInfoEmail

type BatchGetProbesResponsePathSelectorProbesSpecContactInfoEmail struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecContactInfoEmail) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecContactInfoEmail) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecContactInfoEmail) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecContactInfoFullName

type BatchGetProbesResponsePathSelectorProbesSpecContactInfoFullName struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecContactInfoFullName) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecContactInfoFullName) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecContactInfoFullName) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecContactInfoPhones

type BatchGetProbesResponsePathSelectorProbesSpecContactInfoPhones struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecContactInfoPhones) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecContactInfoPhones) Type

func (BatchGetProbesResponsePathSelectorProbesSpecContactInfoPhones) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecContactInfoPhones) WithItemValue

func (BatchGetProbesResponsePathSelectorProbesSpecContactInfoPhones) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecContactInfoPhonesNumber

type BatchGetProbesResponsePathSelectorProbesSpecContactInfoPhonesNumber struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecContactInfoPhonesNumber) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecContactInfoPhonesNumber) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecContactInfoPhonesNumber) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecContactInfoPhonesType

type BatchGetProbesResponsePathSelectorProbesSpecContactInfoPhonesType struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecContactInfoPhonesType) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecContactInfoPhonesType) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecContactInfoPhonesType) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecDevice

type BatchGetProbesResponsePathSelectorProbesSpecDevice struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecDevice) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecDevice) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecDevice) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecDisableSpeedtest

type BatchGetProbesResponsePathSelectorProbesSpecDisableSpeedtest struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecDisableSpeedtest) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecDisableSpeedtest) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecDisableSpeedtest) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecEnabled

type BatchGetProbesResponsePathSelectorProbesSpecEnabled struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecEnabled) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecEnabled) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecEnabled) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecExternalIpCheckUrl

type BatchGetProbesResponsePathSelectorProbesSpecExternalIpCheckUrl struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecExternalIpCheckUrl) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecExternalIpCheckUrl) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecExternalIpCheckUrl) WithItemValue

func (BatchGetProbesResponsePathSelectorProbesSpecExternalIpCheckUrl) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecLocationDiscovery

type BatchGetProbesResponsePathSelectorProbesSpecLocationDiscovery struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecLocationDiscovery) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecLocationDiscovery) Type

func (BatchGetProbesResponsePathSelectorProbesSpecLocationDiscovery) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecLocationDiscovery) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecLocationDiscoveryRequiredAccuracy

type BatchGetProbesResponsePathSelectorProbesSpecLocationDiscoveryRequiredAccuracy struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecLocationDiscoveryRequiredAccuracy) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecLocationDiscoveryRequiredAccuracy) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecLocationDiscoveryRequiredAccuracy) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecLocationDiscoveryType

type BatchGetProbesResponsePathSelectorProbesSpecLocationDiscoveryType struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecLocationDiscoveryType) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecLocationDiscoveryType) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecLocationDiscoveryType) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecPcapSettings added in v0.8.0

type BatchGetProbesResponsePathSelectorProbesSpecPcapSettings struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecPcapSettings) CaptureFullPacket added in v0.8.0

func (BatchGetProbesResponsePathSelectorProbesSpecPcapSettings) Enable added in v0.8.0

func (BatchGetProbesResponsePathSelectorProbesSpecPcapSettings) FieldPath added in v0.8.0

func (BatchGetProbesResponsePathSelectorProbesSpecPcapSettings) OnDemandMode added in v0.10.10

func (BatchGetProbesResponsePathSelectorProbesSpecPcapSettings) StopOnDemandModeBy added in v0.10.10

func (BatchGetProbesResponsePathSelectorProbesSpecPcapSettings) WithArrayOfValues added in v0.8.0

func (BatchGetProbesResponsePathSelectorProbesSpecPcapSettings) WithValue added in v0.8.0

type BatchGetProbesResponsePathSelectorProbesSpecPcapSettingsCaptureFullPacket added in v0.8.0

type BatchGetProbesResponsePathSelectorProbesSpecPcapSettingsCaptureFullPacket struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecPcapSettingsCaptureFullPacket) FieldPath added in v0.8.0

func (BatchGetProbesResponsePathSelectorProbesSpecPcapSettingsCaptureFullPacket) WithArrayOfValues added in v0.8.0

func (BatchGetProbesResponsePathSelectorProbesSpecPcapSettingsCaptureFullPacket) WithValue added in v0.8.0

type BatchGetProbesResponsePathSelectorProbesSpecPcapSettingsEnable added in v0.8.0

type BatchGetProbesResponsePathSelectorProbesSpecPcapSettingsEnable struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecPcapSettingsEnable) FieldPath added in v0.8.0

func (BatchGetProbesResponsePathSelectorProbesSpecPcapSettingsEnable) WithArrayOfValues added in v0.8.0

func (BatchGetProbesResponsePathSelectorProbesSpecPcapSettingsEnable) WithValue added in v0.8.0

type BatchGetProbesResponsePathSelectorProbesSpecPcapSettingsOnDemandMode added in v0.10.10

type BatchGetProbesResponsePathSelectorProbesSpecPcapSettingsOnDemandMode struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecPcapSettingsOnDemandMode) FieldPath added in v0.10.10

func (BatchGetProbesResponsePathSelectorProbesSpecPcapSettingsOnDemandMode) WithArrayOfValues added in v0.10.10

func (BatchGetProbesResponsePathSelectorProbesSpecPcapSettingsOnDemandMode) WithValue added in v0.10.10

type BatchGetProbesResponsePathSelectorProbesSpecPcapSettingsStopOnDemandModeBy added in v0.10.10

type BatchGetProbesResponsePathSelectorProbesSpecPcapSettingsStopOnDemandModeBy struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecPcapSettingsStopOnDemandModeBy) FieldPath added in v0.10.10

func (BatchGetProbesResponsePathSelectorProbesSpecPcapSettingsStopOnDemandModeBy) WithArrayOfValues added in v0.10.10

func (BatchGetProbesResponsePathSelectorProbesSpecPcapSettingsStopOnDemandModeBy) WithValue added in v0.10.10

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocation

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocation struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocation) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocation) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocation) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAccuracy

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAccuracy struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAccuracy) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAccuracy) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAccuracy) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddress

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddress struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddress) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddress) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddress) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea1

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea1 struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea1) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea1) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea1) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea2

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea2 struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea2) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea2) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea2) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea3

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea3 struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea3) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea3) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea3) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea4

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea4 struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea4) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea4) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea4) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressContinent

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressContinent struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressContinent) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressContinent) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressContinent) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressCountry

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressCountry struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressCountry) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressCountry) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressCountry) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressCountryCode

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressCountryCode struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressCountryCode) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressCountryCode) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressCountryCode) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressPostalCode

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressPostalCode struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressPostalCode) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressPostalCode) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressPostalCode) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressStreetAddress

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressStreetAddress struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressStreetAddress) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressStreetAddress) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAddressStreetAddress) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchy

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchy struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchy) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchy) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchy) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin1

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin1 struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin1) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin1) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin1) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin2

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin2 struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin2) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin2) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin2) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin3

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin3 struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin3) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin3) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin3) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin4

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin4 struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin4) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin4) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin4) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin5

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin5 struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin5) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin5) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin5) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyContinent

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyContinent struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyContinent) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyContinent) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyContinent) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyCountry

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyCountry struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyCountry) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyCountry) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyCountry) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationCoordinates

type BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationCoordinates struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationCoordinates) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationCoordinates) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecPrimaryLocationCoordinates) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecProbeGroup

type BatchGetProbesResponsePathSelectorProbesSpecProbeGroup struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecProbeGroup) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecProbeGroup) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecProbeGroup) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecProbeGroupName added in v0.10.6

type BatchGetProbesResponsePathSelectorProbesSpecProbeGroupName struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecProbeGroupName) FieldPath added in v0.10.6

func (BatchGetProbesResponsePathSelectorProbesSpecProbeGroupName) WithArrayOfValues added in v0.10.6

func (BatchGetProbesResponsePathSelectorProbesSpecProbeGroupName) WithValue added in v0.10.6

type BatchGetProbesResponsePathSelectorProbesSpecTargetServers

type BatchGetProbesResponsePathSelectorProbesSpecTargetServers struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecTargetServers) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecTargetServers) TargetAddressType added in v0.4.30

func (BatchGetProbesResponsePathSelectorProbesSpecTargetServers) TargetIpVersion added in v0.7.4

func (BatchGetProbesResponsePathSelectorProbesSpecTargetServers) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecTargetServers) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecTargetServersIcmpTarget

type BatchGetProbesResponsePathSelectorProbesSpecTargetServersIcmpTarget struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecTargetServersIcmpTarget) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecTargetServersIcmpTarget) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecTargetServersIcmpTarget) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecTargetServersIcmpTargetEnabled

type BatchGetProbesResponsePathSelectorProbesSpecTargetServersIcmpTargetEnabled struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecTargetServersIcmpTargetEnabled) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecTargetServersIcmpTargetEnabled) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecTargetServersIcmpTargetEnabled) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTarget

type BatchGetProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTarget struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTarget) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTarget) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTarget) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTargetEnabled

type BatchGetProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTargetEnabled struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTargetEnabled) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTargetEnabled) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTargetEnabled) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTargetTcpPort

type BatchGetProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTargetTcpPort struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTargetTcpPort) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTargetTcpPort) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTargetTcpPort) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecTargetServersTargetAddressType added in v0.4.30

type BatchGetProbesResponsePathSelectorProbesSpecTargetServersTargetAddressType struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecTargetServersTargetAddressType) FieldPath added in v0.4.30

func (BatchGetProbesResponsePathSelectorProbesSpecTargetServersTargetAddressType) WithArrayOfValues added in v0.4.30

func (BatchGetProbesResponsePathSelectorProbesSpecTargetServersTargetAddressType) WithValue added in v0.4.30

type BatchGetProbesResponsePathSelectorProbesSpecTargetServersTargetIpVersion added in v0.7.4

type BatchGetProbesResponsePathSelectorProbesSpecTargetServersTargetIpVersion struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecTargetServersTargetIpVersion) FieldPath added in v0.7.4

func (BatchGetProbesResponsePathSelectorProbesSpecTargetServersTargetIpVersion) WithArrayOfValues added in v0.7.4

func (BatchGetProbesResponsePathSelectorProbesSpecTargetServersTargetIpVersion) WithValue added in v0.7.4

type BatchGetProbesResponsePathSelectorProbesSpecTargetServersUdpTarget

type BatchGetProbesResponsePathSelectorProbesSpecTargetServersUdpTarget struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecTargetServersUdpTarget) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecTargetServersUdpTarget) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecTargetServersUdpTarget) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecTargetServersUdpTargetEnabled

type BatchGetProbesResponsePathSelectorProbesSpecTargetServersUdpTargetEnabled struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecTargetServersUdpTargetEnabled) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecTargetServersUdpTargetEnabled) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecTargetServersUdpTargetEnabled) WithValue

type BatchGetProbesResponsePathSelectorProbesSpecTargetServersUdpTargetPort

type BatchGetProbesResponsePathSelectorProbesSpecTargetServersUdpTargetPort struct{}

func (BatchGetProbesResponsePathSelectorProbesSpecTargetServersUdpTargetPort) FieldPath

func (BatchGetProbesResponsePathSelectorProbesSpecTargetServersUdpTargetPort) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesSpecTargetServersUdpTargetPort) WithValue

type BatchGetProbesResponsePathSelectorProbesStatus

type BatchGetProbesResponsePathSelectorProbesStatus struct{}

func (BatchGetProbesResponsePathSelectorProbesStatus) Activation

func (BatchGetProbesResponsePathSelectorProbesStatus) ActiveLocation

func (BatchGetProbesResponsePathSelectorProbesStatus) AgentType

func (BatchGetProbesResponsePathSelectorProbesStatus) AsInfo

func (BatchGetProbesResponsePathSelectorProbesStatus) Bandwidth

func (BatchGetProbesResponsePathSelectorProbesStatus) Carrier

func (BatchGetProbesResponsePathSelectorProbesStatus) Connection

func (BatchGetProbesResponsePathSelectorProbesStatus) DiscoveredLocation

func (BatchGetProbesResponsePathSelectorProbesStatus) ExternalHostname

func (BatchGetProbesResponsePathSelectorProbesStatus) ExternalIpAddressV4

func (BatchGetProbesResponsePathSelectorProbesStatus) ExternalIpAddressV6

func (BatchGetProbesResponsePathSelectorProbesStatus) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatus) NetworkInterfaces

func (BatchGetProbesResponsePathSelectorProbesStatus) ProxyConfig added in v0.10.5

func (BatchGetProbesResponsePathSelectorProbesStatus) SoftwareVersion

func (BatchGetProbesResponsePathSelectorProbesStatus) SystemInfo

func (BatchGetProbesResponsePathSelectorProbesStatus) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatus) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusActivation

type BatchGetProbesResponsePathSelectorProbesStatusActivation struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusActivation) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusActivation) Status

func (BatchGetProbesResponsePathSelectorProbesStatusActivation) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusActivation) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusActivationCurrentSession

type BatchGetProbesResponsePathSelectorProbesStatusActivationCurrentSession struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusActivationCurrentSession) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusActivationCurrentSession) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusActivationCurrentSession) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusActivationCurrentSessionClientCookie

type BatchGetProbesResponsePathSelectorProbesStatusActivationCurrentSessionClientCookie struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusActivationCurrentSessionClientCookie) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusActivationCurrentSessionClientCookie) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusActivationCurrentSessionClientCookie) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusActivationCurrentSessionLockDeadline

type BatchGetProbesResponsePathSelectorProbesStatusActivationCurrentSessionLockDeadline struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusActivationCurrentSessionLockDeadline) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusActivationCurrentSessionLockDeadline) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusActivationCurrentSessionLockDeadline) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusActivationLastInvitation

type BatchGetProbesResponsePathSelectorProbesStatusActivationLastInvitation struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusActivationLastInvitation) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusActivationLastInvitation) SendFailureMessage added in v0.11.14

func (BatchGetProbesResponsePathSelectorProbesStatusActivationLastInvitation) WithArrayOfValues

type BatchGetProbesResponsePathSelectorProbesStatusActivationLastInvitationSendFailureMessage added in v0.11.14

type BatchGetProbesResponsePathSelectorProbesStatusActivationLastInvitationSendFailureMessage struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusActivationLastInvitationSendFailureMessage) FieldPath added in v0.11.14

func (BatchGetProbesResponsePathSelectorProbesStatusActivationLastInvitationSendFailureMessage) WithArrayOfValues added in v0.11.14

func (BatchGetProbesResponsePathSelectorProbesStatusActivationLastInvitationSendFailureMessage) WithValue added in v0.11.14

type BatchGetProbesResponsePathSelectorProbesStatusActivationLastInvitationSender

type BatchGetProbesResponsePathSelectorProbesStatusActivationLastInvitationSender struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusActivationLastInvitationSender) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusActivationLastInvitationSender) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusActivationLastInvitationSender) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusActivationLastInvitationSentDate

type BatchGetProbesResponsePathSelectorProbesStatusActivationLastInvitationSentDate struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusActivationLastInvitationSentDate) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusActivationLastInvitationSentDate) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusActivationLastInvitationSentDate) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusActivationServiceAccount

type BatchGetProbesResponsePathSelectorProbesStatusActivationServiceAccount struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusActivationServiceAccount) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusActivationServiceAccount) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusActivationServiceAccount) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusActivationStatus

type BatchGetProbesResponsePathSelectorProbesStatusActivationStatus struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusActivationStatus) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusActivationStatus) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusActivationStatus) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocation

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocation struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocation) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocation) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocation) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAccuracy

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAccuracy struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAccuracy) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAccuracy) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAccuracy) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddress

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddress struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddress) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddress) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddress) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea1

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea1 struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea1) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea1) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea1) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea2

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea2 struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea2) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea2) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea2) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea3

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea3 struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea3) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea3) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea3) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea4

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea4 struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea4) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea4) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea4) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressContinent

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressContinent struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressContinent) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressContinent) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressContinent) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressCountry

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressCountry struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressCountry) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressCountry) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressCountry) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressCountryCode

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressCountryCode struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressCountryCode) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressCountryCode) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressCountryCode) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressPostalCode

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressPostalCode struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressPostalCode) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressPostalCode) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressPostalCode) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressStreetAddress

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressStreetAddress struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressStreetAddress) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressStreetAddress) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAddressStreetAddress) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchy

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchy struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchy) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchy) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchy) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin1

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin1 struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin1) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin1) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin1) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin2

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin2 struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin2) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin2) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin2) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin3

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin3 struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin3) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin3) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin3) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin4

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin4 struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin4) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin4) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin4) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin5

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin5 struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin5) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin5) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin5) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyContinent

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyContinent struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyContinent) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyContinent) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyContinent) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyCountry

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyCountry struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyCountry) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyCountry) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyCountry) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationCoordinates

type BatchGetProbesResponsePathSelectorProbesStatusActiveLocationCoordinates struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationCoordinates) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationCoordinates) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusActiveLocationCoordinates) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusAgentType

type BatchGetProbesResponsePathSelectorProbesStatusAgentType struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusAgentType) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusAgentType) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusAgentType) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusAsInfo

type BatchGetProbesResponsePathSelectorProbesStatusAsInfo struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusAsInfo) Asn

func (BatchGetProbesResponsePathSelectorProbesStatusAsInfo) AsnType

func (BatchGetProbesResponsePathSelectorProbesStatusAsInfo) Domain

func (BatchGetProbesResponsePathSelectorProbesStatusAsInfo) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusAsInfo) Name

func (BatchGetProbesResponsePathSelectorProbesStatusAsInfo) Routes

func (BatchGetProbesResponsePathSelectorProbesStatusAsInfo) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusAsInfo) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusAsInfoAsn

type BatchGetProbesResponsePathSelectorProbesStatusAsInfoAsn struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusAsInfoAsn) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusAsInfoAsn) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusAsInfoAsn) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusAsInfoAsnType

type BatchGetProbesResponsePathSelectorProbesStatusAsInfoAsnType struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusAsInfoAsnType) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusAsInfoAsnType) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusAsInfoAsnType) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusAsInfoDomain

type BatchGetProbesResponsePathSelectorProbesStatusAsInfoDomain struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusAsInfoDomain) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusAsInfoDomain) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusAsInfoDomain) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusAsInfoName

type BatchGetProbesResponsePathSelectorProbesStatusAsInfoName struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusAsInfoName) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusAsInfoName) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusAsInfoName) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusAsInfoRoutes

type BatchGetProbesResponsePathSelectorProbesStatusAsInfoRoutes struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusAsInfoRoutes) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusAsInfoRoutes) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusAsInfoRoutes) WithItemValue

func (BatchGetProbesResponsePathSelectorProbesStatusAsInfoRoutes) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusBandwidth

type BatchGetProbesResponsePathSelectorProbesStatusBandwidth struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusBandwidth) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusBandwidth) TestServer

func (BatchGetProbesResponsePathSelectorProbesStatusBandwidth) UploadMbps

func (BatchGetProbesResponsePathSelectorProbesStatusBandwidth) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusBandwidth) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusBandwidthDownloadMbps

type BatchGetProbesResponsePathSelectorProbesStatusBandwidthDownloadMbps struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusBandwidthDownloadMbps) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusBandwidthDownloadMbps) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusBandwidthDownloadMbps) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusBandwidthLastReported

type BatchGetProbesResponsePathSelectorProbesStatusBandwidthLastReported struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusBandwidthLastReported) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusBandwidthLastReported) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusBandwidthLastReported) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusBandwidthServerIpAddress

type BatchGetProbesResponsePathSelectorProbesStatusBandwidthServerIpAddress struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusBandwidthServerIpAddress) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusBandwidthServerIpAddress) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusBandwidthServerIpAddress) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusBandwidthTestServer

type BatchGetProbesResponsePathSelectorProbesStatusBandwidthTestServer struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusBandwidthTestServer) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusBandwidthTestServer) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusBandwidthTestServer) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusBandwidthUploadMbps

type BatchGetProbesResponsePathSelectorProbesStatusBandwidthUploadMbps struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusBandwidthUploadMbps) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusBandwidthUploadMbps) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusBandwidthUploadMbps) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusCarrier

type BatchGetProbesResponsePathSelectorProbesStatusCarrier struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusCarrier) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusCarrier) Name

func (BatchGetProbesResponsePathSelectorProbesStatusCarrier) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusCarrier) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusCarrierLocationAreaCode

type BatchGetProbesResponsePathSelectorProbesStatusCarrierLocationAreaCode struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusCarrierLocationAreaCode) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusCarrierLocationAreaCode) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusCarrierLocationAreaCode) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusCarrierMobileCountryCode

type BatchGetProbesResponsePathSelectorProbesStatusCarrierMobileCountryCode struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusCarrierMobileCountryCode) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusCarrierMobileCountryCode) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusCarrierMobileCountryCode) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusCarrierMobileNetworkCode

type BatchGetProbesResponsePathSelectorProbesStatusCarrierMobileNetworkCode struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusCarrierMobileNetworkCode) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusCarrierMobileNetworkCode) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusCarrierMobileNetworkCode) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusCarrierName

type BatchGetProbesResponsePathSelectorProbesStatusCarrierName struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusCarrierName) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusCarrierName) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusCarrierName) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusConnection

type BatchGetProbesResponsePathSelectorProbesStatusConnection struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusConnection) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusConnection) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusConnection) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusConnectionStatusChangeTime

type BatchGetProbesResponsePathSelectorProbesStatusConnectionStatusChangeTime struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusConnectionStatusChangeTime) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusConnectionStatusChangeTime) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusConnectionStatusChangeTime) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocation

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocation struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocation) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocation) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocation) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAccuracy

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAccuracy struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAccuracy) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAccuracy) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAccuracy) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddress

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddress struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddress) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddress) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddress) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea1

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea1 struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea1) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea1) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea1) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea2

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea2 struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea2) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea2) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea2) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea3

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea3 struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea3) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea3) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea3) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea4

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea4 struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea4) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea4) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea4) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressContinent

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressContinent struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressContinent) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressContinent) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressContinent) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressCountry

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressCountry struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressCountry) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressCountry) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressCountry) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressCountryCode

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressCountryCode struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressCountryCode) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressCountryCode) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressCountryCode) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressPostalCode

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressPostalCode struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressPostalCode) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressPostalCode) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressPostalCode) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressStreetAddress

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressStreetAddress struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressStreetAddress) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressStreetAddress) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressStreetAddress) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchy

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchy struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchy) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchy) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchy) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin1

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin1 struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin1) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin1) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin1) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin2

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin2 struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin2) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin2) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin2) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin3

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin3 struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin3) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin3) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin3) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin4

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin4 struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin4) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin4) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin4) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin5

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin5 struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin5) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin5) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin5) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyContinent

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyContinent struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyContinent) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyContinent) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyContinent) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyCountry

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyCountry struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyCountry) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyCountry) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyCountry) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationCoordinates

type BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationCoordinates struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationCoordinates) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationCoordinates) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusDiscoveredLocationCoordinates) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusExternalHostname

type BatchGetProbesResponsePathSelectorProbesStatusExternalHostname struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusExternalHostname) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusExternalHostname) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusExternalHostname) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusExternalIpAddressV4

type BatchGetProbesResponsePathSelectorProbesStatusExternalIpAddressV4 struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusExternalIpAddressV4) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusExternalIpAddressV4) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusExternalIpAddressV4) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusExternalIpAddressV6

type BatchGetProbesResponsePathSelectorProbesStatusExternalIpAddressV6 struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusExternalIpAddressV6) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusExternalIpAddressV6) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusExternalIpAddressV6) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusNetworkInterfaces

type BatchGetProbesResponsePathSelectorProbesStatusNetworkInterfaces struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusNetworkInterfaces) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusNetworkInterfaces) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusNetworkInterfaces) WithKey

func (BatchGetProbesResponsePathSelectorProbesStatusNetworkInterfaces) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusProxyConfig added in v0.10.5

type BatchGetProbesResponsePathSelectorProbesStatusProxyConfig struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusProxyConfig) FieldPath added in v0.10.5

func (BatchGetProbesResponsePathSelectorProbesStatusProxyConfig) HttpProxy added in v0.10.5

func (BatchGetProbesResponsePathSelectorProbesStatusProxyConfig) HttpsProxy added in v0.10.5

func (BatchGetProbesResponsePathSelectorProbesStatusProxyConfig) NoProxy added in v0.10.5

func (BatchGetProbesResponsePathSelectorProbesStatusProxyConfig) WithArrayOfValues added in v0.10.5

func (BatchGetProbesResponsePathSelectorProbesStatusProxyConfig) WithValue added in v0.10.5

type BatchGetProbesResponsePathSelectorProbesStatusProxyConfigHttpProxy added in v0.10.5

type BatchGetProbesResponsePathSelectorProbesStatusProxyConfigHttpProxy struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusProxyConfigHttpProxy) FieldPath added in v0.10.5

func (BatchGetProbesResponsePathSelectorProbesStatusProxyConfigHttpProxy) WithArrayOfValues added in v0.10.5

func (BatchGetProbesResponsePathSelectorProbesStatusProxyConfigHttpProxy) WithValue added in v0.10.5

type BatchGetProbesResponsePathSelectorProbesStatusProxyConfigHttpsProxy added in v0.10.5

type BatchGetProbesResponsePathSelectorProbesStatusProxyConfigHttpsProxy struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusProxyConfigHttpsProxy) FieldPath added in v0.10.5

func (BatchGetProbesResponsePathSelectorProbesStatusProxyConfigHttpsProxy) WithArrayOfValues added in v0.10.5

func (BatchGetProbesResponsePathSelectorProbesStatusProxyConfigHttpsProxy) WithValue added in v0.10.5

type BatchGetProbesResponsePathSelectorProbesStatusProxyConfigNoProxy added in v0.10.5

type BatchGetProbesResponsePathSelectorProbesStatusProxyConfigNoProxy struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusProxyConfigNoProxy) FieldPath added in v0.10.5

func (BatchGetProbesResponsePathSelectorProbesStatusProxyConfigNoProxy) WithArrayOfValues added in v0.10.5

func (BatchGetProbesResponsePathSelectorProbesStatusProxyConfigNoProxy) WithValue added in v0.10.5

type BatchGetProbesResponsePathSelectorProbesStatusSoftwareVersion

type BatchGetProbesResponsePathSelectorProbesStatusSoftwareVersion struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusSoftwareVersion) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusSoftwareVersion) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusSoftwareVersion) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusSoftwareVersionBuildDate

type BatchGetProbesResponsePathSelectorProbesStatusSoftwareVersionBuildDate struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusSoftwareVersionBuildDate) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusSoftwareVersionBuildDate) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusSoftwareVersionBuildDate) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusSoftwareVersionCommitId

type BatchGetProbesResponsePathSelectorProbesStatusSoftwareVersionCommitId struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusSoftwareVersionCommitId) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusSoftwareVersionCommitId) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusSoftwareVersionCommitId) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusSoftwareVersionVersion

type BatchGetProbesResponsePathSelectorProbesStatusSoftwareVersionVersion struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusSoftwareVersionVersion) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusSoftwareVersionVersion) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusSoftwareVersionVersion) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusSystemInfo

type BatchGetProbesResponsePathSelectorProbesStatusSystemInfo struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfo) Family

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfo) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfo) HostName

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfo) Model

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfo) Os

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfo) Platform

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfo) Sku

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfo) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfo) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusSystemInfoArchitecture

type BatchGetProbesResponsePathSelectorProbesStatusSystemInfoArchitecture struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoArchitecture) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoArchitecture) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoArchitecture) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusSystemInfoFamily

type BatchGetProbesResponsePathSelectorProbesStatusSystemInfoFamily struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoFamily) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoFamily) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoFamily) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusSystemInfoHostName

type BatchGetProbesResponsePathSelectorProbesStatusSystemInfoHostName struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoHostName) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoHostName) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoHostName) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusSystemInfoManufacturer

type BatchGetProbesResponsePathSelectorProbesStatusSystemInfoManufacturer struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoManufacturer) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoManufacturer) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoManufacturer) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusSystemInfoModel

type BatchGetProbesResponsePathSelectorProbesStatusSystemInfoModel struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoModel) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoModel) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoModel) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusSystemInfoOs

type BatchGetProbesResponsePathSelectorProbesStatusSystemInfoOs struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoOs) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoOs) Kernel

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoOs) Name

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoOs) Version

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoOs) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoOs) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusSystemInfoOsBuildVersion

type BatchGetProbesResponsePathSelectorProbesStatusSystemInfoOsBuildVersion struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoOsBuildVersion) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoOsBuildVersion) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoOsBuildVersion) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusSystemInfoOsKernel

type BatchGetProbesResponsePathSelectorProbesStatusSystemInfoOsKernel struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoOsKernel) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoOsKernel) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoOsKernel) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusSystemInfoOsName

type BatchGetProbesResponsePathSelectorProbesStatusSystemInfoOsName struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoOsName) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoOsName) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoOsName) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusSystemInfoOsVersion

type BatchGetProbesResponsePathSelectorProbesStatusSystemInfoOsVersion struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoOsVersion) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoOsVersion) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoOsVersion) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusSystemInfoPlatform

type BatchGetProbesResponsePathSelectorProbesStatusSystemInfoPlatform struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoPlatform) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoPlatform) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoPlatform) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusSystemInfoSerialNumber

type BatchGetProbesResponsePathSelectorProbesStatusSystemInfoSerialNumber struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoSerialNumber) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoSerialNumber) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoSerialNumber) WithValue

type BatchGetProbesResponsePathSelectorProbesStatusSystemInfoSku

type BatchGetProbesResponsePathSelectorProbesStatusSystemInfoSku struct{}

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoSku) FieldPath

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoSku) WithArrayOfValues

func (BatchGetProbesResponsePathSelectorProbesStatusSystemInfoSku) WithValue

type BatchGetProbesResponse_FieldMask

type BatchGetProbesResponse_FieldMask struct {
	Paths []BatchGetProbesResponse_FieldPath
}

func FullBatchGetProbesResponse_FieldMask

func FullBatchGetProbesResponse_FieldMask() *BatchGetProbesResponse_FieldMask

func (*BatchGetProbesResponse_FieldMask) AppendPath

func (*BatchGetProbesResponse_FieldMask) AppendRawPath

func (fieldMask *BatchGetProbesResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*BatchGetProbesResponse_FieldMask) DecodeFirestore

func (fieldMask *BatchGetProbesResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*BatchGetProbesResponse_FieldMask) EncodeFirestore

func (fieldMask *BatchGetProbesResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*BatchGetProbesResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetProbesResponse_FieldMask) FromProtoFieldMask

func (fieldMask *BatchGetProbesResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*BatchGetProbesResponse_FieldMask) GetPaths

func (*BatchGetProbesResponse_FieldMask) GetRawPaths

func (fieldMask *BatchGetProbesResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*BatchGetProbesResponse_FieldMask) IsFull

func (fieldMask *BatchGetProbesResponse_FieldMask) IsFull() bool

func (BatchGetProbesResponse_FieldMask) Marshal

func (fieldMask BatchGetProbesResponse_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (BatchGetProbesResponse_FieldMask) MarshalJSON

func (fieldMask BatchGetProbesResponse_FieldMask) MarshalJSON() ([]byte, error)

func (*BatchGetProbesResponse_FieldMask) PathsCount

func (fieldMask *BatchGetProbesResponse_FieldMask) PathsCount() int

func (*BatchGetProbesResponse_FieldMask) Project

func (*BatchGetProbesResponse_FieldMask) ProjectRaw

func (*BatchGetProbesResponse_FieldMask) ProtoMessage

func (fieldMask *BatchGetProbesResponse_FieldMask) ProtoMessage()

func (*BatchGetProbesResponse_FieldMask) ProtoReflect

func (fieldMask *BatchGetProbesResponse_FieldMask) ProtoReflect() preflect.Message

func (*BatchGetProbesResponse_FieldMask) Reset

func (fieldMask *BatchGetProbesResponse_FieldMask) Reset()

func (*BatchGetProbesResponse_FieldMask) Set

func (fieldMask *BatchGetProbesResponse_FieldMask) Set(target, source *BatchGetProbesResponse)

func (*BatchGetProbesResponse_FieldMask) SetFromCliFlag

func (fieldMask *BatchGetProbesResponse_FieldMask) SetFromCliFlag(raw string) error

func (*BatchGetProbesResponse_FieldMask) SetRaw

func (fieldMask *BatchGetProbesResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*BatchGetProbesResponse_FieldMask) Size

func (fieldMask *BatchGetProbesResponse_FieldMask) Size() int

func (*BatchGetProbesResponse_FieldMask) String

func (fieldMask *BatchGetProbesResponse_FieldMask) String() string

func (*BatchGetProbesResponse_FieldMask) Subtract

func (*BatchGetProbesResponse_FieldMask) SubtractRaw

func (*BatchGetProbesResponse_FieldMask) ToProtoFieldMask

func (fieldMask *BatchGetProbesResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*BatchGetProbesResponse_FieldMask) Unmarshal

func (fieldMask *BatchGetProbesResponse_FieldMask) Unmarshal(data []byte) error

func (*BatchGetProbesResponse_FieldMask) UnmarshalJSON

func (fieldMask *BatchGetProbesResponse_FieldMask) UnmarshalJSON(data []byte) error

type BatchGetProbesResponse_FieldPath

type BatchGetProbesResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetProbesResponse_FieldPathSelector
	Get(source *BatchGetProbesResponse) []interface{}
	GetSingle(source *BatchGetProbesResponse) (interface{}, bool)
	ClearValue(item *BatchGetProbesResponse)

	// Those methods build corresponding BatchGetProbesResponse_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) BatchGetProbesResponse_FieldPathValue
	WithIArrayOfValues(values interface{}) BatchGetProbesResponse_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) BatchGetProbesResponse_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseBatchGetProbesResponse_FieldPath

func MustParseBatchGetProbesResponse_FieldPath(rawField string) BatchGetProbesResponse_FieldPath

func ParseBatchGetProbesResponse_FieldPath

func ParseBatchGetProbesResponse_FieldPath(rawField string) (BatchGetProbesResponse_FieldPath, error)

type BatchGetProbesResponse_FieldPathArrayItemValue

type BatchGetProbesResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetProbesResponse_FieldPath
	ContainsValue(*BatchGetProbesResponse) bool
}

BatchGetProbesResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for BatchGetProbesResponse according to their type Present only for array (repeated) types.

func MustParseBatchGetProbesResponse_FieldPathArrayItemValue

func MustParseBatchGetProbesResponse_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetProbesResponse_FieldPathArrayItemValue

func ParseBatchGetProbesResponse_FieldPathArrayItemValue

func ParseBatchGetProbesResponse_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetProbesResponse_FieldPathArrayItemValue, error)

ParseBatchGetProbesResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetProbesResponse_FieldPathArrayOfValues

type BatchGetProbesResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetProbesResponse_FieldPath
}

BatchGetProbesResponse_FieldPathArrayOfValues allows storing slice of values for BatchGetProbesResponse fields according to their type

func MustParseBatchGetProbesResponse_FieldPathArrayOfValues

func MustParseBatchGetProbesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetProbesResponse_FieldPathArrayOfValues

func ParseBatchGetProbesResponse_FieldPathArrayOfValues

func ParseBatchGetProbesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetProbesResponse_FieldPathArrayOfValues, error)

type BatchGetProbesResponse_FieldPathSelector

type BatchGetProbesResponse_FieldPathSelector int32
const (
	BatchGetProbesResponse_FieldPathSelectorProbes  BatchGetProbesResponse_FieldPathSelector = 0
	BatchGetProbesResponse_FieldPathSelectorMissing BatchGetProbesResponse_FieldPathSelector = 1
)

func (BatchGetProbesResponse_FieldPathSelector) String

type BatchGetProbesResponse_FieldPathValue

type BatchGetProbesResponse_FieldPathValue interface {
	BatchGetProbesResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetProbesResponse)
	CompareWith(*BatchGetProbesResponse) (cmp int, comparable bool)
}

BatchGetProbesResponse_FieldPathValue allows storing values for BatchGetProbesResponse fields according to their type

func MustParseBatchGetProbesResponse_FieldPathValue

func MustParseBatchGetProbesResponse_FieldPathValue(pathStr, valueStr string) BatchGetProbesResponse_FieldPathValue

func ParseBatchGetProbesResponse_FieldPathValue

func ParseBatchGetProbesResponse_FieldPathValue(pathStr, valueStr string) (BatchGetProbesResponse_FieldPathValue, error)

type BatchGetProbesResponse_FieldSubPath

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

func (*BatchGetProbesResponse_FieldSubPath) AsProbesSubPath

func (*BatchGetProbesResponse_FieldSubPath) ClearValue

func (*BatchGetProbesResponse_FieldSubPath) ClearValueRaw

func (fps *BatchGetProbesResponse_FieldSubPath) ClearValueRaw(item proto.Message)

func (*BatchGetProbesResponse_FieldSubPath) Get

func (fps *BatchGetProbesResponse_FieldSubPath) Get(source *BatchGetProbesResponse) (values []interface{})

Get returns all values pointed by selected field from source BatchGetProbesResponse

func (*BatchGetProbesResponse_FieldSubPath) GetDefault

func (fps *BatchGetProbesResponse_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*BatchGetProbesResponse_FieldSubPath) GetRaw

func (fps *BatchGetProbesResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*BatchGetProbesResponse_FieldSubPath) GetSingle

func (fps *BatchGetProbesResponse_FieldSubPath) GetSingle(source *BatchGetProbesResponse) (interface{}, bool)

GetSingle returns value of selected field from source BatchGetProbesResponse

func (*BatchGetProbesResponse_FieldSubPath) GetSingleRaw

func (fps *BatchGetProbesResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*BatchGetProbesResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetProbesResponse_FieldSubPath) JSONString

func (fps *BatchGetProbesResponse_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*BatchGetProbesResponse_FieldSubPath) Selector

func (*BatchGetProbesResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.7.1

func (fps *BatchGetProbesResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*BatchGetProbesResponse_FieldSubPath) String

String returns path representation in proto convention

func (*BatchGetProbesResponse_FieldSubPath) WithIArrayItemValue

func (fps *BatchGetProbesResponse_FieldSubPath) WithIArrayItemValue(value interface{}) BatchGetProbesResponse_FieldPathArrayItemValue

func (*BatchGetProbesResponse_FieldSubPath) WithIArrayOfValues

func (fps *BatchGetProbesResponse_FieldSubPath) WithIArrayOfValues(values interface{}) BatchGetProbesResponse_FieldPathArrayOfValues

func (*BatchGetProbesResponse_FieldSubPath) WithIValue

func (*BatchGetProbesResponse_FieldSubPath) WithRawIArrayItemValue

func (fps *BatchGetProbesResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*BatchGetProbesResponse_FieldSubPath) WithRawIArrayOfValues

func (fps *BatchGetProbesResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*BatchGetProbesResponse_FieldSubPath) WithRawIValue

func (fps *BatchGetProbesResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type BatchGetProbesResponse_FieldSubPathArrayItemValue

type BatchGetProbesResponse_FieldSubPathArrayItemValue struct {
	BatchGetProbesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetProbesResponse_FieldSubPathArrayItemValue) AsProbesPathItemValue

func (*BatchGetProbesResponse_FieldSubPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'BatchGetProbesResponse'

func (*BatchGetProbesResponse_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *BatchGetProbesResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type BatchGetProbesResponse_FieldSubPathArrayOfValues

type BatchGetProbesResponse_FieldSubPathArrayOfValues struct {
	BatchGetProbesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetProbesResponse_FieldSubPathArrayOfValues) AsProbesPathArrayOfValues

func (*BatchGetProbesResponse_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *BatchGetProbesResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type BatchGetProbesResponse_FieldSubPathValue

type BatchGetProbesResponse_FieldSubPathValue struct {
	BatchGetProbesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetProbesResponse_FieldSubPathValue) AsProbesPathValue

func (*BatchGetProbesResponse_FieldSubPathValue) CompareWith

func (*BatchGetProbesResponse_FieldSubPathValue) CompareWithRaw

func (fpvs *BatchGetProbesResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*BatchGetProbesResponse_FieldSubPathValue) GetRawValue

func (fpvs *BatchGetProbesResponse_FieldSubPathValue) GetRawValue() interface{}

func (*BatchGetProbesResponse_FieldSubPathValue) SetTo

func (*BatchGetProbesResponse_FieldSubPathValue) SetToRaw

type BatchGetProbesResponse_FieldTerminalPath

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

func (*BatchGetProbesResponse_FieldTerminalPath) ClearValue

func (*BatchGetProbesResponse_FieldTerminalPath) ClearValueRaw

func (fp *BatchGetProbesResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*BatchGetProbesResponse_FieldTerminalPath) Get

func (fp *BatchGetProbesResponse_FieldTerminalPath) Get(source *BatchGetProbesResponse) (values []interface{})

Get returns all values pointed by specific field from source BatchGetProbesResponse

func (*BatchGetProbesResponse_FieldTerminalPath) GetDefault

func (fp *BatchGetProbesResponse_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*BatchGetProbesResponse_FieldTerminalPath) GetRaw

func (fp *BatchGetProbesResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*BatchGetProbesResponse_FieldTerminalPath) GetSingle

func (fp *BatchGetProbesResponse_FieldTerminalPath) GetSingle(source *BatchGetProbesResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source BatchGetProbesResponse

func (*BatchGetProbesResponse_FieldTerminalPath) GetSingleRaw

func (fp *BatchGetProbesResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*BatchGetProbesResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetProbesResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetProbesResponse_FieldTerminalPath) Selector

func (*BatchGetProbesResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (fp *BatchGetProbesResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*BatchGetProbesResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetProbesResponse_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetProbesResponse_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetProbesResponse_FieldTerminalPath) WithIValue

func (*BatchGetProbesResponse_FieldTerminalPath) WithRawIArrayItemValue

func (fp *BatchGetProbesResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*BatchGetProbesResponse_FieldTerminalPath) WithRawIArrayOfValues

func (fp *BatchGetProbesResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*BatchGetProbesResponse_FieldTerminalPath) WithRawIValue

func (fp *BatchGetProbesResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type BatchGetProbesResponse_FieldTerminalPathArrayItemValue

type BatchGetProbesResponse_FieldTerminalPathArrayItemValue struct {
	BatchGetProbesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetProbesResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue

func (*BatchGetProbesResponse_FieldTerminalPathArrayItemValue) AsProbesItemValue

func (*BatchGetProbesResponse_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'BatchGetProbesResponse'

func (*BatchGetProbesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *BatchGetProbesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object BatchGetProbesResponse as interface{}

func (*BatchGetProbesResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetProbesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *BatchGetProbesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type BatchGetProbesResponse_FieldTerminalPathArrayOfValues

type BatchGetProbesResponse_FieldTerminalPathArrayOfValues struct {
	BatchGetProbesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetProbesResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues

func (fpaov *BatchGetProbesResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues() ([][]*probe.Reference, bool)

func (*BatchGetProbesResponse_FieldTerminalPathArrayOfValues) AsProbesArrayOfValues

func (fpaov *BatchGetProbesResponse_FieldTerminalPathArrayOfValues) AsProbesArrayOfValues() ([][]*probe.Probe, bool)

func (*BatchGetProbesResponse_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *BatchGetProbesResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type BatchGetProbesResponse_FieldTerminalPathValue

type BatchGetProbesResponse_FieldTerminalPathValue struct {
	BatchGetProbesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetProbesResponse_FieldTerminalPathValue) AsMissingValue

func (*BatchGetProbesResponse_FieldTerminalPathValue) AsProbesValue

func (*BatchGetProbesResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetProbesResponse_FieldTerminalPathValue' with the value under path in 'BatchGetProbesResponse'.

func (*BatchGetProbesResponse_FieldTerminalPathValue) CompareWithRaw

func (fpv *BatchGetProbesResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*BatchGetProbesResponse_FieldTerminalPathValue) GetRawValue

func (fpv *BatchGetProbesResponse_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'BatchGetProbesResponse' as interface{}

func (*BatchGetProbesResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetProbesResponse

func (*BatchGetProbesResponse_FieldTerminalPathValue) SetToRaw

type CreateProbeDescriptor added in v0.4.26

type CreateProbeDescriptor struct{}

func GetCreateProbeDescriptor added in v0.4.26

func GetCreateProbeDescriptor() *CreateProbeDescriptor

func (*CreateProbeDescriptor) GetApiDescriptor added in v0.4.26

func (d *CreateProbeDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*CreateProbeDescriptor) GetApiName added in v0.4.26

func (d *CreateProbeDescriptor) GetApiName() string

func (*CreateProbeDescriptor) GetClientMsgReflectHandle added in v0.4.26

func (d *CreateProbeDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*CreateProbeDescriptor) GetFullMethodName added in v0.4.26

func (d *CreateProbeDescriptor) GetFullMethodName() string

func (*CreateProbeDescriptor) GetMethodName added in v0.4.26

func (d *CreateProbeDescriptor) GetMethodName() string

func (*CreateProbeDescriptor) GetProtoPkgName added in v0.4.26

func (d *CreateProbeDescriptor) GetProtoPkgName() string

func (*CreateProbeDescriptor) GetResourceDescriptor added in v0.4.27

func (d *CreateProbeDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*CreateProbeDescriptor) GetServerMsgReflectHandle added in v0.4.26

func (d *CreateProbeDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*CreateProbeDescriptor) GetServiceDomain added in v0.4.26

func (d *CreateProbeDescriptor) GetServiceDomain() string

func (*CreateProbeDescriptor) GetServiceVersion added in v0.4.26

func (d *CreateProbeDescriptor) GetServiceVersion() string

func (*CreateProbeDescriptor) GetVerb added in v0.4.26

func (d *CreateProbeDescriptor) GetVerb() string

func (*CreateProbeDescriptor) HasResource added in v0.4.27

func (d *CreateProbeDescriptor) HasResource() bool

func (*CreateProbeDescriptor) IsClientStream added in v0.4.26

func (d *CreateProbeDescriptor) IsClientStream() bool

func (*CreateProbeDescriptor) IsCollection added in v0.4.27

func (d *CreateProbeDescriptor) IsCollection() bool

func (*CreateProbeDescriptor) IsPlural added in v0.4.27

func (d *CreateProbeDescriptor) IsPlural() bool

func (*CreateProbeDescriptor) IsServerStream added in v0.4.26

func (d *CreateProbeDescriptor) IsServerStream() bool

func (*CreateProbeDescriptor) IsUnary added in v0.4.26

func (d *CreateProbeDescriptor) IsUnary() bool

func (*CreateProbeDescriptor) NewEmptyClientMsg added in v0.4.26

func (d *CreateProbeDescriptor) NewEmptyClientMsg() proto.Message

func (*CreateProbeDescriptor) NewEmptyServerMsg added in v0.4.26

func (d *CreateProbeDescriptor) NewEmptyServerMsg() proto.Message

func (*CreateProbeDescriptor) RequestHasResourceBody added in v0.4.26

func (d *CreateProbeDescriptor) RequestHasResourceBody() bool

type CreateProbeDescriptorClientMsgHandle added in v0.4.26

type CreateProbeDescriptorClientMsgHandle struct{}

func (*CreateProbeDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

func (*CreateProbeDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*CreateProbeDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type CreateProbeDescriptorServerMsgHandle added in v0.4.26

type CreateProbeDescriptorServerMsgHandle struct{}

func (*CreateProbeDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

func (*CreateProbeDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*CreateProbeDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

type CreateProbeRequest

type CreateProbeRequest struct {

	// Parent reference of ntt.watchdog.v1alpha2.Probe
	Parent *probe.ParentReference `protobuf:"bytes,1,opt,customtype=ParentReference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Probe resource body
	Probe *probe.Probe `protobuf:"bytes,2,opt,name=probe,proto3" json:"probe,omitempty" firestore:"probe"`
	// contains filtered or unexported fields
}

Request message for method [CreateProbe][ntt.watchdog.v1alpha2.CreateProbe]

func (*CreateProbeRequest) Clone

func (*CreateProbeRequest) CloneRaw

func (*CreateProbeRequest) Descriptor

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

Deprecated, Use CreateProbeRequest.ProtoReflect.Descriptor instead.

func (*CreateProbeRequest) GetParent

func (m *CreateProbeRequest) GetParent() *probe.ParentReference

func (*CreateProbeRequest) GetProbe

func (m *CreateProbeRequest) GetProbe() *probe.Probe

func (*CreateProbeRequest) GotenMessage

func (*CreateProbeRequest) GotenMessage()

func (*CreateProbeRequest) GotenObjectExt

func (o *CreateProbeRequest) GotenObjectExt()

func (*CreateProbeRequest) GotenValidate

func (obj *CreateProbeRequest) GotenValidate() error

func (*CreateProbeRequest) MakeDiffFieldMask

func (*CreateProbeRequest) MakeFullFieldMask

func (o *CreateProbeRequest) MakeFullFieldMask() *CreateProbeRequest_FieldMask

func (*CreateProbeRequest) MakeRawDiffFieldMask

func (o *CreateProbeRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*CreateProbeRequest) MakeRawFullFieldMask

func (o *CreateProbeRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*CreateProbeRequest) Marshal

func (m *CreateProbeRequest) Marshal() ([]byte, error)

func (*CreateProbeRequest) MarshalJSON

func (m *CreateProbeRequest) MarshalJSON() ([]byte, error)

func (*CreateProbeRequest) Merge

func (o *CreateProbeRequest) Merge(source *CreateProbeRequest)

func (*CreateProbeRequest) MergeRaw

func (o *CreateProbeRequest) MergeRaw(source gotenobject.GotenObjectExt)

func (*CreateProbeRequest) ProtoMessage

func (*CreateProbeRequest) ProtoMessage()

func (*CreateProbeRequest) ProtoReflect

func (m *CreateProbeRequest) ProtoReflect() preflect.Message

func (*CreateProbeRequest) Reset

func (m *CreateProbeRequest) Reset()

func (*CreateProbeRequest) SetParent

func (m *CreateProbeRequest) SetParent(fv *probe.ParentReference)

func (*CreateProbeRequest) SetProbe

func (m *CreateProbeRequest) SetProbe(fv *probe.Probe)

func (*CreateProbeRequest) String

func (m *CreateProbeRequest) String() string

func (*CreateProbeRequest) Unmarshal

func (m *CreateProbeRequest) Unmarshal(b []byte) error

func (*CreateProbeRequest) UnmarshalJSON

func (m *CreateProbeRequest) UnmarshalJSON(data []byte) error

type CreateProbeRequestFieldPathBuilder

type CreateProbeRequestFieldPathBuilder struct{}

func NewCreateProbeRequestFieldPathBuilder

func NewCreateProbeRequestFieldPathBuilder() CreateProbeRequestFieldPathBuilder

func (CreateProbeRequestFieldPathBuilder) Parent

func (CreateProbeRequestFieldPathBuilder) Probe

type CreateProbeRequestMapPathSelectorProbeMetadataAnnotations

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

func (CreateProbeRequestMapPathSelectorProbeMetadataAnnotations) FieldPath

func (CreateProbeRequestMapPathSelectorProbeMetadataAnnotations) WithArrayOfValues

func (CreateProbeRequestMapPathSelectorProbeMetadataAnnotations) WithValue

type CreateProbeRequestMapPathSelectorProbeMetadataLabels

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

func (CreateProbeRequestMapPathSelectorProbeMetadataLabels) FieldPath

func (CreateProbeRequestMapPathSelectorProbeMetadataLabels) WithArrayOfValues

func (CreateProbeRequestMapPathSelectorProbeMetadataLabels) WithValue

type CreateProbeRequestMapPathSelectorProbeMetadataShards

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

func (CreateProbeRequestMapPathSelectorProbeMetadataShards) FieldPath

func (CreateProbeRequestMapPathSelectorProbeMetadataShards) WithArrayOfValues

func (CreateProbeRequestMapPathSelectorProbeMetadataShards) WithValue

type CreateProbeRequestMapPathSelectorProbeSpecActivationInvitationExtras added in v0.4.49

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

func (CreateProbeRequestMapPathSelectorProbeSpecActivationInvitationExtras) FieldPath added in v0.4.49

func (CreateProbeRequestMapPathSelectorProbeSpecActivationInvitationExtras) WithArrayOfValues added in v0.4.49

func (CreateProbeRequestMapPathSelectorProbeSpecActivationInvitationExtras) WithValue added in v0.4.49

type CreateProbeRequestMapPathSelectorProbeStatusNetworkInterfaces

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

func (CreateProbeRequestMapPathSelectorProbeStatusNetworkInterfaces) FieldPath

func (CreateProbeRequestMapPathSelectorProbeStatusNetworkInterfaces) WithArrayOfValues

func (CreateProbeRequestMapPathSelectorProbeStatusNetworkInterfaces) WithValue

type CreateProbeRequestPathSelectorParent

type CreateProbeRequestPathSelectorParent struct{}

func (CreateProbeRequestPathSelectorParent) FieldPath

func (CreateProbeRequestPathSelectorParent) WithArrayOfValues

func (CreateProbeRequestPathSelectorParent) WithValue

type CreateProbeRequestPathSelectorProbe

type CreateProbeRequestPathSelectorProbe struct{}

func (CreateProbeRequestPathSelectorProbe) DisplayName

func (CreateProbeRequestPathSelectorProbe) FieldPath

func (CreateProbeRequestPathSelectorProbe) LowerDisplayName

func (CreateProbeRequestPathSelectorProbe) Memo

func (CreateProbeRequestPathSelectorProbe) Metadata

func (CreateProbeRequestPathSelectorProbe) Name

func (CreateProbeRequestPathSelectorProbe) Spec

func (CreateProbeRequestPathSelectorProbe) Status

func (CreateProbeRequestPathSelectorProbe) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbe) WithSubArrayItemValue

func (CreateProbeRequestPathSelectorProbe) WithSubArrayOfValues

func (CreateProbeRequestPathSelectorProbe) WithSubPath

func (CreateProbeRequestPathSelectorProbe) WithSubValue

func (CreateProbeRequestPathSelectorProbe) WithValue

type CreateProbeRequestPathSelectorProbeDisplayName

type CreateProbeRequestPathSelectorProbeDisplayName struct{}

func (CreateProbeRequestPathSelectorProbeDisplayName) FieldPath

func (CreateProbeRequestPathSelectorProbeDisplayName) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeDisplayName) WithValue

type CreateProbeRequestPathSelectorProbeLowerDisplayName

type CreateProbeRequestPathSelectorProbeLowerDisplayName struct{}

func (CreateProbeRequestPathSelectorProbeLowerDisplayName) FieldPath

func (CreateProbeRequestPathSelectorProbeLowerDisplayName) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeLowerDisplayName) WithValue

type CreateProbeRequestPathSelectorProbeMemo

type CreateProbeRequestPathSelectorProbeMemo struct{}

func (CreateProbeRequestPathSelectorProbeMemo) CreateTime

func (CreateProbeRequestPathSelectorProbeMemo) CreatedBy

func (CreateProbeRequestPathSelectorProbeMemo) FieldPath

func (CreateProbeRequestPathSelectorProbeMemo) Message

func (CreateProbeRequestPathSelectorProbeMemo) UpdateTime

func (CreateProbeRequestPathSelectorProbeMemo) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeMemo) WithItemValue

func (CreateProbeRequestPathSelectorProbeMemo) WithValue

type CreateProbeRequestPathSelectorProbeMemoCreateTime

type CreateProbeRequestPathSelectorProbeMemoCreateTime struct{}

func (CreateProbeRequestPathSelectorProbeMemoCreateTime) FieldPath

func (CreateProbeRequestPathSelectorProbeMemoCreateTime) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeMemoCreateTime) WithValue

type CreateProbeRequestPathSelectorProbeMemoCreatedBy

type CreateProbeRequestPathSelectorProbeMemoCreatedBy struct{}

func (CreateProbeRequestPathSelectorProbeMemoCreatedBy) FieldPath

func (CreateProbeRequestPathSelectorProbeMemoCreatedBy) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeMemoCreatedBy) WithValue

type CreateProbeRequestPathSelectorProbeMemoMessage

type CreateProbeRequestPathSelectorProbeMemoMessage struct{}

func (CreateProbeRequestPathSelectorProbeMemoMessage) FieldPath

func (CreateProbeRequestPathSelectorProbeMemoMessage) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeMemoMessage) WithValue

type CreateProbeRequestPathSelectorProbeMemoUpdateTime

type CreateProbeRequestPathSelectorProbeMemoUpdateTime struct{}

func (CreateProbeRequestPathSelectorProbeMemoUpdateTime) FieldPath

func (CreateProbeRequestPathSelectorProbeMemoUpdateTime) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeMemoUpdateTime) WithValue

type CreateProbeRequestPathSelectorProbeMetadata

type CreateProbeRequestPathSelectorProbeMetadata struct{}

func (CreateProbeRequestPathSelectorProbeMetadata) Annotations

func (CreateProbeRequestPathSelectorProbeMetadata) CreateTime

func (CreateProbeRequestPathSelectorProbeMetadata) DeleteTime added in v0.7.1

func (CreateProbeRequestPathSelectorProbeMetadata) FieldPath

func (CreateProbeRequestPathSelectorProbeMetadata) Generation

func (CreateProbeRequestPathSelectorProbeMetadata) Labels

func (CreateProbeRequestPathSelectorProbeMetadata) Lifecycle added in v0.7.1

func (CreateProbeRequestPathSelectorProbeMetadata) OwnerReferences

func (CreateProbeRequestPathSelectorProbeMetadata) ResourceVersion

func (CreateProbeRequestPathSelectorProbeMetadata) Shards

func (CreateProbeRequestPathSelectorProbeMetadata) Syncing

func (CreateProbeRequestPathSelectorProbeMetadata) Tags

func (CreateProbeRequestPathSelectorProbeMetadata) UpdateTime

func (CreateProbeRequestPathSelectorProbeMetadata) Uuid

func (CreateProbeRequestPathSelectorProbeMetadata) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeMetadata) WithValue

type CreateProbeRequestPathSelectorProbeMetadataAnnotations

type CreateProbeRequestPathSelectorProbeMetadataAnnotations struct{}

func (CreateProbeRequestPathSelectorProbeMetadataAnnotations) FieldPath

func (CreateProbeRequestPathSelectorProbeMetadataAnnotations) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeMetadataAnnotations) WithKey

func (CreateProbeRequestPathSelectorProbeMetadataAnnotations) WithValue

type CreateProbeRequestPathSelectorProbeMetadataCreateTime

type CreateProbeRequestPathSelectorProbeMetadataCreateTime struct{}

func (CreateProbeRequestPathSelectorProbeMetadataCreateTime) FieldPath

func (CreateProbeRequestPathSelectorProbeMetadataCreateTime) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeMetadataCreateTime) WithValue

type CreateProbeRequestPathSelectorProbeMetadataDeleteTime added in v0.7.1

type CreateProbeRequestPathSelectorProbeMetadataDeleteTime struct{}

func (CreateProbeRequestPathSelectorProbeMetadataDeleteTime) FieldPath added in v0.7.1

func (CreateProbeRequestPathSelectorProbeMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (CreateProbeRequestPathSelectorProbeMetadataDeleteTime) WithValue added in v0.7.1

type CreateProbeRequestPathSelectorProbeMetadataGeneration

type CreateProbeRequestPathSelectorProbeMetadataGeneration struct{}

func (CreateProbeRequestPathSelectorProbeMetadataGeneration) FieldPath

func (CreateProbeRequestPathSelectorProbeMetadataGeneration) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeMetadataGeneration) WithValue

type CreateProbeRequestPathSelectorProbeMetadataLabels

type CreateProbeRequestPathSelectorProbeMetadataLabels struct{}

func (CreateProbeRequestPathSelectorProbeMetadataLabels) FieldPath

func (CreateProbeRequestPathSelectorProbeMetadataLabels) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeMetadataLabels) WithKey

func (CreateProbeRequestPathSelectorProbeMetadataLabels) WithValue

type CreateProbeRequestPathSelectorProbeMetadataLifecycle added in v0.7.1

type CreateProbeRequestPathSelectorProbeMetadataLifecycle struct{}

func (CreateProbeRequestPathSelectorProbeMetadataLifecycle) BlockDeletion added in v0.7.1

func (CreateProbeRequestPathSelectorProbeMetadataLifecycle) FieldPath added in v0.7.1

func (CreateProbeRequestPathSelectorProbeMetadataLifecycle) State added in v0.7.1

func (CreateProbeRequestPathSelectorProbeMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (CreateProbeRequestPathSelectorProbeMetadataLifecycle) WithValue added in v0.7.1

type CreateProbeRequestPathSelectorProbeMetadataLifecycleBlockDeletion added in v0.7.1

type CreateProbeRequestPathSelectorProbeMetadataLifecycleBlockDeletion struct{}

func (CreateProbeRequestPathSelectorProbeMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (CreateProbeRequestPathSelectorProbeMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (CreateProbeRequestPathSelectorProbeMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type CreateProbeRequestPathSelectorProbeMetadataLifecycleState added in v0.7.1

type CreateProbeRequestPathSelectorProbeMetadataLifecycleState struct{}

func (CreateProbeRequestPathSelectorProbeMetadataLifecycleState) FieldPath added in v0.7.1

func (CreateProbeRequestPathSelectorProbeMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (CreateProbeRequestPathSelectorProbeMetadataLifecycleState) WithValue added in v0.7.1

type CreateProbeRequestPathSelectorProbeMetadataOwnerReferences

type CreateProbeRequestPathSelectorProbeMetadataOwnerReferences struct{}

func (CreateProbeRequestPathSelectorProbeMetadataOwnerReferences) FieldPath

func (CreateProbeRequestPathSelectorProbeMetadataOwnerReferences) Kind

func (CreateProbeRequestPathSelectorProbeMetadataOwnerReferences) Name

func (CreateProbeRequestPathSelectorProbeMetadataOwnerReferences) Region added in v0.7.1

func (CreateProbeRequestPathSelectorProbeMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (CreateProbeRequestPathSelectorProbeMetadataOwnerReferences) Version added in v0.7.1

func (CreateProbeRequestPathSelectorProbeMetadataOwnerReferences) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeMetadataOwnerReferences) WithItemValue

func (CreateProbeRequestPathSelectorProbeMetadataOwnerReferences) WithValue

type CreateProbeRequestPathSelectorProbeMetadataOwnerReferencesBlockOwnerDeletion

type CreateProbeRequestPathSelectorProbeMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (CreateProbeRequestPathSelectorProbeMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (CreateProbeRequestPathSelectorProbeMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type CreateProbeRequestPathSelectorProbeMetadataOwnerReferencesController

type CreateProbeRequestPathSelectorProbeMetadataOwnerReferencesController struct{}

func (CreateProbeRequestPathSelectorProbeMetadataOwnerReferencesController) FieldPath

func (CreateProbeRequestPathSelectorProbeMetadataOwnerReferencesController) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeMetadataOwnerReferencesController) WithValue

type CreateProbeRequestPathSelectorProbeMetadataOwnerReferencesKind

type CreateProbeRequestPathSelectorProbeMetadataOwnerReferencesKind struct{}

func (CreateProbeRequestPathSelectorProbeMetadataOwnerReferencesKind) FieldPath

func (CreateProbeRequestPathSelectorProbeMetadataOwnerReferencesKind) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeMetadataOwnerReferencesKind) WithValue

type CreateProbeRequestPathSelectorProbeMetadataOwnerReferencesName

type CreateProbeRequestPathSelectorProbeMetadataOwnerReferencesName struct{}

func (CreateProbeRequestPathSelectorProbeMetadataOwnerReferencesName) FieldPath

func (CreateProbeRequestPathSelectorProbeMetadataOwnerReferencesName) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeMetadataOwnerReferencesName) WithValue

type CreateProbeRequestPathSelectorProbeMetadataOwnerReferencesRegion added in v0.7.1

type CreateProbeRequestPathSelectorProbeMetadataOwnerReferencesRegion struct{}

func (CreateProbeRequestPathSelectorProbeMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (CreateProbeRequestPathSelectorProbeMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (CreateProbeRequestPathSelectorProbeMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type CreateProbeRequestPathSelectorProbeMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type CreateProbeRequestPathSelectorProbeMetadataOwnerReferencesRequiresOwnerReference struct{}

func (CreateProbeRequestPathSelectorProbeMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (CreateProbeRequestPathSelectorProbeMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (CreateProbeRequestPathSelectorProbeMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type CreateProbeRequestPathSelectorProbeMetadataOwnerReferencesVersion added in v0.7.1

type CreateProbeRequestPathSelectorProbeMetadataOwnerReferencesVersion struct{}

func (CreateProbeRequestPathSelectorProbeMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (CreateProbeRequestPathSelectorProbeMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (CreateProbeRequestPathSelectorProbeMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type CreateProbeRequestPathSelectorProbeMetadataResourceVersion

type CreateProbeRequestPathSelectorProbeMetadataResourceVersion struct{}

func (CreateProbeRequestPathSelectorProbeMetadataResourceVersion) FieldPath

func (CreateProbeRequestPathSelectorProbeMetadataResourceVersion) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeMetadataResourceVersion) WithValue

type CreateProbeRequestPathSelectorProbeMetadataShards

type CreateProbeRequestPathSelectorProbeMetadataShards struct{}

func (CreateProbeRequestPathSelectorProbeMetadataShards) FieldPath

func (CreateProbeRequestPathSelectorProbeMetadataShards) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeMetadataShards) WithKey

func (CreateProbeRequestPathSelectorProbeMetadataShards) WithValue

type CreateProbeRequestPathSelectorProbeMetadataSyncing

type CreateProbeRequestPathSelectorProbeMetadataSyncing struct{}

func (CreateProbeRequestPathSelectorProbeMetadataSyncing) FieldPath

func (CreateProbeRequestPathSelectorProbeMetadataSyncing) OwningRegion

func (CreateProbeRequestPathSelectorProbeMetadataSyncing) Regions

func (CreateProbeRequestPathSelectorProbeMetadataSyncing) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeMetadataSyncing) WithValue

type CreateProbeRequestPathSelectorProbeMetadataSyncingOwningRegion

type CreateProbeRequestPathSelectorProbeMetadataSyncingOwningRegion struct{}

func (CreateProbeRequestPathSelectorProbeMetadataSyncingOwningRegion) FieldPath

func (CreateProbeRequestPathSelectorProbeMetadataSyncingOwningRegion) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeMetadataSyncingOwningRegion) WithValue

type CreateProbeRequestPathSelectorProbeMetadataSyncingRegions

type CreateProbeRequestPathSelectorProbeMetadataSyncingRegions struct{}

func (CreateProbeRequestPathSelectorProbeMetadataSyncingRegions) FieldPath

func (CreateProbeRequestPathSelectorProbeMetadataSyncingRegions) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeMetadataSyncingRegions) WithItemValue

func (CreateProbeRequestPathSelectorProbeMetadataSyncingRegions) WithValue

type CreateProbeRequestPathSelectorProbeMetadataTags

type CreateProbeRequestPathSelectorProbeMetadataTags struct{}

func (CreateProbeRequestPathSelectorProbeMetadataTags) FieldPath

func (CreateProbeRequestPathSelectorProbeMetadataTags) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeMetadataTags) WithItemValue

func (CreateProbeRequestPathSelectorProbeMetadataTags) WithValue

type CreateProbeRequestPathSelectorProbeMetadataUpdateTime

type CreateProbeRequestPathSelectorProbeMetadataUpdateTime struct{}

func (CreateProbeRequestPathSelectorProbeMetadataUpdateTime) FieldPath

func (CreateProbeRequestPathSelectorProbeMetadataUpdateTime) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeMetadataUpdateTime) WithValue

type CreateProbeRequestPathSelectorProbeMetadataUuid

type CreateProbeRequestPathSelectorProbeMetadataUuid struct{}

func (CreateProbeRequestPathSelectorProbeMetadataUuid) FieldPath

func (CreateProbeRequestPathSelectorProbeMetadataUuid) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeMetadataUuid) WithValue

type CreateProbeRequestPathSelectorProbeName

type CreateProbeRequestPathSelectorProbeName struct{}

func (CreateProbeRequestPathSelectorProbeName) FieldPath

func (CreateProbeRequestPathSelectorProbeName) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeName) WithValue

type CreateProbeRequestPathSelectorProbeSpec

type CreateProbeRequestPathSelectorProbeSpec struct{}

func (CreateProbeRequestPathSelectorProbeSpec) AccessToken

func (CreateProbeRequestPathSelectorProbeSpec) Activation

func (CreateProbeRequestPathSelectorProbeSpec) AgentType

func (CreateProbeRequestPathSelectorProbeSpec) ContactInfo

func (CreateProbeRequestPathSelectorProbeSpec) Device

func (CreateProbeRequestPathSelectorProbeSpec) DisableSpeedtest

func (CreateProbeRequestPathSelectorProbeSpec) Enabled

func (CreateProbeRequestPathSelectorProbeSpec) ExternalIpCheckUrl

func (CreateProbeRequestPathSelectorProbeSpec) FieldPath

func (CreateProbeRequestPathSelectorProbeSpec) LocationDiscovery

func (CreateProbeRequestPathSelectorProbeSpec) PcapSettings added in v0.8.0

func (CreateProbeRequestPathSelectorProbeSpec) PrimaryLocation

func (CreateProbeRequestPathSelectorProbeSpec) ProbeGroup

func (CreateProbeRequestPathSelectorProbeSpec) ProbeGroupName added in v0.10.6

func (CreateProbeRequestPathSelectorProbeSpec) TargetServers

func (CreateProbeRequestPathSelectorProbeSpec) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpec) WithValue

type CreateProbeRequestPathSelectorProbeSpecAccessToken

type CreateProbeRequestPathSelectorProbeSpecAccessToken struct{}

func (CreateProbeRequestPathSelectorProbeSpecAccessToken) AccessToken

func (CreateProbeRequestPathSelectorProbeSpecAccessToken) Enable

func (CreateProbeRequestPathSelectorProbeSpecAccessToken) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecAccessToken) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecAccessToken) WithValue

type CreateProbeRequestPathSelectorProbeSpecAccessTokenAccessToken

type CreateProbeRequestPathSelectorProbeSpecAccessTokenAccessToken struct{}

func (CreateProbeRequestPathSelectorProbeSpecAccessTokenAccessToken) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecAccessTokenAccessToken) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecAccessTokenAccessToken) WithValue

type CreateProbeRequestPathSelectorProbeSpecAccessTokenEnable

type CreateProbeRequestPathSelectorProbeSpecAccessTokenEnable struct{}

func (CreateProbeRequestPathSelectorProbeSpecAccessTokenEnable) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecAccessTokenEnable) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecAccessTokenEnable) WithValue

type CreateProbeRequestPathSelectorProbeSpecActivation

type CreateProbeRequestPathSelectorProbeSpecActivation struct{}

func (CreateProbeRequestPathSelectorProbeSpecActivation) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecActivation) InvitationExtras added in v0.4.49

func (CreateProbeRequestPathSelectorProbeSpecActivation) ReusableToken

func (CreateProbeRequestPathSelectorProbeSpecActivation) Token

func (CreateProbeRequestPathSelectorProbeSpecActivation) Type

func (CreateProbeRequestPathSelectorProbeSpecActivation) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecActivation) WithValue

type CreateProbeRequestPathSelectorProbeSpecActivationInvitationExtras added in v0.4.49

type CreateProbeRequestPathSelectorProbeSpecActivationInvitationExtras struct{}

func (CreateProbeRequestPathSelectorProbeSpecActivationInvitationExtras) FieldPath added in v0.4.49

func (CreateProbeRequestPathSelectorProbeSpecActivationInvitationExtras) WithArrayOfValues added in v0.4.49

func (CreateProbeRequestPathSelectorProbeSpecActivationInvitationExtras) WithKey added in v0.4.49

func (CreateProbeRequestPathSelectorProbeSpecActivationInvitationExtras) WithValue added in v0.4.49

type CreateProbeRequestPathSelectorProbeSpecActivationReusableToken

type CreateProbeRequestPathSelectorProbeSpecActivationReusableToken struct{}

func (CreateProbeRequestPathSelectorProbeSpecActivationReusableToken) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecActivationReusableToken) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecActivationReusableToken) WithValue

type CreateProbeRequestPathSelectorProbeSpecActivationSendInvitationOnCreate

type CreateProbeRequestPathSelectorProbeSpecActivationSendInvitationOnCreate struct{}

func (CreateProbeRequestPathSelectorProbeSpecActivationSendInvitationOnCreate) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecActivationSendInvitationOnCreate) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecActivationSendInvitationOnCreate) WithValue

type CreateProbeRequestPathSelectorProbeSpecActivationToken

type CreateProbeRequestPathSelectorProbeSpecActivationToken struct{}

func (CreateProbeRequestPathSelectorProbeSpecActivationToken) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecActivationToken) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecActivationToken) WithValue

type CreateProbeRequestPathSelectorProbeSpecActivationType

type CreateProbeRequestPathSelectorProbeSpecActivationType struct{}

func (CreateProbeRequestPathSelectorProbeSpecActivationType) FieldPath

type CreateProbeRequestPathSelectorProbeSpecAgentType

type CreateProbeRequestPathSelectorProbeSpecAgentType struct{}

func (CreateProbeRequestPathSelectorProbeSpecAgentType) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecAgentType) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecAgentType) WithValue

type CreateProbeRequestPathSelectorProbeSpecContactInfo

type CreateProbeRequestPathSelectorProbeSpecContactInfo struct{}

func (CreateProbeRequestPathSelectorProbeSpecContactInfo) Email

func (CreateProbeRequestPathSelectorProbeSpecContactInfo) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecContactInfo) FullName

func (CreateProbeRequestPathSelectorProbeSpecContactInfo) Phones

func (CreateProbeRequestPathSelectorProbeSpecContactInfo) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecContactInfo) WithValue

type CreateProbeRequestPathSelectorProbeSpecContactInfoEmail

type CreateProbeRequestPathSelectorProbeSpecContactInfoEmail struct{}

func (CreateProbeRequestPathSelectorProbeSpecContactInfoEmail) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecContactInfoEmail) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecContactInfoEmail) WithValue

type CreateProbeRequestPathSelectorProbeSpecContactInfoFullName

type CreateProbeRequestPathSelectorProbeSpecContactInfoFullName struct{}

func (CreateProbeRequestPathSelectorProbeSpecContactInfoFullName) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecContactInfoFullName) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecContactInfoFullName) WithValue

type CreateProbeRequestPathSelectorProbeSpecContactInfoPhones

type CreateProbeRequestPathSelectorProbeSpecContactInfoPhones struct{}

func (CreateProbeRequestPathSelectorProbeSpecContactInfoPhones) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecContactInfoPhones) Number

func (CreateProbeRequestPathSelectorProbeSpecContactInfoPhones) Type

func (CreateProbeRequestPathSelectorProbeSpecContactInfoPhones) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecContactInfoPhones) WithItemValue

func (CreateProbeRequestPathSelectorProbeSpecContactInfoPhones) WithValue

type CreateProbeRequestPathSelectorProbeSpecContactInfoPhonesNumber

type CreateProbeRequestPathSelectorProbeSpecContactInfoPhonesNumber struct{}

func (CreateProbeRequestPathSelectorProbeSpecContactInfoPhonesNumber) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecContactInfoPhonesNumber) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecContactInfoPhonesNumber) WithValue

type CreateProbeRequestPathSelectorProbeSpecContactInfoPhonesType

type CreateProbeRequestPathSelectorProbeSpecContactInfoPhonesType struct{}

func (CreateProbeRequestPathSelectorProbeSpecContactInfoPhonesType) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecContactInfoPhonesType) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecContactInfoPhonesType) WithValue

type CreateProbeRequestPathSelectorProbeSpecDevice

type CreateProbeRequestPathSelectorProbeSpecDevice struct{}

func (CreateProbeRequestPathSelectorProbeSpecDevice) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecDevice) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecDevice) WithValue

type CreateProbeRequestPathSelectorProbeSpecDisableSpeedtest

type CreateProbeRequestPathSelectorProbeSpecDisableSpeedtest struct{}

func (CreateProbeRequestPathSelectorProbeSpecDisableSpeedtest) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecDisableSpeedtest) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecDisableSpeedtest) WithValue

type CreateProbeRequestPathSelectorProbeSpecEnabled

type CreateProbeRequestPathSelectorProbeSpecEnabled struct{}

func (CreateProbeRequestPathSelectorProbeSpecEnabled) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecEnabled) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecEnabled) WithValue

type CreateProbeRequestPathSelectorProbeSpecExternalIpCheckUrl

type CreateProbeRequestPathSelectorProbeSpecExternalIpCheckUrl struct{}

func (CreateProbeRequestPathSelectorProbeSpecExternalIpCheckUrl) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecExternalIpCheckUrl) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecExternalIpCheckUrl) WithItemValue

func (CreateProbeRequestPathSelectorProbeSpecExternalIpCheckUrl) WithValue

type CreateProbeRequestPathSelectorProbeSpecLocationDiscovery

type CreateProbeRequestPathSelectorProbeSpecLocationDiscovery struct{}

func (CreateProbeRequestPathSelectorProbeSpecLocationDiscovery) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecLocationDiscovery) Type

func (CreateProbeRequestPathSelectorProbeSpecLocationDiscovery) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecLocationDiscovery) WithValue

type CreateProbeRequestPathSelectorProbeSpecLocationDiscoveryRequiredAccuracy

type CreateProbeRequestPathSelectorProbeSpecLocationDiscoveryRequiredAccuracy struct{}

func (CreateProbeRequestPathSelectorProbeSpecLocationDiscoveryRequiredAccuracy) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecLocationDiscoveryRequiredAccuracy) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecLocationDiscoveryRequiredAccuracy) WithValue

type CreateProbeRequestPathSelectorProbeSpecLocationDiscoveryType

type CreateProbeRequestPathSelectorProbeSpecLocationDiscoveryType struct{}

func (CreateProbeRequestPathSelectorProbeSpecLocationDiscoveryType) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecLocationDiscoveryType) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecLocationDiscoveryType) WithValue

type CreateProbeRequestPathSelectorProbeSpecPcapSettings added in v0.8.0

type CreateProbeRequestPathSelectorProbeSpecPcapSettings struct{}

func (CreateProbeRequestPathSelectorProbeSpecPcapSettings) CaptureFullPacket added in v0.8.0

func (CreateProbeRequestPathSelectorProbeSpecPcapSettings) Enable added in v0.8.0

func (CreateProbeRequestPathSelectorProbeSpecPcapSettings) FieldPath added in v0.8.0

func (CreateProbeRequestPathSelectorProbeSpecPcapSettings) OnDemandMode added in v0.10.10

func (CreateProbeRequestPathSelectorProbeSpecPcapSettings) StopOnDemandModeBy added in v0.10.10

func (CreateProbeRequestPathSelectorProbeSpecPcapSettings) WithArrayOfValues added in v0.8.0

func (CreateProbeRequestPathSelectorProbeSpecPcapSettings) WithValue added in v0.8.0

type CreateProbeRequestPathSelectorProbeSpecPcapSettingsCaptureFullPacket added in v0.8.0

type CreateProbeRequestPathSelectorProbeSpecPcapSettingsCaptureFullPacket struct{}

func (CreateProbeRequestPathSelectorProbeSpecPcapSettingsCaptureFullPacket) FieldPath added in v0.8.0

func (CreateProbeRequestPathSelectorProbeSpecPcapSettingsCaptureFullPacket) WithArrayOfValues added in v0.8.0

func (CreateProbeRequestPathSelectorProbeSpecPcapSettingsCaptureFullPacket) WithValue added in v0.8.0

type CreateProbeRequestPathSelectorProbeSpecPcapSettingsEnable added in v0.8.0

type CreateProbeRequestPathSelectorProbeSpecPcapSettingsEnable struct{}

func (CreateProbeRequestPathSelectorProbeSpecPcapSettingsEnable) FieldPath added in v0.8.0

func (CreateProbeRequestPathSelectorProbeSpecPcapSettingsEnable) WithArrayOfValues added in v0.8.0

func (CreateProbeRequestPathSelectorProbeSpecPcapSettingsEnable) WithValue added in v0.8.0

type CreateProbeRequestPathSelectorProbeSpecPcapSettingsOnDemandMode added in v0.10.10

type CreateProbeRequestPathSelectorProbeSpecPcapSettingsOnDemandMode struct{}

func (CreateProbeRequestPathSelectorProbeSpecPcapSettingsOnDemandMode) FieldPath added in v0.10.10

func (CreateProbeRequestPathSelectorProbeSpecPcapSettingsOnDemandMode) WithArrayOfValues added in v0.10.10

func (CreateProbeRequestPathSelectorProbeSpecPcapSettingsOnDemandMode) WithValue added in v0.10.10

type CreateProbeRequestPathSelectorProbeSpecPcapSettingsStopOnDemandModeBy added in v0.10.10

type CreateProbeRequestPathSelectorProbeSpecPcapSettingsStopOnDemandModeBy struct{}

func (CreateProbeRequestPathSelectorProbeSpecPcapSettingsStopOnDemandModeBy) FieldPath added in v0.10.10

func (CreateProbeRequestPathSelectorProbeSpecPcapSettingsStopOnDemandModeBy) WithArrayOfValues added in v0.10.10

func (CreateProbeRequestPathSelectorProbeSpecPcapSettingsStopOnDemandModeBy) WithValue added in v0.10.10

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocation

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocation struct{}

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocation) Accuracy

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocation) Address

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocation) Coordinates

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocation) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocation) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocation) WithValue

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAccuracy

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAccuracy struct{}

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAccuracy) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAccuracy) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAccuracy) WithValue

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddress

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddress struct{}

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddress) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddress) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddress) WithValue

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea1

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea1 struct{}

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea1) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea1) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea1) WithValue

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea2

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea2 struct{}

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea2) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea2) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea2) WithValue

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea3

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea3 struct{}

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea3) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea3) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea3) WithValue

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea4

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea4 struct{}

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea4) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea4) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea4) WithValue

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressContinent

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressContinent struct{}

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressContinent) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressContinent) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressContinent) WithValue

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressCountry

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressCountry struct{}

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressCountry) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressCountry) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressCountry) WithValue

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressCountryCode

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressCountryCode struct{}

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressCountryCode) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressCountryCode) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressCountryCode) WithValue

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressPostalCode

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressPostalCode struct{}

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressPostalCode) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressPostalCode) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressPostalCode) WithValue

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressStreetAddress

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressStreetAddress struct{}

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressStreetAddress) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressStreetAddress) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressStreetAddress) WithValue

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchy

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchy struct{}

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchy) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchy) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchy) WithValue

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin1

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin1 struct{}

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin1) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin1) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin1) WithValue

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin2

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin2 struct{}

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin2) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin2) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin2) WithValue

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin3

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin3 struct{}

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin3) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin3) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin3) WithValue

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin4

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin4 struct{}

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin4) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin4) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin4) WithValue

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin5

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin5 struct{}

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin5) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin5) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin5) WithValue

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyContinent

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyContinent struct{}

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyContinent) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyContinent) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyContinent) WithValue

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyCountry

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyCountry struct{}

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyCountry) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyCountry) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyCountry) WithValue

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationCoordinates

type CreateProbeRequestPathSelectorProbeSpecPrimaryLocationCoordinates struct{}

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationCoordinates) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationCoordinates) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecPrimaryLocationCoordinates) WithValue

type CreateProbeRequestPathSelectorProbeSpecProbeGroup

type CreateProbeRequestPathSelectorProbeSpecProbeGroup struct{}

func (CreateProbeRequestPathSelectorProbeSpecProbeGroup) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecProbeGroup) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecProbeGroup) WithValue

type CreateProbeRequestPathSelectorProbeSpecProbeGroupName added in v0.10.6

type CreateProbeRequestPathSelectorProbeSpecProbeGroupName struct{}

func (CreateProbeRequestPathSelectorProbeSpecProbeGroupName) FieldPath added in v0.10.6

func (CreateProbeRequestPathSelectorProbeSpecProbeGroupName) WithArrayOfValues added in v0.10.6

func (CreateProbeRequestPathSelectorProbeSpecProbeGroupName) WithValue added in v0.10.6

type CreateProbeRequestPathSelectorProbeSpecTargetServers

type CreateProbeRequestPathSelectorProbeSpecTargetServers struct{}

func (CreateProbeRequestPathSelectorProbeSpecTargetServers) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecTargetServers) IcmpTarget

func (CreateProbeRequestPathSelectorProbeSpecTargetServers) TargetAddressType added in v0.4.30

func (CreateProbeRequestPathSelectorProbeSpecTargetServers) TargetIpVersion added in v0.7.4

func (CreateProbeRequestPathSelectorProbeSpecTargetServers) UdpTarget

func (CreateProbeRequestPathSelectorProbeSpecTargetServers) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecTargetServers) WithValue

type CreateProbeRequestPathSelectorProbeSpecTargetServersIcmpTarget

type CreateProbeRequestPathSelectorProbeSpecTargetServersIcmpTarget struct{}

func (CreateProbeRequestPathSelectorProbeSpecTargetServersIcmpTarget) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecTargetServersIcmpTarget) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecTargetServersIcmpTarget) WithValue

type CreateProbeRequestPathSelectorProbeSpecTargetServersIcmpTargetEnabled

type CreateProbeRequestPathSelectorProbeSpecTargetServersIcmpTargetEnabled struct{}

func (CreateProbeRequestPathSelectorProbeSpecTargetServersIcmpTargetEnabled) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecTargetServersIcmpTargetEnabled) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecTargetServersIcmpTargetEnabled) WithValue

type CreateProbeRequestPathSelectorProbeSpecTargetServersSpeedTestTarget

type CreateProbeRequestPathSelectorProbeSpecTargetServersSpeedTestTarget struct{}

func (CreateProbeRequestPathSelectorProbeSpecTargetServersSpeedTestTarget) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecTargetServersSpeedTestTarget) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecTargetServersSpeedTestTarget) WithValue

type CreateProbeRequestPathSelectorProbeSpecTargetServersSpeedTestTargetEnabled

type CreateProbeRequestPathSelectorProbeSpecTargetServersSpeedTestTargetEnabled struct{}

func (CreateProbeRequestPathSelectorProbeSpecTargetServersSpeedTestTargetEnabled) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecTargetServersSpeedTestTargetEnabled) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecTargetServersSpeedTestTargetEnabled) WithValue

type CreateProbeRequestPathSelectorProbeSpecTargetServersSpeedTestTargetTcpPort

type CreateProbeRequestPathSelectorProbeSpecTargetServersSpeedTestTargetTcpPort struct{}

func (CreateProbeRequestPathSelectorProbeSpecTargetServersSpeedTestTargetTcpPort) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecTargetServersSpeedTestTargetTcpPort) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecTargetServersSpeedTestTargetTcpPort) WithValue

type CreateProbeRequestPathSelectorProbeSpecTargetServersTargetAddressType added in v0.4.30

type CreateProbeRequestPathSelectorProbeSpecTargetServersTargetAddressType struct{}

func (CreateProbeRequestPathSelectorProbeSpecTargetServersTargetAddressType) FieldPath added in v0.4.30

func (CreateProbeRequestPathSelectorProbeSpecTargetServersTargetAddressType) WithArrayOfValues added in v0.4.30

func (CreateProbeRequestPathSelectorProbeSpecTargetServersTargetAddressType) WithValue added in v0.4.30

type CreateProbeRequestPathSelectorProbeSpecTargetServersTargetIpVersion added in v0.7.4

type CreateProbeRequestPathSelectorProbeSpecTargetServersTargetIpVersion struct{}

func (CreateProbeRequestPathSelectorProbeSpecTargetServersTargetIpVersion) FieldPath added in v0.7.4

func (CreateProbeRequestPathSelectorProbeSpecTargetServersTargetIpVersion) WithArrayOfValues added in v0.7.4

func (CreateProbeRequestPathSelectorProbeSpecTargetServersTargetIpVersion) WithValue added in v0.7.4

type CreateProbeRequestPathSelectorProbeSpecTargetServersUdpTarget

type CreateProbeRequestPathSelectorProbeSpecTargetServersUdpTarget struct{}

func (CreateProbeRequestPathSelectorProbeSpecTargetServersUdpTarget) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecTargetServersUdpTarget) Port

func (CreateProbeRequestPathSelectorProbeSpecTargetServersUdpTarget) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecTargetServersUdpTarget) WithValue

type CreateProbeRequestPathSelectorProbeSpecTargetServersUdpTargetEnabled

type CreateProbeRequestPathSelectorProbeSpecTargetServersUdpTargetEnabled struct{}

func (CreateProbeRequestPathSelectorProbeSpecTargetServersUdpTargetEnabled) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecTargetServersUdpTargetEnabled) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecTargetServersUdpTargetEnabled) WithValue

type CreateProbeRequestPathSelectorProbeSpecTargetServersUdpTargetPort

type CreateProbeRequestPathSelectorProbeSpecTargetServersUdpTargetPort struct{}

func (CreateProbeRequestPathSelectorProbeSpecTargetServersUdpTargetPort) FieldPath

func (CreateProbeRequestPathSelectorProbeSpecTargetServersUdpTargetPort) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeSpecTargetServersUdpTargetPort) WithValue

type CreateProbeRequestPathSelectorProbeStatus

type CreateProbeRequestPathSelectorProbeStatus struct{}

func (CreateProbeRequestPathSelectorProbeStatus) Activation

func (CreateProbeRequestPathSelectorProbeStatus) ActiveLocation

func (CreateProbeRequestPathSelectorProbeStatus) AgentType

func (CreateProbeRequestPathSelectorProbeStatus) AsInfo

func (CreateProbeRequestPathSelectorProbeStatus) Bandwidth

func (CreateProbeRequestPathSelectorProbeStatus) Carrier

func (CreateProbeRequestPathSelectorProbeStatus) Connection

func (CreateProbeRequestPathSelectorProbeStatus) DiscoveredLocation

func (CreateProbeRequestPathSelectorProbeStatus) ExternalHostname

func (CreateProbeRequestPathSelectorProbeStatus) ExternalIpAddressV4

func (CreateProbeRequestPathSelectorProbeStatus) ExternalIpAddressV6

func (CreateProbeRequestPathSelectorProbeStatus) FieldPath

func (CreateProbeRequestPathSelectorProbeStatus) NetworkInterfaces

func (CreateProbeRequestPathSelectorProbeStatus) ProxyConfig added in v0.10.5

func (CreateProbeRequestPathSelectorProbeStatus) SoftwareVersion

func (CreateProbeRequestPathSelectorProbeStatus) SystemInfo

func (CreateProbeRequestPathSelectorProbeStatus) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatus) WithValue

type CreateProbeRequestPathSelectorProbeStatusActivation

type CreateProbeRequestPathSelectorProbeStatusActivation struct{}

func (CreateProbeRequestPathSelectorProbeStatusActivation) CurrentSession

func (CreateProbeRequestPathSelectorProbeStatusActivation) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusActivation) LastInvitation

func (CreateProbeRequestPathSelectorProbeStatusActivation) ServiceAccount

func (CreateProbeRequestPathSelectorProbeStatusActivation) Status

func (CreateProbeRequestPathSelectorProbeStatusActivation) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusActivation) WithValue

type CreateProbeRequestPathSelectorProbeStatusActivationCurrentSession

type CreateProbeRequestPathSelectorProbeStatusActivationCurrentSession struct{}

func (CreateProbeRequestPathSelectorProbeStatusActivationCurrentSession) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusActivationCurrentSession) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusActivationCurrentSession) WithValue

type CreateProbeRequestPathSelectorProbeStatusActivationCurrentSessionClientCookie

type CreateProbeRequestPathSelectorProbeStatusActivationCurrentSessionClientCookie struct{}

func (CreateProbeRequestPathSelectorProbeStatusActivationCurrentSessionClientCookie) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusActivationCurrentSessionClientCookie) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusActivationCurrentSessionClientCookie) WithValue

type CreateProbeRequestPathSelectorProbeStatusActivationCurrentSessionLockDeadline

type CreateProbeRequestPathSelectorProbeStatusActivationCurrentSessionLockDeadline struct{}

func (CreateProbeRequestPathSelectorProbeStatusActivationCurrentSessionLockDeadline) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusActivationCurrentSessionLockDeadline) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusActivationCurrentSessionLockDeadline) WithValue

type CreateProbeRequestPathSelectorProbeStatusActivationLastInvitation

type CreateProbeRequestPathSelectorProbeStatusActivationLastInvitation struct{}

func (CreateProbeRequestPathSelectorProbeStatusActivationLastInvitation) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusActivationLastInvitation) SendFailureMessage added in v0.11.14

func (CreateProbeRequestPathSelectorProbeStatusActivationLastInvitation) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusActivationLastInvitation) WithValue

type CreateProbeRequestPathSelectorProbeStatusActivationLastInvitationSendFailureMessage added in v0.11.14

type CreateProbeRequestPathSelectorProbeStatusActivationLastInvitationSendFailureMessage struct{}

func (CreateProbeRequestPathSelectorProbeStatusActivationLastInvitationSendFailureMessage) FieldPath added in v0.11.14

func (CreateProbeRequestPathSelectorProbeStatusActivationLastInvitationSendFailureMessage) WithArrayOfValues added in v0.11.14

func (CreateProbeRequestPathSelectorProbeStatusActivationLastInvitationSendFailureMessage) WithValue added in v0.11.14

type CreateProbeRequestPathSelectorProbeStatusActivationLastInvitationSender

type CreateProbeRequestPathSelectorProbeStatusActivationLastInvitationSender struct{}

func (CreateProbeRequestPathSelectorProbeStatusActivationLastInvitationSender) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusActivationLastInvitationSender) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusActivationLastInvitationSender) WithValue

type CreateProbeRequestPathSelectorProbeStatusActivationLastInvitationSentDate

type CreateProbeRequestPathSelectorProbeStatusActivationLastInvitationSentDate struct{}

func (CreateProbeRequestPathSelectorProbeStatusActivationLastInvitationSentDate) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusActivationLastInvitationSentDate) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusActivationLastInvitationSentDate) WithValue

type CreateProbeRequestPathSelectorProbeStatusActivationServiceAccount

type CreateProbeRequestPathSelectorProbeStatusActivationServiceAccount struct{}

func (CreateProbeRequestPathSelectorProbeStatusActivationServiceAccount) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusActivationServiceAccount) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusActivationServiceAccount) WithValue

type CreateProbeRequestPathSelectorProbeStatusActivationStatus

type CreateProbeRequestPathSelectorProbeStatusActivationStatus struct{}

func (CreateProbeRequestPathSelectorProbeStatusActivationStatus) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusActivationStatus) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusActivationStatus) WithValue

type CreateProbeRequestPathSelectorProbeStatusActiveLocation

type CreateProbeRequestPathSelectorProbeStatusActiveLocation struct{}

func (CreateProbeRequestPathSelectorProbeStatusActiveLocation) Accuracy

func (CreateProbeRequestPathSelectorProbeStatusActiveLocation) Address

func (CreateProbeRequestPathSelectorProbeStatusActiveLocation) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusActiveLocation) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusActiveLocation) WithValue

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAccuracy

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAccuracy struct{}

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAccuracy) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAccuracy) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAccuracy) WithValue

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAddress

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAddress struct{}

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAddress) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAddress) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAddress) WithValue

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea1

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea1 struct{}

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea1) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea1) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea1) WithValue

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea2

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea2 struct{}

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea2) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea2) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea2) WithValue

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea3

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea3 struct{}

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea3) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea3) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea3) WithValue

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea4

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea4 struct{}

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea4) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea4) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea4) WithValue

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressContinent

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressContinent struct{}

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressContinent) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressContinent) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressContinent) WithValue

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressCountry

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressCountry struct{}

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressCountry) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressCountry) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressCountry) WithValue

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressCountryCode

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressCountryCode struct{}

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressCountryCode) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressCountryCode) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressCountryCode) WithValue

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressPostalCode

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressPostalCode struct{}

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressPostalCode) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressPostalCode) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressPostalCode) WithValue

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressStreetAddress

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressStreetAddress struct{}

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressStreetAddress) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressStreetAddress) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAddressStreetAddress) WithValue

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchy

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchy struct{}

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchy) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchy) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchy) WithValue

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin1

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin1 struct{}

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin1) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin1) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin1) WithValue

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin2

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin2 struct{}

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin2) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin2) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin2) WithValue

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin3

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin3 struct{}

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin3) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin3) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin3) WithValue

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin4

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin4 struct{}

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin4) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin4) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin4) WithValue

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin5

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin5 struct{}

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin5) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin5) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin5) WithValue

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyContinent

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyContinent struct{}

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyContinent) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyContinent) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyContinent) WithValue

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyCountry

type CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyCountry struct{}

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyCountry) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyCountry) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyCountry) WithValue

type CreateProbeRequestPathSelectorProbeStatusActiveLocationCoordinates

type CreateProbeRequestPathSelectorProbeStatusActiveLocationCoordinates struct{}

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationCoordinates) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationCoordinates) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusActiveLocationCoordinates) WithValue

type CreateProbeRequestPathSelectorProbeStatusAgentType

type CreateProbeRequestPathSelectorProbeStatusAgentType struct{}

func (CreateProbeRequestPathSelectorProbeStatusAgentType) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusAgentType) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusAgentType) WithValue

type CreateProbeRequestPathSelectorProbeStatusAsInfo

type CreateProbeRequestPathSelectorProbeStatusAsInfo struct{}

func (CreateProbeRequestPathSelectorProbeStatusAsInfo) Asn

func (CreateProbeRequestPathSelectorProbeStatusAsInfo) AsnType

func (CreateProbeRequestPathSelectorProbeStatusAsInfo) Domain

func (CreateProbeRequestPathSelectorProbeStatusAsInfo) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusAsInfo) Name

func (CreateProbeRequestPathSelectorProbeStatusAsInfo) Routes

func (CreateProbeRequestPathSelectorProbeStatusAsInfo) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusAsInfo) WithValue

type CreateProbeRequestPathSelectorProbeStatusAsInfoAsn

type CreateProbeRequestPathSelectorProbeStatusAsInfoAsn struct{}

func (CreateProbeRequestPathSelectorProbeStatusAsInfoAsn) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusAsInfoAsn) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusAsInfoAsn) WithValue

type CreateProbeRequestPathSelectorProbeStatusAsInfoAsnType

type CreateProbeRequestPathSelectorProbeStatusAsInfoAsnType struct{}

func (CreateProbeRequestPathSelectorProbeStatusAsInfoAsnType) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusAsInfoAsnType) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusAsInfoAsnType) WithValue

type CreateProbeRequestPathSelectorProbeStatusAsInfoDomain

type CreateProbeRequestPathSelectorProbeStatusAsInfoDomain struct{}

func (CreateProbeRequestPathSelectorProbeStatusAsInfoDomain) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusAsInfoDomain) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusAsInfoDomain) WithValue

type CreateProbeRequestPathSelectorProbeStatusAsInfoName

type CreateProbeRequestPathSelectorProbeStatusAsInfoName struct{}

func (CreateProbeRequestPathSelectorProbeStatusAsInfoName) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusAsInfoName) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusAsInfoName) WithValue

type CreateProbeRequestPathSelectorProbeStatusAsInfoRoutes

type CreateProbeRequestPathSelectorProbeStatusAsInfoRoutes struct{}

func (CreateProbeRequestPathSelectorProbeStatusAsInfoRoutes) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusAsInfoRoutes) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusAsInfoRoutes) WithItemValue

func (CreateProbeRequestPathSelectorProbeStatusAsInfoRoutes) WithValue

type CreateProbeRequestPathSelectorProbeStatusBandwidth

type CreateProbeRequestPathSelectorProbeStatusBandwidth struct{}

func (CreateProbeRequestPathSelectorProbeStatusBandwidth) DownloadMbps

func (CreateProbeRequestPathSelectorProbeStatusBandwidth) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusBandwidth) LastReported

func (CreateProbeRequestPathSelectorProbeStatusBandwidth) ServerIpAddress

func (CreateProbeRequestPathSelectorProbeStatusBandwidth) TestServer

func (CreateProbeRequestPathSelectorProbeStatusBandwidth) UploadMbps

func (CreateProbeRequestPathSelectorProbeStatusBandwidth) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusBandwidth) WithValue

type CreateProbeRequestPathSelectorProbeStatusBandwidthDownloadMbps

type CreateProbeRequestPathSelectorProbeStatusBandwidthDownloadMbps struct{}

func (CreateProbeRequestPathSelectorProbeStatusBandwidthDownloadMbps) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusBandwidthDownloadMbps) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusBandwidthDownloadMbps) WithValue

type CreateProbeRequestPathSelectorProbeStatusBandwidthLastReported

type CreateProbeRequestPathSelectorProbeStatusBandwidthLastReported struct{}

func (CreateProbeRequestPathSelectorProbeStatusBandwidthLastReported) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusBandwidthLastReported) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusBandwidthLastReported) WithValue

type CreateProbeRequestPathSelectorProbeStatusBandwidthServerIpAddress

type CreateProbeRequestPathSelectorProbeStatusBandwidthServerIpAddress struct{}

func (CreateProbeRequestPathSelectorProbeStatusBandwidthServerIpAddress) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusBandwidthServerIpAddress) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusBandwidthServerIpAddress) WithValue

type CreateProbeRequestPathSelectorProbeStatusBandwidthTestServer

type CreateProbeRequestPathSelectorProbeStatusBandwidthTestServer struct{}

func (CreateProbeRequestPathSelectorProbeStatusBandwidthTestServer) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusBandwidthTestServer) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusBandwidthTestServer) WithValue

type CreateProbeRequestPathSelectorProbeStatusBandwidthUploadMbps

type CreateProbeRequestPathSelectorProbeStatusBandwidthUploadMbps struct{}

func (CreateProbeRequestPathSelectorProbeStatusBandwidthUploadMbps) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusBandwidthUploadMbps) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusBandwidthUploadMbps) WithValue

type CreateProbeRequestPathSelectorProbeStatusCarrier

type CreateProbeRequestPathSelectorProbeStatusCarrier struct{}

func (CreateProbeRequestPathSelectorProbeStatusCarrier) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusCarrier) LocationAreaCode

func (CreateProbeRequestPathSelectorProbeStatusCarrier) MobileCountryCode

func (CreateProbeRequestPathSelectorProbeStatusCarrier) MobileNetworkCode

func (CreateProbeRequestPathSelectorProbeStatusCarrier) Name

func (CreateProbeRequestPathSelectorProbeStatusCarrier) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusCarrier) WithValue

type CreateProbeRequestPathSelectorProbeStatusCarrierLocationAreaCode

type CreateProbeRequestPathSelectorProbeStatusCarrierLocationAreaCode struct{}

func (CreateProbeRequestPathSelectorProbeStatusCarrierLocationAreaCode) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusCarrierLocationAreaCode) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusCarrierLocationAreaCode) WithValue

type CreateProbeRequestPathSelectorProbeStatusCarrierMobileCountryCode

type CreateProbeRequestPathSelectorProbeStatusCarrierMobileCountryCode struct{}

func (CreateProbeRequestPathSelectorProbeStatusCarrierMobileCountryCode) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusCarrierMobileCountryCode) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusCarrierMobileCountryCode) WithValue

type CreateProbeRequestPathSelectorProbeStatusCarrierMobileNetworkCode

type CreateProbeRequestPathSelectorProbeStatusCarrierMobileNetworkCode struct{}

func (CreateProbeRequestPathSelectorProbeStatusCarrierMobileNetworkCode) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusCarrierMobileNetworkCode) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusCarrierMobileNetworkCode) WithValue

type CreateProbeRequestPathSelectorProbeStatusCarrierName

type CreateProbeRequestPathSelectorProbeStatusCarrierName struct{}

func (CreateProbeRequestPathSelectorProbeStatusCarrierName) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusCarrierName) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusCarrierName) WithValue

type CreateProbeRequestPathSelectorProbeStatusConnection

type CreateProbeRequestPathSelectorProbeStatusConnection struct{}

func (CreateProbeRequestPathSelectorProbeStatusConnection) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusConnection) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusConnection) WithValue

type CreateProbeRequestPathSelectorProbeStatusConnectionStatusChangeTime

type CreateProbeRequestPathSelectorProbeStatusConnectionStatusChangeTime struct{}

func (CreateProbeRequestPathSelectorProbeStatusConnectionStatusChangeTime) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusConnectionStatusChangeTime) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusConnectionStatusChangeTime) WithValue

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocation

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocation struct{}

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocation) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocation) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocation) WithValue

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAccuracy

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAccuracy struct{}

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAccuracy) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAccuracy) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAccuracy) WithValue

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddress

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddress struct{}

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddress) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddress) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddress) WithValue

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea1

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea1 struct{}

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea1) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea1) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea1) WithValue

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea2

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea2 struct{}

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea2) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea2) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea2) WithValue

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea3

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea3 struct{}

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea3) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea3) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea3) WithValue

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea4

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea4 struct{}

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea4) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea4) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea4) WithValue

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressContinent

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressContinent struct{}

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressContinent) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressContinent) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressContinent) WithValue

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressCountry

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressCountry struct{}

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressCountry) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressCountry) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressCountry) WithValue

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressCountryCode

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressCountryCode struct{}

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressCountryCode) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressCountryCode) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressCountryCode) WithValue

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressPostalCode

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressPostalCode struct{}

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressPostalCode) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressPostalCode) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressPostalCode) WithValue

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressStreetAddress

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressStreetAddress struct{}

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressStreetAddress) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressStreetAddress) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressStreetAddress) WithValue

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchy

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchy struct{}

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchy) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchy) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchy) WithValue

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin1

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin1 struct{}

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin1) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin1) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin1) WithValue

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin2

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin2 struct{}

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin2) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin2) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin2) WithValue

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin3

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin3 struct{}

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin3) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin3) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin3) WithValue

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin4

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin4 struct{}

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin4) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin4) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin4) WithValue

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin5

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin5 struct{}

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin5) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin5) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin5) WithValue

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyContinent

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyContinent struct{}

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyContinent) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyContinent) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyContinent) WithValue

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyCountry

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyCountry struct{}

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyCountry) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyCountry) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyCountry) WithValue

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationCoordinates

type CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationCoordinates struct{}

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationCoordinates) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationCoordinates) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusDiscoveredLocationCoordinates) WithValue

type CreateProbeRequestPathSelectorProbeStatusExternalHostname

type CreateProbeRequestPathSelectorProbeStatusExternalHostname struct{}

func (CreateProbeRequestPathSelectorProbeStatusExternalHostname) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusExternalHostname) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusExternalHostname) WithValue

type CreateProbeRequestPathSelectorProbeStatusExternalIpAddressV4

type CreateProbeRequestPathSelectorProbeStatusExternalIpAddressV4 struct{}

func (CreateProbeRequestPathSelectorProbeStatusExternalIpAddressV4) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusExternalIpAddressV4) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusExternalIpAddressV4) WithValue

type CreateProbeRequestPathSelectorProbeStatusExternalIpAddressV6

type CreateProbeRequestPathSelectorProbeStatusExternalIpAddressV6 struct{}

func (CreateProbeRequestPathSelectorProbeStatusExternalIpAddressV6) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusExternalIpAddressV6) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusExternalIpAddressV6) WithValue

type CreateProbeRequestPathSelectorProbeStatusNetworkInterfaces

type CreateProbeRequestPathSelectorProbeStatusNetworkInterfaces struct{}

func (CreateProbeRequestPathSelectorProbeStatusNetworkInterfaces) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusNetworkInterfaces) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusNetworkInterfaces) WithKey

func (CreateProbeRequestPathSelectorProbeStatusNetworkInterfaces) WithValue

type CreateProbeRequestPathSelectorProbeStatusProxyConfig added in v0.10.5

type CreateProbeRequestPathSelectorProbeStatusProxyConfig struct{}

func (CreateProbeRequestPathSelectorProbeStatusProxyConfig) FieldPath added in v0.10.5

func (CreateProbeRequestPathSelectorProbeStatusProxyConfig) HttpProxy added in v0.10.5

func (CreateProbeRequestPathSelectorProbeStatusProxyConfig) HttpsProxy added in v0.10.5

func (CreateProbeRequestPathSelectorProbeStatusProxyConfig) NoProxy added in v0.10.5

func (CreateProbeRequestPathSelectorProbeStatusProxyConfig) WithArrayOfValues added in v0.10.5

func (CreateProbeRequestPathSelectorProbeStatusProxyConfig) WithValue added in v0.10.5

type CreateProbeRequestPathSelectorProbeStatusProxyConfigHttpProxy added in v0.10.5

type CreateProbeRequestPathSelectorProbeStatusProxyConfigHttpProxy struct{}

func (CreateProbeRequestPathSelectorProbeStatusProxyConfigHttpProxy) FieldPath added in v0.10.5

func (CreateProbeRequestPathSelectorProbeStatusProxyConfigHttpProxy) WithArrayOfValues added in v0.10.5

func (CreateProbeRequestPathSelectorProbeStatusProxyConfigHttpProxy) WithValue added in v0.10.5

type CreateProbeRequestPathSelectorProbeStatusProxyConfigHttpsProxy added in v0.10.5

type CreateProbeRequestPathSelectorProbeStatusProxyConfigHttpsProxy struct{}

func (CreateProbeRequestPathSelectorProbeStatusProxyConfigHttpsProxy) FieldPath added in v0.10.5

func (CreateProbeRequestPathSelectorProbeStatusProxyConfigHttpsProxy) WithArrayOfValues added in v0.10.5

func (CreateProbeRequestPathSelectorProbeStatusProxyConfigHttpsProxy) WithValue added in v0.10.5

type CreateProbeRequestPathSelectorProbeStatusProxyConfigNoProxy added in v0.10.5

type CreateProbeRequestPathSelectorProbeStatusProxyConfigNoProxy struct{}

func (CreateProbeRequestPathSelectorProbeStatusProxyConfigNoProxy) FieldPath added in v0.10.5

func (CreateProbeRequestPathSelectorProbeStatusProxyConfigNoProxy) WithArrayOfValues added in v0.10.5

func (CreateProbeRequestPathSelectorProbeStatusProxyConfigNoProxy) WithValue added in v0.10.5

type CreateProbeRequestPathSelectorProbeStatusSoftwareVersion

type CreateProbeRequestPathSelectorProbeStatusSoftwareVersion struct{}

func (CreateProbeRequestPathSelectorProbeStatusSoftwareVersion) BuildDate

func (CreateProbeRequestPathSelectorProbeStatusSoftwareVersion) CommitId

func (CreateProbeRequestPathSelectorProbeStatusSoftwareVersion) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusSoftwareVersion) Version

func (CreateProbeRequestPathSelectorProbeStatusSoftwareVersion) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusSoftwareVersion) WithValue

type CreateProbeRequestPathSelectorProbeStatusSoftwareVersionBuildDate

type CreateProbeRequestPathSelectorProbeStatusSoftwareVersionBuildDate struct{}

func (CreateProbeRequestPathSelectorProbeStatusSoftwareVersionBuildDate) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusSoftwareVersionBuildDate) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusSoftwareVersionBuildDate) WithValue

type CreateProbeRequestPathSelectorProbeStatusSoftwareVersionCommitId

type CreateProbeRequestPathSelectorProbeStatusSoftwareVersionCommitId struct{}

func (CreateProbeRequestPathSelectorProbeStatusSoftwareVersionCommitId) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusSoftwareVersionCommitId) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusSoftwareVersionCommitId) WithValue

type CreateProbeRequestPathSelectorProbeStatusSoftwareVersionVersion

type CreateProbeRequestPathSelectorProbeStatusSoftwareVersionVersion struct{}

func (CreateProbeRequestPathSelectorProbeStatusSoftwareVersionVersion) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusSoftwareVersionVersion) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusSoftwareVersionVersion) WithValue

type CreateProbeRequestPathSelectorProbeStatusSystemInfo

type CreateProbeRequestPathSelectorProbeStatusSystemInfo struct{}

func (CreateProbeRequestPathSelectorProbeStatusSystemInfo) Architecture

func (CreateProbeRequestPathSelectorProbeStatusSystemInfo) Family

func (CreateProbeRequestPathSelectorProbeStatusSystemInfo) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusSystemInfo) HostName

func (CreateProbeRequestPathSelectorProbeStatusSystemInfo) Manufacturer

func (CreateProbeRequestPathSelectorProbeStatusSystemInfo) Model

func (CreateProbeRequestPathSelectorProbeStatusSystemInfo) Os

func (CreateProbeRequestPathSelectorProbeStatusSystemInfo) Platform

func (CreateProbeRequestPathSelectorProbeStatusSystemInfo) SerialNumber

func (CreateProbeRequestPathSelectorProbeStatusSystemInfo) Sku

func (CreateProbeRequestPathSelectorProbeStatusSystemInfo) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusSystemInfo) WithValue

type CreateProbeRequestPathSelectorProbeStatusSystemInfoArchitecture

type CreateProbeRequestPathSelectorProbeStatusSystemInfoArchitecture struct{}

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoArchitecture) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoArchitecture) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoArchitecture) WithValue

type CreateProbeRequestPathSelectorProbeStatusSystemInfoFamily

type CreateProbeRequestPathSelectorProbeStatusSystemInfoFamily struct{}

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoFamily) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoFamily) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoFamily) WithValue

type CreateProbeRequestPathSelectorProbeStatusSystemInfoHostName

type CreateProbeRequestPathSelectorProbeStatusSystemInfoHostName struct{}

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoHostName) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoHostName) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoHostName) WithValue

type CreateProbeRequestPathSelectorProbeStatusSystemInfoManufacturer

type CreateProbeRequestPathSelectorProbeStatusSystemInfoManufacturer struct{}

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoManufacturer) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoManufacturer) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoManufacturer) WithValue

type CreateProbeRequestPathSelectorProbeStatusSystemInfoModel

type CreateProbeRequestPathSelectorProbeStatusSystemInfoModel struct{}

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoModel) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoModel) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoModel) WithValue

type CreateProbeRequestPathSelectorProbeStatusSystemInfoOs

type CreateProbeRequestPathSelectorProbeStatusSystemInfoOs struct{}

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoOs) BuildVersion

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoOs) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoOs) Kernel

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoOs) Name

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoOs) Version

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoOs) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoOs) WithValue

type CreateProbeRequestPathSelectorProbeStatusSystemInfoOsBuildVersion

type CreateProbeRequestPathSelectorProbeStatusSystemInfoOsBuildVersion struct{}

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoOsBuildVersion) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoOsBuildVersion) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoOsBuildVersion) WithValue

type CreateProbeRequestPathSelectorProbeStatusSystemInfoOsKernel

type CreateProbeRequestPathSelectorProbeStatusSystemInfoOsKernel struct{}

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoOsKernel) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoOsKernel) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoOsKernel) WithValue

type CreateProbeRequestPathSelectorProbeStatusSystemInfoOsName

type CreateProbeRequestPathSelectorProbeStatusSystemInfoOsName struct{}

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoOsName) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoOsName) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoOsName) WithValue

type CreateProbeRequestPathSelectorProbeStatusSystemInfoOsVersion

type CreateProbeRequestPathSelectorProbeStatusSystemInfoOsVersion struct{}

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoOsVersion) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoOsVersion) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoOsVersion) WithValue

type CreateProbeRequestPathSelectorProbeStatusSystemInfoPlatform

type CreateProbeRequestPathSelectorProbeStatusSystemInfoPlatform struct{}

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoPlatform) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoPlatform) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoPlatform) WithValue

type CreateProbeRequestPathSelectorProbeStatusSystemInfoSerialNumber

type CreateProbeRequestPathSelectorProbeStatusSystemInfoSerialNumber struct{}

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoSerialNumber) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoSerialNumber) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoSerialNumber) WithValue

type CreateProbeRequestPathSelectorProbeStatusSystemInfoSku

type CreateProbeRequestPathSelectorProbeStatusSystemInfoSku struct{}

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoSku) FieldPath

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoSku) WithArrayOfValues

func (CreateProbeRequestPathSelectorProbeStatusSystemInfoSku) WithValue

type CreateProbeRequest_FieldMask

type CreateProbeRequest_FieldMask struct {
	Paths []CreateProbeRequest_FieldPath
}

func FullCreateProbeRequest_FieldMask

func FullCreateProbeRequest_FieldMask() *CreateProbeRequest_FieldMask

func (*CreateProbeRequest_FieldMask) AppendPath

func (fieldMask *CreateProbeRequest_FieldMask) AppendPath(path CreateProbeRequest_FieldPath)

func (*CreateProbeRequest_FieldMask) AppendRawPath

func (fieldMask *CreateProbeRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*CreateProbeRequest_FieldMask) DecodeFirestore

func (fieldMask *CreateProbeRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*CreateProbeRequest_FieldMask) EncodeFirestore

func (fieldMask *CreateProbeRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*CreateProbeRequest_FieldMask) FilterInputFields

func (fieldMask *CreateProbeRequest_FieldMask) FilterInputFields() *CreateProbeRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*CreateProbeRequest_FieldMask) FromProtoFieldMask

func (fieldMask *CreateProbeRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*CreateProbeRequest_FieldMask) GetPaths

func (*CreateProbeRequest_FieldMask) GetRawPaths

func (fieldMask *CreateProbeRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*CreateProbeRequest_FieldMask) IsFull

func (fieldMask *CreateProbeRequest_FieldMask) IsFull() bool

func (CreateProbeRequest_FieldMask) Marshal

func (fieldMask CreateProbeRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (CreateProbeRequest_FieldMask) MarshalJSON

func (fieldMask CreateProbeRequest_FieldMask) MarshalJSON() ([]byte, error)

func (*CreateProbeRequest_FieldMask) PathsCount

func (fieldMask *CreateProbeRequest_FieldMask) PathsCount() int

func (*CreateProbeRequest_FieldMask) Project

func (*CreateProbeRequest_FieldMask) ProjectRaw

func (*CreateProbeRequest_FieldMask) ProtoMessage

func (fieldMask *CreateProbeRequest_FieldMask) ProtoMessage()

func (*CreateProbeRequest_FieldMask) ProtoReflect

func (fieldMask *CreateProbeRequest_FieldMask) ProtoReflect() preflect.Message

func (*CreateProbeRequest_FieldMask) Reset

func (fieldMask *CreateProbeRequest_FieldMask) Reset()

func (*CreateProbeRequest_FieldMask) Set

func (fieldMask *CreateProbeRequest_FieldMask) Set(target, source *CreateProbeRequest)

func (*CreateProbeRequest_FieldMask) SetFromCliFlag

func (fieldMask *CreateProbeRequest_FieldMask) SetFromCliFlag(raw string) error

func (*CreateProbeRequest_FieldMask) SetRaw

func (fieldMask *CreateProbeRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*CreateProbeRequest_FieldMask) Size

func (fieldMask *CreateProbeRequest_FieldMask) Size() int

func (*CreateProbeRequest_FieldMask) String

func (fieldMask *CreateProbeRequest_FieldMask) String() string

func (*CreateProbeRequest_FieldMask) Subtract

func (*CreateProbeRequest_FieldMask) SubtractRaw

func (*CreateProbeRequest_FieldMask) ToProtoFieldMask

func (fieldMask *CreateProbeRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*CreateProbeRequest_FieldMask) Unmarshal

func (fieldMask *CreateProbeRequest_FieldMask) Unmarshal(data []byte) error

func (*CreateProbeRequest_FieldMask) UnmarshalJSON

func (fieldMask *CreateProbeRequest_FieldMask) UnmarshalJSON(data []byte) error

type CreateProbeRequest_FieldPath

type CreateProbeRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() CreateProbeRequest_FieldPathSelector
	Get(source *CreateProbeRequest) []interface{}
	GetSingle(source *CreateProbeRequest) (interface{}, bool)
	ClearValue(item *CreateProbeRequest)

	// Those methods build corresponding CreateProbeRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) CreateProbeRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) CreateProbeRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) CreateProbeRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseCreateProbeRequest_FieldPath

func MustParseCreateProbeRequest_FieldPath(rawField string) CreateProbeRequest_FieldPath

func ParseCreateProbeRequest_FieldPath

func ParseCreateProbeRequest_FieldPath(rawField string) (CreateProbeRequest_FieldPath, error)

type CreateProbeRequest_FieldPathArrayItemValue

type CreateProbeRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	CreateProbeRequest_FieldPath
	ContainsValue(*CreateProbeRequest) bool
}

CreateProbeRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for CreateProbeRequest according to their type Present only for array (repeated) types.

func MustParseCreateProbeRequest_FieldPathArrayItemValue

func MustParseCreateProbeRequest_FieldPathArrayItemValue(pathStr, valueStr string) CreateProbeRequest_FieldPathArrayItemValue

func ParseCreateProbeRequest_FieldPathArrayItemValue

func ParseCreateProbeRequest_FieldPathArrayItemValue(pathStr, valueStr string) (CreateProbeRequest_FieldPathArrayItemValue, error)

ParseCreateProbeRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type CreateProbeRequest_FieldPathArrayOfValues

type CreateProbeRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	CreateProbeRequest_FieldPath
}

CreateProbeRequest_FieldPathArrayOfValues allows storing slice of values for CreateProbeRequest fields according to their type

func MustParseCreateProbeRequest_FieldPathArrayOfValues

func MustParseCreateProbeRequest_FieldPathArrayOfValues(pathStr, valuesStr string) CreateProbeRequest_FieldPathArrayOfValues

func ParseCreateProbeRequest_FieldPathArrayOfValues

func ParseCreateProbeRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (CreateProbeRequest_FieldPathArrayOfValues, error)

type CreateProbeRequest_FieldPathSelector

type CreateProbeRequest_FieldPathSelector int32
const (
	CreateProbeRequest_FieldPathSelectorParent CreateProbeRequest_FieldPathSelector = 0
	CreateProbeRequest_FieldPathSelectorProbe  CreateProbeRequest_FieldPathSelector = 1
)

func (CreateProbeRequest_FieldPathSelector) String

type CreateProbeRequest_FieldPathValue

type CreateProbeRequest_FieldPathValue interface {
	CreateProbeRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **CreateProbeRequest)
	CompareWith(*CreateProbeRequest) (cmp int, comparable bool)
}

CreateProbeRequest_FieldPathValue allows storing values for CreateProbeRequest fields according to their type

func MustParseCreateProbeRequest_FieldPathValue

func MustParseCreateProbeRequest_FieldPathValue(pathStr, valueStr string) CreateProbeRequest_FieldPathValue

func ParseCreateProbeRequest_FieldPathValue

func ParseCreateProbeRequest_FieldPathValue(pathStr, valueStr string) (CreateProbeRequest_FieldPathValue, error)

type CreateProbeRequest_FieldSubPath

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

func (*CreateProbeRequest_FieldSubPath) AsProbeSubPath

func (fps *CreateProbeRequest_FieldSubPath) AsProbeSubPath() (probe.Probe_FieldPath, bool)

func (*CreateProbeRequest_FieldSubPath) ClearValue

func (fps *CreateProbeRequest_FieldSubPath) ClearValue(item *CreateProbeRequest)

func (*CreateProbeRequest_FieldSubPath) ClearValueRaw

func (fps *CreateProbeRequest_FieldSubPath) ClearValueRaw(item proto.Message)

func (*CreateProbeRequest_FieldSubPath) Get

func (fps *CreateProbeRequest_FieldSubPath) Get(source *CreateProbeRequest) (values []interface{})

Get returns all values pointed by selected field from source CreateProbeRequest

func (*CreateProbeRequest_FieldSubPath) GetDefault

func (fps *CreateProbeRequest_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*CreateProbeRequest_FieldSubPath) GetRaw

func (fps *CreateProbeRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*CreateProbeRequest_FieldSubPath) GetSingle

func (fps *CreateProbeRequest_FieldSubPath) GetSingle(source *CreateProbeRequest) (interface{}, bool)

GetSingle returns value of selected field from source CreateProbeRequest

func (*CreateProbeRequest_FieldSubPath) GetSingleRaw

func (fps *CreateProbeRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*CreateProbeRequest_FieldSubPath) IsLeaf

func (fps *CreateProbeRequest_FieldSubPath) IsLeaf() bool

IsLeaf - whether field path is holds simple value

func (*CreateProbeRequest_FieldSubPath) JSONString

func (fps *CreateProbeRequest_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*CreateProbeRequest_FieldSubPath) Selector

func (*CreateProbeRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.7.1

func (fps *CreateProbeRequest_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*CreateProbeRequest_FieldSubPath) String

String returns path representation in proto convention

func (*CreateProbeRequest_FieldSubPath) WithIArrayItemValue

func (fps *CreateProbeRequest_FieldSubPath) WithIArrayItemValue(value interface{}) CreateProbeRequest_FieldPathArrayItemValue

func (*CreateProbeRequest_FieldSubPath) WithIArrayOfValues

func (fps *CreateProbeRequest_FieldSubPath) WithIArrayOfValues(values interface{}) CreateProbeRequest_FieldPathArrayOfValues

func (*CreateProbeRequest_FieldSubPath) WithIValue

func (fps *CreateProbeRequest_FieldSubPath) WithIValue(value interface{}) CreateProbeRequest_FieldPathValue

func (*CreateProbeRequest_FieldSubPath) WithRawIArrayItemValue

func (fps *CreateProbeRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*CreateProbeRequest_FieldSubPath) WithRawIArrayOfValues

func (fps *CreateProbeRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*CreateProbeRequest_FieldSubPath) WithRawIValue

func (fps *CreateProbeRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type CreateProbeRequest_FieldSubPathArrayItemValue

type CreateProbeRequest_FieldSubPathArrayItemValue struct {
	CreateProbeRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateProbeRequest_FieldSubPathArrayItemValue) AsProbePathItemValue

func (*CreateProbeRequest_FieldSubPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'CreateProbeRequest'

func (*CreateProbeRequest_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *CreateProbeRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type CreateProbeRequest_FieldSubPathArrayOfValues

type CreateProbeRequest_FieldSubPathArrayOfValues struct {
	CreateProbeRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateProbeRequest_FieldSubPathArrayOfValues) AsProbePathArrayOfValues

func (*CreateProbeRequest_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *CreateProbeRequest_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type CreateProbeRequest_FieldSubPathValue

type CreateProbeRequest_FieldSubPathValue struct {
	CreateProbeRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateProbeRequest_FieldSubPathValue) AsProbePathValue

func (*CreateProbeRequest_FieldSubPathValue) CompareWith

func (fpvs *CreateProbeRequest_FieldSubPathValue) CompareWith(source *CreateProbeRequest) (int, bool)

func (*CreateProbeRequest_FieldSubPathValue) CompareWithRaw

func (fpvs *CreateProbeRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*CreateProbeRequest_FieldSubPathValue) GetRawValue

func (fpvs *CreateProbeRequest_FieldSubPathValue) GetRawValue() interface{}

func (*CreateProbeRequest_FieldSubPathValue) SetTo

func (*CreateProbeRequest_FieldSubPathValue) SetToRaw

func (fpvs *CreateProbeRequest_FieldSubPathValue) SetToRaw(target proto.Message)

type CreateProbeRequest_FieldTerminalPath

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

func (*CreateProbeRequest_FieldTerminalPath) ClearValue

func (*CreateProbeRequest_FieldTerminalPath) ClearValueRaw

func (fp *CreateProbeRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*CreateProbeRequest_FieldTerminalPath) Get

func (fp *CreateProbeRequest_FieldTerminalPath) Get(source *CreateProbeRequest) (values []interface{})

Get returns all values pointed by specific field from source CreateProbeRequest

func (*CreateProbeRequest_FieldTerminalPath) GetDefault

func (fp *CreateProbeRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*CreateProbeRequest_FieldTerminalPath) GetRaw

func (fp *CreateProbeRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*CreateProbeRequest_FieldTerminalPath) GetSingle

func (fp *CreateProbeRequest_FieldTerminalPath) GetSingle(source *CreateProbeRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source CreateProbeRequest

func (*CreateProbeRequest_FieldTerminalPath) GetSingleRaw

func (fp *CreateProbeRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*CreateProbeRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreateProbeRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*CreateProbeRequest_FieldTerminalPath) Selector

func (*CreateProbeRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (fp *CreateProbeRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*CreateProbeRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*CreateProbeRequest_FieldTerminalPath) WithIArrayItemValue

func (fp *CreateProbeRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) CreateProbeRequest_FieldPathArrayItemValue

func (*CreateProbeRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *CreateProbeRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) CreateProbeRequest_FieldPathArrayOfValues

func (*CreateProbeRequest_FieldTerminalPath) WithIValue

func (*CreateProbeRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *CreateProbeRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*CreateProbeRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *CreateProbeRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*CreateProbeRequest_FieldTerminalPath) WithRawIValue

func (fp *CreateProbeRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type CreateProbeRequest_FieldTerminalPathArrayItemValue

type CreateProbeRequest_FieldTerminalPathArrayItemValue struct {
	CreateProbeRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateProbeRequest_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'CreateProbeRequest'

func (*CreateProbeRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *CreateProbeRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object CreateProbeRequest as interface{}

func (*CreateProbeRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *CreateProbeRequest_FieldTerminalPathArrayItemValue) GetSingle(source *CreateProbeRequest) (interface{}, bool)

func (*CreateProbeRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *CreateProbeRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type CreateProbeRequest_FieldTerminalPathArrayOfValues

type CreateProbeRequest_FieldTerminalPathArrayOfValues struct {
	CreateProbeRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateProbeRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (fpaov *CreateProbeRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*probe.ParentReference, bool)

func (*CreateProbeRequest_FieldTerminalPathArrayOfValues) AsProbeArrayOfValues

func (fpaov *CreateProbeRequest_FieldTerminalPathArrayOfValues) AsProbeArrayOfValues() ([]*probe.Probe, bool)

func (*CreateProbeRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *CreateProbeRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type CreateProbeRequest_FieldTerminalPathValue

type CreateProbeRequest_FieldTerminalPathValue struct {
	CreateProbeRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateProbeRequest_FieldTerminalPathValue) AsParentValue

func (*CreateProbeRequest_FieldTerminalPathValue) AsProbeValue

func (*CreateProbeRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'CreateProbeRequest_FieldTerminalPathValue' with the value under path in 'CreateProbeRequest'.

func (*CreateProbeRequest_FieldTerminalPathValue) CompareWithRaw

func (fpv *CreateProbeRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*CreateProbeRequest_FieldTerminalPathValue) GetRawValue

func (fpv *CreateProbeRequest_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'CreateProbeRequest' as interface{}

func (*CreateProbeRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CreateProbeRequest

func (*CreateProbeRequest_FieldTerminalPathValue) SetToRaw

type DeleteProbeDescriptor added in v0.4.26

type DeleteProbeDescriptor struct{}

func GetDeleteProbeDescriptor added in v0.4.26

func GetDeleteProbeDescriptor() *DeleteProbeDescriptor

func (*DeleteProbeDescriptor) GetApiDescriptor added in v0.4.26

func (d *DeleteProbeDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*DeleteProbeDescriptor) GetApiName added in v0.4.26

func (d *DeleteProbeDescriptor) GetApiName() string

func (*DeleteProbeDescriptor) GetClientMsgReflectHandle added in v0.4.26

func (d *DeleteProbeDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*DeleteProbeDescriptor) GetFullMethodName added in v0.4.26

func (d *DeleteProbeDescriptor) GetFullMethodName() string

func (*DeleteProbeDescriptor) GetMethodName added in v0.4.26

func (d *DeleteProbeDescriptor) GetMethodName() string

func (*DeleteProbeDescriptor) GetProtoPkgName added in v0.4.26

func (d *DeleteProbeDescriptor) GetProtoPkgName() string

func (*DeleteProbeDescriptor) GetResourceDescriptor added in v0.4.27

func (d *DeleteProbeDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*DeleteProbeDescriptor) GetServerMsgReflectHandle added in v0.4.26

func (d *DeleteProbeDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*DeleteProbeDescriptor) GetServiceDomain added in v0.4.26

func (d *DeleteProbeDescriptor) GetServiceDomain() string

func (*DeleteProbeDescriptor) GetServiceVersion added in v0.4.26

func (d *DeleteProbeDescriptor) GetServiceVersion() string

func (*DeleteProbeDescriptor) GetVerb added in v0.4.26

func (d *DeleteProbeDescriptor) GetVerb() string

func (*DeleteProbeDescriptor) HasResource added in v0.4.27

func (d *DeleteProbeDescriptor) HasResource() bool

func (*DeleteProbeDescriptor) IsClientStream added in v0.4.26

func (d *DeleteProbeDescriptor) IsClientStream() bool

func (*DeleteProbeDescriptor) IsCollection added in v0.4.27

func (d *DeleteProbeDescriptor) IsCollection() bool

func (*DeleteProbeDescriptor) IsPlural added in v0.4.27

func (d *DeleteProbeDescriptor) IsPlural() bool

func (*DeleteProbeDescriptor) IsServerStream added in v0.4.26

func (d *DeleteProbeDescriptor) IsServerStream() bool

func (*DeleteProbeDescriptor) IsUnary added in v0.4.26

func (d *DeleteProbeDescriptor) IsUnary() bool

func (*DeleteProbeDescriptor) NewEmptyClientMsg added in v0.4.26

func (d *DeleteProbeDescriptor) NewEmptyClientMsg() proto.Message

func (*DeleteProbeDescriptor) NewEmptyServerMsg added in v0.4.26

func (d *DeleteProbeDescriptor) NewEmptyServerMsg() proto.Message

func (*DeleteProbeDescriptor) RequestHasResourceBody added in v0.4.26

func (d *DeleteProbeDescriptor) RequestHasResourceBody() bool

type DeleteProbeDescriptorClientMsgHandle added in v0.4.26

type DeleteProbeDescriptorClientMsgHandle struct{}

func (*DeleteProbeDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

func (*DeleteProbeDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*DeleteProbeDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type DeleteProbeDescriptorServerMsgHandle added in v0.4.26

type DeleteProbeDescriptorServerMsgHandle struct{}

func (*DeleteProbeDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

func (*DeleteProbeDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*DeleteProbeDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

type DeleteProbeRequest

type DeleteProbeRequest struct {

	// Reference of ntt.watchdog.v1alpha2.Probe
	Name *probe.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// contains filtered or unexported fields
}

Request message for method [DeleteProbe][ntt.watchdog.v1alpha2.DeleteProbe]

func (*DeleteProbeRequest) Clone

func (*DeleteProbeRequest) CloneRaw

func (*DeleteProbeRequest) Descriptor

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

Deprecated, Use DeleteProbeRequest.ProtoReflect.Descriptor instead.

func (*DeleteProbeRequest) GetName

func (m *DeleteProbeRequest) GetName() *probe.Reference

func (*DeleteProbeRequest) GotenMessage

func (*DeleteProbeRequest) GotenMessage()

func (*DeleteProbeRequest) GotenObjectExt

func (o *DeleteProbeRequest) GotenObjectExt()

func (*DeleteProbeRequest) GotenValidate

func (obj *DeleteProbeRequest) GotenValidate() error

func (*DeleteProbeRequest) MakeDiffFieldMask

func (*DeleteProbeRequest) MakeFullFieldMask

func (o *DeleteProbeRequest) MakeFullFieldMask() *DeleteProbeRequest_FieldMask

func (*DeleteProbeRequest) MakeRawDiffFieldMask

func (o *DeleteProbeRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*DeleteProbeRequest) MakeRawFullFieldMask

func (o *DeleteProbeRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*DeleteProbeRequest) Marshal

func (m *DeleteProbeRequest) Marshal() ([]byte, error)

func (*DeleteProbeRequest) MarshalJSON

func (m *DeleteProbeRequest) MarshalJSON() ([]byte, error)

func (*DeleteProbeRequest) Merge

func (o *DeleteProbeRequest) Merge(source *DeleteProbeRequest)

func (*DeleteProbeRequest) MergeRaw

func (o *DeleteProbeRequest) MergeRaw(source gotenobject.GotenObjectExt)

func (*DeleteProbeRequest) ProtoMessage

func (*DeleteProbeRequest) ProtoMessage()

func (*DeleteProbeRequest) ProtoReflect

func (m *DeleteProbeRequest) ProtoReflect() preflect.Message

func (*DeleteProbeRequest) Reset

func (m *DeleteProbeRequest) Reset()

func (*DeleteProbeRequest) SetName

func (m *DeleteProbeRequest) SetName(fv *probe.Reference)

func (*DeleteProbeRequest) String

func (m *DeleteProbeRequest) String() string

func (*DeleteProbeRequest) Unmarshal

func (m *DeleteProbeRequest) Unmarshal(b []byte) error

func (*DeleteProbeRequest) UnmarshalJSON

func (m *DeleteProbeRequest) UnmarshalJSON(data []byte) error

type DeleteProbeRequestFieldPathBuilder

type DeleteProbeRequestFieldPathBuilder struct{}

func NewDeleteProbeRequestFieldPathBuilder

func NewDeleteProbeRequestFieldPathBuilder() DeleteProbeRequestFieldPathBuilder

func (DeleteProbeRequestFieldPathBuilder) Name

type DeleteProbeRequestPathSelectorName

type DeleteProbeRequestPathSelectorName struct{}

func (DeleteProbeRequestPathSelectorName) FieldPath

func (DeleteProbeRequestPathSelectorName) WithArrayOfValues

func (DeleteProbeRequestPathSelectorName) WithValue

type DeleteProbeRequest_FieldMask

type DeleteProbeRequest_FieldMask struct {
	Paths []DeleteProbeRequest_FieldPath
}

func FullDeleteProbeRequest_FieldMask

func FullDeleteProbeRequest_FieldMask() *DeleteProbeRequest_FieldMask

func (*DeleteProbeRequest_FieldMask) AppendPath

func (fieldMask *DeleteProbeRequest_FieldMask) AppendPath(path DeleteProbeRequest_FieldPath)

func (*DeleteProbeRequest_FieldMask) AppendRawPath

func (fieldMask *DeleteProbeRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*DeleteProbeRequest_FieldMask) DecodeFirestore

func (fieldMask *DeleteProbeRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*DeleteProbeRequest_FieldMask) EncodeFirestore

func (fieldMask *DeleteProbeRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*DeleteProbeRequest_FieldMask) FilterInputFields

func (fieldMask *DeleteProbeRequest_FieldMask) FilterInputFields() *DeleteProbeRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*DeleteProbeRequest_FieldMask) FromProtoFieldMask

func (fieldMask *DeleteProbeRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*DeleteProbeRequest_FieldMask) GetPaths

func (*DeleteProbeRequest_FieldMask) GetRawPaths

func (fieldMask *DeleteProbeRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*DeleteProbeRequest_FieldMask) IsFull

func (fieldMask *DeleteProbeRequest_FieldMask) IsFull() bool

func (DeleteProbeRequest_FieldMask) Marshal

func (fieldMask DeleteProbeRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (DeleteProbeRequest_FieldMask) MarshalJSON

func (fieldMask DeleteProbeRequest_FieldMask) MarshalJSON() ([]byte, error)

func (*DeleteProbeRequest_FieldMask) PathsCount

func (fieldMask *DeleteProbeRequest_FieldMask) PathsCount() int

func (*DeleteProbeRequest_FieldMask) Project

func (*DeleteProbeRequest_FieldMask) ProjectRaw

func (*DeleteProbeRequest_FieldMask) ProtoMessage

func (fieldMask *DeleteProbeRequest_FieldMask) ProtoMessage()

func (*DeleteProbeRequest_FieldMask) ProtoReflect

func (fieldMask *DeleteProbeRequest_FieldMask) ProtoReflect() preflect.Message

func (*DeleteProbeRequest_FieldMask) Reset

func (fieldMask *DeleteProbeRequest_FieldMask) Reset()

func (*DeleteProbeRequest_FieldMask) Set

func (fieldMask *DeleteProbeRequest_FieldMask) Set(target, source *DeleteProbeRequest)

func (*DeleteProbeRequest_FieldMask) SetFromCliFlag

func (fieldMask *DeleteProbeRequest_FieldMask) SetFromCliFlag(raw string) error

func (*DeleteProbeRequest_FieldMask) SetRaw

func (fieldMask *DeleteProbeRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*DeleteProbeRequest_FieldMask) Size

func (fieldMask *DeleteProbeRequest_FieldMask) Size() int

func (*DeleteProbeRequest_FieldMask) String

func (fieldMask *DeleteProbeRequest_FieldMask) String() string

func (*DeleteProbeRequest_FieldMask) Subtract

func (*DeleteProbeRequest_FieldMask) SubtractRaw

func (*DeleteProbeRequest_FieldMask) ToProtoFieldMask

func (fieldMask *DeleteProbeRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*DeleteProbeRequest_FieldMask) Unmarshal

func (fieldMask *DeleteProbeRequest_FieldMask) Unmarshal(data []byte) error

func (*DeleteProbeRequest_FieldMask) UnmarshalJSON

func (fieldMask *DeleteProbeRequest_FieldMask) UnmarshalJSON(data []byte) error

type DeleteProbeRequest_FieldPath

type DeleteProbeRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() DeleteProbeRequest_FieldPathSelector
	Get(source *DeleteProbeRequest) []interface{}
	GetSingle(source *DeleteProbeRequest) (interface{}, bool)
	ClearValue(item *DeleteProbeRequest)

	// Those methods build corresponding DeleteProbeRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) DeleteProbeRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) DeleteProbeRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) DeleteProbeRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseDeleteProbeRequest_FieldPath

func MustParseDeleteProbeRequest_FieldPath(rawField string) DeleteProbeRequest_FieldPath

func ParseDeleteProbeRequest_FieldPath

func ParseDeleteProbeRequest_FieldPath(rawField string) (DeleteProbeRequest_FieldPath, error)

type DeleteProbeRequest_FieldPathArrayItemValue

type DeleteProbeRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	DeleteProbeRequest_FieldPath
	ContainsValue(*DeleteProbeRequest) bool
}

DeleteProbeRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for DeleteProbeRequest according to their type Present only for array (repeated) types.

func MustParseDeleteProbeRequest_FieldPathArrayItemValue

func MustParseDeleteProbeRequest_FieldPathArrayItemValue(pathStr, valueStr string) DeleteProbeRequest_FieldPathArrayItemValue

func ParseDeleteProbeRequest_FieldPathArrayItemValue

func ParseDeleteProbeRequest_FieldPathArrayItemValue(pathStr, valueStr string) (DeleteProbeRequest_FieldPathArrayItemValue, error)

ParseDeleteProbeRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type DeleteProbeRequest_FieldPathArrayOfValues

type DeleteProbeRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	DeleteProbeRequest_FieldPath
}

DeleteProbeRequest_FieldPathArrayOfValues allows storing slice of values for DeleteProbeRequest fields according to their type

func MustParseDeleteProbeRequest_FieldPathArrayOfValues

func MustParseDeleteProbeRequest_FieldPathArrayOfValues(pathStr, valuesStr string) DeleteProbeRequest_FieldPathArrayOfValues

func ParseDeleteProbeRequest_FieldPathArrayOfValues

func ParseDeleteProbeRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (DeleteProbeRequest_FieldPathArrayOfValues, error)

type DeleteProbeRequest_FieldPathSelector

type DeleteProbeRequest_FieldPathSelector int32
const (
	DeleteProbeRequest_FieldPathSelectorName DeleteProbeRequest_FieldPathSelector = 0
)

func (DeleteProbeRequest_FieldPathSelector) String

type DeleteProbeRequest_FieldPathValue

type DeleteProbeRequest_FieldPathValue interface {
	DeleteProbeRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **DeleteProbeRequest)
	CompareWith(*DeleteProbeRequest) (cmp int, comparable bool)
}

DeleteProbeRequest_FieldPathValue allows storing values for DeleteProbeRequest fields according to their type

func MustParseDeleteProbeRequest_FieldPathValue

func MustParseDeleteProbeRequest_FieldPathValue(pathStr, valueStr string) DeleteProbeRequest_FieldPathValue

func ParseDeleteProbeRequest_FieldPathValue

func ParseDeleteProbeRequest_FieldPathValue(pathStr, valueStr string) (DeleteProbeRequest_FieldPathValue, error)

type DeleteProbeRequest_FieldTerminalPath

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

func (*DeleteProbeRequest_FieldTerminalPath) ClearValue

func (*DeleteProbeRequest_FieldTerminalPath) ClearValueRaw

func (fp *DeleteProbeRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*DeleteProbeRequest_FieldTerminalPath) Get

func (fp *DeleteProbeRequest_FieldTerminalPath) Get(source *DeleteProbeRequest) (values []interface{})

Get returns all values pointed by specific field from source DeleteProbeRequest

func (*DeleteProbeRequest_FieldTerminalPath) GetDefault

func (fp *DeleteProbeRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*DeleteProbeRequest_FieldTerminalPath) GetRaw

func (fp *DeleteProbeRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*DeleteProbeRequest_FieldTerminalPath) GetSingle

func (fp *DeleteProbeRequest_FieldTerminalPath) GetSingle(source *DeleteProbeRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source DeleteProbeRequest

func (*DeleteProbeRequest_FieldTerminalPath) GetSingleRaw

func (fp *DeleteProbeRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*DeleteProbeRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*DeleteProbeRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*DeleteProbeRequest_FieldTerminalPath) Selector

func (*DeleteProbeRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (fp *DeleteProbeRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*DeleteProbeRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*DeleteProbeRequest_FieldTerminalPath) WithIArrayItemValue

func (fp *DeleteProbeRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) DeleteProbeRequest_FieldPathArrayItemValue

func (*DeleteProbeRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *DeleteProbeRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) DeleteProbeRequest_FieldPathArrayOfValues

func (*DeleteProbeRequest_FieldTerminalPath) WithIValue

func (*DeleteProbeRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *DeleteProbeRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*DeleteProbeRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *DeleteProbeRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*DeleteProbeRequest_FieldTerminalPath) WithRawIValue

func (fp *DeleteProbeRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type DeleteProbeRequest_FieldTerminalPathArrayItemValue

type DeleteProbeRequest_FieldTerminalPathArrayItemValue struct {
	DeleteProbeRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteProbeRequest_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'DeleteProbeRequest'

func (*DeleteProbeRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *DeleteProbeRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object DeleteProbeRequest as interface{}

func (*DeleteProbeRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *DeleteProbeRequest_FieldTerminalPathArrayItemValue) GetSingle(source *DeleteProbeRequest) (interface{}, bool)

func (*DeleteProbeRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *DeleteProbeRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type DeleteProbeRequest_FieldTerminalPathArrayOfValues

type DeleteProbeRequest_FieldTerminalPathArrayOfValues struct {
	DeleteProbeRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteProbeRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (fpaov *DeleteProbeRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*probe.Reference, bool)

func (*DeleteProbeRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *DeleteProbeRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type DeleteProbeRequest_FieldTerminalPathValue

type DeleteProbeRequest_FieldTerminalPathValue struct {
	DeleteProbeRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteProbeRequest_FieldTerminalPathValue) AsNameValue

func (*DeleteProbeRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'DeleteProbeRequest_FieldTerminalPathValue' with the value under path in 'DeleteProbeRequest'.

func (*DeleteProbeRequest_FieldTerminalPathValue) CompareWithRaw

func (fpv *DeleteProbeRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*DeleteProbeRequest_FieldTerminalPathValue) GetRawValue

func (fpv *DeleteProbeRequest_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'DeleteProbeRequest' as interface{}

func (*DeleteProbeRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object DeleteProbeRequest

func (*DeleteProbeRequest_FieldTerminalPathValue) SetToRaw

type GetProbeDescriptor added in v0.4.26

type GetProbeDescriptor struct{}

func GetGetProbeDescriptor added in v0.4.26

func GetGetProbeDescriptor() *GetProbeDescriptor

func (*GetProbeDescriptor) GetApiDescriptor added in v0.4.26

func (d *GetProbeDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*GetProbeDescriptor) GetApiName added in v0.4.26

func (d *GetProbeDescriptor) GetApiName() string

func (*GetProbeDescriptor) GetClientMsgReflectHandle added in v0.4.26

func (d *GetProbeDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*GetProbeDescriptor) GetFullMethodName added in v0.4.26

func (d *GetProbeDescriptor) GetFullMethodName() string

func (*GetProbeDescriptor) GetMethodName added in v0.4.26

func (d *GetProbeDescriptor) GetMethodName() string

func (*GetProbeDescriptor) GetProtoPkgName added in v0.4.26

func (d *GetProbeDescriptor) GetProtoPkgName() string

func (*GetProbeDescriptor) GetResourceDescriptor added in v0.4.27

func (d *GetProbeDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*GetProbeDescriptor) GetServerMsgReflectHandle added in v0.4.26

func (d *GetProbeDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*GetProbeDescriptor) GetServiceDomain added in v0.4.26

func (d *GetProbeDescriptor) GetServiceDomain() string

func (*GetProbeDescriptor) GetServiceVersion added in v0.4.26

func (d *GetProbeDescriptor) GetServiceVersion() string

func (*GetProbeDescriptor) GetVerb added in v0.4.26

func (d *GetProbeDescriptor) GetVerb() string

func (*GetProbeDescriptor) HasResource added in v0.4.27

func (d *GetProbeDescriptor) HasResource() bool

func (*GetProbeDescriptor) IsClientStream added in v0.4.26

func (d *GetProbeDescriptor) IsClientStream() bool

func (*GetProbeDescriptor) IsCollection added in v0.4.27

func (d *GetProbeDescriptor) IsCollection() bool

func (*GetProbeDescriptor) IsPlural added in v0.4.27

func (d *GetProbeDescriptor) IsPlural() bool

func (*GetProbeDescriptor) IsServerStream added in v0.4.26

func (d *GetProbeDescriptor) IsServerStream() bool

func (*GetProbeDescriptor) IsUnary added in v0.4.26

func (d *GetProbeDescriptor) IsUnary() bool

func (*GetProbeDescriptor) NewEmptyClientMsg added in v0.4.26

func (d *GetProbeDescriptor) NewEmptyClientMsg() proto.Message

func (*GetProbeDescriptor) NewEmptyServerMsg added in v0.4.26

func (d *GetProbeDescriptor) NewEmptyServerMsg() proto.Message

func (*GetProbeDescriptor) RequestHasResourceBody added in v0.4.26

func (d *GetProbeDescriptor) RequestHasResourceBody() bool

type GetProbeDescriptorClientMsgHandle added in v0.4.26

type GetProbeDescriptorClientMsgHandle struct{}

func (*GetProbeDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

func (h *GetProbeDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*GetProbeDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*GetProbeDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type GetProbeDescriptorServerMsgHandle added in v0.4.26

type GetProbeDescriptorServerMsgHandle struct{}

func (*GetProbeDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

func (h *GetProbeDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*GetProbeDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*GetProbeDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

type GetProbeRequest

type GetProbeRequest struct {

	// Reference of ntt.watchdog.v1alpha2.Probe
	Name *probe.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view
	FieldMask *probe.Probe_FieldMask `` /* 137-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"`
	// contains filtered or unexported fields
}

Request message for method [GetProbe][ntt.watchdog.v1alpha2.GetProbe]

func (*GetProbeRequest) Clone

func (o *GetProbeRequest) Clone() *GetProbeRequest

func (*GetProbeRequest) CloneRaw

func (*GetProbeRequest) Descriptor

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

Deprecated, Use GetProbeRequest.ProtoReflect.Descriptor instead.

func (*GetProbeRequest) GetFieldMask

func (m *GetProbeRequest) GetFieldMask() *probe.Probe_FieldMask

func (*GetProbeRequest) GetName

func (m *GetProbeRequest) GetName() *probe.Reference

func (*GetProbeRequest) GetView

func (m *GetProbeRequest) GetView() view.View

func (*GetProbeRequest) GotenMessage

func (*GetProbeRequest) GotenMessage()

func (*GetProbeRequest) GotenObjectExt

func (o *GetProbeRequest) GotenObjectExt()

func (*GetProbeRequest) GotenValidate

func (obj *GetProbeRequest) GotenValidate() error

func (*GetProbeRequest) MakeDiffFieldMask

func (o *GetProbeRequest) MakeDiffFieldMask(other *GetProbeRequest) *GetProbeRequest_FieldMask

func (*GetProbeRequest) MakeFullFieldMask

func (o *GetProbeRequest) MakeFullFieldMask() *GetProbeRequest_FieldMask

func (*GetProbeRequest) MakeRawDiffFieldMask

func (o *GetProbeRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*GetProbeRequest) MakeRawFullFieldMask

func (o *GetProbeRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*GetProbeRequest) Marshal

func (m *GetProbeRequest) Marshal() ([]byte, error)

func (*GetProbeRequest) MarshalJSON

func (m *GetProbeRequest) MarshalJSON() ([]byte, error)

func (*GetProbeRequest) Merge

func (o *GetProbeRequest) Merge(source *GetProbeRequest)

func (*GetProbeRequest) MergeRaw

func (o *GetProbeRequest) MergeRaw(source gotenobject.GotenObjectExt)

func (*GetProbeRequest) ProtoMessage

func (*GetProbeRequest) ProtoMessage()

func (*GetProbeRequest) ProtoReflect

func (m *GetProbeRequest) ProtoReflect() preflect.Message

func (*GetProbeRequest) Reset

func (m *GetProbeRequest) Reset()

func (*GetProbeRequest) SetFieldMask

func (m *GetProbeRequest) SetFieldMask(fv *probe.Probe_FieldMask)

func (*GetProbeRequest) SetName

func (m *GetProbeRequest) SetName(fv *probe.Reference)

func (*GetProbeRequest) SetView

func (m *GetProbeRequest) SetView(fv view.View)

func (*GetProbeRequest) String

func (m *GetProbeRequest) String() string

func (*GetProbeRequest) Unmarshal

func (m *GetProbeRequest) Unmarshal(b []byte) error

func (*GetProbeRequest) UnmarshalJSON

func (m *GetProbeRequest) UnmarshalJSON(data []byte) error

type GetProbeRequestFieldPathBuilder

type GetProbeRequestFieldPathBuilder struct{}

func NewGetProbeRequestFieldPathBuilder

func NewGetProbeRequestFieldPathBuilder() GetProbeRequestFieldPathBuilder

func (GetProbeRequestFieldPathBuilder) FieldMask

func (GetProbeRequestFieldPathBuilder) Name

func (GetProbeRequestFieldPathBuilder) View

type GetProbeRequestPathSelectorFieldMask

type GetProbeRequestPathSelectorFieldMask struct{}

func (GetProbeRequestPathSelectorFieldMask) FieldPath

func (GetProbeRequestPathSelectorFieldMask) WithArrayOfValues

func (GetProbeRequestPathSelectorFieldMask) WithValue

type GetProbeRequestPathSelectorName

type GetProbeRequestPathSelectorName struct{}

func (GetProbeRequestPathSelectorName) FieldPath

func (GetProbeRequestPathSelectorName) WithArrayOfValues

func (GetProbeRequestPathSelectorName) WithValue

type GetProbeRequestPathSelectorView

type GetProbeRequestPathSelectorView struct{}

func (GetProbeRequestPathSelectorView) FieldPath

func (GetProbeRequestPathSelectorView) WithArrayOfValues

func (GetProbeRequestPathSelectorView) WithValue

type GetProbeRequest_FieldMask

type GetProbeRequest_FieldMask struct {
	Paths []GetProbeRequest_FieldPath
}

func FullGetProbeRequest_FieldMask

func FullGetProbeRequest_FieldMask() *GetProbeRequest_FieldMask

func (*GetProbeRequest_FieldMask) AppendPath

func (fieldMask *GetProbeRequest_FieldMask) AppendPath(path GetProbeRequest_FieldPath)

func (*GetProbeRequest_FieldMask) AppendRawPath

func (fieldMask *GetProbeRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*GetProbeRequest_FieldMask) DecodeFirestore

func (fieldMask *GetProbeRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*GetProbeRequest_FieldMask) EncodeFirestore

func (fieldMask *GetProbeRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*GetProbeRequest_FieldMask) FilterInputFields

func (fieldMask *GetProbeRequest_FieldMask) FilterInputFields() *GetProbeRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*GetProbeRequest_FieldMask) FromProtoFieldMask

func (fieldMask *GetProbeRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*GetProbeRequest_FieldMask) GetPaths

func (fieldMask *GetProbeRequest_FieldMask) GetPaths() []GetProbeRequest_FieldPath

func (*GetProbeRequest_FieldMask) GetRawPaths

func (fieldMask *GetProbeRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*GetProbeRequest_FieldMask) IsFull

func (fieldMask *GetProbeRequest_FieldMask) IsFull() bool

func (GetProbeRequest_FieldMask) Marshal

func (fieldMask GetProbeRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (GetProbeRequest_FieldMask) MarshalJSON

func (fieldMask GetProbeRequest_FieldMask) MarshalJSON() ([]byte, error)

func (*GetProbeRequest_FieldMask) PathsCount

func (fieldMask *GetProbeRequest_FieldMask) PathsCount() int

func (*GetProbeRequest_FieldMask) Project

func (fieldMask *GetProbeRequest_FieldMask) Project(source *GetProbeRequest) *GetProbeRequest

func (*GetProbeRequest_FieldMask) ProjectRaw

func (*GetProbeRequest_FieldMask) ProtoMessage

func (fieldMask *GetProbeRequest_FieldMask) ProtoMessage()

func (*GetProbeRequest_FieldMask) ProtoReflect

func (fieldMask *GetProbeRequest_FieldMask) ProtoReflect() preflect.Message

func (*GetProbeRequest_FieldMask) Reset

func (fieldMask *GetProbeRequest_FieldMask) Reset()

func (*GetProbeRequest_FieldMask) Set

func (fieldMask *GetProbeRequest_FieldMask) Set(target, source *GetProbeRequest)

func (*GetProbeRequest_FieldMask) SetFromCliFlag

func (fieldMask *GetProbeRequest_FieldMask) SetFromCliFlag(raw string) error

func (*GetProbeRequest_FieldMask) SetRaw

func (fieldMask *GetProbeRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*GetProbeRequest_FieldMask) Size

func (fieldMask *GetProbeRequest_FieldMask) Size() int

func (*GetProbeRequest_FieldMask) String

func (fieldMask *GetProbeRequest_FieldMask) String() string

func (*GetProbeRequest_FieldMask) Subtract

func (*GetProbeRequest_FieldMask) SubtractRaw

func (*GetProbeRequest_FieldMask) ToProtoFieldMask

func (fieldMask *GetProbeRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*GetProbeRequest_FieldMask) Unmarshal

func (fieldMask *GetProbeRequest_FieldMask) Unmarshal(data []byte) error

func (*GetProbeRequest_FieldMask) UnmarshalJSON

func (fieldMask *GetProbeRequest_FieldMask) UnmarshalJSON(data []byte) error

type GetProbeRequest_FieldPath

type GetProbeRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() GetProbeRequest_FieldPathSelector
	Get(source *GetProbeRequest) []interface{}
	GetSingle(source *GetProbeRequest) (interface{}, bool)
	ClearValue(item *GetProbeRequest)

	// Those methods build corresponding GetProbeRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) GetProbeRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) GetProbeRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) GetProbeRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseGetProbeRequest_FieldPath

func MustParseGetProbeRequest_FieldPath(rawField string) GetProbeRequest_FieldPath

func ParseGetProbeRequest_FieldPath

func ParseGetProbeRequest_FieldPath(rawField string) (GetProbeRequest_FieldPath, error)

type GetProbeRequest_FieldPathArrayItemValue

type GetProbeRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	GetProbeRequest_FieldPath
	ContainsValue(*GetProbeRequest) bool
}

GetProbeRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for GetProbeRequest according to their type Present only for array (repeated) types.

func MustParseGetProbeRequest_FieldPathArrayItemValue

func MustParseGetProbeRequest_FieldPathArrayItemValue(pathStr, valueStr string) GetProbeRequest_FieldPathArrayItemValue

func ParseGetProbeRequest_FieldPathArrayItemValue

func ParseGetProbeRequest_FieldPathArrayItemValue(pathStr, valueStr string) (GetProbeRequest_FieldPathArrayItemValue, error)

ParseGetProbeRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type GetProbeRequest_FieldPathArrayOfValues

type GetProbeRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	GetProbeRequest_FieldPath
}

GetProbeRequest_FieldPathArrayOfValues allows storing slice of values for GetProbeRequest fields according to their type

func MustParseGetProbeRequest_FieldPathArrayOfValues

func MustParseGetProbeRequest_FieldPathArrayOfValues(pathStr, valuesStr string) GetProbeRequest_FieldPathArrayOfValues

func ParseGetProbeRequest_FieldPathArrayOfValues

func ParseGetProbeRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (GetProbeRequest_FieldPathArrayOfValues, error)

type GetProbeRequest_FieldPathSelector

type GetProbeRequest_FieldPathSelector int32
const (
	GetProbeRequest_FieldPathSelectorName      GetProbeRequest_FieldPathSelector = 0
	GetProbeRequest_FieldPathSelectorFieldMask GetProbeRequest_FieldPathSelector = 1
	GetProbeRequest_FieldPathSelectorView      GetProbeRequest_FieldPathSelector = 2
)

func (GetProbeRequest_FieldPathSelector) String

type GetProbeRequest_FieldPathValue

type GetProbeRequest_FieldPathValue interface {
	GetProbeRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **GetProbeRequest)
	CompareWith(*GetProbeRequest) (cmp int, comparable bool)
}

GetProbeRequest_FieldPathValue allows storing values for GetProbeRequest fields according to their type

func MustParseGetProbeRequest_FieldPathValue

func MustParseGetProbeRequest_FieldPathValue(pathStr, valueStr string) GetProbeRequest_FieldPathValue

func ParseGetProbeRequest_FieldPathValue

func ParseGetProbeRequest_FieldPathValue(pathStr, valueStr string) (GetProbeRequest_FieldPathValue, error)

type GetProbeRequest_FieldTerminalPath

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

func (*GetProbeRequest_FieldTerminalPath) ClearValue

func (fp *GetProbeRequest_FieldTerminalPath) ClearValue(item *GetProbeRequest)

func (*GetProbeRequest_FieldTerminalPath) ClearValueRaw

func (fp *GetProbeRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*GetProbeRequest_FieldTerminalPath) Get

func (fp *GetProbeRequest_FieldTerminalPath) Get(source *GetProbeRequest) (values []interface{})

Get returns all values pointed by specific field from source GetProbeRequest

func (*GetProbeRequest_FieldTerminalPath) GetDefault

func (fp *GetProbeRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*GetProbeRequest_FieldTerminalPath) GetRaw

func (fp *GetProbeRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*GetProbeRequest_FieldTerminalPath) GetSingle

func (fp *GetProbeRequest_FieldTerminalPath) GetSingle(source *GetProbeRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source GetProbeRequest

func (*GetProbeRequest_FieldTerminalPath) GetSingleRaw

func (fp *GetProbeRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*GetProbeRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*GetProbeRequest_FieldTerminalPath) JSONString

func (fp *GetProbeRequest_FieldTerminalPath) JSONString() string

JSONString returns path representation is JSON convention

func (*GetProbeRequest_FieldTerminalPath) Selector

func (*GetProbeRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (fp *GetProbeRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*GetProbeRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*GetProbeRequest_FieldTerminalPath) WithIArrayItemValue

func (fp *GetProbeRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) GetProbeRequest_FieldPathArrayItemValue

func (*GetProbeRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *GetProbeRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) GetProbeRequest_FieldPathArrayOfValues

func (*GetProbeRequest_FieldTerminalPath) WithIValue

func (fp *GetProbeRequest_FieldTerminalPath) WithIValue(value interface{}) GetProbeRequest_FieldPathValue

func (*GetProbeRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *GetProbeRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*GetProbeRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *GetProbeRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*GetProbeRequest_FieldTerminalPath) WithRawIValue

func (fp *GetProbeRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type GetProbeRequest_FieldTerminalPathArrayItemValue

type GetProbeRequest_FieldTerminalPathArrayItemValue struct {
	GetProbeRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetProbeRequest_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'GetProbeRequest'

func (*GetProbeRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *GetProbeRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object GetProbeRequest as interface{}

func (*GetProbeRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *GetProbeRequest_FieldTerminalPathArrayItemValue) GetSingle(source *GetProbeRequest) (interface{}, bool)

func (*GetProbeRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *GetProbeRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type GetProbeRequest_FieldTerminalPathArrayOfValues

type GetProbeRequest_FieldTerminalPathArrayOfValues struct {
	GetProbeRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetProbeRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (fpaov *GetProbeRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*probe.Probe_FieldMask, bool)

func (*GetProbeRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (fpaov *GetProbeRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*probe.Reference, bool)

func (*GetProbeRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (fpaov *GetProbeRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)

func (*GetProbeRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *GetProbeRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type GetProbeRequest_FieldTerminalPathValue

type GetProbeRequest_FieldTerminalPathValue struct {
	GetProbeRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetProbeRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*GetProbeRequest_FieldTerminalPathValue) AsNameValue

func (*GetProbeRequest_FieldTerminalPathValue) AsViewValue

func (fpv *GetProbeRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)

func (*GetProbeRequest_FieldTerminalPathValue) CompareWith

func (fpv *GetProbeRequest_FieldTerminalPathValue) CompareWith(source *GetProbeRequest) (int, bool)

CompareWith compares value in the 'GetProbeRequest_FieldTerminalPathValue' with the value under path in 'GetProbeRequest'.

func (*GetProbeRequest_FieldTerminalPathValue) CompareWithRaw

func (fpv *GetProbeRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*GetProbeRequest_FieldTerminalPathValue) GetRawValue

func (fpv *GetProbeRequest_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'GetProbeRequest' as interface{}

func (*GetProbeRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object GetProbeRequest

func (*GetProbeRequest_FieldTerminalPathValue) SetToRaw

type ListMyProbesDescriptor added in v0.4.26

type ListMyProbesDescriptor struct{}

func GetListMyProbesDescriptor added in v0.4.26

func GetListMyProbesDescriptor() *ListMyProbesDescriptor

func (*ListMyProbesDescriptor) GetApiDescriptor added in v0.4.26

func (d *ListMyProbesDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*ListMyProbesDescriptor) GetApiName added in v0.4.26

func (d *ListMyProbesDescriptor) GetApiName() string

func (*ListMyProbesDescriptor) GetClientMsgReflectHandle added in v0.4.26

func (d *ListMyProbesDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*ListMyProbesDescriptor) GetFullMethodName added in v0.4.26

func (d *ListMyProbesDescriptor) GetFullMethodName() string

func (*ListMyProbesDescriptor) GetMethodName added in v0.4.26

func (d *ListMyProbesDescriptor) GetMethodName() string

func (*ListMyProbesDescriptor) GetProtoPkgName added in v0.4.26

func (d *ListMyProbesDescriptor) GetProtoPkgName() string

func (*ListMyProbesDescriptor) GetResourceDescriptor added in v0.4.27

func (d *ListMyProbesDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*ListMyProbesDescriptor) GetServerMsgReflectHandle added in v0.4.26

func (d *ListMyProbesDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*ListMyProbesDescriptor) GetServiceDomain added in v0.4.26

func (d *ListMyProbesDescriptor) GetServiceDomain() string

func (*ListMyProbesDescriptor) GetServiceVersion added in v0.4.26

func (d *ListMyProbesDescriptor) GetServiceVersion() string

func (*ListMyProbesDescriptor) GetVerb added in v0.4.26

func (d *ListMyProbesDescriptor) GetVerb() string

func (*ListMyProbesDescriptor) HasResource added in v0.4.27

func (d *ListMyProbesDescriptor) HasResource() bool

func (*ListMyProbesDescriptor) IsClientStream added in v0.4.26

func (d *ListMyProbesDescriptor) IsClientStream() bool

func (*ListMyProbesDescriptor) IsCollection added in v0.4.27

func (d *ListMyProbesDescriptor) IsCollection() bool

func (*ListMyProbesDescriptor) IsPlural added in v0.4.27

func (d *ListMyProbesDescriptor) IsPlural() bool

func (*ListMyProbesDescriptor) IsServerStream added in v0.4.26

func (d *ListMyProbesDescriptor) IsServerStream() bool

func (*ListMyProbesDescriptor) IsUnary added in v0.4.26

func (d *ListMyProbesDescriptor) IsUnary() bool

func (*ListMyProbesDescriptor) NewEmptyClientMsg added in v0.4.26

func (d *ListMyProbesDescriptor) NewEmptyClientMsg() proto.Message

func (*ListMyProbesDescriptor) NewEmptyServerMsg added in v0.4.26

func (d *ListMyProbesDescriptor) NewEmptyServerMsg() proto.Message

func (*ListMyProbesDescriptor) RequestHasResourceBody added in v0.4.26

func (d *ListMyProbesDescriptor) RequestHasResourceBody() bool

type ListMyProbesDescriptorClientMsgHandle added in v0.4.26

type ListMyProbesDescriptorClientMsgHandle struct{}

func (*ListMyProbesDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

func (*ListMyProbesDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*ListMyProbesDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type ListMyProbesDescriptorServerMsgHandle added in v0.4.26

type ListMyProbesDescriptorServerMsgHandle struct{}

func (*ListMyProbesDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

func (*ListMyProbesDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*ListMyProbesDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

type ListProbesDescriptor added in v0.4.26

type ListProbesDescriptor struct{}

func GetListProbesDescriptor added in v0.4.26

func GetListProbesDescriptor() *ListProbesDescriptor

func (*ListProbesDescriptor) GetApiDescriptor added in v0.4.26

func (d *ListProbesDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*ListProbesDescriptor) GetApiName added in v0.4.26

func (d *ListProbesDescriptor) GetApiName() string

func (*ListProbesDescriptor) GetClientMsgReflectHandle added in v0.4.26

func (d *ListProbesDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*ListProbesDescriptor) GetFullMethodName added in v0.4.26

func (d *ListProbesDescriptor) GetFullMethodName() string

func (*ListProbesDescriptor) GetMethodName added in v0.4.26

func (d *ListProbesDescriptor) GetMethodName() string

func (*ListProbesDescriptor) GetProtoPkgName added in v0.4.26

func (d *ListProbesDescriptor) GetProtoPkgName() string

func (*ListProbesDescriptor) GetResourceDescriptor added in v0.4.27

func (d *ListProbesDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*ListProbesDescriptor) GetServerMsgReflectHandle added in v0.4.26

func (d *ListProbesDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*ListProbesDescriptor) GetServiceDomain added in v0.4.26

func (d *ListProbesDescriptor) GetServiceDomain() string

func (*ListProbesDescriptor) GetServiceVersion added in v0.4.26

func (d *ListProbesDescriptor) GetServiceVersion() string

func (*ListProbesDescriptor) GetVerb added in v0.4.26

func (d *ListProbesDescriptor) GetVerb() string

func (*ListProbesDescriptor) HasResource added in v0.4.27

func (d *ListProbesDescriptor) HasResource() bool

func (*ListProbesDescriptor) IsClientStream added in v0.4.26

func (d *ListProbesDescriptor) IsClientStream() bool

func (*ListProbesDescriptor) IsCollection added in v0.4.27

func (d *ListProbesDescriptor) IsCollection() bool

func (*ListProbesDescriptor) IsPlural added in v0.4.27

func (d *ListProbesDescriptor) IsPlural() bool

func (*ListProbesDescriptor) IsServerStream added in v0.4.26

func (d *ListProbesDescriptor) IsServerStream() bool

func (*ListProbesDescriptor) IsUnary added in v0.4.26

func (d *ListProbesDescriptor) IsUnary() bool

func (*ListProbesDescriptor) NewEmptyClientMsg added in v0.4.26

func (d *ListProbesDescriptor) NewEmptyClientMsg() proto.Message

func (*ListProbesDescriptor) NewEmptyServerMsg added in v0.4.26

func (d *ListProbesDescriptor) NewEmptyServerMsg() proto.Message

func (*ListProbesDescriptor) RequestHasResourceBody added in v0.4.26

func (d *ListProbesDescriptor) RequestHasResourceBody() bool

type ListProbesDescriptorClientMsgHandle added in v0.4.26

type ListProbesDescriptorClientMsgHandle struct{}

func (*ListProbesDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

func (h *ListProbesDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*ListProbesDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*ListProbesDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type ListProbesDescriptorServerMsgHandle added in v0.4.26

type ListProbesDescriptorServerMsgHandle struct{}

func (*ListProbesDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

func (h *ListProbesDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*ListProbesDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*ListProbesDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

type ListProbesRequest

type ListProbesRequest struct {

	// Parent name of ntt.watchdog.v1alpha2.Probe
	Parent *probe.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer Probes than requested.
	// If unspecified, server will pick an appropriate default.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"`
	// A token identifying a page of results the server should return.
	// Typically, this is the value of
	// [ListProbesResponse.next_page_token][ntt.watchdog.v1alpha2.ListProbesResponse.next_page_token]
	PageToken *probe.PagerCursor `` /* 133-byte string literal not displayed */
	// Order By -
	// https://cloud.google.com/apis/design/design_patterns#list_pagination list
	// of field path with order directive, either 'asc' or 'desc'. If direction is
	// not provided, 'asc' is assumed. e.g. "state.nested_field asc,
	// state.something.else desc, theme"
	OrderBy *probe.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"`
	// Filter - filter results by field criteria. Simplified SQL-like syntax with
	// following operators:
	// <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS
	// [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels
	// CONTAINS "severity:important" OR (state.last_error_time >
	// "2018-11-15T10:00:00Z" AND state.status = "ERROR")'
	Filter *probe.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view
	FieldMask *probe.Probe_FieldMask `` /* 137-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,7,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"`
	// Indicates if list response should contain total count and offset (fields
	// current_offset and total_results_count).
	IncludePagingInfo bool `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for method [ListProbes][ntt.watchdog.v1alpha2.ListProbes]

func (*ListProbesRequest) Clone

func (*ListProbesRequest) CloneRaw

func (*ListProbesRequest) Descriptor

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

Deprecated, Use ListProbesRequest.ProtoReflect.Descriptor instead.

func (*ListProbesRequest) GetFieldMask

func (m *ListProbesRequest) GetFieldMask() *probe.Probe_FieldMask

func (*ListProbesRequest) GetFilter

func (m *ListProbesRequest) GetFilter() *probe.Filter

func (*ListProbesRequest) GetIncludePagingInfo added in v0.8.3

func (m *ListProbesRequest) GetIncludePagingInfo() bool

func (*ListProbesRequest) GetOrderBy

func (m *ListProbesRequest) GetOrderBy() *probe.OrderBy

func (*ListProbesRequest) GetPageSize

func (m *ListProbesRequest) GetPageSize() int32

func (*ListProbesRequest) GetPageToken

func (m *ListProbesRequest) GetPageToken() *probe.PagerCursor

func (*ListProbesRequest) GetParent

func (m *ListProbesRequest) GetParent() *probe.ParentName

func (*ListProbesRequest) GetView

func (m *ListProbesRequest) GetView() view.View

func (*ListProbesRequest) GotenMessage

func (*ListProbesRequest) GotenMessage()

func (*ListProbesRequest) GotenObjectExt

func (o *ListProbesRequest) GotenObjectExt()

func (*ListProbesRequest) GotenValidate

func (obj *ListProbesRequest) GotenValidate() error

func (*ListProbesRequest) MakeDiffFieldMask

func (o *ListProbesRequest) MakeDiffFieldMask(other *ListProbesRequest) *ListProbesRequest_FieldMask

func (*ListProbesRequest) MakeFullFieldMask

func (o *ListProbesRequest) MakeFullFieldMask() *ListProbesRequest_FieldMask

func (*ListProbesRequest) MakeRawDiffFieldMask

func (o *ListProbesRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*ListProbesRequest) MakeRawFullFieldMask

func (o *ListProbesRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*ListProbesRequest) Marshal

func (m *ListProbesRequest) Marshal() ([]byte, error)

func (*ListProbesRequest) MarshalJSON

func (m *ListProbesRequest) MarshalJSON() ([]byte, error)

func (*ListProbesRequest) Merge

func (o *ListProbesRequest) Merge(source *ListProbesRequest)

func (*ListProbesRequest) MergeRaw

func (o *ListProbesRequest) MergeRaw(source gotenobject.GotenObjectExt)

func (*ListProbesRequest) ProtoMessage

func (*ListProbesRequest) ProtoMessage()

func (*ListProbesRequest) ProtoReflect

func (m *ListProbesRequest) ProtoReflect() preflect.Message

func (*ListProbesRequest) Reset

func (m *ListProbesRequest) Reset()

func (*ListProbesRequest) SetFieldMask

func (m *ListProbesRequest) SetFieldMask(fv *probe.Probe_FieldMask)

func (*ListProbesRequest) SetFilter

func (m *ListProbesRequest) SetFilter(fv *probe.Filter)

func (*ListProbesRequest) SetIncludePagingInfo added in v0.8.3

func (m *ListProbesRequest) SetIncludePagingInfo(fv bool)

func (*ListProbesRequest) SetOrderBy

func (m *ListProbesRequest) SetOrderBy(fv *probe.OrderBy)

func (*ListProbesRequest) SetPageSize

func (m *ListProbesRequest) SetPageSize(fv int32)

func (*ListProbesRequest) SetPageToken

func (m *ListProbesRequest) SetPageToken(fv *probe.PagerCursor)

func (*ListProbesRequest) SetParent

func (m *ListProbesRequest) SetParent(fv *probe.ParentName)

func (*ListProbesRequest) SetView

func (m *ListProbesRequest) SetView(fv view.View)

func (*ListProbesRequest) String

func (m *ListProbesRequest) String() string

func (*ListProbesRequest) Unmarshal

func (m *ListProbesRequest) Unmarshal(b []byte) error

func (*ListProbesRequest) UnmarshalJSON

func (m *ListProbesRequest) UnmarshalJSON(data []byte) error

type ListProbesRequestFieldPathBuilder

type ListProbesRequestFieldPathBuilder struct{}

func NewListProbesRequestFieldPathBuilder

func NewListProbesRequestFieldPathBuilder() ListProbesRequestFieldPathBuilder

func (ListProbesRequestFieldPathBuilder) FieldMask

func (ListProbesRequestFieldPathBuilder) Filter

func (ListProbesRequestFieldPathBuilder) IncludePagingInfo added in v0.8.3

func (ListProbesRequestFieldPathBuilder) OrderBy

func (ListProbesRequestFieldPathBuilder) PageSize

func (ListProbesRequestFieldPathBuilder) PageToken

func (ListProbesRequestFieldPathBuilder) Parent

func (ListProbesRequestFieldPathBuilder) View

type ListProbesRequestPathSelectorFieldMask

type ListProbesRequestPathSelectorFieldMask struct{}

func (ListProbesRequestPathSelectorFieldMask) FieldPath

func (ListProbesRequestPathSelectorFieldMask) WithArrayOfValues

func (ListProbesRequestPathSelectorFieldMask) WithValue

type ListProbesRequestPathSelectorFilter

type ListProbesRequestPathSelectorFilter struct{}

func (ListProbesRequestPathSelectorFilter) FieldPath

func (ListProbesRequestPathSelectorFilter) WithArrayOfValues

func (ListProbesRequestPathSelectorFilter) WithValue

type ListProbesRequestPathSelectorIncludePagingInfo added in v0.8.3

type ListProbesRequestPathSelectorIncludePagingInfo struct{}

func (ListProbesRequestPathSelectorIncludePagingInfo) FieldPath added in v0.8.3

func (ListProbesRequestPathSelectorIncludePagingInfo) WithArrayOfValues added in v0.8.3

func (ListProbesRequestPathSelectorIncludePagingInfo) WithValue added in v0.8.3

type ListProbesRequestPathSelectorOrderBy

type ListProbesRequestPathSelectorOrderBy struct{}

func (ListProbesRequestPathSelectorOrderBy) FieldPath

func (ListProbesRequestPathSelectorOrderBy) WithArrayOfValues

func (ListProbesRequestPathSelectorOrderBy) WithValue

type ListProbesRequestPathSelectorPageSize

type ListProbesRequestPathSelectorPageSize struct{}

func (ListProbesRequestPathSelectorPageSize) FieldPath

func (ListProbesRequestPathSelectorPageSize) WithArrayOfValues

func (ListProbesRequestPathSelectorPageSize) WithValue

type ListProbesRequestPathSelectorPageToken

type ListProbesRequestPathSelectorPageToken struct{}

func (ListProbesRequestPathSelectorPageToken) FieldPath

func (ListProbesRequestPathSelectorPageToken) WithArrayOfValues

func (ListProbesRequestPathSelectorPageToken) WithValue

type ListProbesRequestPathSelectorParent

type ListProbesRequestPathSelectorParent struct{}

func (ListProbesRequestPathSelectorParent) FieldPath

func (ListProbesRequestPathSelectorParent) WithArrayOfValues

func (ListProbesRequestPathSelectorParent) WithValue

type ListProbesRequestPathSelectorView

type ListProbesRequestPathSelectorView struct{}

func (ListProbesRequestPathSelectorView) FieldPath

func (ListProbesRequestPathSelectorView) WithArrayOfValues

func (ListProbesRequestPathSelectorView) WithValue

type ListProbesRequest_FieldMask

type ListProbesRequest_FieldMask struct {
	Paths []ListProbesRequest_FieldPath
}

func FullListProbesRequest_FieldMask

func FullListProbesRequest_FieldMask() *ListProbesRequest_FieldMask

func (*ListProbesRequest_FieldMask) AppendPath

func (fieldMask *ListProbesRequest_FieldMask) AppendPath(path ListProbesRequest_FieldPath)

func (*ListProbesRequest_FieldMask) AppendRawPath

func (fieldMask *ListProbesRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*ListProbesRequest_FieldMask) DecodeFirestore

func (fieldMask *ListProbesRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*ListProbesRequest_FieldMask) EncodeFirestore

func (fieldMask *ListProbesRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*ListProbesRequest_FieldMask) FilterInputFields

func (fieldMask *ListProbesRequest_FieldMask) FilterInputFields() *ListProbesRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListProbesRequest_FieldMask) FromProtoFieldMask

func (fieldMask *ListProbesRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*ListProbesRequest_FieldMask) GetPaths

func (*ListProbesRequest_FieldMask) GetRawPaths

func (fieldMask *ListProbesRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*ListProbesRequest_FieldMask) IsFull

func (fieldMask *ListProbesRequest_FieldMask) IsFull() bool

func (ListProbesRequest_FieldMask) Marshal

func (fieldMask ListProbesRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (ListProbesRequest_FieldMask) MarshalJSON

func (fieldMask ListProbesRequest_FieldMask) MarshalJSON() ([]byte, error)

func (*ListProbesRequest_FieldMask) PathsCount

func (fieldMask *ListProbesRequest_FieldMask) PathsCount() int

func (*ListProbesRequest_FieldMask) Project

func (*ListProbesRequest_FieldMask) ProjectRaw

func (*ListProbesRequest_FieldMask) ProtoMessage

func (fieldMask *ListProbesRequest_FieldMask) ProtoMessage()

func (*ListProbesRequest_FieldMask) ProtoReflect

func (fieldMask *ListProbesRequest_FieldMask) ProtoReflect() preflect.Message

func (*ListProbesRequest_FieldMask) Reset

func (fieldMask *ListProbesRequest_FieldMask) Reset()

func (*ListProbesRequest_FieldMask) Set

func (fieldMask *ListProbesRequest_FieldMask) Set(target, source *ListProbesRequest)

func (*ListProbesRequest_FieldMask) SetFromCliFlag

func (fieldMask *ListProbesRequest_FieldMask) SetFromCliFlag(raw string) error

func (*ListProbesRequest_FieldMask) SetRaw

func (fieldMask *ListProbesRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*ListProbesRequest_FieldMask) Size

func (fieldMask *ListProbesRequest_FieldMask) Size() int

func (*ListProbesRequest_FieldMask) String

func (fieldMask *ListProbesRequest_FieldMask) String() string

func (*ListProbesRequest_FieldMask) Subtract

func (*ListProbesRequest_FieldMask) SubtractRaw

func (*ListProbesRequest_FieldMask) ToProtoFieldMask

func (fieldMask *ListProbesRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*ListProbesRequest_FieldMask) Unmarshal

func (fieldMask *ListProbesRequest_FieldMask) Unmarshal(data []byte) error

func (*ListProbesRequest_FieldMask) UnmarshalJSON

func (fieldMask *ListProbesRequest_FieldMask) UnmarshalJSON(data []byte) error

type ListProbesRequest_FieldPath

type ListProbesRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListProbesRequest_FieldPathSelector
	Get(source *ListProbesRequest) []interface{}
	GetSingle(source *ListProbesRequest) (interface{}, bool)
	ClearValue(item *ListProbesRequest)

	// Those methods build corresponding ListProbesRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) ListProbesRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) ListProbesRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) ListProbesRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseListProbesRequest_FieldPath

func MustParseListProbesRequest_FieldPath(rawField string) ListProbesRequest_FieldPath

func ParseListProbesRequest_FieldPath

func ParseListProbesRequest_FieldPath(rawField string) (ListProbesRequest_FieldPath, error)

type ListProbesRequest_FieldPathArrayItemValue

type ListProbesRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListProbesRequest_FieldPath
	ContainsValue(*ListProbesRequest) bool
}

ListProbesRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for ListProbesRequest according to their type Present only for array (repeated) types.

func MustParseListProbesRequest_FieldPathArrayItemValue

func MustParseListProbesRequest_FieldPathArrayItemValue(pathStr, valueStr string) ListProbesRequest_FieldPathArrayItemValue

func ParseListProbesRequest_FieldPathArrayItemValue

func ParseListProbesRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ListProbesRequest_FieldPathArrayItemValue, error)

ParseListProbesRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListProbesRequest_FieldPathArrayOfValues

type ListProbesRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListProbesRequest_FieldPath
}

ListProbesRequest_FieldPathArrayOfValues allows storing slice of values for ListProbesRequest fields according to their type

func MustParseListProbesRequest_FieldPathArrayOfValues

func MustParseListProbesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ListProbesRequest_FieldPathArrayOfValues

func ParseListProbesRequest_FieldPathArrayOfValues

func ParseListProbesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ListProbesRequest_FieldPathArrayOfValues, error)

type ListProbesRequest_FieldPathSelector

type ListProbesRequest_FieldPathSelector int32
const (
	ListProbesRequest_FieldPathSelectorParent            ListProbesRequest_FieldPathSelector = 0
	ListProbesRequest_FieldPathSelectorPageSize          ListProbesRequest_FieldPathSelector = 1
	ListProbesRequest_FieldPathSelectorPageToken         ListProbesRequest_FieldPathSelector = 2
	ListProbesRequest_FieldPathSelectorOrderBy           ListProbesRequest_FieldPathSelector = 3
	ListProbesRequest_FieldPathSelectorFilter            ListProbesRequest_FieldPathSelector = 4
	ListProbesRequest_FieldPathSelectorFieldMask         ListProbesRequest_FieldPathSelector = 5
	ListProbesRequest_FieldPathSelectorView              ListProbesRequest_FieldPathSelector = 6
	ListProbesRequest_FieldPathSelectorIncludePagingInfo ListProbesRequest_FieldPathSelector = 7
)

func (ListProbesRequest_FieldPathSelector) String

type ListProbesRequest_FieldPathValue

type ListProbesRequest_FieldPathValue interface {
	ListProbesRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListProbesRequest)
	CompareWith(*ListProbesRequest) (cmp int, comparable bool)
}

ListProbesRequest_FieldPathValue allows storing values for ListProbesRequest fields according to their type

func MustParseListProbesRequest_FieldPathValue

func MustParseListProbesRequest_FieldPathValue(pathStr, valueStr string) ListProbesRequest_FieldPathValue

func ParseListProbesRequest_FieldPathValue

func ParseListProbesRequest_FieldPathValue(pathStr, valueStr string) (ListProbesRequest_FieldPathValue, error)

type ListProbesRequest_FieldTerminalPath

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

func (*ListProbesRequest_FieldTerminalPath) ClearValue

func (*ListProbesRequest_FieldTerminalPath) ClearValueRaw

func (fp *ListProbesRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*ListProbesRequest_FieldTerminalPath) Get

func (fp *ListProbesRequest_FieldTerminalPath) Get(source *ListProbesRequest) (values []interface{})

Get returns all values pointed by specific field from source ListProbesRequest

func (*ListProbesRequest_FieldTerminalPath) GetDefault

func (fp *ListProbesRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*ListProbesRequest_FieldTerminalPath) GetRaw

func (fp *ListProbesRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*ListProbesRequest_FieldTerminalPath) GetSingle

func (fp *ListProbesRequest_FieldTerminalPath) GetSingle(source *ListProbesRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source ListProbesRequest

func (*ListProbesRequest_FieldTerminalPath) GetSingleRaw

func (fp *ListProbesRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*ListProbesRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListProbesRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListProbesRequest_FieldTerminalPath) Selector

func (*ListProbesRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (fp *ListProbesRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*ListProbesRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListProbesRequest_FieldTerminalPath) WithIArrayItemValue

func (fp *ListProbesRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListProbesRequest_FieldPathArrayItemValue

func (*ListProbesRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *ListProbesRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListProbesRequest_FieldPathArrayOfValues

func (*ListProbesRequest_FieldTerminalPath) WithIValue

func (*ListProbesRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *ListProbesRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*ListProbesRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *ListProbesRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*ListProbesRequest_FieldTerminalPath) WithRawIValue

func (fp *ListProbesRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type ListProbesRequest_FieldTerminalPathArrayItemValue

type ListProbesRequest_FieldTerminalPathArrayItemValue struct {
	ListProbesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListProbesRequest_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'ListProbesRequest'

func (*ListProbesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *ListProbesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object ListProbesRequest as interface{}

func (*ListProbesRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *ListProbesRequest_FieldTerminalPathArrayItemValue) GetSingle(source *ListProbesRequest) (interface{}, bool)

func (*ListProbesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *ListProbesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type ListProbesRequest_FieldTerminalPathArrayOfValues

type ListProbesRequest_FieldTerminalPathArrayOfValues struct {
	ListProbesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListProbesRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (fpaov *ListProbesRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*probe.Probe_FieldMask, bool)

func (*ListProbesRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (fpaov *ListProbesRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*probe.Filter, bool)

func (*ListProbesRequest_FieldTerminalPathArrayOfValues) AsIncludePagingInfoArrayOfValues added in v0.8.3

func (fpaov *ListProbesRequest_FieldTerminalPathArrayOfValues) AsIncludePagingInfoArrayOfValues() ([]bool, bool)

func (*ListProbesRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (fpaov *ListProbesRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*probe.OrderBy, bool)

func (*ListProbesRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

func (fpaov *ListProbesRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)

func (*ListProbesRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (fpaov *ListProbesRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*probe.PagerCursor, bool)

func (*ListProbesRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (fpaov *ListProbesRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*probe.ParentName, bool)

func (*ListProbesRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (fpaov *ListProbesRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)

func (*ListProbesRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *ListProbesRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type ListProbesRequest_FieldTerminalPathValue

type ListProbesRequest_FieldTerminalPathValue struct {
	ListProbesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListProbesRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*ListProbesRequest_FieldTerminalPathValue) AsFilterValue

func (fpv *ListProbesRequest_FieldTerminalPathValue) AsFilterValue() (*probe.Filter, bool)

func (*ListProbesRequest_FieldTerminalPathValue) AsIncludePagingInfoValue added in v0.8.3

func (fpv *ListProbesRequest_FieldTerminalPathValue) AsIncludePagingInfoValue() (bool, bool)

func (*ListProbesRequest_FieldTerminalPathValue) AsOrderByValue

func (fpv *ListProbesRequest_FieldTerminalPathValue) AsOrderByValue() (*probe.OrderBy, bool)

func (*ListProbesRequest_FieldTerminalPathValue) AsPageSizeValue

func (fpv *ListProbesRequest_FieldTerminalPathValue) AsPageSizeValue() (int32, bool)

func (*ListProbesRequest_FieldTerminalPathValue) AsPageTokenValue

func (fpv *ListProbesRequest_FieldTerminalPathValue) AsPageTokenValue() (*probe.PagerCursor, bool)

func (*ListProbesRequest_FieldTerminalPathValue) AsParentValue

func (*ListProbesRequest_FieldTerminalPathValue) AsViewValue

func (*ListProbesRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListProbesRequest_FieldTerminalPathValue' with the value under path in 'ListProbesRequest'.

func (*ListProbesRequest_FieldTerminalPathValue) CompareWithRaw

func (fpv *ListProbesRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*ListProbesRequest_FieldTerminalPathValue) GetRawValue

func (fpv *ListProbesRequest_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'ListProbesRequest' as interface{}

func (*ListProbesRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListProbesRequest

func (*ListProbesRequest_FieldTerminalPathValue) SetToRaw

type ListProbesResponse

type ListProbesResponse struct {

	// The list of Probes
	Probes []*probe.Probe `protobuf:"bytes,1,rep,name=probes,proto3" json:"probes,omitempty" firestore:"probes"`
	// A token to retrieve previous page of results. Pass this value in the
	// [ListProbesRequest.page_token][ntt.watchdog.v1alpha2.ListProbesRequest.page_token]
	PrevPageToken *probe.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListProbesRequest.page_token][ntt.watchdog.v1alpha2.ListProbesRequest.page_token]
	NextPageToken *probe.PagerCursor `` /* 151-byte string literal not displayed */
	// Current offset from the first page or 0 if no page tokens were given,
	// paging info was not requested or there was an error while trying to get
	// it). Page index can be computed from offset and limit provided in a
	// request.
	CurrentOffset int32 `` /* 127-byte string literal not displayed */
	// Number of total Probes across all pages or 0, if there are no items, paging
	// info was not requested or there was an error while trying to get it.
	TotalResultsCount int32 `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for method [ListProbes][ntt.watchdog.v1alpha2.ListProbes]

func (*ListProbesResponse) Clone

func (*ListProbesResponse) CloneRaw

func (*ListProbesResponse) Descriptor

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

Deprecated, Use ListProbesResponse.ProtoReflect.Descriptor instead.

func (*ListProbesResponse) GetCurrentOffset added in v0.8.3

func (m *ListProbesResponse) GetCurrentOffset() int32

func (*ListProbesResponse) GetNextPageToken

func (m *ListProbesResponse) GetNextPageToken() *probe.PagerCursor

func (*ListProbesResponse) GetPrevPageToken

func (m *ListProbesResponse) GetPrevPageToken() *probe.PagerCursor

func (*ListProbesResponse) GetProbes

func (m *ListProbesResponse) GetProbes() []*probe.Probe

func (*ListProbesResponse) GetTotalResultsCount added in v0.8.3

func (m *ListProbesResponse) GetTotalResultsCount() int32

func (*ListProbesResponse) GotenMessage

func (*ListProbesResponse) GotenMessage()

func (*ListProbesResponse) GotenObjectExt

func (o *ListProbesResponse) GotenObjectExt()

func (*ListProbesResponse) GotenValidate

func (obj *ListProbesResponse) GotenValidate() error

func (*ListProbesResponse) MakeDiffFieldMask

func (*ListProbesResponse) MakeFullFieldMask

func (o *ListProbesResponse) MakeFullFieldMask() *ListProbesResponse_FieldMask

func (*ListProbesResponse) MakeRawDiffFieldMask

func (o *ListProbesResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*ListProbesResponse) MakeRawFullFieldMask

func (o *ListProbesResponse) MakeRawFullFieldMask() gotenobject.FieldMask

func (*ListProbesResponse) Marshal

func (m *ListProbesResponse) Marshal() ([]byte, error)

func (*ListProbesResponse) MarshalJSON

func (m *ListProbesResponse) MarshalJSON() ([]byte, error)

func (*ListProbesResponse) Merge

func (o *ListProbesResponse) Merge(source *ListProbesResponse)

func (*ListProbesResponse) MergeRaw

func (o *ListProbesResponse) MergeRaw(source gotenobject.GotenObjectExt)

func (*ListProbesResponse) ProtoMessage

func (*ListProbesResponse) ProtoMessage()

func (*ListProbesResponse) ProtoReflect

func (m *ListProbesResponse) ProtoReflect() preflect.Message

func (*ListProbesResponse) Reset

func (m *ListProbesResponse) Reset()

func (*ListProbesResponse) SetCurrentOffset added in v0.8.3

func (m *ListProbesResponse) SetCurrentOffset(fv int32)

func (*ListProbesResponse) SetNextPageToken

func (m *ListProbesResponse) SetNextPageToken(fv *probe.PagerCursor)

func (*ListProbesResponse) SetPrevPageToken

func (m *ListProbesResponse) SetPrevPageToken(fv *probe.PagerCursor)

func (*ListProbesResponse) SetProbes

func (m *ListProbesResponse) SetProbes(fv []*probe.Probe)

func (*ListProbesResponse) SetTotalResultsCount added in v0.8.3

func (m *ListProbesResponse) SetTotalResultsCount(fv int32)

func (*ListProbesResponse) String

func (m *ListProbesResponse) String() string

func (*ListProbesResponse) Unmarshal

func (m *ListProbesResponse) Unmarshal(b []byte) error

func (*ListProbesResponse) UnmarshalJSON

func (m *ListProbesResponse) UnmarshalJSON(data []byte) error

type ListProbesResponseFieldPathBuilder

type ListProbesResponseFieldPathBuilder struct{}

func NewListProbesResponseFieldPathBuilder

func NewListProbesResponseFieldPathBuilder() ListProbesResponseFieldPathBuilder

func (ListProbesResponseFieldPathBuilder) CurrentOffset added in v0.8.3

func (ListProbesResponseFieldPathBuilder) NextPageToken

func (ListProbesResponseFieldPathBuilder) PrevPageToken

func (ListProbesResponseFieldPathBuilder) Probes

func (ListProbesResponseFieldPathBuilder) TotalResultsCount added in v0.8.3

type ListProbesResponseMapPathSelectorProbesMetadataAnnotations

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

func (ListProbesResponseMapPathSelectorProbesMetadataAnnotations) FieldPath

func (ListProbesResponseMapPathSelectorProbesMetadataAnnotations) WithArrayOfValues

func (ListProbesResponseMapPathSelectorProbesMetadataAnnotations) WithValue

type ListProbesResponseMapPathSelectorProbesMetadataLabels

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

func (ListProbesResponseMapPathSelectorProbesMetadataLabels) FieldPath

func (ListProbesResponseMapPathSelectorProbesMetadataLabels) WithArrayOfValues

func (ListProbesResponseMapPathSelectorProbesMetadataLabels) WithValue

type ListProbesResponseMapPathSelectorProbesMetadataShards

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

func (ListProbesResponseMapPathSelectorProbesMetadataShards) FieldPath

func (ListProbesResponseMapPathSelectorProbesMetadataShards) WithArrayOfValues

func (ListProbesResponseMapPathSelectorProbesMetadataShards) WithValue

type ListProbesResponseMapPathSelectorProbesSpecActivationInvitationExtras added in v0.4.49

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

func (ListProbesResponseMapPathSelectorProbesSpecActivationInvitationExtras) FieldPath added in v0.4.49

func (ListProbesResponseMapPathSelectorProbesSpecActivationInvitationExtras) WithArrayOfValues added in v0.4.49

func (ListProbesResponseMapPathSelectorProbesSpecActivationInvitationExtras) WithValue added in v0.4.49

type ListProbesResponseMapPathSelectorProbesStatusNetworkInterfaces

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

func (ListProbesResponseMapPathSelectorProbesStatusNetworkInterfaces) FieldPath

func (ListProbesResponseMapPathSelectorProbesStatusNetworkInterfaces) WithArrayOfValues

func (ListProbesResponseMapPathSelectorProbesStatusNetworkInterfaces) WithValue

type ListProbesResponsePathSelectorCurrentOffset added in v0.8.3

type ListProbesResponsePathSelectorCurrentOffset struct{}

func (ListProbesResponsePathSelectorCurrentOffset) FieldPath added in v0.8.3

func (ListProbesResponsePathSelectorCurrentOffset) WithArrayOfValues added in v0.8.3

func (ListProbesResponsePathSelectorCurrentOffset) WithValue added in v0.8.3

type ListProbesResponsePathSelectorNextPageToken

type ListProbesResponsePathSelectorNextPageToken struct{}

func (ListProbesResponsePathSelectorNextPageToken) FieldPath

func (ListProbesResponsePathSelectorNextPageToken) WithArrayOfValues

func (ListProbesResponsePathSelectorNextPageToken) WithValue

type ListProbesResponsePathSelectorPrevPageToken

type ListProbesResponsePathSelectorPrevPageToken struct{}

func (ListProbesResponsePathSelectorPrevPageToken) FieldPath

func (ListProbesResponsePathSelectorPrevPageToken) WithArrayOfValues

func (ListProbesResponsePathSelectorPrevPageToken) WithValue

type ListProbesResponsePathSelectorProbes

type ListProbesResponsePathSelectorProbes struct{}

func (ListProbesResponsePathSelectorProbes) DisplayName

func (ListProbesResponsePathSelectorProbes) FieldPath

func (ListProbesResponsePathSelectorProbes) LowerDisplayName

func (ListProbesResponsePathSelectorProbes) Memo

func (ListProbesResponsePathSelectorProbes) Metadata

func (ListProbesResponsePathSelectorProbes) Name

func (ListProbesResponsePathSelectorProbes) Spec

func (ListProbesResponsePathSelectorProbes) Status

func (ListProbesResponsePathSelectorProbes) WithArrayOfValues

func (ListProbesResponsePathSelectorProbes) WithItemValue

func (ListProbesResponsePathSelectorProbes) WithSubArrayItemValue

func (ListProbesResponsePathSelectorProbes) WithSubArrayOfValues

func (ListProbesResponsePathSelectorProbes) WithSubPath

func (ListProbesResponsePathSelectorProbes) WithSubValue

func (ListProbesResponsePathSelectorProbes) WithValue

type ListProbesResponsePathSelectorProbesDisplayName

type ListProbesResponsePathSelectorProbesDisplayName struct{}

func (ListProbesResponsePathSelectorProbesDisplayName) FieldPath

func (ListProbesResponsePathSelectorProbesDisplayName) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesDisplayName) WithValue

type ListProbesResponsePathSelectorProbesLowerDisplayName

type ListProbesResponsePathSelectorProbesLowerDisplayName struct{}

func (ListProbesResponsePathSelectorProbesLowerDisplayName) FieldPath

func (ListProbesResponsePathSelectorProbesLowerDisplayName) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesLowerDisplayName) WithValue

type ListProbesResponsePathSelectorProbesMemo

type ListProbesResponsePathSelectorProbesMemo struct{}

func (ListProbesResponsePathSelectorProbesMemo) CreateTime

func (ListProbesResponsePathSelectorProbesMemo) CreatedBy

func (ListProbesResponsePathSelectorProbesMemo) FieldPath

func (ListProbesResponsePathSelectorProbesMemo) Message

func (ListProbesResponsePathSelectorProbesMemo) UpdateTime

func (ListProbesResponsePathSelectorProbesMemo) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesMemo) WithItemValue

func (ListProbesResponsePathSelectorProbesMemo) WithValue

type ListProbesResponsePathSelectorProbesMemoCreateTime

type ListProbesResponsePathSelectorProbesMemoCreateTime struct{}

func (ListProbesResponsePathSelectorProbesMemoCreateTime) FieldPath

func (ListProbesResponsePathSelectorProbesMemoCreateTime) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesMemoCreateTime) WithValue

type ListProbesResponsePathSelectorProbesMemoCreatedBy

type ListProbesResponsePathSelectorProbesMemoCreatedBy struct{}

func (ListProbesResponsePathSelectorProbesMemoCreatedBy) FieldPath

func (ListProbesResponsePathSelectorProbesMemoCreatedBy) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesMemoCreatedBy) WithValue

type ListProbesResponsePathSelectorProbesMemoMessage

type ListProbesResponsePathSelectorProbesMemoMessage struct{}

func (ListProbesResponsePathSelectorProbesMemoMessage) FieldPath

func (ListProbesResponsePathSelectorProbesMemoMessage) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesMemoMessage) WithValue

type ListProbesResponsePathSelectorProbesMemoUpdateTime

type ListProbesResponsePathSelectorProbesMemoUpdateTime struct{}

func (ListProbesResponsePathSelectorProbesMemoUpdateTime) FieldPath

func (ListProbesResponsePathSelectorProbesMemoUpdateTime) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesMemoUpdateTime) WithValue

type ListProbesResponsePathSelectorProbesMetadata

type ListProbesResponsePathSelectorProbesMetadata struct{}

func (ListProbesResponsePathSelectorProbesMetadata) Annotations

func (ListProbesResponsePathSelectorProbesMetadata) CreateTime

func (ListProbesResponsePathSelectorProbesMetadata) DeleteTime added in v0.7.1

func (ListProbesResponsePathSelectorProbesMetadata) FieldPath

func (ListProbesResponsePathSelectorProbesMetadata) Generation

func (ListProbesResponsePathSelectorProbesMetadata) Labels

func (ListProbesResponsePathSelectorProbesMetadata) Lifecycle added in v0.7.1

func (ListProbesResponsePathSelectorProbesMetadata) OwnerReferences

func (ListProbesResponsePathSelectorProbesMetadata) ResourceVersion

func (ListProbesResponsePathSelectorProbesMetadata) Shards

func (ListProbesResponsePathSelectorProbesMetadata) Syncing

func (ListProbesResponsePathSelectorProbesMetadata) Tags

func (ListProbesResponsePathSelectorProbesMetadata) UpdateTime

func (ListProbesResponsePathSelectorProbesMetadata) Uuid

func (ListProbesResponsePathSelectorProbesMetadata) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesMetadata) WithValue

type ListProbesResponsePathSelectorProbesMetadataAnnotations

type ListProbesResponsePathSelectorProbesMetadataAnnotations struct{}

func (ListProbesResponsePathSelectorProbesMetadataAnnotations) FieldPath

func (ListProbesResponsePathSelectorProbesMetadataAnnotations) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesMetadataAnnotations) WithKey

func (ListProbesResponsePathSelectorProbesMetadataAnnotations) WithValue

type ListProbesResponsePathSelectorProbesMetadataCreateTime

type ListProbesResponsePathSelectorProbesMetadataCreateTime struct{}

func (ListProbesResponsePathSelectorProbesMetadataCreateTime) FieldPath

func (ListProbesResponsePathSelectorProbesMetadataCreateTime) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesMetadataCreateTime) WithValue

type ListProbesResponsePathSelectorProbesMetadataDeleteTime added in v0.7.1

type ListProbesResponsePathSelectorProbesMetadataDeleteTime struct{}

func (ListProbesResponsePathSelectorProbesMetadataDeleteTime) FieldPath added in v0.7.1

func (ListProbesResponsePathSelectorProbesMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (ListProbesResponsePathSelectorProbesMetadataDeleteTime) WithValue added in v0.7.1

type ListProbesResponsePathSelectorProbesMetadataGeneration

type ListProbesResponsePathSelectorProbesMetadataGeneration struct{}

func (ListProbesResponsePathSelectorProbesMetadataGeneration) FieldPath

func (ListProbesResponsePathSelectorProbesMetadataGeneration) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesMetadataGeneration) WithValue

type ListProbesResponsePathSelectorProbesMetadataLabels

type ListProbesResponsePathSelectorProbesMetadataLabels struct{}

func (ListProbesResponsePathSelectorProbesMetadataLabels) FieldPath

func (ListProbesResponsePathSelectorProbesMetadataLabels) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesMetadataLabels) WithKey

func (ListProbesResponsePathSelectorProbesMetadataLabels) WithValue

type ListProbesResponsePathSelectorProbesMetadataLifecycle added in v0.7.1

type ListProbesResponsePathSelectorProbesMetadataLifecycle struct{}

func (ListProbesResponsePathSelectorProbesMetadataLifecycle) BlockDeletion added in v0.7.1

func (ListProbesResponsePathSelectorProbesMetadataLifecycle) FieldPath added in v0.7.1

func (ListProbesResponsePathSelectorProbesMetadataLifecycle) State added in v0.7.1

func (ListProbesResponsePathSelectorProbesMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (ListProbesResponsePathSelectorProbesMetadataLifecycle) WithValue added in v0.7.1

type ListProbesResponsePathSelectorProbesMetadataLifecycleBlockDeletion added in v0.7.1

type ListProbesResponsePathSelectorProbesMetadataLifecycleBlockDeletion struct{}

func (ListProbesResponsePathSelectorProbesMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (ListProbesResponsePathSelectorProbesMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (ListProbesResponsePathSelectorProbesMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type ListProbesResponsePathSelectorProbesMetadataLifecycleState added in v0.7.1

type ListProbesResponsePathSelectorProbesMetadataLifecycleState struct{}

func (ListProbesResponsePathSelectorProbesMetadataLifecycleState) FieldPath added in v0.7.1

func (ListProbesResponsePathSelectorProbesMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (ListProbesResponsePathSelectorProbesMetadataLifecycleState) WithValue added in v0.7.1

type ListProbesResponsePathSelectorProbesMetadataOwnerReferences

type ListProbesResponsePathSelectorProbesMetadataOwnerReferences struct{}

func (ListProbesResponsePathSelectorProbesMetadataOwnerReferences) FieldPath

func (ListProbesResponsePathSelectorProbesMetadataOwnerReferences) Kind

func (ListProbesResponsePathSelectorProbesMetadataOwnerReferences) Name

func (ListProbesResponsePathSelectorProbesMetadataOwnerReferences) Region added in v0.7.1

func (ListProbesResponsePathSelectorProbesMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (ListProbesResponsePathSelectorProbesMetadataOwnerReferences) Version added in v0.7.1

func (ListProbesResponsePathSelectorProbesMetadataOwnerReferences) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesMetadataOwnerReferences) WithItemValue

func (ListProbesResponsePathSelectorProbesMetadataOwnerReferences) WithValue

type ListProbesResponsePathSelectorProbesMetadataOwnerReferencesBlockOwnerDeletion

type ListProbesResponsePathSelectorProbesMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (ListProbesResponsePathSelectorProbesMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (ListProbesResponsePathSelectorProbesMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type ListProbesResponsePathSelectorProbesMetadataOwnerReferencesController

type ListProbesResponsePathSelectorProbesMetadataOwnerReferencesController struct{}

func (ListProbesResponsePathSelectorProbesMetadataOwnerReferencesController) FieldPath

func (ListProbesResponsePathSelectorProbesMetadataOwnerReferencesController) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesMetadataOwnerReferencesController) WithValue

type ListProbesResponsePathSelectorProbesMetadataOwnerReferencesKind

type ListProbesResponsePathSelectorProbesMetadataOwnerReferencesKind struct{}

func (ListProbesResponsePathSelectorProbesMetadataOwnerReferencesKind) FieldPath

func (ListProbesResponsePathSelectorProbesMetadataOwnerReferencesKind) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesMetadataOwnerReferencesKind) WithValue

type ListProbesResponsePathSelectorProbesMetadataOwnerReferencesName

type ListProbesResponsePathSelectorProbesMetadataOwnerReferencesName struct{}

func (ListProbesResponsePathSelectorProbesMetadataOwnerReferencesName) FieldPath

func (ListProbesResponsePathSelectorProbesMetadataOwnerReferencesName) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesMetadataOwnerReferencesName) WithValue

type ListProbesResponsePathSelectorProbesMetadataOwnerReferencesRegion added in v0.7.1

type ListProbesResponsePathSelectorProbesMetadataOwnerReferencesRegion struct{}

func (ListProbesResponsePathSelectorProbesMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (ListProbesResponsePathSelectorProbesMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (ListProbesResponsePathSelectorProbesMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type ListProbesResponsePathSelectorProbesMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type ListProbesResponsePathSelectorProbesMetadataOwnerReferencesRequiresOwnerReference struct{}

func (ListProbesResponsePathSelectorProbesMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (ListProbesResponsePathSelectorProbesMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (ListProbesResponsePathSelectorProbesMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type ListProbesResponsePathSelectorProbesMetadataOwnerReferencesVersion added in v0.7.1

type ListProbesResponsePathSelectorProbesMetadataOwnerReferencesVersion struct{}

func (ListProbesResponsePathSelectorProbesMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (ListProbesResponsePathSelectorProbesMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (ListProbesResponsePathSelectorProbesMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type ListProbesResponsePathSelectorProbesMetadataResourceVersion

type ListProbesResponsePathSelectorProbesMetadataResourceVersion struct{}

func (ListProbesResponsePathSelectorProbesMetadataResourceVersion) FieldPath

func (ListProbesResponsePathSelectorProbesMetadataResourceVersion) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesMetadataResourceVersion) WithValue

type ListProbesResponsePathSelectorProbesMetadataShards

type ListProbesResponsePathSelectorProbesMetadataShards struct{}

func (ListProbesResponsePathSelectorProbesMetadataShards) FieldPath

func (ListProbesResponsePathSelectorProbesMetadataShards) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesMetadataShards) WithKey

func (ListProbesResponsePathSelectorProbesMetadataShards) WithValue

type ListProbesResponsePathSelectorProbesMetadataSyncing

type ListProbesResponsePathSelectorProbesMetadataSyncing struct{}

func (ListProbesResponsePathSelectorProbesMetadataSyncing) FieldPath

func (ListProbesResponsePathSelectorProbesMetadataSyncing) OwningRegion

func (ListProbesResponsePathSelectorProbesMetadataSyncing) Regions

func (ListProbesResponsePathSelectorProbesMetadataSyncing) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesMetadataSyncing) WithValue

type ListProbesResponsePathSelectorProbesMetadataSyncingOwningRegion

type ListProbesResponsePathSelectorProbesMetadataSyncingOwningRegion struct{}

func (ListProbesResponsePathSelectorProbesMetadataSyncingOwningRegion) FieldPath

func (ListProbesResponsePathSelectorProbesMetadataSyncingOwningRegion) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesMetadataSyncingOwningRegion) WithValue

type ListProbesResponsePathSelectorProbesMetadataSyncingRegions

type ListProbesResponsePathSelectorProbesMetadataSyncingRegions struct{}

func (ListProbesResponsePathSelectorProbesMetadataSyncingRegions) FieldPath

func (ListProbesResponsePathSelectorProbesMetadataSyncingRegions) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesMetadataSyncingRegions) WithItemValue

func (ListProbesResponsePathSelectorProbesMetadataSyncingRegions) WithValue

type ListProbesResponsePathSelectorProbesMetadataTags

type ListProbesResponsePathSelectorProbesMetadataTags struct{}

func (ListProbesResponsePathSelectorProbesMetadataTags) FieldPath

func (ListProbesResponsePathSelectorProbesMetadataTags) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesMetadataTags) WithItemValue

func (ListProbesResponsePathSelectorProbesMetadataTags) WithValue

type ListProbesResponsePathSelectorProbesMetadataUpdateTime

type ListProbesResponsePathSelectorProbesMetadataUpdateTime struct{}

func (ListProbesResponsePathSelectorProbesMetadataUpdateTime) FieldPath

func (ListProbesResponsePathSelectorProbesMetadataUpdateTime) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesMetadataUpdateTime) WithValue

type ListProbesResponsePathSelectorProbesMetadataUuid

type ListProbesResponsePathSelectorProbesMetadataUuid struct{}

func (ListProbesResponsePathSelectorProbesMetadataUuid) FieldPath

func (ListProbesResponsePathSelectorProbesMetadataUuid) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesMetadataUuid) WithValue

type ListProbesResponsePathSelectorProbesName

type ListProbesResponsePathSelectorProbesName struct{}

func (ListProbesResponsePathSelectorProbesName) FieldPath

func (ListProbesResponsePathSelectorProbesName) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesName) WithValue

type ListProbesResponsePathSelectorProbesSpec

type ListProbesResponsePathSelectorProbesSpec struct{}

func (ListProbesResponsePathSelectorProbesSpec) AccessToken

func (ListProbesResponsePathSelectorProbesSpec) Activation

func (ListProbesResponsePathSelectorProbesSpec) AgentType

func (ListProbesResponsePathSelectorProbesSpec) ContactInfo

func (ListProbesResponsePathSelectorProbesSpec) Device

func (ListProbesResponsePathSelectorProbesSpec) DisableSpeedtest

func (ListProbesResponsePathSelectorProbesSpec) Enabled

func (ListProbesResponsePathSelectorProbesSpec) ExternalIpCheckUrl

func (ListProbesResponsePathSelectorProbesSpec) FieldPath

func (ListProbesResponsePathSelectorProbesSpec) LocationDiscovery

func (ListProbesResponsePathSelectorProbesSpec) PcapSettings added in v0.8.0

func (ListProbesResponsePathSelectorProbesSpec) PrimaryLocation

func (ListProbesResponsePathSelectorProbesSpec) ProbeGroup

func (ListProbesResponsePathSelectorProbesSpec) ProbeGroupName added in v0.10.6

func (ListProbesResponsePathSelectorProbesSpec) TargetServers

func (ListProbesResponsePathSelectorProbesSpec) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpec) WithValue

type ListProbesResponsePathSelectorProbesSpecAccessToken

type ListProbesResponsePathSelectorProbesSpecAccessToken struct{}

func (ListProbesResponsePathSelectorProbesSpecAccessToken) AccessToken

func (ListProbesResponsePathSelectorProbesSpecAccessToken) Enable

func (ListProbesResponsePathSelectorProbesSpecAccessToken) FieldPath

func (ListProbesResponsePathSelectorProbesSpecAccessToken) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecAccessToken) WithValue

type ListProbesResponsePathSelectorProbesSpecAccessTokenAccessToken

type ListProbesResponsePathSelectorProbesSpecAccessTokenAccessToken struct{}

func (ListProbesResponsePathSelectorProbesSpecAccessTokenAccessToken) FieldPath

func (ListProbesResponsePathSelectorProbesSpecAccessTokenAccessToken) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecAccessTokenAccessToken) WithValue

type ListProbesResponsePathSelectorProbesSpecAccessTokenEnable

type ListProbesResponsePathSelectorProbesSpecAccessTokenEnable struct{}

func (ListProbesResponsePathSelectorProbesSpecAccessTokenEnable) FieldPath

func (ListProbesResponsePathSelectorProbesSpecAccessTokenEnable) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecAccessTokenEnable) WithValue

type ListProbesResponsePathSelectorProbesSpecActivation

type ListProbesResponsePathSelectorProbesSpecActivation struct{}

func (ListProbesResponsePathSelectorProbesSpecActivation) FieldPath

func (ListProbesResponsePathSelectorProbesSpecActivation) InvitationExtras added in v0.4.49

func (ListProbesResponsePathSelectorProbesSpecActivation) ReusableToken

func (ListProbesResponsePathSelectorProbesSpecActivation) Token

func (ListProbesResponsePathSelectorProbesSpecActivation) Type

func (ListProbesResponsePathSelectorProbesSpecActivation) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecActivation) WithValue

type ListProbesResponsePathSelectorProbesSpecActivationInvitationExtras added in v0.4.49

type ListProbesResponsePathSelectorProbesSpecActivationInvitationExtras struct{}

func (ListProbesResponsePathSelectorProbesSpecActivationInvitationExtras) FieldPath added in v0.4.49

func (ListProbesResponsePathSelectorProbesSpecActivationInvitationExtras) WithArrayOfValues added in v0.4.49

func (ListProbesResponsePathSelectorProbesSpecActivationInvitationExtras) WithKey added in v0.4.49

func (ListProbesResponsePathSelectorProbesSpecActivationInvitationExtras) WithValue added in v0.4.49

type ListProbesResponsePathSelectorProbesSpecActivationReusableToken

type ListProbesResponsePathSelectorProbesSpecActivationReusableToken struct{}

func (ListProbesResponsePathSelectorProbesSpecActivationReusableToken) FieldPath

func (ListProbesResponsePathSelectorProbesSpecActivationReusableToken) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecActivationReusableToken) WithValue

type ListProbesResponsePathSelectorProbesSpecActivationSendInvitationOnCreate

type ListProbesResponsePathSelectorProbesSpecActivationSendInvitationOnCreate struct{}

func (ListProbesResponsePathSelectorProbesSpecActivationSendInvitationOnCreate) FieldPath

func (ListProbesResponsePathSelectorProbesSpecActivationSendInvitationOnCreate) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecActivationSendInvitationOnCreate) WithValue

type ListProbesResponsePathSelectorProbesSpecActivationToken

type ListProbesResponsePathSelectorProbesSpecActivationToken struct{}

func (ListProbesResponsePathSelectorProbesSpecActivationToken) FieldPath

func (ListProbesResponsePathSelectorProbesSpecActivationToken) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecActivationToken) WithValue

type ListProbesResponsePathSelectorProbesSpecActivationType

type ListProbesResponsePathSelectorProbesSpecActivationType struct{}

func (ListProbesResponsePathSelectorProbesSpecActivationType) FieldPath

type ListProbesResponsePathSelectorProbesSpecAgentType

type ListProbesResponsePathSelectorProbesSpecAgentType struct{}

func (ListProbesResponsePathSelectorProbesSpecAgentType) FieldPath

func (ListProbesResponsePathSelectorProbesSpecAgentType) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecAgentType) WithValue

type ListProbesResponsePathSelectorProbesSpecContactInfo

type ListProbesResponsePathSelectorProbesSpecContactInfo struct{}

func (ListProbesResponsePathSelectorProbesSpecContactInfo) Email

func (ListProbesResponsePathSelectorProbesSpecContactInfo) FieldPath

func (ListProbesResponsePathSelectorProbesSpecContactInfo) FullName

func (ListProbesResponsePathSelectorProbesSpecContactInfo) Phones

func (ListProbesResponsePathSelectorProbesSpecContactInfo) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecContactInfo) WithValue

type ListProbesResponsePathSelectorProbesSpecContactInfoEmail

type ListProbesResponsePathSelectorProbesSpecContactInfoEmail struct{}

func (ListProbesResponsePathSelectorProbesSpecContactInfoEmail) FieldPath

func (ListProbesResponsePathSelectorProbesSpecContactInfoEmail) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecContactInfoEmail) WithValue

type ListProbesResponsePathSelectorProbesSpecContactInfoFullName

type ListProbesResponsePathSelectorProbesSpecContactInfoFullName struct{}

func (ListProbesResponsePathSelectorProbesSpecContactInfoFullName) FieldPath

func (ListProbesResponsePathSelectorProbesSpecContactInfoFullName) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecContactInfoFullName) WithValue

type ListProbesResponsePathSelectorProbesSpecContactInfoPhones

type ListProbesResponsePathSelectorProbesSpecContactInfoPhones struct{}

func (ListProbesResponsePathSelectorProbesSpecContactInfoPhones) FieldPath

func (ListProbesResponsePathSelectorProbesSpecContactInfoPhones) Number

func (ListProbesResponsePathSelectorProbesSpecContactInfoPhones) Type

func (ListProbesResponsePathSelectorProbesSpecContactInfoPhones) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecContactInfoPhones) WithItemValue

func (ListProbesResponsePathSelectorProbesSpecContactInfoPhones) WithValue

type ListProbesResponsePathSelectorProbesSpecContactInfoPhonesNumber

type ListProbesResponsePathSelectorProbesSpecContactInfoPhonesNumber struct{}

func (ListProbesResponsePathSelectorProbesSpecContactInfoPhonesNumber) FieldPath

func (ListProbesResponsePathSelectorProbesSpecContactInfoPhonesNumber) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecContactInfoPhonesNumber) WithValue

type ListProbesResponsePathSelectorProbesSpecContactInfoPhonesType

type ListProbesResponsePathSelectorProbesSpecContactInfoPhonesType struct{}

func (ListProbesResponsePathSelectorProbesSpecContactInfoPhonesType) FieldPath

func (ListProbesResponsePathSelectorProbesSpecContactInfoPhonesType) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecContactInfoPhonesType) WithValue

type ListProbesResponsePathSelectorProbesSpecDevice

type ListProbesResponsePathSelectorProbesSpecDevice struct{}

func (ListProbesResponsePathSelectorProbesSpecDevice) FieldPath

func (ListProbesResponsePathSelectorProbesSpecDevice) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecDevice) WithValue

type ListProbesResponsePathSelectorProbesSpecDisableSpeedtest

type ListProbesResponsePathSelectorProbesSpecDisableSpeedtest struct{}

func (ListProbesResponsePathSelectorProbesSpecDisableSpeedtest) FieldPath

func (ListProbesResponsePathSelectorProbesSpecDisableSpeedtest) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecDisableSpeedtest) WithValue

type ListProbesResponsePathSelectorProbesSpecEnabled

type ListProbesResponsePathSelectorProbesSpecEnabled struct{}

func (ListProbesResponsePathSelectorProbesSpecEnabled) FieldPath

func (ListProbesResponsePathSelectorProbesSpecEnabled) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecEnabled) WithValue

type ListProbesResponsePathSelectorProbesSpecExternalIpCheckUrl

type ListProbesResponsePathSelectorProbesSpecExternalIpCheckUrl struct{}

func (ListProbesResponsePathSelectorProbesSpecExternalIpCheckUrl) FieldPath

func (ListProbesResponsePathSelectorProbesSpecExternalIpCheckUrl) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecExternalIpCheckUrl) WithItemValue

func (ListProbesResponsePathSelectorProbesSpecExternalIpCheckUrl) WithValue

type ListProbesResponsePathSelectorProbesSpecLocationDiscovery

type ListProbesResponsePathSelectorProbesSpecLocationDiscovery struct{}

func (ListProbesResponsePathSelectorProbesSpecLocationDiscovery) FieldPath

func (ListProbesResponsePathSelectorProbesSpecLocationDiscovery) Type

func (ListProbesResponsePathSelectorProbesSpecLocationDiscovery) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecLocationDiscovery) WithValue

type ListProbesResponsePathSelectorProbesSpecLocationDiscoveryRequiredAccuracy

type ListProbesResponsePathSelectorProbesSpecLocationDiscoveryRequiredAccuracy struct{}

func (ListProbesResponsePathSelectorProbesSpecLocationDiscoveryRequiredAccuracy) FieldPath

func (ListProbesResponsePathSelectorProbesSpecLocationDiscoveryRequiredAccuracy) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecLocationDiscoveryRequiredAccuracy) WithValue

type ListProbesResponsePathSelectorProbesSpecLocationDiscoveryType

type ListProbesResponsePathSelectorProbesSpecLocationDiscoveryType struct{}

func (ListProbesResponsePathSelectorProbesSpecLocationDiscoveryType) FieldPath

func (ListProbesResponsePathSelectorProbesSpecLocationDiscoveryType) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecLocationDiscoveryType) WithValue

type ListProbesResponsePathSelectorProbesSpecPcapSettings added in v0.8.0

type ListProbesResponsePathSelectorProbesSpecPcapSettings struct{}

func (ListProbesResponsePathSelectorProbesSpecPcapSettings) CaptureFullPacket added in v0.8.0

func (ListProbesResponsePathSelectorProbesSpecPcapSettings) Enable added in v0.8.0

func (ListProbesResponsePathSelectorProbesSpecPcapSettings) FieldPath added in v0.8.0

func (ListProbesResponsePathSelectorProbesSpecPcapSettings) OnDemandMode added in v0.10.10

func (ListProbesResponsePathSelectorProbesSpecPcapSettings) StopOnDemandModeBy added in v0.10.10

func (ListProbesResponsePathSelectorProbesSpecPcapSettings) WithArrayOfValues added in v0.8.0

func (ListProbesResponsePathSelectorProbesSpecPcapSettings) WithValue added in v0.8.0

type ListProbesResponsePathSelectorProbesSpecPcapSettingsCaptureFullPacket added in v0.8.0

type ListProbesResponsePathSelectorProbesSpecPcapSettingsCaptureFullPacket struct{}

func (ListProbesResponsePathSelectorProbesSpecPcapSettingsCaptureFullPacket) FieldPath added in v0.8.0

func (ListProbesResponsePathSelectorProbesSpecPcapSettingsCaptureFullPacket) WithArrayOfValues added in v0.8.0

func (ListProbesResponsePathSelectorProbesSpecPcapSettingsCaptureFullPacket) WithValue added in v0.8.0

type ListProbesResponsePathSelectorProbesSpecPcapSettingsEnable added in v0.8.0

type ListProbesResponsePathSelectorProbesSpecPcapSettingsEnable struct{}

func (ListProbesResponsePathSelectorProbesSpecPcapSettingsEnable) FieldPath added in v0.8.0

func (ListProbesResponsePathSelectorProbesSpecPcapSettingsEnable) WithArrayOfValues added in v0.8.0

func (ListProbesResponsePathSelectorProbesSpecPcapSettingsEnable) WithValue added in v0.8.0

type ListProbesResponsePathSelectorProbesSpecPcapSettingsOnDemandMode added in v0.10.10

type ListProbesResponsePathSelectorProbesSpecPcapSettingsOnDemandMode struct{}

func (ListProbesResponsePathSelectorProbesSpecPcapSettingsOnDemandMode) FieldPath added in v0.10.10

func (ListProbesResponsePathSelectorProbesSpecPcapSettingsOnDemandMode) WithArrayOfValues added in v0.10.10

func (ListProbesResponsePathSelectorProbesSpecPcapSettingsOnDemandMode) WithValue added in v0.10.10

type ListProbesResponsePathSelectorProbesSpecPcapSettingsStopOnDemandModeBy added in v0.10.10

type ListProbesResponsePathSelectorProbesSpecPcapSettingsStopOnDemandModeBy struct{}

func (ListProbesResponsePathSelectorProbesSpecPcapSettingsStopOnDemandModeBy) FieldPath added in v0.10.10

func (ListProbesResponsePathSelectorProbesSpecPcapSettingsStopOnDemandModeBy) WithArrayOfValues added in v0.10.10

func (ListProbesResponsePathSelectorProbesSpecPcapSettingsStopOnDemandModeBy) WithValue added in v0.10.10

type ListProbesResponsePathSelectorProbesSpecPrimaryLocation

type ListProbesResponsePathSelectorProbesSpecPrimaryLocation struct{}

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocation) Accuracy

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocation) Address

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocation) FieldPath

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocation) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocation) WithValue

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAccuracy

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAccuracy struct{}

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAccuracy) FieldPath

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAccuracy) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAccuracy) WithValue

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddress

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddress struct{}

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddress) FieldPath

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddress) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddress) WithValue

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea1

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea1 struct{}

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea1) FieldPath

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea1) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea1) WithValue

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea2

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea2 struct{}

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea2) FieldPath

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea2) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea2) WithValue

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea3

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea3 struct{}

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea3) FieldPath

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea3) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea3) WithValue

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea4

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea4 struct{}

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea4) FieldPath

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea4) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea4) WithValue

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressContinent

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressContinent struct{}

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressContinent) FieldPath

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressContinent) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressContinent) WithValue

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressCountry

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressCountry struct{}

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressCountry) FieldPath

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressCountry) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressCountry) WithValue

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressCountryCode

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressCountryCode struct{}

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressCountryCode) FieldPath

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressCountryCode) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressCountryCode) WithValue

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressPostalCode

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressPostalCode struct{}

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressPostalCode) FieldPath

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressPostalCode) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressPostalCode) WithValue

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressStreetAddress

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressStreetAddress struct{}

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressStreetAddress) FieldPath

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressStreetAddress) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAddressStreetAddress) WithValue

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchy

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchy struct{}

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchy) FieldPath

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchy) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchy) WithValue

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin1

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin1 struct{}

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin1) FieldPath

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin1) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin1) WithValue

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin2

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin2 struct{}

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin2) FieldPath

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin2) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin2) WithValue

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin3

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin3 struct{}

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin3) FieldPath

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin3) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin3) WithValue

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin4

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin4 struct{}

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin4) FieldPath

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin4) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin4) WithValue

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin5

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin5 struct{}

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin5) FieldPath

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin5) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin5) WithValue

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyContinent

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyContinent struct{}

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyContinent) FieldPath

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyContinent) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyContinent) WithValue

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyCountry

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyCountry struct{}

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyCountry) FieldPath

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyCountry) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyCountry) WithValue

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationCoordinates

type ListProbesResponsePathSelectorProbesSpecPrimaryLocationCoordinates struct{}

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationCoordinates) FieldPath

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationCoordinates) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecPrimaryLocationCoordinates) WithValue

type ListProbesResponsePathSelectorProbesSpecProbeGroup

type ListProbesResponsePathSelectorProbesSpecProbeGroup struct{}

func (ListProbesResponsePathSelectorProbesSpecProbeGroup) FieldPath

func (ListProbesResponsePathSelectorProbesSpecProbeGroup) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecProbeGroup) WithValue

type ListProbesResponsePathSelectorProbesSpecProbeGroupName added in v0.10.6

type ListProbesResponsePathSelectorProbesSpecProbeGroupName struct{}

func (ListProbesResponsePathSelectorProbesSpecProbeGroupName) FieldPath added in v0.10.6

func (ListProbesResponsePathSelectorProbesSpecProbeGroupName) WithArrayOfValues added in v0.10.6

func (ListProbesResponsePathSelectorProbesSpecProbeGroupName) WithValue added in v0.10.6

type ListProbesResponsePathSelectorProbesSpecTargetServers

type ListProbesResponsePathSelectorProbesSpecTargetServers struct{}

func (ListProbesResponsePathSelectorProbesSpecTargetServers) FieldPath

func (ListProbesResponsePathSelectorProbesSpecTargetServers) IcmpTarget

func (ListProbesResponsePathSelectorProbesSpecTargetServers) TargetAddressType added in v0.4.30

func (ListProbesResponsePathSelectorProbesSpecTargetServers) TargetIpVersion added in v0.7.4

func (ListProbesResponsePathSelectorProbesSpecTargetServers) UdpTarget

func (ListProbesResponsePathSelectorProbesSpecTargetServers) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecTargetServers) WithValue

type ListProbesResponsePathSelectorProbesSpecTargetServersIcmpTarget

type ListProbesResponsePathSelectorProbesSpecTargetServersIcmpTarget struct{}

func (ListProbesResponsePathSelectorProbesSpecTargetServersIcmpTarget) FieldPath

func (ListProbesResponsePathSelectorProbesSpecTargetServersIcmpTarget) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecTargetServersIcmpTarget) WithValue

type ListProbesResponsePathSelectorProbesSpecTargetServersIcmpTargetEnabled

type ListProbesResponsePathSelectorProbesSpecTargetServersIcmpTargetEnabled struct{}

func (ListProbesResponsePathSelectorProbesSpecTargetServersIcmpTargetEnabled) FieldPath

func (ListProbesResponsePathSelectorProbesSpecTargetServersIcmpTargetEnabled) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecTargetServersIcmpTargetEnabled) WithValue

type ListProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTarget

type ListProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTarget struct{}

func (ListProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTarget) FieldPath

func (ListProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTarget) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTarget) WithValue

type ListProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTargetEnabled

type ListProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTargetEnabled struct{}

func (ListProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTargetEnabled) FieldPath

func (ListProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTargetEnabled) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTargetEnabled) WithValue

type ListProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTargetTcpPort

type ListProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTargetTcpPort struct{}

func (ListProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTargetTcpPort) FieldPath

func (ListProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTargetTcpPort) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTargetTcpPort) WithValue

type ListProbesResponsePathSelectorProbesSpecTargetServersTargetAddressType added in v0.4.30

type ListProbesResponsePathSelectorProbesSpecTargetServersTargetAddressType struct{}

func (ListProbesResponsePathSelectorProbesSpecTargetServersTargetAddressType) FieldPath added in v0.4.30

func (ListProbesResponsePathSelectorProbesSpecTargetServersTargetAddressType) WithArrayOfValues added in v0.4.30

func (ListProbesResponsePathSelectorProbesSpecTargetServersTargetAddressType) WithValue added in v0.4.30

type ListProbesResponsePathSelectorProbesSpecTargetServersTargetIpVersion added in v0.7.4

type ListProbesResponsePathSelectorProbesSpecTargetServersTargetIpVersion struct{}

func (ListProbesResponsePathSelectorProbesSpecTargetServersTargetIpVersion) FieldPath added in v0.7.4

func (ListProbesResponsePathSelectorProbesSpecTargetServersTargetIpVersion) WithArrayOfValues added in v0.7.4

func (ListProbesResponsePathSelectorProbesSpecTargetServersTargetIpVersion) WithValue added in v0.7.4

type ListProbesResponsePathSelectorProbesSpecTargetServersUdpTarget

type ListProbesResponsePathSelectorProbesSpecTargetServersUdpTarget struct{}

func (ListProbesResponsePathSelectorProbesSpecTargetServersUdpTarget) FieldPath

func (ListProbesResponsePathSelectorProbesSpecTargetServersUdpTarget) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecTargetServersUdpTarget) WithValue

type ListProbesResponsePathSelectorProbesSpecTargetServersUdpTargetEnabled

type ListProbesResponsePathSelectorProbesSpecTargetServersUdpTargetEnabled struct{}

func (ListProbesResponsePathSelectorProbesSpecTargetServersUdpTargetEnabled) FieldPath

func (ListProbesResponsePathSelectorProbesSpecTargetServersUdpTargetEnabled) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecTargetServersUdpTargetEnabled) WithValue

type ListProbesResponsePathSelectorProbesSpecTargetServersUdpTargetPort

type ListProbesResponsePathSelectorProbesSpecTargetServersUdpTargetPort struct{}

func (ListProbesResponsePathSelectorProbesSpecTargetServersUdpTargetPort) FieldPath

func (ListProbesResponsePathSelectorProbesSpecTargetServersUdpTargetPort) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesSpecTargetServersUdpTargetPort) WithValue

type ListProbesResponsePathSelectorProbesStatus

type ListProbesResponsePathSelectorProbesStatus struct{}

func (ListProbesResponsePathSelectorProbesStatus) Activation

func (ListProbesResponsePathSelectorProbesStatus) ActiveLocation

func (ListProbesResponsePathSelectorProbesStatus) AgentType

func (ListProbesResponsePathSelectorProbesStatus) AsInfo

func (ListProbesResponsePathSelectorProbesStatus) Bandwidth

func (ListProbesResponsePathSelectorProbesStatus) Carrier

func (ListProbesResponsePathSelectorProbesStatus) Connection

func (ListProbesResponsePathSelectorProbesStatus) DiscoveredLocation

func (ListProbesResponsePathSelectorProbesStatus) ExternalHostname

func (ListProbesResponsePathSelectorProbesStatus) ExternalIpAddressV4

func (ListProbesResponsePathSelectorProbesStatus) ExternalIpAddressV6

func (ListProbesResponsePathSelectorProbesStatus) FieldPath

func (ListProbesResponsePathSelectorProbesStatus) NetworkInterfaces

func (ListProbesResponsePathSelectorProbesStatus) ProxyConfig added in v0.10.5

func (ListProbesResponsePathSelectorProbesStatus) SoftwareVersion

func (ListProbesResponsePathSelectorProbesStatus) SystemInfo

func (ListProbesResponsePathSelectorProbesStatus) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatus) WithValue

type ListProbesResponsePathSelectorProbesStatusActivation

type ListProbesResponsePathSelectorProbesStatusActivation struct{}

func (ListProbesResponsePathSelectorProbesStatusActivation) FieldPath

func (ListProbesResponsePathSelectorProbesStatusActivation) Status

func (ListProbesResponsePathSelectorProbesStatusActivation) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusActivation) WithValue

type ListProbesResponsePathSelectorProbesStatusActivationCurrentSession

type ListProbesResponsePathSelectorProbesStatusActivationCurrentSession struct{}

func (ListProbesResponsePathSelectorProbesStatusActivationCurrentSession) FieldPath

func (ListProbesResponsePathSelectorProbesStatusActivationCurrentSession) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusActivationCurrentSession) WithValue

type ListProbesResponsePathSelectorProbesStatusActivationCurrentSessionClientCookie

type ListProbesResponsePathSelectorProbesStatusActivationCurrentSessionClientCookie struct{}

func (ListProbesResponsePathSelectorProbesStatusActivationCurrentSessionClientCookie) FieldPath

func (ListProbesResponsePathSelectorProbesStatusActivationCurrentSessionClientCookie) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusActivationCurrentSessionClientCookie) WithValue

type ListProbesResponsePathSelectorProbesStatusActivationCurrentSessionLockDeadline

type ListProbesResponsePathSelectorProbesStatusActivationCurrentSessionLockDeadline struct{}

func (ListProbesResponsePathSelectorProbesStatusActivationCurrentSessionLockDeadline) FieldPath

func (ListProbesResponsePathSelectorProbesStatusActivationCurrentSessionLockDeadline) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusActivationCurrentSessionLockDeadline) WithValue

type ListProbesResponsePathSelectorProbesStatusActivationLastInvitation

type ListProbesResponsePathSelectorProbesStatusActivationLastInvitation struct{}

func (ListProbesResponsePathSelectorProbesStatusActivationLastInvitation) FieldPath

func (ListProbesResponsePathSelectorProbesStatusActivationLastInvitation) SendFailureMessage added in v0.11.14

func (ListProbesResponsePathSelectorProbesStatusActivationLastInvitation) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusActivationLastInvitation) WithValue

type ListProbesResponsePathSelectorProbesStatusActivationLastInvitationSendFailureMessage added in v0.11.14

type ListProbesResponsePathSelectorProbesStatusActivationLastInvitationSendFailureMessage struct{}

func (ListProbesResponsePathSelectorProbesStatusActivationLastInvitationSendFailureMessage) FieldPath added in v0.11.14

func (ListProbesResponsePathSelectorProbesStatusActivationLastInvitationSendFailureMessage) WithArrayOfValues added in v0.11.14

func (ListProbesResponsePathSelectorProbesStatusActivationLastInvitationSendFailureMessage) WithValue added in v0.11.14

type ListProbesResponsePathSelectorProbesStatusActivationLastInvitationSender

type ListProbesResponsePathSelectorProbesStatusActivationLastInvitationSender struct{}

func (ListProbesResponsePathSelectorProbesStatusActivationLastInvitationSender) FieldPath

func (ListProbesResponsePathSelectorProbesStatusActivationLastInvitationSender) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusActivationLastInvitationSender) WithValue

type ListProbesResponsePathSelectorProbesStatusActivationLastInvitationSentDate

type ListProbesResponsePathSelectorProbesStatusActivationLastInvitationSentDate struct{}

func (ListProbesResponsePathSelectorProbesStatusActivationLastInvitationSentDate) FieldPath

func (ListProbesResponsePathSelectorProbesStatusActivationLastInvitationSentDate) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusActivationLastInvitationSentDate) WithValue

type ListProbesResponsePathSelectorProbesStatusActivationServiceAccount

type ListProbesResponsePathSelectorProbesStatusActivationServiceAccount struct{}

func (ListProbesResponsePathSelectorProbesStatusActivationServiceAccount) FieldPath

func (ListProbesResponsePathSelectorProbesStatusActivationServiceAccount) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusActivationServiceAccount) WithValue

type ListProbesResponsePathSelectorProbesStatusActivationStatus

type ListProbesResponsePathSelectorProbesStatusActivationStatus struct{}

func (ListProbesResponsePathSelectorProbesStatusActivationStatus) FieldPath

func (ListProbesResponsePathSelectorProbesStatusActivationStatus) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusActivationStatus) WithValue

type ListProbesResponsePathSelectorProbesStatusActiveLocation

type ListProbesResponsePathSelectorProbesStatusActiveLocation struct{}

func (ListProbesResponsePathSelectorProbesStatusActiveLocation) Accuracy

func (ListProbesResponsePathSelectorProbesStatusActiveLocation) Address

func (ListProbesResponsePathSelectorProbesStatusActiveLocation) FieldPath

func (ListProbesResponsePathSelectorProbesStatusActiveLocation) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusActiveLocation) WithValue

type ListProbesResponsePathSelectorProbesStatusActiveLocationAccuracy

type ListProbesResponsePathSelectorProbesStatusActiveLocationAccuracy struct{}

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAccuracy) FieldPath

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAccuracy) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAccuracy) WithValue

type ListProbesResponsePathSelectorProbesStatusActiveLocationAddress

type ListProbesResponsePathSelectorProbesStatusActiveLocationAddress struct{}

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAddress) FieldPath

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAddress) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAddress) WithValue

type ListProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea1

type ListProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea1 struct{}

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea1) FieldPath

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea1) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea1) WithValue

type ListProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea2

type ListProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea2 struct{}

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea2) FieldPath

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea2) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea2) WithValue

type ListProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea3

type ListProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea3 struct{}

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea3) FieldPath

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea3) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea3) WithValue

type ListProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea4

type ListProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea4 struct{}

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea4) FieldPath

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea4) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea4) WithValue

type ListProbesResponsePathSelectorProbesStatusActiveLocationAddressContinent

type ListProbesResponsePathSelectorProbesStatusActiveLocationAddressContinent struct{}

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAddressContinent) FieldPath

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAddressContinent) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAddressContinent) WithValue

type ListProbesResponsePathSelectorProbesStatusActiveLocationAddressCountry

type ListProbesResponsePathSelectorProbesStatusActiveLocationAddressCountry struct{}

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAddressCountry) FieldPath

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAddressCountry) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAddressCountry) WithValue

type ListProbesResponsePathSelectorProbesStatusActiveLocationAddressCountryCode

type ListProbesResponsePathSelectorProbesStatusActiveLocationAddressCountryCode struct{}

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAddressCountryCode) FieldPath

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAddressCountryCode) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAddressCountryCode) WithValue

type ListProbesResponsePathSelectorProbesStatusActiveLocationAddressPostalCode

type ListProbesResponsePathSelectorProbesStatusActiveLocationAddressPostalCode struct{}

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAddressPostalCode) FieldPath

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAddressPostalCode) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAddressPostalCode) WithValue

type ListProbesResponsePathSelectorProbesStatusActiveLocationAddressStreetAddress

type ListProbesResponsePathSelectorProbesStatusActiveLocationAddressStreetAddress struct{}

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAddressStreetAddress) FieldPath

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAddressStreetAddress) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAddressStreetAddress) WithValue

type ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchy

type ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchy struct{}

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchy) FieldPath

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchy) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchy) WithValue

type ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin1

type ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin1 struct{}

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin1) FieldPath

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin1) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin1) WithValue

type ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin2

type ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin2 struct{}

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin2) FieldPath

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin2) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin2) WithValue

type ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin3

type ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin3 struct{}

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin3) FieldPath

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin3) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin3) WithValue

type ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin4

type ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin4 struct{}

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin4) FieldPath

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin4) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin4) WithValue

type ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin5

type ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin5 struct{}

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin5) FieldPath

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin5) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin5) WithValue

type ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyContinent

type ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyContinent struct{}

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyContinent) FieldPath

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyContinent) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyContinent) WithValue

type ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyCountry

type ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyCountry struct{}

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyCountry) FieldPath

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyCountry) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyCountry) WithValue

type ListProbesResponsePathSelectorProbesStatusActiveLocationCoordinates

type ListProbesResponsePathSelectorProbesStatusActiveLocationCoordinates struct{}

func (ListProbesResponsePathSelectorProbesStatusActiveLocationCoordinates) FieldPath

func (ListProbesResponsePathSelectorProbesStatusActiveLocationCoordinates) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusActiveLocationCoordinates) WithValue

type ListProbesResponsePathSelectorProbesStatusAgentType

type ListProbesResponsePathSelectorProbesStatusAgentType struct{}

func (ListProbesResponsePathSelectorProbesStatusAgentType) FieldPath

func (ListProbesResponsePathSelectorProbesStatusAgentType) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusAgentType) WithValue

type ListProbesResponsePathSelectorProbesStatusAsInfo

type ListProbesResponsePathSelectorProbesStatusAsInfo struct{}

func (ListProbesResponsePathSelectorProbesStatusAsInfo) Asn

func (ListProbesResponsePathSelectorProbesStatusAsInfo) AsnType

func (ListProbesResponsePathSelectorProbesStatusAsInfo) Domain

func (ListProbesResponsePathSelectorProbesStatusAsInfo) FieldPath

func (ListProbesResponsePathSelectorProbesStatusAsInfo) Name

func (ListProbesResponsePathSelectorProbesStatusAsInfo) Routes

func (ListProbesResponsePathSelectorProbesStatusAsInfo) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusAsInfo) WithValue

type ListProbesResponsePathSelectorProbesStatusAsInfoAsn

type ListProbesResponsePathSelectorProbesStatusAsInfoAsn struct{}

func (ListProbesResponsePathSelectorProbesStatusAsInfoAsn) FieldPath

func (ListProbesResponsePathSelectorProbesStatusAsInfoAsn) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusAsInfoAsn) WithValue

type ListProbesResponsePathSelectorProbesStatusAsInfoAsnType

type ListProbesResponsePathSelectorProbesStatusAsInfoAsnType struct{}

func (ListProbesResponsePathSelectorProbesStatusAsInfoAsnType) FieldPath

func (ListProbesResponsePathSelectorProbesStatusAsInfoAsnType) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusAsInfoAsnType) WithValue

type ListProbesResponsePathSelectorProbesStatusAsInfoDomain

type ListProbesResponsePathSelectorProbesStatusAsInfoDomain struct{}

func (ListProbesResponsePathSelectorProbesStatusAsInfoDomain) FieldPath

func (ListProbesResponsePathSelectorProbesStatusAsInfoDomain) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusAsInfoDomain) WithValue

type ListProbesResponsePathSelectorProbesStatusAsInfoName

type ListProbesResponsePathSelectorProbesStatusAsInfoName struct{}

func (ListProbesResponsePathSelectorProbesStatusAsInfoName) FieldPath

func (ListProbesResponsePathSelectorProbesStatusAsInfoName) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusAsInfoName) WithValue

type ListProbesResponsePathSelectorProbesStatusAsInfoRoutes

type ListProbesResponsePathSelectorProbesStatusAsInfoRoutes struct{}

func (ListProbesResponsePathSelectorProbesStatusAsInfoRoutes) FieldPath

func (ListProbesResponsePathSelectorProbesStatusAsInfoRoutes) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusAsInfoRoutes) WithItemValue

func (ListProbesResponsePathSelectorProbesStatusAsInfoRoutes) WithValue

type ListProbesResponsePathSelectorProbesStatusBandwidth

type ListProbesResponsePathSelectorProbesStatusBandwidth struct{}

func (ListProbesResponsePathSelectorProbesStatusBandwidth) DownloadMbps

func (ListProbesResponsePathSelectorProbesStatusBandwidth) FieldPath

func (ListProbesResponsePathSelectorProbesStatusBandwidth) LastReported

func (ListProbesResponsePathSelectorProbesStatusBandwidth) TestServer

func (ListProbesResponsePathSelectorProbesStatusBandwidth) UploadMbps

func (ListProbesResponsePathSelectorProbesStatusBandwidth) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusBandwidth) WithValue

type ListProbesResponsePathSelectorProbesStatusBandwidthDownloadMbps

type ListProbesResponsePathSelectorProbesStatusBandwidthDownloadMbps struct{}

func (ListProbesResponsePathSelectorProbesStatusBandwidthDownloadMbps) FieldPath

func (ListProbesResponsePathSelectorProbesStatusBandwidthDownloadMbps) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusBandwidthDownloadMbps) WithValue

type ListProbesResponsePathSelectorProbesStatusBandwidthLastReported

type ListProbesResponsePathSelectorProbesStatusBandwidthLastReported struct{}

func (ListProbesResponsePathSelectorProbesStatusBandwidthLastReported) FieldPath

func (ListProbesResponsePathSelectorProbesStatusBandwidthLastReported) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusBandwidthLastReported) WithValue

type ListProbesResponsePathSelectorProbesStatusBandwidthServerIpAddress

type ListProbesResponsePathSelectorProbesStatusBandwidthServerIpAddress struct{}

func (ListProbesResponsePathSelectorProbesStatusBandwidthServerIpAddress) FieldPath

func (ListProbesResponsePathSelectorProbesStatusBandwidthServerIpAddress) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusBandwidthServerIpAddress) WithValue

type ListProbesResponsePathSelectorProbesStatusBandwidthTestServer

type ListProbesResponsePathSelectorProbesStatusBandwidthTestServer struct{}

func (ListProbesResponsePathSelectorProbesStatusBandwidthTestServer) FieldPath

func (ListProbesResponsePathSelectorProbesStatusBandwidthTestServer) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusBandwidthTestServer) WithValue

type ListProbesResponsePathSelectorProbesStatusBandwidthUploadMbps

type ListProbesResponsePathSelectorProbesStatusBandwidthUploadMbps struct{}

func (ListProbesResponsePathSelectorProbesStatusBandwidthUploadMbps) FieldPath

func (ListProbesResponsePathSelectorProbesStatusBandwidthUploadMbps) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusBandwidthUploadMbps) WithValue

type ListProbesResponsePathSelectorProbesStatusCarrier

type ListProbesResponsePathSelectorProbesStatusCarrier struct{}

func (ListProbesResponsePathSelectorProbesStatusCarrier) FieldPath

func (ListProbesResponsePathSelectorProbesStatusCarrier) LocationAreaCode

func (ListProbesResponsePathSelectorProbesStatusCarrier) Name

func (ListProbesResponsePathSelectorProbesStatusCarrier) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusCarrier) WithValue

type ListProbesResponsePathSelectorProbesStatusCarrierLocationAreaCode

type ListProbesResponsePathSelectorProbesStatusCarrierLocationAreaCode struct{}

func (ListProbesResponsePathSelectorProbesStatusCarrierLocationAreaCode) FieldPath

func (ListProbesResponsePathSelectorProbesStatusCarrierLocationAreaCode) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusCarrierLocationAreaCode) WithValue

type ListProbesResponsePathSelectorProbesStatusCarrierMobileCountryCode

type ListProbesResponsePathSelectorProbesStatusCarrierMobileCountryCode struct{}

func (ListProbesResponsePathSelectorProbesStatusCarrierMobileCountryCode) FieldPath

func (ListProbesResponsePathSelectorProbesStatusCarrierMobileCountryCode) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusCarrierMobileCountryCode) WithValue

type ListProbesResponsePathSelectorProbesStatusCarrierMobileNetworkCode

type ListProbesResponsePathSelectorProbesStatusCarrierMobileNetworkCode struct{}

func (ListProbesResponsePathSelectorProbesStatusCarrierMobileNetworkCode) FieldPath

func (ListProbesResponsePathSelectorProbesStatusCarrierMobileNetworkCode) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusCarrierMobileNetworkCode) WithValue

type ListProbesResponsePathSelectorProbesStatusCarrierName

type ListProbesResponsePathSelectorProbesStatusCarrierName struct{}

func (ListProbesResponsePathSelectorProbesStatusCarrierName) FieldPath

func (ListProbesResponsePathSelectorProbesStatusCarrierName) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusCarrierName) WithValue

type ListProbesResponsePathSelectorProbesStatusConnection

type ListProbesResponsePathSelectorProbesStatusConnection struct{}

func (ListProbesResponsePathSelectorProbesStatusConnection) FieldPath

func (ListProbesResponsePathSelectorProbesStatusConnection) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusConnection) WithValue

type ListProbesResponsePathSelectorProbesStatusConnectionStatusChangeTime

type ListProbesResponsePathSelectorProbesStatusConnectionStatusChangeTime struct{}

func (ListProbesResponsePathSelectorProbesStatusConnectionStatusChangeTime) FieldPath

func (ListProbesResponsePathSelectorProbesStatusConnectionStatusChangeTime) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusConnectionStatusChangeTime) WithValue

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocation

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocation struct{}

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocation) FieldPath

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocation) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocation) WithValue

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAccuracy

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAccuracy struct{}

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAccuracy) FieldPath

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAccuracy) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAccuracy) WithValue

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddress

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddress struct{}

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddress) FieldPath

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddress) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddress) WithValue

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea1

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea1 struct{}

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea1) FieldPath

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea1) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea1) WithValue

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea2

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea2 struct{}

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea2) FieldPath

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea2) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea2) WithValue

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea3

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea3 struct{}

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea3) FieldPath

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea3) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea3) WithValue

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea4

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea4 struct{}

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea4) FieldPath

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea4) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea4) WithValue

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressContinent

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressContinent struct{}

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressContinent) FieldPath

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressContinent) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressContinent) WithValue

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressCountry

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressCountry struct{}

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressCountry) FieldPath

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressCountry) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressCountry) WithValue

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressCountryCode

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressCountryCode struct{}

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressCountryCode) FieldPath

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressCountryCode) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressCountryCode) WithValue

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressPostalCode

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressPostalCode struct{}

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressPostalCode) FieldPath

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressPostalCode) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressPostalCode) WithValue

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressStreetAddress

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressStreetAddress struct{}

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressStreetAddress) FieldPath

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressStreetAddress) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressStreetAddress) WithValue

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchy

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchy struct{}

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchy) FieldPath

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchy) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchy) WithValue

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin1

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin1 struct{}

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin1) FieldPath

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin1) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin1) WithValue

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin2

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin2 struct{}

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin2) FieldPath

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin2) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin2) WithValue

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin3

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin3 struct{}

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin3) FieldPath

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin3) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin3) WithValue

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin4

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin4 struct{}

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin4) FieldPath

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin4) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin4) WithValue

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin5

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin5 struct{}

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin5) FieldPath

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin5) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin5) WithValue

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyContinent

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyContinent struct{}

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyContinent) FieldPath

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyContinent) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyContinent) WithValue

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyCountry

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyCountry struct{}

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyCountry) FieldPath

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyCountry) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyCountry) WithValue

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationCoordinates

type ListProbesResponsePathSelectorProbesStatusDiscoveredLocationCoordinates struct{}

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationCoordinates) FieldPath

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationCoordinates) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusDiscoveredLocationCoordinates) WithValue

type ListProbesResponsePathSelectorProbesStatusExternalHostname

type ListProbesResponsePathSelectorProbesStatusExternalHostname struct{}

func (ListProbesResponsePathSelectorProbesStatusExternalHostname) FieldPath

func (ListProbesResponsePathSelectorProbesStatusExternalHostname) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusExternalHostname) WithValue

type ListProbesResponsePathSelectorProbesStatusExternalIpAddressV4

type ListProbesResponsePathSelectorProbesStatusExternalIpAddressV4 struct{}

func (ListProbesResponsePathSelectorProbesStatusExternalIpAddressV4) FieldPath

func (ListProbesResponsePathSelectorProbesStatusExternalIpAddressV4) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusExternalIpAddressV4) WithValue

type ListProbesResponsePathSelectorProbesStatusExternalIpAddressV6

type ListProbesResponsePathSelectorProbesStatusExternalIpAddressV6 struct{}

func (ListProbesResponsePathSelectorProbesStatusExternalIpAddressV6) FieldPath

func (ListProbesResponsePathSelectorProbesStatusExternalIpAddressV6) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusExternalIpAddressV6) WithValue

type ListProbesResponsePathSelectorProbesStatusNetworkInterfaces

type ListProbesResponsePathSelectorProbesStatusNetworkInterfaces struct{}

func (ListProbesResponsePathSelectorProbesStatusNetworkInterfaces) FieldPath

func (ListProbesResponsePathSelectorProbesStatusNetworkInterfaces) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusNetworkInterfaces) WithKey

func (ListProbesResponsePathSelectorProbesStatusNetworkInterfaces) WithValue

type ListProbesResponsePathSelectorProbesStatusProxyConfig added in v0.10.5

type ListProbesResponsePathSelectorProbesStatusProxyConfig struct{}

func (ListProbesResponsePathSelectorProbesStatusProxyConfig) FieldPath added in v0.10.5

func (ListProbesResponsePathSelectorProbesStatusProxyConfig) HttpProxy added in v0.10.5

func (ListProbesResponsePathSelectorProbesStatusProxyConfig) HttpsProxy added in v0.10.5

func (ListProbesResponsePathSelectorProbesStatusProxyConfig) NoProxy added in v0.10.5

func (ListProbesResponsePathSelectorProbesStatusProxyConfig) WithArrayOfValues added in v0.10.5

func (ListProbesResponsePathSelectorProbesStatusProxyConfig) WithValue added in v0.10.5

type ListProbesResponsePathSelectorProbesStatusProxyConfigHttpProxy added in v0.10.5

type ListProbesResponsePathSelectorProbesStatusProxyConfigHttpProxy struct{}

func (ListProbesResponsePathSelectorProbesStatusProxyConfigHttpProxy) FieldPath added in v0.10.5

func (ListProbesResponsePathSelectorProbesStatusProxyConfigHttpProxy) WithArrayOfValues added in v0.10.5

func (ListProbesResponsePathSelectorProbesStatusProxyConfigHttpProxy) WithValue added in v0.10.5

type ListProbesResponsePathSelectorProbesStatusProxyConfigHttpsProxy added in v0.10.5

type ListProbesResponsePathSelectorProbesStatusProxyConfigHttpsProxy struct{}

func (ListProbesResponsePathSelectorProbesStatusProxyConfigHttpsProxy) FieldPath added in v0.10.5

func (ListProbesResponsePathSelectorProbesStatusProxyConfigHttpsProxy) WithArrayOfValues added in v0.10.5

func (ListProbesResponsePathSelectorProbesStatusProxyConfigHttpsProxy) WithValue added in v0.10.5

type ListProbesResponsePathSelectorProbesStatusProxyConfigNoProxy added in v0.10.5

type ListProbesResponsePathSelectorProbesStatusProxyConfigNoProxy struct{}

func (ListProbesResponsePathSelectorProbesStatusProxyConfigNoProxy) FieldPath added in v0.10.5

func (ListProbesResponsePathSelectorProbesStatusProxyConfigNoProxy) WithArrayOfValues added in v0.10.5

func (ListProbesResponsePathSelectorProbesStatusProxyConfigNoProxy) WithValue added in v0.10.5

type ListProbesResponsePathSelectorProbesStatusSoftwareVersion

type ListProbesResponsePathSelectorProbesStatusSoftwareVersion struct{}

func (ListProbesResponsePathSelectorProbesStatusSoftwareVersion) CommitId

func (ListProbesResponsePathSelectorProbesStatusSoftwareVersion) FieldPath

func (ListProbesResponsePathSelectorProbesStatusSoftwareVersion) Version

func (ListProbesResponsePathSelectorProbesStatusSoftwareVersion) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusSoftwareVersion) WithValue

type ListProbesResponsePathSelectorProbesStatusSoftwareVersionBuildDate

type ListProbesResponsePathSelectorProbesStatusSoftwareVersionBuildDate struct{}

func (ListProbesResponsePathSelectorProbesStatusSoftwareVersionBuildDate) FieldPath

func (ListProbesResponsePathSelectorProbesStatusSoftwareVersionBuildDate) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusSoftwareVersionBuildDate) WithValue

type ListProbesResponsePathSelectorProbesStatusSoftwareVersionCommitId

type ListProbesResponsePathSelectorProbesStatusSoftwareVersionCommitId struct{}

func (ListProbesResponsePathSelectorProbesStatusSoftwareVersionCommitId) FieldPath

func (ListProbesResponsePathSelectorProbesStatusSoftwareVersionCommitId) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusSoftwareVersionCommitId) WithValue

type ListProbesResponsePathSelectorProbesStatusSoftwareVersionVersion

type ListProbesResponsePathSelectorProbesStatusSoftwareVersionVersion struct{}

func (ListProbesResponsePathSelectorProbesStatusSoftwareVersionVersion) FieldPath

func (ListProbesResponsePathSelectorProbesStatusSoftwareVersionVersion) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusSoftwareVersionVersion) WithValue

type ListProbesResponsePathSelectorProbesStatusSystemInfo

type ListProbesResponsePathSelectorProbesStatusSystemInfo struct{}

func (ListProbesResponsePathSelectorProbesStatusSystemInfo) Architecture

func (ListProbesResponsePathSelectorProbesStatusSystemInfo) Family

func (ListProbesResponsePathSelectorProbesStatusSystemInfo) FieldPath

func (ListProbesResponsePathSelectorProbesStatusSystemInfo) HostName

func (ListProbesResponsePathSelectorProbesStatusSystemInfo) Manufacturer

func (ListProbesResponsePathSelectorProbesStatusSystemInfo) Model

func (ListProbesResponsePathSelectorProbesStatusSystemInfo) Os

func (ListProbesResponsePathSelectorProbesStatusSystemInfo) Platform

func (ListProbesResponsePathSelectorProbesStatusSystemInfo) SerialNumber

func (ListProbesResponsePathSelectorProbesStatusSystemInfo) Sku

func (ListProbesResponsePathSelectorProbesStatusSystemInfo) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusSystemInfo) WithValue

type ListProbesResponsePathSelectorProbesStatusSystemInfoArchitecture

type ListProbesResponsePathSelectorProbesStatusSystemInfoArchitecture struct{}

func (ListProbesResponsePathSelectorProbesStatusSystemInfoArchitecture) FieldPath

func (ListProbesResponsePathSelectorProbesStatusSystemInfoArchitecture) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusSystemInfoArchitecture) WithValue

type ListProbesResponsePathSelectorProbesStatusSystemInfoFamily

type ListProbesResponsePathSelectorProbesStatusSystemInfoFamily struct{}

func (ListProbesResponsePathSelectorProbesStatusSystemInfoFamily) FieldPath

func (ListProbesResponsePathSelectorProbesStatusSystemInfoFamily) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusSystemInfoFamily) WithValue

type ListProbesResponsePathSelectorProbesStatusSystemInfoHostName

type ListProbesResponsePathSelectorProbesStatusSystemInfoHostName struct{}

func (ListProbesResponsePathSelectorProbesStatusSystemInfoHostName) FieldPath

func (ListProbesResponsePathSelectorProbesStatusSystemInfoHostName) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusSystemInfoHostName) WithValue

type ListProbesResponsePathSelectorProbesStatusSystemInfoManufacturer

type ListProbesResponsePathSelectorProbesStatusSystemInfoManufacturer struct{}

func (ListProbesResponsePathSelectorProbesStatusSystemInfoManufacturer) FieldPath

func (ListProbesResponsePathSelectorProbesStatusSystemInfoManufacturer) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusSystemInfoManufacturer) WithValue

type ListProbesResponsePathSelectorProbesStatusSystemInfoModel

type ListProbesResponsePathSelectorProbesStatusSystemInfoModel struct{}

func (ListProbesResponsePathSelectorProbesStatusSystemInfoModel) FieldPath

func (ListProbesResponsePathSelectorProbesStatusSystemInfoModel) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusSystemInfoModel) WithValue

type ListProbesResponsePathSelectorProbesStatusSystemInfoOs

type ListProbesResponsePathSelectorProbesStatusSystemInfoOs struct{}

func (ListProbesResponsePathSelectorProbesStatusSystemInfoOs) FieldPath

func (ListProbesResponsePathSelectorProbesStatusSystemInfoOs) Kernel

func (ListProbesResponsePathSelectorProbesStatusSystemInfoOs) Name

func (ListProbesResponsePathSelectorProbesStatusSystemInfoOs) Version

func (ListProbesResponsePathSelectorProbesStatusSystemInfoOs) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusSystemInfoOs) WithValue

type ListProbesResponsePathSelectorProbesStatusSystemInfoOsBuildVersion

type ListProbesResponsePathSelectorProbesStatusSystemInfoOsBuildVersion struct{}

func (ListProbesResponsePathSelectorProbesStatusSystemInfoOsBuildVersion) FieldPath

func (ListProbesResponsePathSelectorProbesStatusSystemInfoOsBuildVersion) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusSystemInfoOsBuildVersion) WithValue

type ListProbesResponsePathSelectorProbesStatusSystemInfoOsKernel

type ListProbesResponsePathSelectorProbesStatusSystemInfoOsKernel struct{}

func (ListProbesResponsePathSelectorProbesStatusSystemInfoOsKernel) FieldPath

func (ListProbesResponsePathSelectorProbesStatusSystemInfoOsKernel) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusSystemInfoOsKernel) WithValue

type ListProbesResponsePathSelectorProbesStatusSystemInfoOsName

type ListProbesResponsePathSelectorProbesStatusSystemInfoOsName struct{}

func (ListProbesResponsePathSelectorProbesStatusSystemInfoOsName) FieldPath

func (ListProbesResponsePathSelectorProbesStatusSystemInfoOsName) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusSystemInfoOsName) WithValue

type ListProbesResponsePathSelectorProbesStatusSystemInfoOsVersion

type ListProbesResponsePathSelectorProbesStatusSystemInfoOsVersion struct{}

func (ListProbesResponsePathSelectorProbesStatusSystemInfoOsVersion) FieldPath

func (ListProbesResponsePathSelectorProbesStatusSystemInfoOsVersion) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusSystemInfoOsVersion) WithValue

type ListProbesResponsePathSelectorProbesStatusSystemInfoPlatform

type ListProbesResponsePathSelectorProbesStatusSystemInfoPlatform struct{}

func (ListProbesResponsePathSelectorProbesStatusSystemInfoPlatform) FieldPath

func (ListProbesResponsePathSelectorProbesStatusSystemInfoPlatform) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusSystemInfoPlatform) WithValue

type ListProbesResponsePathSelectorProbesStatusSystemInfoSerialNumber

type ListProbesResponsePathSelectorProbesStatusSystemInfoSerialNumber struct{}

func (ListProbesResponsePathSelectorProbesStatusSystemInfoSerialNumber) FieldPath

func (ListProbesResponsePathSelectorProbesStatusSystemInfoSerialNumber) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusSystemInfoSerialNumber) WithValue

type ListProbesResponsePathSelectorProbesStatusSystemInfoSku

type ListProbesResponsePathSelectorProbesStatusSystemInfoSku struct{}

func (ListProbesResponsePathSelectorProbesStatusSystemInfoSku) FieldPath

func (ListProbesResponsePathSelectorProbesStatusSystemInfoSku) WithArrayOfValues

func (ListProbesResponsePathSelectorProbesStatusSystemInfoSku) WithValue

type ListProbesResponsePathSelectorTotalResultsCount added in v0.8.3

type ListProbesResponsePathSelectorTotalResultsCount struct{}

func (ListProbesResponsePathSelectorTotalResultsCount) FieldPath added in v0.8.3

func (ListProbesResponsePathSelectorTotalResultsCount) WithArrayOfValues added in v0.8.3

func (ListProbesResponsePathSelectorTotalResultsCount) WithValue added in v0.8.3

type ListProbesResponse_FieldMask

type ListProbesResponse_FieldMask struct {
	Paths []ListProbesResponse_FieldPath
}

func FullListProbesResponse_FieldMask

func FullListProbesResponse_FieldMask() *ListProbesResponse_FieldMask

func (*ListProbesResponse_FieldMask) AppendPath

func (fieldMask *ListProbesResponse_FieldMask) AppendPath(path ListProbesResponse_FieldPath)

func (*ListProbesResponse_FieldMask) AppendRawPath

func (fieldMask *ListProbesResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*ListProbesResponse_FieldMask) DecodeFirestore

func (fieldMask *ListProbesResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*ListProbesResponse_FieldMask) EncodeFirestore

func (fieldMask *ListProbesResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*ListProbesResponse_FieldMask) FilterInputFields

func (fieldMask *ListProbesResponse_FieldMask) FilterInputFields() *ListProbesResponse_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListProbesResponse_FieldMask) FromProtoFieldMask

func (fieldMask *ListProbesResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*ListProbesResponse_FieldMask) GetPaths

func (*ListProbesResponse_FieldMask) GetRawPaths

func (fieldMask *ListProbesResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*ListProbesResponse_FieldMask) IsFull

func (fieldMask *ListProbesResponse_FieldMask) IsFull() bool

func (ListProbesResponse_FieldMask) Marshal

func (fieldMask ListProbesResponse_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (ListProbesResponse_FieldMask) MarshalJSON

func (fieldMask ListProbesResponse_FieldMask) MarshalJSON() ([]byte, error)

func (*ListProbesResponse_FieldMask) PathsCount

func (fieldMask *ListProbesResponse_FieldMask) PathsCount() int

func (*ListProbesResponse_FieldMask) Project

func (*ListProbesResponse_FieldMask) ProjectRaw

func (*ListProbesResponse_FieldMask) ProtoMessage

func (fieldMask *ListProbesResponse_FieldMask) ProtoMessage()

func (*ListProbesResponse_FieldMask) ProtoReflect

func (fieldMask *ListProbesResponse_FieldMask) ProtoReflect() preflect.Message

func (*ListProbesResponse_FieldMask) Reset

func (fieldMask *ListProbesResponse_FieldMask) Reset()

func (*ListProbesResponse_FieldMask) Set

func (fieldMask *ListProbesResponse_FieldMask) Set(target, source *ListProbesResponse)

func (*ListProbesResponse_FieldMask) SetFromCliFlag

func (fieldMask *ListProbesResponse_FieldMask) SetFromCliFlag(raw string) error

func (*ListProbesResponse_FieldMask) SetRaw

func (fieldMask *ListProbesResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*ListProbesResponse_FieldMask) Size

func (fieldMask *ListProbesResponse_FieldMask) Size() int

func (*ListProbesResponse_FieldMask) String

func (fieldMask *ListProbesResponse_FieldMask) String() string

func (*ListProbesResponse_FieldMask) Subtract

func (*ListProbesResponse_FieldMask) SubtractRaw

func (*ListProbesResponse_FieldMask) ToProtoFieldMask

func (fieldMask *ListProbesResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*ListProbesResponse_FieldMask) Unmarshal

func (fieldMask *ListProbesResponse_FieldMask) Unmarshal(data []byte) error

func (*ListProbesResponse_FieldMask) UnmarshalJSON

func (fieldMask *ListProbesResponse_FieldMask) UnmarshalJSON(data []byte) error

type ListProbesResponse_FieldPath

type ListProbesResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListProbesResponse_FieldPathSelector
	Get(source *ListProbesResponse) []interface{}
	GetSingle(source *ListProbesResponse) (interface{}, bool)
	ClearValue(item *ListProbesResponse)

	// Those methods build corresponding ListProbesResponse_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) ListProbesResponse_FieldPathValue
	WithIArrayOfValues(values interface{}) ListProbesResponse_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) ListProbesResponse_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseListProbesResponse_FieldPath

func MustParseListProbesResponse_FieldPath(rawField string) ListProbesResponse_FieldPath

func ParseListProbesResponse_FieldPath

func ParseListProbesResponse_FieldPath(rawField string) (ListProbesResponse_FieldPath, error)

type ListProbesResponse_FieldPathArrayItemValue

type ListProbesResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListProbesResponse_FieldPath
	ContainsValue(*ListProbesResponse) bool
}

ListProbesResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for ListProbesResponse according to their type Present only for array (repeated) types.

func MustParseListProbesResponse_FieldPathArrayItemValue

func MustParseListProbesResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListProbesResponse_FieldPathArrayItemValue

func ParseListProbesResponse_FieldPathArrayItemValue

func ParseListProbesResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListProbesResponse_FieldPathArrayItemValue, error)

ParseListProbesResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListProbesResponse_FieldPathArrayOfValues

type ListProbesResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListProbesResponse_FieldPath
}

ListProbesResponse_FieldPathArrayOfValues allows storing slice of values for ListProbesResponse fields according to their type

func MustParseListProbesResponse_FieldPathArrayOfValues

func MustParseListProbesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListProbesResponse_FieldPathArrayOfValues

func ParseListProbesResponse_FieldPathArrayOfValues

func ParseListProbesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListProbesResponse_FieldPathArrayOfValues, error)

type ListProbesResponse_FieldPathSelector

type ListProbesResponse_FieldPathSelector int32
const (
	ListProbesResponse_FieldPathSelectorProbes            ListProbesResponse_FieldPathSelector = 0
	ListProbesResponse_FieldPathSelectorPrevPageToken     ListProbesResponse_FieldPathSelector = 1
	ListProbesResponse_FieldPathSelectorNextPageToken     ListProbesResponse_FieldPathSelector = 2
	ListProbesResponse_FieldPathSelectorCurrentOffset     ListProbesResponse_FieldPathSelector = 3
	ListProbesResponse_FieldPathSelectorTotalResultsCount ListProbesResponse_FieldPathSelector = 4
)

func (ListProbesResponse_FieldPathSelector) String

type ListProbesResponse_FieldPathValue

type ListProbesResponse_FieldPathValue interface {
	ListProbesResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListProbesResponse)
	CompareWith(*ListProbesResponse) (cmp int, comparable bool)
}

ListProbesResponse_FieldPathValue allows storing values for ListProbesResponse fields according to their type

func MustParseListProbesResponse_FieldPathValue

func MustParseListProbesResponse_FieldPathValue(pathStr, valueStr string) ListProbesResponse_FieldPathValue

func ParseListProbesResponse_FieldPathValue

func ParseListProbesResponse_FieldPathValue(pathStr, valueStr string) (ListProbesResponse_FieldPathValue, error)

type ListProbesResponse_FieldSubPath

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

func (*ListProbesResponse_FieldSubPath) AsProbesSubPath

func (fps *ListProbesResponse_FieldSubPath) AsProbesSubPath() (probe.Probe_FieldPath, bool)

func (*ListProbesResponse_FieldSubPath) ClearValue

func (fps *ListProbesResponse_FieldSubPath) ClearValue(item *ListProbesResponse)

func (*ListProbesResponse_FieldSubPath) ClearValueRaw

func (fps *ListProbesResponse_FieldSubPath) ClearValueRaw(item proto.Message)

func (*ListProbesResponse_FieldSubPath) Get

func (fps *ListProbesResponse_FieldSubPath) Get(source *ListProbesResponse) (values []interface{})

Get returns all values pointed by selected field from source ListProbesResponse

func (*ListProbesResponse_FieldSubPath) GetDefault

func (fps *ListProbesResponse_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*ListProbesResponse_FieldSubPath) GetRaw

func (fps *ListProbesResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*ListProbesResponse_FieldSubPath) GetSingle

func (fps *ListProbesResponse_FieldSubPath) GetSingle(source *ListProbesResponse) (interface{}, bool)

GetSingle returns value of selected field from source ListProbesResponse

func (*ListProbesResponse_FieldSubPath) GetSingleRaw

func (fps *ListProbesResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*ListProbesResponse_FieldSubPath) IsLeaf

func (fps *ListProbesResponse_FieldSubPath) IsLeaf() bool

IsLeaf - whether field path is holds simple value

func (*ListProbesResponse_FieldSubPath) JSONString

func (fps *ListProbesResponse_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*ListProbesResponse_FieldSubPath) Selector

func (*ListProbesResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.7.1

func (fps *ListProbesResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*ListProbesResponse_FieldSubPath) String

String returns path representation in proto convention

func (*ListProbesResponse_FieldSubPath) WithIArrayItemValue

func (fps *ListProbesResponse_FieldSubPath) WithIArrayItemValue(value interface{}) ListProbesResponse_FieldPathArrayItemValue

func (*ListProbesResponse_FieldSubPath) WithIArrayOfValues

func (fps *ListProbesResponse_FieldSubPath) WithIArrayOfValues(values interface{}) ListProbesResponse_FieldPathArrayOfValues

func (*ListProbesResponse_FieldSubPath) WithIValue

func (fps *ListProbesResponse_FieldSubPath) WithIValue(value interface{}) ListProbesResponse_FieldPathValue

func (*ListProbesResponse_FieldSubPath) WithRawIArrayItemValue

func (fps *ListProbesResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*ListProbesResponse_FieldSubPath) WithRawIArrayOfValues

func (fps *ListProbesResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*ListProbesResponse_FieldSubPath) WithRawIValue

func (fps *ListProbesResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type ListProbesResponse_FieldSubPathArrayItemValue

type ListProbesResponse_FieldSubPathArrayItemValue struct {
	ListProbesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListProbesResponse_FieldSubPathArrayItemValue) AsProbesPathItemValue

func (*ListProbesResponse_FieldSubPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'ListProbesResponse'

func (*ListProbesResponse_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *ListProbesResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type ListProbesResponse_FieldSubPathArrayOfValues

type ListProbesResponse_FieldSubPathArrayOfValues struct {
	ListProbesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListProbesResponse_FieldSubPathArrayOfValues) AsProbesPathArrayOfValues

func (*ListProbesResponse_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *ListProbesResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type ListProbesResponse_FieldSubPathValue

type ListProbesResponse_FieldSubPathValue struct {
	ListProbesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListProbesResponse_FieldSubPathValue) AsProbesPathValue

func (*ListProbesResponse_FieldSubPathValue) CompareWith

func (fpvs *ListProbesResponse_FieldSubPathValue) CompareWith(source *ListProbesResponse) (int, bool)

func (*ListProbesResponse_FieldSubPathValue) CompareWithRaw

func (fpvs *ListProbesResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*ListProbesResponse_FieldSubPathValue) GetRawValue

func (fpvs *ListProbesResponse_FieldSubPathValue) GetRawValue() interface{}

func (*ListProbesResponse_FieldSubPathValue) SetTo

func (*ListProbesResponse_FieldSubPathValue) SetToRaw

func (fpvs *ListProbesResponse_FieldSubPathValue) SetToRaw(target proto.Message)

type ListProbesResponse_FieldTerminalPath

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

func (*ListProbesResponse_FieldTerminalPath) ClearValue

func (*ListProbesResponse_FieldTerminalPath) ClearValueRaw

func (fp *ListProbesResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*ListProbesResponse_FieldTerminalPath) Get

func (fp *ListProbesResponse_FieldTerminalPath) Get(source *ListProbesResponse) (values []interface{})

Get returns all values pointed by specific field from source ListProbesResponse

func (*ListProbesResponse_FieldTerminalPath) GetDefault

func (fp *ListProbesResponse_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*ListProbesResponse_FieldTerminalPath) GetRaw

func (fp *ListProbesResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*ListProbesResponse_FieldTerminalPath) GetSingle

func (fp *ListProbesResponse_FieldTerminalPath) GetSingle(source *ListProbesResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source ListProbesResponse

func (*ListProbesResponse_FieldTerminalPath) GetSingleRaw

func (fp *ListProbesResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*ListProbesResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListProbesResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListProbesResponse_FieldTerminalPath) Selector

func (*ListProbesResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (fp *ListProbesResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*ListProbesResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListProbesResponse_FieldTerminalPath) WithIArrayItemValue

func (fp *ListProbesResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListProbesResponse_FieldPathArrayItemValue

func (*ListProbesResponse_FieldTerminalPath) WithIArrayOfValues

func (fp *ListProbesResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListProbesResponse_FieldPathArrayOfValues

func (*ListProbesResponse_FieldTerminalPath) WithIValue

func (*ListProbesResponse_FieldTerminalPath) WithRawIArrayItemValue

func (fp *ListProbesResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*ListProbesResponse_FieldTerminalPath) WithRawIArrayOfValues

func (fp *ListProbesResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*ListProbesResponse_FieldTerminalPath) WithRawIValue

func (fp *ListProbesResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type ListProbesResponse_FieldTerminalPathArrayItemValue

type ListProbesResponse_FieldTerminalPathArrayItemValue struct {
	ListProbesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListProbesResponse_FieldTerminalPathArrayItemValue) AsProbesItemValue

func (fpaiv *ListProbesResponse_FieldTerminalPathArrayItemValue) AsProbesItemValue() (*probe.Probe, bool)

func (*ListProbesResponse_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'ListProbesResponse'

func (*ListProbesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *ListProbesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object ListProbesResponse as interface{}

func (*ListProbesResponse_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *ListProbesResponse_FieldTerminalPathArrayItemValue) GetSingle(source *ListProbesResponse) (interface{}, bool)

func (*ListProbesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *ListProbesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type ListProbesResponse_FieldTerminalPathArrayOfValues

type ListProbesResponse_FieldTerminalPathArrayOfValues struct {
	ListProbesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListProbesResponse_FieldTerminalPathArrayOfValues) AsCurrentOffsetArrayOfValues added in v0.8.3

func (fpaov *ListProbesResponse_FieldTerminalPathArrayOfValues) AsCurrentOffsetArrayOfValues() ([]int32, bool)

func (*ListProbesResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (fpaov *ListProbesResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*probe.PagerCursor, bool)

func (*ListProbesResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (fpaov *ListProbesResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*probe.PagerCursor, bool)

func (*ListProbesResponse_FieldTerminalPathArrayOfValues) AsProbesArrayOfValues

func (fpaov *ListProbesResponse_FieldTerminalPathArrayOfValues) AsProbesArrayOfValues() ([][]*probe.Probe, bool)

func (*ListProbesResponse_FieldTerminalPathArrayOfValues) AsTotalResultsCountArrayOfValues added in v0.8.3

func (fpaov *ListProbesResponse_FieldTerminalPathArrayOfValues) AsTotalResultsCountArrayOfValues() ([]int32, bool)

func (*ListProbesResponse_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *ListProbesResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type ListProbesResponse_FieldTerminalPathValue

type ListProbesResponse_FieldTerminalPathValue struct {
	ListProbesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListProbesResponse_FieldTerminalPathValue) AsCurrentOffsetValue added in v0.8.3

func (fpv *ListProbesResponse_FieldTerminalPathValue) AsCurrentOffsetValue() (int32, bool)

func (*ListProbesResponse_FieldTerminalPathValue) AsNextPageTokenValue

func (fpv *ListProbesResponse_FieldTerminalPathValue) AsNextPageTokenValue() (*probe.PagerCursor, bool)

func (*ListProbesResponse_FieldTerminalPathValue) AsPrevPageTokenValue

func (fpv *ListProbesResponse_FieldTerminalPathValue) AsPrevPageTokenValue() (*probe.PagerCursor, bool)

func (*ListProbesResponse_FieldTerminalPathValue) AsProbesValue

func (fpv *ListProbesResponse_FieldTerminalPathValue) AsProbesValue() ([]*probe.Probe, bool)

func (*ListProbesResponse_FieldTerminalPathValue) AsTotalResultsCountValue added in v0.8.3

func (fpv *ListProbesResponse_FieldTerminalPathValue) AsTotalResultsCountValue() (int32, bool)

func (*ListProbesResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListProbesResponse_FieldTerminalPathValue' with the value under path in 'ListProbesResponse'.

func (*ListProbesResponse_FieldTerminalPathValue) CompareWithRaw

func (fpv *ListProbesResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*ListProbesResponse_FieldTerminalPathValue) GetRawValue

func (fpv *ListProbesResponse_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'ListProbesResponse' as interface{}

func (*ListProbesResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListProbesResponse

func (*ListProbesResponse_FieldTerminalPathValue) SetToRaw

type ProbeServiceClient

type ProbeServiceClient interface {
	GetProbe(ctx context.Context, in *GetProbeRequest, opts ...grpc.CallOption) (*probe.Probe, error)
	BatchGetProbes(ctx context.Context, in *BatchGetProbesRequest, opts ...grpc.CallOption) (*BatchGetProbesResponse, error)
	ListProbes(ctx context.Context, in *ListProbesRequest, opts ...grpc.CallOption) (*ListProbesResponse, error)
	WatchProbe(ctx context.Context, in *WatchProbeRequest, opts ...grpc.CallOption) (WatchProbeClientStream, error)
	WatchProbes(ctx context.Context, in *WatchProbesRequest, opts ...grpc.CallOption) (WatchProbesClientStream, error)
	CreateProbe(ctx context.Context, in *CreateProbeRequest, opts ...grpc.CallOption) (*probe.Probe, error)
	UpdateProbe(ctx context.Context, in *UpdateProbeRequest, opts ...grpc.CallOption) (*probe.Probe, error)
	DeleteProbe(ctx context.Context, in *DeleteProbeRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	SearchProbes(ctx context.Context, in *SearchProbesRequest, opts ...grpc.CallOption) (*SearchProbesResponse, error)
	ListMyProbes(ctx context.Context, in *ListProbesRequest, opts ...grpc.CallOption) (*ListProbesResponse, error)
}

ProbeServiceClient is the client API for ProbeService.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type ProbeServiceDescriptor added in v0.4.26

type ProbeServiceDescriptor struct{}

func GetProbeServiceDescriptor added in v0.4.26

func GetProbeServiceDescriptor() *ProbeServiceDescriptor

func (*ProbeServiceDescriptor) AllMethodDescriptors added in v0.4.26

func (d *ProbeServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor

func (*ProbeServiceDescriptor) GetApiName added in v0.4.26

func (d *ProbeServiceDescriptor) GetApiName() string

func (*ProbeServiceDescriptor) GetFullAPIName added in v0.4.26

func (d *ProbeServiceDescriptor) GetFullAPIName() string

func (*ProbeServiceDescriptor) GetProtoPkgName added in v0.4.26

func (d *ProbeServiceDescriptor) GetProtoPkgName() string

func (*ProbeServiceDescriptor) GetServiceDomain added in v0.4.26

func (d *ProbeServiceDescriptor) GetServiceDomain() string

func (*ProbeServiceDescriptor) GetServiceVersion added in v0.4.26

func (d *ProbeServiceDescriptor) GetServiceVersion() string

type SearchProbesDescriptor added in v0.4.26

type SearchProbesDescriptor struct{}

func GetSearchProbesDescriptor added in v0.4.26

func GetSearchProbesDescriptor() *SearchProbesDescriptor

func (*SearchProbesDescriptor) GetApiDescriptor added in v0.4.26

func (d *SearchProbesDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*SearchProbesDescriptor) GetApiName added in v0.4.26

func (d *SearchProbesDescriptor) GetApiName() string

func (*SearchProbesDescriptor) GetClientMsgReflectHandle added in v0.4.26

func (d *SearchProbesDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*SearchProbesDescriptor) GetFullMethodName added in v0.4.26

func (d *SearchProbesDescriptor) GetFullMethodName() string

func (*SearchProbesDescriptor) GetMethodName added in v0.4.26

func (d *SearchProbesDescriptor) GetMethodName() string

func (*SearchProbesDescriptor) GetProtoPkgName added in v0.4.26

func (d *SearchProbesDescriptor) GetProtoPkgName() string

func (*SearchProbesDescriptor) GetResourceDescriptor added in v0.4.27

func (d *SearchProbesDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*SearchProbesDescriptor) GetServerMsgReflectHandle added in v0.4.26

func (d *SearchProbesDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*SearchProbesDescriptor) GetServiceDomain added in v0.4.26

func (d *SearchProbesDescriptor) GetServiceDomain() string

func (*SearchProbesDescriptor) GetServiceVersion added in v0.4.26

func (d *SearchProbesDescriptor) GetServiceVersion() string

func (*SearchProbesDescriptor) GetVerb added in v0.4.26

func (d *SearchProbesDescriptor) GetVerb() string

func (*SearchProbesDescriptor) HasResource added in v0.4.27

func (d *SearchProbesDescriptor) HasResource() bool

func (*SearchProbesDescriptor) IsClientStream added in v0.4.26

func (d *SearchProbesDescriptor) IsClientStream() bool

func (*SearchProbesDescriptor) IsCollection added in v0.4.27

func (d *SearchProbesDescriptor) IsCollection() bool

func (*SearchProbesDescriptor) IsPlural added in v0.4.27

func (d *SearchProbesDescriptor) IsPlural() bool

func (*SearchProbesDescriptor) IsServerStream added in v0.4.26

func (d *SearchProbesDescriptor) IsServerStream() bool

func (*SearchProbesDescriptor) IsUnary added in v0.4.26

func (d *SearchProbesDescriptor) IsUnary() bool

func (*SearchProbesDescriptor) NewEmptyClientMsg added in v0.4.26

func (d *SearchProbesDescriptor) NewEmptyClientMsg() proto.Message

func (*SearchProbesDescriptor) NewEmptyServerMsg added in v0.4.26

func (d *SearchProbesDescriptor) NewEmptyServerMsg() proto.Message

func (*SearchProbesDescriptor) RequestHasResourceBody added in v0.4.26

func (d *SearchProbesDescriptor) RequestHasResourceBody() bool

type SearchProbesDescriptorClientMsgHandle added in v0.4.26

type SearchProbesDescriptorClientMsgHandle struct{}

func (*SearchProbesDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

func (*SearchProbesDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*SearchProbesDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type SearchProbesDescriptorServerMsgHandle added in v0.4.26

type SearchProbesDescriptorServerMsgHandle struct{}

func (*SearchProbesDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

func (*SearchProbesDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*SearchProbesDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

type SearchProbesRequest

type SearchProbesRequest struct {

	// Parent name of ntt.watchdog.v1alpha2.Probe
	Parent *probe.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer Probes than requested.
	// If unspecified, server will pick an appropriate default.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"`
	// A token identifying a page of results the server should return.
	// Typically, this is the value of
	// [SearchProbesResponse.next_page_token][ntt.watchdog.v1alpha2.SearchProbesResponse.next_page_token]
	PageToken *probe.PagerCursor `` /* 133-byte string literal not displayed */
	// Order By -
	// https://cloud.google.com/apis/design/design_patterns#list_pagination list
	// of field path with order directive, either 'asc' or 'desc'. If direction is
	// not provided, 'asc' is assumed. e.g. "state.nested_field asc,
	// state.something.else desc, theme"
	OrderBy *probe.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"`
	// Filter - filter results by field criteria. Simplified SQL-like syntax with
	// following operators:
	// <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS
	// [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels
	// CONTAINS "severity:important" OR (state.last_error_time >
	// "2018-11-15T10:00:00Z" AND state.status = "ERROR")'
	Filter *probe.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view
	FieldMask *probe.Probe_FieldMask `` /* 137-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,7,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"`
	// Optional search phrase used to further filter results.
	Phrase string `protobuf:"bytes,8,opt,name=phrase,proto3" json:"phrase,omitempty" firestore:"phrase"`
	// contains filtered or unexported fields
}

Request message for method [SearchProbes][ntt.watchdog.v1alpha2.SearchProbes]

func (*SearchProbesRequest) Clone

func (*SearchProbesRequest) CloneRaw

func (*SearchProbesRequest) Descriptor

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

Deprecated, Use SearchProbesRequest.ProtoReflect.Descriptor instead.

func (*SearchProbesRequest) GetFieldMask

func (m *SearchProbesRequest) GetFieldMask() *probe.Probe_FieldMask

func (*SearchProbesRequest) GetFilter

func (m *SearchProbesRequest) GetFilter() *probe.Filter

func (*SearchProbesRequest) GetOrderBy

func (m *SearchProbesRequest) GetOrderBy() *probe.OrderBy

func (*SearchProbesRequest) GetPageSize

func (m *SearchProbesRequest) GetPageSize() int32

func (*SearchProbesRequest) GetPageToken

func (m *SearchProbesRequest) GetPageToken() *probe.PagerCursor

func (*SearchProbesRequest) GetParent

func (m *SearchProbesRequest) GetParent() *probe.ParentName

func (*SearchProbesRequest) GetPhrase

func (m *SearchProbesRequest) GetPhrase() string

func (*SearchProbesRequest) GetView

func (m *SearchProbesRequest) GetView() view.View

func (*SearchProbesRequest) GotenMessage

func (*SearchProbesRequest) GotenMessage()

func (*SearchProbesRequest) GotenObjectExt

func (o *SearchProbesRequest) GotenObjectExt()

func (*SearchProbesRequest) GotenValidate

func (obj *SearchProbesRequest) GotenValidate() error

func (*SearchProbesRequest) MakeDiffFieldMask

func (*SearchProbesRequest) MakeFullFieldMask

func (o *SearchProbesRequest) MakeFullFieldMask() *SearchProbesRequest_FieldMask

func (*SearchProbesRequest) MakeRawDiffFieldMask

func (o *SearchProbesRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*SearchProbesRequest) MakeRawFullFieldMask

func (o *SearchProbesRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*SearchProbesRequest) Marshal

func (m *SearchProbesRequest) Marshal() ([]byte, error)

func (*SearchProbesRequest) MarshalJSON

func (m *SearchProbesRequest) MarshalJSON() ([]byte, error)

func (*SearchProbesRequest) Merge

func (o *SearchProbesRequest) Merge(source *SearchProbesRequest)

func (*SearchProbesRequest) MergeRaw

func (o *SearchProbesRequest) MergeRaw(source gotenobject.GotenObjectExt)

func (*SearchProbesRequest) ProtoMessage

func (*SearchProbesRequest) ProtoMessage()

func (*SearchProbesRequest) ProtoReflect

func (m *SearchProbesRequest) ProtoReflect() preflect.Message

func (*SearchProbesRequest) Reset

func (m *SearchProbesRequest) Reset()

func (*SearchProbesRequest) SetFieldMask

func (m *SearchProbesRequest) SetFieldMask(fv *probe.Probe_FieldMask)

func (*SearchProbesRequest) SetFilter

func (m *SearchProbesRequest) SetFilter(fv *probe.Filter)

func (*SearchProbesRequest) SetOrderBy

func (m *SearchProbesRequest) SetOrderBy(fv *probe.OrderBy)

func (*SearchProbesRequest) SetPageSize

func (m *SearchProbesRequest) SetPageSize(fv int32)

func (*SearchProbesRequest) SetPageToken

func (m *SearchProbesRequest) SetPageToken(fv *probe.PagerCursor)

func (*SearchProbesRequest) SetParent

func (m *SearchProbesRequest) SetParent(fv *probe.ParentName)

func (*SearchProbesRequest) SetPhrase

func (m *SearchProbesRequest) SetPhrase(fv string)

func (*SearchProbesRequest) SetView

func (m *SearchProbesRequest) SetView(fv view.View)

func (*SearchProbesRequest) String

func (m *SearchProbesRequest) String() string

func (*SearchProbesRequest) Unmarshal

func (m *SearchProbesRequest) Unmarshal(b []byte) error

func (*SearchProbesRequest) UnmarshalJSON

func (m *SearchProbesRequest) UnmarshalJSON(data []byte) error

type SearchProbesRequestFieldPathBuilder

type SearchProbesRequestFieldPathBuilder struct{}

func NewSearchProbesRequestFieldPathBuilder

func NewSearchProbesRequestFieldPathBuilder() SearchProbesRequestFieldPathBuilder

func (SearchProbesRequestFieldPathBuilder) FieldMask

func (SearchProbesRequestFieldPathBuilder) Filter

func (SearchProbesRequestFieldPathBuilder) OrderBy

func (SearchProbesRequestFieldPathBuilder) PageSize

func (SearchProbesRequestFieldPathBuilder) PageToken

func (SearchProbesRequestFieldPathBuilder) Parent

func (SearchProbesRequestFieldPathBuilder) Phrase

func (SearchProbesRequestFieldPathBuilder) View

type SearchProbesRequestPathSelectorFieldMask

type SearchProbesRequestPathSelectorFieldMask struct{}

func (SearchProbesRequestPathSelectorFieldMask) FieldPath

func (SearchProbesRequestPathSelectorFieldMask) WithArrayOfValues

func (SearchProbesRequestPathSelectorFieldMask) WithValue

type SearchProbesRequestPathSelectorFilter

type SearchProbesRequestPathSelectorFilter struct{}

func (SearchProbesRequestPathSelectorFilter) FieldPath

func (SearchProbesRequestPathSelectorFilter) WithArrayOfValues

func (SearchProbesRequestPathSelectorFilter) WithValue

type SearchProbesRequestPathSelectorOrderBy

type SearchProbesRequestPathSelectorOrderBy struct{}

func (SearchProbesRequestPathSelectorOrderBy) FieldPath

func (SearchProbesRequestPathSelectorOrderBy) WithArrayOfValues

func (SearchProbesRequestPathSelectorOrderBy) WithValue

type SearchProbesRequestPathSelectorPageSize

type SearchProbesRequestPathSelectorPageSize struct{}

func (SearchProbesRequestPathSelectorPageSize) FieldPath

func (SearchProbesRequestPathSelectorPageSize) WithArrayOfValues

func (SearchProbesRequestPathSelectorPageSize) WithValue

type SearchProbesRequestPathSelectorPageToken

type SearchProbesRequestPathSelectorPageToken struct{}

func (SearchProbesRequestPathSelectorPageToken) FieldPath

func (SearchProbesRequestPathSelectorPageToken) WithArrayOfValues

func (SearchProbesRequestPathSelectorPageToken) WithValue

type SearchProbesRequestPathSelectorParent

type SearchProbesRequestPathSelectorParent struct{}

func (SearchProbesRequestPathSelectorParent) FieldPath

func (SearchProbesRequestPathSelectorParent) WithArrayOfValues

func (SearchProbesRequestPathSelectorParent) WithValue

type SearchProbesRequestPathSelectorPhrase

type SearchProbesRequestPathSelectorPhrase struct{}

func (SearchProbesRequestPathSelectorPhrase) FieldPath

func (SearchProbesRequestPathSelectorPhrase) WithArrayOfValues

func (SearchProbesRequestPathSelectorPhrase) WithValue

type SearchProbesRequestPathSelectorView

type SearchProbesRequestPathSelectorView struct{}

func (SearchProbesRequestPathSelectorView) FieldPath

func (SearchProbesRequestPathSelectorView) WithArrayOfValues

func (SearchProbesRequestPathSelectorView) WithValue

type SearchProbesRequest_FieldMask

type SearchProbesRequest_FieldMask struct {
	Paths []SearchProbesRequest_FieldPath
}

func FullSearchProbesRequest_FieldMask

func FullSearchProbesRequest_FieldMask() *SearchProbesRequest_FieldMask

func (*SearchProbesRequest_FieldMask) AppendPath

func (*SearchProbesRequest_FieldMask) AppendRawPath

func (fieldMask *SearchProbesRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*SearchProbesRequest_FieldMask) DecodeFirestore

func (fieldMask *SearchProbesRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*SearchProbesRequest_FieldMask) EncodeFirestore

func (fieldMask *SearchProbesRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*SearchProbesRequest_FieldMask) FilterInputFields

func (fieldMask *SearchProbesRequest_FieldMask) FilterInputFields() *SearchProbesRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*SearchProbesRequest_FieldMask) FromProtoFieldMask

func (fieldMask *SearchProbesRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*SearchProbesRequest_FieldMask) GetPaths

func (*SearchProbesRequest_FieldMask) GetRawPaths

func (fieldMask *SearchProbesRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*SearchProbesRequest_FieldMask) IsFull

func (fieldMask *SearchProbesRequest_FieldMask) IsFull() bool

func (SearchProbesRequest_FieldMask) Marshal

func (fieldMask SearchProbesRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (SearchProbesRequest_FieldMask) MarshalJSON

func (fieldMask SearchProbesRequest_FieldMask) MarshalJSON() ([]byte, error)

func (*SearchProbesRequest_FieldMask) PathsCount

func (fieldMask *SearchProbesRequest_FieldMask) PathsCount() int

func (*SearchProbesRequest_FieldMask) Project

func (*SearchProbesRequest_FieldMask) ProjectRaw

func (*SearchProbesRequest_FieldMask) ProtoMessage

func (fieldMask *SearchProbesRequest_FieldMask) ProtoMessage()

func (*SearchProbesRequest_FieldMask) ProtoReflect

func (fieldMask *SearchProbesRequest_FieldMask) ProtoReflect() preflect.Message

func (*SearchProbesRequest_FieldMask) Reset

func (fieldMask *SearchProbesRequest_FieldMask) Reset()

func (*SearchProbesRequest_FieldMask) Set

func (fieldMask *SearchProbesRequest_FieldMask) Set(target, source *SearchProbesRequest)

func (*SearchProbesRequest_FieldMask) SetFromCliFlag

func (fieldMask *SearchProbesRequest_FieldMask) SetFromCliFlag(raw string) error

func (*SearchProbesRequest_FieldMask) SetRaw

func (fieldMask *SearchProbesRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*SearchProbesRequest_FieldMask) Size

func (fieldMask *SearchProbesRequest_FieldMask) Size() int

func (*SearchProbesRequest_FieldMask) String

func (fieldMask *SearchProbesRequest_FieldMask) String() string

func (*SearchProbesRequest_FieldMask) Subtract

func (*SearchProbesRequest_FieldMask) SubtractRaw

func (*SearchProbesRequest_FieldMask) ToProtoFieldMask

func (fieldMask *SearchProbesRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*SearchProbesRequest_FieldMask) Unmarshal

func (fieldMask *SearchProbesRequest_FieldMask) Unmarshal(data []byte) error

func (*SearchProbesRequest_FieldMask) UnmarshalJSON

func (fieldMask *SearchProbesRequest_FieldMask) UnmarshalJSON(data []byte) error

type SearchProbesRequest_FieldPath

type SearchProbesRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() SearchProbesRequest_FieldPathSelector
	Get(source *SearchProbesRequest) []interface{}
	GetSingle(source *SearchProbesRequest) (interface{}, bool)
	ClearValue(item *SearchProbesRequest)

	// Those methods build corresponding SearchProbesRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) SearchProbesRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) SearchProbesRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) SearchProbesRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseSearchProbesRequest_FieldPath

func MustParseSearchProbesRequest_FieldPath(rawField string) SearchProbesRequest_FieldPath

func ParseSearchProbesRequest_FieldPath

func ParseSearchProbesRequest_FieldPath(rawField string) (SearchProbesRequest_FieldPath, error)

type SearchProbesRequest_FieldPathArrayItemValue

type SearchProbesRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	SearchProbesRequest_FieldPath
	ContainsValue(*SearchProbesRequest) bool
}

SearchProbesRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for SearchProbesRequest according to their type Present only for array (repeated) types.

func MustParseSearchProbesRequest_FieldPathArrayItemValue

func MustParseSearchProbesRequest_FieldPathArrayItemValue(pathStr, valueStr string) SearchProbesRequest_FieldPathArrayItemValue

func ParseSearchProbesRequest_FieldPathArrayItemValue

func ParseSearchProbesRequest_FieldPathArrayItemValue(pathStr, valueStr string) (SearchProbesRequest_FieldPathArrayItemValue, error)

ParseSearchProbesRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type SearchProbesRequest_FieldPathArrayOfValues

type SearchProbesRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	SearchProbesRequest_FieldPath
}

SearchProbesRequest_FieldPathArrayOfValues allows storing slice of values for SearchProbesRequest fields according to their type

func MustParseSearchProbesRequest_FieldPathArrayOfValues

func MustParseSearchProbesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) SearchProbesRequest_FieldPathArrayOfValues

func ParseSearchProbesRequest_FieldPathArrayOfValues

func ParseSearchProbesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (SearchProbesRequest_FieldPathArrayOfValues, error)

type SearchProbesRequest_FieldPathSelector

type SearchProbesRequest_FieldPathSelector int32
const (
	SearchProbesRequest_FieldPathSelectorParent    SearchProbesRequest_FieldPathSelector = 0
	SearchProbesRequest_FieldPathSelectorPageSize  SearchProbesRequest_FieldPathSelector = 1
	SearchProbesRequest_FieldPathSelectorPageToken SearchProbesRequest_FieldPathSelector = 2
	SearchProbesRequest_FieldPathSelectorOrderBy   SearchProbesRequest_FieldPathSelector = 3
	SearchProbesRequest_FieldPathSelectorFilter    SearchProbesRequest_FieldPathSelector = 4
	SearchProbesRequest_FieldPathSelectorFieldMask SearchProbesRequest_FieldPathSelector = 5
	SearchProbesRequest_FieldPathSelectorView      SearchProbesRequest_FieldPathSelector = 6
	SearchProbesRequest_FieldPathSelectorPhrase    SearchProbesRequest_FieldPathSelector = 7
)

func (SearchProbesRequest_FieldPathSelector) String

type SearchProbesRequest_FieldPathValue

type SearchProbesRequest_FieldPathValue interface {
	SearchProbesRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **SearchProbesRequest)
	CompareWith(*SearchProbesRequest) (cmp int, comparable bool)
}

SearchProbesRequest_FieldPathValue allows storing values for SearchProbesRequest fields according to their type

func MustParseSearchProbesRequest_FieldPathValue

func MustParseSearchProbesRequest_FieldPathValue(pathStr, valueStr string) SearchProbesRequest_FieldPathValue

func ParseSearchProbesRequest_FieldPathValue

func ParseSearchProbesRequest_FieldPathValue(pathStr, valueStr string) (SearchProbesRequest_FieldPathValue, error)

type SearchProbesRequest_FieldTerminalPath

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

func (*SearchProbesRequest_FieldTerminalPath) ClearValue

func (*SearchProbesRequest_FieldTerminalPath) ClearValueRaw

func (fp *SearchProbesRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*SearchProbesRequest_FieldTerminalPath) Get

func (fp *SearchProbesRequest_FieldTerminalPath) Get(source *SearchProbesRequest) (values []interface{})

Get returns all values pointed by specific field from source SearchProbesRequest

func (*SearchProbesRequest_FieldTerminalPath) GetDefault

func (fp *SearchProbesRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*SearchProbesRequest_FieldTerminalPath) GetRaw

func (fp *SearchProbesRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*SearchProbesRequest_FieldTerminalPath) GetSingle

func (fp *SearchProbesRequest_FieldTerminalPath) GetSingle(source *SearchProbesRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source SearchProbesRequest

func (*SearchProbesRequest_FieldTerminalPath) GetSingleRaw

func (fp *SearchProbesRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*SearchProbesRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*SearchProbesRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*SearchProbesRequest_FieldTerminalPath) Selector

func (*SearchProbesRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (fp *SearchProbesRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*SearchProbesRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*SearchProbesRequest_FieldTerminalPath) WithIArrayItemValue

func (*SearchProbesRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *SearchProbesRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) SearchProbesRequest_FieldPathArrayOfValues

func (*SearchProbesRequest_FieldTerminalPath) WithIValue

func (*SearchProbesRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *SearchProbesRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*SearchProbesRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *SearchProbesRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*SearchProbesRequest_FieldTerminalPath) WithRawIValue

func (fp *SearchProbesRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type SearchProbesRequest_FieldTerminalPathArrayItemValue

type SearchProbesRequest_FieldTerminalPathArrayItemValue struct {
	SearchProbesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SearchProbesRequest_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'SearchProbesRequest'

func (*SearchProbesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *SearchProbesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object SearchProbesRequest as interface{}

func (*SearchProbesRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *SearchProbesRequest_FieldTerminalPathArrayItemValue) GetSingle(source *SearchProbesRequest) (interface{}, bool)

func (*SearchProbesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *SearchProbesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type SearchProbesRequest_FieldTerminalPathArrayOfValues

type SearchProbesRequest_FieldTerminalPathArrayOfValues struct {
	SearchProbesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SearchProbesRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (fpaov *SearchProbesRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*probe.Probe_FieldMask, bool)

func (*SearchProbesRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (fpaov *SearchProbesRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*probe.Filter, bool)

func (*SearchProbesRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (fpaov *SearchProbesRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*probe.OrderBy, bool)

func (*SearchProbesRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

func (fpaov *SearchProbesRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)

func (*SearchProbesRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (fpaov *SearchProbesRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*probe.PagerCursor, bool)

func (*SearchProbesRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (fpaov *SearchProbesRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*probe.ParentName, bool)

func (*SearchProbesRequest_FieldTerminalPathArrayOfValues) AsPhraseArrayOfValues

func (fpaov *SearchProbesRequest_FieldTerminalPathArrayOfValues) AsPhraseArrayOfValues() ([]string, bool)

func (*SearchProbesRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (fpaov *SearchProbesRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)

func (*SearchProbesRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *SearchProbesRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type SearchProbesRequest_FieldTerminalPathValue

type SearchProbesRequest_FieldTerminalPathValue struct {
	SearchProbesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SearchProbesRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*SearchProbesRequest_FieldTerminalPathValue) AsFilterValue

func (*SearchProbesRequest_FieldTerminalPathValue) AsOrderByValue

func (*SearchProbesRequest_FieldTerminalPathValue) AsPageSizeValue

func (fpv *SearchProbesRequest_FieldTerminalPathValue) AsPageSizeValue() (int32, bool)

func (*SearchProbesRequest_FieldTerminalPathValue) AsPageTokenValue

func (*SearchProbesRequest_FieldTerminalPathValue) AsParentValue

func (*SearchProbesRequest_FieldTerminalPathValue) AsPhraseValue

func (fpv *SearchProbesRequest_FieldTerminalPathValue) AsPhraseValue() (string, bool)

func (*SearchProbesRequest_FieldTerminalPathValue) AsViewValue

func (*SearchProbesRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'SearchProbesRequest_FieldTerminalPathValue' with the value under path in 'SearchProbesRequest'.

func (*SearchProbesRequest_FieldTerminalPathValue) CompareWithRaw

func (fpv *SearchProbesRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*SearchProbesRequest_FieldTerminalPathValue) GetRawValue

func (fpv *SearchProbesRequest_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'SearchProbesRequest' as interface{}

func (*SearchProbesRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object SearchProbesRequest

func (*SearchProbesRequest_FieldTerminalPathValue) SetToRaw

type SearchProbesResponse

type SearchProbesResponse struct {

	// The list of Probes
	Probes []*probe.Probe `protobuf:"bytes,1,rep,name=probes,proto3" json:"probes,omitempty" firestore:"probes"`
	// A token to retrieve previous page of results. Pass this value in the
	// [SearchProbesRequest.page_token][ntt.watchdog.v1alpha2.SearchProbesRequest.page_token]
	PrevPageToken *probe.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [SearchProbesRequest.page_token][ntt.watchdog.v1alpha2.SearchProbesRequest.page_token]
	NextPageToken *probe.PagerCursor `` /* 151-byte string literal not displayed */
	// Current offset from the first page (0 if no page tokens were given). Page
	// index can be computed from offset and limit provided in a request
	CurrentOffset int32 `` /* 127-byte string literal not displayed */
	// Number of total Probes across all pages.
	TotalResultsCount int32 `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for method [SearchProbes][ntt.watchdog.v1alpha2.SearchProbes]

func (*SearchProbesResponse) Clone

func (*SearchProbesResponse) CloneRaw

func (*SearchProbesResponse) Descriptor

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

Deprecated, Use SearchProbesResponse.ProtoReflect.Descriptor instead.

func (*SearchProbesResponse) GetCurrentOffset

func (m *SearchProbesResponse) GetCurrentOffset() int32

func (*SearchProbesResponse) GetNextPageToken

func (m *SearchProbesResponse) GetNextPageToken() *probe.PagerCursor

func (*SearchProbesResponse) GetPrevPageToken

func (m *SearchProbesResponse) GetPrevPageToken() *probe.PagerCursor

func (*SearchProbesResponse) GetProbes

func (m *SearchProbesResponse) GetProbes() []*probe.Probe

func (*SearchProbesResponse) GetTotalResultsCount

func (m *SearchProbesResponse) GetTotalResultsCount() int32

func (*SearchProbesResponse) GotenMessage

func (*SearchProbesResponse) GotenMessage()

func (*SearchProbesResponse) GotenObjectExt

func (o *SearchProbesResponse) GotenObjectExt()

func (*SearchProbesResponse) GotenValidate

func (obj *SearchProbesResponse) GotenValidate() error

func (*SearchProbesResponse) MakeDiffFieldMask

func (*SearchProbesResponse) MakeFullFieldMask

func (o *SearchProbesResponse) MakeFullFieldMask() *SearchProbesResponse_FieldMask

func (*SearchProbesResponse) MakeRawDiffFieldMask

func (o *SearchProbesResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*SearchProbesResponse) MakeRawFullFieldMask

func (o *SearchProbesResponse) MakeRawFullFieldMask() gotenobject.FieldMask

func (*SearchProbesResponse) Marshal

func (m *SearchProbesResponse) Marshal() ([]byte, error)

func (*SearchProbesResponse) MarshalJSON

func (m *SearchProbesResponse) MarshalJSON() ([]byte, error)

func (*SearchProbesResponse) Merge

func (o *SearchProbesResponse) Merge(source *SearchProbesResponse)

func (*SearchProbesResponse) MergeRaw

func (o *SearchProbesResponse) MergeRaw(source gotenobject.GotenObjectExt)

func (*SearchProbesResponse) ProtoMessage

func (*SearchProbesResponse) ProtoMessage()

func (*SearchProbesResponse) ProtoReflect

func (m *SearchProbesResponse) ProtoReflect() preflect.Message

func (*SearchProbesResponse) Reset

func (m *SearchProbesResponse) Reset()

func (*SearchProbesResponse) SetCurrentOffset

func (m *SearchProbesResponse) SetCurrentOffset(fv int32)

func (*SearchProbesResponse) SetNextPageToken

func (m *SearchProbesResponse) SetNextPageToken(fv *probe.PagerCursor)

func (*SearchProbesResponse) SetPrevPageToken

func (m *SearchProbesResponse) SetPrevPageToken(fv *probe.PagerCursor)

func (*SearchProbesResponse) SetProbes

func (m *SearchProbesResponse) SetProbes(fv []*probe.Probe)

func (*SearchProbesResponse) SetTotalResultsCount

func (m *SearchProbesResponse) SetTotalResultsCount(fv int32)

func (*SearchProbesResponse) String

func (m *SearchProbesResponse) String() string

func (*SearchProbesResponse) Unmarshal

func (m *SearchProbesResponse) Unmarshal(b []byte) error

func (*SearchProbesResponse) UnmarshalJSON

func (m *SearchProbesResponse) UnmarshalJSON(data []byte) error

type SearchProbesResponseFieldPathBuilder

type SearchProbesResponseFieldPathBuilder struct{}

func NewSearchProbesResponseFieldPathBuilder

func NewSearchProbesResponseFieldPathBuilder() SearchProbesResponseFieldPathBuilder

func (SearchProbesResponseFieldPathBuilder) CurrentOffset

func (SearchProbesResponseFieldPathBuilder) NextPageToken

func (SearchProbesResponseFieldPathBuilder) PrevPageToken

func (SearchProbesResponseFieldPathBuilder) Probes

func (SearchProbesResponseFieldPathBuilder) TotalResultsCount

type SearchProbesResponseMapPathSelectorProbesMetadataAnnotations

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

func (SearchProbesResponseMapPathSelectorProbesMetadataAnnotations) FieldPath

func (SearchProbesResponseMapPathSelectorProbesMetadataAnnotations) WithArrayOfValues

func (SearchProbesResponseMapPathSelectorProbesMetadataAnnotations) WithValue

type SearchProbesResponseMapPathSelectorProbesMetadataLabels

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

func (SearchProbesResponseMapPathSelectorProbesMetadataLabels) FieldPath

func (SearchProbesResponseMapPathSelectorProbesMetadataLabels) WithArrayOfValues

func (SearchProbesResponseMapPathSelectorProbesMetadataLabels) WithValue

type SearchProbesResponseMapPathSelectorProbesMetadataShards

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

func (SearchProbesResponseMapPathSelectorProbesMetadataShards) FieldPath

func (SearchProbesResponseMapPathSelectorProbesMetadataShards) WithArrayOfValues

func (SearchProbesResponseMapPathSelectorProbesMetadataShards) WithValue

type SearchProbesResponseMapPathSelectorProbesSpecActivationInvitationExtras added in v0.4.49

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

func (SearchProbesResponseMapPathSelectorProbesSpecActivationInvitationExtras) FieldPath added in v0.4.49

func (SearchProbesResponseMapPathSelectorProbesSpecActivationInvitationExtras) WithArrayOfValues added in v0.4.49

func (SearchProbesResponseMapPathSelectorProbesSpecActivationInvitationExtras) WithValue added in v0.4.49

type SearchProbesResponseMapPathSelectorProbesStatusNetworkInterfaces

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

func (SearchProbesResponseMapPathSelectorProbesStatusNetworkInterfaces) FieldPath

func (SearchProbesResponseMapPathSelectorProbesStatusNetworkInterfaces) WithArrayOfValues

func (SearchProbesResponseMapPathSelectorProbesStatusNetworkInterfaces) WithValue

type SearchProbesResponsePathSelectorCurrentOffset

type SearchProbesResponsePathSelectorCurrentOffset struct{}

func (SearchProbesResponsePathSelectorCurrentOffset) FieldPath

func (SearchProbesResponsePathSelectorCurrentOffset) WithArrayOfValues

func (SearchProbesResponsePathSelectorCurrentOffset) WithValue

type SearchProbesResponsePathSelectorNextPageToken

type SearchProbesResponsePathSelectorNextPageToken struct{}

func (SearchProbesResponsePathSelectorNextPageToken) FieldPath

func (SearchProbesResponsePathSelectorNextPageToken) WithArrayOfValues

func (SearchProbesResponsePathSelectorNextPageToken) WithValue

type SearchProbesResponsePathSelectorPrevPageToken

type SearchProbesResponsePathSelectorPrevPageToken struct{}

func (SearchProbesResponsePathSelectorPrevPageToken) FieldPath

func (SearchProbesResponsePathSelectorPrevPageToken) WithArrayOfValues

func (SearchProbesResponsePathSelectorPrevPageToken) WithValue

type SearchProbesResponsePathSelectorProbes

type SearchProbesResponsePathSelectorProbes struct{}

func (SearchProbesResponsePathSelectorProbes) DisplayName

func (SearchProbesResponsePathSelectorProbes) FieldPath

func (SearchProbesResponsePathSelectorProbes) LowerDisplayName

func (SearchProbesResponsePathSelectorProbes) Memo

func (SearchProbesResponsePathSelectorProbes) Metadata

func (SearchProbesResponsePathSelectorProbes) Name

func (SearchProbesResponsePathSelectorProbes) Spec

func (SearchProbesResponsePathSelectorProbes) Status

func (SearchProbesResponsePathSelectorProbes) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbes) WithItemValue

func (SearchProbesResponsePathSelectorProbes) WithSubArrayItemValue

func (SearchProbesResponsePathSelectorProbes) WithSubArrayOfValues

func (SearchProbesResponsePathSelectorProbes) WithSubPath

func (SearchProbesResponsePathSelectorProbes) WithSubValue

func (SearchProbesResponsePathSelectorProbes) WithValue

type SearchProbesResponsePathSelectorProbesDisplayName

type SearchProbesResponsePathSelectorProbesDisplayName struct{}

func (SearchProbesResponsePathSelectorProbesDisplayName) FieldPath

func (SearchProbesResponsePathSelectorProbesDisplayName) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesDisplayName) WithValue

type SearchProbesResponsePathSelectorProbesLowerDisplayName

type SearchProbesResponsePathSelectorProbesLowerDisplayName struct{}

func (SearchProbesResponsePathSelectorProbesLowerDisplayName) FieldPath

func (SearchProbesResponsePathSelectorProbesLowerDisplayName) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesLowerDisplayName) WithValue

type SearchProbesResponsePathSelectorProbesMemo

type SearchProbesResponsePathSelectorProbesMemo struct{}

func (SearchProbesResponsePathSelectorProbesMemo) CreateTime

func (SearchProbesResponsePathSelectorProbesMemo) CreatedBy

func (SearchProbesResponsePathSelectorProbesMemo) FieldPath

func (SearchProbesResponsePathSelectorProbesMemo) Message

func (SearchProbesResponsePathSelectorProbesMemo) UpdateTime

func (SearchProbesResponsePathSelectorProbesMemo) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesMemo) WithItemValue

func (SearchProbesResponsePathSelectorProbesMemo) WithValue

type SearchProbesResponsePathSelectorProbesMemoCreateTime

type SearchProbesResponsePathSelectorProbesMemoCreateTime struct{}

func (SearchProbesResponsePathSelectorProbesMemoCreateTime) FieldPath

func (SearchProbesResponsePathSelectorProbesMemoCreateTime) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesMemoCreateTime) WithValue

type SearchProbesResponsePathSelectorProbesMemoCreatedBy

type SearchProbesResponsePathSelectorProbesMemoCreatedBy struct{}

func (SearchProbesResponsePathSelectorProbesMemoCreatedBy) FieldPath

func (SearchProbesResponsePathSelectorProbesMemoCreatedBy) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesMemoCreatedBy) WithValue

type SearchProbesResponsePathSelectorProbesMemoMessage

type SearchProbesResponsePathSelectorProbesMemoMessage struct{}

func (SearchProbesResponsePathSelectorProbesMemoMessage) FieldPath

func (SearchProbesResponsePathSelectorProbesMemoMessage) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesMemoMessage) WithValue

type SearchProbesResponsePathSelectorProbesMemoUpdateTime

type SearchProbesResponsePathSelectorProbesMemoUpdateTime struct{}

func (SearchProbesResponsePathSelectorProbesMemoUpdateTime) FieldPath

func (SearchProbesResponsePathSelectorProbesMemoUpdateTime) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesMemoUpdateTime) WithValue

type SearchProbesResponsePathSelectorProbesMetadata

type SearchProbesResponsePathSelectorProbesMetadata struct{}

func (SearchProbesResponsePathSelectorProbesMetadata) Annotations

func (SearchProbesResponsePathSelectorProbesMetadata) CreateTime

func (SearchProbesResponsePathSelectorProbesMetadata) DeleteTime added in v0.7.1

func (SearchProbesResponsePathSelectorProbesMetadata) FieldPath

func (SearchProbesResponsePathSelectorProbesMetadata) Generation

func (SearchProbesResponsePathSelectorProbesMetadata) Labels

func (SearchProbesResponsePathSelectorProbesMetadata) Lifecycle added in v0.7.1

func (SearchProbesResponsePathSelectorProbesMetadata) OwnerReferences

func (SearchProbesResponsePathSelectorProbesMetadata) ResourceVersion

func (SearchProbesResponsePathSelectorProbesMetadata) Shards

func (SearchProbesResponsePathSelectorProbesMetadata) Syncing

func (SearchProbesResponsePathSelectorProbesMetadata) Tags

func (SearchProbesResponsePathSelectorProbesMetadata) UpdateTime

func (SearchProbesResponsePathSelectorProbesMetadata) Uuid

func (SearchProbesResponsePathSelectorProbesMetadata) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesMetadata) WithValue

type SearchProbesResponsePathSelectorProbesMetadataAnnotations

type SearchProbesResponsePathSelectorProbesMetadataAnnotations struct{}

func (SearchProbesResponsePathSelectorProbesMetadataAnnotations) FieldPath

func (SearchProbesResponsePathSelectorProbesMetadataAnnotations) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesMetadataAnnotations) WithKey

func (SearchProbesResponsePathSelectorProbesMetadataAnnotations) WithValue

type SearchProbesResponsePathSelectorProbesMetadataCreateTime

type SearchProbesResponsePathSelectorProbesMetadataCreateTime struct{}

func (SearchProbesResponsePathSelectorProbesMetadataCreateTime) FieldPath

func (SearchProbesResponsePathSelectorProbesMetadataCreateTime) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesMetadataCreateTime) WithValue

type SearchProbesResponsePathSelectorProbesMetadataDeleteTime added in v0.7.1

type SearchProbesResponsePathSelectorProbesMetadataDeleteTime struct{}

func (SearchProbesResponsePathSelectorProbesMetadataDeleteTime) FieldPath added in v0.7.1

func (SearchProbesResponsePathSelectorProbesMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (SearchProbesResponsePathSelectorProbesMetadataDeleteTime) WithValue added in v0.7.1

type SearchProbesResponsePathSelectorProbesMetadataGeneration

type SearchProbesResponsePathSelectorProbesMetadataGeneration struct{}

func (SearchProbesResponsePathSelectorProbesMetadataGeneration) FieldPath

func (SearchProbesResponsePathSelectorProbesMetadataGeneration) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesMetadataGeneration) WithValue

type SearchProbesResponsePathSelectorProbesMetadataLabels

type SearchProbesResponsePathSelectorProbesMetadataLabels struct{}

func (SearchProbesResponsePathSelectorProbesMetadataLabels) FieldPath

func (SearchProbesResponsePathSelectorProbesMetadataLabels) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesMetadataLabels) WithKey

func (SearchProbesResponsePathSelectorProbesMetadataLabels) WithValue

type SearchProbesResponsePathSelectorProbesMetadataLifecycle added in v0.7.1

type SearchProbesResponsePathSelectorProbesMetadataLifecycle struct{}

func (SearchProbesResponsePathSelectorProbesMetadataLifecycle) BlockDeletion added in v0.7.1

func (SearchProbesResponsePathSelectorProbesMetadataLifecycle) FieldPath added in v0.7.1

func (SearchProbesResponsePathSelectorProbesMetadataLifecycle) State added in v0.7.1

func (SearchProbesResponsePathSelectorProbesMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (SearchProbesResponsePathSelectorProbesMetadataLifecycle) WithValue added in v0.7.1

type SearchProbesResponsePathSelectorProbesMetadataLifecycleBlockDeletion added in v0.7.1

type SearchProbesResponsePathSelectorProbesMetadataLifecycleBlockDeletion struct{}

func (SearchProbesResponsePathSelectorProbesMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (SearchProbesResponsePathSelectorProbesMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (SearchProbesResponsePathSelectorProbesMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type SearchProbesResponsePathSelectorProbesMetadataLifecycleState added in v0.7.1

type SearchProbesResponsePathSelectorProbesMetadataLifecycleState struct{}

func (SearchProbesResponsePathSelectorProbesMetadataLifecycleState) FieldPath added in v0.7.1

func (SearchProbesResponsePathSelectorProbesMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (SearchProbesResponsePathSelectorProbesMetadataLifecycleState) WithValue added in v0.7.1

type SearchProbesResponsePathSelectorProbesMetadataOwnerReferences

type SearchProbesResponsePathSelectorProbesMetadataOwnerReferences struct{}

func (SearchProbesResponsePathSelectorProbesMetadataOwnerReferences) FieldPath

func (SearchProbesResponsePathSelectorProbesMetadataOwnerReferences) Kind

func (SearchProbesResponsePathSelectorProbesMetadataOwnerReferences) Name

func (SearchProbesResponsePathSelectorProbesMetadataOwnerReferences) Region added in v0.7.1

func (SearchProbesResponsePathSelectorProbesMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (SearchProbesResponsePathSelectorProbesMetadataOwnerReferences) Version added in v0.7.1

func (SearchProbesResponsePathSelectorProbesMetadataOwnerReferences) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesMetadataOwnerReferences) WithItemValue

func (SearchProbesResponsePathSelectorProbesMetadataOwnerReferences) WithValue

type SearchProbesResponsePathSelectorProbesMetadataOwnerReferencesBlockOwnerDeletion

type SearchProbesResponsePathSelectorProbesMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (SearchProbesResponsePathSelectorProbesMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (SearchProbesResponsePathSelectorProbesMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type SearchProbesResponsePathSelectorProbesMetadataOwnerReferencesController

type SearchProbesResponsePathSelectorProbesMetadataOwnerReferencesController struct{}

func (SearchProbesResponsePathSelectorProbesMetadataOwnerReferencesController) FieldPath

func (SearchProbesResponsePathSelectorProbesMetadataOwnerReferencesController) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesMetadataOwnerReferencesController) WithValue

type SearchProbesResponsePathSelectorProbesMetadataOwnerReferencesKind

type SearchProbesResponsePathSelectorProbesMetadataOwnerReferencesKind struct{}

func (SearchProbesResponsePathSelectorProbesMetadataOwnerReferencesKind) FieldPath

func (SearchProbesResponsePathSelectorProbesMetadataOwnerReferencesKind) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesMetadataOwnerReferencesKind) WithValue

type SearchProbesResponsePathSelectorProbesMetadataOwnerReferencesName

type SearchProbesResponsePathSelectorProbesMetadataOwnerReferencesName struct{}

func (SearchProbesResponsePathSelectorProbesMetadataOwnerReferencesName) FieldPath

func (SearchProbesResponsePathSelectorProbesMetadataOwnerReferencesName) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesMetadataOwnerReferencesName) WithValue

type SearchProbesResponsePathSelectorProbesMetadataOwnerReferencesRegion added in v0.7.1

type SearchProbesResponsePathSelectorProbesMetadataOwnerReferencesRegion struct{}

func (SearchProbesResponsePathSelectorProbesMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (SearchProbesResponsePathSelectorProbesMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (SearchProbesResponsePathSelectorProbesMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type SearchProbesResponsePathSelectorProbesMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type SearchProbesResponsePathSelectorProbesMetadataOwnerReferencesRequiresOwnerReference struct{}

func (SearchProbesResponsePathSelectorProbesMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (SearchProbesResponsePathSelectorProbesMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (SearchProbesResponsePathSelectorProbesMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type SearchProbesResponsePathSelectorProbesMetadataOwnerReferencesVersion added in v0.7.1

type SearchProbesResponsePathSelectorProbesMetadataOwnerReferencesVersion struct{}

func (SearchProbesResponsePathSelectorProbesMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (SearchProbesResponsePathSelectorProbesMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (SearchProbesResponsePathSelectorProbesMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type SearchProbesResponsePathSelectorProbesMetadataResourceVersion

type SearchProbesResponsePathSelectorProbesMetadataResourceVersion struct{}

func (SearchProbesResponsePathSelectorProbesMetadataResourceVersion) FieldPath

func (SearchProbesResponsePathSelectorProbesMetadataResourceVersion) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesMetadataResourceVersion) WithValue

type SearchProbesResponsePathSelectorProbesMetadataShards

type SearchProbesResponsePathSelectorProbesMetadataShards struct{}

func (SearchProbesResponsePathSelectorProbesMetadataShards) FieldPath

func (SearchProbesResponsePathSelectorProbesMetadataShards) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesMetadataShards) WithKey

func (SearchProbesResponsePathSelectorProbesMetadataShards) WithValue

type SearchProbesResponsePathSelectorProbesMetadataSyncing

type SearchProbesResponsePathSelectorProbesMetadataSyncing struct{}

func (SearchProbesResponsePathSelectorProbesMetadataSyncing) FieldPath

func (SearchProbesResponsePathSelectorProbesMetadataSyncing) OwningRegion

func (SearchProbesResponsePathSelectorProbesMetadataSyncing) Regions

func (SearchProbesResponsePathSelectorProbesMetadataSyncing) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesMetadataSyncing) WithValue

type SearchProbesResponsePathSelectorProbesMetadataSyncingOwningRegion

type SearchProbesResponsePathSelectorProbesMetadataSyncingOwningRegion struct{}

func (SearchProbesResponsePathSelectorProbesMetadataSyncingOwningRegion) FieldPath

func (SearchProbesResponsePathSelectorProbesMetadataSyncingOwningRegion) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesMetadataSyncingOwningRegion) WithValue

type SearchProbesResponsePathSelectorProbesMetadataSyncingRegions

type SearchProbesResponsePathSelectorProbesMetadataSyncingRegions struct{}

func (SearchProbesResponsePathSelectorProbesMetadataSyncingRegions) FieldPath

func (SearchProbesResponsePathSelectorProbesMetadataSyncingRegions) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesMetadataSyncingRegions) WithItemValue

func (SearchProbesResponsePathSelectorProbesMetadataSyncingRegions) WithValue

type SearchProbesResponsePathSelectorProbesMetadataTags

type SearchProbesResponsePathSelectorProbesMetadataTags struct{}

func (SearchProbesResponsePathSelectorProbesMetadataTags) FieldPath

func (SearchProbesResponsePathSelectorProbesMetadataTags) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesMetadataTags) WithItemValue

func (SearchProbesResponsePathSelectorProbesMetadataTags) WithValue

type SearchProbesResponsePathSelectorProbesMetadataUpdateTime

type SearchProbesResponsePathSelectorProbesMetadataUpdateTime struct{}

func (SearchProbesResponsePathSelectorProbesMetadataUpdateTime) FieldPath

func (SearchProbesResponsePathSelectorProbesMetadataUpdateTime) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesMetadataUpdateTime) WithValue

type SearchProbesResponsePathSelectorProbesMetadataUuid

type SearchProbesResponsePathSelectorProbesMetadataUuid struct{}

func (SearchProbesResponsePathSelectorProbesMetadataUuid) FieldPath

func (SearchProbesResponsePathSelectorProbesMetadataUuid) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesMetadataUuid) WithValue

type SearchProbesResponsePathSelectorProbesName

type SearchProbesResponsePathSelectorProbesName struct{}

func (SearchProbesResponsePathSelectorProbesName) FieldPath

func (SearchProbesResponsePathSelectorProbesName) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesName) WithValue

type SearchProbesResponsePathSelectorProbesSpec

type SearchProbesResponsePathSelectorProbesSpec struct{}

func (SearchProbesResponsePathSelectorProbesSpec) AccessToken

func (SearchProbesResponsePathSelectorProbesSpec) Activation

func (SearchProbesResponsePathSelectorProbesSpec) AgentType

func (SearchProbesResponsePathSelectorProbesSpec) ContactInfo

func (SearchProbesResponsePathSelectorProbesSpec) Device

func (SearchProbesResponsePathSelectorProbesSpec) DisableSpeedtest

func (SearchProbesResponsePathSelectorProbesSpec) Enabled

func (SearchProbesResponsePathSelectorProbesSpec) ExternalIpCheckUrl

func (SearchProbesResponsePathSelectorProbesSpec) FieldPath

func (SearchProbesResponsePathSelectorProbesSpec) LocationDiscovery

func (SearchProbesResponsePathSelectorProbesSpec) PcapSettings added in v0.8.0

func (SearchProbesResponsePathSelectorProbesSpec) PrimaryLocation

func (SearchProbesResponsePathSelectorProbesSpec) ProbeGroup

func (SearchProbesResponsePathSelectorProbesSpec) ProbeGroupName added in v0.10.6

func (SearchProbesResponsePathSelectorProbesSpec) TargetServers

func (SearchProbesResponsePathSelectorProbesSpec) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpec) WithValue

type SearchProbesResponsePathSelectorProbesSpecAccessToken

type SearchProbesResponsePathSelectorProbesSpecAccessToken struct{}

func (SearchProbesResponsePathSelectorProbesSpecAccessToken) AccessToken

func (SearchProbesResponsePathSelectorProbesSpecAccessToken) Enable

func (SearchProbesResponsePathSelectorProbesSpecAccessToken) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecAccessToken) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecAccessToken) WithValue

type SearchProbesResponsePathSelectorProbesSpecAccessTokenAccessToken

type SearchProbesResponsePathSelectorProbesSpecAccessTokenAccessToken struct{}

func (SearchProbesResponsePathSelectorProbesSpecAccessTokenAccessToken) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecAccessTokenAccessToken) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecAccessTokenAccessToken) WithValue

type SearchProbesResponsePathSelectorProbesSpecAccessTokenEnable

type SearchProbesResponsePathSelectorProbesSpecAccessTokenEnable struct{}

func (SearchProbesResponsePathSelectorProbesSpecAccessTokenEnable) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecAccessTokenEnable) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecAccessTokenEnable) WithValue

type SearchProbesResponsePathSelectorProbesSpecActivation

type SearchProbesResponsePathSelectorProbesSpecActivation struct{}

func (SearchProbesResponsePathSelectorProbesSpecActivation) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecActivation) InvitationExtras added in v0.4.49

func (SearchProbesResponsePathSelectorProbesSpecActivation) ReusableToken

func (SearchProbesResponsePathSelectorProbesSpecActivation) Token

func (SearchProbesResponsePathSelectorProbesSpecActivation) Type

func (SearchProbesResponsePathSelectorProbesSpecActivation) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecActivation) WithValue

type SearchProbesResponsePathSelectorProbesSpecActivationInvitationExtras added in v0.4.49

type SearchProbesResponsePathSelectorProbesSpecActivationInvitationExtras struct{}

func (SearchProbesResponsePathSelectorProbesSpecActivationInvitationExtras) FieldPath added in v0.4.49

func (SearchProbesResponsePathSelectorProbesSpecActivationInvitationExtras) WithArrayOfValues added in v0.4.49

func (SearchProbesResponsePathSelectorProbesSpecActivationInvitationExtras) WithKey added in v0.4.49

func (SearchProbesResponsePathSelectorProbesSpecActivationInvitationExtras) WithValue added in v0.4.49

type SearchProbesResponsePathSelectorProbesSpecActivationReusableToken

type SearchProbesResponsePathSelectorProbesSpecActivationReusableToken struct{}

func (SearchProbesResponsePathSelectorProbesSpecActivationReusableToken) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecActivationReusableToken) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecActivationReusableToken) WithValue

type SearchProbesResponsePathSelectorProbesSpecActivationSendInvitationOnCreate

type SearchProbesResponsePathSelectorProbesSpecActivationSendInvitationOnCreate struct{}

func (SearchProbesResponsePathSelectorProbesSpecActivationSendInvitationOnCreate) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecActivationSendInvitationOnCreate) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecActivationSendInvitationOnCreate) WithValue

type SearchProbesResponsePathSelectorProbesSpecActivationToken

type SearchProbesResponsePathSelectorProbesSpecActivationToken struct{}

func (SearchProbesResponsePathSelectorProbesSpecActivationToken) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecActivationToken) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecActivationToken) WithValue

type SearchProbesResponsePathSelectorProbesSpecActivationType

type SearchProbesResponsePathSelectorProbesSpecActivationType struct{}

func (SearchProbesResponsePathSelectorProbesSpecActivationType) FieldPath

type SearchProbesResponsePathSelectorProbesSpecAgentType

type SearchProbesResponsePathSelectorProbesSpecAgentType struct{}

func (SearchProbesResponsePathSelectorProbesSpecAgentType) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecAgentType) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecAgentType) WithValue

type SearchProbesResponsePathSelectorProbesSpecContactInfo

type SearchProbesResponsePathSelectorProbesSpecContactInfo struct{}

func (SearchProbesResponsePathSelectorProbesSpecContactInfo) Email

func (SearchProbesResponsePathSelectorProbesSpecContactInfo) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecContactInfo) FullName

func (SearchProbesResponsePathSelectorProbesSpecContactInfo) Phones

func (SearchProbesResponsePathSelectorProbesSpecContactInfo) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecContactInfo) WithValue

type SearchProbesResponsePathSelectorProbesSpecContactInfoEmail

type SearchProbesResponsePathSelectorProbesSpecContactInfoEmail struct{}

func (SearchProbesResponsePathSelectorProbesSpecContactInfoEmail) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecContactInfoEmail) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecContactInfoEmail) WithValue

type SearchProbesResponsePathSelectorProbesSpecContactInfoFullName

type SearchProbesResponsePathSelectorProbesSpecContactInfoFullName struct{}

func (SearchProbesResponsePathSelectorProbesSpecContactInfoFullName) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecContactInfoFullName) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecContactInfoFullName) WithValue

type SearchProbesResponsePathSelectorProbesSpecContactInfoPhones

type SearchProbesResponsePathSelectorProbesSpecContactInfoPhones struct{}

func (SearchProbesResponsePathSelectorProbesSpecContactInfoPhones) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecContactInfoPhones) Number

func (SearchProbesResponsePathSelectorProbesSpecContactInfoPhones) Type

func (SearchProbesResponsePathSelectorProbesSpecContactInfoPhones) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecContactInfoPhones) WithItemValue

func (SearchProbesResponsePathSelectorProbesSpecContactInfoPhones) WithValue

type SearchProbesResponsePathSelectorProbesSpecContactInfoPhonesNumber

type SearchProbesResponsePathSelectorProbesSpecContactInfoPhonesNumber struct{}

func (SearchProbesResponsePathSelectorProbesSpecContactInfoPhonesNumber) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecContactInfoPhonesNumber) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecContactInfoPhonesNumber) WithValue

type SearchProbesResponsePathSelectorProbesSpecContactInfoPhonesType

type SearchProbesResponsePathSelectorProbesSpecContactInfoPhonesType struct{}

func (SearchProbesResponsePathSelectorProbesSpecContactInfoPhonesType) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecContactInfoPhonesType) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecContactInfoPhonesType) WithValue

type SearchProbesResponsePathSelectorProbesSpecDevice

type SearchProbesResponsePathSelectorProbesSpecDevice struct{}

func (SearchProbesResponsePathSelectorProbesSpecDevice) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecDevice) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecDevice) WithValue

type SearchProbesResponsePathSelectorProbesSpecDisableSpeedtest

type SearchProbesResponsePathSelectorProbesSpecDisableSpeedtest struct{}

func (SearchProbesResponsePathSelectorProbesSpecDisableSpeedtest) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecDisableSpeedtest) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecDisableSpeedtest) WithValue

type SearchProbesResponsePathSelectorProbesSpecEnabled

type SearchProbesResponsePathSelectorProbesSpecEnabled struct{}

func (SearchProbesResponsePathSelectorProbesSpecEnabled) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecEnabled) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecEnabled) WithValue

type SearchProbesResponsePathSelectorProbesSpecExternalIpCheckUrl

type SearchProbesResponsePathSelectorProbesSpecExternalIpCheckUrl struct{}

func (SearchProbesResponsePathSelectorProbesSpecExternalIpCheckUrl) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecExternalIpCheckUrl) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecExternalIpCheckUrl) WithItemValue

func (SearchProbesResponsePathSelectorProbesSpecExternalIpCheckUrl) WithValue

type SearchProbesResponsePathSelectorProbesSpecLocationDiscovery

type SearchProbesResponsePathSelectorProbesSpecLocationDiscovery struct{}

func (SearchProbesResponsePathSelectorProbesSpecLocationDiscovery) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecLocationDiscovery) Type

func (SearchProbesResponsePathSelectorProbesSpecLocationDiscovery) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecLocationDiscovery) WithValue

type SearchProbesResponsePathSelectorProbesSpecLocationDiscoveryRequiredAccuracy

type SearchProbesResponsePathSelectorProbesSpecLocationDiscoveryRequiredAccuracy struct{}

func (SearchProbesResponsePathSelectorProbesSpecLocationDiscoveryRequiredAccuracy) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecLocationDiscoveryRequiredAccuracy) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecLocationDiscoveryRequiredAccuracy) WithValue

type SearchProbesResponsePathSelectorProbesSpecLocationDiscoveryType

type SearchProbesResponsePathSelectorProbesSpecLocationDiscoveryType struct{}

func (SearchProbesResponsePathSelectorProbesSpecLocationDiscoveryType) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecLocationDiscoveryType) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecLocationDiscoveryType) WithValue

type SearchProbesResponsePathSelectorProbesSpecPcapSettings added in v0.8.0

type SearchProbesResponsePathSelectorProbesSpecPcapSettings struct{}

func (SearchProbesResponsePathSelectorProbesSpecPcapSettings) CaptureFullPacket added in v0.8.0

func (SearchProbesResponsePathSelectorProbesSpecPcapSettings) Enable added in v0.8.0

func (SearchProbesResponsePathSelectorProbesSpecPcapSettings) FieldPath added in v0.8.0

func (SearchProbesResponsePathSelectorProbesSpecPcapSettings) OnDemandMode added in v0.10.10

func (SearchProbesResponsePathSelectorProbesSpecPcapSettings) StopOnDemandModeBy added in v0.10.10

func (SearchProbesResponsePathSelectorProbesSpecPcapSettings) WithArrayOfValues added in v0.8.0

func (SearchProbesResponsePathSelectorProbesSpecPcapSettings) WithValue added in v0.8.0

type SearchProbesResponsePathSelectorProbesSpecPcapSettingsCaptureFullPacket added in v0.8.0

type SearchProbesResponsePathSelectorProbesSpecPcapSettingsCaptureFullPacket struct{}

func (SearchProbesResponsePathSelectorProbesSpecPcapSettingsCaptureFullPacket) FieldPath added in v0.8.0

func (SearchProbesResponsePathSelectorProbesSpecPcapSettingsCaptureFullPacket) WithArrayOfValues added in v0.8.0

func (SearchProbesResponsePathSelectorProbesSpecPcapSettingsCaptureFullPacket) WithValue added in v0.8.0

type SearchProbesResponsePathSelectorProbesSpecPcapSettingsEnable added in v0.8.0

type SearchProbesResponsePathSelectorProbesSpecPcapSettingsEnable struct{}

func (SearchProbesResponsePathSelectorProbesSpecPcapSettingsEnable) FieldPath added in v0.8.0

func (SearchProbesResponsePathSelectorProbesSpecPcapSettingsEnable) WithArrayOfValues added in v0.8.0

func (SearchProbesResponsePathSelectorProbesSpecPcapSettingsEnable) WithValue added in v0.8.0

type SearchProbesResponsePathSelectorProbesSpecPcapSettingsOnDemandMode added in v0.10.10

type SearchProbesResponsePathSelectorProbesSpecPcapSettingsOnDemandMode struct{}

func (SearchProbesResponsePathSelectorProbesSpecPcapSettingsOnDemandMode) FieldPath added in v0.10.10

func (SearchProbesResponsePathSelectorProbesSpecPcapSettingsOnDemandMode) WithArrayOfValues added in v0.10.10

func (SearchProbesResponsePathSelectorProbesSpecPcapSettingsOnDemandMode) WithValue added in v0.10.10

type SearchProbesResponsePathSelectorProbesSpecPcapSettingsStopOnDemandModeBy added in v0.10.10

type SearchProbesResponsePathSelectorProbesSpecPcapSettingsStopOnDemandModeBy struct{}

func (SearchProbesResponsePathSelectorProbesSpecPcapSettingsStopOnDemandModeBy) FieldPath added in v0.10.10

func (SearchProbesResponsePathSelectorProbesSpecPcapSettingsStopOnDemandModeBy) WithArrayOfValues added in v0.10.10

func (SearchProbesResponsePathSelectorProbesSpecPcapSettingsStopOnDemandModeBy) WithValue added in v0.10.10

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocation

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocation struct{}

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocation) Accuracy

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocation) Address

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocation) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocation) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocation) WithValue

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAccuracy

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAccuracy struct{}

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAccuracy) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAccuracy) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAccuracy) WithValue

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddress

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddress struct{}

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddress) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddress) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddress) WithValue

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea1

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea1 struct{}

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea1) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea1) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea1) WithValue

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea2

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea2 struct{}

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea2) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea2) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea2) WithValue

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea3

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea3 struct{}

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea3) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea3) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea3) WithValue

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea4

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea4 struct{}

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea4) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea4) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressAdminArea4) WithValue

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressContinent

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressContinent struct{}

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressContinent) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressContinent) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressContinent) WithValue

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressCountry

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressCountry struct{}

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressCountry) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressCountry) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressCountry) WithValue

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressCountryCode

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressCountryCode struct{}

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressCountryCode) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressCountryCode) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressCountryCode) WithValue

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressPostalCode

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressPostalCode struct{}

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressPostalCode) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressPostalCode) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressPostalCode) WithValue

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressStreetAddress

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressStreetAddress struct{}

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressStreetAddress) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressStreetAddress) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAddressStreetAddress) WithValue

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchy

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchy struct{}

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchy) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchy) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchy) WithValue

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin1

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin1 struct{}

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin1) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin1) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin1) WithValue

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin2

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin2 struct{}

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin2) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin2) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin2) WithValue

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin3

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin3 struct{}

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin3) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin3) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin3) WithValue

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin4

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin4 struct{}

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin4) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin4) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin4) WithValue

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin5

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin5 struct{}

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin5) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin5) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyAdmin5) WithValue

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyContinent

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyContinent struct{}

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyContinent) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyContinent) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyContinent) WithValue

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyCountry

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyCountry struct{}

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyCountry) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyCountry) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationAdminHierarchyCountry) WithValue

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationCoordinates

type SearchProbesResponsePathSelectorProbesSpecPrimaryLocationCoordinates struct{}

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationCoordinates) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationCoordinates) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecPrimaryLocationCoordinates) WithValue

type SearchProbesResponsePathSelectorProbesSpecProbeGroup

type SearchProbesResponsePathSelectorProbesSpecProbeGroup struct{}

func (SearchProbesResponsePathSelectorProbesSpecProbeGroup) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecProbeGroup) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecProbeGroup) WithValue

type SearchProbesResponsePathSelectorProbesSpecProbeGroupName added in v0.10.6

type SearchProbesResponsePathSelectorProbesSpecProbeGroupName struct{}

func (SearchProbesResponsePathSelectorProbesSpecProbeGroupName) FieldPath added in v0.10.6

func (SearchProbesResponsePathSelectorProbesSpecProbeGroupName) WithArrayOfValues added in v0.10.6

func (SearchProbesResponsePathSelectorProbesSpecProbeGroupName) WithValue added in v0.10.6

type SearchProbesResponsePathSelectorProbesSpecTargetServers

type SearchProbesResponsePathSelectorProbesSpecTargetServers struct{}

func (SearchProbesResponsePathSelectorProbesSpecTargetServers) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecTargetServers) IcmpTarget

func (SearchProbesResponsePathSelectorProbesSpecTargetServers) TargetAddressType added in v0.4.30

func (SearchProbesResponsePathSelectorProbesSpecTargetServers) TargetIpVersion added in v0.7.4

func (SearchProbesResponsePathSelectorProbesSpecTargetServers) UdpTarget

func (SearchProbesResponsePathSelectorProbesSpecTargetServers) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecTargetServers) WithValue

type SearchProbesResponsePathSelectorProbesSpecTargetServersIcmpTarget

type SearchProbesResponsePathSelectorProbesSpecTargetServersIcmpTarget struct{}

func (SearchProbesResponsePathSelectorProbesSpecTargetServersIcmpTarget) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecTargetServersIcmpTarget) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecTargetServersIcmpTarget) WithValue

type SearchProbesResponsePathSelectorProbesSpecTargetServersIcmpTargetEnabled

type SearchProbesResponsePathSelectorProbesSpecTargetServersIcmpTargetEnabled struct{}

func (SearchProbesResponsePathSelectorProbesSpecTargetServersIcmpTargetEnabled) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecTargetServersIcmpTargetEnabled) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecTargetServersIcmpTargetEnabled) WithValue

type SearchProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTarget

type SearchProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTarget struct{}

func (SearchProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTarget) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTarget) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTarget) WithValue

type SearchProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTargetEnabled

type SearchProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTargetEnabled struct{}

func (SearchProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTargetEnabled) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTargetEnabled) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTargetEnabled) WithValue

type SearchProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTargetTcpPort

type SearchProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTargetTcpPort struct{}

func (SearchProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTargetTcpPort) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTargetTcpPort) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecTargetServersSpeedTestTargetTcpPort) WithValue

type SearchProbesResponsePathSelectorProbesSpecTargetServersTargetAddressType added in v0.4.30

type SearchProbesResponsePathSelectorProbesSpecTargetServersTargetAddressType struct{}

func (SearchProbesResponsePathSelectorProbesSpecTargetServersTargetAddressType) FieldPath added in v0.4.30

func (SearchProbesResponsePathSelectorProbesSpecTargetServersTargetAddressType) WithArrayOfValues added in v0.4.30

func (SearchProbesResponsePathSelectorProbesSpecTargetServersTargetAddressType) WithValue added in v0.4.30

type SearchProbesResponsePathSelectorProbesSpecTargetServersTargetIpVersion added in v0.7.4

type SearchProbesResponsePathSelectorProbesSpecTargetServersTargetIpVersion struct{}

func (SearchProbesResponsePathSelectorProbesSpecTargetServersTargetIpVersion) FieldPath added in v0.7.4

func (SearchProbesResponsePathSelectorProbesSpecTargetServersTargetIpVersion) WithArrayOfValues added in v0.7.4

func (SearchProbesResponsePathSelectorProbesSpecTargetServersTargetIpVersion) WithValue added in v0.7.4

type SearchProbesResponsePathSelectorProbesSpecTargetServersUdpTarget

type SearchProbesResponsePathSelectorProbesSpecTargetServersUdpTarget struct{}

func (SearchProbesResponsePathSelectorProbesSpecTargetServersUdpTarget) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecTargetServersUdpTarget) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecTargetServersUdpTarget) WithValue

type SearchProbesResponsePathSelectorProbesSpecTargetServersUdpTargetEnabled

type SearchProbesResponsePathSelectorProbesSpecTargetServersUdpTargetEnabled struct{}

func (SearchProbesResponsePathSelectorProbesSpecTargetServersUdpTargetEnabled) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecTargetServersUdpTargetEnabled) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecTargetServersUdpTargetEnabled) WithValue

type SearchProbesResponsePathSelectorProbesSpecTargetServersUdpTargetPort

type SearchProbesResponsePathSelectorProbesSpecTargetServersUdpTargetPort struct{}

func (SearchProbesResponsePathSelectorProbesSpecTargetServersUdpTargetPort) FieldPath

func (SearchProbesResponsePathSelectorProbesSpecTargetServersUdpTargetPort) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesSpecTargetServersUdpTargetPort) WithValue

type SearchProbesResponsePathSelectorProbesStatus

type SearchProbesResponsePathSelectorProbesStatus struct{}

func (SearchProbesResponsePathSelectorProbesStatus) Activation

func (SearchProbesResponsePathSelectorProbesStatus) ActiveLocation

func (SearchProbesResponsePathSelectorProbesStatus) AgentType

func (SearchProbesResponsePathSelectorProbesStatus) AsInfo

func (SearchProbesResponsePathSelectorProbesStatus) Bandwidth

func (SearchProbesResponsePathSelectorProbesStatus) Carrier

func (SearchProbesResponsePathSelectorProbesStatus) Connection

func (SearchProbesResponsePathSelectorProbesStatus) DiscoveredLocation

func (SearchProbesResponsePathSelectorProbesStatus) ExternalHostname

func (SearchProbesResponsePathSelectorProbesStatus) ExternalIpAddressV4

func (SearchProbesResponsePathSelectorProbesStatus) ExternalIpAddressV6

func (SearchProbesResponsePathSelectorProbesStatus) FieldPath

func (SearchProbesResponsePathSelectorProbesStatus) NetworkInterfaces

func (SearchProbesResponsePathSelectorProbesStatus) ProxyConfig added in v0.10.5

func (SearchProbesResponsePathSelectorProbesStatus) SoftwareVersion

func (SearchProbesResponsePathSelectorProbesStatus) SystemInfo

func (SearchProbesResponsePathSelectorProbesStatus) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatus) WithValue

type SearchProbesResponsePathSelectorProbesStatusActivation

type SearchProbesResponsePathSelectorProbesStatusActivation struct{}

func (SearchProbesResponsePathSelectorProbesStatusActivation) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusActivation) Status

func (SearchProbesResponsePathSelectorProbesStatusActivation) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusActivation) WithValue

type SearchProbesResponsePathSelectorProbesStatusActivationCurrentSession

type SearchProbesResponsePathSelectorProbesStatusActivationCurrentSession struct{}

func (SearchProbesResponsePathSelectorProbesStatusActivationCurrentSession) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusActivationCurrentSession) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusActivationCurrentSession) WithValue

type SearchProbesResponsePathSelectorProbesStatusActivationCurrentSessionClientCookie

type SearchProbesResponsePathSelectorProbesStatusActivationCurrentSessionClientCookie struct{}

func (SearchProbesResponsePathSelectorProbesStatusActivationCurrentSessionClientCookie) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusActivationCurrentSessionClientCookie) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusActivationCurrentSessionClientCookie) WithValue

type SearchProbesResponsePathSelectorProbesStatusActivationCurrentSessionLockDeadline

type SearchProbesResponsePathSelectorProbesStatusActivationCurrentSessionLockDeadline struct{}

func (SearchProbesResponsePathSelectorProbesStatusActivationCurrentSessionLockDeadline) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusActivationCurrentSessionLockDeadline) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusActivationCurrentSessionLockDeadline) WithValue

type SearchProbesResponsePathSelectorProbesStatusActivationLastInvitation

type SearchProbesResponsePathSelectorProbesStatusActivationLastInvitation struct{}

func (SearchProbesResponsePathSelectorProbesStatusActivationLastInvitation) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusActivationLastInvitation) SendFailureMessage added in v0.11.14

func (SearchProbesResponsePathSelectorProbesStatusActivationLastInvitation) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusActivationLastInvitation) WithValue

type SearchProbesResponsePathSelectorProbesStatusActivationLastInvitationSendFailureMessage added in v0.11.14

type SearchProbesResponsePathSelectorProbesStatusActivationLastInvitationSendFailureMessage struct{}

func (SearchProbesResponsePathSelectorProbesStatusActivationLastInvitationSendFailureMessage) FieldPath added in v0.11.14

func (SearchProbesResponsePathSelectorProbesStatusActivationLastInvitationSendFailureMessage) WithArrayOfValues added in v0.11.14

func (SearchProbesResponsePathSelectorProbesStatusActivationLastInvitationSendFailureMessage) WithValue added in v0.11.14

type SearchProbesResponsePathSelectorProbesStatusActivationLastInvitationSender

type SearchProbesResponsePathSelectorProbesStatusActivationLastInvitationSender struct{}

func (SearchProbesResponsePathSelectorProbesStatusActivationLastInvitationSender) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusActivationLastInvitationSender) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusActivationLastInvitationSender) WithValue

type SearchProbesResponsePathSelectorProbesStatusActivationLastInvitationSentDate

type SearchProbesResponsePathSelectorProbesStatusActivationLastInvitationSentDate struct{}

func (SearchProbesResponsePathSelectorProbesStatusActivationLastInvitationSentDate) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusActivationLastInvitationSentDate) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusActivationLastInvitationSentDate) WithValue

type SearchProbesResponsePathSelectorProbesStatusActivationServiceAccount

type SearchProbesResponsePathSelectorProbesStatusActivationServiceAccount struct{}

func (SearchProbesResponsePathSelectorProbesStatusActivationServiceAccount) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusActivationServiceAccount) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusActivationServiceAccount) WithValue

type SearchProbesResponsePathSelectorProbesStatusActivationStatus

type SearchProbesResponsePathSelectorProbesStatusActivationStatus struct{}

func (SearchProbesResponsePathSelectorProbesStatusActivationStatus) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusActivationStatus) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusActivationStatus) WithValue

type SearchProbesResponsePathSelectorProbesStatusActiveLocation

type SearchProbesResponsePathSelectorProbesStatusActiveLocation struct{}

func (SearchProbesResponsePathSelectorProbesStatusActiveLocation) Address

func (SearchProbesResponsePathSelectorProbesStatusActiveLocation) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusActiveLocation) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusActiveLocation) WithValue

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAccuracy

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAccuracy struct{}

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAccuracy) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAccuracy) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAccuracy) WithValue

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAddress

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAddress struct{}

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAddress) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAddress) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAddress) WithValue

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea1

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea1 struct{}

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea1) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea1) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea1) WithValue

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea2

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea2 struct{}

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea2) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea2) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea2) WithValue

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea3

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea3 struct{}

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea3) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea3) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea3) WithValue

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea4

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea4 struct{}

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea4) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea4) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressAdminArea4) WithValue

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressContinent

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressContinent struct{}

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressContinent) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressContinent) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressContinent) WithValue

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressCountry

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressCountry struct{}

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressCountry) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressCountry) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressCountry) WithValue

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressCountryCode

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressCountryCode struct{}

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressCountryCode) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressCountryCode) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressCountryCode) WithValue

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressPostalCode

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressPostalCode struct{}

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressPostalCode) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressPostalCode) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressPostalCode) WithValue

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressStreetAddress

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressStreetAddress struct{}

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressStreetAddress) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressStreetAddress) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAddressStreetAddress) WithValue

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchy

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchy struct{}

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchy) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchy) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchy) WithValue

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin1

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin1 struct{}

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin1) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin1) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin1) WithValue

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin2

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin2 struct{}

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin2) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin2) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin2) WithValue

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin3

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin3 struct{}

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin3) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin3) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin3) WithValue

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin4

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin4 struct{}

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin4) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin4) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin4) WithValue

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin5

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin5 struct{}

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin5) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin5) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyAdmin5) WithValue

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyContinent

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyContinent struct{}

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyContinent) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyContinent) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyContinent) WithValue

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyCountry

type SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyCountry struct{}

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyCountry) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyCountry) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationAdminHierarchyCountry) WithValue

type SearchProbesResponsePathSelectorProbesStatusActiveLocationCoordinates

type SearchProbesResponsePathSelectorProbesStatusActiveLocationCoordinates struct{}

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationCoordinates) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationCoordinates) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusActiveLocationCoordinates) WithValue

type SearchProbesResponsePathSelectorProbesStatusAgentType

type SearchProbesResponsePathSelectorProbesStatusAgentType struct{}

func (SearchProbesResponsePathSelectorProbesStatusAgentType) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusAgentType) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusAgentType) WithValue

type SearchProbesResponsePathSelectorProbesStatusAsInfo

type SearchProbesResponsePathSelectorProbesStatusAsInfo struct{}

func (SearchProbesResponsePathSelectorProbesStatusAsInfo) Asn

func (SearchProbesResponsePathSelectorProbesStatusAsInfo) AsnType

func (SearchProbesResponsePathSelectorProbesStatusAsInfo) Domain

func (SearchProbesResponsePathSelectorProbesStatusAsInfo) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusAsInfo) Name

func (SearchProbesResponsePathSelectorProbesStatusAsInfo) Routes

func (SearchProbesResponsePathSelectorProbesStatusAsInfo) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusAsInfo) WithValue

type SearchProbesResponsePathSelectorProbesStatusAsInfoAsn

type SearchProbesResponsePathSelectorProbesStatusAsInfoAsn struct{}

func (SearchProbesResponsePathSelectorProbesStatusAsInfoAsn) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusAsInfoAsn) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusAsInfoAsn) WithValue

type SearchProbesResponsePathSelectorProbesStatusAsInfoAsnType

type SearchProbesResponsePathSelectorProbesStatusAsInfoAsnType struct{}

func (SearchProbesResponsePathSelectorProbesStatusAsInfoAsnType) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusAsInfoAsnType) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusAsInfoAsnType) WithValue

type SearchProbesResponsePathSelectorProbesStatusAsInfoDomain

type SearchProbesResponsePathSelectorProbesStatusAsInfoDomain struct{}

func (SearchProbesResponsePathSelectorProbesStatusAsInfoDomain) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusAsInfoDomain) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusAsInfoDomain) WithValue

type SearchProbesResponsePathSelectorProbesStatusAsInfoName

type SearchProbesResponsePathSelectorProbesStatusAsInfoName struct{}

func (SearchProbesResponsePathSelectorProbesStatusAsInfoName) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusAsInfoName) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusAsInfoName) WithValue

type SearchProbesResponsePathSelectorProbesStatusAsInfoRoutes

type SearchProbesResponsePathSelectorProbesStatusAsInfoRoutes struct{}

func (SearchProbesResponsePathSelectorProbesStatusAsInfoRoutes) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusAsInfoRoutes) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusAsInfoRoutes) WithItemValue

func (SearchProbesResponsePathSelectorProbesStatusAsInfoRoutes) WithValue

type SearchProbesResponsePathSelectorProbesStatusBandwidth

type SearchProbesResponsePathSelectorProbesStatusBandwidth struct{}

func (SearchProbesResponsePathSelectorProbesStatusBandwidth) DownloadMbps

func (SearchProbesResponsePathSelectorProbesStatusBandwidth) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusBandwidth) LastReported

func (SearchProbesResponsePathSelectorProbesStatusBandwidth) TestServer

func (SearchProbesResponsePathSelectorProbesStatusBandwidth) UploadMbps

func (SearchProbesResponsePathSelectorProbesStatusBandwidth) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusBandwidth) WithValue

type SearchProbesResponsePathSelectorProbesStatusBandwidthDownloadMbps

type SearchProbesResponsePathSelectorProbesStatusBandwidthDownloadMbps struct{}

func (SearchProbesResponsePathSelectorProbesStatusBandwidthDownloadMbps) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusBandwidthDownloadMbps) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusBandwidthDownloadMbps) WithValue

type SearchProbesResponsePathSelectorProbesStatusBandwidthLastReported

type SearchProbesResponsePathSelectorProbesStatusBandwidthLastReported struct{}

func (SearchProbesResponsePathSelectorProbesStatusBandwidthLastReported) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusBandwidthLastReported) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusBandwidthLastReported) WithValue

type SearchProbesResponsePathSelectorProbesStatusBandwidthServerIpAddress

type SearchProbesResponsePathSelectorProbesStatusBandwidthServerIpAddress struct{}

func (SearchProbesResponsePathSelectorProbesStatusBandwidthServerIpAddress) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusBandwidthServerIpAddress) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusBandwidthServerIpAddress) WithValue

type SearchProbesResponsePathSelectorProbesStatusBandwidthTestServer

type SearchProbesResponsePathSelectorProbesStatusBandwidthTestServer struct{}

func (SearchProbesResponsePathSelectorProbesStatusBandwidthTestServer) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusBandwidthTestServer) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusBandwidthTestServer) WithValue

type SearchProbesResponsePathSelectorProbesStatusBandwidthUploadMbps

type SearchProbesResponsePathSelectorProbesStatusBandwidthUploadMbps struct{}

func (SearchProbesResponsePathSelectorProbesStatusBandwidthUploadMbps) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusBandwidthUploadMbps) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusBandwidthUploadMbps) WithValue

type SearchProbesResponsePathSelectorProbesStatusCarrier

type SearchProbesResponsePathSelectorProbesStatusCarrier struct{}

func (SearchProbesResponsePathSelectorProbesStatusCarrier) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusCarrier) Name

func (SearchProbesResponsePathSelectorProbesStatusCarrier) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusCarrier) WithValue

type SearchProbesResponsePathSelectorProbesStatusCarrierLocationAreaCode

type SearchProbesResponsePathSelectorProbesStatusCarrierLocationAreaCode struct{}

func (SearchProbesResponsePathSelectorProbesStatusCarrierLocationAreaCode) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusCarrierLocationAreaCode) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusCarrierLocationAreaCode) WithValue

type SearchProbesResponsePathSelectorProbesStatusCarrierMobileCountryCode

type SearchProbesResponsePathSelectorProbesStatusCarrierMobileCountryCode struct{}

func (SearchProbesResponsePathSelectorProbesStatusCarrierMobileCountryCode) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusCarrierMobileCountryCode) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusCarrierMobileCountryCode) WithValue

type SearchProbesResponsePathSelectorProbesStatusCarrierMobileNetworkCode

type SearchProbesResponsePathSelectorProbesStatusCarrierMobileNetworkCode struct{}

func (SearchProbesResponsePathSelectorProbesStatusCarrierMobileNetworkCode) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusCarrierMobileNetworkCode) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusCarrierMobileNetworkCode) WithValue

type SearchProbesResponsePathSelectorProbesStatusCarrierName

type SearchProbesResponsePathSelectorProbesStatusCarrierName struct{}

func (SearchProbesResponsePathSelectorProbesStatusCarrierName) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusCarrierName) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusCarrierName) WithValue

type SearchProbesResponsePathSelectorProbesStatusConnection

type SearchProbesResponsePathSelectorProbesStatusConnection struct{}

func (SearchProbesResponsePathSelectorProbesStatusConnection) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusConnection) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusConnection) WithValue

type SearchProbesResponsePathSelectorProbesStatusConnectionStatusChangeTime

type SearchProbesResponsePathSelectorProbesStatusConnectionStatusChangeTime struct{}

func (SearchProbesResponsePathSelectorProbesStatusConnectionStatusChangeTime) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusConnectionStatusChangeTime) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusConnectionStatusChangeTime) WithValue

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocation

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocation struct{}

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocation) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocation) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocation) WithValue

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAccuracy

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAccuracy struct{}

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAccuracy) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAccuracy) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAccuracy) WithValue

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddress

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddress struct{}

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddress) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddress) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddress) WithValue

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea1

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea1 struct{}

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea1) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea1) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea1) WithValue

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea2

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea2 struct{}

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea2) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea2) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea2) WithValue

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea3

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea3 struct{}

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea3) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea3) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea3) WithValue

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea4

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea4 struct{}

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea4) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea4) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressAdminArea4) WithValue

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressContinent

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressContinent struct{}

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressContinent) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressContinent) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressContinent) WithValue

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressCountry

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressCountry struct{}

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressCountry) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressCountry) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressCountry) WithValue

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressCountryCode

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressCountryCode struct{}

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressCountryCode) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressCountryCode) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressCountryCode) WithValue

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressPostalCode

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressPostalCode struct{}

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressPostalCode) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressPostalCode) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressPostalCode) WithValue

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressStreetAddress

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressStreetAddress struct{}

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressStreetAddress) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressStreetAddress) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAddressStreetAddress) WithValue

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchy

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchy struct{}

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchy) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchy) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchy) WithValue

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin1

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin1 struct{}

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin1) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin1) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin1) WithValue

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin2

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin2 struct{}

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin2) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin2) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin2) WithValue

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin3

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin3 struct{}

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin3) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin3) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin3) WithValue

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin4

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin4 struct{}

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin4) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin4) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin4) WithValue

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin5

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin5 struct{}

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin5) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin5) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyAdmin5) WithValue

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyContinent

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyContinent struct{}

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyContinent) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyContinent) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyContinent) WithValue

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyCountry

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyCountry struct{}

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyCountry) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyCountry) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationAdminHierarchyCountry) WithValue

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationCoordinates

type SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationCoordinates struct{}

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationCoordinates) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationCoordinates) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusDiscoveredLocationCoordinates) WithValue

type SearchProbesResponsePathSelectorProbesStatusExternalHostname

type SearchProbesResponsePathSelectorProbesStatusExternalHostname struct{}

func (SearchProbesResponsePathSelectorProbesStatusExternalHostname) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusExternalHostname) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusExternalHostname) WithValue

type SearchProbesResponsePathSelectorProbesStatusExternalIpAddressV4

type SearchProbesResponsePathSelectorProbesStatusExternalIpAddressV4 struct{}

func (SearchProbesResponsePathSelectorProbesStatusExternalIpAddressV4) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusExternalIpAddressV4) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusExternalIpAddressV4) WithValue

type SearchProbesResponsePathSelectorProbesStatusExternalIpAddressV6

type SearchProbesResponsePathSelectorProbesStatusExternalIpAddressV6 struct{}

func (SearchProbesResponsePathSelectorProbesStatusExternalIpAddressV6) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusExternalIpAddressV6) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusExternalIpAddressV6) WithValue

type SearchProbesResponsePathSelectorProbesStatusNetworkInterfaces

type SearchProbesResponsePathSelectorProbesStatusNetworkInterfaces struct{}

func (SearchProbesResponsePathSelectorProbesStatusNetworkInterfaces) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusNetworkInterfaces) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusNetworkInterfaces) WithKey

func (SearchProbesResponsePathSelectorProbesStatusNetworkInterfaces) WithValue

type SearchProbesResponsePathSelectorProbesStatusProxyConfig added in v0.10.5

type SearchProbesResponsePathSelectorProbesStatusProxyConfig struct{}

func (SearchProbesResponsePathSelectorProbesStatusProxyConfig) FieldPath added in v0.10.5

func (SearchProbesResponsePathSelectorProbesStatusProxyConfig) HttpProxy added in v0.10.5

func (SearchProbesResponsePathSelectorProbesStatusProxyConfig) HttpsProxy added in v0.10.5

func (SearchProbesResponsePathSelectorProbesStatusProxyConfig) NoProxy added in v0.10.5

func (SearchProbesResponsePathSelectorProbesStatusProxyConfig) WithArrayOfValues added in v0.10.5

func (SearchProbesResponsePathSelectorProbesStatusProxyConfig) WithValue added in v0.10.5

type SearchProbesResponsePathSelectorProbesStatusProxyConfigHttpProxy added in v0.10.5

type SearchProbesResponsePathSelectorProbesStatusProxyConfigHttpProxy struct{}

func (SearchProbesResponsePathSelectorProbesStatusProxyConfigHttpProxy) FieldPath added in v0.10.5

func (SearchProbesResponsePathSelectorProbesStatusProxyConfigHttpProxy) WithArrayOfValues added in v0.10.5

func (SearchProbesResponsePathSelectorProbesStatusProxyConfigHttpProxy) WithValue added in v0.10.5

type SearchProbesResponsePathSelectorProbesStatusProxyConfigHttpsProxy added in v0.10.5

type SearchProbesResponsePathSelectorProbesStatusProxyConfigHttpsProxy struct{}

func (SearchProbesResponsePathSelectorProbesStatusProxyConfigHttpsProxy) FieldPath added in v0.10.5

func (SearchProbesResponsePathSelectorProbesStatusProxyConfigHttpsProxy) WithArrayOfValues added in v0.10.5

func (SearchProbesResponsePathSelectorProbesStatusProxyConfigHttpsProxy) WithValue added in v0.10.5

type SearchProbesResponsePathSelectorProbesStatusProxyConfigNoProxy added in v0.10.5

type SearchProbesResponsePathSelectorProbesStatusProxyConfigNoProxy struct{}

func (SearchProbesResponsePathSelectorProbesStatusProxyConfigNoProxy) FieldPath added in v0.10.5

func (SearchProbesResponsePathSelectorProbesStatusProxyConfigNoProxy) WithArrayOfValues added in v0.10.5

func (SearchProbesResponsePathSelectorProbesStatusProxyConfigNoProxy) WithValue added in v0.10.5

type SearchProbesResponsePathSelectorProbesStatusSoftwareVersion

type SearchProbesResponsePathSelectorProbesStatusSoftwareVersion struct{}

func (SearchProbesResponsePathSelectorProbesStatusSoftwareVersion) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusSoftwareVersion) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusSoftwareVersion) WithValue

type SearchProbesResponsePathSelectorProbesStatusSoftwareVersionBuildDate

type SearchProbesResponsePathSelectorProbesStatusSoftwareVersionBuildDate struct{}

func (SearchProbesResponsePathSelectorProbesStatusSoftwareVersionBuildDate) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusSoftwareVersionBuildDate) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusSoftwareVersionBuildDate) WithValue

type SearchProbesResponsePathSelectorProbesStatusSoftwareVersionCommitId

type SearchProbesResponsePathSelectorProbesStatusSoftwareVersionCommitId struct{}

func (SearchProbesResponsePathSelectorProbesStatusSoftwareVersionCommitId) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusSoftwareVersionCommitId) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusSoftwareVersionCommitId) WithValue

type SearchProbesResponsePathSelectorProbesStatusSoftwareVersionVersion

type SearchProbesResponsePathSelectorProbesStatusSoftwareVersionVersion struct{}

func (SearchProbesResponsePathSelectorProbesStatusSoftwareVersionVersion) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusSoftwareVersionVersion) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusSoftwareVersionVersion) WithValue

type SearchProbesResponsePathSelectorProbesStatusSystemInfo

type SearchProbesResponsePathSelectorProbesStatusSystemInfo struct{}

func (SearchProbesResponsePathSelectorProbesStatusSystemInfo) Family

func (SearchProbesResponsePathSelectorProbesStatusSystemInfo) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusSystemInfo) HostName

func (SearchProbesResponsePathSelectorProbesStatusSystemInfo) Model

func (SearchProbesResponsePathSelectorProbesStatusSystemInfo) Os

func (SearchProbesResponsePathSelectorProbesStatusSystemInfo) Platform

func (SearchProbesResponsePathSelectorProbesStatusSystemInfo) Sku

func (SearchProbesResponsePathSelectorProbesStatusSystemInfo) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusSystemInfo) WithValue

type SearchProbesResponsePathSelectorProbesStatusSystemInfoArchitecture

type SearchProbesResponsePathSelectorProbesStatusSystemInfoArchitecture struct{}

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoArchitecture) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoArchitecture) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoArchitecture) WithValue

type SearchProbesResponsePathSelectorProbesStatusSystemInfoFamily

type SearchProbesResponsePathSelectorProbesStatusSystemInfoFamily struct{}

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoFamily) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoFamily) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoFamily) WithValue

type SearchProbesResponsePathSelectorProbesStatusSystemInfoHostName

type SearchProbesResponsePathSelectorProbesStatusSystemInfoHostName struct{}

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoHostName) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoHostName) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoHostName) WithValue

type SearchProbesResponsePathSelectorProbesStatusSystemInfoManufacturer

type SearchProbesResponsePathSelectorProbesStatusSystemInfoManufacturer struct{}

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoManufacturer) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoManufacturer) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoManufacturer) WithValue

type SearchProbesResponsePathSelectorProbesStatusSystemInfoModel

type SearchProbesResponsePathSelectorProbesStatusSystemInfoModel struct{}

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoModel) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoModel) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoModel) WithValue

type SearchProbesResponsePathSelectorProbesStatusSystemInfoOs

type SearchProbesResponsePathSelectorProbesStatusSystemInfoOs struct{}

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoOs) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoOs) Kernel

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoOs) Name

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoOs) Version

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoOs) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoOs) WithValue

type SearchProbesResponsePathSelectorProbesStatusSystemInfoOsBuildVersion

type SearchProbesResponsePathSelectorProbesStatusSystemInfoOsBuildVersion struct{}

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoOsBuildVersion) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoOsBuildVersion) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoOsBuildVersion) WithValue

type SearchProbesResponsePathSelectorProbesStatusSystemInfoOsKernel

type SearchProbesResponsePathSelectorProbesStatusSystemInfoOsKernel struct{}

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoOsKernel) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoOsKernel) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoOsKernel) WithValue

type SearchProbesResponsePathSelectorProbesStatusSystemInfoOsName

type SearchProbesResponsePathSelectorProbesStatusSystemInfoOsName struct{}

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoOsName) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoOsName) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoOsName) WithValue

type SearchProbesResponsePathSelectorProbesStatusSystemInfoOsVersion

type SearchProbesResponsePathSelectorProbesStatusSystemInfoOsVersion struct{}

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoOsVersion) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoOsVersion) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoOsVersion) WithValue

type SearchProbesResponsePathSelectorProbesStatusSystemInfoPlatform

type SearchProbesResponsePathSelectorProbesStatusSystemInfoPlatform struct{}

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoPlatform) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoPlatform) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoPlatform) WithValue

type SearchProbesResponsePathSelectorProbesStatusSystemInfoSerialNumber

type SearchProbesResponsePathSelectorProbesStatusSystemInfoSerialNumber struct{}

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoSerialNumber) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoSerialNumber) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoSerialNumber) WithValue

type SearchProbesResponsePathSelectorProbesStatusSystemInfoSku

type SearchProbesResponsePathSelectorProbesStatusSystemInfoSku struct{}

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoSku) FieldPath

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoSku) WithArrayOfValues

func (SearchProbesResponsePathSelectorProbesStatusSystemInfoSku) WithValue

type SearchProbesResponsePathSelectorTotalResultsCount

type SearchProbesResponsePathSelectorTotalResultsCount struct{}

func (SearchProbesResponsePathSelectorTotalResultsCount) FieldPath

func (SearchProbesResponsePathSelectorTotalResultsCount) WithArrayOfValues

func (SearchProbesResponsePathSelectorTotalResultsCount) WithValue

type SearchProbesResponse_FieldMask

type SearchProbesResponse_FieldMask struct {
	Paths []SearchProbesResponse_FieldPath
}

func FullSearchProbesResponse_FieldMask

func FullSearchProbesResponse_FieldMask() *SearchProbesResponse_FieldMask

func (*SearchProbesResponse_FieldMask) AppendPath

func (*SearchProbesResponse_FieldMask) AppendRawPath

func (fieldMask *SearchProbesResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*SearchProbesResponse_FieldMask) DecodeFirestore

func (fieldMask *SearchProbesResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*SearchProbesResponse_FieldMask) EncodeFirestore

func (fieldMask *SearchProbesResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*SearchProbesResponse_FieldMask) FilterInputFields

func (fieldMask *SearchProbesResponse_FieldMask) FilterInputFields() *SearchProbesResponse_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*SearchProbesResponse_FieldMask) FromProtoFieldMask

func (fieldMask *SearchProbesResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*SearchProbesResponse_FieldMask) GetPaths

func (*SearchProbesResponse_FieldMask) GetRawPaths

func (fieldMask *SearchProbesResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*SearchProbesResponse_FieldMask) IsFull

func (fieldMask *SearchProbesResponse_FieldMask) IsFull() bool

func (SearchProbesResponse_FieldMask) Marshal

func (fieldMask SearchProbesResponse_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (SearchProbesResponse_FieldMask) MarshalJSON

func (fieldMask SearchProbesResponse_FieldMask) MarshalJSON() ([]byte, error)

func (*SearchProbesResponse_FieldMask) PathsCount

func (fieldMask *SearchProbesResponse_FieldMask) PathsCount() int

func (*SearchProbesResponse_FieldMask) Project

func (*SearchProbesResponse_FieldMask) ProjectRaw

func (*SearchProbesResponse_FieldMask) ProtoMessage

func (fieldMask *SearchProbesResponse_FieldMask) ProtoMessage()

func (*SearchProbesResponse_FieldMask) ProtoReflect

func (fieldMask *SearchProbesResponse_FieldMask) ProtoReflect() preflect.Message

func (*SearchProbesResponse_FieldMask) Reset

func (fieldMask *SearchProbesResponse_FieldMask) Reset()

func (*SearchProbesResponse_FieldMask) Set

func (fieldMask *SearchProbesResponse_FieldMask) Set(target, source *SearchProbesResponse)

func (*SearchProbesResponse_FieldMask) SetFromCliFlag

func (fieldMask *SearchProbesResponse_FieldMask) SetFromCliFlag(raw string) error

func (*SearchProbesResponse_FieldMask) SetRaw

func (fieldMask *SearchProbesResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*SearchProbesResponse_FieldMask) Size

func (fieldMask *SearchProbesResponse_FieldMask) Size() int

func (*SearchProbesResponse_FieldMask) String

func (fieldMask *SearchProbesResponse_FieldMask) String() string

func (*SearchProbesResponse_FieldMask) Subtract

func (*SearchProbesResponse_FieldMask) SubtractRaw

func (*SearchProbesResponse_FieldMask) ToProtoFieldMask

func (fieldMask *SearchProbesResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*SearchProbesResponse_FieldMask) Unmarshal

func (fieldMask *SearchProbesResponse_FieldMask) Unmarshal(data []byte) error

func (*SearchProbesResponse_FieldMask) UnmarshalJSON

func (fieldMask *SearchProbesResponse_FieldMask) UnmarshalJSON(data []byte) error

type SearchProbesResponse_FieldPath

type SearchProbesResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() SearchProbesResponse_FieldPathSelector
	Get(source *SearchProbesResponse) []interface{}
	GetSingle(source *SearchProbesResponse) (interface{}, bool)
	ClearValue(item *SearchProbesResponse)

	// Those methods build corresponding SearchProbesResponse_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) SearchProbesResponse_FieldPathValue
	WithIArrayOfValues(values interface{}) SearchProbesResponse_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) SearchProbesResponse_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseSearchProbesResponse_FieldPath

func MustParseSearchProbesResponse_FieldPath(rawField string) SearchProbesResponse_FieldPath

func ParseSearchProbesResponse_FieldPath

func ParseSearchProbesResponse_FieldPath(rawField string) (SearchProbesResponse_FieldPath, error)

type SearchProbesResponse_FieldPathArrayItemValue

type SearchProbesResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	SearchProbesResponse_FieldPath
	ContainsValue(*SearchProbesResponse) bool
}

SearchProbesResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for SearchProbesResponse according to their type Present only for array (repeated) types.

func MustParseSearchProbesResponse_FieldPathArrayItemValue

func MustParseSearchProbesResponse_FieldPathArrayItemValue(pathStr, valueStr string) SearchProbesResponse_FieldPathArrayItemValue

func ParseSearchProbesResponse_FieldPathArrayItemValue

func ParseSearchProbesResponse_FieldPathArrayItemValue(pathStr, valueStr string) (SearchProbesResponse_FieldPathArrayItemValue, error)

ParseSearchProbesResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type SearchProbesResponse_FieldPathArrayOfValues

type SearchProbesResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	SearchProbesResponse_FieldPath
}

SearchProbesResponse_FieldPathArrayOfValues allows storing slice of values for SearchProbesResponse fields according to their type

func MustParseSearchProbesResponse_FieldPathArrayOfValues

func MustParseSearchProbesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) SearchProbesResponse_FieldPathArrayOfValues

func ParseSearchProbesResponse_FieldPathArrayOfValues

func ParseSearchProbesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (SearchProbesResponse_FieldPathArrayOfValues, error)

type SearchProbesResponse_FieldPathSelector

type SearchProbesResponse_FieldPathSelector int32
const (
	SearchProbesResponse_FieldPathSelectorProbes            SearchProbesResponse_FieldPathSelector = 0
	SearchProbesResponse_FieldPathSelectorPrevPageToken     SearchProbesResponse_FieldPathSelector = 1
	SearchProbesResponse_FieldPathSelectorNextPageToken     SearchProbesResponse_FieldPathSelector = 2
	SearchProbesResponse_FieldPathSelectorCurrentOffset     SearchProbesResponse_FieldPathSelector = 3
	SearchProbesResponse_FieldPathSelectorTotalResultsCount SearchProbesResponse_FieldPathSelector = 4
)

func (SearchProbesResponse_FieldPathSelector) String

type SearchProbesResponse_FieldPathValue

type SearchProbesResponse_FieldPathValue interface {
	SearchProbesResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **SearchProbesResponse)
	CompareWith(*SearchProbesResponse) (cmp int, comparable bool)
}

SearchProbesResponse_FieldPathValue allows storing values for SearchProbesResponse fields according to their type

func MustParseSearchProbesResponse_FieldPathValue

func MustParseSearchProbesResponse_FieldPathValue(pathStr, valueStr string) SearchProbesResponse_FieldPathValue

func ParseSearchProbesResponse_FieldPathValue

func ParseSearchProbesResponse_FieldPathValue(pathStr, valueStr string) (SearchProbesResponse_FieldPathValue, error)

type SearchProbesResponse_FieldSubPath

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

func (*SearchProbesResponse_FieldSubPath) AsProbesSubPath

func (fps *SearchProbesResponse_FieldSubPath) AsProbesSubPath() (probe.Probe_FieldPath, bool)

func (*SearchProbesResponse_FieldSubPath) ClearValue

func (*SearchProbesResponse_FieldSubPath) ClearValueRaw

func (fps *SearchProbesResponse_FieldSubPath) ClearValueRaw(item proto.Message)

func (*SearchProbesResponse_FieldSubPath) Get

func (fps *SearchProbesResponse_FieldSubPath) Get(source *SearchProbesResponse) (values []interface{})

Get returns all values pointed by selected field from source SearchProbesResponse

func (*SearchProbesResponse_FieldSubPath) GetDefault

func (fps *SearchProbesResponse_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*SearchProbesResponse_FieldSubPath) GetRaw

func (fps *SearchProbesResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*SearchProbesResponse_FieldSubPath) GetSingle

func (fps *SearchProbesResponse_FieldSubPath) GetSingle(source *SearchProbesResponse) (interface{}, bool)

GetSingle returns value of selected field from source SearchProbesResponse

func (*SearchProbesResponse_FieldSubPath) GetSingleRaw

func (fps *SearchProbesResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*SearchProbesResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*SearchProbesResponse_FieldSubPath) JSONString

func (fps *SearchProbesResponse_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*SearchProbesResponse_FieldSubPath) Selector

func (*SearchProbesResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.7.1

func (fps *SearchProbesResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*SearchProbesResponse_FieldSubPath) String

String returns path representation in proto convention

func (*SearchProbesResponse_FieldSubPath) WithIArrayItemValue

func (fps *SearchProbesResponse_FieldSubPath) WithIArrayItemValue(value interface{}) SearchProbesResponse_FieldPathArrayItemValue

func (*SearchProbesResponse_FieldSubPath) WithIArrayOfValues

func (fps *SearchProbesResponse_FieldSubPath) WithIArrayOfValues(values interface{}) SearchProbesResponse_FieldPathArrayOfValues

func (*SearchProbesResponse_FieldSubPath) WithIValue

func (*SearchProbesResponse_FieldSubPath) WithRawIArrayItemValue

func (fps *SearchProbesResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*SearchProbesResponse_FieldSubPath) WithRawIArrayOfValues

func (fps *SearchProbesResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*SearchProbesResponse_FieldSubPath) WithRawIValue

func (fps *SearchProbesResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type SearchProbesResponse_FieldSubPathArrayItemValue

type SearchProbesResponse_FieldSubPathArrayItemValue struct {
	SearchProbesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*SearchProbesResponse_FieldSubPathArrayItemValue) AsProbesPathItemValue

func (*SearchProbesResponse_FieldSubPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'SearchProbesResponse'

func (*SearchProbesResponse_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *SearchProbesResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type SearchProbesResponse_FieldSubPathArrayOfValues

type SearchProbesResponse_FieldSubPathArrayOfValues struct {
	SearchProbesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*SearchProbesResponse_FieldSubPathArrayOfValues) AsProbesPathArrayOfValues

func (*SearchProbesResponse_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *SearchProbesResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type SearchProbesResponse_FieldSubPathValue

type SearchProbesResponse_FieldSubPathValue struct {
	SearchProbesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*SearchProbesResponse_FieldSubPathValue) AsProbesPathValue

func (*SearchProbesResponse_FieldSubPathValue) CompareWith

func (*SearchProbesResponse_FieldSubPathValue) CompareWithRaw

func (fpvs *SearchProbesResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*SearchProbesResponse_FieldSubPathValue) GetRawValue

func (fpvs *SearchProbesResponse_FieldSubPathValue) GetRawValue() interface{}

func (*SearchProbesResponse_FieldSubPathValue) SetTo

func (*SearchProbesResponse_FieldSubPathValue) SetToRaw

func (fpvs *SearchProbesResponse_FieldSubPathValue) SetToRaw(target proto.Message)

type SearchProbesResponse_FieldTerminalPath

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

func (*SearchProbesResponse_FieldTerminalPath) ClearValue

func (*SearchProbesResponse_FieldTerminalPath) ClearValueRaw

func (fp *SearchProbesResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*SearchProbesResponse_FieldTerminalPath) Get

func (fp *SearchProbesResponse_FieldTerminalPath) Get(source *SearchProbesResponse) (values []interface{})

Get returns all values pointed by specific field from source SearchProbesResponse

func (*SearchProbesResponse_FieldTerminalPath) GetDefault

func (fp *SearchProbesResponse_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*SearchProbesResponse_FieldTerminalPath) GetRaw

func (fp *SearchProbesResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*SearchProbesResponse_FieldTerminalPath) GetSingle

func (fp *SearchProbesResponse_FieldTerminalPath) GetSingle(source *SearchProbesResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source SearchProbesResponse

func (*SearchProbesResponse_FieldTerminalPath) GetSingleRaw

func (fp *SearchProbesResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*SearchProbesResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*SearchProbesResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*SearchProbesResponse_FieldTerminalPath) Selector

func (*SearchProbesResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (fp *SearchProbesResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*SearchProbesResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*SearchProbesResponse_FieldTerminalPath) WithIArrayItemValue

func (*SearchProbesResponse_FieldTerminalPath) WithIArrayOfValues

func (*SearchProbesResponse_FieldTerminalPath) WithIValue

func (*SearchProbesResponse_FieldTerminalPath) WithRawIArrayItemValue

func (fp *SearchProbesResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*SearchProbesResponse_FieldTerminalPath) WithRawIArrayOfValues

func (fp *SearchProbesResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*SearchProbesResponse_FieldTerminalPath) WithRawIValue

func (fp *SearchProbesResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type SearchProbesResponse_FieldTerminalPathArrayItemValue

type SearchProbesResponse_FieldTerminalPathArrayItemValue struct {
	SearchProbesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SearchProbesResponse_FieldTerminalPathArrayItemValue) AsProbesItemValue

func (*SearchProbesResponse_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'SearchProbesResponse'

func (*SearchProbesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *SearchProbesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object SearchProbesResponse as interface{}

func (*SearchProbesResponse_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *SearchProbesResponse_FieldTerminalPathArrayItemValue) GetSingle(source *SearchProbesResponse) (interface{}, bool)

func (*SearchProbesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *SearchProbesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type SearchProbesResponse_FieldTerminalPathArrayOfValues

type SearchProbesResponse_FieldTerminalPathArrayOfValues struct {
	SearchProbesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SearchProbesResponse_FieldTerminalPathArrayOfValues) AsCurrentOffsetArrayOfValues

func (fpaov *SearchProbesResponse_FieldTerminalPathArrayOfValues) AsCurrentOffsetArrayOfValues() ([]int32, bool)

func (*SearchProbesResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (fpaov *SearchProbesResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*probe.PagerCursor, bool)

func (*SearchProbesResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (fpaov *SearchProbesResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*probe.PagerCursor, bool)

func (*SearchProbesResponse_FieldTerminalPathArrayOfValues) AsProbesArrayOfValues

func (fpaov *SearchProbesResponse_FieldTerminalPathArrayOfValues) AsProbesArrayOfValues() ([][]*probe.Probe, bool)

func (*SearchProbesResponse_FieldTerminalPathArrayOfValues) AsTotalResultsCountArrayOfValues

func (fpaov *SearchProbesResponse_FieldTerminalPathArrayOfValues) AsTotalResultsCountArrayOfValues() ([]int32, bool)

func (*SearchProbesResponse_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *SearchProbesResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type SearchProbesResponse_FieldTerminalPathValue

type SearchProbesResponse_FieldTerminalPathValue struct {
	SearchProbesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SearchProbesResponse_FieldTerminalPathValue) AsCurrentOffsetValue

func (fpv *SearchProbesResponse_FieldTerminalPathValue) AsCurrentOffsetValue() (int32, bool)

func (*SearchProbesResponse_FieldTerminalPathValue) AsNextPageTokenValue

func (fpv *SearchProbesResponse_FieldTerminalPathValue) AsNextPageTokenValue() (*probe.PagerCursor, bool)

func (*SearchProbesResponse_FieldTerminalPathValue) AsPrevPageTokenValue

func (fpv *SearchProbesResponse_FieldTerminalPathValue) AsPrevPageTokenValue() (*probe.PagerCursor, bool)

func (*SearchProbesResponse_FieldTerminalPathValue) AsProbesValue

func (fpv *SearchProbesResponse_FieldTerminalPathValue) AsProbesValue() ([]*probe.Probe, bool)

func (*SearchProbesResponse_FieldTerminalPathValue) AsTotalResultsCountValue

func (fpv *SearchProbesResponse_FieldTerminalPathValue) AsTotalResultsCountValue() (int32, bool)

func (*SearchProbesResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'SearchProbesResponse_FieldTerminalPathValue' with the value under path in 'SearchProbesResponse'.

func (*SearchProbesResponse_FieldTerminalPathValue) CompareWithRaw

func (fpv *SearchProbesResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*SearchProbesResponse_FieldTerminalPathValue) GetRawValue

func (fpv *SearchProbesResponse_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'SearchProbesResponse' as interface{}

func (*SearchProbesResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object SearchProbesResponse

func (*SearchProbesResponse_FieldTerminalPathValue) SetToRaw

type UpdateProbeDescriptor added in v0.4.26

type UpdateProbeDescriptor struct{}

func GetUpdateProbeDescriptor added in v0.4.26

func GetUpdateProbeDescriptor() *UpdateProbeDescriptor

func (*UpdateProbeDescriptor) GetApiDescriptor added in v0.4.26

func (d *UpdateProbeDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*UpdateProbeDescriptor) GetApiName added in v0.4.26

func (d *UpdateProbeDescriptor) GetApiName() string

func (*UpdateProbeDescriptor) GetClientMsgReflectHandle added in v0.4.26

func (d *UpdateProbeDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*UpdateProbeDescriptor) GetFullMethodName added in v0.4.26

func (d *UpdateProbeDescriptor) GetFullMethodName() string

func (*UpdateProbeDescriptor) GetMethodName added in v0.4.26

func (d *UpdateProbeDescriptor) GetMethodName() string

func (*UpdateProbeDescriptor) GetProtoPkgName added in v0.4.26

func (d *UpdateProbeDescriptor) GetProtoPkgName() string

func (*UpdateProbeDescriptor) GetResourceDescriptor added in v0.4.27

func (d *UpdateProbeDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*UpdateProbeDescriptor) GetServerMsgReflectHandle added in v0.4.26

func (d *UpdateProbeDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*UpdateProbeDescriptor) GetServiceDomain added in v0.4.26

func (d *UpdateProbeDescriptor) GetServiceDomain() string

func (*UpdateProbeDescriptor) GetServiceVersion added in v0.4.26

func (d *UpdateProbeDescriptor) GetServiceVersion() string

func (*UpdateProbeDescriptor) GetVerb added in v0.4.26

func (d *UpdateProbeDescriptor) GetVerb() string

func (*UpdateProbeDescriptor) HasResource added in v0.4.27

func (d *UpdateProbeDescriptor) HasResource() bool

func (*UpdateProbeDescriptor) IsClientStream added in v0.4.26

func (d *UpdateProbeDescriptor) IsClientStream() bool

func (*UpdateProbeDescriptor) IsCollection added in v0.4.27

func (d *UpdateProbeDescriptor) IsCollection() bool

func (*UpdateProbeDescriptor) IsPlural added in v0.4.27

func (d *UpdateProbeDescriptor) IsPlural() bool

func (*UpdateProbeDescriptor) IsServerStream added in v0.4.26

func (d *UpdateProbeDescriptor) IsServerStream() bool

func (*UpdateProbeDescriptor) IsUnary added in v0.4.26

func (d *UpdateProbeDescriptor) IsUnary() bool

func (*UpdateProbeDescriptor) NewEmptyClientMsg added in v0.4.26

func (d *UpdateProbeDescriptor) NewEmptyClientMsg() proto.Message

func (*UpdateProbeDescriptor) NewEmptyServerMsg added in v0.4.26

func (d *UpdateProbeDescriptor) NewEmptyServerMsg() proto.Message

func (*UpdateProbeDescriptor) RequestHasResourceBody added in v0.4.26

func (d *UpdateProbeDescriptor) RequestHasResourceBody() bool

type UpdateProbeDescriptorClientMsgHandle added in v0.4.26

type UpdateProbeDescriptorClientMsgHandle struct{}

func (*UpdateProbeDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

func (*UpdateProbeDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*UpdateProbeDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type UpdateProbeDescriptorServerMsgHandle added in v0.4.26

type UpdateProbeDescriptorServerMsgHandle struct{}

func (*UpdateProbeDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

func (*UpdateProbeDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*UpdateProbeDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

type UpdateProbeRequest

type UpdateProbeRequest struct {

	// Probe resource body
	Probe *probe.Probe `protobuf:"bytes,2,opt,name=probe,proto3" json:"probe,omitempty" firestore:"probe"`
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *probe.Probe_FieldMask `` /* 141-byte string literal not displayed */
	// Conditional update applied to request if update should be executed only for
	// specific resource state. If this field is populated, then server will fetch
	// existing resource, compare with the one stored in the cas field (after
	// applying field mask) and proceed with update only and only if they match.
	// Otherwise RPC error Aborted will be returned.
	Cas *UpdateProbeRequest_CAS `protobuf:"bytes,4,opt,name=cas,proto3" json:"cas,omitempty" firestore:"cas"`
	// If set to true, and the resource is not found,
	// a new resource will be created.  In this situation,
	// 'field_mask' is ignored.
	//
	// https://google.aip.dev/134#create-or-update
	AllowMissing bool `protobuf:"varint,5,opt,name=allow_missing,json=allowMissing,proto3" json:"allow_missing,omitempty" firestore:"allowMissing"`
	// contains filtered or unexported fields
}

Request message for method [UpdateProbe][ntt.watchdog.v1alpha2.UpdateProbe]

func (*UpdateProbeRequest) Clone

func (*UpdateProbeRequest) CloneRaw

func (*UpdateProbeRequest) Descriptor

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

Deprecated, Use UpdateProbeRequest.ProtoReflect.Descriptor instead.

func (*UpdateProbeRequest) GetAllowMissing added in v0.12.5

func (m *UpdateProbeRequest) GetAllowMissing() bool

func (*UpdateProbeRequest) GetCas

func (*UpdateProbeRequest) GetProbe

func (m *UpdateProbeRequest) GetProbe() *probe.Probe

func (*UpdateProbeRequest) GetUpdateMask

func (m *UpdateProbeRequest) GetUpdateMask() *probe.Probe_FieldMask

func (*UpdateProbeRequest) GotenMessage

func (*UpdateProbeRequest) GotenMessage()

func (*UpdateProbeRequest) GotenObjectExt

func (o *UpdateProbeRequest) GotenObjectExt()

func (*UpdateProbeRequest) GotenValidate

func (obj *UpdateProbeRequest) GotenValidate() error

func (*UpdateProbeRequest) MakeDiffFieldMask

func (*UpdateProbeRequest) MakeFullFieldMask

func (o *UpdateProbeRequest) MakeFullFieldMask() *UpdateProbeRequest_FieldMask

func (*UpdateProbeRequest) MakeRawDiffFieldMask

func (o *UpdateProbeRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*UpdateProbeRequest) MakeRawFullFieldMask

func (o *UpdateProbeRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*UpdateProbeRequest) Marshal

func (m *UpdateProbeRequest) Marshal() ([]byte, error)

func (*UpdateProbeRequest) MarshalJSON

func (m *UpdateProbeRequest) MarshalJSON() ([]byte, error)

func (*UpdateProbeRequest) Merge

func (o *UpdateProbeRequest) Merge(source *UpdateProbeRequest)

func (*UpdateProbeRequest) MergeRaw

func (o *UpdateProbeRequest) MergeRaw(source gotenobject.GotenObjectExt)

func (*UpdateProbeRequest) ProtoMessage

func (*UpdateProbeRequest) ProtoMessage()

func (*UpdateProbeRequest) ProtoReflect

func (m *UpdateProbeRequest) ProtoReflect() preflect.Message

func (*UpdateProbeRequest) Reset

func (m *UpdateProbeRequest) Reset()

func (*UpdateProbeRequest) SetAllowMissing added in v0.12.5

func (m *UpdateProbeRequest) SetAllowMissing(fv bool)

func (*UpdateProbeRequest) SetCas

func (*UpdateProbeRequest) SetProbe

func (m *UpdateProbeRequest) SetProbe(fv *probe.Probe)

func (*UpdateProbeRequest) SetUpdateMask

func (m *UpdateProbeRequest) SetUpdateMask(fv *probe.Probe_FieldMask)

func (*UpdateProbeRequest) String

func (m *UpdateProbeRequest) String() string

func (*UpdateProbeRequest) Unmarshal

func (m *UpdateProbeRequest) Unmarshal(b []byte) error

func (*UpdateProbeRequest) UnmarshalJSON

func (m *UpdateProbeRequest) UnmarshalJSON(data []byte) error

type UpdateProbeRequestCASFieldPathBuilder

type UpdateProbeRequestCASFieldPathBuilder struct{}

func NewUpdateProbeRequestCASFieldPathBuilder

func NewUpdateProbeRequestCASFieldPathBuilder() UpdateProbeRequestCASFieldPathBuilder

func (UpdateProbeRequestCASFieldPathBuilder) ConditionalState

func (UpdateProbeRequestCASFieldPathBuilder) FieldMask

type UpdateProbeRequestCAS_FieldPath

type UpdateProbeRequestCAS_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdateProbeRequestCAS_FieldPathSelector
	Get(source *UpdateProbeRequest_CAS) []interface{}
	GetSingle(source *UpdateProbeRequest_CAS) (interface{}, bool)
	ClearValue(item *UpdateProbeRequest_CAS)

	// Those methods build corresponding UpdateProbeRequestCAS_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) UpdateProbeRequestCAS_FieldPathValue
	WithIArrayOfValues(values interface{}) UpdateProbeRequestCAS_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) UpdateProbeRequestCAS_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseUpdateProbeRequestCAS_FieldPath

func MustParseUpdateProbeRequestCAS_FieldPath(rawField string) UpdateProbeRequestCAS_FieldPath

func ParseUpdateProbeRequestCAS_FieldPath

func ParseUpdateProbeRequestCAS_FieldPath(rawField string) (UpdateProbeRequestCAS_FieldPath, error)

type UpdateProbeRequestCAS_FieldPathArrayItemValue

type UpdateProbeRequestCAS_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdateProbeRequestCAS_FieldPath
	ContainsValue(*UpdateProbeRequest_CAS) bool
}

UpdateProbeRequestCAS_FieldPathArrayItemValue allows storing single item in Path-specific values for CAS according to their type Present only for array (repeated) types.

func MustParseUpdateProbeRequestCAS_FieldPathArrayItemValue

func MustParseUpdateProbeRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) UpdateProbeRequestCAS_FieldPathArrayItemValue

func ParseUpdateProbeRequestCAS_FieldPathArrayItemValue

func ParseUpdateProbeRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateProbeRequestCAS_FieldPathArrayItemValue, error)

ParseUpdateProbeRequestCAS_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdateProbeRequestCAS_FieldPathArrayOfValues

type UpdateProbeRequestCAS_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdateProbeRequestCAS_FieldPath
}

UpdateProbeRequestCAS_FieldPathArrayOfValues allows storing slice of values for CAS fields according to their type

func MustParseUpdateProbeRequestCAS_FieldPathArrayOfValues

func MustParseUpdateProbeRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateProbeRequestCAS_FieldPathArrayOfValues

func ParseUpdateProbeRequestCAS_FieldPathArrayOfValues

func ParseUpdateProbeRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateProbeRequestCAS_FieldPathArrayOfValues, error)

type UpdateProbeRequestCAS_FieldPathSelector

type UpdateProbeRequestCAS_FieldPathSelector int32
const (
	UpdateProbeRequestCAS_FieldPathSelectorConditionalState UpdateProbeRequestCAS_FieldPathSelector = 0
	UpdateProbeRequestCAS_FieldPathSelectorFieldMask        UpdateProbeRequestCAS_FieldPathSelector = 1
)

func (UpdateProbeRequestCAS_FieldPathSelector) String

type UpdateProbeRequestCAS_FieldPathValue

type UpdateProbeRequestCAS_FieldPathValue interface {
	UpdateProbeRequestCAS_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdateProbeRequest_CAS)
	CompareWith(*UpdateProbeRequest_CAS) (cmp int, comparable bool)
}

UpdateProbeRequestCAS_FieldPathValue allows storing values for CAS fields according to their type

func MustParseUpdateProbeRequestCAS_FieldPathValue

func MustParseUpdateProbeRequestCAS_FieldPathValue(pathStr, valueStr string) UpdateProbeRequestCAS_FieldPathValue

func ParseUpdateProbeRequestCAS_FieldPathValue

func ParseUpdateProbeRequestCAS_FieldPathValue(pathStr, valueStr string) (UpdateProbeRequestCAS_FieldPathValue, error)

type UpdateProbeRequestCAS_FieldSubPath

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

func (*UpdateProbeRequestCAS_FieldSubPath) AsConditionalStateSubPath

func (fps *UpdateProbeRequestCAS_FieldSubPath) AsConditionalStateSubPath() (probe.Probe_FieldPath, bool)

func (*UpdateProbeRequestCAS_FieldSubPath) ClearValue

func (*UpdateProbeRequestCAS_FieldSubPath) ClearValueRaw

func (fps *UpdateProbeRequestCAS_FieldSubPath) ClearValueRaw(item proto.Message)

func (*UpdateProbeRequestCAS_FieldSubPath) Get

func (fps *UpdateProbeRequestCAS_FieldSubPath) Get(source *UpdateProbeRequest_CAS) (values []interface{})

Get returns all values pointed by selected field from source UpdateProbeRequest_CAS

func (*UpdateProbeRequestCAS_FieldSubPath) GetDefault

func (fps *UpdateProbeRequestCAS_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*UpdateProbeRequestCAS_FieldSubPath) GetRaw

func (fps *UpdateProbeRequestCAS_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*UpdateProbeRequestCAS_FieldSubPath) GetSingle

func (fps *UpdateProbeRequestCAS_FieldSubPath) GetSingle(source *UpdateProbeRequest_CAS) (interface{}, bool)

GetSingle returns value of selected field from source UpdateProbeRequest_CAS

func (*UpdateProbeRequestCAS_FieldSubPath) GetSingleRaw

func (fps *UpdateProbeRequestCAS_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*UpdateProbeRequestCAS_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateProbeRequestCAS_FieldSubPath) JSONString

func (fps *UpdateProbeRequestCAS_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*UpdateProbeRequestCAS_FieldSubPath) Selector

func (*UpdateProbeRequestCAS_FieldSubPath) SplitIntoTerminalIPaths added in v0.7.1

func (fps *UpdateProbeRequestCAS_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*UpdateProbeRequestCAS_FieldSubPath) String

String returns path representation in proto convention

func (*UpdateProbeRequestCAS_FieldSubPath) WithIArrayItemValue

func (fps *UpdateProbeRequestCAS_FieldSubPath) WithIArrayItemValue(value interface{}) UpdateProbeRequestCAS_FieldPathArrayItemValue

func (*UpdateProbeRequestCAS_FieldSubPath) WithIArrayOfValues

func (fps *UpdateProbeRequestCAS_FieldSubPath) WithIArrayOfValues(values interface{}) UpdateProbeRequestCAS_FieldPathArrayOfValues

func (*UpdateProbeRequestCAS_FieldSubPath) WithIValue

func (*UpdateProbeRequestCAS_FieldSubPath) WithRawIArrayItemValue

func (fps *UpdateProbeRequestCAS_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*UpdateProbeRequestCAS_FieldSubPath) WithRawIArrayOfValues

func (fps *UpdateProbeRequestCAS_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*UpdateProbeRequestCAS_FieldSubPath) WithRawIValue

func (fps *UpdateProbeRequestCAS_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type UpdateProbeRequestCAS_FieldSubPathArrayItemValue

type UpdateProbeRequestCAS_FieldSubPathArrayItemValue struct {
	UpdateProbeRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateProbeRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue

func (*UpdateProbeRequestCAS_FieldSubPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'CAS'

func (*UpdateProbeRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *UpdateProbeRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type UpdateProbeRequestCAS_FieldSubPathArrayOfValues

type UpdateProbeRequestCAS_FieldSubPathArrayOfValues struct {
	UpdateProbeRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateProbeRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues

func (fpsaov *UpdateProbeRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues() (probe.Probe_FieldPathArrayOfValues, bool)

func (*UpdateProbeRequestCAS_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *UpdateProbeRequestCAS_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type UpdateProbeRequestCAS_FieldSubPathValue

type UpdateProbeRequestCAS_FieldSubPathValue struct {
	UpdateProbeRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateProbeRequestCAS_FieldSubPathValue) AsConditionalStatePathValue

func (fpvs *UpdateProbeRequestCAS_FieldSubPathValue) AsConditionalStatePathValue() (probe.Probe_FieldPathValue, bool)

func (*UpdateProbeRequestCAS_FieldSubPathValue) CompareWith

func (*UpdateProbeRequestCAS_FieldSubPathValue) CompareWithRaw

func (fpvs *UpdateProbeRequestCAS_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*UpdateProbeRequestCAS_FieldSubPathValue) GetRawValue

func (fpvs *UpdateProbeRequestCAS_FieldSubPathValue) GetRawValue() interface{}

func (*UpdateProbeRequestCAS_FieldSubPathValue) SetTo

func (*UpdateProbeRequestCAS_FieldSubPathValue) SetToRaw

func (fpvs *UpdateProbeRequestCAS_FieldSubPathValue) SetToRaw(target proto.Message)

type UpdateProbeRequestCAS_FieldTerminalPath

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

func (*UpdateProbeRequestCAS_FieldTerminalPath) ClearValue

func (*UpdateProbeRequestCAS_FieldTerminalPath) ClearValueRaw

func (fp *UpdateProbeRequestCAS_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*UpdateProbeRequestCAS_FieldTerminalPath) Get

func (fp *UpdateProbeRequestCAS_FieldTerminalPath) Get(source *UpdateProbeRequest_CAS) (values []interface{})

Get returns all values pointed by specific field from source UpdateProbeRequest_CAS

func (*UpdateProbeRequestCAS_FieldTerminalPath) GetDefault

func (fp *UpdateProbeRequestCAS_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*UpdateProbeRequestCAS_FieldTerminalPath) GetRaw

func (fp *UpdateProbeRequestCAS_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*UpdateProbeRequestCAS_FieldTerminalPath) GetSingle

func (fp *UpdateProbeRequestCAS_FieldTerminalPath) GetSingle(source *UpdateProbeRequest_CAS) (interface{}, bool)

GetSingle returns value pointed by specific field of from source UpdateProbeRequest_CAS

func (*UpdateProbeRequestCAS_FieldTerminalPath) GetSingleRaw

func (fp *UpdateProbeRequestCAS_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*UpdateProbeRequestCAS_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateProbeRequestCAS_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateProbeRequestCAS_FieldTerminalPath) Selector

func (*UpdateProbeRequestCAS_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (fp *UpdateProbeRequestCAS_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*UpdateProbeRequestCAS_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateProbeRequestCAS_FieldTerminalPath) WithIArrayItemValue

func (*UpdateProbeRequestCAS_FieldTerminalPath) WithIArrayOfValues

func (*UpdateProbeRequestCAS_FieldTerminalPath) WithIValue

func (*UpdateProbeRequestCAS_FieldTerminalPath) WithRawIArrayItemValue

func (fp *UpdateProbeRequestCAS_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*UpdateProbeRequestCAS_FieldTerminalPath) WithRawIArrayOfValues

func (fp *UpdateProbeRequestCAS_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*UpdateProbeRequestCAS_FieldTerminalPath) WithRawIValue

func (fp *UpdateProbeRequestCAS_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type UpdateProbeRequestCAS_FieldTerminalPathArrayItemValue

type UpdateProbeRequestCAS_FieldTerminalPathArrayItemValue struct {
	UpdateProbeRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateProbeRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'CAS'

func (*UpdateProbeRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *UpdateProbeRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object UpdateProbeRequest_CAS as interface{}

func (*UpdateProbeRequestCAS_FieldTerminalPathArrayItemValue) GetSingle

func (*UpdateProbeRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *UpdateProbeRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type UpdateProbeRequestCAS_FieldTerminalPathArrayOfValues

type UpdateProbeRequestCAS_FieldTerminalPathArrayOfValues struct {
	UpdateProbeRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateProbeRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues

func (fpaov *UpdateProbeRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues() ([]*probe.Probe, bool)

func (*UpdateProbeRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (fpaov *UpdateProbeRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*probe.Probe_FieldMask, bool)

func (*UpdateProbeRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *UpdateProbeRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type UpdateProbeRequestCAS_FieldTerminalPathValue

type UpdateProbeRequestCAS_FieldTerminalPathValue struct {
	UpdateProbeRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateProbeRequestCAS_FieldTerminalPathValue) AsConditionalStateValue

func (fpv *UpdateProbeRequestCAS_FieldTerminalPathValue) AsConditionalStateValue() (*probe.Probe, bool)

func (*UpdateProbeRequestCAS_FieldTerminalPathValue) AsFieldMaskValue

func (*UpdateProbeRequestCAS_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdateProbeRequestCAS_FieldTerminalPathValue' with the value under path in 'UpdateProbeRequest_CAS'.

func (*UpdateProbeRequestCAS_FieldTerminalPathValue) CompareWithRaw

func (fpv *UpdateProbeRequestCAS_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*UpdateProbeRequestCAS_FieldTerminalPathValue) GetRawValue

func (fpv *UpdateProbeRequestCAS_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'CAS' as interface{}

func (*UpdateProbeRequestCAS_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CAS

func (*UpdateProbeRequestCAS_FieldTerminalPathValue) SetToRaw

type UpdateProbeRequestFieldPathBuilder

type UpdateProbeRequestFieldPathBuilder struct{}

func NewUpdateProbeRequestFieldPathBuilder

func NewUpdateProbeRequestFieldPathBuilder() UpdateProbeRequestFieldPathBuilder

func (UpdateProbeRequestFieldPathBuilder) AllowMissing added in v0.12.5

func (UpdateProbeRequestFieldPathBuilder) Cas

func (UpdateProbeRequestFieldPathBuilder) Probe

func (UpdateProbeRequestFieldPathBuilder) UpdateMask

type UpdateProbeRequestMapPathSelectorCasConditionalStateMetadataAnnotations

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

func (UpdateProbeRequestMapPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdateProbeRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateProbeRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdateProbeRequestMapPathSelectorCasConditionalStateMetadataLabels

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

func (UpdateProbeRequestMapPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdateProbeRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateProbeRequestMapPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdateProbeRequestMapPathSelectorCasConditionalStateMetadataShards

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

func (UpdateProbeRequestMapPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdateProbeRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdateProbeRequestMapPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdateProbeRequestMapPathSelectorCasConditionalStateSpecActivationInvitationExtras added in v0.4.49

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

func (UpdateProbeRequestMapPathSelectorCasConditionalStateSpecActivationInvitationExtras) FieldPath added in v0.4.49

func (UpdateProbeRequestMapPathSelectorCasConditionalStateSpecActivationInvitationExtras) WithArrayOfValues added in v0.4.49

func (UpdateProbeRequestMapPathSelectorCasConditionalStateSpecActivationInvitationExtras) WithValue added in v0.4.49

type UpdateProbeRequestMapPathSelectorCasConditionalStateStatusNetworkInterfaces

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

func (UpdateProbeRequestMapPathSelectorCasConditionalStateStatusNetworkInterfaces) FieldPath

func (UpdateProbeRequestMapPathSelectorCasConditionalStateStatusNetworkInterfaces) WithArrayOfValues

func (UpdateProbeRequestMapPathSelectorCasConditionalStateStatusNetworkInterfaces) WithValue

type UpdateProbeRequestMapPathSelectorProbeMetadataAnnotations

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

func (UpdateProbeRequestMapPathSelectorProbeMetadataAnnotations) FieldPath

func (UpdateProbeRequestMapPathSelectorProbeMetadataAnnotations) WithArrayOfValues

func (UpdateProbeRequestMapPathSelectorProbeMetadataAnnotations) WithValue

type UpdateProbeRequestMapPathSelectorProbeMetadataLabels

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

func (UpdateProbeRequestMapPathSelectorProbeMetadataLabels) FieldPath

func (UpdateProbeRequestMapPathSelectorProbeMetadataLabels) WithArrayOfValues

func (UpdateProbeRequestMapPathSelectorProbeMetadataLabels) WithValue

type UpdateProbeRequestMapPathSelectorProbeMetadataShards

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

func (UpdateProbeRequestMapPathSelectorProbeMetadataShards) FieldPath

func (UpdateProbeRequestMapPathSelectorProbeMetadataShards) WithArrayOfValues

func (UpdateProbeRequestMapPathSelectorProbeMetadataShards) WithValue

type UpdateProbeRequestMapPathSelectorProbeSpecActivationInvitationExtras added in v0.4.49

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

func (UpdateProbeRequestMapPathSelectorProbeSpecActivationInvitationExtras) FieldPath added in v0.4.49

func (UpdateProbeRequestMapPathSelectorProbeSpecActivationInvitationExtras) WithArrayOfValues added in v0.4.49

func (UpdateProbeRequestMapPathSelectorProbeSpecActivationInvitationExtras) WithValue added in v0.4.49

type UpdateProbeRequestMapPathSelectorProbeStatusNetworkInterfaces

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

func (UpdateProbeRequestMapPathSelectorProbeStatusNetworkInterfaces) FieldPath

func (UpdateProbeRequestMapPathSelectorProbeStatusNetworkInterfaces) WithArrayOfValues

func (UpdateProbeRequestMapPathSelectorProbeStatusNetworkInterfaces) WithValue

type UpdateProbeRequestPathSelectorAllowMissing added in v0.12.5

type UpdateProbeRequestPathSelectorAllowMissing struct{}

func (UpdateProbeRequestPathSelectorAllowMissing) FieldPath added in v0.12.5

func (UpdateProbeRequestPathSelectorAllowMissing) WithArrayOfValues added in v0.12.5

func (UpdateProbeRequestPathSelectorAllowMissing) WithValue added in v0.12.5

type UpdateProbeRequestPathSelectorCas

type UpdateProbeRequestPathSelectorCas struct{}

func (UpdateProbeRequestPathSelectorCas) ConditionalState

func (UpdateProbeRequestPathSelectorCas) FieldMask

func (UpdateProbeRequestPathSelectorCas) FieldPath

func (UpdateProbeRequestPathSelectorCas) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCas) WithSubArrayItemValue

func (UpdateProbeRequestPathSelectorCas) WithSubArrayOfValues

func (UpdateProbeRequestPathSelectorCas) WithSubPath

func (UpdateProbeRequestPathSelectorCas) WithSubValue

func (UpdateProbeRequestPathSelectorCas) WithValue

type UpdateProbeRequestPathSelectorCasConditionalState

type UpdateProbeRequestPathSelectorCasConditionalState struct{}

func (UpdateProbeRequestPathSelectorCasConditionalState) DisplayName

func (UpdateProbeRequestPathSelectorCasConditionalState) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalState) LowerDisplayName

func (UpdateProbeRequestPathSelectorCasConditionalState) Memo

func (UpdateProbeRequestPathSelectorCasConditionalState) Metadata

func (UpdateProbeRequestPathSelectorCasConditionalState) Name

func (UpdateProbeRequestPathSelectorCasConditionalState) Spec

func (UpdateProbeRequestPathSelectorCasConditionalState) Status

func (UpdateProbeRequestPathSelectorCasConditionalState) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalState) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateDisplayName

type UpdateProbeRequestPathSelectorCasConditionalStateDisplayName struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateDisplayName) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateDisplayName) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateDisplayName) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateLowerDisplayName

type UpdateProbeRequestPathSelectorCasConditionalStateLowerDisplayName struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateLowerDisplayName) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateLowerDisplayName) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateLowerDisplayName) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateMemo

type UpdateProbeRequestPathSelectorCasConditionalStateMemo struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateMemo) CreateTime

func (UpdateProbeRequestPathSelectorCasConditionalStateMemo) CreatedBy

func (UpdateProbeRequestPathSelectorCasConditionalStateMemo) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateMemo) Message

func (UpdateProbeRequestPathSelectorCasConditionalStateMemo) UpdateTime

func (UpdateProbeRequestPathSelectorCasConditionalStateMemo) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateMemo) WithItemValue

func (UpdateProbeRequestPathSelectorCasConditionalStateMemo) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateMemoCreateTime

type UpdateProbeRequestPathSelectorCasConditionalStateMemoCreateTime struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateMemoCreateTime) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateMemoCreateTime) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateMemoCreateTime) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateMemoCreatedBy

type UpdateProbeRequestPathSelectorCasConditionalStateMemoCreatedBy struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateMemoCreatedBy) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateMemoCreatedBy) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateMemoCreatedBy) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateMemoMessage

type UpdateProbeRequestPathSelectorCasConditionalStateMemoMessage struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateMemoMessage) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateMemoMessage) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateMemoMessage) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateMemoUpdateTime

type UpdateProbeRequestPathSelectorCasConditionalStateMemoUpdateTime struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateMemoUpdateTime) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateMemoUpdateTime) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateMemoUpdateTime) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateMetadata

type UpdateProbeRequestPathSelectorCasConditionalStateMetadata struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadata) DeleteTime added in v0.7.1

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadata) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadata) Labels

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadata) Lifecycle added in v0.7.1

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadata) Shards

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadata) Syncing

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadata) Tags

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadata) Uuid

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadata) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataAnnotations

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataAnnotations struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataCreateTime

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataCreateTime struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataCreateTime) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataCreateTime) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataDeleteTime added in v0.7.1

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataDeleteTime struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataDeleteTime) FieldPath added in v0.7.1

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithValue added in v0.7.1

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataGeneration

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataGeneration struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataGeneration) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataGeneration) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataLabels

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataLabels struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataLabels) WithKey

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataLifecycle added in v0.7.1

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataLifecycle struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataLifecycle) BlockDeletion added in v0.7.1

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataLifecycle) FieldPath added in v0.7.1

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataLifecycle) State added in v0.7.1

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataLifecycle) WithValue added in v0.7.1

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion added in v0.7.1

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataLifecycleState added in v0.7.1

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataLifecycleState struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataLifecycleState) FieldPath added in v0.7.1

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithValue added in v0.7.1

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferences

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferences struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferences) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Region added in v0.7.1

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Version added in v0.7.1

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion added in v0.7.1

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion added in v0.7.1

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataResourceVersion

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataResourceVersion struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataResourceVersion) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataShards

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataShards struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataShards) WithKey

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataSyncing

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataSyncing struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataSyncing) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataSyncing) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataSyncingRegions

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataSyncingRegions struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataSyncingRegions) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataTags

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataTags struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataTags) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataTags) WithItemValue

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataTags) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataUpdateTime

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataUpdateTime struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataUpdateTime) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataUuid

type UpdateProbeRequestPathSelectorCasConditionalStateMetadataUuid struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataUuid) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateMetadataUuid) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateName

type UpdateProbeRequestPathSelectorCasConditionalStateName struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateName) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateName) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateName) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpec

type UpdateProbeRequestPathSelectorCasConditionalStateSpec struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpec) AccessToken

func (UpdateProbeRequestPathSelectorCasConditionalStateSpec) Activation

func (UpdateProbeRequestPathSelectorCasConditionalStateSpec) AgentType

func (UpdateProbeRequestPathSelectorCasConditionalStateSpec) ContactInfo

func (UpdateProbeRequestPathSelectorCasConditionalStateSpec) Device

func (UpdateProbeRequestPathSelectorCasConditionalStateSpec) Enabled

func (UpdateProbeRequestPathSelectorCasConditionalStateSpec) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpec) PcapSettings added in v0.8.0

func (UpdateProbeRequestPathSelectorCasConditionalStateSpec) ProbeGroup

func (UpdateProbeRequestPathSelectorCasConditionalStateSpec) ProbeGroupName added in v0.10.6

func (UpdateProbeRequestPathSelectorCasConditionalStateSpec) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpec) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecAccessToken

type UpdateProbeRequestPathSelectorCasConditionalStateSpecAccessToken struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecAccessToken) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecAccessToken) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecAccessToken) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecAccessTokenAccessToken

type UpdateProbeRequestPathSelectorCasConditionalStateSpecAccessTokenAccessToken struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecAccessTokenAccessToken) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecAccessTokenAccessToken) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecAccessTokenAccessToken) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecAccessTokenEnable

type UpdateProbeRequestPathSelectorCasConditionalStateSpecAccessTokenEnable struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecAccessTokenEnable) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecAccessTokenEnable) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecAccessTokenEnable) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecActivation

type UpdateProbeRequestPathSelectorCasConditionalStateSpecActivation struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecActivation) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecActivation) InvitationExtras added in v0.4.49

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecActivation) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecActivation) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecActivationInvitationExtras added in v0.4.49

type UpdateProbeRequestPathSelectorCasConditionalStateSpecActivationInvitationExtras struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecActivationInvitationExtras) FieldPath added in v0.4.49

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecActivationInvitationExtras) WithArrayOfValues added in v0.4.49

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecActivationInvitationExtras) WithKey added in v0.4.49

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecActivationInvitationExtras) WithValue added in v0.4.49

type UpdateProbeRequestPathSelectorCasConditionalStateSpecActivationReusableToken

type UpdateProbeRequestPathSelectorCasConditionalStateSpecActivationReusableToken struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecActivationReusableToken) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecActivationReusableToken) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecActivationReusableToken) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecActivationSendInvitationOnCreate

type UpdateProbeRequestPathSelectorCasConditionalStateSpecActivationSendInvitationOnCreate struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecActivationSendInvitationOnCreate) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecActivationSendInvitationOnCreate) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecActivationSendInvitationOnCreate) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecActivationToken

type UpdateProbeRequestPathSelectorCasConditionalStateSpecActivationToken struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecActivationToken) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecActivationToken) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecActivationToken) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecActivationType

type UpdateProbeRequestPathSelectorCasConditionalStateSpecActivationType struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecActivationType) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecActivationType) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecActivationType) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecAgentType

type UpdateProbeRequestPathSelectorCasConditionalStateSpecAgentType struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecAgentType) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecAgentType) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecAgentType) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecContactInfo

type UpdateProbeRequestPathSelectorCasConditionalStateSpecContactInfo struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecContactInfo) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecContactInfo) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecContactInfo) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecContactInfoEmail

type UpdateProbeRequestPathSelectorCasConditionalStateSpecContactInfoEmail struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecContactInfoEmail) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecContactInfoEmail) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecContactInfoEmail) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecContactInfoFullName

type UpdateProbeRequestPathSelectorCasConditionalStateSpecContactInfoFullName struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecContactInfoFullName) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecContactInfoFullName) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecContactInfoFullName) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecContactInfoPhones

type UpdateProbeRequestPathSelectorCasConditionalStateSpecContactInfoPhones struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecContactInfoPhones) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecContactInfoPhones) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecContactInfoPhones) WithItemValue

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecContactInfoPhones) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecContactInfoPhonesNumber

type UpdateProbeRequestPathSelectorCasConditionalStateSpecContactInfoPhonesNumber struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecContactInfoPhonesNumber) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecContactInfoPhonesNumber) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecContactInfoPhonesNumber) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecContactInfoPhonesType

type UpdateProbeRequestPathSelectorCasConditionalStateSpecContactInfoPhonesType struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecContactInfoPhonesType) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecContactInfoPhonesType) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecContactInfoPhonesType) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecDevice

type UpdateProbeRequestPathSelectorCasConditionalStateSpecDevice struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecDevice) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecDevice) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecDevice) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecDisableSpeedtest

type UpdateProbeRequestPathSelectorCasConditionalStateSpecDisableSpeedtest struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecDisableSpeedtest) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecDisableSpeedtest) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecDisableSpeedtest) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecEnabled

type UpdateProbeRequestPathSelectorCasConditionalStateSpecEnabled struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecEnabled) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecEnabled) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecEnabled) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecExternalIpCheckUrl

type UpdateProbeRequestPathSelectorCasConditionalStateSpecExternalIpCheckUrl struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecExternalIpCheckUrl) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecExternalIpCheckUrl) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecExternalIpCheckUrl) WithItemValue

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecExternalIpCheckUrl) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecLocationDiscovery

type UpdateProbeRequestPathSelectorCasConditionalStateSpecLocationDiscovery struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecLocationDiscovery) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecLocationDiscovery) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecLocationDiscovery) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecLocationDiscoveryRequiredAccuracy

type UpdateProbeRequestPathSelectorCasConditionalStateSpecLocationDiscoveryRequiredAccuracy struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecLocationDiscoveryRequiredAccuracy) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecLocationDiscoveryRequiredAccuracy) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecLocationDiscoveryRequiredAccuracy) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecLocationDiscoveryType

type UpdateProbeRequestPathSelectorCasConditionalStateSpecLocationDiscoveryType struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecLocationDiscoveryType) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecLocationDiscoveryType) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecLocationDiscoveryType) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPcapSettings added in v0.8.0

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPcapSettings struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPcapSettings) CaptureFullPacket added in v0.8.0

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPcapSettings) Enable added in v0.8.0

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPcapSettings) FieldPath added in v0.8.0

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPcapSettings) OnDemandMode added in v0.10.10

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPcapSettings) StopOnDemandModeBy added in v0.10.10

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPcapSettings) WithArrayOfValues added in v0.8.0

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPcapSettings) WithValue added in v0.8.0

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPcapSettingsCaptureFullPacket added in v0.8.0

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPcapSettingsCaptureFullPacket struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPcapSettingsCaptureFullPacket) FieldPath added in v0.8.0

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPcapSettingsCaptureFullPacket) WithArrayOfValues added in v0.8.0

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPcapSettingsCaptureFullPacket) WithValue added in v0.8.0

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPcapSettingsEnable added in v0.8.0

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPcapSettingsEnable struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPcapSettingsEnable) FieldPath added in v0.8.0

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPcapSettingsEnable) WithArrayOfValues added in v0.8.0

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPcapSettingsEnable) WithValue added in v0.8.0

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPcapSettingsOnDemandMode added in v0.10.10

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPcapSettingsOnDemandMode struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPcapSettingsOnDemandMode) FieldPath added in v0.10.10

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPcapSettingsOnDemandMode) WithArrayOfValues added in v0.10.10

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPcapSettingsOnDemandMode) WithValue added in v0.10.10

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPcapSettingsStopOnDemandModeBy added in v0.10.10

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPcapSettingsStopOnDemandModeBy struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPcapSettingsStopOnDemandModeBy) FieldPath added in v0.10.10

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPcapSettingsStopOnDemandModeBy) WithArrayOfValues added in v0.10.10

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPcapSettingsStopOnDemandModeBy) WithValue added in v0.10.10

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocation

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocation struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocation) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocation) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocation) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAccuracy

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAccuracy struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAccuracy) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAccuracy) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAccuracy) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddress

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddress struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddress) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddress) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddress) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressAdminArea1

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressAdminArea1 struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressAdminArea1) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressAdminArea1) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressAdminArea1) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressAdminArea2

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressAdminArea2 struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressAdminArea2) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressAdminArea2) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressAdminArea2) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressAdminArea3

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressAdminArea3 struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressAdminArea3) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressAdminArea3) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressAdminArea3) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressAdminArea4

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressAdminArea4 struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressAdminArea4) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressAdminArea4) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressAdminArea4) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressContinent

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressContinent struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressContinent) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressContinent) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressContinent) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressCountry

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressCountry struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressCountry) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressCountry) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressCountry) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressCountryCode

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressCountryCode struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressCountryCode) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressCountryCode) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressCountryCode) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressPostalCode

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressPostalCode struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressPostalCode) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressPostalCode) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressPostalCode) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressStreetAddress

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressStreetAddress struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressStreetAddress) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressStreetAddress) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAddressStreetAddress) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchy

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchy struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchy) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchy) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchy) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchyAdmin1

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchyAdmin1 struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchyAdmin1) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchyAdmin1) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchyAdmin1) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchyAdmin2

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchyAdmin2 struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchyAdmin2) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchyAdmin2) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchyAdmin2) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchyAdmin3

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchyAdmin3 struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchyAdmin3) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchyAdmin3) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchyAdmin3) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchyAdmin4

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchyAdmin4 struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchyAdmin4) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchyAdmin4) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchyAdmin4) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchyAdmin5

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchyAdmin5 struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchyAdmin5) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchyAdmin5) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchyAdmin5) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchyContinent

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchyContinent struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchyContinent) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchyContinent) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchyContinent) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchyCountry

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchyCountry struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchyCountry) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchyCountry) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationAdminHierarchyCountry) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationCoordinates

type UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationCoordinates struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationCoordinates) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationCoordinates) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecPrimaryLocationCoordinates) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecProbeGroup

type UpdateProbeRequestPathSelectorCasConditionalStateSpecProbeGroup struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecProbeGroup) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecProbeGroup) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecProbeGroup) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecProbeGroupName added in v0.10.6

type UpdateProbeRequestPathSelectorCasConditionalStateSpecProbeGroupName struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecProbeGroupName) FieldPath added in v0.10.6

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecProbeGroupName) WithArrayOfValues added in v0.10.6

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecProbeGroupName) WithValue added in v0.10.6

type UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServers

type UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServers struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServers) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServers) TargetAddressType added in v0.4.30

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServers) TargetIpVersion added in v0.7.4

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServers) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServers) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersIcmpTarget

type UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersIcmpTarget struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersIcmpTarget) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersIcmpTarget) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersIcmpTarget) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersIcmpTargetEnabled

type UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersIcmpTargetEnabled struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersIcmpTargetEnabled) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersIcmpTargetEnabled) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersIcmpTargetEnabled) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersSpeedTestTarget

type UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersSpeedTestTarget struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersSpeedTestTarget) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersSpeedTestTarget) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersSpeedTestTarget) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersSpeedTestTargetEnabled

type UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersSpeedTestTargetEnabled struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersSpeedTestTargetEnabled) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersSpeedTestTargetEnabled) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersSpeedTestTargetEnabled) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersSpeedTestTargetTcpPort

type UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersSpeedTestTargetTcpPort struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersSpeedTestTargetTcpPort) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersSpeedTestTargetTcpPort) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersSpeedTestTargetTcpPort) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersTargetAddressType added in v0.4.30

type UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersTargetAddressType struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersTargetAddressType) FieldPath added in v0.4.30

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersTargetAddressType) WithArrayOfValues added in v0.4.30

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersTargetAddressType) WithValue added in v0.4.30

type UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersTargetIpVersion added in v0.7.4

type UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersTargetIpVersion struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersTargetIpVersion) FieldPath added in v0.7.4

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersTargetIpVersion) WithArrayOfValues added in v0.7.4

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersTargetIpVersion) WithValue added in v0.7.4

type UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersUdpTarget

type UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersUdpTarget struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersUdpTarget) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersUdpTarget) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersUdpTarget) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersUdpTargetEnabled

type UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersUdpTargetEnabled struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersUdpTargetEnabled) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersUdpTargetEnabled) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersUdpTargetEnabled) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersUdpTargetPort

type UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersUdpTargetPort struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersUdpTargetPort) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersUdpTargetPort) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateSpecTargetServersUdpTargetPort) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatus

type UpdateProbeRequestPathSelectorCasConditionalStateStatus struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatus) Activation

func (UpdateProbeRequestPathSelectorCasConditionalStateStatus) AgentType

func (UpdateProbeRequestPathSelectorCasConditionalStateStatus) AsInfo

func (UpdateProbeRequestPathSelectorCasConditionalStateStatus) Bandwidth

func (UpdateProbeRequestPathSelectorCasConditionalStateStatus) Carrier

func (UpdateProbeRequestPathSelectorCasConditionalStateStatus) Connection

func (UpdateProbeRequestPathSelectorCasConditionalStateStatus) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatus) ProxyConfig added in v0.10.5

func (UpdateProbeRequestPathSelectorCasConditionalStateStatus) SystemInfo

func (UpdateProbeRequestPathSelectorCasConditionalStateStatus) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatus) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActivation

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActivation struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActivation) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActivation) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActivation) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationCurrentSession

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationCurrentSession struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationCurrentSession) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationCurrentSession) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationCurrentSession) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationCurrentSessionClientCookie

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationCurrentSessionClientCookie struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationCurrentSessionClientCookie) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationCurrentSessionClientCookie) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationCurrentSessionClientCookie) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationCurrentSessionLockDeadline

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationCurrentSessionLockDeadline struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationCurrentSessionLockDeadline) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationCurrentSessionLockDeadline) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationCurrentSessionLockDeadline) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationLastInvitation

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationLastInvitation struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationLastInvitation) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationLastInvitation) SendFailureMessage added in v0.11.14

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationLastInvitation) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationLastInvitation) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationLastInvitationSendFailureMessage added in v0.11.14

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationLastInvitationSendFailureMessage struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationLastInvitationSendFailureMessage) FieldPath added in v0.11.14

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationLastInvitationSendFailureMessage) WithArrayOfValues added in v0.11.14

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationLastInvitationSendFailureMessage) WithValue added in v0.11.14

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationLastInvitationSender

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationLastInvitationSender struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationLastInvitationSender) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationLastInvitationSender) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationLastInvitationSender) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationLastInvitationSentDate

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationLastInvitationSentDate struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationLastInvitationSentDate) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationLastInvitationSentDate) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationLastInvitationSentDate) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationServiceAccount

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationServiceAccount struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationServiceAccount) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationServiceAccount) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationServiceAccount) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationStatus

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationStatus struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationStatus) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationStatus) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActivationStatus) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocation

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocation struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocation) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocation) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocation) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAccuracy

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAccuracy struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAccuracy) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAccuracy) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAccuracy) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddress

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddress struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddress) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddress) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddress) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressAdminArea1

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressAdminArea1 struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressAdminArea1) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressAdminArea1) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressAdminArea1) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressAdminArea2

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressAdminArea2 struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressAdminArea2) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressAdminArea2) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressAdminArea2) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressAdminArea3

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressAdminArea3 struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressAdminArea3) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressAdminArea3) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressAdminArea3) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressAdminArea4

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressAdminArea4 struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressAdminArea4) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressAdminArea4) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressAdminArea4) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressContinent

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressContinent struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressContinent) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressContinent) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressContinent) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressCountry

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressCountry struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressCountry) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressCountry) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressCountry) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressCountryCode

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressCountryCode struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressCountryCode) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressCountryCode) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressCountryCode) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressPostalCode

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressPostalCode struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressPostalCode) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressPostalCode) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressPostalCode) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressStreetAddress

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressStreetAddress struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressStreetAddress) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressStreetAddress) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAddressStreetAddress) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchy

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchy struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchy) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchy) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchy) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchyAdmin1

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchyAdmin1 struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchyAdmin1) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchyAdmin1) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchyAdmin1) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchyAdmin2

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchyAdmin2 struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchyAdmin2) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchyAdmin2) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchyAdmin2) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchyAdmin3

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchyAdmin3 struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchyAdmin3) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchyAdmin3) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchyAdmin3) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchyAdmin4

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchyAdmin4 struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchyAdmin4) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchyAdmin4) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchyAdmin4) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchyAdmin5

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchyAdmin5 struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchyAdmin5) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchyAdmin5) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchyAdmin5) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchyContinent

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchyContinent struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchyContinent) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchyContinent) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchyContinent) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchyCountry

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchyCountry struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchyCountry) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchyCountry) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationAdminHierarchyCountry) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationCoordinates

type UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationCoordinates struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationCoordinates) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationCoordinates) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusActiveLocationCoordinates) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusAgentType

type UpdateProbeRequestPathSelectorCasConditionalStateStatusAgentType struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusAgentType) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusAgentType) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusAgentType) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusAsInfo

type UpdateProbeRequestPathSelectorCasConditionalStateStatusAsInfo struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusAsInfo) Asn

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusAsInfo) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusAsInfo) Name

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusAsInfo) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusAsInfo) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusAsInfoAsn

type UpdateProbeRequestPathSelectorCasConditionalStateStatusAsInfoAsn struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusAsInfoAsn) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusAsInfoAsn) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusAsInfoAsn) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusAsInfoAsnType

type UpdateProbeRequestPathSelectorCasConditionalStateStatusAsInfoAsnType struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusAsInfoAsnType) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusAsInfoAsnType) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusAsInfoAsnType) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusAsInfoDomain

type UpdateProbeRequestPathSelectorCasConditionalStateStatusAsInfoDomain struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusAsInfoDomain) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusAsInfoDomain) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusAsInfoDomain) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusAsInfoName

type UpdateProbeRequestPathSelectorCasConditionalStateStatusAsInfoName struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusAsInfoName) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusAsInfoName) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusAsInfoName) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusAsInfoRoutes

type UpdateProbeRequestPathSelectorCasConditionalStateStatusAsInfoRoutes struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusAsInfoRoutes) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusAsInfoRoutes) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusAsInfoRoutes) WithItemValue

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusAsInfoRoutes) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusBandwidth

type UpdateProbeRequestPathSelectorCasConditionalStateStatusBandwidth struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusBandwidth) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusBandwidth) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusBandwidth) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusBandwidthDownloadMbps

type UpdateProbeRequestPathSelectorCasConditionalStateStatusBandwidthDownloadMbps struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusBandwidthDownloadMbps) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusBandwidthDownloadMbps) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusBandwidthDownloadMbps) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusBandwidthLastReported

type UpdateProbeRequestPathSelectorCasConditionalStateStatusBandwidthLastReported struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusBandwidthLastReported) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusBandwidthLastReported) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusBandwidthLastReported) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusBandwidthServerIpAddress

type UpdateProbeRequestPathSelectorCasConditionalStateStatusBandwidthServerIpAddress struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusBandwidthServerIpAddress) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusBandwidthServerIpAddress) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusBandwidthServerIpAddress) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusBandwidthTestServer

type UpdateProbeRequestPathSelectorCasConditionalStateStatusBandwidthTestServer struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusBandwidthTestServer) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusBandwidthTestServer) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusBandwidthTestServer) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusBandwidthUploadMbps

type UpdateProbeRequestPathSelectorCasConditionalStateStatusBandwidthUploadMbps struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusBandwidthUploadMbps) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusBandwidthUploadMbps) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusBandwidthUploadMbps) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusCarrier

type UpdateProbeRequestPathSelectorCasConditionalStateStatusCarrier struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusCarrier) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusCarrier) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusCarrier) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusCarrierLocationAreaCode

type UpdateProbeRequestPathSelectorCasConditionalStateStatusCarrierLocationAreaCode struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusCarrierLocationAreaCode) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusCarrierLocationAreaCode) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusCarrierLocationAreaCode) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusCarrierMobileCountryCode

type UpdateProbeRequestPathSelectorCasConditionalStateStatusCarrierMobileCountryCode struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusCarrierMobileCountryCode) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusCarrierMobileCountryCode) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusCarrierMobileCountryCode) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusCarrierMobileNetworkCode

type UpdateProbeRequestPathSelectorCasConditionalStateStatusCarrierMobileNetworkCode struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusCarrierMobileNetworkCode) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusCarrierMobileNetworkCode) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusCarrierMobileNetworkCode) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusCarrierName

type UpdateProbeRequestPathSelectorCasConditionalStateStatusCarrierName struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusCarrierName) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusCarrierName) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusCarrierName) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusConnection

type UpdateProbeRequestPathSelectorCasConditionalStateStatusConnection struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusConnection) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusConnection) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusConnection) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusConnectionStatusChangeTime

type UpdateProbeRequestPathSelectorCasConditionalStateStatusConnectionStatusChangeTime struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusConnectionStatusChangeTime) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusConnectionStatusChangeTime) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusConnectionStatusChangeTime) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocation

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocation struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocation) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocation) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocation) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAccuracy

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAccuracy struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAccuracy) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAccuracy) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAccuracy) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddress

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddress struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddress) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddress) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddress) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressAdminArea1

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressAdminArea1 struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressAdminArea1) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressAdminArea1) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressAdminArea1) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressAdminArea2

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressAdminArea2 struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressAdminArea2) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressAdminArea2) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressAdminArea2) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressAdminArea3

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressAdminArea3 struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressAdminArea3) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressAdminArea3) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressAdminArea3) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressAdminArea4

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressAdminArea4 struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressAdminArea4) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressAdminArea4) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressAdminArea4) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressContinent

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressContinent struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressContinent) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressContinent) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressContinent) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressCountry

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressCountry struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressCountry) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressCountry) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressCountry) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressCountryCode

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressCountryCode struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressCountryCode) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressCountryCode) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressCountryCode) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressPostalCode

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressPostalCode struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressPostalCode) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressPostalCode) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressPostalCode) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressStreetAddress

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressStreetAddress struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressStreetAddress) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressStreetAddress) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAddressStreetAddress) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchy

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchy struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchy) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchy) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchy) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin1

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin1 struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin1) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin1) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin1) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin2

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin2 struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin2) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin2) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin2) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin3

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin3 struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin3) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin3) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin3) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin4

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin4 struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin4) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin4) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin4) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin5

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin5 struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin5) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin5) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin5) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchyContinent

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchyContinent struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchyContinent) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchyContinent) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchyContinent) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchyCountry

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchyCountry struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchyCountry) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchyCountry) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationAdminHierarchyCountry) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationCoordinates

type UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationCoordinates struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationCoordinates) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationCoordinates) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusDiscoveredLocationCoordinates) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusExternalHostname

type UpdateProbeRequestPathSelectorCasConditionalStateStatusExternalHostname struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusExternalHostname) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusExternalHostname) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusExternalHostname) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusExternalIpAddressV4

type UpdateProbeRequestPathSelectorCasConditionalStateStatusExternalIpAddressV4 struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusExternalIpAddressV4) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusExternalIpAddressV4) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusExternalIpAddressV4) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusExternalIpAddressV6

type UpdateProbeRequestPathSelectorCasConditionalStateStatusExternalIpAddressV6 struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusExternalIpAddressV6) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusExternalIpAddressV6) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusExternalIpAddressV6) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusNetworkInterfaces

type UpdateProbeRequestPathSelectorCasConditionalStateStatusNetworkInterfaces struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusNetworkInterfaces) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusNetworkInterfaces) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusNetworkInterfaces) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusProxyConfig added in v0.10.5

type UpdateProbeRequestPathSelectorCasConditionalStateStatusProxyConfig struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusProxyConfig) FieldPath added in v0.10.5

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusProxyConfig) HttpProxy added in v0.10.5

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusProxyConfig) HttpsProxy added in v0.10.5

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusProxyConfig) NoProxy added in v0.10.5

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusProxyConfig) WithArrayOfValues added in v0.10.5

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusProxyConfig) WithValue added in v0.10.5

type UpdateProbeRequestPathSelectorCasConditionalStateStatusProxyConfigHttpProxy added in v0.10.5

type UpdateProbeRequestPathSelectorCasConditionalStateStatusProxyConfigHttpProxy struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusProxyConfigHttpProxy) FieldPath added in v0.10.5

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusProxyConfigHttpProxy) WithArrayOfValues added in v0.10.5

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusProxyConfigHttpProxy) WithValue added in v0.10.5

type UpdateProbeRequestPathSelectorCasConditionalStateStatusProxyConfigHttpsProxy added in v0.10.5

type UpdateProbeRequestPathSelectorCasConditionalStateStatusProxyConfigHttpsProxy struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusProxyConfigHttpsProxy) FieldPath added in v0.10.5

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusProxyConfigHttpsProxy) WithArrayOfValues added in v0.10.5

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusProxyConfigHttpsProxy) WithValue added in v0.10.5

type UpdateProbeRequestPathSelectorCasConditionalStateStatusProxyConfigNoProxy added in v0.10.5

type UpdateProbeRequestPathSelectorCasConditionalStateStatusProxyConfigNoProxy struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusProxyConfigNoProxy) FieldPath added in v0.10.5

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusProxyConfigNoProxy) WithArrayOfValues added in v0.10.5

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusProxyConfigNoProxy) WithValue added in v0.10.5

type UpdateProbeRequestPathSelectorCasConditionalStateStatusSoftwareVersion

type UpdateProbeRequestPathSelectorCasConditionalStateStatusSoftwareVersion struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSoftwareVersion) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSoftwareVersion) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSoftwareVersion) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusSoftwareVersionBuildDate

type UpdateProbeRequestPathSelectorCasConditionalStateStatusSoftwareVersionBuildDate struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSoftwareVersionBuildDate) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSoftwareVersionBuildDate) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSoftwareVersionBuildDate) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusSoftwareVersionCommitId

type UpdateProbeRequestPathSelectorCasConditionalStateStatusSoftwareVersionCommitId struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSoftwareVersionCommitId) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSoftwareVersionCommitId) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSoftwareVersionCommitId) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusSoftwareVersionVersion

type UpdateProbeRequestPathSelectorCasConditionalStateStatusSoftwareVersionVersion struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSoftwareVersionVersion) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSoftwareVersionVersion) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSoftwareVersionVersion) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfo

type UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfo struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfo) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfo) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfo) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoArchitecture

type UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoArchitecture struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoArchitecture) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoArchitecture) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoArchitecture) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoFamily

type UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoFamily struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoFamily) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoFamily) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoFamily) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoHostName

type UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoHostName struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoHostName) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoHostName) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoHostName) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoManufacturer

type UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoManufacturer struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoManufacturer) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoManufacturer) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoManufacturer) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoModel

type UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoModel struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoModel) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoModel) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoModel) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoOs

type UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoOs struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoOs) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoOs) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoOs) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoOsBuildVersion

type UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoOsBuildVersion struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoOsBuildVersion) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoOsBuildVersion) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoOsBuildVersion) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoOsKernel

type UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoOsKernel struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoOsKernel) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoOsKernel) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoOsKernel) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoOsName

type UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoOsName struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoOsName) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoOsName) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoOsName) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoOsVersion

type UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoOsVersion struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoOsVersion) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoOsVersion) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoOsVersion) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoPlatform

type UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoPlatform struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoPlatform) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoPlatform) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoPlatform) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoSerialNumber

type UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoSerialNumber struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoSerialNumber) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoSerialNumber) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoSerialNumber) WithValue

type UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoSku

type UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoSku struct{}

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoSku) FieldPath

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoSku) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasConditionalStateStatusSystemInfoSku) WithValue

type UpdateProbeRequestPathSelectorCasFieldMask

type UpdateProbeRequestPathSelectorCasFieldMask struct{}

func (UpdateProbeRequestPathSelectorCasFieldMask) FieldPath

func (UpdateProbeRequestPathSelectorCasFieldMask) WithArrayOfValues

func (UpdateProbeRequestPathSelectorCasFieldMask) WithValue

type UpdateProbeRequestPathSelectorProbe

type UpdateProbeRequestPathSelectorProbe struct{}

func (UpdateProbeRequestPathSelectorProbe) DisplayName

func (UpdateProbeRequestPathSelectorProbe) FieldPath

func (UpdateProbeRequestPathSelectorProbe) LowerDisplayName

func (UpdateProbeRequestPathSelectorProbe) Memo

func (UpdateProbeRequestPathSelectorProbe) Metadata

func (UpdateProbeRequestPathSelectorProbe) Name

func (UpdateProbeRequestPathSelectorProbe) Spec

func (UpdateProbeRequestPathSelectorProbe) Status

func (UpdateProbeRequestPathSelectorProbe) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbe) WithSubArrayItemValue

func (UpdateProbeRequestPathSelectorProbe) WithSubArrayOfValues

func (UpdateProbeRequestPathSelectorProbe) WithSubPath

func (UpdateProbeRequestPathSelectorProbe) WithSubValue

func (UpdateProbeRequestPathSelectorProbe) WithValue

type UpdateProbeRequestPathSelectorProbeDisplayName

type UpdateProbeRequestPathSelectorProbeDisplayName struct{}

func (UpdateProbeRequestPathSelectorProbeDisplayName) FieldPath

func (UpdateProbeRequestPathSelectorProbeDisplayName) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeDisplayName) WithValue

type UpdateProbeRequestPathSelectorProbeLowerDisplayName

type UpdateProbeRequestPathSelectorProbeLowerDisplayName struct{}

func (UpdateProbeRequestPathSelectorProbeLowerDisplayName) FieldPath

func (UpdateProbeRequestPathSelectorProbeLowerDisplayName) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeLowerDisplayName) WithValue

type UpdateProbeRequestPathSelectorProbeMemo

type UpdateProbeRequestPathSelectorProbeMemo struct{}

func (UpdateProbeRequestPathSelectorProbeMemo) CreateTime

func (UpdateProbeRequestPathSelectorProbeMemo) CreatedBy

func (UpdateProbeRequestPathSelectorProbeMemo) FieldPath

func (UpdateProbeRequestPathSelectorProbeMemo) Message

func (UpdateProbeRequestPathSelectorProbeMemo) UpdateTime

func (UpdateProbeRequestPathSelectorProbeMemo) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeMemo) WithItemValue

func (UpdateProbeRequestPathSelectorProbeMemo) WithValue

type UpdateProbeRequestPathSelectorProbeMemoCreateTime

type UpdateProbeRequestPathSelectorProbeMemoCreateTime struct{}

func (UpdateProbeRequestPathSelectorProbeMemoCreateTime) FieldPath

func (UpdateProbeRequestPathSelectorProbeMemoCreateTime) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeMemoCreateTime) WithValue

type UpdateProbeRequestPathSelectorProbeMemoCreatedBy

type UpdateProbeRequestPathSelectorProbeMemoCreatedBy struct{}

func (UpdateProbeRequestPathSelectorProbeMemoCreatedBy) FieldPath

func (UpdateProbeRequestPathSelectorProbeMemoCreatedBy) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeMemoCreatedBy) WithValue

type UpdateProbeRequestPathSelectorProbeMemoMessage

type UpdateProbeRequestPathSelectorProbeMemoMessage struct{}

func (UpdateProbeRequestPathSelectorProbeMemoMessage) FieldPath

func (UpdateProbeRequestPathSelectorProbeMemoMessage) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeMemoMessage) WithValue

type UpdateProbeRequestPathSelectorProbeMemoUpdateTime

type UpdateProbeRequestPathSelectorProbeMemoUpdateTime struct{}

func (UpdateProbeRequestPathSelectorProbeMemoUpdateTime) FieldPath

func (UpdateProbeRequestPathSelectorProbeMemoUpdateTime) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeMemoUpdateTime) WithValue

type UpdateProbeRequestPathSelectorProbeMetadata

type UpdateProbeRequestPathSelectorProbeMetadata struct{}

func (UpdateProbeRequestPathSelectorProbeMetadata) Annotations

func (UpdateProbeRequestPathSelectorProbeMetadata) CreateTime

func (UpdateProbeRequestPathSelectorProbeMetadata) DeleteTime added in v0.7.1

func (UpdateProbeRequestPathSelectorProbeMetadata) FieldPath

func (UpdateProbeRequestPathSelectorProbeMetadata) Generation

func (UpdateProbeRequestPathSelectorProbeMetadata) Labels

func (UpdateProbeRequestPathSelectorProbeMetadata) Lifecycle added in v0.7.1

func (UpdateProbeRequestPathSelectorProbeMetadata) OwnerReferences

func (UpdateProbeRequestPathSelectorProbeMetadata) ResourceVersion

func (UpdateProbeRequestPathSelectorProbeMetadata) Shards

func (UpdateProbeRequestPathSelectorProbeMetadata) Syncing

func (UpdateProbeRequestPathSelectorProbeMetadata) Tags

func (UpdateProbeRequestPathSelectorProbeMetadata) UpdateTime

func (UpdateProbeRequestPathSelectorProbeMetadata) Uuid

func (UpdateProbeRequestPathSelectorProbeMetadata) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeMetadata) WithValue

type UpdateProbeRequestPathSelectorProbeMetadataAnnotations

type UpdateProbeRequestPathSelectorProbeMetadataAnnotations struct{}

func (UpdateProbeRequestPathSelectorProbeMetadataAnnotations) FieldPath

func (UpdateProbeRequestPathSelectorProbeMetadataAnnotations) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeMetadataAnnotations) WithKey

func (UpdateProbeRequestPathSelectorProbeMetadataAnnotations) WithValue

type UpdateProbeRequestPathSelectorProbeMetadataCreateTime

type UpdateProbeRequestPathSelectorProbeMetadataCreateTime struct{}

func (UpdateProbeRequestPathSelectorProbeMetadataCreateTime) FieldPath

func (UpdateProbeRequestPathSelectorProbeMetadataCreateTime) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeMetadataCreateTime) WithValue

type UpdateProbeRequestPathSelectorProbeMetadataDeleteTime added in v0.7.1

type UpdateProbeRequestPathSelectorProbeMetadataDeleteTime struct{}

func (UpdateProbeRequestPathSelectorProbeMetadataDeleteTime) FieldPath added in v0.7.1

func (UpdateProbeRequestPathSelectorProbeMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (UpdateProbeRequestPathSelectorProbeMetadataDeleteTime) WithValue added in v0.7.1

type UpdateProbeRequestPathSelectorProbeMetadataGeneration

type UpdateProbeRequestPathSelectorProbeMetadataGeneration struct{}

func (UpdateProbeRequestPathSelectorProbeMetadataGeneration) FieldPath

func (UpdateProbeRequestPathSelectorProbeMetadataGeneration) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeMetadataGeneration) WithValue

type UpdateProbeRequestPathSelectorProbeMetadataLabels

type UpdateProbeRequestPathSelectorProbeMetadataLabels struct{}

func (UpdateProbeRequestPathSelectorProbeMetadataLabels) FieldPath

func (UpdateProbeRequestPathSelectorProbeMetadataLabels) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeMetadataLabels) WithKey

func (UpdateProbeRequestPathSelectorProbeMetadataLabels) WithValue

type UpdateProbeRequestPathSelectorProbeMetadataLifecycle added in v0.7.1

type UpdateProbeRequestPathSelectorProbeMetadataLifecycle struct{}

func (UpdateProbeRequestPathSelectorProbeMetadataLifecycle) BlockDeletion added in v0.7.1

func (UpdateProbeRequestPathSelectorProbeMetadataLifecycle) FieldPath added in v0.7.1

func (UpdateProbeRequestPathSelectorProbeMetadataLifecycle) State added in v0.7.1

func (UpdateProbeRequestPathSelectorProbeMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (UpdateProbeRequestPathSelectorProbeMetadataLifecycle) WithValue added in v0.7.1

type UpdateProbeRequestPathSelectorProbeMetadataLifecycleBlockDeletion added in v0.7.1

type UpdateProbeRequestPathSelectorProbeMetadataLifecycleBlockDeletion struct{}

func (UpdateProbeRequestPathSelectorProbeMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (UpdateProbeRequestPathSelectorProbeMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (UpdateProbeRequestPathSelectorProbeMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type UpdateProbeRequestPathSelectorProbeMetadataLifecycleState added in v0.7.1

type UpdateProbeRequestPathSelectorProbeMetadataLifecycleState struct{}

func (UpdateProbeRequestPathSelectorProbeMetadataLifecycleState) FieldPath added in v0.7.1

func (UpdateProbeRequestPathSelectorProbeMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (UpdateProbeRequestPathSelectorProbeMetadataLifecycleState) WithValue added in v0.7.1

type UpdateProbeRequestPathSelectorProbeMetadataOwnerReferences

type UpdateProbeRequestPathSelectorProbeMetadataOwnerReferences struct{}

func (UpdateProbeRequestPathSelectorProbeMetadataOwnerReferences) FieldPath

func (UpdateProbeRequestPathSelectorProbeMetadataOwnerReferences) Kind

func (UpdateProbeRequestPathSelectorProbeMetadataOwnerReferences) Name

func (UpdateProbeRequestPathSelectorProbeMetadataOwnerReferences) Region added in v0.7.1

func (UpdateProbeRequestPathSelectorProbeMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (UpdateProbeRequestPathSelectorProbeMetadataOwnerReferences) Version added in v0.7.1

func (UpdateProbeRequestPathSelectorProbeMetadataOwnerReferences) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeMetadataOwnerReferences) WithItemValue

func (UpdateProbeRequestPathSelectorProbeMetadataOwnerReferences) WithValue

type UpdateProbeRequestPathSelectorProbeMetadataOwnerReferencesBlockOwnerDeletion

type UpdateProbeRequestPathSelectorProbeMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateProbeRequestPathSelectorProbeMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateProbeRequestPathSelectorProbeMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateProbeRequestPathSelectorProbeMetadataOwnerReferencesController

type UpdateProbeRequestPathSelectorProbeMetadataOwnerReferencesController struct{}

func (UpdateProbeRequestPathSelectorProbeMetadataOwnerReferencesController) FieldPath

func (UpdateProbeRequestPathSelectorProbeMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeMetadataOwnerReferencesController) WithValue

type UpdateProbeRequestPathSelectorProbeMetadataOwnerReferencesKind

type UpdateProbeRequestPathSelectorProbeMetadataOwnerReferencesKind struct{}

func (UpdateProbeRequestPathSelectorProbeMetadataOwnerReferencesKind) FieldPath

func (UpdateProbeRequestPathSelectorProbeMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeMetadataOwnerReferencesKind) WithValue

type UpdateProbeRequestPathSelectorProbeMetadataOwnerReferencesName

type UpdateProbeRequestPathSelectorProbeMetadataOwnerReferencesName struct{}

func (UpdateProbeRequestPathSelectorProbeMetadataOwnerReferencesName) FieldPath

func (UpdateProbeRequestPathSelectorProbeMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeMetadataOwnerReferencesName) WithValue

type UpdateProbeRequestPathSelectorProbeMetadataOwnerReferencesRegion added in v0.7.1

type UpdateProbeRequestPathSelectorProbeMetadataOwnerReferencesRegion struct{}

func (UpdateProbeRequestPathSelectorProbeMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (UpdateProbeRequestPathSelectorProbeMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (UpdateProbeRequestPathSelectorProbeMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type UpdateProbeRequestPathSelectorProbeMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type UpdateProbeRequestPathSelectorProbeMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateProbeRequestPathSelectorProbeMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (UpdateProbeRequestPathSelectorProbeMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (UpdateProbeRequestPathSelectorProbeMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type UpdateProbeRequestPathSelectorProbeMetadataOwnerReferencesVersion added in v0.7.1

type UpdateProbeRequestPathSelectorProbeMetadataOwnerReferencesVersion struct{}

func (UpdateProbeRequestPathSelectorProbeMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (UpdateProbeRequestPathSelectorProbeMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (UpdateProbeRequestPathSelectorProbeMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type UpdateProbeRequestPathSelectorProbeMetadataResourceVersion

type UpdateProbeRequestPathSelectorProbeMetadataResourceVersion struct{}

func (UpdateProbeRequestPathSelectorProbeMetadataResourceVersion) FieldPath

func (UpdateProbeRequestPathSelectorProbeMetadataResourceVersion) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeMetadataResourceVersion) WithValue

type UpdateProbeRequestPathSelectorProbeMetadataShards

type UpdateProbeRequestPathSelectorProbeMetadataShards struct{}

func (UpdateProbeRequestPathSelectorProbeMetadataShards) FieldPath

func (UpdateProbeRequestPathSelectorProbeMetadataShards) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeMetadataShards) WithKey

func (UpdateProbeRequestPathSelectorProbeMetadataShards) WithValue

type UpdateProbeRequestPathSelectorProbeMetadataSyncing

type UpdateProbeRequestPathSelectorProbeMetadataSyncing struct{}

func (UpdateProbeRequestPathSelectorProbeMetadataSyncing) FieldPath

func (UpdateProbeRequestPathSelectorProbeMetadataSyncing) OwningRegion

func (UpdateProbeRequestPathSelectorProbeMetadataSyncing) Regions

func (UpdateProbeRequestPathSelectorProbeMetadataSyncing) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeMetadataSyncing) WithValue

type UpdateProbeRequestPathSelectorProbeMetadataSyncingOwningRegion

type UpdateProbeRequestPathSelectorProbeMetadataSyncingOwningRegion struct{}

func (UpdateProbeRequestPathSelectorProbeMetadataSyncingOwningRegion) FieldPath

func (UpdateProbeRequestPathSelectorProbeMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeMetadataSyncingOwningRegion) WithValue

type UpdateProbeRequestPathSelectorProbeMetadataSyncingRegions

type UpdateProbeRequestPathSelectorProbeMetadataSyncingRegions struct{}

func (UpdateProbeRequestPathSelectorProbeMetadataSyncingRegions) FieldPath

func (UpdateProbeRequestPathSelectorProbeMetadataSyncingRegions) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeMetadataSyncingRegions) WithItemValue

func (UpdateProbeRequestPathSelectorProbeMetadataSyncingRegions) WithValue

type UpdateProbeRequestPathSelectorProbeMetadataTags

type UpdateProbeRequestPathSelectorProbeMetadataTags struct{}

func (UpdateProbeRequestPathSelectorProbeMetadataTags) FieldPath

func (UpdateProbeRequestPathSelectorProbeMetadataTags) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeMetadataTags) WithItemValue

func (UpdateProbeRequestPathSelectorProbeMetadataTags) WithValue

type UpdateProbeRequestPathSelectorProbeMetadataUpdateTime

type UpdateProbeRequestPathSelectorProbeMetadataUpdateTime struct{}

func (UpdateProbeRequestPathSelectorProbeMetadataUpdateTime) FieldPath

func (UpdateProbeRequestPathSelectorProbeMetadataUpdateTime) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeMetadataUpdateTime) WithValue

type UpdateProbeRequestPathSelectorProbeMetadataUuid

type UpdateProbeRequestPathSelectorProbeMetadataUuid struct{}

func (UpdateProbeRequestPathSelectorProbeMetadataUuid) FieldPath

func (UpdateProbeRequestPathSelectorProbeMetadataUuid) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeMetadataUuid) WithValue

type UpdateProbeRequestPathSelectorProbeName

type UpdateProbeRequestPathSelectorProbeName struct{}

func (UpdateProbeRequestPathSelectorProbeName) FieldPath

func (UpdateProbeRequestPathSelectorProbeName) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeName) WithValue

type UpdateProbeRequestPathSelectorProbeSpec

type UpdateProbeRequestPathSelectorProbeSpec struct{}

func (UpdateProbeRequestPathSelectorProbeSpec) AccessToken

func (UpdateProbeRequestPathSelectorProbeSpec) Activation

func (UpdateProbeRequestPathSelectorProbeSpec) AgentType

func (UpdateProbeRequestPathSelectorProbeSpec) ContactInfo

func (UpdateProbeRequestPathSelectorProbeSpec) Device

func (UpdateProbeRequestPathSelectorProbeSpec) DisableSpeedtest

func (UpdateProbeRequestPathSelectorProbeSpec) Enabled

func (UpdateProbeRequestPathSelectorProbeSpec) ExternalIpCheckUrl

func (UpdateProbeRequestPathSelectorProbeSpec) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpec) LocationDiscovery

func (UpdateProbeRequestPathSelectorProbeSpec) PcapSettings added in v0.8.0

func (UpdateProbeRequestPathSelectorProbeSpec) PrimaryLocation

func (UpdateProbeRequestPathSelectorProbeSpec) ProbeGroup

func (UpdateProbeRequestPathSelectorProbeSpec) ProbeGroupName added in v0.10.6

func (UpdateProbeRequestPathSelectorProbeSpec) TargetServers

func (UpdateProbeRequestPathSelectorProbeSpec) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpec) WithValue

type UpdateProbeRequestPathSelectorProbeSpecAccessToken

type UpdateProbeRequestPathSelectorProbeSpecAccessToken struct{}

func (UpdateProbeRequestPathSelectorProbeSpecAccessToken) AccessToken

func (UpdateProbeRequestPathSelectorProbeSpecAccessToken) Enable

func (UpdateProbeRequestPathSelectorProbeSpecAccessToken) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecAccessToken) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecAccessToken) WithValue

type UpdateProbeRequestPathSelectorProbeSpecAccessTokenAccessToken

type UpdateProbeRequestPathSelectorProbeSpecAccessTokenAccessToken struct{}

func (UpdateProbeRequestPathSelectorProbeSpecAccessTokenAccessToken) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecAccessTokenAccessToken) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecAccessTokenAccessToken) WithValue

type UpdateProbeRequestPathSelectorProbeSpecAccessTokenEnable

type UpdateProbeRequestPathSelectorProbeSpecAccessTokenEnable struct{}

func (UpdateProbeRequestPathSelectorProbeSpecAccessTokenEnable) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecAccessTokenEnable) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecAccessTokenEnable) WithValue

type UpdateProbeRequestPathSelectorProbeSpecActivation

type UpdateProbeRequestPathSelectorProbeSpecActivation struct{}

func (UpdateProbeRequestPathSelectorProbeSpecActivation) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecActivation) InvitationExtras added in v0.4.49

func (UpdateProbeRequestPathSelectorProbeSpecActivation) ReusableToken

func (UpdateProbeRequestPathSelectorProbeSpecActivation) Token

func (UpdateProbeRequestPathSelectorProbeSpecActivation) Type

func (UpdateProbeRequestPathSelectorProbeSpecActivation) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecActivation) WithValue

type UpdateProbeRequestPathSelectorProbeSpecActivationInvitationExtras added in v0.4.49

type UpdateProbeRequestPathSelectorProbeSpecActivationInvitationExtras struct{}

func (UpdateProbeRequestPathSelectorProbeSpecActivationInvitationExtras) FieldPath added in v0.4.49

func (UpdateProbeRequestPathSelectorProbeSpecActivationInvitationExtras) WithArrayOfValues added in v0.4.49

func (UpdateProbeRequestPathSelectorProbeSpecActivationInvitationExtras) WithKey added in v0.4.49

func (UpdateProbeRequestPathSelectorProbeSpecActivationInvitationExtras) WithValue added in v0.4.49

type UpdateProbeRequestPathSelectorProbeSpecActivationReusableToken

type UpdateProbeRequestPathSelectorProbeSpecActivationReusableToken struct{}

func (UpdateProbeRequestPathSelectorProbeSpecActivationReusableToken) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecActivationReusableToken) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecActivationReusableToken) WithValue

type UpdateProbeRequestPathSelectorProbeSpecActivationSendInvitationOnCreate

type UpdateProbeRequestPathSelectorProbeSpecActivationSendInvitationOnCreate struct{}

func (UpdateProbeRequestPathSelectorProbeSpecActivationSendInvitationOnCreate) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecActivationSendInvitationOnCreate) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecActivationSendInvitationOnCreate) WithValue

type UpdateProbeRequestPathSelectorProbeSpecActivationToken

type UpdateProbeRequestPathSelectorProbeSpecActivationToken struct{}

func (UpdateProbeRequestPathSelectorProbeSpecActivationToken) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecActivationToken) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecActivationToken) WithValue

type UpdateProbeRequestPathSelectorProbeSpecActivationType

type UpdateProbeRequestPathSelectorProbeSpecActivationType struct{}

func (UpdateProbeRequestPathSelectorProbeSpecActivationType) FieldPath

type UpdateProbeRequestPathSelectorProbeSpecAgentType

type UpdateProbeRequestPathSelectorProbeSpecAgentType struct{}

func (UpdateProbeRequestPathSelectorProbeSpecAgentType) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecAgentType) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecAgentType) WithValue

type UpdateProbeRequestPathSelectorProbeSpecContactInfo

type UpdateProbeRequestPathSelectorProbeSpecContactInfo struct{}

func (UpdateProbeRequestPathSelectorProbeSpecContactInfo) Email

func (UpdateProbeRequestPathSelectorProbeSpecContactInfo) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecContactInfo) FullName

func (UpdateProbeRequestPathSelectorProbeSpecContactInfo) Phones

func (UpdateProbeRequestPathSelectorProbeSpecContactInfo) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecContactInfo) WithValue

type UpdateProbeRequestPathSelectorProbeSpecContactInfoEmail

type UpdateProbeRequestPathSelectorProbeSpecContactInfoEmail struct{}

func (UpdateProbeRequestPathSelectorProbeSpecContactInfoEmail) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecContactInfoEmail) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecContactInfoEmail) WithValue

type UpdateProbeRequestPathSelectorProbeSpecContactInfoFullName

type UpdateProbeRequestPathSelectorProbeSpecContactInfoFullName struct{}

func (UpdateProbeRequestPathSelectorProbeSpecContactInfoFullName) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecContactInfoFullName) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecContactInfoFullName) WithValue

type UpdateProbeRequestPathSelectorProbeSpecContactInfoPhones

type UpdateProbeRequestPathSelectorProbeSpecContactInfoPhones struct{}

func (UpdateProbeRequestPathSelectorProbeSpecContactInfoPhones) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecContactInfoPhones) Number

func (UpdateProbeRequestPathSelectorProbeSpecContactInfoPhones) Type

func (UpdateProbeRequestPathSelectorProbeSpecContactInfoPhones) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecContactInfoPhones) WithItemValue

func (UpdateProbeRequestPathSelectorProbeSpecContactInfoPhones) WithValue

type UpdateProbeRequestPathSelectorProbeSpecContactInfoPhonesNumber

type UpdateProbeRequestPathSelectorProbeSpecContactInfoPhonesNumber struct{}

func (UpdateProbeRequestPathSelectorProbeSpecContactInfoPhonesNumber) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecContactInfoPhonesNumber) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecContactInfoPhonesNumber) WithValue

type UpdateProbeRequestPathSelectorProbeSpecContactInfoPhonesType

type UpdateProbeRequestPathSelectorProbeSpecContactInfoPhonesType struct{}

func (UpdateProbeRequestPathSelectorProbeSpecContactInfoPhonesType) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecContactInfoPhonesType) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecContactInfoPhonesType) WithValue

type UpdateProbeRequestPathSelectorProbeSpecDevice

type UpdateProbeRequestPathSelectorProbeSpecDevice struct{}

func (UpdateProbeRequestPathSelectorProbeSpecDevice) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecDevice) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecDevice) WithValue

type UpdateProbeRequestPathSelectorProbeSpecDisableSpeedtest

type UpdateProbeRequestPathSelectorProbeSpecDisableSpeedtest struct{}

func (UpdateProbeRequestPathSelectorProbeSpecDisableSpeedtest) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecDisableSpeedtest) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecDisableSpeedtest) WithValue

type UpdateProbeRequestPathSelectorProbeSpecEnabled

type UpdateProbeRequestPathSelectorProbeSpecEnabled struct{}

func (UpdateProbeRequestPathSelectorProbeSpecEnabled) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecEnabled) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecEnabled) WithValue

type UpdateProbeRequestPathSelectorProbeSpecExternalIpCheckUrl

type UpdateProbeRequestPathSelectorProbeSpecExternalIpCheckUrl struct{}

func (UpdateProbeRequestPathSelectorProbeSpecExternalIpCheckUrl) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecExternalIpCheckUrl) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecExternalIpCheckUrl) WithItemValue

func (UpdateProbeRequestPathSelectorProbeSpecExternalIpCheckUrl) WithValue

type UpdateProbeRequestPathSelectorProbeSpecLocationDiscovery

type UpdateProbeRequestPathSelectorProbeSpecLocationDiscovery struct{}

func (UpdateProbeRequestPathSelectorProbeSpecLocationDiscovery) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecLocationDiscovery) Type

func (UpdateProbeRequestPathSelectorProbeSpecLocationDiscovery) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecLocationDiscovery) WithValue

type UpdateProbeRequestPathSelectorProbeSpecLocationDiscoveryRequiredAccuracy

type UpdateProbeRequestPathSelectorProbeSpecLocationDiscoveryRequiredAccuracy struct{}

func (UpdateProbeRequestPathSelectorProbeSpecLocationDiscoveryRequiredAccuracy) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecLocationDiscoveryRequiredAccuracy) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecLocationDiscoveryRequiredAccuracy) WithValue

type UpdateProbeRequestPathSelectorProbeSpecLocationDiscoveryType

type UpdateProbeRequestPathSelectorProbeSpecLocationDiscoveryType struct{}

func (UpdateProbeRequestPathSelectorProbeSpecLocationDiscoveryType) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecLocationDiscoveryType) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecLocationDiscoveryType) WithValue

type UpdateProbeRequestPathSelectorProbeSpecPcapSettings added in v0.8.0

type UpdateProbeRequestPathSelectorProbeSpecPcapSettings struct{}

func (UpdateProbeRequestPathSelectorProbeSpecPcapSettings) CaptureFullPacket added in v0.8.0

func (UpdateProbeRequestPathSelectorProbeSpecPcapSettings) Enable added in v0.8.0

func (UpdateProbeRequestPathSelectorProbeSpecPcapSettings) FieldPath added in v0.8.0

func (UpdateProbeRequestPathSelectorProbeSpecPcapSettings) OnDemandMode added in v0.10.10

func (UpdateProbeRequestPathSelectorProbeSpecPcapSettings) StopOnDemandModeBy added in v0.10.10

func (UpdateProbeRequestPathSelectorProbeSpecPcapSettings) WithArrayOfValues added in v0.8.0

func (UpdateProbeRequestPathSelectorProbeSpecPcapSettings) WithValue added in v0.8.0

type UpdateProbeRequestPathSelectorProbeSpecPcapSettingsCaptureFullPacket added in v0.8.0

type UpdateProbeRequestPathSelectorProbeSpecPcapSettingsCaptureFullPacket struct{}

func (UpdateProbeRequestPathSelectorProbeSpecPcapSettingsCaptureFullPacket) FieldPath added in v0.8.0

func (UpdateProbeRequestPathSelectorProbeSpecPcapSettingsCaptureFullPacket) WithArrayOfValues added in v0.8.0

func (UpdateProbeRequestPathSelectorProbeSpecPcapSettingsCaptureFullPacket) WithValue added in v0.8.0

type UpdateProbeRequestPathSelectorProbeSpecPcapSettingsEnable added in v0.8.0

type UpdateProbeRequestPathSelectorProbeSpecPcapSettingsEnable struct{}

func (UpdateProbeRequestPathSelectorProbeSpecPcapSettingsEnable) FieldPath added in v0.8.0

func (UpdateProbeRequestPathSelectorProbeSpecPcapSettingsEnable) WithArrayOfValues added in v0.8.0

func (UpdateProbeRequestPathSelectorProbeSpecPcapSettingsEnable) WithValue added in v0.8.0

type UpdateProbeRequestPathSelectorProbeSpecPcapSettingsOnDemandMode added in v0.10.10

type UpdateProbeRequestPathSelectorProbeSpecPcapSettingsOnDemandMode struct{}

func (UpdateProbeRequestPathSelectorProbeSpecPcapSettingsOnDemandMode) FieldPath added in v0.10.10

func (UpdateProbeRequestPathSelectorProbeSpecPcapSettingsOnDemandMode) WithArrayOfValues added in v0.10.10

func (UpdateProbeRequestPathSelectorProbeSpecPcapSettingsOnDemandMode) WithValue added in v0.10.10

type UpdateProbeRequestPathSelectorProbeSpecPcapSettingsStopOnDemandModeBy added in v0.10.10

type UpdateProbeRequestPathSelectorProbeSpecPcapSettingsStopOnDemandModeBy struct{}

func (UpdateProbeRequestPathSelectorProbeSpecPcapSettingsStopOnDemandModeBy) FieldPath added in v0.10.10

func (UpdateProbeRequestPathSelectorProbeSpecPcapSettingsStopOnDemandModeBy) WithArrayOfValues added in v0.10.10

func (UpdateProbeRequestPathSelectorProbeSpecPcapSettingsStopOnDemandModeBy) WithValue added in v0.10.10

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocation

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocation struct{}

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocation) Accuracy

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocation) Address

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocation) Coordinates

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocation) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocation) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocation) WithValue

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAccuracy

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAccuracy struct{}

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAccuracy) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAccuracy) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAccuracy) WithValue

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddress

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddress struct{}

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddress) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddress) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddress) WithValue

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea1

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea1 struct{}

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea1) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea1) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea1) WithValue

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea2

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea2 struct{}

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea2) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea2) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea2) WithValue

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea3

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea3 struct{}

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea3) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea3) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea3) WithValue

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea4

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea4 struct{}

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea4) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea4) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressAdminArea4) WithValue

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressContinent

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressContinent struct{}

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressContinent) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressContinent) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressContinent) WithValue

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressCountry

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressCountry struct{}

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressCountry) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressCountry) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressCountry) WithValue

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressCountryCode

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressCountryCode struct{}

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressCountryCode) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressCountryCode) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressCountryCode) WithValue

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressPostalCode

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressPostalCode struct{}

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressPostalCode) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressPostalCode) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressPostalCode) WithValue

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressStreetAddress

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressStreetAddress struct{}

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressStreetAddress) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressStreetAddress) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAddressStreetAddress) WithValue

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchy

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchy struct{}

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchy) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchy) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchy) WithValue

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin1

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin1 struct{}

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin1) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin1) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin1) WithValue

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin2

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin2 struct{}

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin2) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin2) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin2) WithValue

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin3

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin3 struct{}

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin3) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin3) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin3) WithValue

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin4

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin4 struct{}

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin4) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin4) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin4) WithValue

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin5

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin5 struct{}

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin5) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin5) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin5) WithValue

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyContinent

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyContinent struct{}

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyContinent) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyContinent) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyContinent) WithValue

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyCountry

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyCountry struct{}

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyCountry) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyCountry) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationAdminHierarchyCountry) WithValue

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationCoordinates

type UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationCoordinates struct{}

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationCoordinates) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationCoordinates) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecPrimaryLocationCoordinates) WithValue

type UpdateProbeRequestPathSelectorProbeSpecProbeGroup

type UpdateProbeRequestPathSelectorProbeSpecProbeGroup struct{}

func (UpdateProbeRequestPathSelectorProbeSpecProbeGroup) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecProbeGroup) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecProbeGroup) WithValue

type UpdateProbeRequestPathSelectorProbeSpecProbeGroupName added in v0.10.6

type UpdateProbeRequestPathSelectorProbeSpecProbeGroupName struct{}

func (UpdateProbeRequestPathSelectorProbeSpecProbeGroupName) FieldPath added in v0.10.6

func (UpdateProbeRequestPathSelectorProbeSpecProbeGroupName) WithArrayOfValues added in v0.10.6

func (UpdateProbeRequestPathSelectorProbeSpecProbeGroupName) WithValue added in v0.10.6

type UpdateProbeRequestPathSelectorProbeSpecTargetServers

type UpdateProbeRequestPathSelectorProbeSpecTargetServers struct{}

func (UpdateProbeRequestPathSelectorProbeSpecTargetServers) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecTargetServers) IcmpTarget

func (UpdateProbeRequestPathSelectorProbeSpecTargetServers) TargetAddressType added in v0.4.30

func (UpdateProbeRequestPathSelectorProbeSpecTargetServers) TargetIpVersion added in v0.7.4

func (UpdateProbeRequestPathSelectorProbeSpecTargetServers) UdpTarget

func (UpdateProbeRequestPathSelectorProbeSpecTargetServers) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecTargetServers) WithValue

type UpdateProbeRequestPathSelectorProbeSpecTargetServersIcmpTarget

type UpdateProbeRequestPathSelectorProbeSpecTargetServersIcmpTarget struct{}

func (UpdateProbeRequestPathSelectorProbeSpecTargetServersIcmpTarget) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecTargetServersIcmpTarget) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecTargetServersIcmpTarget) WithValue

type UpdateProbeRequestPathSelectorProbeSpecTargetServersIcmpTargetEnabled

type UpdateProbeRequestPathSelectorProbeSpecTargetServersIcmpTargetEnabled struct{}

func (UpdateProbeRequestPathSelectorProbeSpecTargetServersIcmpTargetEnabled) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecTargetServersIcmpTargetEnabled) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecTargetServersIcmpTargetEnabled) WithValue

type UpdateProbeRequestPathSelectorProbeSpecTargetServersSpeedTestTarget

type UpdateProbeRequestPathSelectorProbeSpecTargetServersSpeedTestTarget struct{}

func (UpdateProbeRequestPathSelectorProbeSpecTargetServersSpeedTestTarget) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecTargetServersSpeedTestTarget) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecTargetServersSpeedTestTarget) WithValue

type UpdateProbeRequestPathSelectorProbeSpecTargetServersSpeedTestTargetEnabled

type UpdateProbeRequestPathSelectorProbeSpecTargetServersSpeedTestTargetEnabled struct{}

func (UpdateProbeRequestPathSelectorProbeSpecTargetServersSpeedTestTargetEnabled) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecTargetServersSpeedTestTargetEnabled) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecTargetServersSpeedTestTargetEnabled) WithValue

type UpdateProbeRequestPathSelectorProbeSpecTargetServersSpeedTestTargetTcpPort

type UpdateProbeRequestPathSelectorProbeSpecTargetServersSpeedTestTargetTcpPort struct{}

func (UpdateProbeRequestPathSelectorProbeSpecTargetServersSpeedTestTargetTcpPort) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecTargetServersSpeedTestTargetTcpPort) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecTargetServersSpeedTestTargetTcpPort) WithValue

type UpdateProbeRequestPathSelectorProbeSpecTargetServersTargetAddressType added in v0.4.30

type UpdateProbeRequestPathSelectorProbeSpecTargetServersTargetAddressType struct{}

func (UpdateProbeRequestPathSelectorProbeSpecTargetServersTargetAddressType) FieldPath added in v0.4.30

func (UpdateProbeRequestPathSelectorProbeSpecTargetServersTargetAddressType) WithArrayOfValues added in v0.4.30

func (UpdateProbeRequestPathSelectorProbeSpecTargetServersTargetAddressType) WithValue added in v0.4.30

type UpdateProbeRequestPathSelectorProbeSpecTargetServersTargetIpVersion added in v0.7.4

type UpdateProbeRequestPathSelectorProbeSpecTargetServersTargetIpVersion struct{}

func (UpdateProbeRequestPathSelectorProbeSpecTargetServersTargetIpVersion) FieldPath added in v0.7.4

func (UpdateProbeRequestPathSelectorProbeSpecTargetServersTargetIpVersion) WithArrayOfValues added in v0.7.4

func (UpdateProbeRequestPathSelectorProbeSpecTargetServersTargetIpVersion) WithValue added in v0.7.4

type UpdateProbeRequestPathSelectorProbeSpecTargetServersUdpTarget

type UpdateProbeRequestPathSelectorProbeSpecTargetServersUdpTarget struct{}

func (UpdateProbeRequestPathSelectorProbeSpecTargetServersUdpTarget) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecTargetServersUdpTarget) Port

func (UpdateProbeRequestPathSelectorProbeSpecTargetServersUdpTarget) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecTargetServersUdpTarget) WithValue

type UpdateProbeRequestPathSelectorProbeSpecTargetServersUdpTargetEnabled

type UpdateProbeRequestPathSelectorProbeSpecTargetServersUdpTargetEnabled struct{}

func (UpdateProbeRequestPathSelectorProbeSpecTargetServersUdpTargetEnabled) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecTargetServersUdpTargetEnabled) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecTargetServersUdpTargetEnabled) WithValue

type UpdateProbeRequestPathSelectorProbeSpecTargetServersUdpTargetPort

type UpdateProbeRequestPathSelectorProbeSpecTargetServersUdpTargetPort struct{}

func (UpdateProbeRequestPathSelectorProbeSpecTargetServersUdpTargetPort) FieldPath

func (UpdateProbeRequestPathSelectorProbeSpecTargetServersUdpTargetPort) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeSpecTargetServersUdpTargetPort) WithValue

type UpdateProbeRequestPathSelectorProbeStatus

type UpdateProbeRequestPathSelectorProbeStatus struct{}

func (UpdateProbeRequestPathSelectorProbeStatus) Activation

func (UpdateProbeRequestPathSelectorProbeStatus) ActiveLocation

func (UpdateProbeRequestPathSelectorProbeStatus) AgentType

func (UpdateProbeRequestPathSelectorProbeStatus) AsInfo

func (UpdateProbeRequestPathSelectorProbeStatus) Bandwidth

func (UpdateProbeRequestPathSelectorProbeStatus) Carrier

func (UpdateProbeRequestPathSelectorProbeStatus) Connection

func (UpdateProbeRequestPathSelectorProbeStatus) DiscoveredLocation

func (UpdateProbeRequestPathSelectorProbeStatus) ExternalHostname

func (UpdateProbeRequestPathSelectorProbeStatus) ExternalIpAddressV4

func (UpdateProbeRequestPathSelectorProbeStatus) ExternalIpAddressV6

func (UpdateProbeRequestPathSelectorProbeStatus) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatus) NetworkInterfaces

func (UpdateProbeRequestPathSelectorProbeStatus) ProxyConfig added in v0.10.5

func (UpdateProbeRequestPathSelectorProbeStatus) SoftwareVersion

func (UpdateProbeRequestPathSelectorProbeStatus) SystemInfo

func (UpdateProbeRequestPathSelectorProbeStatus) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatus) WithValue

type UpdateProbeRequestPathSelectorProbeStatusActivation

type UpdateProbeRequestPathSelectorProbeStatusActivation struct{}

func (UpdateProbeRequestPathSelectorProbeStatusActivation) CurrentSession

func (UpdateProbeRequestPathSelectorProbeStatusActivation) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusActivation) LastInvitation

func (UpdateProbeRequestPathSelectorProbeStatusActivation) ServiceAccount

func (UpdateProbeRequestPathSelectorProbeStatusActivation) Status

func (UpdateProbeRequestPathSelectorProbeStatusActivation) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusActivation) WithValue

type UpdateProbeRequestPathSelectorProbeStatusActivationCurrentSession

type UpdateProbeRequestPathSelectorProbeStatusActivationCurrentSession struct{}

func (UpdateProbeRequestPathSelectorProbeStatusActivationCurrentSession) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusActivationCurrentSession) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusActivationCurrentSession) WithValue

type UpdateProbeRequestPathSelectorProbeStatusActivationCurrentSessionClientCookie

type UpdateProbeRequestPathSelectorProbeStatusActivationCurrentSessionClientCookie struct{}

func (UpdateProbeRequestPathSelectorProbeStatusActivationCurrentSessionClientCookie) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusActivationCurrentSessionClientCookie) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusActivationCurrentSessionClientCookie) WithValue

type UpdateProbeRequestPathSelectorProbeStatusActivationCurrentSessionLockDeadline

type UpdateProbeRequestPathSelectorProbeStatusActivationCurrentSessionLockDeadline struct{}

func (UpdateProbeRequestPathSelectorProbeStatusActivationCurrentSessionLockDeadline) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusActivationCurrentSessionLockDeadline) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusActivationCurrentSessionLockDeadline) WithValue

type UpdateProbeRequestPathSelectorProbeStatusActivationLastInvitation

type UpdateProbeRequestPathSelectorProbeStatusActivationLastInvitation struct{}

func (UpdateProbeRequestPathSelectorProbeStatusActivationLastInvitation) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusActivationLastInvitation) SendFailureMessage added in v0.11.14

func (UpdateProbeRequestPathSelectorProbeStatusActivationLastInvitation) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusActivationLastInvitation) WithValue

type UpdateProbeRequestPathSelectorProbeStatusActivationLastInvitationSendFailureMessage added in v0.11.14

type UpdateProbeRequestPathSelectorProbeStatusActivationLastInvitationSendFailureMessage struct{}

func (UpdateProbeRequestPathSelectorProbeStatusActivationLastInvitationSendFailureMessage) FieldPath added in v0.11.14

func (UpdateProbeRequestPathSelectorProbeStatusActivationLastInvitationSendFailureMessage) WithArrayOfValues added in v0.11.14

func (UpdateProbeRequestPathSelectorProbeStatusActivationLastInvitationSendFailureMessage) WithValue added in v0.11.14

type UpdateProbeRequestPathSelectorProbeStatusActivationLastInvitationSender

type UpdateProbeRequestPathSelectorProbeStatusActivationLastInvitationSender struct{}

func (UpdateProbeRequestPathSelectorProbeStatusActivationLastInvitationSender) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusActivationLastInvitationSender) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusActivationLastInvitationSender) WithValue

type UpdateProbeRequestPathSelectorProbeStatusActivationLastInvitationSentDate

type UpdateProbeRequestPathSelectorProbeStatusActivationLastInvitationSentDate struct{}

func (UpdateProbeRequestPathSelectorProbeStatusActivationLastInvitationSentDate) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusActivationLastInvitationSentDate) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusActivationLastInvitationSentDate) WithValue

type UpdateProbeRequestPathSelectorProbeStatusActivationServiceAccount

type UpdateProbeRequestPathSelectorProbeStatusActivationServiceAccount struct{}

func (UpdateProbeRequestPathSelectorProbeStatusActivationServiceAccount) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusActivationServiceAccount) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusActivationServiceAccount) WithValue

type UpdateProbeRequestPathSelectorProbeStatusActivationStatus

type UpdateProbeRequestPathSelectorProbeStatusActivationStatus struct{}

func (UpdateProbeRequestPathSelectorProbeStatusActivationStatus) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusActivationStatus) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusActivationStatus) WithValue

type UpdateProbeRequestPathSelectorProbeStatusActiveLocation

type UpdateProbeRequestPathSelectorProbeStatusActiveLocation struct{}

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocation) Accuracy

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocation) Address

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocation) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocation) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocation) WithValue

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAccuracy

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAccuracy struct{}

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAccuracy) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAccuracy) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAccuracy) WithValue

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddress

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddress struct{}

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddress) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddress) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddress) WithValue

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea1

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea1 struct{}

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea1) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea1) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea1) WithValue

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea2

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea2 struct{}

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea2) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea2) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea2) WithValue

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea3

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea3 struct{}

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea3) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea3) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea3) WithValue

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea4

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea4 struct{}

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea4) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea4) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressAdminArea4) WithValue

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressContinent

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressContinent struct{}

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressContinent) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressContinent) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressContinent) WithValue

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressCountry

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressCountry struct{}

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressCountry) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressCountry) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressCountry) WithValue

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressCountryCode

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressCountryCode struct{}

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressCountryCode) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressCountryCode) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressCountryCode) WithValue

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressPostalCode

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressPostalCode struct{}

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressPostalCode) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressPostalCode) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressPostalCode) WithValue

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressStreetAddress

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressStreetAddress struct{}

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressStreetAddress) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressStreetAddress) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAddressStreetAddress) WithValue

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchy

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchy struct{}

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchy) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchy) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchy) WithValue

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin1

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin1 struct{}

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin1) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin1) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin1) WithValue

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin2

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin2 struct{}

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin2) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin2) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin2) WithValue

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin3

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin3 struct{}

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin3) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin3) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin3) WithValue

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin4

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin4 struct{}

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin4) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin4) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin4) WithValue

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin5

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin5 struct{}

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin5) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin5) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin5) WithValue

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyContinent

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyContinent struct{}

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyContinent) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyContinent) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyContinent) WithValue

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyCountry

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyCountry struct{}

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyCountry) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyCountry) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationAdminHierarchyCountry) WithValue

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationCoordinates

type UpdateProbeRequestPathSelectorProbeStatusActiveLocationCoordinates struct{}

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationCoordinates) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationCoordinates) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusActiveLocationCoordinates) WithValue

type UpdateProbeRequestPathSelectorProbeStatusAgentType

type UpdateProbeRequestPathSelectorProbeStatusAgentType struct{}

func (UpdateProbeRequestPathSelectorProbeStatusAgentType) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusAgentType) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusAgentType) WithValue

type UpdateProbeRequestPathSelectorProbeStatusAsInfo

type UpdateProbeRequestPathSelectorProbeStatusAsInfo struct{}

func (UpdateProbeRequestPathSelectorProbeStatusAsInfo) Asn

func (UpdateProbeRequestPathSelectorProbeStatusAsInfo) AsnType

func (UpdateProbeRequestPathSelectorProbeStatusAsInfo) Domain

func (UpdateProbeRequestPathSelectorProbeStatusAsInfo) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusAsInfo) Name

func (UpdateProbeRequestPathSelectorProbeStatusAsInfo) Routes

func (UpdateProbeRequestPathSelectorProbeStatusAsInfo) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusAsInfo) WithValue

type UpdateProbeRequestPathSelectorProbeStatusAsInfoAsn

type UpdateProbeRequestPathSelectorProbeStatusAsInfoAsn struct{}

func (UpdateProbeRequestPathSelectorProbeStatusAsInfoAsn) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusAsInfoAsn) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusAsInfoAsn) WithValue

type UpdateProbeRequestPathSelectorProbeStatusAsInfoAsnType

type UpdateProbeRequestPathSelectorProbeStatusAsInfoAsnType struct{}

func (UpdateProbeRequestPathSelectorProbeStatusAsInfoAsnType) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusAsInfoAsnType) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusAsInfoAsnType) WithValue

type UpdateProbeRequestPathSelectorProbeStatusAsInfoDomain

type UpdateProbeRequestPathSelectorProbeStatusAsInfoDomain struct{}

func (UpdateProbeRequestPathSelectorProbeStatusAsInfoDomain) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusAsInfoDomain) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusAsInfoDomain) WithValue

type UpdateProbeRequestPathSelectorProbeStatusAsInfoName

type UpdateProbeRequestPathSelectorProbeStatusAsInfoName struct{}

func (UpdateProbeRequestPathSelectorProbeStatusAsInfoName) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusAsInfoName) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusAsInfoName) WithValue

type UpdateProbeRequestPathSelectorProbeStatusAsInfoRoutes

type UpdateProbeRequestPathSelectorProbeStatusAsInfoRoutes struct{}

func (UpdateProbeRequestPathSelectorProbeStatusAsInfoRoutes) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusAsInfoRoutes) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusAsInfoRoutes) WithItemValue

func (UpdateProbeRequestPathSelectorProbeStatusAsInfoRoutes) WithValue

type UpdateProbeRequestPathSelectorProbeStatusBandwidth

type UpdateProbeRequestPathSelectorProbeStatusBandwidth struct{}

func (UpdateProbeRequestPathSelectorProbeStatusBandwidth) DownloadMbps

func (UpdateProbeRequestPathSelectorProbeStatusBandwidth) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusBandwidth) LastReported

func (UpdateProbeRequestPathSelectorProbeStatusBandwidth) ServerIpAddress

func (UpdateProbeRequestPathSelectorProbeStatusBandwidth) TestServer

func (UpdateProbeRequestPathSelectorProbeStatusBandwidth) UploadMbps

func (UpdateProbeRequestPathSelectorProbeStatusBandwidth) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusBandwidth) WithValue

type UpdateProbeRequestPathSelectorProbeStatusBandwidthDownloadMbps

type UpdateProbeRequestPathSelectorProbeStatusBandwidthDownloadMbps struct{}

func (UpdateProbeRequestPathSelectorProbeStatusBandwidthDownloadMbps) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusBandwidthDownloadMbps) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusBandwidthDownloadMbps) WithValue

type UpdateProbeRequestPathSelectorProbeStatusBandwidthLastReported

type UpdateProbeRequestPathSelectorProbeStatusBandwidthLastReported struct{}

func (UpdateProbeRequestPathSelectorProbeStatusBandwidthLastReported) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusBandwidthLastReported) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusBandwidthLastReported) WithValue

type UpdateProbeRequestPathSelectorProbeStatusBandwidthServerIpAddress

type UpdateProbeRequestPathSelectorProbeStatusBandwidthServerIpAddress struct{}

func (UpdateProbeRequestPathSelectorProbeStatusBandwidthServerIpAddress) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusBandwidthServerIpAddress) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusBandwidthServerIpAddress) WithValue

type UpdateProbeRequestPathSelectorProbeStatusBandwidthTestServer

type UpdateProbeRequestPathSelectorProbeStatusBandwidthTestServer struct{}

func (UpdateProbeRequestPathSelectorProbeStatusBandwidthTestServer) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusBandwidthTestServer) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusBandwidthTestServer) WithValue

type UpdateProbeRequestPathSelectorProbeStatusBandwidthUploadMbps

type UpdateProbeRequestPathSelectorProbeStatusBandwidthUploadMbps struct{}

func (UpdateProbeRequestPathSelectorProbeStatusBandwidthUploadMbps) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusBandwidthUploadMbps) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusBandwidthUploadMbps) WithValue

type UpdateProbeRequestPathSelectorProbeStatusCarrier

type UpdateProbeRequestPathSelectorProbeStatusCarrier struct{}

func (UpdateProbeRequestPathSelectorProbeStatusCarrier) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusCarrier) LocationAreaCode

func (UpdateProbeRequestPathSelectorProbeStatusCarrier) MobileCountryCode

func (UpdateProbeRequestPathSelectorProbeStatusCarrier) MobileNetworkCode

func (UpdateProbeRequestPathSelectorProbeStatusCarrier) Name

func (UpdateProbeRequestPathSelectorProbeStatusCarrier) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusCarrier) WithValue

type UpdateProbeRequestPathSelectorProbeStatusCarrierLocationAreaCode

type UpdateProbeRequestPathSelectorProbeStatusCarrierLocationAreaCode struct{}

func (UpdateProbeRequestPathSelectorProbeStatusCarrierLocationAreaCode) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusCarrierLocationAreaCode) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusCarrierLocationAreaCode) WithValue

type UpdateProbeRequestPathSelectorProbeStatusCarrierMobileCountryCode

type UpdateProbeRequestPathSelectorProbeStatusCarrierMobileCountryCode struct{}

func (UpdateProbeRequestPathSelectorProbeStatusCarrierMobileCountryCode) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusCarrierMobileCountryCode) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusCarrierMobileCountryCode) WithValue

type UpdateProbeRequestPathSelectorProbeStatusCarrierMobileNetworkCode

type UpdateProbeRequestPathSelectorProbeStatusCarrierMobileNetworkCode struct{}

func (UpdateProbeRequestPathSelectorProbeStatusCarrierMobileNetworkCode) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusCarrierMobileNetworkCode) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusCarrierMobileNetworkCode) WithValue

type UpdateProbeRequestPathSelectorProbeStatusCarrierName

type UpdateProbeRequestPathSelectorProbeStatusCarrierName struct{}

func (UpdateProbeRequestPathSelectorProbeStatusCarrierName) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusCarrierName) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusCarrierName) WithValue

type UpdateProbeRequestPathSelectorProbeStatusConnection

type UpdateProbeRequestPathSelectorProbeStatusConnection struct{}

func (UpdateProbeRequestPathSelectorProbeStatusConnection) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusConnection) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusConnection) WithValue

type UpdateProbeRequestPathSelectorProbeStatusConnectionStatusChangeTime

type UpdateProbeRequestPathSelectorProbeStatusConnectionStatusChangeTime struct{}

func (UpdateProbeRequestPathSelectorProbeStatusConnectionStatusChangeTime) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusConnectionStatusChangeTime) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusConnectionStatusChangeTime) WithValue

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocation

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocation struct{}

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocation) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocation) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocation) WithValue

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAccuracy

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAccuracy struct{}

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAccuracy) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAccuracy) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAccuracy) WithValue

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddress

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddress struct{}

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddress) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddress) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddress) WithValue

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea1

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea1 struct{}

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea1) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea1) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea1) WithValue

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea2

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea2 struct{}

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea2) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea2) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea2) WithValue

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea3

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea3 struct{}

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea3) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea3) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea3) WithValue

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea4

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea4 struct{}

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea4) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea4) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressAdminArea4) WithValue

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressContinent

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressContinent struct{}

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressContinent) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressContinent) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressContinent) WithValue

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressCountry

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressCountry struct{}

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressCountry) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressCountry) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressCountry) WithValue

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressCountryCode

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressCountryCode struct{}

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressCountryCode) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressCountryCode) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressCountryCode) WithValue

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressPostalCode

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressPostalCode struct{}

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressPostalCode) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressPostalCode) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressPostalCode) WithValue

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressStreetAddress

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressStreetAddress struct{}

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressStreetAddress) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressStreetAddress) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAddressStreetAddress) WithValue

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchy

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchy struct{}

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchy) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchy) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchy) WithValue

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin1

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin1 struct{}

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin1) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin1) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin1) WithValue

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin2

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin2 struct{}

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin2) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin2) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin2) WithValue

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin3

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin3 struct{}

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin3) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin3) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin3) WithValue

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin4

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin4 struct{}

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin4) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin4) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin4) WithValue

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin5

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin5 struct{}

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin5) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin5) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin5) WithValue

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyContinent

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyContinent struct{}

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyContinent) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyContinent) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyContinent) WithValue

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyCountry

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyCountry struct{}

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyCountry) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyCountry) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationAdminHierarchyCountry) WithValue

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationCoordinates

type UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationCoordinates struct{}

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationCoordinates) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationCoordinates) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusDiscoveredLocationCoordinates) WithValue

type UpdateProbeRequestPathSelectorProbeStatusExternalHostname

type UpdateProbeRequestPathSelectorProbeStatusExternalHostname struct{}

func (UpdateProbeRequestPathSelectorProbeStatusExternalHostname) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusExternalHostname) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusExternalHostname) WithValue

type UpdateProbeRequestPathSelectorProbeStatusExternalIpAddressV4

type UpdateProbeRequestPathSelectorProbeStatusExternalIpAddressV4 struct{}

func (UpdateProbeRequestPathSelectorProbeStatusExternalIpAddressV4) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusExternalIpAddressV4) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusExternalIpAddressV4) WithValue

type UpdateProbeRequestPathSelectorProbeStatusExternalIpAddressV6

type UpdateProbeRequestPathSelectorProbeStatusExternalIpAddressV6 struct{}

func (UpdateProbeRequestPathSelectorProbeStatusExternalIpAddressV6) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusExternalIpAddressV6) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusExternalIpAddressV6) WithValue

type UpdateProbeRequestPathSelectorProbeStatusNetworkInterfaces

type UpdateProbeRequestPathSelectorProbeStatusNetworkInterfaces struct{}

func (UpdateProbeRequestPathSelectorProbeStatusNetworkInterfaces) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusNetworkInterfaces) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusNetworkInterfaces) WithKey

func (UpdateProbeRequestPathSelectorProbeStatusNetworkInterfaces) WithValue

type UpdateProbeRequestPathSelectorProbeStatusProxyConfig added in v0.10.5

type UpdateProbeRequestPathSelectorProbeStatusProxyConfig struct{}

func (UpdateProbeRequestPathSelectorProbeStatusProxyConfig) FieldPath added in v0.10.5

func (UpdateProbeRequestPathSelectorProbeStatusProxyConfig) HttpProxy added in v0.10.5

func (UpdateProbeRequestPathSelectorProbeStatusProxyConfig) HttpsProxy added in v0.10.5

func (UpdateProbeRequestPathSelectorProbeStatusProxyConfig) NoProxy added in v0.10.5

func (UpdateProbeRequestPathSelectorProbeStatusProxyConfig) WithArrayOfValues added in v0.10.5

func (UpdateProbeRequestPathSelectorProbeStatusProxyConfig) WithValue added in v0.10.5

type UpdateProbeRequestPathSelectorProbeStatusProxyConfigHttpProxy added in v0.10.5

type UpdateProbeRequestPathSelectorProbeStatusProxyConfigHttpProxy struct{}

func (UpdateProbeRequestPathSelectorProbeStatusProxyConfigHttpProxy) FieldPath added in v0.10.5

func (UpdateProbeRequestPathSelectorProbeStatusProxyConfigHttpProxy) WithArrayOfValues added in v0.10.5

func (UpdateProbeRequestPathSelectorProbeStatusProxyConfigHttpProxy) WithValue added in v0.10.5

type UpdateProbeRequestPathSelectorProbeStatusProxyConfigHttpsProxy added in v0.10.5

type UpdateProbeRequestPathSelectorProbeStatusProxyConfigHttpsProxy struct{}

func (UpdateProbeRequestPathSelectorProbeStatusProxyConfigHttpsProxy) FieldPath added in v0.10.5

func (UpdateProbeRequestPathSelectorProbeStatusProxyConfigHttpsProxy) WithArrayOfValues added in v0.10.5

func (UpdateProbeRequestPathSelectorProbeStatusProxyConfigHttpsProxy) WithValue added in v0.10.5

type UpdateProbeRequestPathSelectorProbeStatusProxyConfigNoProxy added in v0.10.5

type UpdateProbeRequestPathSelectorProbeStatusProxyConfigNoProxy struct{}

func (UpdateProbeRequestPathSelectorProbeStatusProxyConfigNoProxy) FieldPath added in v0.10.5

func (UpdateProbeRequestPathSelectorProbeStatusProxyConfigNoProxy) WithArrayOfValues added in v0.10.5

func (UpdateProbeRequestPathSelectorProbeStatusProxyConfigNoProxy) WithValue added in v0.10.5

type UpdateProbeRequestPathSelectorProbeStatusSoftwareVersion

type UpdateProbeRequestPathSelectorProbeStatusSoftwareVersion struct{}

func (UpdateProbeRequestPathSelectorProbeStatusSoftwareVersion) BuildDate

func (UpdateProbeRequestPathSelectorProbeStatusSoftwareVersion) CommitId

func (UpdateProbeRequestPathSelectorProbeStatusSoftwareVersion) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusSoftwareVersion) Version

func (UpdateProbeRequestPathSelectorProbeStatusSoftwareVersion) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusSoftwareVersion) WithValue

type UpdateProbeRequestPathSelectorProbeStatusSoftwareVersionBuildDate

type UpdateProbeRequestPathSelectorProbeStatusSoftwareVersionBuildDate struct{}

func (UpdateProbeRequestPathSelectorProbeStatusSoftwareVersionBuildDate) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusSoftwareVersionBuildDate) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusSoftwareVersionBuildDate) WithValue

type UpdateProbeRequestPathSelectorProbeStatusSoftwareVersionCommitId

type UpdateProbeRequestPathSelectorProbeStatusSoftwareVersionCommitId struct{}

func (UpdateProbeRequestPathSelectorProbeStatusSoftwareVersionCommitId) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusSoftwareVersionCommitId) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusSoftwareVersionCommitId) WithValue

type UpdateProbeRequestPathSelectorProbeStatusSoftwareVersionVersion

type UpdateProbeRequestPathSelectorProbeStatusSoftwareVersionVersion struct{}

func (UpdateProbeRequestPathSelectorProbeStatusSoftwareVersionVersion) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusSoftwareVersionVersion) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusSoftwareVersionVersion) WithValue

type UpdateProbeRequestPathSelectorProbeStatusSystemInfo

type UpdateProbeRequestPathSelectorProbeStatusSystemInfo struct{}

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfo) Architecture

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfo) Family

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfo) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfo) HostName

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfo) Manufacturer

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfo) Model

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfo) Os

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfo) Platform

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfo) SerialNumber

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfo) Sku

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfo) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfo) WithValue

type UpdateProbeRequestPathSelectorProbeStatusSystemInfoArchitecture

type UpdateProbeRequestPathSelectorProbeStatusSystemInfoArchitecture struct{}

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoArchitecture) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoArchitecture) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoArchitecture) WithValue

type UpdateProbeRequestPathSelectorProbeStatusSystemInfoFamily

type UpdateProbeRequestPathSelectorProbeStatusSystemInfoFamily struct{}

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoFamily) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoFamily) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoFamily) WithValue

type UpdateProbeRequestPathSelectorProbeStatusSystemInfoHostName

type UpdateProbeRequestPathSelectorProbeStatusSystemInfoHostName struct{}

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoHostName) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoHostName) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoHostName) WithValue

type UpdateProbeRequestPathSelectorProbeStatusSystemInfoManufacturer

type UpdateProbeRequestPathSelectorProbeStatusSystemInfoManufacturer struct{}

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoManufacturer) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoManufacturer) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoManufacturer) WithValue

type UpdateProbeRequestPathSelectorProbeStatusSystemInfoModel

type UpdateProbeRequestPathSelectorProbeStatusSystemInfoModel struct{}

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoModel) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoModel) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoModel) WithValue

type UpdateProbeRequestPathSelectorProbeStatusSystemInfoOs

type UpdateProbeRequestPathSelectorProbeStatusSystemInfoOs struct{}

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoOs) BuildVersion

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoOs) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoOs) Kernel

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoOs) Name

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoOs) Version

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoOs) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoOs) WithValue

type UpdateProbeRequestPathSelectorProbeStatusSystemInfoOsBuildVersion

type UpdateProbeRequestPathSelectorProbeStatusSystemInfoOsBuildVersion struct{}

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoOsBuildVersion) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoOsBuildVersion) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoOsBuildVersion) WithValue

type UpdateProbeRequestPathSelectorProbeStatusSystemInfoOsKernel

type UpdateProbeRequestPathSelectorProbeStatusSystemInfoOsKernel struct{}

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoOsKernel) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoOsKernel) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoOsKernel) WithValue

type UpdateProbeRequestPathSelectorProbeStatusSystemInfoOsName

type UpdateProbeRequestPathSelectorProbeStatusSystemInfoOsName struct{}

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoOsName) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoOsName) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoOsName) WithValue

type UpdateProbeRequestPathSelectorProbeStatusSystemInfoOsVersion

type UpdateProbeRequestPathSelectorProbeStatusSystemInfoOsVersion struct{}

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoOsVersion) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoOsVersion) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoOsVersion) WithValue

type UpdateProbeRequestPathSelectorProbeStatusSystemInfoPlatform

type UpdateProbeRequestPathSelectorProbeStatusSystemInfoPlatform struct{}

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoPlatform) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoPlatform) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoPlatform) WithValue

type UpdateProbeRequestPathSelectorProbeStatusSystemInfoSerialNumber

type UpdateProbeRequestPathSelectorProbeStatusSystemInfoSerialNumber struct{}

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoSerialNumber) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoSerialNumber) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoSerialNumber) WithValue

type UpdateProbeRequestPathSelectorProbeStatusSystemInfoSku

type UpdateProbeRequestPathSelectorProbeStatusSystemInfoSku struct{}

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoSku) FieldPath

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoSku) WithArrayOfValues

func (UpdateProbeRequestPathSelectorProbeStatusSystemInfoSku) WithValue

type UpdateProbeRequestPathSelectorUpdateMask

type UpdateProbeRequestPathSelectorUpdateMask struct{}

func (UpdateProbeRequestPathSelectorUpdateMask) FieldPath

func (UpdateProbeRequestPathSelectorUpdateMask) WithArrayOfValues

func (UpdateProbeRequestPathSelectorUpdateMask) WithValue

type UpdateProbeRequest_CAS

type UpdateProbeRequest_CAS struct {

	// Conditional desired state of a resource before update.
	ConditionalState *probe.Probe `` /* 138-byte string literal not displayed */
	// Field paths from conditional state of resource server should check and
	// compare.
	FieldMask *probe.Probe_FieldMask `` /* 137-byte string literal not displayed */
	// contains filtered or unexported fields
}

CAS - Compare and Swap. This object is used if user wants to make update conditional based upon previous resource version.

func (*UpdateProbeRequest_CAS) Clone

func (*UpdateProbeRequest_CAS) CloneRaw

func (*UpdateProbeRequest_CAS) Descriptor

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

Deprecated, Use UpdateProbeRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdateProbeRequest_CAS) GetConditionalState

func (m *UpdateProbeRequest_CAS) GetConditionalState() *probe.Probe

func (*UpdateProbeRequest_CAS) GetFieldMask

func (m *UpdateProbeRequest_CAS) GetFieldMask() *probe.Probe_FieldMask

func (*UpdateProbeRequest_CAS) GotenMessage

func (*UpdateProbeRequest_CAS) GotenMessage()

func (*UpdateProbeRequest_CAS) GotenObjectExt

func (o *UpdateProbeRequest_CAS) GotenObjectExt()

func (*UpdateProbeRequest_CAS) GotenValidate

func (obj *UpdateProbeRequest_CAS) GotenValidate() error

func (*UpdateProbeRequest_CAS) MakeDiffFieldMask

func (*UpdateProbeRequest_CAS) MakeFullFieldMask

func (*UpdateProbeRequest_CAS) MakeRawDiffFieldMask

func (*UpdateProbeRequest_CAS) MakeRawFullFieldMask

func (o *UpdateProbeRequest_CAS) MakeRawFullFieldMask() gotenobject.FieldMask

func (*UpdateProbeRequest_CAS) Marshal

func (m *UpdateProbeRequest_CAS) Marshal() ([]byte, error)

func (*UpdateProbeRequest_CAS) MarshalJSON

func (m *UpdateProbeRequest_CAS) MarshalJSON() ([]byte, error)

func (*UpdateProbeRequest_CAS) Merge

func (*UpdateProbeRequest_CAS) MergeRaw

func (*UpdateProbeRequest_CAS) ProtoMessage

func (*UpdateProbeRequest_CAS) ProtoMessage()

func (*UpdateProbeRequest_CAS) ProtoReflect

func (m *UpdateProbeRequest_CAS) ProtoReflect() preflect.Message

func (*UpdateProbeRequest_CAS) Reset

func (m *UpdateProbeRequest_CAS) Reset()

func (*UpdateProbeRequest_CAS) SetConditionalState

func (m *UpdateProbeRequest_CAS) SetConditionalState(fv *probe.Probe)

func (*UpdateProbeRequest_CAS) SetFieldMask

func (m *UpdateProbeRequest_CAS) SetFieldMask(fv *probe.Probe_FieldMask)

func (*UpdateProbeRequest_CAS) String

func (m *UpdateProbeRequest_CAS) String() string

func (*UpdateProbeRequest_CAS) Unmarshal

func (m *UpdateProbeRequest_CAS) Unmarshal(b []byte) error

func (*UpdateProbeRequest_CAS) UnmarshalJSON

func (m *UpdateProbeRequest_CAS) UnmarshalJSON(data []byte) error

type UpdateProbeRequest_CASMapPathSelectorConditionalStateMetadataAnnotations

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

func (UpdateProbeRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdateProbeRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateProbeRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdateProbeRequest_CASMapPathSelectorConditionalStateMetadataLabels

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

func (UpdateProbeRequest_CASMapPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdateProbeRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateProbeRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithValue

type UpdateProbeRequest_CASMapPathSelectorConditionalStateMetadataShards

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

func (UpdateProbeRequest_CASMapPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdateProbeRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdateProbeRequest_CASMapPathSelectorConditionalStateMetadataShards) WithValue

type UpdateProbeRequest_CASMapPathSelectorConditionalStateSpecActivationInvitationExtras added in v0.4.49

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

func (UpdateProbeRequest_CASMapPathSelectorConditionalStateSpecActivationInvitationExtras) FieldPath added in v0.4.49

func (UpdateProbeRequest_CASMapPathSelectorConditionalStateSpecActivationInvitationExtras) WithArrayOfValues added in v0.4.49

func (UpdateProbeRequest_CASMapPathSelectorConditionalStateSpecActivationInvitationExtras) WithValue added in v0.4.49

type UpdateProbeRequest_CASMapPathSelectorConditionalStateStatusNetworkInterfaces

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

func (UpdateProbeRequest_CASMapPathSelectorConditionalStateStatusNetworkInterfaces) FieldPath

func (UpdateProbeRequest_CASMapPathSelectorConditionalStateStatusNetworkInterfaces) WithArrayOfValues

func (UpdateProbeRequest_CASMapPathSelectorConditionalStateStatusNetworkInterfaces) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalState

type UpdateProbeRequest_CASPathSelectorConditionalState struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalState) DisplayName

func (UpdateProbeRequest_CASPathSelectorConditionalState) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalState) Memo

func (UpdateProbeRequest_CASPathSelectorConditionalState) Metadata

func (UpdateProbeRequest_CASPathSelectorConditionalState) Name

func (UpdateProbeRequest_CASPathSelectorConditionalState) Spec

func (UpdateProbeRequest_CASPathSelectorConditionalState) Status

func (UpdateProbeRequest_CASPathSelectorConditionalState) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalState) WithSubArrayItemValue

func (UpdateProbeRequest_CASPathSelectorConditionalState) WithSubArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalState) WithSubPath

func (UpdateProbeRequest_CASPathSelectorConditionalState) WithSubValue

func (UpdateProbeRequest_CASPathSelectorConditionalState) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateDisplayName

type UpdateProbeRequest_CASPathSelectorConditionalStateDisplayName struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateDisplayName) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateDisplayName) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateDisplayName) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateLowerDisplayName

type UpdateProbeRequest_CASPathSelectorConditionalStateLowerDisplayName struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateLowerDisplayName) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateLowerDisplayName) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateLowerDisplayName) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateMemo

type UpdateProbeRequest_CASPathSelectorConditionalStateMemo struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateMemo) CreateTime

func (UpdateProbeRequest_CASPathSelectorConditionalStateMemo) CreatedBy

func (UpdateProbeRequest_CASPathSelectorConditionalStateMemo) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateMemo) Message

func (UpdateProbeRequest_CASPathSelectorConditionalStateMemo) UpdateTime

func (UpdateProbeRequest_CASPathSelectorConditionalStateMemo) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateMemo) WithItemValue

func (UpdateProbeRequest_CASPathSelectorConditionalStateMemo) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateMemoCreateTime

type UpdateProbeRequest_CASPathSelectorConditionalStateMemoCreateTime struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateMemoCreateTime) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateMemoCreateTime) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateMemoCreateTime) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateMemoCreatedBy

type UpdateProbeRequest_CASPathSelectorConditionalStateMemoCreatedBy struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateMemoCreatedBy) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateMemoCreatedBy) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateMemoCreatedBy) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateMemoMessage

type UpdateProbeRequest_CASPathSelectorConditionalStateMemoMessage struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateMemoMessage) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateMemoMessage) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateMemoMessage) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateMemoUpdateTime

type UpdateProbeRequest_CASPathSelectorConditionalStateMemoUpdateTime struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateMemoUpdateTime) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateMemoUpdateTime) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateMemoUpdateTime) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadata

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadata struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadata) DeleteTime added in v0.7.1

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadata) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadata) Labels

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadata) Lifecycle added in v0.7.1

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadata) Shards

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadata) Syncing

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadata) Tags

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadata) Uuid

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadata) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataAnnotations

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataAnnotations struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataCreateTime

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataCreateTime struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataCreateTime) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataDeleteTime added in v0.7.1

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataDeleteTime struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataDeleteTime) FieldPath added in v0.7.1

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithValue added in v0.7.1

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataGeneration

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataGeneration struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataGeneration) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataGeneration) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataLabels

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataLabels struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataLabels) WithKey

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataLabels) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataLifecycle added in v0.7.1

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataLifecycle struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataLifecycle) BlockDeletion added in v0.7.1

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataLifecycle) FieldPath added in v0.7.1

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataLifecycle) State added in v0.7.1

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithValue added in v0.7.1

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion added in v0.7.1

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataLifecycleState added in v0.7.1

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataLifecycleState struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataLifecycleState) FieldPath added in v0.7.1

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithValue added in v0.7.1

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferences

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferences struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Region added in v0.7.1

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Version added in v0.7.1

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion added in v0.7.1

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion added in v0.7.1

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataResourceVersion

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataResourceVersion struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataResourceVersion) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataShards

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataShards struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataShards) WithKey

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataShards) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataSyncing

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataSyncing struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataSyncing) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataSyncing) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataSyncingRegions

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataSyncingRegions struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataTags

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataTags struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataTags) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataTags) WithItemValue

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataTags) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataUpdateTime

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataUpdateTime struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataUpdateTime) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataUuid

type UpdateProbeRequest_CASPathSelectorConditionalStateMetadataUuid struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataUuid) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateMetadataUuid) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateName

type UpdateProbeRequest_CASPathSelectorConditionalStateName struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateName) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateName) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateName) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpec

type UpdateProbeRequest_CASPathSelectorConditionalStateSpec struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpec) AccessToken

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpec) Activation

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpec) AgentType

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpec) ContactInfo

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpec) Device

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpec) Enabled

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpec) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpec) PcapSettings added in v0.8.0

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpec) ProbeGroup

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpec) ProbeGroupName added in v0.10.6

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpec) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpec) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecAccessToken

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecAccessToken struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecAccessToken) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecAccessToken) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecAccessToken) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecAccessTokenAccessToken

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecAccessTokenAccessToken struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecAccessTokenAccessToken) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecAccessTokenAccessToken) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecAccessTokenAccessToken) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecAccessTokenEnable

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecAccessTokenEnable struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecAccessTokenEnable) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecAccessTokenEnable) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecAccessTokenEnable) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecActivation

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecActivation struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecActivation) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecActivation) InvitationExtras added in v0.4.49

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecActivation) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecActivation) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecActivationInvitationExtras added in v0.4.49

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecActivationInvitationExtras struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecActivationInvitationExtras) FieldPath added in v0.4.49

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecActivationInvitationExtras) WithArrayOfValues added in v0.4.49

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecActivationInvitationExtras) WithKey added in v0.4.49

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecActivationInvitationExtras) WithValue added in v0.4.49

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecActivationReusableToken

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecActivationReusableToken struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecActivationReusableToken) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecActivationReusableToken) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecActivationReusableToken) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecActivationSendInvitationOnCreate

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecActivationSendInvitationOnCreate struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecActivationSendInvitationOnCreate) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecActivationSendInvitationOnCreate) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecActivationSendInvitationOnCreate) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecActivationToken

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecActivationToken struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecActivationToken) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecActivationToken) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecActivationToken) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecActivationType

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecActivationType struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecActivationType) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecActivationType) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecActivationType) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecAgentType

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecAgentType struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecAgentType) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecAgentType) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecAgentType) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecContactInfo

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecContactInfo struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecContactInfo) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecContactInfo) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecContactInfo) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecContactInfoEmail

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecContactInfoEmail struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecContactInfoEmail) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecContactInfoEmail) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecContactInfoEmail) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecContactInfoFullName

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecContactInfoFullName struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecContactInfoFullName) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecContactInfoFullName) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecContactInfoFullName) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecContactInfoPhones

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecContactInfoPhones struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecContactInfoPhones) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecContactInfoPhones) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecContactInfoPhones) WithItemValue

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecContactInfoPhones) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecContactInfoPhonesNumber

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecContactInfoPhonesNumber struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecContactInfoPhonesNumber) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecContactInfoPhonesNumber) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecContactInfoPhonesNumber) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecContactInfoPhonesType

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecContactInfoPhonesType struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecContactInfoPhonesType) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecContactInfoPhonesType) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecContactInfoPhonesType) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecDevice

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecDevice struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecDevice) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecDevice) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecDevice) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecDisableSpeedtest

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecDisableSpeedtest struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecDisableSpeedtest) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecDisableSpeedtest) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecDisableSpeedtest) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecEnabled

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecEnabled struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecEnabled) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecEnabled) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecEnabled) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecExternalIpCheckUrl

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecExternalIpCheckUrl struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecExternalIpCheckUrl) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecExternalIpCheckUrl) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecExternalIpCheckUrl) WithItemValue

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecExternalIpCheckUrl) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecLocationDiscovery

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecLocationDiscovery struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecLocationDiscovery) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecLocationDiscovery) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecLocationDiscovery) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecLocationDiscoveryRequiredAccuracy

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecLocationDiscoveryRequiredAccuracy struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecLocationDiscoveryRequiredAccuracy) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecLocationDiscoveryRequiredAccuracy) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecLocationDiscoveryRequiredAccuracy) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecLocationDiscoveryType

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecLocationDiscoveryType struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecLocationDiscoveryType) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecLocationDiscoveryType) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecLocationDiscoveryType) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPcapSettings added in v0.8.0

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPcapSettings struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPcapSettings) CaptureFullPacket added in v0.8.0

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPcapSettings) Enable added in v0.8.0

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPcapSettings) FieldPath added in v0.8.0

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPcapSettings) OnDemandMode added in v0.10.10

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPcapSettings) StopOnDemandModeBy added in v0.10.10

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPcapSettings) WithArrayOfValues added in v0.8.0

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPcapSettings) WithValue added in v0.8.0

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPcapSettingsCaptureFullPacket added in v0.8.0

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPcapSettingsCaptureFullPacket struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPcapSettingsCaptureFullPacket) FieldPath added in v0.8.0

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPcapSettingsCaptureFullPacket) WithArrayOfValues added in v0.8.0

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPcapSettingsCaptureFullPacket) WithValue added in v0.8.0

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPcapSettingsEnable added in v0.8.0

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPcapSettingsEnable struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPcapSettingsEnable) FieldPath added in v0.8.0

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPcapSettingsEnable) WithArrayOfValues added in v0.8.0

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPcapSettingsEnable) WithValue added in v0.8.0

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPcapSettingsOnDemandMode added in v0.10.10

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPcapSettingsOnDemandMode struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPcapSettingsOnDemandMode) FieldPath added in v0.10.10

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPcapSettingsOnDemandMode) WithArrayOfValues added in v0.10.10

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPcapSettingsOnDemandMode) WithValue added in v0.10.10

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPcapSettingsStopOnDemandModeBy added in v0.10.10

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPcapSettingsStopOnDemandModeBy struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPcapSettingsStopOnDemandModeBy) FieldPath added in v0.10.10

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPcapSettingsStopOnDemandModeBy) WithArrayOfValues added in v0.10.10

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPcapSettingsStopOnDemandModeBy) WithValue added in v0.10.10

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocation

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocation struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocation) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocation) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocation) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAccuracy

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAccuracy struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAccuracy) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAccuracy) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAccuracy) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddress

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddress struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddress) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddress) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddress) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressAdminArea1

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressAdminArea1 struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressAdminArea1) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressAdminArea1) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressAdminArea1) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressAdminArea2

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressAdminArea2 struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressAdminArea2) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressAdminArea2) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressAdminArea2) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressAdminArea3

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressAdminArea3 struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressAdminArea3) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressAdminArea3) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressAdminArea3) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressAdminArea4

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressAdminArea4 struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressAdminArea4) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressAdminArea4) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressAdminArea4) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressContinent

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressContinent struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressContinent) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressContinent) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressContinent) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressCountry

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressCountry struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressCountry) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressCountry) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressCountry) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressCountryCode

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressCountryCode struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressCountryCode) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressCountryCode) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressCountryCode) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressPostalCode

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressPostalCode struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressPostalCode) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressPostalCode) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressPostalCode) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressStreetAddress

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressStreetAddress struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressStreetAddress) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressStreetAddress) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAddressStreetAddress) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchy

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchy struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchy) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchy) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchy) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchyAdmin1

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchyAdmin1 struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchyAdmin1) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchyAdmin1) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchyAdmin1) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchyAdmin2

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchyAdmin2 struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchyAdmin2) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchyAdmin2) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchyAdmin2) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchyAdmin3

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchyAdmin3 struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchyAdmin3) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchyAdmin3) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchyAdmin3) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchyAdmin4

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchyAdmin4 struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchyAdmin4) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchyAdmin4) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchyAdmin4) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchyAdmin5

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchyAdmin5 struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchyAdmin5) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchyAdmin5) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchyAdmin5) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchyContinent

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchyContinent struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchyContinent) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchyContinent) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchyContinent) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchyCountry

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchyCountry struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchyCountry) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchyCountry) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationAdminHierarchyCountry) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationCoordinates

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationCoordinates struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationCoordinates) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationCoordinates) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecPrimaryLocationCoordinates) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecProbeGroup

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecProbeGroup struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecProbeGroup) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecProbeGroup) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecProbeGroup) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecProbeGroupName added in v0.10.6

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecProbeGroupName struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecProbeGroupName) FieldPath added in v0.10.6

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecProbeGroupName) WithArrayOfValues added in v0.10.6

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecProbeGroupName) WithValue added in v0.10.6

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServers

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServers struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServers) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServers) TargetAddressType added in v0.4.30

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServers) TargetIpVersion added in v0.7.4

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServers) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServers) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersIcmpTarget

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersIcmpTarget struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersIcmpTarget) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersIcmpTarget) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersIcmpTarget) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersIcmpTargetEnabled

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersIcmpTargetEnabled struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersIcmpTargetEnabled) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersIcmpTargetEnabled) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersIcmpTargetEnabled) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersSpeedTestTarget

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersSpeedTestTarget struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersSpeedTestTarget) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersSpeedTestTarget) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersSpeedTestTarget) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersSpeedTestTargetEnabled

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersSpeedTestTargetEnabled struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersSpeedTestTargetEnabled) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersSpeedTestTargetEnabled) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersSpeedTestTargetEnabled) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersSpeedTestTargetTcpPort

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersSpeedTestTargetTcpPort struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersSpeedTestTargetTcpPort) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersSpeedTestTargetTcpPort) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersSpeedTestTargetTcpPort) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersTargetAddressType added in v0.4.30

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersTargetAddressType struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersTargetAddressType) FieldPath added in v0.4.30

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersTargetAddressType) WithArrayOfValues added in v0.4.30

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersTargetAddressType) WithValue added in v0.4.30

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersTargetIpVersion added in v0.7.4

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersTargetIpVersion struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersTargetIpVersion) FieldPath added in v0.7.4

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersTargetIpVersion) WithArrayOfValues added in v0.7.4

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersTargetIpVersion) WithValue added in v0.7.4

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersUdpTarget

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersUdpTarget struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersUdpTarget) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersUdpTarget) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersUdpTarget) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersUdpTargetEnabled

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersUdpTargetEnabled struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersUdpTargetEnabled) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersUdpTargetEnabled) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersUdpTargetEnabled) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersUdpTargetPort

type UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersUdpTargetPort struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersUdpTargetPort) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersUdpTargetPort) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateSpecTargetServersUdpTargetPort) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatus

type UpdateProbeRequest_CASPathSelectorConditionalStateStatus struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatus) AgentType

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatus) AsInfo

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatus) Bandwidth

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatus) Carrier

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatus) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatus) ProxyConfig added in v0.10.5

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatus) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatus) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivation

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivation struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivation) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivation) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivation) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationCurrentSession

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationCurrentSession struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationCurrentSession) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationCurrentSession) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationCurrentSession) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationCurrentSessionClientCookie

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationCurrentSessionClientCookie struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationCurrentSessionClientCookie) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationCurrentSessionClientCookie) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationCurrentSessionClientCookie) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationCurrentSessionLockDeadline

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationCurrentSessionLockDeadline struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationCurrentSessionLockDeadline) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationCurrentSessionLockDeadline) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationCurrentSessionLockDeadline) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationLastInvitation

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationLastInvitation struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationLastInvitation) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationLastInvitation) SendFailureMessage added in v0.11.14

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationLastInvitation) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationLastInvitation) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationLastInvitationSendFailureMessage added in v0.11.14

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationLastInvitationSendFailureMessage struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationLastInvitationSendFailureMessage) FieldPath added in v0.11.14

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationLastInvitationSendFailureMessage) WithArrayOfValues added in v0.11.14

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationLastInvitationSendFailureMessage) WithValue added in v0.11.14

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationLastInvitationSender

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationLastInvitationSender struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationLastInvitationSender) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationLastInvitationSender) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationLastInvitationSender) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationLastInvitationSentDate

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationLastInvitationSentDate struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationLastInvitationSentDate) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationLastInvitationSentDate) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationLastInvitationSentDate) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationServiceAccount

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationServiceAccount struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationServiceAccount) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationServiceAccount) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationServiceAccount) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationStatus

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationStatus struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationStatus) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationStatus) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActivationStatus) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocation

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocation struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocation) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocation) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocation) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAccuracy

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAccuracy struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAccuracy) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAccuracy) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAccuracy) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddress

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddress struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddress) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddress) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddress) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressAdminArea1

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressAdminArea1 struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressAdminArea1) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressAdminArea1) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressAdminArea1) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressAdminArea2

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressAdminArea2 struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressAdminArea2) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressAdminArea2) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressAdminArea2) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressAdminArea3

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressAdminArea3 struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressAdminArea3) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressAdminArea3) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressAdminArea3) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressAdminArea4

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressAdminArea4 struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressAdminArea4) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressAdminArea4) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressAdminArea4) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressContinent

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressContinent struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressContinent) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressContinent) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressContinent) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressCountry

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressCountry struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressCountry) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressCountry) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressCountry) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressCountryCode

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressCountryCode struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressCountryCode) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressCountryCode) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressCountryCode) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressPostalCode

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressPostalCode struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressPostalCode) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressPostalCode) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressPostalCode) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressStreetAddress

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressStreetAddress struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressStreetAddress) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressStreetAddress) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAddressStreetAddress) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchy

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchy struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchy) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchy) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchy) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchyAdmin1

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchyAdmin1 struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchyAdmin1) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchyAdmin1) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchyAdmin1) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchyAdmin2

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchyAdmin2 struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchyAdmin2) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchyAdmin2) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchyAdmin2) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchyAdmin3

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchyAdmin3 struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchyAdmin3) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchyAdmin3) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchyAdmin3) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchyAdmin4

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchyAdmin4 struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchyAdmin4) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchyAdmin4) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchyAdmin4) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchyAdmin5

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchyAdmin5 struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchyAdmin5) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchyAdmin5) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchyAdmin5) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchyContinent

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchyContinent struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchyContinent) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchyContinent) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchyContinent) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchyCountry

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchyCountry struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchyCountry) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchyCountry) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationAdminHierarchyCountry) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationCoordinates

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationCoordinates struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationCoordinates) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationCoordinates) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusActiveLocationCoordinates) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusAgentType

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusAgentType struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusAgentType) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusAgentType) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusAgentType) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusAsInfo

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusAsInfo struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusAsInfo) Asn

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusAsInfo) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusAsInfo) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusAsInfo) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusAsInfoAsn

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusAsInfoAsn struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusAsInfoAsn) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusAsInfoAsn) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusAsInfoAsn) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusAsInfoAsnType

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusAsInfoAsnType struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusAsInfoAsnType) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusAsInfoAsnType) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusAsInfoAsnType) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusAsInfoDomain

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusAsInfoDomain struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusAsInfoDomain) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusAsInfoDomain) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusAsInfoDomain) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusAsInfoName

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusAsInfoName struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusAsInfoName) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusAsInfoName) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusAsInfoName) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusAsInfoRoutes

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusAsInfoRoutes struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusAsInfoRoutes) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusAsInfoRoutes) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusAsInfoRoutes) WithItemValue

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusAsInfoRoutes) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusBandwidth

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusBandwidth struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusBandwidth) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusBandwidth) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusBandwidth) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusBandwidthDownloadMbps

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusBandwidthDownloadMbps struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusBandwidthDownloadMbps) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusBandwidthDownloadMbps) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusBandwidthDownloadMbps) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusBandwidthLastReported

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusBandwidthLastReported struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusBandwidthLastReported) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusBandwidthLastReported) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusBandwidthLastReported) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusBandwidthServerIpAddress

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusBandwidthServerIpAddress struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusBandwidthServerIpAddress) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusBandwidthServerIpAddress) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusBandwidthServerIpAddress) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusBandwidthTestServer

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusBandwidthTestServer struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusBandwidthTestServer) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusBandwidthTestServer) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusBandwidthTestServer) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusBandwidthUploadMbps

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusBandwidthUploadMbps struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusBandwidthUploadMbps) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusBandwidthUploadMbps) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusBandwidthUploadMbps) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusCarrier

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusCarrier struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusCarrier) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusCarrier) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusCarrier) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusCarrierLocationAreaCode

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusCarrierLocationAreaCode struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusCarrierLocationAreaCode) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusCarrierLocationAreaCode) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusCarrierLocationAreaCode) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusCarrierMobileCountryCode

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusCarrierMobileCountryCode struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusCarrierMobileCountryCode) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusCarrierMobileCountryCode) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusCarrierMobileCountryCode) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusCarrierMobileNetworkCode

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusCarrierMobileNetworkCode struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusCarrierMobileNetworkCode) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusCarrierMobileNetworkCode) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusCarrierMobileNetworkCode) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusCarrierName

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusCarrierName struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusCarrierName) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusCarrierName) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusCarrierName) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusConnection

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusConnection struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusConnection) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusConnection) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusConnection) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusConnectionStatusChangeTime

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusConnectionStatusChangeTime struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusConnectionStatusChangeTime) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusConnectionStatusChangeTime) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusConnectionStatusChangeTime) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocation

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocation struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocation) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocation) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocation) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAccuracy

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAccuracy struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAccuracy) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAccuracy) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAccuracy) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddress

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddress struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddress) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddress) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddress) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressAdminArea1

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressAdminArea1 struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressAdminArea1) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressAdminArea1) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressAdminArea1) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressAdminArea2

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressAdminArea2 struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressAdminArea2) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressAdminArea2) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressAdminArea2) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressAdminArea3

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressAdminArea3 struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressAdminArea3) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressAdminArea3) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressAdminArea3) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressAdminArea4

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressAdminArea4 struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressAdminArea4) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressAdminArea4) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressAdminArea4) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressContinent

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressContinent struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressContinent) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressContinent) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressContinent) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressCountry

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressCountry struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressCountry) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressCountry) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressCountry) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressCountryCode

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressCountryCode struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressCountryCode) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressCountryCode) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressCountryCode) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressPostalCode

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressPostalCode struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressPostalCode) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressPostalCode) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressPostalCode) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressStreetAddress

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressStreetAddress struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressStreetAddress) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressStreetAddress) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAddressStreetAddress) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchy

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchy struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchy) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchy) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchy) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin1

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin1 struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin1) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin1) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin1) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin2

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin2 struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin2) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin2) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin2) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin3

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin3 struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin3) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin3) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin3) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin4

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin4 struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin4) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin4) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin4) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin5

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin5 struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin5) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin5) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchyAdmin5) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchyContinent

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchyContinent struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchyContinent) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchyContinent) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchyContinent) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchyCountry

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchyCountry struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchyCountry) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchyCountry) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationAdminHierarchyCountry) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationCoordinates

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationCoordinates struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationCoordinates) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationCoordinates) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusDiscoveredLocationCoordinates) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusExternalHostname

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusExternalHostname struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusExternalHostname) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusExternalHostname) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusExternalHostname) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusExternalIpAddressV4

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusExternalIpAddressV4 struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusExternalIpAddressV4) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusExternalIpAddressV4) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusExternalIpAddressV4) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusExternalIpAddressV6

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusExternalIpAddressV6 struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusExternalIpAddressV6) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusExternalIpAddressV6) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusExternalIpAddressV6) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusNetworkInterfaces

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusNetworkInterfaces struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusNetworkInterfaces) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusNetworkInterfaces) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusNetworkInterfaces) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusProxyConfig added in v0.10.5

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusProxyConfig struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusProxyConfig) FieldPath added in v0.10.5

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusProxyConfig) HttpProxy added in v0.10.5

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusProxyConfig) HttpsProxy added in v0.10.5

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusProxyConfig) NoProxy added in v0.10.5

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusProxyConfig) WithArrayOfValues added in v0.10.5

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusProxyConfig) WithValue added in v0.10.5

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusProxyConfigHttpProxy added in v0.10.5

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusProxyConfigHttpProxy struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusProxyConfigHttpProxy) FieldPath added in v0.10.5

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusProxyConfigHttpProxy) WithArrayOfValues added in v0.10.5

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusProxyConfigHttpProxy) WithValue added in v0.10.5

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusProxyConfigHttpsProxy added in v0.10.5

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusProxyConfigHttpsProxy struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusProxyConfigHttpsProxy) FieldPath added in v0.10.5

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusProxyConfigHttpsProxy) WithArrayOfValues added in v0.10.5

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusProxyConfigHttpsProxy) WithValue added in v0.10.5

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusProxyConfigNoProxy added in v0.10.5

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusProxyConfigNoProxy struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusProxyConfigNoProxy) FieldPath added in v0.10.5

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusProxyConfigNoProxy) WithArrayOfValues added in v0.10.5

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusProxyConfigNoProxy) WithValue added in v0.10.5

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusSoftwareVersion

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusSoftwareVersion struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSoftwareVersion) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSoftwareVersion) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSoftwareVersion) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusSoftwareVersionBuildDate

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusSoftwareVersionBuildDate struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSoftwareVersionBuildDate) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSoftwareVersionBuildDate) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSoftwareVersionBuildDate) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusSoftwareVersionCommitId

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusSoftwareVersionCommitId struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSoftwareVersionCommitId) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSoftwareVersionCommitId) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSoftwareVersionCommitId) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusSoftwareVersionVersion

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusSoftwareVersionVersion struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSoftwareVersionVersion) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSoftwareVersionVersion) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSoftwareVersionVersion) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfo

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfo struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfo) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfo) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfo) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoArchitecture

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoArchitecture struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoArchitecture) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoArchitecture) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoArchitecture) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoFamily

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoFamily struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoFamily) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoFamily) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoFamily) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoHostName

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoHostName struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoHostName) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoHostName) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoHostName) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoManufacturer

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoManufacturer struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoManufacturer) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoManufacturer) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoManufacturer) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoModel

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoModel struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoModel) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoModel) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoModel) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoOs

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoOs struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoOs) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoOs) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoOs) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoOsBuildVersion

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoOsBuildVersion struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoOsBuildVersion) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoOsBuildVersion) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoOsBuildVersion) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoOsKernel

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoOsKernel struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoOsKernel) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoOsKernel) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoOsKernel) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoOsName

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoOsName struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoOsName) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoOsName) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoOsName) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoOsVersion

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoOsVersion struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoOsVersion) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoOsVersion) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoOsVersion) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoPlatform

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoPlatform struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoPlatform) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoPlatform) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoPlatform) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoSerialNumber

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoSerialNumber struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoSerialNumber) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoSerialNumber) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoSerialNumber) WithValue

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoSku

type UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoSku struct{}

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoSku) FieldPath

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoSku) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorConditionalStateStatusSystemInfoSku) WithValue

type UpdateProbeRequest_CASPathSelectorFieldMask

type UpdateProbeRequest_CASPathSelectorFieldMask struct{}

func (UpdateProbeRequest_CASPathSelectorFieldMask) FieldPath

func (UpdateProbeRequest_CASPathSelectorFieldMask) WithArrayOfValues

func (UpdateProbeRequest_CASPathSelectorFieldMask) WithValue

type UpdateProbeRequest_CAS_FieldMask

type UpdateProbeRequest_CAS_FieldMask struct {
	Paths []UpdateProbeRequestCAS_FieldPath
}

func FullUpdateProbeRequest_CAS_FieldMask

func FullUpdateProbeRequest_CAS_FieldMask() *UpdateProbeRequest_CAS_FieldMask

func (*UpdateProbeRequest_CAS_FieldMask) AppendPath

func (*UpdateProbeRequest_CAS_FieldMask) AppendRawPath

func (fieldMask *UpdateProbeRequest_CAS_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*UpdateProbeRequest_CAS_FieldMask) DecodeFirestore

func (fieldMask *UpdateProbeRequest_CAS_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*UpdateProbeRequest_CAS_FieldMask) EncodeFirestore

func (fieldMask *UpdateProbeRequest_CAS_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*UpdateProbeRequest_CAS_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdateProbeRequest_CAS_FieldMask) FromProtoFieldMask

func (fieldMask *UpdateProbeRequest_CAS_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*UpdateProbeRequest_CAS_FieldMask) GetPaths

func (*UpdateProbeRequest_CAS_FieldMask) GetRawPaths

func (fieldMask *UpdateProbeRequest_CAS_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*UpdateProbeRequest_CAS_FieldMask) IsFull

func (fieldMask *UpdateProbeRequest_CAS_FieldMask) IsFull() bool

func (UpdateProbeRequest_CAS_FieldMask) Marshal

func (fieldMask UpdateProbeRequest_CAS_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (UpdateProbeRequest_CAS_FieldMask) MarshalJSON

func (fieldMask UpdateProbeRequest_CAS_FieldMask) MarshalJSON() ([]byte, error)

func (*UpdateProbeRequest_CAS_FieldMask) PathsCount

func (fieldMask *UpdateProbeRequest_CAS_FieldMask) PathsCount() int

func (*UpdateProbeRequest_CAS_FieldMask) Project

func (*UpdateProbeRequest_CAS_FieldMask) ProjectRaw

func (*UpdateProbeRequest_CAS_FieldMask) ProtoMessage

func (fieldMask *UpdateProbeRequest_CAS_FieldMask) ProtoMessage()

func (*UpdateProbeRequest_CAS_FieldMask) ProtoReflect

func (fieldMask *UpdateProbeRequest_CAS_FieldMask) ProtoReflect() preflect.Message

func (*UpdateProbeRequest_CAS_FieldMask) Reset

func (fieldMask *UpdateProbeRequest_CAS_FieldMask) Reset()

func (*UpdateProbeRequest_CAS_FieldMask) Set

func (fieldMask *UpdateProbeRequest_CAS_FieldMask) Set(target, source *UpdateProbeRequest_CAS)

func (*UpdateProbeRequest_CAS_FieldMask) SetFromCliFlag

func (fieldMask *UpdateProbeRequest_CAS_FieldMask) SetFromCliFlag(raw string) error

func (*UpdateProbeRequest_CAS_FieldMask) SetRaw

func (fieldMask *UpdateProbeRequest_CAS_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*UpdateProbeRequest_CAS_FieldMask) Size

func (fieldMask *UpdateProbeRequest_CAS_FieldMask) Size() int

func (*UpdateProbeRequest_CAS_FieldMask) String

func (fieldMask *UpdateProbeRequest_CAS_FieldMask) String() string

func (*UpdateProbeRequest_CAS_FieldMask) Subtract

func (*UpdateProbeRequest_CAS_FieldMask) SubtractRaw

func (*UpdateProbeRequest_CAS_FieldMask) ToProtoFieldMask

func (fieldMask *UpdateProbeRequest_CAS_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*UpdateProbeRequest_CAS_FieldMask) Unmarshal

func (fieldMask *UpdateProbeRequest_CAS_FieldMask) Unmarshal(data []byte) error

func (*UpdateProbeRequest_CAS_FieldMask) UnmarshalJSON

func (fieldMask *UpdateProbeRequest_CAS_FieldMask) UnmarshalJSON(data []byte) error

type UpdateProbeRequest_FieldMask

type UpdateProbeRequest_FieldMask struct {
	Paths []UpdateProbeRequest_FieldPath
}

func FullUpdateProbeRequest_FieldMask

func FullUpdateProbeRequest_FieldMask() *UpdateProbeRequest_FieldMask

func (*UpdateProbeRequest_FieldMask) AppendPath

func (fieldMask *UpdateProbeRequest_FieldMask) AppendPath(path UpdateProbeRequest_FieldPath)

func (*UpdateProbeRequest_FieldMask) AppendRawPath

func (fieldMask *UpdateProbeRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*UpdateProbeRequest_FieldMask) DecodeFirestore

func (fieldMask *UpdateProbeRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*UpdateProbeRequest_FieldMask) EncodeFirestore

func (fieldMask *UpdateProbeRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*UpdateProbeRequest_FieldMask) FilterInputFields

func (fieldMask *UpdateProbeRequest_FieldMask) FilterInputFields() *UpdateProbeRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdateProbeRequest_FieldMask) FromProtoFieldMask

func (fieldMask *UpdateProbeRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*UpdateProbeRequest_FieldMask) GetPaths

func (*UpdateProbeRequest_FieldMask) GetRawPaths

func (fieldMask *UpdateProbeRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*UpdateProbeRequest_FieldMask) IsFull

func (fieldMask *UpdateProbeRequest_FieldMask) IsFull() bool

func (UpdateProbeRequest_FieldMask) Marshal

func (fieldMask UpdateProbeRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (UpdateProbeRequest_FieldMask) MarshalJSON

func (fieldMask UpdateProbeRequest_FieldMask) MarshalJSON() ([]byte, error)

func (*UpdateProbeRequest_FieldMask) PathsCount

func (fieldMask *UpdateProbeRequest_FieldMask) PathsCount() int

func (*UpdateProbeRequest_FieldMask) Project

func (*UpdateProbeRequest_FieldMask) ProjectRaw

func (*UpdateProbeRequest_FieldMask) ProtoMessage

func (fieldMask *UpdateProbeRequest_FieldMask) ProtoMessage()

func (*UpdateProbeRequest_FieldMask) ProtoReflect

func (fieldMask *UpdateProbeRequest_FieldMask) ProtoReflect() preflect.Message

func (*UpdateProbeRequest_FieldMask) Reset

func (fieldMask *UpdateProbeRequest_FieldMask) Reset()

func (*UpdateProbeRequest_FieldMask) Set

func (fieldMask *UpdateProbeRequest_FieldMask) Set(target, source *UpdateProbeRequest)

func (*UpdateProbeRequest_FieldMask) SetFromCliFlag

func (fieldMask *UpdateProbeRequest_FieldMask) SetFromCliFlag(raw string) error

func (*UpdateProbeRequest_FieldMask) SetRaw

func (fieldMask *UpdateProbeRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*UpdateProbeRequest_FieldMask) Size

func (fieldMask *UpdateProbeRequest_FieldMask) Size() int

func (*UpdateProbeRequest_FieldMask) String

func (fieldMask *UpdateProbeRequest_FieldMask) String() string

func (*UpdateProbeRequest_FieldMask) Subtract

func (*UpdateProbeRequest_FieldMask) SubtractRaw

func (*UpdateProbeRequest_FieldMask) ToProtoFieldMask

func (fieldMask *UpdateProbeRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*UpdateProbeRequest_FieldMask) Unmarshal

func (fieldMask *UpdateProbeRequest_FieldMask) Unmarshal(data []byte) error

func (*UpdateProbeRequest_FieldMask) UnmarshalJSON

func (fieldMask *UpdateProbeRequest_FieldMask) UnmarshalJSON(data []byte) error

type UpdateProbeRequest_FieldPath

type UpdateProbeRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdateProbeRequest_FieldPathSelector
	Get(source *UpdateProbeRequest) []interface{}
	GetSingle(source *UpdateProbeRequest) (interface{}, bool)
	ClearValue(item *UpdateProbeRequest)

	// Those methods build corresponding UpdateProbeRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) UpdateProbeRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) UpdateProbeRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) UpdateProbeRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseUpdateProbeRequest_FieldPath

func MustParseUpdateProbeRequest_FieldPath(rawField string) UpdateProbeRequest_FieldPath

func ParseUpdateProbeRequest_FieldPath

func ParseUpdateProbeRequest_FieldPath(rawField string) (UpdateProbeRequest_FieldPath, error)

type UpdateProbeRequest_FieldPathArrayItemValue

type UpdateProbeRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdateProbeRequest_FieldPath
	ContainsValue(*UpdateProbeRequest) bool
}

UpdateProbeRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for UpdateProbeRequest according to their type Present only for array (repeated) types.

func MustParseUpdateProbeRequest_FieldPathArrayItemValue

func MustParseUpdateProbeRequest_FieldPathArrayItemValue(pathStr, valueStr string) UpdateProbeRequest_FieldPathArrayItemValue

func ParseUpdateProbeRequest_FieldPathArrayItemValue

func ParseUpdateProbeRequest_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateProbeRequest_FieldPathArrayItemValue, error)

ParseUpdateProbeRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdateProbeRequest_FieldPathArrayOfValues

type UpdateProbeRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdateProbeRequest_FieldPath
}

UpdateProbeRequest_FieldPathArrayOfValues allows storing slice of values for UpdateProbeRequest fields according to their type

func MustParseUpdateProbeRequest_FieldPathArrayOfValues

func MustParseUpdateProbeRequest_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateProbeRequest_FieldPathArrayOfValues

func ParseUpdateProbeRequest_FieldPathArrayOfValues

func ParseUpdateProbeRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateProbeRequest_FieldPathArrayOfValues, error)

type UpdateProbeRequest_FieldPathSelector

type UpdateProbeRequest_FieldPathSelector int32
const (
	UpdateProbeRequest_FieldPathSelectorProbe        UpdateProbeRequest_FieldPathSelector = 0
	UpdateProbeRequest_FieldPathSelectorUpdateMask   UpdateProbeRequest_FieldPathSelector = 1
	UpdateProbeRequest_FieldPathSelectorCas          UpdateProbeRequest_FieldPathSelector = 2
	UpdateProbeRequest_FieldPathSelectorAllowMissing UpdateProbeRequest_FieldPathSelector = 3
)

func (UpdateProbeRequest_FieldPathSelector) String

type UpdateProbeRequest_FieldPathValue

type UpdateProbeRequest_FieldPathValue interface {
	UpdateProbeRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdateProbeRequest)
	CompareWith(*UpdateProbeRequest) (cmp int, comparable bool)
}

UpdateProbeRequest_FieldPathValue allows storing values for UpdateProbeRequest fields according to their type

func MustParseUpdateProbeRequest_FieldPathValue

func MustParseUpdateProbeRequest_FieldPathValue(pathStr, valueStr string) UpdateProbeRequest_FieldPathValue

func ParseUpdateProbeRequest_FieldPathValue

func ParseUpdateProbeRequest_FieldPathValue(pathStr, valueStr string) (UpdateProbeRequest_FieldPathValue, error)

type UpdateProbeRequest_FieldSubPath

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

func (*UpdateProbeRequest_FieldSubPath) AsCasSubPath

func (*UpdateProbeRequest_FieldSubPath) AsProbeSubPath

func (fps *UpdateProbeRequest_FieldSubPath) AsProbeSubPath() (probe.Probe_FieldPath, bool)

func (*UpdateProbeRequest_FieldSubPath) ClearValue

func (fps *UpdateProbeRequest_FieldSubPath) ClearValue(item *UpdateProbeRequest)

func (*UpdateProbeRequest_FieldSubPath) ClearValueRaw

func (fps *UpdateProbeRequest_FieldSubPath) ClearValueRaw(item proto.Message)

func (*UpdateProbeRequest_FieldSubPath) Get

func (fps *UpdateProbeRequest_FieldSubPath) Get(source *UpdateProbeRequest) (values []interface{})

Get returns all values pointed by selected field from source UpdateProbeRequest

func (*UpdateProbeRequest_FieldSubPath) GetDefault

func (fps *UpdateProbeRequest_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*UpdateProbeRequest_FieldSubPath) GetRaw

func (fps *UpdateProbeRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*UpdateProbeRequest_FieldSubPath) GetSingle

func (fps *UpdateProbeRequest_FieldSubPath) GetSingle(source *UpdateProbeRequest) (interface{}, bool)

GetSingle returns value of selected field from source UpdateProbeRequest

func (*UpdateProbeRequest_FieldSubPath) GetSingleRaw

func (fps *UpdateProbeRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*UpdateProbeRequest_FieldSubPath) IsLeaf

func (fps *UpdateProbeRequest_FieldSubPath) IsLeaf() bool

IsLeaf - whether field path is holds simple value

func (*UpdateProbeRequest_FieldSubPath) JSONString

func (fps *UpdateProbeRequest_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*UpdateProbeRequest_FieldSubPath) Selector

func (*UpdateProbeRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.7.1

func (fps *UpdateProbeRequest_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*UpdateProbeRequest_FieldSubPath) String

String returns path representation in proto convention

func (*UpdateProbeRequest_FieldSubPath) WithIArrayItemValue

func (fps *UpdateProbeRequest_FieldSubPath) WithIArrayItemValue(value interface{}) UpdateProbeRequest_FieldPathArrayItemValue

func (*UpdateProbeRequest_FieldSubPath) WithIArrayOfValues

func (fps *UpdateProbeRequest_FieldSubPath) WithIArrayOfValues(values interface{}) UpdateProbeRequest_FieldPathArrayOfValues

func (*UpdateProbeRequest_FieldSubPath) WithIValue

func (fps *UpdateProbeRequest_FieldSubPath) WithIValue(value interface{}) UpdateProbeRequest_FieldPathValue

func (*UpdateProbeRequest_FieldSubPath) WithRawIArrayItemValue

func (fps *UpdateProbeRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*UpdateProbeRequest_FieldSubPath) WithRawIArrayOfValues

func (fps *UpdateProbeRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*UpdateProbeRequest_FieldSubPath) WithRawIValue

func (fps *UpdateProbeRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type UpdateProbeRequest_FieldSubPathArrayItemValue

type UpdateProbeRequest_FieldSubPathArrayItemValue struct {
	UpdateProbeRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateProbeRequest_FieldSubPathArrayItemValue) AsCasPathItemValue

func (*UpdateProbeRequest_FieldSubPathArrayItemValue) AsProbePathItemValue

func (*UpdateProbeRequest_FieldSubPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'UpdateProbeRequest'

func (*UpdateProbeRequest_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *UpdateProbeRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type UpdateProbeRequest_FieldSubPathArrayOfValues

type UpdateProbeRequest_FieldSubPathArrayOfValues struct {
	UpdateProbeRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateProbeRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues

func (*UpdateProbeRequest_FieldSubPathArrayOfValues) AsProbePathArrayOfValues

func (*UpdateProbeRequest_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *UpdateProbeRequest_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type UpdateProbeRequest_FieldSubPathValue

type UpdateProbeRequest_FieldSubPathValue struct {
	UpdateProbeRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateProbeRequest_FieldSubPathValue) AsCasPathValue

func (*UpdateProbeRequest_FieldSubPathValue) AsProbePathValue

func (*UpdateProbeRequest_FieldSubPathValue) CompareWith

func (fpvs *UpdateProbeRequest_FieldSubPathValue) CompareWith(source *UpdateProbeRequest) (int, bool)

func (*UpdateProbeRequest_FieldSubPathValue) CompareWithRaw

func (fpvs *UpdateProbeRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*UpdateProbeRequest_FieldSubPathValue) GetRawValue

func (fpvs *UpdateProbeRequest_FieldSubPathValue) GetRawValue() interface{}

func (*UpdateProbeRequest_FieldSubPathValue) SetTo

func (*UpdateProbeRequest_FieldSubPathValue) SetToRaw

func (fpvs *UpdateProbeRequest_FieldSubPathValue) SetToRaw(target proto.Message)

type UpdateProbeRequest_FieldTerminalPath

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

func (*UpdateProbeRequest_FieldTerminalPath) ClearValue

func (*UpdateProbeRequest_FieldTerminalPath) ClearValueRaw

func (fp *UpdateProbeRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*UpdateProbeRequest_FieldTerminalPath) Get

func (fp *UpdateProbeRequest_FieldTerminalPath) Get(source *UpdateProbeRequest) (values []interface{})

Get returns all values pointed by specific field from source UpdateProbeRequest

func (*UpdateProbeRequest_FieldTerminalPath) GetDefault

func (fp *UpdateProbeRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*UpdateProbeRequest_FieldTerminalPath) GetRaw

func (fp *UpdateProbeRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*UpdateProbeRequest_FieldTerminalPath) GetSingle

func (fp *UpdateProbeRequest_FieldTerminalPath) GetSingle(source *UpdateProbeRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source UpdateProbeRequest

func (*UpdateProbeRequest_FieldTerminalPath) GetSingleRaw

func (fp *UpdateProbeRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*UpdateProbeRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateProbeRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateProbeRequest_FieldTerminalPath) Selector

func (*UpdateProbeRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (fp *UpdateProbeRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*UpdateProbeRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateProbeRequest_FieldTerminalPath) WithIArrayItemValue

func (fp *UpdateProbeRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) UpdateProbeRequest_FieldPathArrayItemValue

func (*UpdateProbeRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *UpdateProbeRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) UpdateProbeRequest_FieldPathArrayOfValues

func (*UpdateProbeRequest_FieldTerminalPath) WithIValue

func (*UpdateProbeRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *UpdateProbeRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*UpdateProbeRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *UpdateProbeRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*UpdateProbeRequest_FieldTerminalPath) WithRawIValue

func (fp *UpdateProbeRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type UpdateProbeRequest_FieldTerminalPathArrayItemValue

type UpdateProbeRequest_FieldTerminalPathArrayItemValue struct {
	UpdateProbeRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateProbeRequest_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'UpdateProbeRequest'

func (*UpdateProbeRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *UpdateProbeRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object UpdateProbeRequest as interface{}

func (*UpdateProbeRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *UpdateProbeRequest_FieldTerminalPathArrayItemValue) GetSingle(source *UpdateProbeRequest) (interface{}, bool)

func (*UpdateProbeRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *UpdateProbeRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type UpdateProbeRequest_FieldTerminalPathArrayOfValues

type UpdateProbeRequest_FieldTerminalPathArrayOfValues struct {
	UpdateProbeRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateProbeRequest_FieldTerminalPathArrayOfValues) AsAllowMissingArrayOfValues added in v0.12.5

func (fpaov *UpdateProbeRequest_FieldTerminalPathArrayOfValues) AsAllowMissingArrayOfValues() ([]bool, bool)

func (*UpdateProbeRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues

func (*UpdateProbeRequest_FieldTerminalPathArrayOfValues) AsProbeArrayOfValues

func (fpaov *UpdateProbeRequest_FieldTerminalPathArrayOfValues) AsProbeArrayOfValues() ([]*probe.Probe, bool)

func (*UpdateProbeRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues

func (fpaov *UpdateProbeRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues() ([]*probe.Probe_FieldMask, bool)

func (*UpdateProbeRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *UpdateProbeRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type UpdateProbeRequest_FieldTerminalPathValue

type UpdateProbeRequest_FieldTerminalPathValue struct {
	UpdateProbeRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateProbeRequest_FieldTerminalPathValue) AsAllowMissingValue added in v0.12.5

func (fpv *UpdateProbeRequest_FieldTerminalPathValue) AsAllowMissingValue() (bool, bool)

func (*UpdateProbeRequest_FieldTerminalPathValue) AsCasValue

func (*UpdateProbeRequest_FieldTerminalPathValue) AsProbeValue

func (*UpdateProbeRequest_FieldTerminalPathValue) AsUpdateMaskValue

func (*UpdateProbeRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdateProbeRequest_FieldTerminalPathValue' with the value under path in 'UpdateProbeRequest'.

func (*UpdateProbeRequest_FieldTerminalPathValue) CompareWithRaw

func (fpv *UpdateProbeRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*UpdateProbeRequest_FieldTerminalPathValue) GetRawValue

func (fpv *UpdateProbeRequest_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'UpdateProbeRequest' as interface{}

func (*UpdateProbeRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object UpdateProbeRequest

func (*UpdateProbeRequest_FieldTerminalPathValue) SetToRaw

type WatchProbeClientStream

type WatchProbeClientStream interface {
	Recv() (*WatchProbeResponse, error)
	grpc.ClientStream
}

type WatchProbeDescriptor added in v0.4.26

type WatchProbeDescriptor struct{}

func GetWatchProbeDescriptor added in v0.4.26

func GetWatchProbeDescriptor() *WatchProbeDescriptor

func (*WatchProbeDescriptor) GetApiDescriptor added in v0.4.26

func (d *WatchProbeDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*WatchProbeDescriptor) GetApiName added in v0.4.26

func (d *WatchProbeDescriptor) GetApiName() string

func (*WatchProbeDescriptor) GetClientMsgReflectHandle added in v0.4.26

func (d *WatchProbeDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*WatchProbeDescriptor) GetFullMethodName added in v0.4.26

func (d *WatchProbeDescriptor) GetFullMethodName() string

func (*WatchProbeDescriptor) GetMethodName added in v0.4.26

func (d *WatchProbeDescriptor) GetMethodName() string

func (*WatchProbeDescriptor) GetProtoPkgName added in v0.4.26

func (d *WatchProbeDescriptor) GetProtoPkgName() string

func (*WatchProbeDescriptor) GetResourceDescriptor added in v0.4.27

func (d *WatchProbeDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*WatchProbeDescriptor) GetServerMsgReflectHandle added in v0.4.26

func (d *WatchProbeDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*WatchProbeDescriptor) GetServiceDomain added in v0.4.26

func (d *WatchProbeDescriptor) GetServiceDomain() string

func (*WatchProbeDescriptor) GetServiceVersion added in v0.4.26

func (d *WatchProbeDescriptor) GetServiceVersion() string

func (*WatchProbeDescriptor) GetVerb added in v0.4.26

func (d *WatchProbeDescriptor) GetVerb() string

func (*WatchProbeDescriptor) HasResource added in v0.4.27

func (d *WatchProbeDescriptor) HasResource() bool

func (*WatchProbeDescriptor) IsClientStream added in v0.4.26

func (d *WatchProbeDescriptor) IsClientStream() bool

func (*WatchProbeDescriptor) IsCollection added in v0.4.27

func (d *WatchProbeDescriptor) IsCollection() bool

func (*WatchProbeDescriptor) IsPlural added in v0.4.27

func (d *WatchProbeDescriptor) IsPlural() bool

func (*WatchProbeDescriptor) IsServerStream added in v0.4.26

func (d *WatchProbeDescriptor) IsServerStream() bool

func (*WatchProbeDescriptor) IsUnary added in v0.4.26

func (d *WatchProbeDescriptor) IsUnary() bool

func (*WatchProbeDescriptor) NewEmptyClientMsg added in v0.4.26

func (d *WatchProbeDescriptor) NewEmptyClientMsg() proto.Message

func (*WatchProbeDescriptor) NewEmptyServerMsg added in v0.4.26

func (d *WatchProbeDescriptor) NewEmptyServerMsg() proto.Message

func (*WatchProbeDescriptor) RequestHasResourceBody added in v0.4.26

func (d *WatchProbeDescriptor) RequestHasResourceBody() bool

type WatchProbeDescriptorClientMsgHandle added in v0.4.26

type WatchProbeDescriptorClientMsgHandle struct{}

func (*WatchProbeDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

func (h *WatchProbeDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*WatchProbeDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*WatchProbeDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type WatchProbeDescriptorServerMsgHandle added in v0.4.26

type WatchProbeDescriptorServerMsgHandle struct{}

func (*WatchProbeDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

func (h *WatchProbeDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*WatchProbeDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*WatchProbeDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

type WatchProbeRequest

type WatchProbeRequest struct {

	// Reference to ntt.watchdog.v1alpha2.Probe
	Name *probe.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view
	FieldMask *probe.Probe_FieldMask `` /* 137-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"`
	// contains filtered or unexported fields
}

Request message for method [WatchProbe][ntt.watchdog.v1alpha2.WatchProbe]

func (*WatchProbeRequest) Clone

func (*WatchProbeRequest) CloneRaw

func (*WatchProbeRequest) Descriptor

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

Deprecated, Use WatchProbeRequest.ProtoReflect.Descriptor instead.

func (*WatchProbeRequest) GetFieldMask

func (m *WatchProbeRequest) GetFieldMask() *probe.Probe_FieldMask

func (*WatchProbeRequest) GetName

func (m *WatchProbeRequest) GetName() *probe.Reference

func (*WatchProbeRequest) GetView

func (m *WatchProbeRequest) GetView() view.View

func (*WatchProbeRequest) GotenMessage

func (*WatchProbeRequest) GotenMessage()

func (*WatchProbeRequest) GotenObjectExt

func (o *WatchProbeRequest) GotenObjectExt()

func (*WatchProbeRequest) GotenValidate

func (obj *WatchProbeRequest) GotenValidate() error

func (*WatchProbeRequest) MakeDiffFieldMask

func (o *WatchProbeRequest) MakeDiffFieldMask(other *WatchProbeRequest) *WatchProbeRequest_FieldMask

func (*WatchProbeRequest) MakeFullFieldMask

func (o *WatchProbeRequest) MakeFullFieldMask() *WatchProbeRequest_FieldMask

func (*WatchProbeRequest) MakeRawDiffFieldMask

func (o *WatchProbeRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*WatchProbeRequest) MakeRawFullFieldMask

func (o *WatchProbeRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*WatchProbeRequest) Marshal

func (m *WatchProbeRequest) Marshal() ([]byte, error)

func (*WatchProbeRequest) MarshalJSON

func (m *WatchProbeRequest) MarshalJSON() ([]byte, error)

func (*WatchProbeRequest) Merge

func (o *WatchProbeRequest) Merge(source *WatchProbeRequest)

func (*WatchProbeRequest) MergeRaw

func (o *WatchProbeRequest) MergeRaw(source gotenobject.GotenObjectExt)

func (*WatchProbeRequest) ProtoMessage

func (*WatchProbeRequest) ProtoMessage()

func (*WatchProbeRequest) ProtoReflect

func (m *WatchProbeRequest) ProtoReflect() preflect.Message

func (*WatchProbeRequest) Reset

func (m *WatchProbeRequest) Reset()

func (*WatchProbeRequest) SetFieldMask

func (m *WatchProbeRequest) SetFieldMask(fv *probe.Probe_FieldMask)

func (*WatchProbeRequest) SetName

func (m *WatchProbeRequest) SetName(fv *probe.Reference)

func (*WatchProbeRequest) SetView

func (m *WatchProbeRequest) SetView(fv view.View)

func (*WatchProbeRequest) String

func (m *WatchProbeRequest) String() string

func (*WatchProbeRequest) Unmarshal

func (m *WatchProbeRequest) Unmarshal(b []byte) error

func (*WatchProbeRequest) UnmarshalJSON

func (m *WatchProbeRequest) UnmarshalJSON(data []byte) error

type WatchProbeRequestFieldPathBuilder

type WatchProbeRequestFieldPathBuilder struct{}

func NewWatchProbeRequestFieldPathBuilder

func NewWatchProbeRequestFieldPathBuilder() WatchProbeRequestFieldPathBuilder

func (WatchProbeRequestFieldPathBuilder) FieldMask

func (WatchProbeRequestFieldPathBuilder) Name

func (WatchProbeRequestFieldPathBuilder) View

type WatchProbeRequestPathSelectorFieldMask

type WatchProbeRequestPathSelectorFieldMask struct{}

func (WatchProbeRequestPathSelectorFieldMask) FieldPath

func (WatchProbeRequestPathSelectorFieldMask) WithArrayOfValues

func (WatchProbeRequestPathSelectorFieldMask) WithValue

type WatchProbeRequestPathSelectorName

type WatchProbeRequestPathSelectorName struct{}

func (WatchProbeRequestPathSelectorName) FieldPath

func (WatchProbeRequestPathSelectorName) WithArrayOfValues

func (WatchProbeRequestPathSelectorName) WithValue

type WatchProbeRequestPathSelectorView

type WatchProbeRequestPathSelectorView struct{}

func (WatchProbeRequestPathSelectorView) FieldPath

func (WatchProbeRequestPathSelectorView) WithArrayOfValues

func (WatchProbeRequestPathSelectorView) WithValue

type WatchProbeRequest_FieldMask

type WatchProbeRequest_FieldMask struct {
	Paths []WatchProbeRequest_FieldPath
}

func FullWatchProbeRequest_FieldMask

func FullWatchProbeRequest_FieldMask() *WatchProbeRequest_FieldMask

func (*WatchProbeRequest_FieldMask) AppendPath

func (fieldMask *WatchProbeRequest_FieldMask) AppendPath(path WatchProbeRequest_FieldPath)

func (*WatchProbeRequest_FieldMask) AppendRawPath

func (fieldMask *WatchProbeRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*WatchProbeRequest_FieldMask) DecodeFirestore

func (fieldMask *WatchProbeRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*WatchProbeRequest_FieldMask) EncodeFirestore

func (fieldMask *WatchProbeRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*WatchProbeRequest_FieldMask) FilterInputFields

func (fieldMask *WatchProbeRequest_FieldMask) FilterInputFields() *WatchProbeRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchProbeRequest_FieldMask) FromProtoFieldMask

func (fieldMask *WatchProbeRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*WatchProbeRequest_FieldMask) GetPaths

func (*WatchProbeRequest_FieldMask) GetRawPaths

func (fieldMask *WatchProbeRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*WatchProbeRequest_FieldMask) IsFull

func (fieldMask *WatchProbeRequest_FieldMask) IsFull() bool

func (WatchProbeRequest_FieldMask) Marshal

func (fieldMask WatchProbeRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (WatchProbeRequest_FieldMask) MarshalJSON

func (fieldMask WatchProbeRequest_FieldMask) MarshalJSON() ([]byte, error)

func (*WatchProbeRequest_FieldMask) PathsCount

func (fieldMask *WatchProbeRequest_FieldMask) PathsCount() int

func (*WatchProbeRequest_FieldMask) Project

func (*WatchProbeRequest_FieldMask) ProjectRaw

func (*WatchProbeRequest_FieldMask) ProtoMessage

func (fieldMask *WatchProbeRequest_FieldMask) ProtoMessage()

func (*WatchProbeRequest_FieldMask) ProtoReflect

func (fieldMask *WatchProbeRequest_FieldMask) ProtoReflect() preflect.Message

func (*WatchProbeRequest_FieldMask) Reset

func (fieldMask *WatchProbeRequest_FieldMask) Reset()

func (*WatchProbeRequest_FieldMask) Set

func (fieldMask *WatchProbeRequest_FieldMask) Set(target, source *WatchProbeRequest)

func (*WatchProbeRequest_FieldMask) SetFromCliFlag

func (fieldMask *WatchProbeRequest_FieldMask) SetFromCliFlag(raw string) error

func (*WatchProbeRequest_FieldMask) SetRaw

func (fieldMask *WatchProbeRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*WatchProbeRequest_FieldMask) Size

func (fieldMask *WatchProbeRequest_FieldMask) Size() int

func (*WatchProbeRequest_FieldMask) String

func (fieldMask *WatchProbeRequest_FieldMask) String() string

func (*WatchProbeRequest_FieldMask) Subtract

func (*WatchProbeRequest_FieldMask) SubtractRaw

func (*WatchProbeRequest_FieldMask) ToProtoFieldMask

func (fieldMask *WatchProbeRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*WatchProbeRequest_FieldMask) Unmarshal

func (fieldMask *WatchProbeRequest_FieldMask) Unmarshal(data []byte) error

func (*WatchProbeRequest_FieldMask) UnmarshalJSON

func (fieldMask *WatchProbeRequest_FieldMask) UnmarshalJSON(data []byte) error

type WatchProbeRequest_FieldPath

type WatchProbeRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchProbeRequest_FieldPathSelector
	Get(source *WatchProbeRequest) []interface{}
	GetSingle(source *WatchProbeRequest) (interface{}, bool)
	ClearValue(item *WatchProbeRequest)

	// Those methods build corresponding WatchProbeRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) WatchProbeRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) WatchProbeRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) WatchProbeRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseWatchProbeRequest_FieldPath

func MustParseWatchProbeRequest_FieldPath(rawField string) WatchProbeRequest_FieldPath

func ParseWatchProbeRequest_FieldPath

func ParseWatchProbeRequest_FieldPath(rawField string) (WatchProbeRequest_FieldPath, error)

type WatchProbeRequest_FieldPathArrayItemValue

type WatchProbeRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchProbeRequest_FieldPath
	ContainsValue(*WatchProbeRequest) bool
}

WatchProbeRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchProbeRequest according to their type Present only for array (repeated) types.

func MustParseWatchProbeRequest_FieldPathArrayItemValue

func MustParseWatchProbeRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchProbeRequest_FieldPathArrayItemValue

func ParseWatchProbeRequest_FieldPathArrayItemValue

func ParseWatchProbeRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchProbeRequest_FieldPathArrayItemValue, error)

ParseWatchProbeRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchProbeRequest_FieldPathArrayOfValues

type WatchProbeRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchProbeRequest_FieldPath
}

WatchProbeRequest_FieldPathArrayOfValues allows storing slice of values for WatchProbeRequest fields according to their type

func MustParseWatchProbeRequest_FieldPathArrayOfValues

func MustParseWatchProbeRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchProbeRequest_FieldPathArrayOfValues

func ParseWatchProbeRequest_FieldPathArrayOfValues

func ParseWatchProbeRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchProbeRequest_FieldPathArrayOfValues, error)

type WatchProbeRequest_FieldPathSelector

type WatchProbeRequest_FieldPathSelector int32
const (
	WatchProbeRequest_FieldPathSelectorName      WatchProbeRequest_FieldPathSelector = 0
	WatchProbeRequest_FieldPathSelectorFieldMask WatchProbeRequest_FieldPathSelector = 1
	WatchProbeRequest_FieldPathSelectorView      WatchProbeRequest_FieldPathSelector = 2
)

func (WatchProbeRequest_FieldPathSelector) String

type WatchProbeRequest_FieldPathValue

type WatchProbeRequest_FieldPathValue interface {
	WatchProbeRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchProbeRequest)
	CompareWith(*WatchProbeRequest) (cmp int, comparable bool)
}

WatchProbeRequest_FieldPathValue allows storing values for WatchProbeRequest fields according to their type

func MustParseWatchProbeRequest_FieldPathValue

func MustParseWatchProbeRequest_FieldPathValue(pathStr, valueStr string) WatchProbeRequest_FieldPathValue

func ParseWatchProbeRequest_FieldPathValue

func ParseWatchProbeRequest_FieldPathValue(pathStr, valueStr string) (WatchProbeRequest_FieldPathValue, error)

type WatchProbeRequest_FieldTerminalPath

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

func (*WatchProbeRequest_FieldTerminalPath) ClearValue

func (*WatchProbeRequest_FieldTerminalPath) ClearValueRaw

func (fp *WatchProbeRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*WatchProbeRequest_FieldTerminalPath) Get

func (fp *WatchProbeRequest_FieldTerminalPath) Get(source *WatchProbeRequest) (values []interface{})

Get returns all values pointed by specific field from source WatchProbeRequest

func (*WatchProbeRequest_FieldTerminalPath) GetDefault

func (fp *WatchProbeRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*WatchProbeRequest_FieldTerminalPath) GetRaw

func (fp *WatchProbeRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*WatchProbeRequest_FieldTerminalPath) GetSingle

func (fp *WatchProbeRequest_FieldTerminalPath) GetSingle(source *WatchProbeRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchProbeRequest

func (*WatchProbeRequest_FieldTerminalPath) GetSingleRaw

func (fp *WatchProbeRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*WatchProbeRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchProbeRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchProbeRequest_FieldTerminalPath) Selector

func (*WatchProbeRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (fp *WatchProbeRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*WatchProbeRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchProbeRequest_FieldTerminalPath) WithIArrayItemValue

func (fp *WatchProbeRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchProbeRequest_FieldPathArrayItemValue

func (*WatchProbeRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *WatchProbeRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchProbeRequest_FieldPathArrayOfValues

func (*WatchProbeRequest_FieldTerminalPath) WithIValue

func (*WatchProbeRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *WatchProbeRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*WatchProbeRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *WatchProbeRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*WatchProbeRequest_FieldTerminalPath) WithRawIValue

func (fp *WatchProbeRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type WatchProbeRequest_FieldTerminalPathArrayItemValue

type WatchProbeRequest_FieldTerminalPathArrayItemValue struct {
	WatchProbeRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbeRequest_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'WatchProbeRequest'

func (*WatchProbeRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *WatchProbeRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object WatchProbeRequest as interface{}

func (*WatchProbeRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *WatchProbeRequest_FieldTerminalPathArrayItemValue) GetSingle(source *WatchProbeRequest) (interface{}, bool)

func (*WatchProbeRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *WatchProbeRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type WatchProbeRequest_FieldTerminalPathArrayOfValues

type WatchProbeRequest_FieldTerminalPathArrayOfValues struct {
	WatchProbeRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbeRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (fpaov *WatchProbeRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*probe.Probe_FieldMask, bool)

func (*WatchProbeRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (fpaov *WatchProbeRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*probe.Reference, bool)

func (*WatchProbeRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (fpaov *WatchProbeRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)

func (*WatchProbeRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *WatchProbeRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type WatchProbeRequest_FieldTerminalPathValue

type WatchProbeRequest_FieldTerminalPathValue struct {
	WatchProbeRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbeRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchProbeRequest_FieldTerminalPathValue) AsNameValue

func (*WatchProbeRequest_FieldTerminalPathValue) AsViewValue

func (*WatchProbeRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchProbeRequest_FieldTerminalPathValue' with the value under path in 'WatchProbeRequest'.

func (*WatchProbeRequest_FieldTerminalPathValue) CompareWithRaw

func (fpv *WatchProbeRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*WatchProbeRequest_FieldTerminalPathValue) GetRawValue

func (fpv *WatchProbeRequest_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'WatchProbeRequest' as interface{}

func (*WatchProbeRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchProbeRequest

func (*WatchProbeRequest_FieldTerminalPathValue) SetToRaw

type WatchProbeResponse

type WatchProbeResponse struct {
	Change *probe.ProbeChange `protobuf:"bytes,1,opt,name=change,proto3" json:"change,omitempty" firestore:"change"`
	// contains filtered or unexported fields
}

WatchProbeResponse

func (*WatchProbeResponse) Clone

func (*WatchProbeResponse) CloneRaw

func (*WatchProbeResponse) Descriptor

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

Deprecated, Use WatchProbeResponse.ProtoReflect.Descriptor instead.

func (*WatchProbeResponse) GetChange

func (m *WatchProbeResponse) GetChange() *probe.ProbeChange

func (*WatchProbeResponse) GotenMessage

func (*WatchProbeResponse) GotenMessage()

func (*WatchProbeResponse) GotenObjectExt

func (o *WatchProbeResponse) GotenObjectExt()

func (*WatchProbeResponse) GotenValidate

func (obj *WatchProbeResponse) GotenValidate() error

func (*WatchProbeResponse) MakeDiffFieldMask

func (*WatchProbeResponse) MakeFullFieldMask

func (o *WatchProbeResponse) MakeFullFieldMask() *WatchProbeResponse_FieldMask

func (*WatchProbeResponse) MakeRawDiffFieldMask

func (o *WatchProbeResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*WatchProbeResponse) MakeRawFullFieldMask

func (o *WatchProbeResponse) MakeRawFullFieldMask() gotenobject.FieldMask

func (*WatchProbeResponse) Marshal

func (m *WatchProbeResponse) Marshal() ([]byte, error)

func (*WatchProbeResponse) MarshalJSON

func (m *WatchProbeResponse) MarshalJSON() ([]byte, error)

func (*WatchProbeResponse) Merge

func (o *WatchProbeResponse) Merge(source *WatchProbeResponse)

func (*WatchProbeResponse) MergeRaw

func (o *WatchProbeResponse) MergeRaw(source gotenobject.GotenObjectExt)

func (*WatchProbeResponse) ProtoMessage

func (*WatchProbeResponse) ProtoMessage()

func (*WatchProbeResponse) ProtoReflect

func (m *WatchProbeResponse) ProtoReflect() preflect.Message

func (*WatchProbeResponse) Reset

func (m *WatchProbeResponse) Reset()

func (*WatchProbeResponse) SetChange

func (m *WatchProbeResponse) SetChange(fv *probe.ProbeChange)

func (*WatchProbeResponse) String

func (m *WatchProbeResponse) String() string

func (*WatchProbeResponse) Unmarshal

func (m *WatchProbeResponse) Unmarshal(b []byte) error

func (*WatchProbeResponse) UnmarshalJSON

func (m *WatchProbeResponse) UnmarshalJSON(data []byte) error

type WatchProbeResponseFieldPathBuilder

type WatchProbeResponseFieldPathBuilder struct{}

func NewWatchProbeResponseFieldPathBuilder

func NewWatchProbeResponseFieldPathBuilder() WatchProbeResponseFieldPathBuilder

func (WatchProbeResponseFieldPathBuilder) Change

type WatchProbeResponsePathSelectorChange

type WatchProbeResponsePathSelectorChange struct{}

func (WatchProbeResponsePathSelectorChange) FieldPath

func (WatchProbeResponsePathSelectorChange) WithArrayOfValues

func (WatchProbeResponsePathSelectorChange) WithValue

type WatchProbeResponse_FieldMask

type WatchProbeResponse_FieldMask struct {
	Paths []WatchProbeResponse_FieldPath
}

func FullWatchProbeResponse_FieldMask

func FullWatchProbeResponse_FieldMask() *WatchProbeResponse_FieldMask

func (*WatchProbeResponse_FieldMask) AppendPath

func (fieldMask *WatchProbeResponse_FieldMask) AppendPath(path WatchProbeResponse_FieldPath)

func (*WatchProbeResponse_FieldMask) AppendRawPath

func (fieldMask *WatchProbeResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*WatchProbeResponse_FieldMask) DecodeFirestore

func (fieldMask *WatchProbeResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*WatchProbeResponse_FieldMask) EncodeFirestore

func (fieldMask *WatchProbeResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*WatchProbeResponse_FieldMask) FilterInputFields

func (fieldMask *WatchProbeResponse_FieldMask) FilterInputFields() *WatchProbeResponse_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchProbeResponse_FieldMask) FromProtoFieldMask

func (fieldMask *WatchProbeResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*WatchProbeResponse_FieldMask) GetPaths

func (*WatchProbeResponse_FieldMask) GetRawPaths

func (fieldMask *WatchProbeResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*WatchProbeResponse_FieldMask) IsFull

func (fieldMask *WatchProbeResponse_FieldMask) IsFull() bool

func (WatchProbeResponse_FieldMask) Marshal

func (fieldMask WatchProbeResponse_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (WatchProbeResponse_FieldMask) MarshalJSON

func (fieldMask WatchProbeResponse_FieldMask) MarshalJSON() ([]byte, error)

func (*WatchProbeResponse_FieldMask) PathsCount

func (fieldMask *WatchProbeResponse_FieldMask) PathsCount() int

func (*WatchProbeResponse_FieldMask) Project

func (*WatchProbeResponse_FieldMask) ProjectRaw

func (*WatchProbeResponse_FieldMask) ProtoMessage

func (fieldMask *WatchProbeResponse_FieldMask) ProtoMessage()

func (*WatchProbeResponse_FieldMask) ProtoReflect

func (fieldMask *WatchProbeResponse_FieldMask) ProtoReflect() preflect.Message

func (*WatchProbeResponse_FieldMask) Reset

func (fieldMask *WatchProbeResponse_FieldMask) Reset()

func (*WatchProbeResponse_FieldMask) Set

func (fieldMask *WatchProbeResponse_FieldMask) Set(target, source *WatchProbeResponse)

func (*WatchProbeResponse_FieldMask) SetFromCliFlag

func (fieldMask *WatchProbeResponse_FieldMask) SetFromCliFlag(raw string) error

func (*WatchProbeResponse_FieldMask) SetRaw

func (fieldMask *WatchProbeResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*WatchProbeResponse_FieldMask) Size

func (fieldMask *WatchProbeResponse_FieldMask) Size() int

func (*WatchProbeResponse_FieldMask) String

func (fieldMask *WatchProbeResponse_FieldMask) String() string

func (*WatchProbeResponse_FieldMask) Subtract

func (*WatchProbeResponse_FieldMask) SubtractRaw

func (*WatchProbeResponse_FieldMask) ToProtoFieldMask

func (fieldMask *WatchProbeResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*WatchProbeResponse_FieldMask) Unmarshal

func (fieldMask *WatchProbeResponse_FieldMask) Unmarshal(data []byte) error

func (*WatchProbeResponse_FieldMask) UnmarshalJSON

func (fieldMask *WatchProbeResponse_FieldMask) UnmarshalJSON(data []byte) error

type WatchProbeResponse_FieldPath

type WatchProbeResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchProbeResponse_FieldPathSelector
	Get(source *WatchProbeResponse) []interface{}
	GetSingle(source *WatchProbeResponse) (interface{}, bool)
	ClearValue(item *WatchProbeResponse)

	// Those methods build corresponding WatchProbeResponse_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) WatchProbeResponse_FieldPathValue
	WithIArrayOfValues(values interface{}) WatchProbeResponse_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) WatchProbeResponse_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseWatchProbeResponse_FieldPath

func MustParseWatchProbeResponse_FieldPath(rawField string) WatchProbeResponse_FieldPath

func ParseWatchProbeResponse_FieldPath

func ParseWatchProbeResponse_FieldPath(rawField string) (WatchProbeResponse_FieldPath, error)

type WatchProbeResponse_FieldPathArrayItemValue

type WatchProbeResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchProbeResponse_FieldPath
	ContainsValue(*WatchProbeResponse) bool
}

WatchProbeResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchProbeResponse according to their type Present only for array (repeated) types.

func MustParseWatchProbeResponse_FieldPathArrayItemValue

func MustParseWatchProbeResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchProbeResponse_FieldPathArrayItemValue

func ParseWatchProbeResponse_FieldPathArrayItemValue

func ParseWatchProbeResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchProbeResponse_FieldPathArrayItemValue, error)

ParseWatchProbeResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchProbeResponse_FieldPathArrayOfValues

type WatchProbeResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchProbeResponse_FieldPath
}

WatchProbeResponse_FieldPathArrayOfValues allows storing slice of values for WatchProbeResponse fields according to their type

func MustParseWatchProbeResponse_FieldPathArrayOfValues

func MustParseWatchProbeResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchProbeResponse_FieldPathArrayOfValues

func ParseWatchProbeResponse_FieldPathArrayOfValues

func ParseWatchProbeResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchProbeResponse_FieldPathArrayOfValues, error)

type WatchProbeResponse_FieldPathSelector

type WatchProbeResponse_FieldPathSelector int32
const (
	WatchProbeResponse_FieldPathSelectorChange WatchProbeResponse_FieldPathSelector = 0
)

func (WatchProbeResponse_FieldPathSelector) String

type WatchProbeResponse_FieldPathValue

type WatchProbeResponse_FieldPathValue interface {
	WatchProbeResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchProbeResponse)
	CompareWith(*WatchProbeResponse) (cmp int, comparable bool)
}

WatchProbeResponse_FieldPathValue allows storing values for WatchProbeResponse fields according to their type

func MustParseWatchProbeResponse_FieldPathValue

func MustParseWatchProbeResponse_FieldPathValue(pathStr, valueStr string) WatchProbeResponse_FieldPathValue

func ParseWatchProbeResponse_FieldPathValue

func ParseWatchProbeResponse_FieldPathValue(pathStr, valueStr string) (WatchProbeResponse_FieldPathValue, error)

type WatchProbeResponse_FieldTerminalPath

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

func (*WatchProbeResponse_FieldTerminalPath) ClearValue

func (*WatchProbeResponse_FieldTerminalPath) ClearValueRaw

func (fp *WatchProbeResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*WatchProbeResponse_FieldTerminalPath) Get

func (fp *WatchProbeResponse_FieldTerminalPath) Get(source *WatchProbeResponse) (values []interface{})

Get returns all values pointed by specific field from source WatchProbeResponse

func (*WatchProbeResponse_FieldTerminalPath) GetDefault

func (fp *WatchProbeResponse_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*WatchProbeResponse_FieldTerminalPath) GetRaw

func (fp *WatchProbeResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*WatchProbeResponse_FieldTerminalPath) GetSingle

func (fp *WatchProbeResponse_FieldTerminalPath) GetSingle(source *WatchProbeResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchProbeResponse

func (*WatchProbeResponse_FieldTerminalPath) GetSingleRaw

func (fp *WatchProbeResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*WatchProbeResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchProbeResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchProbeResponse_FieldTerminalPath) Selector

func (*WatchProbeResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (fp *WatchProbeResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*WatchProbeResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchProbeResponse_FieldTerminalPath) WithIArrayItemValue

func (fp *WatchProbeResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchProbeResponse_FieldPathArrayItemValue

func (*WatchProbeResponse_FieldTerminalPath) WithIArrayOfValues

func (fp *WatchProbeResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchProbeResponse_FieldPathArrayOfValues

func (*WatchProbeResponse_FieldTerminalPath) WithIValue

func (*WatchProbeResponse_FieldTerminalPath) WithRawIArrayItemValue

func (fp *WatchProbeResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*WatchProbeResponse_FieldTerminalPath) WithRawIArrayOfValues

func (fp *WatchProbeResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*WatchProbeResponse_FieldTerminalPath) WithRawIValue

func (fp *WatchProbeResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type WatchProbeResponse_FieldTerminalPathArrayItemValue

type WatchProbeResponse_FieldTerminalPathArrayItemValue struct {
	WatchProbeResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbeResponse_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'WatchProbeResponse'

func (*WatchProbeResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *WatchProbeResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object WatchProbeResponse as interface{}

func (*WatchProbeResponse_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *WatchProbeResponse_FieldTerminalPathArrayItemValue) GetSingle(source *WatchProbeResponse) (interface{}, bool)

func (*WatchProbeResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *WatchProbeResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type WatchProbeResponse_FieldTerminalPathArrayOfValues

type WatchProbeResponse_FieldTerminalPathArrayOfValues struct {
	WatchProbeResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbeResponse_FieldTerminalPathArrayOfValues) AsChangeArrayOfValues

func (fpaov *WatchProbeResponse_FieldTerminalPathArrayOfValues) AsChangeArrayOfValues() ([]*probe.ProbeChange, bool)

func (*WatchProbeResponse_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *WatchProbeResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type WatchProbeResponse_FieldTerminalPathValue

type WatchProbeResponse_FieldTerminalPathValue struct {
	WatchProbeResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbeResponse_FieldTerminalPathValue) AsChangeValue

func (*WatchProbeResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchProbeResponse_FieldTerminalPathValue' with the value under path in 'WatchProbeResponse'.

func (*WatchProbeResponse_FieldTerminalPathValue) CompareWithRaw

func (fpv *WatchProbeResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*WatchProbeResponse_FieldTerminalPathValue) GetRawValue

func (fpv *WatchProbeResponse_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'WatchProbeResponse' as interface{}

func (*WatchProbeResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchProbeResponse

func (*WatchProbeResponse_FieldTerminalPathValue) SetToRaw

type WatchProbesClientStream

type WatchProbesClientStream interface {
	Recv() (*WatchProbesResponse, error)
	grpc.ClientStream
}

type WatchProbesDescriptor added in v0.4.26

type WatchProbesDescriptor struct{}

func GetWatchProbesDescriptor added in v0.4.26

func GetWatchProbesDescriptor() *WatchProbesDescriptor

func (*WatchProbesDescriptor) GetApiDescriptor added in v0.4.26

func (d *WatchProbesDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*WatchProbesDescriptor) GetApiName added in v0.4.26

func (d *WatchProbesDescriptor) GetApiName() string

func (*WatchProbesDescriptor) GetClientMsgReflectHandle added in v0.4.26

func (d *WatchProbesDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*WatchProbesDescriptor) GetFullMethodName added in v0.4.26

func (d *WatchProbesDescriptor) GetFullMethodName() string

func (*WatchProbesDescriptor) GetMethodName added in v0.4.26

func (d *WatchProbesDescriptor) GetMethodName() string

func (*WatchProbesDescriptor) GetProtoPkgName added in v0.4.26

func (d *WatchProbesDescriptor) GetProtoPkgName() string

func (*WatchProbesDescriptor) GetResourceDescriptor added in v0.4.27

func (d *WatchProbesDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*WatchProbesDescriptor) GetServerMsgReflectHandle added in v0.4.26

func (d *WatchProbesDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*WatchProbesDescriptor) GetServiceDomain added in v0.4.26

func (d *WatchProbesDescriptor) GetServiceDomain() string

func (*WatchProbesDescriptor) GetServiceVersion added in v0.4.26

func (d *WatchProbesDescriptor) GetServiceVersion() string

func (*WatchProbesDescriptor) GetVerb added in v0.4.26

func (d *WatchProbesDescriptor) GetVerb() string

func (*WatchProbesDescriptor) HasResource added in v0.4.27

func (d *WatchProbesDescriptor) HasResource() bool

func (*WatchProbesDescriptor) IsClientStream added in v0.4.26

func (d *WatchProbesDescriptor) IsClientStream() bool

func (*WatchProbesDescriptor) IsCollection added in v0.4.27

func (d *WatchProbesDescriptor) IsCollection() bool

func (*WatchProbesDescriptor) IsPlural added in v0.4.27

func (d *WatchProbesDescriptor) IsPlural() bool

func (*WatchProbesDescriptor) IsServerStream added in v0.4.26

func (d *WatchProbesDescriptor) IsServerStream() bool

func (*WatchProbesDescriptor) IsUnary added in v0.4.26

func (d *WatchProbesDescriptor) IsUnary() bool

func (*WatchProbesDescriptor) NewEmptyClientMsg added in v0.4.26

func (d *WatchProbesDescriptor) NewEmptyClientMsg() proto.Message

func (*WatchProbesDescriptor) NewEmptyServerMsg added in v0.4.26

func (d *WatchProbesDescriptor) NewEmptyServerMsg() proto.Message

func (*WatchProbesDescriptor) RequestHasResourceBody added in v0.4.26

func (d *WatchProbesDescriptor) RequestHasResourceBody() bool

type WatchProbesDescriptorClientMsgHandle added in v0.4.26

type WatchProbesDescriptorClientMsgHandle struct{}

func (*WatchProbesDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

func (*WatchProbesDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*WatchProbesDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type WatchProbesDescriptorServerMsgHandle added in v0.4.26

type WatchProbesDescriptorServerMsgHandle struct{}

func (*WatchProbesDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

func (*WatchProbesDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*WatchProbesDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

type WatchProbesRequest

type WatchProbesRequest struct {

	// Type of a watch. Identifies how server stream data to a client, which
	// fields in a request are allowed and which fields in response are relevant.
	Type watch_type.WatchType `protobuf:"varint,9,opt,name=type,proto3,enum=goten.watch_type.WatchType" json:"type,omitempty" firestore:"type"`
	// Parent reference of ntt.watchdog.v1alpha2.Probe
	Parent *probe.ParentReference `protobuf:"bytes,1,opt,customtype=ParentReference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer Probes than requested.
	// If unspecified, server will pick an appropriate default.
	// Can be populated only for stateful watch type.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"`
	// A token identifying a page of results the server should return.
	// Can be populated only for stateful watch type.
	PageToken *probe.PagerCursor `` /* 133-byte string literal not displayed */
	// Order By -
	// https://cloud.google.com/apis/design/design_patterns#list_pagination Can be
	// populated only for stateful watch type.
	OrderBy *probe.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"`
	// A token identifying watch resume point from previous session.
	// Can be populated only for stateless watch type.
	ResumeToken string `protobuf:"bytes,10,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"`
	// Point in the time from which we want to start getting updates. This field
	// can be populated only for stateless watch type and if resume token is not
	// known yet. If specified, initial snapshot will NOT be provided. It is
	// assumed client can obtain it using separate means. Watch responses will
	// contain resume tokens which should be used to resume broken connection.
	StartingTime *timestamp.Timestamp `protobuf:"bytes,12,opt,name=starting_time,json=startingTime,proto3" json:"starting_time,omitempty" firestore:"startingTime"`
	// Filter - filter results by field criteria. Simplified SQL-like syntax with
	// following operators:
	// <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS
	// [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels
	// CONTAINS "severity:important" OR (state.last_error_time >
	// "2018-11-15T10:00:00Z" AND state.status = "ERROR")'
	Filter *probe.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view Changes to Probe that don't affect any
	// of masked fields won't be sent back.
	FieldMask *probe.Probe_FieldMask `` /* 137-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask Changes to
	// Probe that don't affect any of masked fields won't be sent back.
	View view.View `protobuf:"varint,8,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"`
	// Maximum amount of changes in each response message. Query result response
	// is divided on the server side into chunks with size of a specified amount
	// to limit memory footprint of each message. Responses will hold information
	// whether more elements will continue for the actual change. If unspecified,
	// server will pick an appropriate default.
	MaxChunkSize int32 `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for method [WatchProbes][ntt.watchdog.v1alpha2.WatchProbes]

func (*WatchProbesRequest) Clone

func (*WatchProbesRequest) CloneRaw

func (*WatchProbesRequest) Descriptor

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

Deprecated, Use WatchProbesRequest.ProtoReflect.Descriptor instead.

func (*WatchProbesRequest) GetFieldMask

func (m *WatchProbesRequest) GetFieldMask() *probe.Probe_FieldMask

func (*WatchProbesRequest) GetFilter

func (m *WatchProbesRequest) GetFilter() *probe.Filter

func (*WatchProbesRequest) GetMaxChunkSize

func (m *WatchProbesRequest) GetMaxChunkSize() int32

func (*WatchProbesRequest) GetOrderBy

func (m *WatchProbesRequest) GetOrderBy() *probe.OrderBy

func (*WatchProbesRequest) GetPageSize

func (m *WatchProbesRequest) GetPageSize() int32

func (*WatchProbesRequest) GetPageToken

func (m *WatchProbesRequest) GetPageToken() *probe.PagerCursor

func (*WatchProbesRequest) GetParent

func (m *WatchProbesRequest) GetParent() *probe.ParentReference

func (*WatchProbesRequest) GetResumeToken

func (m *WatchProbesRequest) GetResumeToken() string

func (*WatchProbesRequest) GetStartingTime added in v0.7.13

func (m *WatchProbesRequest) GetStartingTime() *timestamp.Timestamp

func (*WatchProbesRequest) GetType

func (*WatchProbesRequest) GetView

func (m *WatchProbesRequest) GetView() view.View

func (*WatchProbesRequest) GotenMessage

func (*WatchProbesRequest) GotenMessage()

func (*WatchProbesRequest) GotenObjectExt

func (o *WatchProbesRequest) GotenObjectExt()

func (*WatchProbesRequest) GotenValidate

func (obj *WatchProbesRequest) GotenValidate() error

func (*WatchProbesRequest) MakeDiffFieldMask

func (*WatchProbesRequest) MakeFullFieldMask

func (o *WatchProbesRequest) MakeFullFieldMask() *WatchProbesRequest_FieldMask

func (*WatchProbesRequest) MakeRawDiffFieldMask

func (o *WatchProbesRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*WatchProbesRequest) MakeRawFullFieldMask

func (o *WatchProbesRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*WatchProbesRequest) Marshal

func (m *WatchProbesRequest) Marshal() ([]byte, error)

func (*WatchProbesRequest) MarshalJSON

func (m *WatchProbesRequest) MarshalJSON() ([]byte, error)

func (*WatchProbesRequest) Merge

func (o *WatchProbesRequest) Merge(source *WatchProbesRequest)

func (*WatchProbesRequest) MergeRaw

func (o *WatchProbesRequest) MergeRaw(source gotenobject.GotenObjectExt)

func (*WatchProbesRequest) ProtoMessage

func (*WatchProbesRequest) ProtoMessage()

func (*WatchProbesRequest) ProtoReflect

func (m *WatchProbesRequest) ProtoReflect() preflect.Message

func (*WatchProbesRequest) Reset

func (m *WatchProbesRequest) Reset()

func (*WatchProbesRequest) SetFieldMask

func (m *WatchProbesRequest) SetFieldMask(fv *probe.Probe_FieldMask)

func (*WatchProbesRequest) SetFilter

func (m *WatchProbesRequest) SetFilter(fv *probe.Filter)

func (*WatchProbesRequest) SetMaxChunkSize

func (m *WatchProbesRequest) SetMaxChunkSize(fv int32)

func (*WatchProbesRequest) SetOrderBy

func (m *WatchProbesRequest) SetOrderBy(fv *probe.OrderBy)

func (*WatchProbesRequest) SetPageSize

func (m *WatchProbesRequest) SetPageSize(fv int32)

func (*WatchProbesRequest) SetPageToken

func (m *WatchProbesRequest) SetPageToken(fv *probe.PagerCursor)

func (*WatchProbesRequest) SetParent

func (m *WatchProbesRequest) SetParent(fv *probe.ParentReference)

func (*WatchProbesRequest) SetResumeToken

func (m *WatchProbesRequest) SetResumeToken(fv string)

func (*WatchProbesRequest) SetStartingTime added in v0.7.13

func (m *WatchProbesRequest) SetStartingTime(fv *timestamp.Timestamp)

func (*WatchProbesRequest) SetType

func (m *WatchProbesRequest) SetType(fv watch_type.WatchType)

func (*WatchProbesRequest) SetView

func (m *WatchProbesRequest) SetView(fv view.View)

func (*WatchProbesRequest) String

func (m *WatchProbesRequest) String() string

func (*WatchProbesRequest) Unmarshal

func (m *WatchProbesRequest) Unmarshal(b []byte) error

func (*WatchProbesRequest) UnmarshalJSON

func (m *WatchProbesRequest) UnmarshalJSON(data []byte) error

type WatchProbesRequestFieldPathBuilder

type WatchProbesRequestFieldPathBuilder struct{}

func NewWatchProbesRequestFieldPathBuilder

func NewWatchProbesRequestFieldPathBuilder() WatchProbesRequestFieldPathBuilder

func (WatchProbesRequestFieldPathBuilder) FieldMask

func (WatchProbesRequestFieldPathBuilder) Filter

func (WatchProbesRequestFieldPathBuilder) MaxChunkSize

func (WatchProbesRequestFieldPathBuilder) OrderBy

func (WatchProbesRequestFieldPathBuilder) PageSize

func (WatchProbesRequestFieldPathBuilder) PageToken

func (WatchProbesRequestFieldPathBuilder) Parent

func (WatchProbesRequestFieldPathBuilder) ResumeToken

func (WatchProbesRequestFieldPathBuilder) StartingTime added in v0.7.13

func (WatchProbesRequestFieldPathBuilder) Type

func (WatchProbesRequestFieldPathBuilder) View

type WatchProbesRequestPathSelectorFieldMask

type WatchProbesRequestPathSelectorFieldMask struct{}

func (WatchProbesRequestPathSelectorFieldMask) FieldPath

func (WatchProbesRequestPathSelectorFieldMask) WithArrayOfValues

func (WatchProbesRequestPathSelectorFieldMask) WithValue

type WatchProbesRequestPathSelectorFilter

type WatchProbesRequestPathSelectorFilter struct{}

func (WatchProbesRequestPathSelectorFilter) FieldPath

func (WatchProbesRequestPathSelectorFilter) WithArrayOfValues

func (WatchProbesRequestPathSelectorFilter) WithValue

type WatchProbesRequestPathSelectorMaxChunkSize

type WatchProbesRequestPathSelectorMaxChunkSize struct{}

func (WatchProbesRequestPathSelectorMaxChunkSize) FieldPath

func (WatchProbesRequestPathSelectorMaxChunkSize) WithArrayOfValues

func (WatchProbesRequestPathSelectorMaxChunkSize) WithValue

type WatchProbesRequestPathSelectorOrderBy

type WatchProbesRequestPathSelectorOrderBy struct{}

func (WatchProbesRequestPathSelectorOrderBy) FieldPath

func (WatchProbesRequestPathSelectorOrderBy) WithArrayOfValues

func (WatchProbesRequestPathSelectorOrderBy) WithValue

type WatchProbesRequestPathSelectorPageSize

type WatchProbesRequestPathSelectorPageSize struct{}

func (WatchProbesRequestPathSelectorPageSize) FieldPath

func (WatchProbesRequestPathSelectorPageSize) WithArrayOfValues

func (WatchProbesRequestPathSelectorPageSize) WithValue

type WatchProbesRequestPathSelectorPageToken

type WatchProbesRequestPathSelectorPageToken struct{}

func (WatchProbesRequestPathSelectorPageToken) FieldPath

func (WatchProbesRequestPathSelectorPageToken) WithArrayOfValues

func (WatchProbesRequestPathSelectorPageToken) WithValue

type WatchProbesRequestPathSelectorParent

type WatchProbesRequestPathSelectorParent struct{}

func (WatchProbesRequestPathSelectorParent) FieldPath

func (WatchProbesRequestPathSelectorParent) WithArrayOfValues

func (WatchProbesRequestPathSelectorParent) WithValue

type WatchProbesRequestPathSelectorResumeToken

type WatchProbesRequestPathSelectorResumeToken struct{}

func (WatchProbesRequestPathSelectorResumeToken) FieldPath

func (WatchProbesRequestPathSelectorResumeToken) WithArrayOfValues

func (WatchProbesRequestPathSelectorResumeToken) WithValue

type WatchProbesRequestPathSelectorStartingTime added in v0.7.13

type WatchProbesRequestPathSelectorStartingTime struct{}

func (WatchProbesRequestPathSelectorStartingTime) FieldPath added in v0.7.13

func (WatchProbesRequestPathSelectorStartingTime) WithArrayOfValues added in v0.7.13

func (WatchProbesRequestPathSelectorStartingTime) WithValue added in v0.7.13

type WatchProbesRequestPathSelectorType

type WatchProbesRequestPathSelectorType struct{}

func (WatchProbesRequestPathSelectorType) FieldPath

func (WatchProbesRequestPathSelectorType) WithArrayOfValues

func (WatchProbesRequestPathSelectorType) WithValue

type WatchProbesRequestPathSelectorView

type WatchProbesRequestPathSelectorView struct{}

func (WatchProbesRequestPathSelectorView) FieldPath

func (WatchProbesRequestPathSelectorView) WithArrayOfValues

func (WatchProbesRequestPathSelectorView) WithValue

type WatchProbesRequest_FieldMask

type WatchProbesRequest_FieldMask struct {
	Paths []WatchProbesRequest_FieldPath
}

func FullWatchProbesRequest_FieldMask

func FullWatchProbesRequest_FieldMask() *WatchProbesRequest_FieldMask

func (*WatchProbesRequest_FieldMask) AppendPath

func (fieldMask *WatchProbesRequest_FieldMask) AppendPath(path WatchProbesRequest_FieldPath)

func (*WatchProbesRequest_FieldMask) AppendRawPath

func (fieldMask *WatchProbesRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*WatchProbesRequest_FieldMask) DecodeFirestore

func (fieldMask *WatchProbesRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*WatchProbesRequest_FieldMask) EncodeFirestore

func (fieldMask *WatchProbesRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*WatchProbesRequest_FieldMask) FilterInputFields

func (fieldMask *WatchProbesRequest_FieldMask) FilterInputFields() *WatchProbesRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchProbesRequest_FieldMask) FromProtoFieldMask

func (fieldMask *WatchProbesRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*WatchProbesRequest_FieldMask) GetPaths

func (*WatchProbesRequest_FieldMask) GetRawPaths

func (fieldMask *WatchProbesRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*WatchProbesRequest_FieldMask) IsFull

func (fieldMask *WatchProbesRequest_FieldMask) IsFull() bool

func (WatchProbesRequest_FieldMask) Marshal

func (fieldMask WatchProbesRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (WatchProbesRequest_FieldMask) MarshalJSON

func (fieldMask WatchProbesRequest_FieldMask) MarshalJSON() ([]byte, error)

func (*WatchProbesRequest_FieldMask) PathsCount

func (fieldMask *WatchProbesRequest_FieldMask) PathsCount() int

func (*WatchProbesRequest_FieldMask) Project

func (*WatchProbesRequest_FieldMask) ProjectRaw

func (*WatchProbesRequest_FieldMask) ProtoMessage

func (fieldMask *WatchProbesRequest_FieldMask) ProtoMessage()

func (*WatchProbesRequest_FieldMask) ProtoReflect

func (fieldMask *WatchProbesRequest_FieldMask) ProtoReflect() preflect.Message

func (*WatchProbesRequest_FieldMask) Reset

func (fieldMask *WatchProbesRequest_FieldMask) Reset()

func (*WatchProbesRequest_FieldMask) Set

func (fieldMask *WatchProbesRequest_FieldMask) Set(target, source *WatchProbesRequest)

func (*WatchProbesRequest_FieldMask) SetFromCliFlag

func (fieldMask *WatchProbesRequest_FieldMask) SetFromCliFlag(raw string) error

func (*WatchProbesRequest_FieldMask) SetRaw

func (fieldMask *WatchProbesRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*WatchProbesRequest_FieldMask) Size

func (fieldMask *WatchProbesRequest_FieldMask) Size() int

func (*WatchProbesRequest_FieldMask) String

func (fieldMask *WatchProbesRequest_FieldMask) String() string

func (*WatchProbesRequest_FieldMask) Subtract

func (*WatchProbesRequest_FieldMask) SubtractRaw

func (*WatchProbesRequest_FieldMask) ToProtoFieldMask

func (fieldMask *WatchProbesRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*WatchProbesRequest_FieldMask) Unmarshal

func (fieldMask *WatchProbesRequest_FieldMask) Unmarshal(data []byte) error

func (*WatchProbesRequest_FieldMask) UnmarshalJSON

func (fieldMask *WatchProbesRequest_FieldMask) UnmarshalJSON(data []byte) error

type WatchProbesRequest_FieldPath

type WatchProbesRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchProbesRequest_FieldPathSelector
	Get(source *WatchProbesRequest) []interface{}
	GetSingle(source *WatchProbesRequest) (interface{}, bool)
	ClearValue(item *WatchProbesRequest)

	// Those methods build corresponding WatchProbesRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) WatchProbesRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) WatchProbesRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) WatchProbesRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseWatchProbesRequest_FieldPath

func MustParseWatchProbesRequest_FieldPath(rawField string) WatchProbesRequest_FieldPath

func ParseWatchProbesRequest_FieldPath

func ParseWatchProbesRequest_FieldPath(rawField string) (WatchProbesRequest_FieldPath, error)

type WatchProbesRequest_FieldPathArrayItemValue

type WatchProbesRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchProbesRequest_FieldPath
	ContainsValue(*WatchProbesRequest) bool
}

WatchProbesRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchProbesRequest according to their type Present only for array (repeated) types.

func MustParseWatchProbesRequest_FieldPathArrayItemValue

func MustParseWatchProbesRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchProbesRequest_FieldPathArrayItemValue

func ParseWatchProbesRequest_FieldPathArrayItemValue

func ParseWatchProbesRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchProbesRequest_FieldPathArrayItemValue, error)

ParseWatchProbesRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchProbesRequest_FieldPathArrayOfValues

type WatchProbesRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchProbesRequest_FieldPath
}

WatchProbesRequest_FieldPathArrayOfValues allows storing slice of values for WatchProbesRequest fields according to their type

func MustParseWatchProbesRequest_FieldPathArrayOfValues

func MustParseWatchProbesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchProbesRequest_FieldPathArrayOfValues

func ParseWatchProbesRequest_FieldPathArrayOfValues

func ParseWatchProbesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchProbesRequest_FieldPathArrayOfValues, error)

type WatchProbesRequest_FieldPathSelector

type WatchProbesRequest_FieldPathSelector int32
const (
	WatchProbesRequest_FieldPathSelectorType         WatchProbesRequest_FieldPathSelector = 0
	WatchProbesRequest_FieldPathSelectorParent       WatchProbesRequest_FieldPathSelector = 1
	WatchProbesRequest_FieldPathSelectorPageSize     WatchProbesRequest_FieldPathSelector = 2
	WatchProbesRequest_FieldPathSelectorPageToken    WatchProbesRequest_FieldPathSelector = 3
	WatchProbesRequest_FieldPathSelectorOrderBy      WatchProbesRequest_FieldPathSelector = 4
	WatchProbesRequest_FieldPathSelectorResumeToken  WatchProbesRequest_FieldPathSelector = 5
	WatchProbesRequest_FieldPathSelectorStartingTime WatchProbesRequest_FieldPathSelector = 6
	WatchProbesRequest_FieldPathSelectorFilter       WatchProbesRequest_FieldPathSelector = 7
	WatchProbesRequest_FieldPathSelectorFieldMask    WatchProbesRequest_FieldPathSelector = 8
	WatchProbesRequest_FieldPathSelectorView         WatchProbesRequest_FieldPathSelector = 9
	WatchProbesRequest_FieldPathSelectorMaxChunkSize WatchProbesRequest_FieldPathSelector = 10
)

func (WatchProbesRequest_FieldPathSelector) String

type WatchProbesRequest_FieldPathValue

type WatchProbesRequest_FieldPathValue interface {
	WatchProbesRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchProbesRequest)
	CompareWith(*WatchProbesRequest) (cmp int, comparable bool)
}

WatchProbesRequest_FieldPathValue allows storing values for WatchProbesRequest fields according to their type

func MustParseWatchProbesRequest_FieldPathValue

func MustParseWatchProbesRequest_FieldPathValue(pathStr, valueStr string) WatchProbesRequest_FieldPathValue

func ParseWatchProbesRequest_FieldPathValue

func ParseWatchProbesRequest_FieldPathValue(pathStr, valueStr string) (WatchProbesRequest_FieldPathValue, error)

type WatchProbesRequest_FieldTerminalPath

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

func (*WatchProbesRequest_FieldTerminalPath) ClearValue

func (*WatchProbesRequest_FieldTerminalPath) ClearValueRaw

func (fp *WatchProbesRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*WatchProbesRequest_FieldTerminalPath) Get

func (fp *WatchProbesRequest_FieldTerminalPath) Get(source *WatchProbesRequest) (values []interface{})

Get returns all values pointed by specific field from source WatchProbesRequest

func (*WatchProbesRequest_FieldTerminalPath) GetDefault

func (fp *WatchProbesRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*WatchProbesRequest_FieldTerminalPath) GetRaw

func (fp *WatchProbesRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*WatchProbesRequest_FieldTerminalPath) GetSingle

func (fp *WatchProbesRequest_FieldTerminalPath) GetSingle(source *WatchProbesRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchProbesRequest

func (*WatchProbesRequest_FieldTerminalPath) GetSingleRaw

func (fp *WatchProbesRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*WatchProbesRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchProbesRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchProbesRequest_FieldTerminalPath) Selector

func (*WatchProbesRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (fp *WatchProbesRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*WatchProbesRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchProbesRequest_FieldTerminalPath) WithIArrayItemValue

func (fp *WatchProbesRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchProbesRequest_FieldPathArrayItemValue

func (*WatchProbesRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *WatchProbesRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchProbesRequest_FieldPathArrayOfValues

func (*WatchProbesRequest_FieldTerminalPath) WithIValue

func (*WatchProbesRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *WatchProbesRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*WatchProbesRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *WatchProbesRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*WatchProbesRequest_FieldTerminalPath) WithRawIValue

func (fp *WatchProbesRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type WatchProbesRequest_FieldTerminalPathArrayItemValue

type WatchProbesRequest_FieldTerminalPathArrayItemValue struct {
	WatchProbesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbesRequest_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'WatchProbesRequest'

func (*WatchProbesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *WatchProbesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object WatchProbesRequest as interface{}

func (*WatchProbesRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *WatchProbesRequest_FieldTerminalPathArrayItemValue) GetSingle(source *WatchProbesRequest) (interface{}, bool)

func (*WatchProbesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *WatchProbesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type WatchProbesRequest_FieldTerminalPathArrayOfValues

type WatchProbesRequest_FieldTerminalPathArrayOfValues struct {
	WatchProbesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbesRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (fpaov *WatchProbesRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*probe.Probe_FieldMask, bool)

func (*WatchProbesRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (fpaov *WatchProbesRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*probe.Filter, bool)

func (*WatchProbesRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues

func (fpaov *WatchProbesRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues() ([]int32, bool)

func (*WatchProbesRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (fpaov *WatchProbesRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*probe.OrderBy, bool)

func (*WatchProbesRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

func (fpaov *WatchProbesRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)

func (*WatchProbesRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (fpaov *WatchProbesRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*probe.PagerCursor, bool)

func (*WatchProbesRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (fpaov *WatchProbesRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*probe.ParentReference, bool)

func (*WatchProbesRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

func (fpaov *WatchProbesRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)

func (*WatchProbesRequest_FieldTerminalPathArrayOfValues) AsStartingTimeArrayOfValues added in v0.7.13

func (fpaov *WatchProbesRequest_FieldTerminalPathArrayOfValues) AsStartingTimeArrayOfValues() ([]*timestamp.Timestamp, bool)

func (*WatchProbesRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues

func (*WatchProbesRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (fpaov *WatchProbesRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)

func (*WatchProbesRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *WatchProbesRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type WatchProbesRequest_FieldTerminalPathValue

type WatchProbesRequest_FieldTerminalPathValue struct {
	WatchProbesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbesRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchProbesRequest_FieldTerminalPathValue) AsFilterValue

func (*WatchProbesRequest_FieldTerminalPathValue) AsMaxChunkSizeValue

func (fpv *WatchProbesRequest_FieldTerminalPathValue) AsMaxChunkSizeValue() (int32, bool)

func (*WatchProbesRequest_FieldTerminalPathValue) AsOrderByValue

func (fpv *WatchProbesRequest_FieldTerminalPathValue) AsOrderByValue() (*probe.OrderBy, bool)

func (*WatchProbesRequest_FieldTerminalPathValue) AsPageSizeValue

func (fpv *WatchProbesRequest_FieldTerminalPathValue) AsPageSizeValue() (int32, bool)

func (*WatchProbesRequest_FieldTerminalPathValue) AsPageTokenValue

func (*WatchProbesRequest_FieldTerminalPathValue) AsParentValue

func (*WatchProbesRequest_FieldTerminalPathValue) AsResumeTokenValue

func (fpv *WatchProbesRequest_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)

func (*WatchProbesRequest_FieldTerminalPathValue) AsStartingTimeValue added in v0.7.13

func (fpv *WatchProbesRequest_FieldTerminalPathValue) AsStartingTimeValue() (*timestamp.Timestamp, bool)

func (*WatchProbesRequest_FieldTerminalPathValue) AsTypeValue

func (*WatchProbesRequest_FieldTerminalPathValue) AsViewValue

func (*WatchProbesRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchProbesRequest_FieldTerminalPathValue' with the value under path in 'WatchProbesRequest'.

func (*WatchProbesRequest_FieldTerminalPathValue) CompareWithRaw

func (fpv *WatchProbesRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*WatchProbesRequest_FieldTerminalPathValue) GetRawValue

func (fpv *WatchProbesRequest_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'WatchProbesRequest' as interface{}

func (*WatchProbesRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchProbesRequest

func (*WatchProbesRequest_FieldTerminalPathValue) SetToRaw

type WatchProbesResponse

type WatchProbesResponse struct {

	// Changes of Probes
	ProbeChanges []*probe.ProbeChange `protobuf:"bytes,2,rep,name=probe_changes,json=probeChanges,proto3" json:"probe_changes,omitempty" firestore:"probeChanges"`
	// If request specified max_chunk_size (or this limit was enforced if
	// stateless watch has been chosen), then responses with "full changeset" will
	// be divided into chunks. Client should keep receiving messages and, once
	// is_current has value true, combine this recent message with all previous
	// ones where is_current is false. If this is the first is_current in a whole
	// watch stream, then it means that client should have, at this moment,
	// contain snapshot of the current situation (or more accurately, snapshot of
	// situation at the moment of request). All Probes will be of type
	// Added/Current (depending on watch_type specified in the request). Further
	// responses will be incremental - however messages may still be chunked and
	// is_current logic still applies. is_current is always true for stateful
	// watch if max_chunk_size was left to 0.
	IsCurrent bool `protobuf:"varint,4,opt,name=is_current,json=isCurrent,proto3" json:"is_current,omitempty" firestore:"isCurrent"`
	// When present, PageTokens used for page navigation should be updated.
	// Present only if is_current is true (last chunk).
	PageTokenChange *WatchProbesResponse_PageTokenChange `` /* 136-byte string literal not displayed */
	// Token that can be used if current connection drops and client needs to
	// reconnect. Populated only for stateless watch type. Present only if
	// is_current is true (last chunk).
	ResumeToken string `protobuf:"bytes,5,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"`
	// Server may occasionally send information how many resources should client
	// have in its state so far (response message without any changes, but with
	// snapshot_size field specified). If client has different value than the one
	// sent by the server, then it should be treated by a client as an error and
	// should reconnect. If value is smaller then 0, then client should ignore
	// this field as unpopulated. This field should be checked only for stateless
	// watch. In stateful those kind of errors are handled by the server side.
	// Will be never sent together with is_current, is_soft_reset and
	// is_hard_reset flags.
	SnapshotSize int64 `protobuf:"varint,6,opt,name=snapshot_size,json=snapshotSize,proto3" json:"snapshot_size,omitempty" firestore:"snapshotSize"`
	// In case of internal issue server may send response message with this flag.
	// It indicates that client should drop all changes from recent responses
	// where is_current is false only! If last message had is_current set to true,
	// client should do nothing and process normally. Resume token received before
	// is still valid. This field should be checked only for stateless watch. In
	// stateful those kind of errors are handled by the server side. Will never be
	// sent along with is_current, is_hard_reset or snapshot_size.
	IsSoftReset bool `protobuf:"varint,7,opt,name=is_soft_reset,json=isSoftReset,proto3" json:"is_soft_reset,omitempty" firestore:"isSoftReset"`
	// In case of internal issue server may send response message with this flag.
	// After receiving, client should clear whole state (drop all changes received
	// so far) as server will send new snapshot (Probes will contains changes of
	// type Current only). Any resume tokens should be discarded as well. This
	// field should be checked only for stateless watch. In stateful those kind of
	// errors are handled by the server side. Will never be sent along with
	// is_current, is_soft_reset or snapshot_size.
	IsHardReset bool `protobuf:"varint,8,opt,name=is_hard_reset,json=isHardReset,proto3" json:"is_hard_reset,omitempty" firestore:"isHardReset"`
	// contains filtered or unexported fields
}

WatchProbesResponse

func (*WatchProbesResponse) Clone

func (*WatchProbesResponse) CloneRaw

func (*WatchProbesResponse) Descriptor

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

Deprecated, Use WatchProbesResponse.ProtoReflect.Descriptor instead.

func (*WatchProbesResponse) GetIsCurrent

func (m *WatchProbesResponse) GetIsCurrent() bool

func (*WatchProbesResponse) GetIsHardReset

func (m *WatchProbesResponse) GetIsHardReset() bool

func (*WatchProbesResponse) GetIsSoftReset

func (m *WatchProbesResponse) GetIsSoftReset() bool

func (*WatchProbesResponse) GetPageTokenChange

func (*WatchProbesResponse) GetProbeChanges

func (m *WatchProbesResponse) GetProbeChanges() []*probe.ProbeChange

func (*WatchProbesResponse) GetResumeToken

func (m *WatchProbesResponse) GetResumeToken() string

func (*WatchProbesResponse) GetSnapshotSize

func (m *WatchProbesResponse) GetSnapshotSize() int64

func (*WatchProbesResponse) GotenMessage

func (*WatchProbesResponse) GotenMessage()

func (*WatchProbesResponse) GotenObjectExt

func (o *WatchProbesResponse) GotenObjectExt()

func (*WatchProbesResponse) GotenValidate

func (obj *WatchProbesResponse) GotenValidate() error

func (*WatchProbesResponse) MakeDiffFieldMask

func (*WatchProbesResponse) MakeFullFieldMask

func (o *WatchProbesResponse) MakeFullFieldMask() *WatchProbesResponse_FieldMask

func (*WatchProbesResponse) MakeRawDiffFieldMask

func (o *WatchProbesResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*WatchProbesResponse) MakeRawFullFieldMask

func (o *WatchProbesResponse) MakeRawFullFieldMask() gotenobject.FieldMask

func (*WatchProbesResponse) Marshal

func (m *WatchProbesResponse) Marshal() ([]byte, error)

func (*WatchProbesResponse) MarshalJSON

func (m *WatchProbesResponse) MarshalJSON() ([]byte, error)

func (*WatchProbesResponse) Merge

func (o *WatchProbesResponse) Merge(source *WatchProbesResponse)

func (*WatchProbesResponse) MergeRaw

func (o *WatchProbesResponse) MergeRaw(source gotenobject.GotenObjectExt)

func (*WatchProbesResponse) ProtoMessage

func (*WatchProbesResponse) ProtoMessage()

func (*WatchProbesResponse) ProtoReflect

func (m *WatchProbesResponse) ProtoReflect() preflect.Message

func (*WatchProbesResponse) Reset

func (m *WatchProbesResponse) Reset()

func (*WatchProbesResponse) SetIsCurrent

func (m *WatchProbesResponse) SetIsCurrent(fv bool)

func (*WatchProbesResponse) SetIsHardReset

func (m *WatchProbesResponse) SetIsHardReset(fv bool)

func (*WatchProbesResponse) SetIsSoftReset

func (m *WatchProbesResponse) SetIsSoftReset(fv bool)

func (*WatchProbesResponse) SetPageTokenChange

func (m *WatchProbesResponse) SetPageTokenChange(fv *WatchProbesResponse_PageTokenChange)

func (*WatchProbesResponse) SetProbeChanges

func (m *WatchProbesResponse) SetProbeChanges(fv []*probe.ProbeChange)

func (*WatchProbesResponse) SetResumeToken

func (m *WatchProbesResponse) SetResumeToken(fv string)

func (*WatchProbesResponse) SetSnapshotSize

func (m *WatchProbesResponse) SetSnapshotSize(fv int64)

func (*WatchProbesResponse) String

func (m *WatchProbesResponse) String() string

func (*WatchProbesResponse) Unmarshal

func (m *WatchProbesResponse) Unmarshal(b []byte) error

func (*WatchProbesResponse) UnmarshalJSON

func (m *WatchProbesResponse) UnmarshalJSON(data []byte) error

type WatchProbesResponseFieldPathBuilder

type WatchProbesResponseFieldPathBuilder struct{}

func NewWatchProbesResponseFieldPathBuilder

func NewWatchProbesResponseFieldPathBuilder() WatchProbesResponseFieldPathBuilder

func (WatchProbesResponseFieldPathBuilder) IsCurrent

func (WatchProbesResponseFieldPathBuilder) IsHardReset

func (WatchProbesResponseFieldPathBuilder) IsSoftReset

func (WatchProbesResponseFieldPathBuilder) PageTokenChange

func (WatchProbesResponseFieldPathBuilder) ProbeChanges

func (WatchProbesResponseFieldPathBuilder) ResumeToken

func (WatchProbesResponseFieldPathBuilder) SnapshotSize

type WatchProbesResponsePageTokenChangeFieldPathBuilder

type WatchProbesResponsePageTokenChangeFieldPathBuilder struct{}

func NewWatchProbesResponsePageTokenChangeFieldPathBuilder

func NewWatchProbesResponsePageTokenChangeFieldPathBuilder() WatchProbesResponsePageTokenChangeFieldPathBuilder

func (WatchProbesResponsePageTokenChangeFieldPathBuilder) NextPageToken

func (WatchProbesResponsePageTokenChangeFieldPathBuilder) PrevPageToken

type WatchProbesResponsePageTokenChange_FieldPath

type WatchProbesResponsePageTokenChange_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchProbesResponsePageTokenChange_FieldPathSelector
	Get(source *WatchProbesResponse_PageTokenChange) []interface{}
	GetSingle(source *WatchProbesResponse_PageTokenChange) (interface{}, bool)
	ClearValue(item *WatchProbesResponse_PageTokenChange)

	// Those methods build corresponding WatchProbesResponsePageTokenChange_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) WatchProbesResponsePageTokenChange_FieldPathValue
	WithIArrayOfValues(values interface{}) WatchProbesResponsePageTokenChange_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) WatchProbesResponsePageTokenChange_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseWatchProbesResponsePageTokenChange_FieldPath

func MustParseWatchProbesResponsePageTokenChange_FieldPath(rawField string) WatchProbesResponsePageTokenChange_FieldPath

func ParseWatchProbesResponsePageTokenChange_FieldPath

func ParseWatchProbesResponsePageTokenChange_FieldPath(rawField string) (WatchProbesResponsePageTokenChange_FieldPath, error)

type WatchProbesResponsePageTokenChange_FieldPathArrayItemValue

type WatchProbesResponsePageTokenChange_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchProbesResponsePageTokenChange_FieldPath
	ContainsValue(*WatchProbesResponse_PageTokenChange) bool
}

WatchProbesResponsePageTokenChange_FieldPathArrayItemValue allows storing single item in Path-specific values for PageTokenChange according to their type Present only for array (repeated) types.

func MustParseWatchProbesResponsePageTokenChange_FieldPathArrayItemValue

func MustParseWatchProbesResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) WatchProbesResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchProbesResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchProbesResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) (WatchProbesResponsePageTokenChange_FieldPathArrayItemValue, error)

ParseWatchProbesResponsePageTokenChange_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchProbesResponsePageTokenChange_FieldPathArrayOfValues

type WatchProbesResponsePageTokenChange_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchProbesResponsePageTokenChange_FieldPath
}

WatchProbesResponsePageTokenChange_FieldPathArrayOfValues allows storing slice of values for PageTokenChange fields according to their type

func MustParseWatchProbesResponsePageTokenChange_FieldPathArrayOfValues

func MustParseWatchProbesResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) WatchProbesResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchProbesResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchProbesResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchProbesResponsePageTokenChange_FieldPathArrayOfValues, error)

type WatchProbesResponsePageTokenChange_FieldPathSelector

type WatchProbesResponsePageTokenChange_FieldPathSelector int32
const (
	WatchProbesResponsePageTokenChange_FieldPathSelectorPrevPageToken WatchProbesResponsePageTokenChange_FieldPathSelector = 0
	WatchProbesResponsePageTokenChange_FieldPathSelectorNextPageToken WatchProbesResponsePageTokenChange_FieldPathSelector = 1
)

func (WatchProbesResponsePageTokenChange_FieldPathSelector) String

type WatchProbesResponsePageTokenChange_FieldPathValue

type WatchProbesResponsePageTokenChange_FieldPathValue interface {
	WatchProbesResponsePageTokenChange_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchProbesResponse_PageTokenChange)
	CompareWith(*WatchProbesResponse_PageTokenChange) (cmp int, comparable bool)
}

WatchProbesResponsePageTokenChange_FieldPathValue allows storing values for PageTokenChange fields according to their type

func MustParseWatchProbesResponsePageTokenChange_FieldPathValue

func MustParseWatchProbesResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) WatchProbesResponsePageTokenChange_FieldPathValue

func ParseWatchProbesResponsePageTokenChange_FieldPathValue

func ParseWatchProbesResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) (WatchProbesResponsePageTokenChange_FieldPathValue, error)

type WatchProbesResponsePageTokenChange_FieldTerminalPath

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

func (*WatchProbesResponsePageTokenChange_FieldTerminalPath) ClearValue

func (*WatchProbesResponsePageTokenChange_FieldTerminalPath) ClearValueRaw

func (*WatchProbesResponsePageTokenChange_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchProbesResponse_PageTokenChange

func (*WatchProbesResponsePageTokenChange_FieldTerminalPath) GetDefault

func (fp *WatchProbesResponsePageTokenChange_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*WatchProbesResponsePageTokenChange_FieldTerminalPath) GetRaw

func (fp *WatchProbesResponsePageTokenChange_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*WatchProbesResponsePageTokenChange_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchProbesResponse_PageTokenChange

func (*WatchProbesResponsePageTokenChange_FieldTerminalPath) GetSingleRaw

func (fp *WatchProbesResponsePageTokenChange_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*WatchProbesResponsePageTokenChange_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchProbesResponsePageTokenChange_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchProbesResponsePageTokenChange_FieldTerminalPath) Selector

func (*WatchProbesResponsePageTokenChange_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (*WatchProbesResponsePageTokenChange_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchProbesResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue

func (*WatchProbesResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues

func (*WatchProbesResponsePageTokenChange_FieldTerminalPath) WithIValue

func (*WatchProbesResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue

func (*WatchProbesResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues

func (fp *WatchProbesResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*WatchProbesResponsePageTokenChange_FieldTerminalPath) WithRawIValue

type WatchProbesResponsePageTokenChange_FieldTerminalPathArrayItemValue

type WatchProbesResponsePageTokenChange_FieldTerminalPathArrayItemValue struct {
	WatchProbesResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbesResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'PageTokenChange'

func (*WatchProbesResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *WatchProbesResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object WatchProbesResponse_PageTokenChange as interface{}

func (*WatchProbesResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchProbesResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *WatchProbesResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type WatchProbesResponsePageTokenChange_FieldTerminalPathArrayOfValues

type WatchProbesResponsePageTokenChange_FieldTerminalPathArrayOfValues struct {
	WatchProbesResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbesResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (*WatchProbesResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (*WatchProbesResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *WatchProbesResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type WatchProbesResponsePageTokenChange_FieldTerminalPathValue

type WatchProbesResponsePageTokenChange_FieldTerminalPathValue struct {
	WatchProbesResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbesResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue

func (*WatchProbesResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue

func (*WatchProbesResponsePageTokenChange_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchProbesResponsePageTokenChange_FieldTerminalPathValue' with the value under path in 'WatchProbesResponse_PageTokenChange'.

func (*WatchProbesResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw

func (*WatchProbesResponsePageTokenChange_FieldTerminalPathValue) GetRawValue

func (fpv *WatchProbesResponsePageTokenChange_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'PageTokenChange' as interface{}

func (*WatchProbesResponsePageTokenChange_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object PageTokenChange

func (*WatchProbesResponsePageTokenChange_FieldTerminalPathValue) SetToRaw

type WatchProbesResponsePathSelectorIsCurrent

type WatchProbesResponsePathSelectorIsCurrent struct{}

func (WatchProbesResponsePathSelectorIsCurrent) FieldPath

func (WatchProbesResponsePathSelectorIsCurrent) WithArrayOfValues

func (WatchProbesResponsePathSelectorIsCurrent) WithValue

type WatchProbesResponsePathSelectorIsHardReset

type WatchProbesResponsePathSelectorIsHardReset struct{}

func (WatchProbesResponsePathSelectorIsHardReset) FieldPath

func (WatchProbesResponsePathSelectorIsHardReset) WithArrayOfValues

func (WatchProbesResponsePathSelectorIsHardReset) WithValue

type WatchProbesResponsePathSelectorIsSoftReset

type WatchProbesResponsePathSelectorIsSoftReset struct{}

func (WatchProbesResponsePathSelectorIsSoftReset) FieldPath

func (WatchProbesResponsePathSelectorIsSoftReset) WithArrayOfValues

func (WatchProbesResponsePathSelectorIsSoftReset) WithValue

type WatchProbesResponsePathSelectorPageTokenChange

type WatchProbesResponsePathSelectorPageTokenChange struct{}

func (WatchProbesResponsePathSelectorPageTokenChange) FieldPath

func (WatchProbesResponsePathSelectorPageTokenChange) NextPageToken

func (WatchProbesResponsePathSelectorPageTokenChange) PrevPageToken

type WatchProbesResponsePathSelectorPageTokenChangeNextPageToken

type WatchProbesResponsePathSelectorPageTokenChangeNextPageToken struct{}

func (WatchProbesResponsePathSelectorPageTokenChangeNextPageToken) FieldPath

func (WatchProbesResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues

func (WatchProbesResponsePathSelectorPageTokenChangeNextPageToken) WithValue

type WatchProbesResponsePathSelectorPageTokenChangePrevPageToken

type WatchProbesResponsePathSelectorPageTokenChangePrevPageToken struct{}

func (WatchProbesResponsePathSelectorPageTokenChangePrevPageToken) FieldPath

func (WatchProbesResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues

func (WatchProbesResponsePathSelectorPageTokenChangePrevPageToken) WithValue

type WatchProbesResponsePathSelectorProbeChanges

type WatchProbesResponsePathSelectorProbeChanges struct{}

func (WatchProbesResponsePathSelectorProbeChanges) FieldPath

func (WatchProbesResponsePathSelectorProbeChanges) WithArrayOfValues

func (WatchProbesResponsePathSelectorProbeChanges) WithItemValue

func (WatchProbesResponsePathSelectorProbeChanges) WithValue

type WatchProbesResponsePathSelectorResumeToken

type WatchProbesResponsePathSelectorResumeToken struct{}

func (WatchProbesResponsePathSelectorResumeToken) FieldPath

func (WatchProbesResponsePathSelectorResumeToken) WithArrayOfValues

func (WatchProbesResponsePathSelectorResumeToken) WithValue

type WatchProbesResponsePathSelectorSnapshotSize

type WatchProbesResponsePathSelectorSnapshotSize struct{}

func (WatchProbesResponsePathSelectorSnapshotSize) FieldPath

func (WatchProbesResponsePathSelectorSnapshotSize) WithArrayOfValues

func (WatchProbesResponsePathSelectorSnapshotSize) WithValue

type WatchProbesResponse_FieldMask

type WatchProbesResponse_FieldMask struct {
	Paths []WatchProbesResponse_FieldPath
}

func FullWatchProbesResponse_FieldMask

func FullWatchProbesResponse_FieldMask() *WatchProbesResponse_FieldMask

func (*WatchProbesResponse_FieldMask) AppendPath

func (*WatchProbesResponse_FieldMask) AppendRawPath

func (fieldMask *WatchProbesResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*WatchProbesResponse_FieldMask) DecodeFirestore

func (fieldMask *WatchProbesResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*WatchProbesResponse_FieldMask) EncodeFirestore

func (fieldMask *WatchProbesResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*WatchProbesResponse_FieldMask) FilterInputFields

func (fieldMask *WatchProbesResponse_FieldMask) FilterInputFields() *WatchProbesResponse_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchProbesResponse_FieldMask) FromProtoFieldMask

func (fieldMask *WatchProbesResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*WatchProbesResponse_FieldMask) GetPaths

func (*WatchProbesResponse_FieldMask) GetRawPaths

func (fieldMask *WatchProbesResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*WatchProbesResponse_FieldMask) IsFull

func (fieldMask *WatchProbesResponse_FieldMask) IsFull() bool

func (WatchProbesResponse_FieldMask) Marshal

func (fieldMask WatchProbesResponse_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (WatchProbesResponse_FieldMask) MarshalJSON

func (fieldMask WatchProbesResponse_FieldMask) MarshalJSON() ([]byte, error)

func (*WatchProbesResponse_FieldMask) PathsCount

func (fieldMask *WatchProbesResponse_FieldMask) PathsCount() int

func (*WatchProbesResponse_FieldMask) Project

func (*WatchProbesResponse_FieldMask) ProjectRaw

func (*WatchProbesResponse_FieldMask) ProtoMessage

func (fieldMask *WatchProbesResponse_FieldMask) ProtoMessage()

func (*WatchProbesResponse_FieldMask) ProtoReflect

func (fieldMask *WatchProbesResponse_FieldMask) ProtoReflect() preflect.Message

func (*WatchProbesResponse_FieldMask) Reset

func (fieldMask *WatchProbesResponse_FieldMask) Reset()

func (*WatchProbesResponse_FieldMask) Set

func (fieldMask *WatchProbesResponse_FieldMask) Set(target, source *WatchProbesResponse)

func (*WatchProbesResponse_FieldMask) SetFromCliFlag

func (fieldMask *WatchProbesResponse_FieldMask) SetFromCliFlag(raw string) error

func (*WatchProbesResponse_FieldMask) SetRaw

func (fieldMask *WatchProbesResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*WatchProbesResponse_FieldMask) Size

func (fieldMask *WatchProbesResponse_FieldMask) Size() int

func (*WatchProbesResponse_FieldMask) String

func (fieldMask *WatchProbesResponse_FieldMask) String() string

func (*WatchProbesResponse_FieldMask) Subtract

func (*WatchProbesResponse_FieldMask) SubtractRaw

func (*WatchProbesResponse_FieldMask) ToProtoFieldMask

func (fieldMask *WatchProbesResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*WatchProbesResponse_FieldMask) Unmarshal

func (fieldMask *WatchProbesResponse_FieldMask) Unmarshal(data []byte) error

func (*WatchProbesResponse_FieldMask) UnmarshalJSON

func (fieldMask *WatchProbesResponse_FieldMask) UnmarshalJSON(data []byte) error

type WatchProbesResponse_FieldPath

type WatchProbesResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchProbesResponse_FieldPathSelector
	Get(source *WatchProbesResponse) []interface{}
	GetSingle(source *WatchProbesResponse) (interface{}, bool)
	ClearValue(item *WatchProbesResponse)

	// Those methods build corresponding WatchProbesResponse_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) WatchProbesResponse_FieldPathValue
	WithIArrayOfValues(values interface{}) WatchProbesResponse_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) WatchProbesResponse_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseWatchProbesResponse_FieldPath

func MustParseWatchProbesResponse_FieldPath(rawField string) WatchProbesResponse_FieldPath

func ParseWatchProbesResponse_FieldPath

func ParseWatchProbesResponse_FieldPath(rawField string) (WatchProbesResponse_FieldPath, error)

type WatchProbesResponse_FieldPathArrayItemValue

type WatchProbesResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchProbesResponse_FieldPath
	ContainsValue(*WatchProbesResponse) bool
}

WatchProbesResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchProbesResponse according to their type Present only for array (repeated) types.

func MustParseWatchProbesResponse_FieldPathArrayItemValue

func MustParseWatchProbesResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchProbesResponse_FieldPathArrayItemValue

func ParseWatchProbesResponse_FieldPathArrayItemValue

func ParseWatchProbesResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchProbesResponse_FieldPathArrayItemValue, error)

ParseWatchProbesResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchProbesResponse_FieldPathArrayOfValues

type WatchProbesResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchProbesResponse_FieldPath
}

WatchProbesResponse_FieldPathArrayOfValues allows storing slice of values for WatchProbesResponse fields according to their type

func MustParseWatchProbesResponse_FieldPathArrayOfValues

func MustParseWatchProbesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchProbesResponse_FieldPathArrayOfValues

func ParseWatchProbesResponse_FieldPathArrayOfValues

func ParseWatchProbesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchProbesResponse_FieldPathArrayOfValues, error)

type WatchProbesResponse_FieldPathSelector

type WatchProbesResponse_FieldPathSelector int32
const (
	WatchProbesResponse_FieldPathSelectorProbeChanges    WatchProbesResponse_FieldPathSelector = 0
	WatchProbesResponse_FieldPathSelectorIsCurrent       WatchProbesResponse_FieldPathSelector = 1
	WatchProbesResponse_FieldPathSelectorPageTokenChange WatchProbesResponse_FieldPathSelector = 2
	WatchProbesResponse_FieldPathSelectorResumeToken     WatchProbesResponse_FieldPathSelector = 3
	WatchProbesResponse_FieldPathSelectorSnapshotSize    WatchProbesResponse_FieldPathSelector = 4
	WatchProbesResponse_FieldPathSelectorIsSoftReset     WatchProbesResponse_FieldPathSelector = 5
	WatchProbesResponse_FieldPathSelectorIsHardReset     WatchProbesResponse_FieldPathSelector = 6
)

func (WatchProbesResponse_FieldPathSelector) String

type WatchProbesResponse_FieldPathValue

type WatchProbesResponse_FieldPathValue interface {
	WatchProbesResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchProbesResponse)
	CompareWith(*WatchProbesResponse) (cmp int, comparable bool)
}

WatchProbesResponse_FieldPathValue allows storing values for WatchProbesResponse fields according to their type

func MustParseWatchProbesResponse_FieldPathValue

func MustParseWatchProbesResponse_FieldPathValue(pathStr, valueStr string) WatchProbesResponse_FieldPathValue

func ParseWatchProbesResponse_FieldPathValue

func ParseWatchProbesResponse_FieldPathValue(pathStr, valueStr string) (WatchProbesResponse_FieldPathValue, error)

type WatchProbesResponse_FieldSubPath

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

func (*WatchProbesResponse_FieldSubPath) AsPageTokenChangeSubPath

func (*WatchProbesResponse_FieldSubPath) ClearValue

func (*WatchProbesResponse_FieldSubPath) ClearValueRaw

func (fps *WatchProbesResponse_FieldSubPath) ClearValueRaw(item proto.Message)

func (*WatchProbesResponse_FieldSubPath) Get

func (fps *WatchProbesResponse_FieldSubPath) Get(source *WatchProbesResponse) (values []interface{})

Get returns all values pointed by selected field from source WatchProbesResponse

func (*WatchProbesResponse_FieldSubPath) GetDefault

func (fps *WatchProbesResponse_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*WatchProbesResponse_FieldSubPath) GetRaw

func (fps *WatchProbesResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*WatchProbesResponse_FieldSubPath) GetSingle

func (fps *WatchProbesResponse_FieldSubPath) GetSingle(source *WatchProbesResponse) (interface{}, bool)

GetSingle returns value of selected field from source WatchProbesResponse

func (*WatchProbesResponse_FieldSubPath) GetSingleRaw

func (fps *WatchProbesResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*WatchProbesResponse_FieldSubPath) IsLeaf

func (fps *WatchProbesResponse_FieldSubPath) IsLeaf() bool

IsLeaf - whether field path is holds simple value

func (*WatchProbesResponse_FieldSubPath) JSONString

func (fps *WatchProbesResponse_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*WatchProbesResponse_FieldSubPath) Selector

func (*WatchProbesResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.7.1

func (fps *WatchProbesResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*WatchProbesResponse_FieldSubPath) String

String returns path representation in proto convention

func (*WatchProbesResponse_FieldSubPath) WithIArrayItemValue

func (fps *WatchProbesResponse_FieldSubPath) WithIArrayItemValue(value interface{}) WatchProbesResponse_FieldPathArrayItemValue

func (*WatchProbesResponse_FieldSubPath) WithIArrayOfValues

func (fps *WatchProbesResponse_FieldSubPath) WithIArrayOfValues(values interface{}) WatchProbesResponse_FieldPathArrayOfValues

func (*WatchProbesResponse_FieldSubPath) WithIValue

func (fps *WatchProbesResponse_FieldSubPath) WithIValue(value interface{}) WatchProbesResponse_FieldPathValue

func (*WatchProbesResponse_FieldSubPath) WithRawIArrayItemValue

func (fps *WatchProbesResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*WatchProbesResponse_FieldSubPath) WithRawIArrayOfValues

func (fps *WatchProbesResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*WatchProbesResponse_FieldSubPath) WithRawIValue

func (fps *WatchProbesResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type WatchProbesResponse_FieldSubPathArrayItemValue

type WatchProbesResponse_FieldSubPathArrayItemValue struct {
	WatchProbesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchProbesResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue

func (*WatchProbesResponse_FieldSubPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'WatchProbesResponse'

func (*WatchProbesResponse_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *WatchProbesResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type WatchProbesResponse_FieldSubPathArrayOfValues

type WatchProbesResponse_FieldSubPathArrayOfValues struct {
	WatchProbesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchProbesResponse_FieldSubPathArrayOfValues) AsPageTokenChangePathArrayOfValues

func (*WatchProbesResponse_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *WatchProbesResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type WatchProbesResponse_FieldSubPathValue

type WatchProbesResponse_FieldSubPathValue struct {
	WatchProbesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchProbesResponse_FieldSubPathValue) AsPageTokenChangePathValue

func (*WatchProbesResponse_FieldSubPathValue) CompareWith

func (fpvs *WatchProbesResponse_FieldSubPathValue) CompareWith(source *WatchProbesResponse) (int, bool)

func (*WatchProbesResponse_FieldSubPathValue) CompareWithRaw

func (fpvs *WatchProbesResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*WatchProbesResponse_FieldSubPathValue) GetRawValue

func (fpvs *WatchProbesResponse_FieldSubPathValue) GetRawValue() interface{}

func (*WatchProbesResponse_FieldSubPathValue) SetTo

func (*WatchProbesResponse_FieldSubPathValue) SetToRaw

func (fpvs *WatchProbesResponse_FieldSubPathValue) SetToRaw(target proto.Message)

type WatchProbesResponse_FieldTerminalPath

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

func (*WatchProbesResponse_FieldTerminalPath) ClearValue

func (*WatchProbesResponse_FieldTerminalPath) ClearValueRaw

func (fp *WatchProbesResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*WatchProbesResponse_FieldTerminalPath) Get

func (fp *WatchProbesResponse_FieldTerminalPath) Get(source *WatchProbesResponse) (values []interface{})

Get returns all values pointed by specific field from source WatchProbesResponse

func (*WatchProbesResponse_FieldTerminalPath) GetDefault

func (fp *WatchProbesResponse_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*WatchProbesResponse_FieldTerminalPath) GetRaw

func (fp *WatchProbesResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*WatchProbesResponse_FieldTerminalPath) GetSingle

func (fp *WatchProbesResponse_FieldTerminalPath) GetSingle(source *WatchProbesResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchProbesResponse

func (*WatchProbesResponse_FieldTerminalPath) GetSingleRaw

func (fp *WatchProbesResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*WatchProbesResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchProbesResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchProbesResponse_FieldTerminalPath) Selector

func (*WatchProbesResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (fp *WatchProbesResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*WatchProbesResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchProbesResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchProbesResponse_FieldTerminalPath) WithIArrayOfValues

func (fp *WatchProbesResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchProbesResponse_FieldPathArrayOfValues

func (*WatchProbesResponse_FieldTerminalPath) WithIValue

func (*WatchProbesResponse_FieldTerminalPath) WithRawIArrayItemValue

func (fp *WatchProbesResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*WatchProbesResponse_FieldTerminalPath) WithRawIArrayOfValues

func (fp *WatchProbesResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*WatchProbesResponse_FieldTerminalPath) WithRawIValue

func (fp *WatchProbesResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type WatchProbesResponse_FieldTerminalPathArrayItemValue

type WatchProbesResponse_FieldTerminalPathArrayItemValue struct {
	WatchProbesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbesResponse_FieldTerminalPathArrayItemValue) AsProbeChangesItemValue

func (fpaiv *WatchProbesResponse_FieldTerminalPathArrayItemValue) AsProbeChangesItemValue() (*probe.ProbeChange, bool)

func (*WatchProbesResponse_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'WatchProbesResponse'

func (*WatchProbesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *WatchProbesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object WatchProbesResponse as interface{}

func (*WatchProbesResponse_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *WatchProbesResponse_FieldTerminalPathArrayItemValue) GetSingle(source *WatchProbesResponse) (interface{}, bool)

func (*WatchProbesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *WatchProbesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type WatchProbesResponse_FieldTerminalPathArrayOfValues

type WatchProbesResponse_FieldTerminalPathArrayOfValues struct {
	WatchProbesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbesResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues

func (fpaov *WatchProbesResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues() ([]bool, bool)

func (*WatchProbesResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues

func (fpaov *WatchProbesResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues() ([]bool, bool)

func (*WatchProbesResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues

func (fpaov *WatchProbesResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues() ([]bool, bool)

func (*WatchProbesResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues

func (*WatchProbesResponse_FieldTerminalPathArrayOfValues) AsProbeChangesArrayOfValues

func (fpaov *WatchProbesResponse_FieldTerminalPathArrayOfValues) AsProbeChangesArrayOfValues() ([][]*probe.ProbeChange, bool)

func (*WatchProbesResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

func (fpaov *WatchProbesResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)

func (*WatchProbesResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues

func (fpaov *WatchProbesResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues() ([]int64, bool)

func (*WatchProbesResponse_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *WatchProbesResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type WatchProbesResponse_FieldTerminalPathValue

type WatchProbesResponse_FieldTerminalPathValue struct {
	WatchProbesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbesResponse_FieldTerminalPathValue) AsIsCurrentValue

func (fpv *WatchProbesResponse_FieldTerminalPathValue) AsIsCurrentValue() (bool, bool)

func (*WatchProbesResponse_FieldTerminalPathValue) AsIsHardResetValue

func (fpv *WatchProbesResponse_FieldTerminalPathValue) AsIsHardResetValue() (bool, bool)

func (*WatchProbesResponse_FieldTerminalPathValue) AsIsSoftResetValue

func (fpv *WatchProbesResponse_FieldTerminalPathValue) AsIsSoftResetValue() (bool, bool)

func (*WatchProbesResponse_FieldTerminalPathValue) AsPageTokenChangeValue

func (*WatchProbesResponse_FieldTerminalPathValue) AsProbeChangesValue

func (fpv *WatchProbesResponse_FieldTerminalPathValue) AsProbeChangesValue() ([]*probe.ProbeChange, bool)

func (*WatchProbesResponse_FieldTerminalPathValue) AsResumeTokenValue

func (fpv *WatchProbesResponse_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)

func (*WatchProbesResponse_FieldTerminalPathValue) AsSnapshotSizeValue

func (fpv *WatchProbesResponse_FieldTerminalPathValue) AsSnapshotSizeValue() (int64, bool)

func (*WatchProbesResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchProbesResponse_FieldTerminalPathValue' with the value under path in 'WatchProbesResponse'.

func (*WatchProbesResponse_FieldTerminalPathValue) CompareWithRaw

func (fpv *WatchProbesResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*WatchProbesResponse_FieldTerminalPathValue) GetRawValue

func (fpv *WatchProbesResponse_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'WatchProbesResponse' as interface{}

func (*WatchProbesResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchProbesResponse

func (*WatchProbesResponse_FieldTerminalPathValue) SetToRaw

type WatchProbesResponse_PageTokenChange

type WatchProbesResponse_PageTokenChange struct {

	// New token to retrieve previous page of results.
	PrevPageToken *probe.PagerCursor `` /* 151-byte string literal not displayed */
	// New token to retrieve next page of results.
	NextPageToken *probe.PagerCursor `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WatchProbesResponse_PageTokenChange) Clone

func (*WatchProbesResponse_PageTokenChange) CloneRaw

func (*WatchProbesResponse_PageTokenChange) Descriptor

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

Deprecated, Use WatchProbesResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchProbesResponse_PageTokenChange) GetNextPageToken

func (m *WatchProbesResponse_PageTokenChange) GetNextPageToken() *probe.PagerCursor

func (*WatchProbesResponse_PageTokenChange) GetPrevPageToken

func (m *WatchProbesResponse_PageTokenChange) GetPrevPageToken() *probe.PagerCursor

func (*WatchProbesResponse_PageTokenChange) GotenMessage

func (*WatchProbesResponse_PageTokenChange) GotenMessage()

func (*WatchProbesResponse_PageTokenChange) GotenObjectExt

func (o *WatchProbesResponse_PageTokenChange) GotenObjectExt()

func (*WatchProbesResponse_PageTokenChange) GotenValidate

func (obj *WatchProbesResponse_PageTokenChange) GotenValidate() error

func (*WatchProbesResponse_PageTokenChange) MakeFullFieldMask

func (*WatchProbesResponse_PageTokenChange) MakeRawDiffFieldMask

func (*WatchProbesResponse_PageTokenChange) MakeRawFullFieldMask

func (o *WatchProbesResponse_PageTokenChange) MakeRawFullFieldMask() gotenobject.FieldMask

func (*WatchProbesResponse_PageTokenChange) Marshal

func (*WatchProbesResponse_PageTokenChange) MarshalJSON

func (m *WatchProbesResponse_PageTokenChange) MarshalJSON() ([]byte, error)

func (*WatchProbesResponse_PageTokenChange) Merge

func (*WatchProbesResponse_PageTokenChange) MergeRaw

func (*WatchProbesResponse_PageTokenChange) ProtoMessage

func (*WatchProbesResponse_PageTokenChange) ProtoMessage()

func (*WatchProbesResponse_PageTokenChange) ProtoReflect

func (*WatchProbesResponse_PageTokenChange) Reset

func (*WatchProbesResponse_PageTokenChange) SetNextPageToken

func (m *WatchProbesResponse_PageTokenChange) SetNextPageToken(fv *probe.PagerCursor)

func (*WatchProbesResponse_PageTokenChange) SetPrevPageToken

func (m *WatchProbesResponse_PageTokenChange) SetPrevPageToken(fv *probe.PagerCursor)

func (*WatchProbesResponse_PageTokenChange) String

func (*WatchProbesResponse_PageTokenChange) Unmarshal

func (*WatchProbesResponse_PageTokenChange) UnmarshalJSON

func (m *WatchProbesResponse_PageTokenChange) UnmarshalJSON(data []byte) error

type WatchProbesResponse_PageTokenChangePathSelectorNextPageToken

type WatchProbesResponse_PageTokenChangePathSelectorNextPageToken struct{}

func (WatchProbesResponse_PageTokenChangePathSelectorNextPageToken) FieldPath

func (WatchProbesResponse_PageTokenChangePathSelectorNextPageToken) WithArrayOfValues

func (WatchProbesResponse_PageTokenChangePathSelectorNextPageToken) WithValue

type WatchProbesResponse_PageTokenChangePathSelectorPrevPageToken

type WatchProbesResponse_PageTokenChangePathSelectorPrevPageToken struct{}

func (WatchProbesResponse_PageTokenChangePathSelectorPrevPageToken) FieldPath

func (WatchProbesResponse_PageTokenChangePathSelectorPrevPageToken) WithArrayOfValues

func (WatchProbesResponse_PageTokenChangePathSelectorPrevPageToken) WithValue

type WatchProbesResponse_PageTokenChange_FieldMask

type WatchProbesResponse_PageTokenChange_FieldMask struct {
	Paths []WatchProbesResponsePageTokenChange_FieldPath
}

func FullWatchProbesResponse_PageTokenChange_FieldMask

func FullWatchProbesResponse_PageTokenChange_FieldMask() *WatchProbesResponse_PageTokenChange_FieldMask

func (*WatchProbesResponse_PageTokenChange_FieldMask) AppendPath

func (*WatchProbesResponse_PageTokenChange_FieldMask) AppendRawPath

func (*WatchProbesResponse_PageTokenChange_FieldMask) DecodeFirestore

func (fieldMask *WatchProbesResponse_PageTokenChange_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*WatchProbesResponse_PageTokenChange_FieldMask) EncodeFirestore

func (fieldMask *WatchProbesResponse_PageTokenChange_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*WatchProbesResponse_PageTokenChange_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchProbesResponse_PageTokenChange_FieldMask) FromProtoFieldMask

func (fieldMask *WatchProbesResponse_PageTokenChange_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*WatchProbesResponse_PageTokenChange_FieldMask) GetPaths

func (*WatchProbesResponse_PageTokenChange_FieldMask) GetRawPaths

func (*WatchProbesResponse_PageTokenChange_FieldMask) IsFull

func (WatchProbesResponse_PageTokenChange_FieldMask) Marshal

func (fieldMask WatchProbesResponse_PageTokenChange_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (WatchProbesResponse_PageTokenChange_FieldMask) MarshalJSON

func (fieldMask WatchProbesResponse_PageTokenChange_FieldMask) MarshalJSON() ([]byte, error)

func (*WatchProbesResponse_PageTokenChange_FieldMask) PathsCount

func (fieldMask *WatchProbesResponse_PageTokenChange_FieldMask) PathsCount() int

func (*WatchProbesResponse_PageTokenChange_FieldMask) Project

func (*WatchProbesResponse_PageTokenChange_FieldMask) ProjectRaw

func (*WatchProbesResponse_PageTokenChange_FieldMask) ProtoMessage

func (fieldMask *WatchProbesResponse_PageTokenChange_FieldMask) ProtoMessage()

func (*WatchProbesResponse_PageTokenChange_FieldMask) ProtoReflect

func (*WatchProbesResponse_PageTokenChange_FieldMask) Reset

func (*WatchProbesResponse_PageTokenChange_FieldMask) Set

func (*WatchProbesResponse_PageTokenChange_FieldMask) SetFromCliFlag

func (fieldMask *WatchProbesResponse_PageTokenChange_FieldMask) SetFromCliFlag(raw string) error

func (*WatchProbesResponse_PageTokenChange_FieldMask) SetRaw

func (*WatchProbesResponse_PageTokenChange_FieldMask) Size

func (*WatchProbesResponse_PageTokenChange_FieldMask) String

func (*WatchProbesResponse_PageTokenChange_FieldMask) SubtractRaw

func (*WatchProbesResponse_PageTokenChange_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*WatchProbesResponse_PageTokenChange_FieldMask) Unmarshal

func (fieldMask *WatchProbesResponse_PageTokenChange_FieldMask) Unmarshal(data []byte) error

func (*WatchProbesResponse_PageTokenChange_FieldMask) UnmarshalJSON

func (fieldMask *WatchProbesResponse_PageTokenChange_FieldMask) UnmarshalJSON(data []byte) error

Jump to

Keyboard shortcuts

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