probing_config_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: 58 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchGetProbingConfigsDescriptor added in v0.4.26

type BatchGetProbingConfigsDescriptor struct{}

func GetBatchGetProbingConfigsDescriptor added in v0.4.26

func GetBatchGetProbingConfigsDescriptor() *BatchGetProbingConfigsDescriptor

func (*BatchGetProbingConfigsDescriptor) GetApiDescriptor added in v0.4.26

func (*BatchGetProbingConfigsDescriptor) GetApiName added in v0.4.26

func (d *BatchGetProbingConfigsDescriptor) GetApiName() string

func (*BatchGetProbingConfigsDescriptor) GetClientMsgReflectHandle added in v0.4.26

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

func (*BatchGetProbingConfigsDescriptor) GetFullMethodName added in v0.4.26

func (d *BatchGetProbingConfigsDescriptor) GetFullMethodName() string

func (*BatchGetProbingConfigsDescriptor) GetMethodName added in v0.4.26

func (d *BatchGetProbingConfigsDescriptor) GetMethodName() string

func (*BatchGetProbingConfigsDescriptor) GetProtoPkgName added in v0.4.26

func (d *BatchGetProbingConfigsDescriptor) GetProtoPkgName() string

func (*BatchGetProbingConfigsDescriptor) GetResourceDescriptor added in v0.4.27

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

func (*BatchGetProbingConfigsDescriptor) GetServerMsgReflectHandle added in v0.4.26

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

func (*BatchGetProbingConfigsDescriptor) GetServiceDomain added in v0.4.26

func (d *BatchGetProbingConfigsDescriptor) GetServiceDomain() string

func (*BatchGetProbingConfigsDescriptor) GetServiceVersion added in v0.4.26

func (d *BatchGetProbingConfigsDescriptor) GetServiceVersion() string

func (*BatchGetProbingConfigsDescriptor) GetVerb added in v0.4.26

func (*BatchGetProbingConfigsDescriptor) HasResource added in v0.4.27

func (d *BatchGetProbingConfigsDescriptor) HasResource() bool

func (*BatchGetProbingConfigsDescriptor) IsClientStream added in v0.4.26

func (d *BatchGetProbingConfigsDescriptor) IsClientStream() bool

func (*BatchGetProbingConfigsDescriptor) IsCollection added in v0.4.27

func (d *BatchGetProbingConfigsDescriptor) IsCollection() bool

func (*BatchGetProbingConfigsDescriptor) IsPlural added in v0.4.27

func (d *BatchGetProbingConfigsDescriptor) IsPlural() bool

func (*BatchGetProbingConfigsDescriptor) IsServerStream added in v0.4.26

func (d *BatchGetProbingConfigsDescriptor) IsServerStream() bool

func (*BatchGetProbingConfigsDescriptor) IsUnary added in v0.4.26

func (*BatchGetProbingConfigsDescriptor) NewEmptyClientMsg added in v0.4.26

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

func (*BatchGetProbingConfigsDescriptor) NewEmptyServerMsg added in v0.4.26

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

func (*BatchGetProbingConfigsDescriptor) RequestHasResourceBody added in v0.4.26

func (d *BatchGetProbingConfigsDescriptor) RequestHasResourceBody() bool

type BatchGetProbingConfigsDescriptorClientMsgHandle added in v0.4.26

type BatchGetProbingConfigsDescriptorClientMsgHandle struct{}

func (*BatchGetProbingConfigsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

func (*BatchGetProbingConfigsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*BatchGetProbingConfigsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type BatchGetProbingConfigsDescriptorServerMsgHandle added in v0.4.26

type BatchGetProbingConfigsDescriptorServerMsgHandle struct{}

func (*BatchGetProbingConfigsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

func (*BatchGetProbingConfigsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*BatchGetProbingConfigsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

type BatchGetProbingConfigsRequest

type BatchGetProbingConfigsRequest struct {

	// Names of ProbingConfigs
	Names []*probing_config.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 *probing_config.ProbingConfig_FieldMask `` /* 145-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 [BatchGetProbingConfigs][ntt.watchdog.v1alpha2.BatchGetProbingConfigs]

func (*BatchGetProbingConfigsRequest) Clone

func (*BatchGetProbingConfigsRequest) CloneRaw

func (*BatchGetProbingConfigsRequest) Descriptor

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

Deprecated, Use BatchGetProbingConfigsRequest.ProtoReflect.Descriptor instead.

func (*BatchGetProbingConfigsRequest) GetFieldMask

func (*BatchGetProbingConfigsRequest) GetNames

func (*BatchGetProbingConfigsRequest) GetView

func (*BatchGetProbingConfigsRequest) GotenMessage

func (*BatchGetProbingConfigsRequest) GotenMessage()

func (*BatchGetProbingConfigsRequest) GotenObjectExt

func (o *BatchGetProbingConfigsRequest) GotenObjectExt()

func (*BatchGetProbingConfigsRequest) GotenValidate

func (obj *BatchGetProbingConfigsRequest) GotenValidate() error

func (*BatchGetProbingConfigsRequest) MakeDiffFieldMask

func (*BatchGetProbingConfigsRequest) MakeFullFieldMask

func (*BatchGetProbingConfigsRequest) MakeRawDiffFieldMask

func (*BatchGetProbingConfigsRequest) MakeRawFullFieldMask

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

func (*BatchGetProbingConfigsRequest) Marshal

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

func (*BatchGetProbingConfigsRequest) MarshalJSON

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

func (*BatchGetProbingConfigsRequest) Merge

func (*BatchGetProbingConfigsRequest) MergeRaw

func (*BatchGetProbingConfigsRequest) ProtoMessage

func (*BatchGetProbingConfigsRequest) ProtoMessage()

func (*BatchGetProbingConfigsRequest) ProtoReflect

func (*BatchGetProbingConfigsRequest) Reset

func (m *BatchGetProbingConfigsRequest) Reset()

func (*BatchGetProbingConfigsRequest) SetFieldMask

func (*BatchGetProbingConfigsRequest) SetNames

func (*BatchGetProbingConfigsRequest) SetView

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

func (*BatchGetProbingConfigsRequest) String

func (*BatchGetProbingConfigsRequest) Unmarshal

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

func (*BatchGetProbingConfigsRequest) UnmarshalJSON

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

type BatchGetProbingConfigsRequestFieldPathBuilder

type BatchGetProbingConfigsRequestFieldPathBuilder struct{}

func NewBatchGetProbingConfigsRequestFieldPathBuilder

func NewBatchGetProbingConfigsRequestFieldPathBuilder() BatchGetProbingConfigsRequestFieldPathBuilder

func (BatchGetProbingConfigsRequestFieldPathBuilder) FieldMask

func (BatchGetProbingConfigsRequestFieldPathBuilder) Names

func (BatchGetProbingConfigsRequestFieldPathBuilder) View

type BatchGetProbingConfigsRequestPathSelectorFieldMask

type BatchGetProbingConfigsRequestPathSelectorFieldMask struct{}

func (BatchGetProbingConfigsRequestPathSelectorFieldMask) FieldPath

type BatchGetProbingConfigsRequestPathSelectorNames

type BatchGetProbingConfigsRequestPathSelectorNames struct{}

func (BatchGetProbingConfigsRequestPathSelectorNames) FieldPath

func (BatchGetProbingConfigsRequestPathSelectorNames) WithArrayOfValues

func (BatchGetProbingConfigsRequestPathSelectorNames) WithValue

type BatchGetProbingConfigsRequestPathSelectorView

type BatchGetProbingConfigsRequestPathSelectorView struct{}

func (BatchGetProbingConfigsRequestPathSelectorView) FieldPath

func (BatchGetProbingConfigsRequestPathSelectorView) WithArrayOfValues

func (BatchGetProbingConfigsRequestPathSelectorView) WithValue

type BatchGetProbingConfigsRequest_FieldMask

type BatchGetProbingConfigsRequest_FieldMask struct {
	Paths []BatchGetProbingConfigsRequest_FieldPath
}

func FullBatchGetProbingConfigsRequest_FieldMask

func FullBatchGetProbingConfigsRequest_FieldMask() *BatchGetProbingConfigsRequest_FieldMask

func (*BatchGetProbingConfigsRequest_FieldMask) AppendPath

func (*BatchGetProbingConfigsRequest_FieldMask) AppendRawPath

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

func (*BatchGetProbingConfigsRequest_FieldMask) DecodeFirestore

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

func (*BatchGetProbingConfigsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*BatchGetProbingConfigsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetProbingConfigsRequest_FieldMask) FromProtoFieldMask

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

func (*BatchGetProbingConfigsRequest_FieldMask) GetPaths

func (*BatchGetProbingConfigsRequest_FieldMask) GetRawPaths

func (*BatchGetProbingConfigsRequest_FieldMask) IsFull

func (fieldMask *BatchGetProbingConfigsRequest_FieldMask) IsFull() bool

func (BatchGetProbingConfigsRequest_FieldMask) Marshal

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

implement methods required by customType

func (BatchGetProbingConfigsRequest_FieldMask) MarshalJSON

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

func (*BatchGetProbingConfigsRequest_FieldMask) PathsCount

func (fieldMask *BatchGetProbingConfigsRequest_FieldMask) PathsCount() int

func (*BatchGetProbingConfigsRequest_FieldMask) Project

func (*BatchGetProbingConfigsRequest_FieldMask) ProjectRaw

func (*BatchGetProbingConfigsRequest_FieldMask) ProtoMessage

func (fieldMask *BatchGetProbingConfigsRequest_FieldMask) ProtoMessage()

func (*BatchGetProbingConfigsRequest_FieldMask) ProtoReflect

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

func (*BatchGetProbingConfigsRequest_FieldMask) Reset

func (fieldMask *BatchGetProbingConfigsRequest_FieldMask) Reset()

func (*BatchGetProbingConfigsRequest_FieldMask) Set

func (*BatchGetProbingConfigsRequest_FieldMask) SetFromCliFlag

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

func (*BatchGetProbingConfigsRequest_FieldMask) SetRaw

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

func (*BatchGetProbingConfigsRequest_FieldMask) Size

func (fieldMask *BatchGetProbingConfigsRequest_FieldMask) Size() int

func (*BatchGetProbingConfigsRequest_FieldMask) String

func (fieldMask *BatchGetProbingConfigsRequest_FieldMask) String() string

func (*BatchGetProbingConfigsRequest_FieldMask) Subtract

func (*BatchGetProbingConfigsRequest_FieldMask) SubtractRaw

func (*BatchGetProbingConfigsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*BatchGetProbingConfigsRequest_FieldMask) Unmarshal

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

func (*BatchGetProbingConfigsRequest_FieldMask) UnmarshalJSON

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

type BatchGetProbingConfigsRequest_FieldPath

type BatchGetProbingConfigsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetProbingConfigsRequest_FieldPathSelector
	Get(source *BatchGetProbingConfigsRequest) []interface{}
	GetSingle(source *BatchGetProbingConfigsRequest) (interface{}, bool)
	ClearValue(item *BatchGetProbingConfigsRequest)

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

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

func MustParseBatchGetProbingConfigsRequest_FieldPath

func MustParseBatchGetProbingConfigsRequest_FieldPath(rawField string) BatchGetProbingConfigsRequest_FieldPath

func ParseBatchGetProbingConfigsRequest_FieldPath

func ParseBatchGetProbingConfigsRequest_FieldPath(rawField string) (BatchGetProbingConfigsRequest_FieldPath, error)

type BatchGetProbingConfigsRequest_FieldPathArrayItemValue

type BatchGetProbingConfigsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetProbingConfigsRequest_FieldPath
	ContainsValue(*BatchGetProbingConfigsRequest) bool
}

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

func MustParseBatchGetProbingConfigsRequest_FieldPathArrayItemValue

func MustParseBatchGetProbingConfigsRequest_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetProbingConfigsRequest_FieldPathArrayItemValue

func ParseBatchGetProbingConfigsRequest_FieldPathArrayItemValue

func ParseBatchGetProbingConfigsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetProbingConfigsRequest_FieldPathArrayItemValue, error)

ParseBatchGetProbingConfigsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetProbingConfigsRequest_FieldPathArrayOfValues

type BatchGetProbingConfigsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetProbingConfigsRequest_FieldPath
}

BatchGetProbingConfigsRequest_FieldPathArrayOfValues allows storing slice of values for BatchGetProbingConfigsRequest fields according to their type

func MustParseBatchGetProbingConfigsRequest_FieldPathArrayOfValues

func MustParseBatchGetProbingConfigsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetProbingConfigsRequest_FieldPathArrayOfValues

func ParseBatchGetProbingConfigsRequest_FieldPathArrayOfValues

func ParseBatchGetProbingConfigsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetProbingConfigsRequest_FieldPathArrayOfValues, error)

type BatchGetProbingConfigsRequest_FieldPathSelector

type BatchGetProbingConfigsRequest_FieldPathSelector int32
const (
	BatchGetProbingConfigsRequest_FieldPathSelectorNames     BatchGetProbingConfigsRequest_FieldPathSelector = 0
	BatchGetProbingConfigsRequest_FieldPathSelectorFieldMask BatchGetProbingConfigsRequest_FieldPathSelector = 1
	BatchGetProbingConfigsRequest_FieldPathSelectorView      BatchGetProbingConfigsRequest_FieldPathSelector = 2
)

func (BatchGetProbingConfigsRequest_FieldPathSelector) String

type BatchGetProbingConfigsRequest_FieldPathValue

type BatchGetProbingConfigsRequest_FieldPathValue interface {
	BatchGetProbingConfigsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetProbingConfigsRequest)
	CompareWith(*BatchGetProbingConfigsRequest) (cmp int, comparable bool)
}

BatchGetProbingConfigsRequest_FieldPathValue allows storing values for BatchGetProbingConfigsRequest fields according to their type

func MustParseBatchGetProbingConfigsRequest_FieldPathValue

func MustParseBatchGetProbingConfigsRequest_FieldPathValue(pathStr, valueStr string) BatchGetProbingConfigsRequest_FieldPathValue

func ParseBatchGetProbingConfigsRequest_FieldPathValue

func ParseBatchGetProbingConfigsRequest_FieldPathValue(pathStr, valueStr string) (BatchGetProbingConfigsRequest_FieldPathValue, error)

type BatchGetProbingConfigsRequest_FieldTerminalPath

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

func (*BatchGetProbingConfigsRequest_FieldTerminalPath) ClearValue

func (*BatchGetProbingConfigsRequest_FieldTerminalPath) ClearValueRaw

func (*BatchGetProbingConfigsRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source BatchGetProbingConfigsRequest

func (*BatchGetProbingConfigsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetProbingConfigsRequest_FieldTerminalPath) GetRaw

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

func (*BatchGetProbingConfigsRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source BatchGetProbingConfigsRequest

func (*BatchGetProbingConfigsRequest_FieldTerminalPath) GetSingleRaw

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

func (*BatchGetProbingConfigsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetProbingConfigsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetProbingConfigsRequest_FieldTerminalPath) Selector

func (*BatchGetProbingConfigsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (*BatchGetProbingConfigsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetProbingConfigsRequest_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetProbingConfigsRequest_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetProbingConfigsRequest_FieldTerminalPath) WithIValue

func (*BatchGetProbingConfigsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*BatchGetProbingConfigsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*BatchGetProbingConfigsRequest_FieldTerminalPath) WithRawIValue

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

type BatchGetProbingConfigsRequest_FieldTerminalPathArrayItemValue

type BatchGetProbingConfigsRequest_FieldTerminalPathArrayItemValue struct {
	BatchGetProbingConfigsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetProbingConfigsRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue

func (*BatchGetProbingConfigsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetProbingConfigsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*BatchGetProbingConfigsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetProbingConfigsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type BatchGetProbingConfigsRequest_FieldTerminalPathArrayOfValues

type BatchGetProbingConfigsRequest_FieldTerminalPathArrayOfValues struct {
	BatchGetProbingConfigsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetProbingConfigsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*BatchGetProbingConfigsRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues

func (*BatchGetProbingConfigsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*BatchGetProbingConfigsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type BatchGetProbingConfigsRequest_FieldTerminalPathValue

type BatchGetProbingConfigsRequest_FieldTerminalPathValue struct {
	BatchGetProbingConfigsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetProbingConfigsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*BatchGetProbingConfigsRequest_FieldTerminalPathValue) AsNamesValue

func (*BatchGetProbingConfigsRequest_FieldTerminalPathValue) AsViewValue

func (*BatchGetProbingConfigsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetProbingConfigsRequest_FieldTerminalPathValue' with the value under path in 'BatchGetProbingConfigsRequest'.

func (*BatchGetProbingConfigsRequest_FieldTerminalPathValue) CompareWithRaw

func (*BatchGetProbingConfigsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*BatchGetProbingConfigsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetProbingConfigsRequest

func (*BatchGetProbingConfigsRequest_FieldTerminalPathValue) SetToRaw

type BatchGetProbingConfigsResponse

type BatchGetProbingConfigsResponse struct {

	// found ProbingConfigs
	ProbingConfigs []*probing_config.ProbingConfig `` /* 130-byte string literal not displayed */
	// list of not found ProbingConfigs
	Missing []*probing_config.Reference `protobuf:"bytes,2,rep,customtype=Reference,name=missing,proto3" json:"missing,omitempty" firestore:"missing"`
	// contains filtered or unexported fields
}

BatchGetProbingConfigsResponse

func (*BatchGetProbingConfigsResponse) Clone

func (*BatchGetProbingConfigsResponse) CloneRaw

func (*BatchGetProbingConfigsResponse) Descriptor

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

Deprecated, Use BatchGetProbingConfigsResponse.ProtoReflect.Descriptor instead.

func (*BatchGetProbingConfigsResponse) GetMissing

func (*BatchGetProbingConfigsResponse) GetProbingConfigs

func (*BatchGetProbingConfigsResponse) GotenMessage

func (*BatchGetProbingConfigsResponse) GotenMessage()

func (*BatchGetProbingConfigsResponse) GotenObjectExt

func (o *BatchGetProbingConfigsResponse) GotenObjectExt()

func (*BatchGetProbingConfigsResponse) GotenValidate

func (obj *BatchGetProbingConfigsResponse) GotenValidate() error

func (*BatchGetProbingConfigsResponse) MakeDiffFieldMask

func (*BatchGetProbingConfigsResponse) MakeFullFieldMask

func (*BatchGetProbingConfigsResponse) MakeRawDiffFieldMask

func (*BatchGetProbingConfigsResponse) MakeRawFullFieldMask

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

func (*BatchGetProbingConfigsResponse) Marshal

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

func (*BatchGetProbingConfigsResponse) MarshalJSON

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

func (*BatchGetProbingConfigsResponse) Merge

func (*BatchGetProbingConfigsResponse) MergeRaw

func (*BatchGetProbingConfigsResponse) ProtoMessage

func (*BatchGetProbingConfigsResponse) ProtoMessage()

func (*BatchGetProbingConfigsResponse) ProtoReflect

func (*BatchGetProbingConfigsResponse) Reset

func (m *BatchGetProbingConfigsResponse) Reset()

func (*BatchGetProbingConfigsResponse) SetMissing

func (*BatchGetProbingConfigsResponse) SetProbingConfigs

func (m *BatchGetProbingConfigsResponse) SetProbingConfigs(fv []*probing_config.ProbingConfig)

func (*BatchGetProbingConfigsResponse) String

func (*BatchGetProbingConfigsResponse) Unmarshal

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

func (*BatchGetProbingConfigsResponse) UnmarshalJSON

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

type BatchGetProbingConfigsResponseFieldPathBuilder

type BatchGetProbingConfigsResponseFieldPathBuilder struct{}

func NewBatchGetProbingConfigsResponseFieldPathBuilder

func NewBatchGetProbingConfigsResponseFieldPathBuilder() BatchGetProbingConfigsResponseFieldPathBuilder

func (BatchGetProbingConfigsResponseFieldPathBuilder) Missing

func (BatchGetProbingConfigsResponseFieldPathBuilder) ProbingConfigs

type BatchGetProbingConfigsResponseMapPathSelectorProbingConfigsMetadataAnnotations

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

func (BatchGetProbingConfigsResponseMapPathSelectorProbingConfigsMetadataAnnotations) FieldPath

func (BatchGetProbingConfigsResponseMapPathSelectorProbingConfigsMetadataAnnotations) WithArrayOfValues

func (BatchGetProbingConfigsResponseMapPathSelectorProbingConfigsMetadataAnnotations) WithValue

type BatchGetProbingConfigsResponseMapPathSelectorProbingConfigsMetadataLabels

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

func (BatchGetProbingConfigsResponseMapPathSelectorProbingConfigsMetadataLabels) FieldPath

func (BatchGetProbingConfigsResponseMapPathSelectorProbingConfigsMetadataLabels) WithArrayOfValues

func (BatchGetProbingConfigsResponseMapPathSelectorProbingConfigsMetadataLabels) WithValue

type BatchGetProbingConfigsResponseMapPathSelectorProbingConfigsMetadataShards

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

func (BatchGetProbingConfigsResponseMapPathSelectorProbingConfigsMetadataShards) FieldPath

func (BatchGetProbingConfigsResponseMapPathSelectorProbingConfigsMetadataShards) WithArrayOfValues

func (BatchGetProbingConfigsResponseMapPathSelectorProbingConfigsMetadataShards) WithValue

type BatchGetProbingConfigsResponseMapPathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders

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

func (BatchGetProbingConfigsResponseMapPathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (BatchGetProbingConfigsResponseMapPathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (BatchGetProbingConfigsResponseMapPathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type BatchGetProbingConfigsResponseMapPathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders

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

func (BatchGetProbingConfigsResponseMapPathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (BatchGetProbingConfigsResponseMapPathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (BatchGetProbingConfigsResponseMapPathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue

type BatchGetProbingConfigsResponseMapPathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders

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

func (BatchGetProbingConfigsResponseMapPathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (BatchGetProbingConfigsResponseMapPathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (BatchGetProbingConfigsResponseMapPathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type BatchGetProbingConfigsResponseMapPathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders

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

func (BatchGetProbingConfigsResponseMapPathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (BatchGetProbingConfigsResponseMapPathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (BatchGetProbingConfigsResponseMapPathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue

type BatchGetProbingConfigsResponsePathSelectorMissing

type BatchGetProbingConfigsResponsePathSelectorMissing struct{}

func (BatchGetProbingConfigsResponsePathSelectorMissing) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorMissing) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorMissing) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigs

type BatchGetProbingConfigsResponsePathSelectorProbingConfigs struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigs) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigs) Metadata

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigs) Name

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigs) Spec

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigs) Status

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigs) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigs) WithSubArrayItemValue

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigs) WithSubArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigs) WithSubPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigs) WithSubValue

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigs) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsDisplayName

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsDisplayName struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsDisplayName) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsDisplayName) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsDisplayName) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadata

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadata struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadata) DeleteTime added in v0.7.1

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadata) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadata) Lifecycle added in v0.7.1

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadata) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadata) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataAnnotations

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataAnnotations struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataAnnotations) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataAnnotations) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataAnnotations) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataCreateTime

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataCreateTime struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataCreateTime) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataCreateTime) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataCreateTime) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataDeleteTime added in v0.7.1

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataDeleteTime struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataDeleteTime) FieldPath added in v0.7.1

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataDeleteTime) WithValue added in v0.7.1

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataGeneration

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataGeneration struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataGeneration) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataGeneration) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataGeneration) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataLabels

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataLabels struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataLabels) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataLabels) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataLabels) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataLifecycle added in v0.7.1

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataLifecycle struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataLifecycle) BlockDeletion added in v0.7.1

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataLifecycle) FieldPath added in v0.7.1

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataLifecycle) State added in v0.7.1

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataLifecycle) WithValue added in v0.7.1

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataLifecycleBlockDeletion added in v0.7.1

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataLifecycleBlockDeletion struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataLifecycleState added in v0.7.1

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataLifecycleState struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataLifecycleState) FieldPath added in v0.7.1

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataLifecycleState) WithValue added in v0.7.1

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferences

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferences struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferences) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferences) Region added in v0.7.1

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferences) Version added in v0.7.1

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferences) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferences) WithItemValue

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferences) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesBlockOwnerDeletion

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesController

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesController struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesController) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesController) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesController) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesKind

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesKind struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesKind) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesKind) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesKind) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesName

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesName struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesName) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesName) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesName) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesRegion added in v0.7.1

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesRegion struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesRequiresOwnerReference struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesVersion added in v0.7.1

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesVersion struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataResourceVersion

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataResourceVersion struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataResourceVersion) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataResourceVersion) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataResourceVersion) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataShards

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataShards struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataShards) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataShards) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataShards) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataSyncing

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataSyncing struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataSyncing) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataSyncing) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataSyncing) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataSyncingOwningRegion

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataSyncingOwningRegion struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataSyncingOwningRegion) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataSyncingOwningRegion) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataSyncingOwningRegion) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataSyncingRegions

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataSyncingRegions struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataSyncingRegions) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataSyncingRegions) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataSyncingRegions) WithItemValue

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataSyncingRegions) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataTags

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataTags struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataTags) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataTags) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataTags) WithItemValue

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataTags) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataUpdateTime

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataUpdateTime struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataUpdateTime) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataUpdateTime) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataUpdateTime) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataUuid

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataUuid struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataUuid) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataUuid) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsMetadataUuid) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsName

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsName struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsName) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsName) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsName) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpec

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpec struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpec) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpec) Probe

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpec) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpec) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbe

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbe struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbe) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbe) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbe) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessions

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessions struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessions) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessions) SpeedtestSettings added in v0.4.26

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessions) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessions) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsAddress

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsAddress struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsAddress) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsAddress) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsAddress) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsAddresses

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsAddresses struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsAddresses) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsAddresses) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsAddresses) WithItemValue

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsAddresses) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsCategory

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsCategory struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsCategory) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsCategory) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsCategory) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsGroupName

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsGroupName struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsGroupName) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsGroupName) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsGroupName) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfig

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfig struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfig) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfig) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfig) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfig

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfig struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfig) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfig) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfig) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigPassword

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigPassword struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigPassword) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigPassword) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigPassword) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigUsername

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigUsername struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigUsername) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigUsername) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigUsername) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequest

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequest struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequest) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequest) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequest) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestTimeout

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestTimeout struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestTimeout) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestTimeout) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestTimeout) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestUrl

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestUrl struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestUrl) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestUrl) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestUrl) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsInterval

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsInterval struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsInterval) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsInterval) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsInterval) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsIntervalSec

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsIntervalSec struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsIntervalSec) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsIntervalSec) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsIntervalSec) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsIpVersion

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsIpVersion struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsIpVersion) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsIpVersion) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsIpVersion) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocation

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocation struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocation) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocation) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocation) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAccuracy

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAccuracy struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAccuracy) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAccuracy) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAccuracy) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddress

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddress struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddress) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddress) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddress) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea1

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea1 struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea1) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea1) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea1) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea2

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea2 struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea2) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea2) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea2) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea3

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea3 struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea3) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea3) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea3) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea4

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea4 struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea4) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea4) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea4) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressContinent

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressContinent struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressContinent) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressContinent) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressContinent) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressCountry

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressCountry struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressCountry) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressCountry) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressCountry) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressCountryCode

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressCountryCode struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressCountryCode) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressCountryCode) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressCountryCode) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressPostalCode

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressPostalCode struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressPostalCode) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressPostalCode) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressPostalCode) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressStreetAddress

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressStreetAddress struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressStreetAddress) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressStreetAddress) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressStreetAddress) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchy

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchy struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchy) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchy) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchy) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin1

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin1 struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin1) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin1) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin1) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin2

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin2 struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin2) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin2) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin2) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin3

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin3 struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin3) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin3) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin3) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin4

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin4 struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin4) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin4) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin4) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin5

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin5 struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin5) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin5) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin5) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyContinent

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyContinent struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyContinent) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyContinent) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyContinent) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyCountry

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyCountry struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyCountry) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyCountry) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyCountry) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationCoordinates

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationCoordinates struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationCoordinates) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationCoordinates) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationCoordinates) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationType

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationType struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationType) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationType) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationType) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsMode

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsMode struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsMode) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsMode) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsMode) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbing

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbing struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbing) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbing) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbing) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingAttempts

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingAttempts struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingAttempts) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingAttempts) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingAttempts) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingEnabled

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingEnabled struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingEnabled) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingEnabled) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingEnabled) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingInterval

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingInterval struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingInterval) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingInterval) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingInterval) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingIntervalSec

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingIntervalSec struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingIntervalSec) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingIntervalSec) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingIntervalSec) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingMaxTtl

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingMaxTtl struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingMaxTtl) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingMaxTtl) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingMaxTtl) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingMode

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingMode struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingMode) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingMode) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingMode) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfiguration

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfiguration struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfiguration) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfiguration) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfiguration) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationHttpProxy

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationHttpProxy struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationHttpProxy) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationHttpProxy) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationHttpProxy) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationHttpsProxy

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationHttpsProxy struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationHttpsProxy) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationHttpsProxy) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationHttpsProxy) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationNoProxy

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationNoProxy struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationNoProxy) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationNoProxy) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationNoProxy) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationProxySetting

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationProxySetting struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationProxySetting) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationProxySetting) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationProxySetting) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettings added in v0.4.26

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettings struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettings) Duration added in v0.4.26

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettings) FieldPath added in v0.4.26

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettings) ServerSelection added in v0.4.26

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettings) TcpPort added in v0.4.26

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettings) WithArrayOfValues added in v0.4.26

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettings) WithValue added in v0.4.26

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettingsDuration added in v0.4.26

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettingsDuration struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettingsDuration) FieldPath added in v0.4.26

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettingsDuration) WithArrayOfValues added in v0.4.26

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettingsDuration) WithValue added in v0.4.26

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettingsServerSelection added in v0.4.26

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettingsServerSelection struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettingsServerSelection) FieldPath added in v0.4.26

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettingsServerSelection) WithArrayOfValues added in v0.4.26

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettingsServerSelection) WithValue added in v0.4.26

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettingsTcpPort added in v0.4.26

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettingsTcpPort struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettingsTcpPort) FieldPath added in v0.4.26

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettingsTcpPort) WithArrayOfValues added in v0.4.26

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettingsTcpPort) WithValue added in v0.4.26

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTarget

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTarget struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTarget) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTarget) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTarget) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTargetDisplayName

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTargetDisplayName struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTargetDisplayName) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTargetDisplayName) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTargetDisplayName) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTargetGroup

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTargetGroup struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTargetGroup) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTargetGroup) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTargetGroup) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTos

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTos struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTos) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTos) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTos) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsWindowSize

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsWindowSize struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsWindowSize) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsWindowSize) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsWindowSize) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtest

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtest struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtest) FieldPath

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestEnabled

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestEnabled struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestEnabled) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestEnabled) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestEnabled) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestInterval

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestInterval struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestInterval) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestInterval) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestInterval) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestIntervalMinutes

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestIntervalMinutes struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestIntervalMinutes) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestIntervalMinutes) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestIntervalMinutes) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServers

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServers struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServers) FieldPath

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersIpAddresses

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersIpAddresses struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersIpAddresses) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersIpAddresses) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersIpAddresses) WithItemValue

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersIpAddresses) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocation

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocation struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocation) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocation) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocation) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAccuracy

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAccuracy struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAccuracy) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAccuracy) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAccuracy) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddress

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddress struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddress) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddress) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddress) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea1

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea1 struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea1) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea1) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea1) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea2

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea2 struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea2) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea2) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea2) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea3

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea3 struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea3) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea3) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea3) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea4

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea4 struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea4) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea4) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea4) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressContinent

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressContinent struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressContinent) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressContinent) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressContinent) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressCountry

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressCountry struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressCountry) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressCountry) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressCountry) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressCountryCode

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressCountryCode struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressCountryCode) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressCountryCode) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressCountryCode) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressPostalCode

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressPostalCode struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressPostalCode) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressPostalCode) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressPostalCode) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressStreetAddress

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressStreetAddress struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressStreetAddress) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressStreetAddress) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressStreetAddress) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchy

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchy struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchy) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchy) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchy) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin1

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin1 struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin1) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin1) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin1) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin2

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin2 struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin2) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin2) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin2) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin3

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin3 struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin3) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin3) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin3) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin4

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin4 struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin4) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin4) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin4) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin5

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin5 struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin5) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin5) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin5) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyContinent

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyContinent struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyContinent) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyContinent) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyContinent) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyCountry

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyCountry struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyCountry) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyCountry) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyCountry) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationCoordinates

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationCoordinates struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationCoordinates) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationCoordinates) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationCoordinates) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersName

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersName struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersName) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersName) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersName) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersTarget

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersTarget struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersTarget) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersTarget) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersTarget) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessions

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessions struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessions) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessions) SpeedtestSettings added in v0.4.26

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessions) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessions) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsAddress

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsAddress struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsAddress) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsAddress) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsAddress) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsAddresses

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsAddresses struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsAddresses) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsAddresses) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsAddresses) WithItemValue

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsAddresses) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsCategory

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsCategory struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsCategory) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsCategory) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsCategory) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsGroupName

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsGroupName struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsGroupName) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsGroupName) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsGroupName) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfig

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfig struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfig) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfig) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfig) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfig

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfig struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfig) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfig) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfig) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigPassword

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigPassword struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigPassword) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigPassword) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigPassword) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigUsername

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigUsername struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigUsername) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigUsername) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigUsername) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequest

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequest struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequest) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequest) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequest) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestTimeout

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestTimeout struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestTimeout) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestTimeout) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestTimeout) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestUrl

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestUrl struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestUrl) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestUrl) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestUrl) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsInterval

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsInterval struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsInterval) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsInterval) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsInterval) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsIntervalSec

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsIntervalSec struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsIntervalSec) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsIntervalSec) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsIntervalSec) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsIpVersion

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsIpVersion struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsIpVersion) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsIpVersion) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsIpVersion) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocation

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocation struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocation) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocation) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocation) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAccuracy

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAccuracy struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAccuracy) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAccuracy) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAccuracy) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddress

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddress struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddress) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddress) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddress) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea1

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea1 struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea1) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea1) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea1) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea2

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea2 struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea2) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea2) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea2) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea3

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea3 struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea3) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea3) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea3) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea4

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea4 struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea4) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea4) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea4) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressContinent

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressContinent struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressContinent) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressContinent) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressContinent) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressCountry

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressCountry struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressCountry) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressCountry) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressCountry) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressCountryCode

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressCountryCode struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressCountryCode) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressCountryCode) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressCountryCode) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressPostalCode

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressPostalCode struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressPostalCode) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressPostalCode) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressPostalCode) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressStreetAddress

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressStreetAddress struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressStreetAddress) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressStreetAddress) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressStreetAddress) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchy

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchy struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchy) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchy) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchy) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin1

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin1 struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin1) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin1) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin1) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin2

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin2 struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin2) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin2) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin2) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin3

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin3 struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin3) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin3) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin3) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin4

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin4 struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin4) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin4) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin4) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin5

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin5 struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin5) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin5) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin5) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyContinent

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyContinent struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyContinent) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyContinent) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyContinent) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyCountry

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyCountry struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyCountry) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyCountry) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyCountry) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationCoordinates

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationCoordinates struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationCoordinates) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationCoordinates) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationCoordinates) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationType

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationType struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationType) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationType) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationType) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsMode

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsMode struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsMode) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsMode) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsMode) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbing

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbing struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbing) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbing) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbing) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingAttempts

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingAttempts struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingAttempts) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingAttempts) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingAttempts) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingEnabled

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingEnabled struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingEnabled) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingEnabled) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingEnabled) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingInterval

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingInterval struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingInterval) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingInterval) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingInterval) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingIntervalSec

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingIntervalSec struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingIntervalSec) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingIntervalSec) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingIntervalSec) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingMaxTtl

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingMaxTtl struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingMaxTtl) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingMaxTtl) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingMaxTtl) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingMode

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingMode struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingMode) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingMode) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingMode) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfiguration

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfiguration struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfiguration) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfiguration) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfiguration) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationHttpProxy

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationHttpProxy struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationHttpProxy) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationHttpProxy) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationHttpProxy) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationHttpsProxy

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationHttpsProxy struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationHttpsProxy) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationHttpsProxy) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationHttpsProxy) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationNoProxy

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationNoProxy struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationNoProxy) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationNoProxy) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationNoProxy) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationProxySetting

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationProxySetting struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationProxySetting) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationProxySetting) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationProxySetting) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettings added in v0.4.26

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettings struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettings) Duration added in v0.4.26

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettings) FieldPath added in v0.4.26

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettings) ServerSelection added in v0.4.26

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettings) TcpPort added in v0.4.26

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettings) WithArrayOfValues added in v0.4.26

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettings) WithValue added in v0.4.26

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettingsDuration added in v0.4.26

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettingsDuration struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettingsDuration) FieldPath added in v0.4.26

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettingsDuration) WithArrayOfValues added in v0.4.26

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettingsDuration) WithValue added in v0.4.26

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettingsServerSelection added in v0.4.26

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettingsServerSelection struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettingsServerSelection) FieldPath added in v0.4.26

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettingsServerSelection) WithArrayOfValues added in v0.4.26

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettingsServerSelection) WithValue added in v0.4.26

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettingsTcpPort added in v0.4.26

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettingsTcpPort struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettingsTcpPort) FieldPath added in v0.4.26

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettingsTcpPort) WithArrayOfValues added in v0.4.26

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettingsTcpPort) WithValue added in v0.4.26

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTarget

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTarget struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTarget) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTarget) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTarget) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTargetDisplayName

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTargetDisplayName struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTargetDisplayName) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTargetDisplayName) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTargetDisplayName) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTargetGroup

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTargetGroup struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTargetGroup) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTargetGroup) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTargetGroup) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTos

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTos struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTos) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTos) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTos) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsWindowSize

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsWindowSize struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsWindowSize) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsWindowSize) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsWindowSize) WithValue

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsStatus

type BatchGetProbingConfigsResponsePathSelectorProbingConfigsStatus struct{}

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsStatus) FieldPath

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsStatus) WithArrayOfValues

func (BatchGetProbingConfigsResponsePathSelectorProbingConfigsStatus) WithValue

type BatchGetProbingConfigsResponse_FieldMask

type BatchGetProbingConfigsResponse_FieldMask struct {
	Paths []BatchGetProbingConfigsResponse_FieldPath
}

func FullBatchGetProbingConfigsResponse_FieldMask

func FullBatchGetProbingConfigsResponse_FieldMask() *BatchGetProbingConfigsResponse_FieldMask

func (*BatchGetProbingConfigsResponse_FieldMask) AppendPath

func (*BatchGetProbingConfigsResponse_FieldMask) AppendRawPath

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

func (*BatchGetProbingConfigsResponse_FieldMask) DecodeFirestore

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

func (*BatchGetProbingConfigsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*BatchGetProbingConfigsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetProbingConfigsResponse_FieldMask) FromProtoFieldMask

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

func (*BatchGetProbingConfigsResponse_FieldMask) GetPaths

func (*BatchGetProbingConfigsResponse_FieldMask) GetRawPaths

func (*BatchGetProbingConfigsResponse_FieldMask) IsFull

func (fieldMask *BatchGetProbingConfigsResponse_FieldMask) IsFull() bool

func (BatchGetProbingConfigsResponse_FieldMask) Marshal

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

implement methods required by customType

func (BatchGetProbingConfigsResponse_FieldMask) MarshalJSON

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

func (*BatchGetProbingConfigsResponse_FieldMask) PathsCount

func (fieldMask *BatchGetProbingConfigsResponse_FieldMask) PathsCount() int

func (*BatchGetProbingConfigsResponse_FieldMask) Project

func (*BatchGetProbingConfigsResponse_FieldMask) ProjectRaw

func (*BatchGetProbingConfigsResponse_FieldMask) ProtoMessage

func (fieldMask *BatchGetProbingConfigsResponse_FieldMask) ProtoMessage()

func (*BatchGetProbingConfigsResponse_FieldMask) ProtoReflect

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

func (*BatchGetProbingConfigsResponse_FieldMask) Reset

func (fieldMask *BatchGetProbingConfigsResponse_FieldMask) Reset()

func (*BatchGetProbingConfigsResponse_FieldMask) Set

func (*BatchGetProbingConfigsResponse_FieldMask) SetFromCliFlag

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

func (*BatchGetProbingConfigsResponse_FieldMask) SetRaw

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

func (*BatchGetProbingConfigsResponse_FieldMask) Size

func (*BatchGetProbingConfigsResponse_FieldMask) String

func (*BatchGetProbingConfigsResponse_FieldMask) Subtract

func (*BatchGetProbingConfigsResponse_FieldMask) SubtractRaw

func (*BatchGetProbingConfigsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*BatchGetProbingConfigsResponse_FieldMask) Unmarshal

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

func (*BatchGetProbingConfigsResponse_FieldMask) UnmarshalJSON

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

type BatchGetProbingConfigsResponse_FieldPath

type BatchGetProbingConfigsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetProbingConfigsResponse_FieldPathSelector
	Get(source *BatchGetProbingConfigsResponse) []interface{}
	GetSingle(source *BatchGetProbingConfigsResponse) (interface{}, bool)
	ClearValue(item *BatchGetProbingConfigsResponse)

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

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

func MustParseBatchGetProbingConfigsResponse_FieldPath

func MustParseBatchGetProbingConfigsResponse_FieldPath(rawField string) BatchGetProbingConfigsResponse_FieldPath

func ParseBatchGetProbingConfigsResponse_FieldPath

func ParseBatchGetProbingConfigsResponse_FieldPath(rawField string) (BatchGetProbingConfigsResponse_FieldPath, error)

type BatchGetProbingConfigsResponse_FieldPathArrayItemValue

type BatchGetProbingConfigsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetProbingConfigsResponse_FieldPath
	ContainsValue(*BatchGetProbingConfigsResponse) bool
}

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

func MustParseBatchGetProbingConfigsResponse_FieldPathArrayItemValue

func MustParseBatchGetProbingConfigsResponse_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetProbingConfigsResponse_FieldPathArrayItemValue

func ParseBatchGetProbingConfigsResponse_FieldPathArrayItemValue

func ParseBatchGetProbingConfigsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetProbingConfigsResponse_FieldPathArrayItemValue, error)

ParseBatchGetProbingConfigsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetProbingConfigsResponse_FieldPathArrayOfValues

type BatchGetProbingConfigsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetProbingConfigsResponse_FieldPath
}

BatchGetProbingConfigsResponse_FieldPathArrayOfValues allows storing slice of values for BatchGetProbingConfigsResponse fields according to their type

func MustParseBatchGetProbingConfigsResponse_FieldPathArrayOfValues

func MustParseBatchGetProbingConfigsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetProbingConfigsResponse_FieldPathArrayOfValues

func ParseBatchGetProbingConfigsResponse_FieldPathArrayOfValues

func ParseBatchGetProbingConfigsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetProbingConfigsResponse_FieldPathArrayOfValues, error)

type BatchGetProbingConfigsResponse_FieldPathSelector

type BatchGetProbingConfigsResponse_FieldPathSelector int32
const (
	BatchGetProbingConfigsResponse_FieldPathSelectorProbingConfigs BatchGetProbingConfigsResponse_FieldPathSelector = 0
	BatchGetProbingConfigsResponse_FieldPathSelectorMissing        BatchGetProbingConfigsResponse_FieldPathSelector = 1
)

func (BatchGetProbingConfigsResponse_FieldPathSelector) String

type BatchGetProbingConfigsResponse_FieldPathValue

type BatchGetProbingConfigsResponse_FieldPathValue interface {
	BatchGetProbingConfigsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetProbingConfigsResponse)
	CompareWith(*BatchGetProbingConfigsResponse) (cmp int, comparable bool)
}

BatchGetProbingConfigsResponse_FieldPathValue allows storing values for BatchGetProbingConfigsResponse fields according to their type

func MustParseBatchGetProbingConfigsResponse_FieldPathValue

func MustParseBatchGetProbingConfigsResponse_FieldPathValue(pathStr, valueStr string) BatchGetProbingConfigsResponse_FieldPathValue

func ParseBatchGetProbingConfigsResponse_FieldPathValue

func ParseBatchGetProbingConfigsResponse_FieldPathValue(pathStr, valueStr string) (BatchGetProbingConfigsResponse_FieldPathValue, error)

type BatchGetProbingConfigsResponse_FieldSubPath

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

func (*BatchGetProbingConfigsResponse_FieldSubPath) AsProbingConfigsSubPath

func (*BatchGetProbingConfigsResponse_FieldSubPath) ClearValue

func (*BatchGetProbingConfigsResponse_FieldSubPath) ClearValueRaw

func (*BatchGetProbingConfigsResponse_FieldSubPath) Get

func (fps *BatchGetProbingConfigsResponse_FieldSubPath) Get(source *BatchGetProbingConfigsResponse) (values []interface{})

Get returns all values pointed by selected field from source BatchGetProbingConfigsResponse

func (*BatchGetProbingConfigsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetProbingConfigsResponse_FieldSubPath) GetRaw

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

func (*BatchGetProbingConfigsResponse_FieldSubPath) GetSingle

GetSingle returns value of selected field from source BatchGetProbingConfigsResponse

func (*BatchGetProbingConfigsResponse_FieldSubPath) GetSingleRaw

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

func (*BatchGetProbingConfigsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetProbingConfigsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetProbingConfigsResponse_FieldSubPath) Selector

func (*BatchGetProbingConfigsResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*BatchGetProbingConfigsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*BatchGetProbingConfigsResponse_FieldSubPath) WithIArrayItemValue

func (*BatchGetProbingConfigsResponse_FieldSubPath) WithIArrayOfValues

func (*BatchGetProbingConfigsResponse_FieldSubPath) WithIValue

func (*BatchGetProbingConfigsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*BatchGetProbingConfigsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*BatchGetProbingConfigsResponse_FieldSubPath) WithRawIValue

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

type BatchGetProbingConfigsResponse_FieldSubPathArrayItemValue

type BatchGetProbingConfigsResponse_FieldSubPathArrayItemValue struct {
	BatchGetProbingConfigsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetProbingConfigsResponse_FieldSubPathArrayItemValue) AsProbingConfigsPathItemValue

func (*BatchGetProbingConfigsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*BatchGetProbingConfigsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type BatchGetProbingConfigsResponse_FieldSubPathArrayOfValues

type BatchGetProbingConfigsResponse_FieldSubPathArrayOfValues struct {
	BatchGetProbingConfigsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetProbingConfigsResponse_FieldSubPathArrayOfValues) AsProbingConfigsPathArrayOfValues

func (*BatchGetProbingConfigsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type BatchGetProbingConfigsResponse_FieldSubPathValue

type BatchGetProbingConfigsResponse_FieldSubPathValue struct {
	BatchGetProbingConfigsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetProbingConfigsResponse_FieldSubPathValue) AsProbingConfigsPathValue

func (*BatchGetProbingConfigsResponse_FieldSubPathValue) CompareWith

func (*BatchGetProbingConfigsResponse_FieldSubPathValue) CompareWithRaw

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

func (*BatchGetProbingConfigsResponse_FieldSubPathValue) GetRawValue

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

func (*BatchGetProbingConfigsResponse_FieldSubPathValue) SetTo

func (*BatchGetProbingConfigsResponse_FieldSubPathValue) SetToRaw

type BatchGetProbingConfigsResponse_FieldTerminalPath

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

func (*BatchGetProbingConfigsResponse_FieldTerminalPath) ClearValue

func (*BatchGetProbingConfigsResponse_FieldTerminalPath) ClearValueRaw

func (*BatchGetProbingConfigsResponse_FieldTerminalPath) Get

Get returns all values pointed by specific field from source BatchGetProbingConfigsResponse

func (*BatchGetProbingConfigsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetProbingConfigsResponse_FieldTerminalPath) GetRaw

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

func (*BatchGetProbingConfigsResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source BatchGetProbingConfigsResponse

func (*BatchGetProbingConfigsResponse_FieldTerminalPath) GetSingleRaw

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

func (*BatchGetProbingConfigsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetProbingConfigsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetProbingConfigsResponse_FieldTerminalPath) Selector

func (*BatchGetProbingConfigsResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (*BatchGetProbingConfigsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetProbingConfigsResponse_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetProbingConfigsResponse_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetProbingConfigsResponse_FieldTerminalPath) WithIValue

func (*BatchGetProbingConfigsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*BatchGetProbingConfigsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*BatchGetProbingConfigsResponse_FieldTerminalPath) WithRawIValue

type BatchGetProbingConfigsResponse_FieldTerminalPathArrayItemValue

type BatchGetProbingConfigsResponse_FieldTerminalPathArrayItemValue struct {
	BatchGetProbingConfigsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetProbingConfigsResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue

func (*BatchGetProbingConfigsResponse_FieldTerminalPathArrayItemValue) AsProbingConfigsItemValue

func (*BatchGetProbingConfigsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetProbingConfigsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*BatchGetProbingConfigsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetProbingConfigsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type BatchGetProbingConfigsResponse_FieldTerminalPathArrayOfValues

type BatchGetProbingConfigsResponse_FieldTerminalPathArrayOfValues struct {
	BatchGetProbingConfigsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetProbingConfigsResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues

func (*BatchGetProbingConfigsResponse_FieldTerminalPathArrayOfValues) AsProbingConfigsArrayOfValues

func (*BatchGetProbingConfigsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type BatchGetProbingConfigsResponse_FieldTerminalPathValue

type BatchGetProbingConfigsResponse_FieldTerminalPathValue struct {
	BatchGetProbingConfigsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetProbingConfigsResponse_FieldTerminalPathValue) AsMissingValue

func (*BatchGetProbingConfigsResponse_FieldTerminalPathValue) AsProbingConfigsValue

func (*BatchGetProbingConfigsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetProbingConfigsResponse_FieldTerminalPathValue' with the value under path in 'BatchGetProbingConfigsResponse'.

func (*BatchGetProbingConfigsResponse_FieldTerminalPathValue) CompareWithRaw

func (*BatchGetProbingConfigsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*BatchGetProbingConfigsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetProbingConfigsResponse

func (*BatchGetProbingConfigsResponse_FieldTerminalPathValue) SetToRaw

type CreateProbingConfigDescriptor added in v0.4.26

type CreateProbingConfigDescriptor struct{}

func GetCreateProbingConfigDescriptor added in v0.4.26

func GetCreateProbingConfigDescriptor() *CreateProbingConfigDescriptor

func (*CreateProbingConfigDescriptor) GetApiDescriptor added in v0.4.26

func (*CreateProbingConfigDescriptor) GetApiName added in v0.4.26

func (d *CreateProbingConfigDescriptor) GetApiName() string

func (*CreateProbingConfigDescriptor) GetClientMsgReflectHandle added in v0.4.26

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

func (*CreateProbingConfigDescriptor) GetFullMethodName added in v0.4.26

func (d *CreateProbingConfigDescriptor) GetFullMethodName() string

func (*CreateProbingConfigDescriptor) GetMethodName added in v0.4.26

func (d *CreateProbingConfigDescriptor) GetMethodName() string

func (*CreateProbingConfigDescriptor) GetProtoPkgName added in v0.4.26

func (d *CreateProbingConfigDescriptor) GetProtoPkgName() string

func (*CreateProbingConfigDescriptor) GetResourceDescriptor added in v0.4.27

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

func (*CreateProbingConfigDescriptor) GetServerMsgReflectHandle added in v0.4.26

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

func (*CreateProbingConfigDescriptor) GetServiceDomain added in v0.4.26

func (d *CreateProbingConfigDescriptor) GetServiceDomain() string

func (*CreateProbingConfigDescriptor) GetServiceVersion added in v0.4.26

func (d *CreateProbingConfigDescriptor) GetServiceVersion() string

func (*CreateProbingConfigDescriptor) GetVerb added in v0.4.26

func (*CreateProbingConfigDescriptor) HasResource added in v0.4.27

func (d *CreateProbingConfigDescriptor) HasResource() bool

func (*CreateProbingConfigDescriptor) IsClientStream added in v0.4.26

func (d *CreateProbingConfigDescriptor) IsClientStream() bool

func (*CreateProbingConfigDescriptor) IsCollection added in v0.4.27

func (d *CreateProbingConfigDescriptor) IsCollection() bool

func (*CreateProbingConfigDescriptor) IsPlural added in v0.4.27

func (d *CreateProbingConfigDescriptor) IsPlural() bool

func (*CreateProbingConfigDescriptor) IsServerStream added in v0.4.26

func (d *CreateProbingConfigDescriptor) IsServerStream() bool

func (*CreateProbingConfigDescriptor) IsUnary added in v0.4.26

func (d *CreateProbingConfigDescriptor) IsUnary() bool

func (*CreateProbingConfigDescriptor) NewEmptyClientMsg added in v0.4.26

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

func (*CreateProbingConfigDescriptor) NewEmptyServerMsg added in v0.4.26

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

func (*CreateProbingConfigDescriptor) RequestHasResourceBody added in v0.4.26

func (d *CreateProbingConfigDescriptor) RequestHasResourceBody() bool

type CreateProbingConfigDescriptorClientMsgHandle added in v0.4.26

type CreateProbingConfigDescriptorClientMsgHandle struct{}

func (*CreateProbingConfigDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

func (*CreateProbingConfigDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*CreateProbingConfigDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type CreateProbingConfigDescriptorServerMsgHandle added in v0.4.26

type CreateProbingConfigDescriptorServerMsgHandle struct{}

func (*CreateProbingConfigDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

func (*CreateProbingConfigDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*CreateProbingConfigDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

type CreateProbingConfigRequest

type CreateProbingConfigRequest struct {

	// Parent reference of ntt.watchdog.v1alpha2.ProbingConfig
	Parent *probing_config.ParentReference `protobuf:"bytes,1,opt,customtype=ParentReference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// ProbingConfig resource body
	ProbingConfig *probing_config.ProbingConfig `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

func (*CreateProbingConfigRequest) Clone

func (*CreateProbingConfigRequest) CloneRaw

func (*CreateProbingConfigRequest) Descriptor

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

Deprecated, Use CreateProbingConfigRequest.ProtoReflect.Descriptor instead.

func (*CreateProbingConfigRequest) GetParent

func (*CreateProbingConfigRequest) GetProbingConfig

func (*CreateProbingConfigRequest) GotenMessage

func (*CreateProbingConfigRequest) GotenMessage()

func (*CreateProbingConfigRequest) GotenObjectExt

func (o *CreateProbingConfigRequest) GotenObjectExt()

func (*CreateProbingConfigRequest) GotenValidate

func (obj *CreateProbingConfigRequest) GotenValidate() error

func (*CreateProbingConfigRequest) MakeDiffFieldMask

func (*CreateProbingConfigRequest) MakeFullFieldMask

func (*CreateProbingConfigRequest) MakeRawDiffFieldMask

func (*CreateProbingConfigRequest) MakeRawFullFieldMask

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

func (*CreateProbingConfigRequest) Marshal

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

func (*CreateProbingConfigRequest) MarshalJSON

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

func (*CreateProbingConfigRequest) Merge

func (*CreateProbingConfigRequest) MergeRaw

func (*CreateProbingConfigRequest) ProtoMessage

func (*CreateProbingConfigRequest) ProtoMessage()

func (*CreateProbingConfigRequest) ProtoReflect

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

func (*CreateProbingConfigRequest) Reset

func (m *CreateProbingConfigRequest) Reset()

func (*CreateProbingConfigRequest) SetParent

func (*CreateProbingConfigRequest) SetProbingConfig

func (m *CreateProbingConfigRequest) SetProbingConfig(fv *probing_config.ProbingConfig)

func (*CreateProbingConfigRequest) String

func (m *CreateProbingConfigRequest) String() string

func (*CreateProbingConfigRequest) Unmarshal

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

func (*CreateProbingConfigRequest) UnmarshalJSON

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

type CreateProbingConfigRequestFieldPathBuilder

type CreateProbingConfigRequestFieldPathBuilder struct{}

func NewCreateProbingConfigRequestFieldPathBuilder

func NewCreateProbingConfigRequestFieldPathBuilder() CreateProbingConfigRequestFieldPathBuilder

func (CreateProbingConfigRequestFieldPathBuilder) Parent

func (CreateProbingConfigRequestFieldPathBuilder) ProbingConfig

type CreateProbingConfigRequestMapPathSelectorProbingConfigMetadataAnnotations

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

func (CreateProbingConfigRequestMapPathSelectorProbingConfigMetadataAnnotations) FieldPath

func (CreateProbingConfigRequestMapPathSelectorProbingConfigMetadataAnnotations) WithArrayOfValues

func (CreateProbingConfigRequestMapPathSelectorProbingConfigMetadataAnnotations) WithValue

type CreateProbingConfigRequestMapPathSelectorProbingConfigMetadataLabels

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

func (CreateProbingConfigRequestMapPathSelectorProbingConfigMetadataLabels) FieldPath

func (CreateProbingConfigRequestMapPathSelectorProbingConfigMetadataLabels) WithArrayOfValues

func (CreateProbingConfigRequestMapPathSelectorProbingConfigMetadataLabels) WithValue

type CreateProbingConfigRequestMapPathSelectorProbingConfigMetadataShards

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

func (CreateProbingConfigRequestMapPathSelectorProbingConfigMetadataShards) FieldPath

func (CreateProbingConfigRequestMapPathSelectorProbingConfigMetadataShards) WithArrayOfValues

func (CreateProbingConfigRequestMapPathSelectorProbingConfigMetadataShards) WithValue

type CreateProbingConfigRequestMapPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders

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

func (CreateProbingConfigRequestMapPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (CreateProbingConfigRequestMapPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (CreateProbingConfigRequestMapPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type CreateProbingConfigRequestMapPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders

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

func (CreateProbingConfigRequestMapPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (CreateProbingConfigRequestMapPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (CreateProbingConfigRequestMapPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue

type CreateProbingConfigRequestMapPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders

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

func (CreateProbingConfigRequestMapPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (CreateProbingConfigRequestMapPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (CreateProbingConfigRequestMapPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type CreateProbingConfigRequestMapPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders

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

func (CreateProbingConfigRequestMapPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (CreateProbingConfigRequestMapPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (CreateProbingConfigRequestMapPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue

type CreateProbingConfigRequestPathSelectorParent

type CreateProbingConfigRequestPathSelectorParent struct{}

func (CreateProbingConfigRequestPathSelectorParent) FieldPath

type CreateProbingConfigRequestPathSelectorProbingConfig

type CreateProbingConfigRequestPathSelectorProbingConfig struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfig) DisplayName

func (CreateProbingConfigRequestPathSelectorProbingConfig) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfig) Metadata

func (CreateProbingConfigRequestPathSelectorProbingConfig) Name

func (CreateProbingConfigRequestPathSelectorProbingConfig) Spec

func (CreateProbingConfigRequestPathSelectorProbingConfig) Status

func (CreateProbingConfigRequestPathSelectorProbingConfig) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfig) WithSubArrayItemValue

func (CreateProbingConfigRequestPathSelectorProbingConfig) WithSubArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfig) WithSubPath

func (CreateProbingConfigRequestPathSelectorProbingConfig) WithSubValue

func (CreateProbingConfigRequestPathSelectorProbingConfig) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigDisplayName

type CreateProbingConfigRequestPathSelectorProbingConfigDisplayName struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigDisplayName) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigDisplayName) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigDisplayName) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigMetadata

type CreateProbingConfigRequestPathSelectorProbingConfigMetadata struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadata) DeleteTime added in v0.7.1

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadata) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadata) Labels

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadata) Lifecycle added in v0.7.1

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadata) Shards

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadata) Tags

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadata) Uuid

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadata) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadata) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataAnnotations

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataAnnotations struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataAnnotations) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataAnnotations) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataAnnotations) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataCreateTime

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataCreateTime struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataCreateTime) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataCreateTime) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataCreateTime) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataDeleteTime added in v0.7.1

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataDeleteTime struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataDeleteTime) FieldPath added in v0.7.1

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataDeleteTime) WithValue added in v0.7.1

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataGeneration

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataGeneration struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataGeneration) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataGeneration) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataGeneration) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataLabels

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataLabels struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataLabels) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataLabels) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataLabels) WithKey

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataLabels) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataLifecycle added in v0.7.1

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataLifecycle struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataLifecycle) BlockDeletion added in v0.7.1

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataLifecycle) FieldPath added in v0.7.1

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataLifecycle) State added in v0.7.1

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataLifecycle) WithValue added in v0.7.1

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataLifecycleBlockDeletion added in v0.7.1

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataLifecycleBlockDeletion struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataLifecycleState added in v0.7.1

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataLifecycleState struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataLifecycleState) FieldPath added in v0.7.1

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataLifecycleState) WithValue added in v0.7.1

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferences

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferences struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferences) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferences) Region added in v0.7.1

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferences) Version added in v0.7.1

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferences) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferences) WithItemValue

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferences) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesBlockOwnerDeletion

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesController

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesController struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesController) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesController) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesController) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesKind

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesKind struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesKind) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesKind) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesKind) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesName

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesName struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesName) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesName) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesName) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesRegion added in v0.7.1

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesRegion struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesRequiresOwnerReference struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesVersion added in v0.7.1

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesVersion struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataResourceVersion

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataResourceVersion struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataResourceVersion) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataResourceVersion) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataResourceVersion) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataShards

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataShards struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataShards) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataShards) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataShards) WithKey

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataShards) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataSyncing

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataSyncing struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataSyncing) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataSyncing) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataSyncing) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataSyncingOwningRegion

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataSyncingOwningRegion struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataSyncingOwningRegion) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataSyncingOwningRegion) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataSyncingOwningRegion) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataSyncingRegions

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataSyncingRegions struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataSyncingRegions) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataSyncingRegions) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataSyncingRegions) WithItemValue

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataSyncingRegions) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataTags

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataTags struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataTags) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataTags) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataTags) WithItemValue

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataTags) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataUpdateTime

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataUpdateTime struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataUpdateTime) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataUpdateTime) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataUpdateTime) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataUuid

type CreateProbingConfigRequestPathSelectorProbingConfigMetadataUuid struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataUuid) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataUuid) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigMetadataUuid) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigName

type CreateProbingConfigRequestPathSelectorProbingConfigName struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigName) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigName) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigName) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpec

type CreateProbingConfigRequestPathSelectorProbingConfigSpec struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpec) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpec) Probe

func (CreateProbingConfigRequestPathSelectorProbingConfigSpec) Speedtest

func (CreateProbingConfigRequestPathSelectorProbingConfigSpec) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpec) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbe

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbe struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbe) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbe) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbe) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessions

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessions struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessions) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessions) SpeedtestSettings added in v0.4.26

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessions) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessions) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsAddress

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsAddress struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsAddress) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsAddress) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsAddress) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsAddresses

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsAddresses struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsAddresses) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsAddresses) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsAddresses) WithItemValue

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsAddresses) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsCategory

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsCategory struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsCategory) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsCategory) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsCategory) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsGroupName

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsGroupName struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsGroupName) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsGroupName) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsGroupName) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfig

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfig struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfig) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfig) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfig) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfig

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfig struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfig) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfig) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfig) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigPassword

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigPassword struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigPassword) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigPassword) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigPassword) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigUsername

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigUsername struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigUsername) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigUsername) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigUsername) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequest

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequest struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequest) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequest) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequest) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestTimeout

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestTimeout struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestTimeout) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestTimeout) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestTimeout) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestUrl

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestUrl struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestUrl) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestUrl) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestUrl) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsInterval

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsInterval struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsInterval) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsInterval) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsInterval) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsIntervalSec

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsIntervalSec struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsIntervalSec) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsIntervalSec) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsIntervalSec) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsIpVersion

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsIpVersion struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsIpVersion) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsIpVersion) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsIpVersion) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocation

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocation struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocation) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocation) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocation) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAccuracy

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAccuracy struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAccuracy) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAccuracy) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAccuracy) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddress

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddress struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddress) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddress) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddress) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea1

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea1 struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea1) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea1) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea1) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea2

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea2 struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea2) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea2) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea2) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea3

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea3 struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea3) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea3) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea3) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea4

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea4 struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea4) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea4) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea4) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressContinent

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressContinent struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressContinent) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressContinent) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressContinent) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressCountry

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressCountry struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressCountry) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressCountry) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressCountry) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressCountryCode

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressCountryCode struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressCountryCode) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressCountryCode) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressCountryCode) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressPostalCode

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressPostalCode struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressPostalCode) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressPostalCode) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressPostalCode) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressStreetAddress

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressStreetAddress struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressStreetAddress) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressStreetAddress) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressStreetAddress) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchy

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchy struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchy) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchy) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchy) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin1

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin1 struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin1) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin1) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin1) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin2

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin2 struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin2) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin2) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin2) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin3

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin3 struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin3) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin3) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin3) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin4

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin4 struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin4) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin4) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin4) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin5

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin5 struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin5) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin5) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin5) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyContinent

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyContinent struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyContinent) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyContinent) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyContinent) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyCountry

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyCountry struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyCountry) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyCountry) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyCountry) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationCoordinates

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationCoordinates struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationCoordinates) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationCoordinates) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationCoordinates) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationType

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationType struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationType) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationType) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationType) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsMode

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsMode struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsMode) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsMode) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsMode) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbing

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbing struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbing) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbing) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbing) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingAttempts

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingAttempts struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingAttempts) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingAttempts) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingAttempts) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingEnabled

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingEnabled struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingEnabled) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingEnabled) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingEnabled) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingInterval

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingInterval struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingInterval) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingInterval) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingInterval) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingIntervalSec

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingIntervalSec struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingIntervalSec) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingIntervalSec) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingIntervalSec) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingMaxTtl

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingMaxTtl struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingMaxTtl) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingMaxTtl) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingMaxTtl) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingMode

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingMode struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingMode) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingMode) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingMode) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfiguration

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfiguration struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfiguration) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfiguration) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfiguration) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationHttpProxy

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationHttpProxy struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationHttpProxy) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationHttpProxy) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationHttpProxy) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationHttpsProxy

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationHttpsProxy struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationHttpsProxy) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationHttpsProxy) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationHttpsProxy) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationNoProxy

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationNoProxy struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationNoProxy) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationNoProxy) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationNoProxy) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationProxySetting

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationProxySetting struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationProxySetting) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationProxySetting) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationProxySetting) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettings added in v0.4.26

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettings struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettings) Duration added in v0.4.26

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettings) FieldPath added in v0.4.26

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettings) ServerSelection added in v0.4.26

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettings) TcpPort added in v0.4.26

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettings) WithArrayOfValues added in v0.4.26

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettings) WithValue added in v0.4.26

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettingsDuration added in v0.4.26

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettingsDuration struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettingsDuration) FieldPath added in v0.4.26

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettingsDuration) WithArrayOfValues added in v0.4.26

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettingsDuration) WithValue added in v0.4.26

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettingsServerSelection added in v0.4.26

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettingsServerSelection struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettingsServerSelection) FieldPath added in v0.4.26

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettingsServerSelection) WithArrayOfValues added in v0.4.26

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettingsServerSelection) WithValue added in v0.4.26

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettingsTcpPort added in v0.4.26

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettingsTcpPort struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettingsTcpPort) FieldPath added in v0.4.26

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettingsTcpPort) WithArrayOfValues added in v0.4.26

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettingsTcpPort) WithValue added in v0.4.26

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTarget

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTarget struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTarget) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTarget) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTarget) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTargetDisplayName

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTargetDisplayName struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTargetDisplayName) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTargetDisplayName) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTargetDisplayName) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTargetGroup

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTargetGroup struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTargetGroup) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTargetGroup) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTargetGroup) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTos

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTos struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTos) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTos) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTos) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsWindowSize

type CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsWindowSize struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsWindowSize) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsWindowSize) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsWindowSize) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtest

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtest struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtest) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtest) WithArrayOfValues

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestEnabled

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestEnabled struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestEnabled) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestEnabled) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestEnabled) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestInterval

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestInterval struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestInterval) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestInterval) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestInterval) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestIntervalMinutes

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestIntervalMinutes struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestIntervalMinutes) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestIntervalMinutes) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestIntervalMinutes) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServers

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServers struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServers) FieldPath

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersIpAddresses

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersIpAddresses struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersIpAddresses) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersIpAddresses) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersIpAddresses) WithItemValue

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersIpAddresses) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocation

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocation struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocation) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocation) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocation) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAccuracy

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAccuracy struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAccuracy) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAccuracy) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAccuracy) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddress

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddress struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddress) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddress) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddress) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea1

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea1 struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea1) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea1) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea1) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea2

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea2 struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea2) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea2) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea2) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea3

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea3 struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea3) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea3) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea3) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea4

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea4 struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea4) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea4) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea4) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressContinent

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressContinent struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressContinent) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressContinent) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressContinent) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressCountry

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressCountry struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressCountry) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressCountry) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressCountry) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressCountryCode

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressCountryCode struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressCountryCode) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressCountryCode) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressCountryCode) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressPostalCode

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressPostalCode struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressPostalCode) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressPostalCode) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressPostalCode) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressStreetAddress

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressStreetAddress struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressStreetAddress) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressStreetAddress) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressStreetAddress) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchy

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchy struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchy) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchy) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchy) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin1

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin1 struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin1) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin1) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin1) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin2

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin2 struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin2) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin2) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin2) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin3

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin3 struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin3) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin3) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin3) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin4

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin4 struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin4) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin4) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin4) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin5

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin5 struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin5) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin5) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin5) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyContinent

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyContinent struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyContinent) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyContinent) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyContinent) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyCountry

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyCountry struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyCountry) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyCountry) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyCountry) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationCoordinates

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationCoordinates struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationCoordinates) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationCoordinates) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationCoordinates) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersName

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersName struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersName) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersName) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersName) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersTarget

type CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersTarget struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersTarget) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersTarget) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersTarget) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessions

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessions struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessions) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessions) SpeedtestSettings added in v0.4.26

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessions) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessions) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsAddress

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsAddress struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsAddress) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsAddress) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsAddress) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsAddresses

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsAddresses struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsAddresses) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsAddresses) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsAddresses) WithItemValue

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsAddresses) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsCategory

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsCategory struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsCategory) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsCategory) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsCategory) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsGroupName

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsGroupName struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsGroupName) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsGroupName) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsGroupName) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfig

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfig struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfig) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfig) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfig) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfig

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfig struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfig) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfig) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfig) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigPassword

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigPassword struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigPassword) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigPassword) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigPassword) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigUsername

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigUsername struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigUsername) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigUsername) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigUsername) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequest

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequest struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequest) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequest) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequest) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestTimeout

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestTimeout struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestTimeout) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestTimeout) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestTimeout) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestUrl

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestUrl struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestUrl) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestUrl) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestUrl) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsInterval

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsInterval struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsInterval) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsInterval) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsInterval) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsIntervalSec

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsIntervalSec struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsIntervalSec) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsIntervalSec) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsIntervalSec) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsIpVersion

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsIpVersion struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsIpVersion) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsIpVersion) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsIpVersion) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocation

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocation struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocation) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocation) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocation) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAccuracy

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAccuracy struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAccuracy) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAccuracy) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAccuracy) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddress

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddress struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddress) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddress) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddress) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea1

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea1 struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea1) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea1) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea1) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea2

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea2 struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea2) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea2) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea2) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea3

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea3 struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea3) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea3) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea3) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea4

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea4 struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea4) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea4) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea4) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressContinent

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressContinent struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressContinent) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressContinent) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressContinent) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressCountry

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressCountry struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressCountry) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressCountry) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressCountry) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressCountryCode

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressCountryCode struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressCountryCode) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressCountryCode) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressCountryCode) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressPostalCode

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressPostalCode struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressPostalCode) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressPostalCode) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressPostalCode) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressStreetAddress

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressStreetAddress struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressStreetAddress) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressStreetAddress) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressStreetAddress) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchy

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchy struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchy) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchy) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchy) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin1

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin1 struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin1) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin1) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin1) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin2

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin2 struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin2) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin2) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin2) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin3

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin3 struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin3) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin3) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin3) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin4

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin4 struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin4) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin4) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin4) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin5

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin5 struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin5) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin5) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin5) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyContinent

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyContinent struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyContinent) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyContinent) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyContinent) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyCountry

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyCountry struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyCountry) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyCountry) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyCountry) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationCoordinates

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationCoordinates struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationCoordinates) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationCoordinates) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationCoordinates) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationType

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationType struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationType) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationType) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationType) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsMode

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsMode struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsMode) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsMode) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsMode) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbing

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbing struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbing) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbing) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbing) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingAttempts

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingAttempts struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingAttempts) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingAttempts) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingAttempts) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingEnabled

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingEnabled struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingEnabled) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingEnabled) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingEnabled) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingInterval

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingInterval struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingInterval) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingInterval) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingInterval) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingIntervalSec

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingIntervalSec struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingIntervalSec) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingIntervalSec) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingIntervalSec) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingMaxTtl

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingMaxTtl struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingMaxTtl) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingMaxTtl) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingMaxTtl) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingMode

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingMode struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingMode) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingMode) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingMode) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfiguration

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfiguration struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfiguration) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfiguration) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfiguration) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationHttpProxy

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationHttpProxy struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationHttpProxy) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationHttpProxy) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationHttpProxy) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationHttpsProxy

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationHttpsProxy struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationHttpsProxy) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationHttpsProxy) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationHttpsProxy) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationNoProxy

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationNoProxy struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationNoProxy) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationNoProxy) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationNoProxy) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationProxySetting

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationProxySetting struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationProxySetting) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationProxySetting) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationProxySetting) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettings added in v0.4.26

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettings struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettings) Duration added in v0.4.26

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettings) FieldPath added in v0.4.26

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettings) ServerSelection added in v0.4.26

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettings) TcpPort added in v0.4.26

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettings) WithArrayOfValues added in v0.4.26

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettings) WithValue added in v0.4.26

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettingsDuration added in v0.4.26

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettingsDuration struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettingsDuration) FieldPath added in v0.4.26

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettingsDuration) WithArrayOfValues added in v0.4.26

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettingsDuration) WithValue added in v0.4.26

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettingsServerSelection added in v0.4.26

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettingsServerSelection struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettingsServerSelection) FieldPath added in v0.4.26

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettingsServerSelection) WithArrayOfValues added in v0.4.26

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettingsServerSelection) WithValue added in v0.4.26

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettingsTcpPort added in v0.4.26

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettingsTcpPort struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettingsTcpPort) FieldPath added in v0.4.26

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettingsTcpPort) WithArrayOfValues added in v0.4.26

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettingsTcpPort) WithValue added in v0.4.26

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTarget

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTarget struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTarget) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTarget) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTarget) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTargetDisplayName

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTargetDisplayName struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTargetDisplayName) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTargetDisplayName) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTargetDisplayName) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTargetGroup

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTargetGroup struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTargetGroup) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTargetGroup) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTargetGroup) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTos

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTos struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTos) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTos) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTos) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsWindowSize

type CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsWindowSize struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsWindowSize) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsWindowSize) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsWindowSize) WithValue

type CreateProbingConfigRequestPathSelectorProbingConfigStatus

type CreateProbingConfigRequestPathSelectorProbingConfigStatus struct{}

func (CreateProbingConfigRequestPathSelectorProbingConfigStatus) FieldPath

func (CreateProbingConfigRequestPathSelectorProbingConfigStatus) WithArrayOfValues

func (CreateProbingConfigRequestPathSelectorProbingConfigStatus) WithValue

type CreateProbingConfigRequest_FieldMask

type CreateProbingConfigRequest_FieldMask struct {
	Paths []CreateProbingConfigRequest_FieldPath
}

func FullCreateProbingConfigRequest_FieldMask

func FullCreateProbingConfigRequest_FieldMask() *CreateProbingConfigRequest_FieldMask

func (*CreateProbingConfigRequest_FieldMask) AppendPath

func (*CreateProbingConfigRequest_FieldMask) AppendRawPath

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

func (*CreateProbingConfigRequest_FieldMask) DecodeFirestore

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

func (*CreateProbingConfigRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*CreateProbingConfigRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*CreateProbingConfigRequest_FieldMask) FromProtoFieldMask

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

func (*CreateProbingConfigRequest_FieldMask) GetPaths

func (*CreateProbingConfigRequest_FieldMask) GetRawPaths

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

func (*CreateProbingConfigRequest_FieldMask) IsFull

func (fieldMask *CreateProbingConfigRequest_FieldMask) IsFull() bool

func (CreateProbingConfigRequest_FieldMask) Marshal

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

implement methods required by customType

func (CreateProbingConfigRequest_FieldMask) MarshalJSON

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

func (*CreateProbingConfigRequest_FieldMask) PathsCount

func (fieldMask *CreateProbingConfigRequest_FieldMask) PathsCount() int

func (*CreateProbingConfigRequest_FieldMask) Project

func (*CreateProbingConfigRequest_FieldMask) ProjectRaw

func (*CreateProbingConfigRequest_FieldMask) ProtoMessage

func (fieldMask *CreateProbingConfigRequest_FieldMask) ProtoMessage()

func (*CreateProbingConfigRequest_FieldMask) ProtoReflect

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

func (*CreateProbingConfigRequest_FieldMask) Reset

func (fieldMask *CreateProbingConfigRequest_FieldMask) Reset()

func (*CreateProbingConfigRequest_FieldMask) Set

func (fieldMask *CreateProbingConfigRequest_FieldMask) Set(target, source *CreateProbingConfigRequest)

func (*CreateProbingConfigRequest_FieldMask) SetFromCliFlag

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

func (*CreateProbingConfigRequest_FieldMask) SetRaw

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

func (*CreateProbingConfigRequest_FieldMask) Size

func (fieldMask *CreateProbingConfigRequest_FieldMask) Size() int

func (*CreateProbingConfigRequest_FieldMask) String

func (fieldMask *CreateProbingConfigRequest_FieldMask) String() string

func (*CreateProbingConfigRequest_FieldMask) Subtract

func (*CreateProbingConfigRequest_FieldMask) SubtractRaw

func (*CreateProbingConfigRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*CreateProbingConfigRequest_FieldMask) Unmarshal

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

func (*CreateProbingConfigRequest_FieldMask) UnmarshalJSON

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

type CreateProbingConfigRequest_FieldPath

type CreateProbingConfigRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() CreateProbingConfigRequest_FieldPathSelector
	Get(source *CreateProbingConfigRequest) []interface{}
	GetSingle(source *CreateProbingConfigRequest) (interface{}, bool)
	ClearValue(item *CreateProbingConfigRequest)

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

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

func MustParseCreateProbingConfigRequest_FieldPath

func MustParseCreateProbingConfigRequest_FieldPath(rawField string) CreateProbingConfigRequest_FieldPath

func ParseCreateProbingConfigRequest_FieldPath

func ParseCreateProbingConfigRequest_FieldPath(rawField string) (CreateProbingConfigRequest_FieldPath, error)

type CreateProbingConfigRequest_FieldPathArrayItemValue

type CreateProbingConfigRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	CreateProbingConfigRequest_FieldPath
	ContainsValue(*CreateProbingConfigRequest) bool
}

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

func MustParseCreateProbingConfigRequest_FieldPathArrayItemValue

func MustParseCreateProbingConfigRequest_FieldPathArrayItemValue(pathStr, valueStr string) CreateProbingConfigRequest_FieldPathArrayItemValue

func ParseCreateProbingConfigRequest_FieldPathArrayItemValue

func ParseCreateProbingConfigRequest_FieldPathArrayItemValue(pathStr, valueStr string) (CreateProbingConfigRequest_FieldPathArrayItemValue, error)

ParseCreateProbingConfigRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type CreateProbingConfigRequest_FieldPathArrayOfValues

type CreateProbingConfigRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	CreateProbingConfigRequest_FieldPath
}

CreateProbingConfigRequest_FieldPathArrayOfValues allows storing slice of values for CreateProbingConfigRequest fields according to their type

func MustParseCreateProbingConfigRequest_FieldPathArrayOfValues

func MustParseCreateProbingConfigRequest_FieldPathArrayOfValues(pathStr, valuesStr string) CreateProbingConfigRequest_FieldPathArrayOfValues

func ParseCreateProbingConfigRequest_FieldPathArrayOfValues

func ParseCreateProbingConfigRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (CreateProbingConfigRequest_FieldPathArrayOfValues, error)

type CreateProbingConfigRequest_FieldPathSelector

type CreateProbingConfigRequest_FieldPathSelector int32
const (
	CreateProbingConfigRequest_FieldPathSelectorParent        CreateProbingConfigRequest_FieldPathSelector = 0
	CreateProbingConfigRequest_FieldPathSelectorProbingConfig CreateProbingConfigRequest_FieldPathSelector = 1
)

func (CreateProbingConfigRequest_FieldPathSelector) String

type CreateProbingConfigRequest_FieldPathValue

type CreateProbingConfigRequest_FieldPathValue interface {
	CreateProbingConfigRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **CreateProbingConfigRequest)
	CompareWith(*CreateProbingConfigRequest) (cmp int, comparable bool)
}

CreateProbingConfigRequest_FieldPathValue allows storing values for CreateProbingConfigRequest fields according to their type

func MustParseCreateProbingConfigRequest_FieldPathValue

func MustParseCreateProbingConfigRequest_FieldPathValue(pathStr, valueStr string) CreateProbingConfigRequest_FieldPathValue

func ParseCreateProbingConfigRequest_FieldPathValue

func ParseCreateProbingConfigRequest_FieldPathValue(pathStr, valueStr string) (CreateProbingConfigRequest_FieldPathValue, error)

type CreateProbingConfigRequest_FieldSubPath

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

func (*CreateProbingConfigRequest_FieldSubPath) AsProbingConfigSubPath

func (*CreateProbingConfigRequest_FieldSubPath) ClearValue

func (*CreateProbingConfigRequest_FieldSubPath) ClearValueRaw

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

func (*CreateProbingConfigRequest_FieldSubPath) Get

func (fps *CreateProbingConfigRequest_FieldSubPath) Get(source *CreateProbingConfigRequest) (values []interface{})

Get returns all values pointed by selected field from source CreateProbingConfigRequest

func (*CreateProbingConfigRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*CreateProbingConfigRequest_FieldSubPath) GetRaw

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

func (*CreateProbingConfigRequest_FieldSubPath) GetSingle

func (fps *CreateProbingConfigRequest_FieldSubPath) GetSingle(source *CreateProbingConfigRequest) (interface{}, bool)

GetSingle returns value of selected field from source CreateProbingConfigRequest

func (*CreateProbingConfigRequest_FieldSubPath) GetSingleRaw

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

func (*CreateProbingConfigRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreateProbingConfigRequest_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*CreateProbingConfigRequest_FieldSubPath) Selector

func (*CreateProbingConfigRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*CreateProbingConfigRequest_FieldSubPath) String

String returns path representation in proto convention

func (*CreateProbingConfigRequest_FieldSubPath) WithIArrayItemValue

func (*CreateProbingConfigRequest_FieldSubPath) WithIArrayOfValues

func (*CreateProbingConfigRequest_FieldSubPath) WithIValue

func (*CreateProbingConfigRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*CreateProbingConfigRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*CreateProbingConfigRequest_FieldSubPath) WithRawIValue

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

type CreateProbingConfigRequest_FieldSubPathArrayItemValue

type CreateProbingConfigRequest_FieldSubPathArrayItemValue struct {
	CreateProbingConfigRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateProbingConfigRequest_FieldSubPathArrayItemValue) AsProbingConfigPathItemValue

func (*CreateProbingConfigRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*CreateProbingConfigRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type CreateProbingConfigRequest_FieldSubPathArrayOfValues

type CreateProbingConfigRequest_FieldSubPathArrayOfValues struct {
	CreateProbingConfigRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateProbingConfigRequest_FieldSubPathArrayOfValues) AsProbingConfigPathArrayOfValues

func (*CreateProbingConfigRequest_FieldSubPathArrayOfValues) GetRawValues

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

type CreateProbingConfigRequest_FieldSubPathValue

type CreateProbingConfigRequest_FieldSubPathValue struct {
	CreateProbingConfigRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateProbingConfigRequest_FieldSubPathValue) AsProbingConfigPathValue

func (*CreateProbingConfigRequest_FieldSubPathValue) CompareWith

func (*CreateProbingConfigRequest_FieldSubPathValue) CompareWithRaw

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

func (*CreateProbingConfigRequest_FieldSubPathValue) GetRawValue

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

func (*CreateProbingConfigRequest_FieldSubPathValue) SetTo

func (*CreateProbingConfigRequest_FieldSubPathValue) SetToRaw

type CreateProbingConfigRequest_FieldTerminalPath

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

func (*CreateProbingConfigRequest_FieldTerminalPath) ClearValue

func (*CreateProbingConfigRequest_FieldTerminalPath) ClearValueRaw

func (*CreateProbingConfigRequest_FieldTerminalPath) Get

func (fp *CreateProbingConfigRequest_FieldTerminalPath) Get(source *CreateProbingConfigRequest) (values []interface{})

Get returns all values pointed by specific field from source CreateProbingConfigRequest

func (*CreateProbingConfigRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*CreateProbingConfigRequest_FieldTerminalPath) GetRaw

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

func (*CreateProbingConfigRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source CreateProbingConfigRequest

func (*CreateProbingConfigRequest_FieldTerminalPath) GetSingleRaw

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

func (*CreateProbingConfigRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreateProbingConfigRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*CreateProbingConfigRequest_FieldTerminalPath) Selector

func (*CreateProbingConfigRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*CreateProbingConfigRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*CreateProbingConfigRequest_FieldTerminalPath) WithIArrayItemValue

func (*CreateProbingConfigRequest_FieldTerminalPath) WithIArrayOfValues

func (*CreateProbingConfigRequest_FieldTerminalPath) WithIValue

func (*CreateProbingConfigRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*CreateProbingConfigRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*CreateProbingConfigRequest_FieldTerminalPath) WithRawIValue

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

type CreateProbingConfigRequest_FieldTerminalPathArrayItemValue

type CreateProbingConfigRequest_FieldTerminalPathArrayItemValue struct {
	CreateProbingConfigRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateProbingConfigRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*CreateProbingConfigRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*CreateProbingConfigRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*CreateProbingConfigRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type CreateProbingConfigRequest_FieldTerminalPathArrayOfValues

type CreateProbingConfigRequest_FieldTerminalPathArrayOfValues struct {
	CreateProbingConfigRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateProbingConfigRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*CreateProbingConfigRequest_FieldTerminalPathArrayOfValues) AsProbingConfigArrayOfValues

func (*CreateProbingConfigRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type CreateProbingConfigRequest_FieldTerminalPathValue

type CreateProbingConfigRequest_FieldTerminalPathValue struct {
	CreateProbingConfigRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateProbingConfigRequest_FieldTerminalPathValue) AsParentValue

func (*CreateProbingConfigRequest_FieldTerminalPathValue) AsProbingConfigValue

func (*CreateProbingConfigRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'CreateProbingConfigRequest_FieldTerminalPathValue' with the value under path in 'CreateProbingConfigRequest'.

func (*CreateProbingConfigRequest_FieldTerminalPathValue) CompareWithRaw

func (*CreateProbingConfigRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*CreateProbingConfigRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CreateProbingConfigRequest

func (*CreateProbingConfigRequest_FieldTerminalPathValue) SetToRaw

type DeleteProbingConfigDescriptor added in v0.4.26

type DeleteProbingConfigDescriptor struct{}

func GetDeleteProbingConfigDescriptor added in v0.4.26

func GetDeleteProbingConfigDescriptor() *DeleteProbingConfigDescriptor

func (*DeleteProbingConfigDescriptor) GetApiDescriptor added in v0.4.26

func (*DeleteProbingConfigDescriptor) GetApiName added in v0.4.26

func (d *DeleteProbingConfigDescriptor) GetApiName() string

func (*DeleteProbingConfigDescriptor) GetClientMsgReflectHandle added in v0.4.26

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

func (*DeleteProbingConfigDescriptor) GetFullMethodName added in v0.4.26

func (d *DeleteProbingConfigDescriptor) GetFullMethodName() string

func (*DeleteProbingConfigDescriptor) GetMethodName added in v0.4.26

func (d *DeleteProbingConfigDescriptor) GetMethodName() string

func (*DeleteProbingConfigDescriptor) GetProtoPkgName added in v0.4.26

func (d *DeleteProbingConfigDescriptor) GetProtoPkgName() string

func (*DeleteProbingConfigDescriptor) GetResourceDescriptor added in v0.4.27

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

func (*DeleteProbingConfigDescriptor) GetServerMsgReflectHandle added in v0.4.26

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

func (*DeleteProbingConfigDescriptor) GetServiceDomain added in v0.4.26

func (d *DeleteProbingConfigDescriptor) GetServiceDomain() string

func (*DeleteProbingConfigDescriptor) GetServiceVersion added in v0.4.26

func (d *DeleteProbingConfigDescriptor) GetServiceVersion() string

func (*DeleteProbingConfigDescriptor) GetVerb added in v0.4.26

func (*DeleteProbingConfigDescriptor) HasResource added in v0.4.27

func (d *DeleteProbingConfigDescriptor) HasResource() bool

func (*DeleteProbingConfigDescriptor) IsClientStream added in v0.4.26

func (d *DeleteProbingConfigDescriptor) IsClientStream() bool

func (*DeleteProbingConfigDescriptor) IsCollection added in v0.4.27

func (d *DeleteProbingConfigDescriptor) IsCollection() bool

func (*DeleteProbingConfigDescriptor) IsPlural added in v0.4.27

func (d *DeleteProbingConfigDescriptor) IsPlural() bool

func (*DeleteProbingConfigDescriptor) IsServerStream added in v0.4.26

func (d *DeleteProbingConfigDescriptor) IsServerStream() bool

func (*DeleteProbingConfigDescriptor) IsUnary added in v0.4.26

func (d *DeleteProbingConfigDescriptor) IsUnary() bool

func (*DeleteProbingConfigDescriptor) NewEmptyClientMsg added in v0.4.26

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

func (*DeleteProbingConfigDescriptor) NewEmptyServerMsg added in v0.4.26

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

func (*DeleteProbingConfigDescriptor) RequestHasResourceBody added in v0.4.26

func (d *DeleteProbingConfigDescriptor) RequestHasResourceBody() bool

type DeleteProbingConfigDescriptorClientMsgHandle added in v0.4.26

type DeleteProbingConfigDescriptorClientMsgHandle struct{}

func (*DeleteProbingConfigDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

func (*DeleteProbingConfigDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*DeleteProbingConfigDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type DeleteProbingConfigDescriptorServerMsgHandle added in v0.4.26

type DeleteProbingConfigDescriptorServerMsgHandle struct{}

func (*DeleteProbingConfigDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

func (*DeleteProbingConfigDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*DeleteProbingConfigDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

type DeleteProbingConfigRequest

type DeleteProbingConfigRequest struct {

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

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

func (*DeleteProbingConfigRequest) Clone

func (*DeleteProbingConfigRequest) CloneRaw

func (*DeleteProbingConfigRequest) Descriptor

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

Deprecated, Use DeleteProbingConfigRequest.ProtoReflect.Descriptor instead.

func (*DeleteProbingConfigRequest) GetName

func (*DeleteProbingConfigRequest) GotenMessage

func (*DeleteProbingConfigRequest) GotenMessage()

func (*DeleteProbingConfigRequest) GotenObjectExt

func (o *DeleteProbingConfigRequest) GotenObjectExt()

func (*DeleteProbingConfigRequest) GotenValidate

func (obj *DeleteProbingConfigRequest) GotenValidate() error

func (*DeleteProbingConfigRequest) MakeDiffFieldMask

func (*DeleteProbingConfigRequest) MakeFullFieldMask

func (*DeleteProbingConfigRequest) MakeRawDiffFieldMask

func (*DeleteProbingConfigRequest) MakeRawFullFieldMask

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

func (*DeleteProbingConfigRequest) Marshal

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

func (*DeleteProbingConfigRequest) MarshalJSON

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

func (*DeleteProbingConfigRequest) Merge

func (*DeleteProbingConfigRequest) MergeRaw

func (*DeleteProbingConfigRequest) ProtoMessage

func (*DeleteProbingConfigRequest) ProtoMessage()

func (*DeleteProbingConfigRequest) ProtoReflect

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

func (*DeleteProbingConfigRequest) Reset

func (m *DeleteProbingConfigRequest) Reset()

func (*DeleteProbingConfigRequest) SetName

func (*DeleteProbingConfigRequest) String

func (m *DeleteProbingConfigRequest) String() string

func (*DeleteProbingConfigRequest) Unmarshal

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

func (*DeleteProbingConfigRequest) UnmarshalJSON

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

type DeleteProbingConfigRequestFieldPathBuilder

type DeleteProbingConfigRequestFieldPathBuilder struct{}

func NewDeleteProbingConfigRequestFieldPathBuilder

func NewDeleteProbingConfigRequestFieldPathBuilder() DeleteProbingConfigRequestFieldPathBuilder

func (DeleteProbingConfigRequestFieldPathBuilder) Name

type DeleteProbingConfigRequestPathSelectorName

type DeleteProbingConfigRequestPathSelectorName struct{}

func (DeleteProbingConfigRequestPathSelectorName) FieldPath

func (DeleteProbingConfigRequestPathSelectorName) WithArrayOfValues

func (DeleteProbingConfigRequestPathSelectorName) WithValue

type DeleteProbingConfigRequest_FieldMask

type DeleteProbingConfigRequest_FieldMask struct {
	Paths []DeleteProbingConfigRequest_FieldPath
}

func FullDeleteProbingConfigRequest_FieldMask

func FullDeleteProbingConfigRequest_FieldMask() *DeleteProbingConfigRequest_FieldMask

func (*DeleteProbingConfigRequest_FieldMask) AppendPath

func (*DeleteProbingConfigRequest_FieldMask) AppendRawPath

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

func (*DeleteProbingConfigRequest_FieldMask) DecodeFirestore

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

func (*DeleteProbingConfigRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*DeleteProbingConfigRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*DeleteProbingConfigRequest_FieldMask) FromProtoFieldMask

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

func (*DeleteProbingConfigRequest_FieldMask) GetPaths

func (*DeleteProbingConfigRequest_FieldMask) GetRawPaths

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

func (*DeleteProbingConfigRequest_FieldMask) IsFull

func (fieldMask *DeleteProbingConfigRequest_FieldMask) IsFull() bool

func (DeleteProbingConfigRequest_FieldMask) Marshal

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

implement methods required by customType

func (DeleteProbingConfigRequest_FieldMask) MarshalJSON

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

func (*DeleteProbingConfigRequest_FieldMask) PathsCount

func (fieldMask *DeleteProbingConfigRequest_FieldMask) PathsCount() int

func (*DeleteProbingConfigRequest_FieldMask) Project

func (*DeleteProbingConfigRequest_FieldMask) ProjectRaw

func (*DeleteProbingConfigRequest_FieldMask) ProtoMessage

func (fieldMask *DeleteProbingConfigRequest_FieldMask) ProtoMessage()

func (*DeleteProbingConfigRequest_FieldMask) ProtoReflect

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

func (*DeleteProbingConfigRequest_FieldMask) Reset

func (fieldMask *DeleteProbingConfigRequest_FieldMask) Reset()

func (*DeleteProbingConfigRequest_FieldMask) Set

func (fieldMask *DeleteProbingConfigRequest_FieldMask) Set(target, source *DeleteProbingConfigRequest)

func (*DeleteProbingConfigRequest_FieldMask) SetFromCliFlag

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

func (*DeleteProbingConfigRequest_FieldMask) SetRaw

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

func (*DeleteProbingConfigRequest_FieldMask) Size

func (fieldMask *DeleteProbingConfigRequest_FieldMask) Size() int

func (*DeleteProbingConfigRequest_FieldMask) String

func (fieldMask *DeleteProbingConfigRequest_FieldMask) String() string

func (*DeleteProbingConfigRequest_FieldMask) Subtract

func (*DeleteProbingConfigRequest_FieldMask) SubtractRaw

func (*DeleteProbingConfigRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*DeleteProbingConfigRequest_FieldMask) Unmarshal

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

func (*DeleteProbingConfigRequest_FieldMask) UnmarshalJSON

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

type DeleteProbingConfigRequest_FieldPath

type DeleteProbingConfigRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() DeleteProbingConfigRequest_FieldPathSelector
	Get(source *DeleteProbingConfigRequest) []interface{}
	GetSingle(source *DeleteProbingConfigRequest) (interface{}, bool)
	ClearValue(item *DeleteProbingConfigRequest)

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

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

func MustParseDeleteProbingConfigRequest_FieldPath

func MustParseDeleteProbingConfigRequest_FieldPath(rawField string) DeleteProbingConfigRequest_FieldPath

func ParseDeleteProbingConfigRequest_FieldPath

func ParseDeleteProbingConfigRequest_FieldPath(rawField string) (DeleteProbingConfigRequest_FieldPath, error)

type DeleteProbingConfigRequest_FieldPathArrayItemValue

type DeleteProbingConfigRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	DeleteProbingConfigRequest_FieldPath
	ContainsValue(*DeleteProbingConfigRequest) bool
}

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

func MustParseDeleteProbingConfigRequest_FieldPathArrayItemValue

func MustParseDeleteProbingConfigRequest_FieldPathArrayItemValue(pathStr, valueStr string) DeleteProbingConfigRequest_FieldPathArrayItemValue

func ParseDeleteProbingConfigRequest_FieldPathArrayItemValue

func ParseDeleteProbingConfigRequest_FieldPathArrayItemValue(pathStr, valueStr string) (DeleteProbingConfigRequest_FieldPathArrayItemValue, error)

ParseDeleteProbingConfigRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type DeleteProbingConfigRequest_FieldPathArrayOfValues

type DeleteProbingConfigRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	DeleteProbingConfigRequest_FieldPath
}

DeleteProbingConfigRequest_FieldPathArrayOfValues allows storing slice of values for DeleteProbingConfigRequest fields according to their type

func MustParseDeleteProbingConfigRequest_FieldPathArrayOfValues

func MustParseDeleteProbingConfigRequest_FieldPathArrayOfValues(pathStr, valuesStr string) DeleteProbingConfigRequest_FieldPathArrayOfValues

func ParseDeleteProbingConfigRequest_FieldPathArrayOfValues

func ParseDeleteProbingConfigRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (DeleteProbingConfigRequest_FieldPathArrayOfValues, error)

type DeleteProbingConfigRequest_FieldPathSelector

type DeleteProbingConfigRequest_FieldPathSelector int32
const (
	DeleteProbingConfigRequest_FieldPathSelectorName DeleteProbingConfigRequest_FieldPathSelector = 0
)

func (DeleteProbingConfigRequest_FieldPathSelector) String

type DeleteProbingConfigRequest_FieldPathValue

type DeleteProbingConfigRequest_FieldPathValue interface {
	DeleteProbingConfigRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **DeleteProbingConfigRequest)
	CompareWith(*DeleteProbingConfigRequest) (cmp int, comparable bool)
}

DeleteProbingConfigRequest_FieldPathValue allows storing values for DeleteProbingConfigRequest fields according to their type

func MustParseDeleteProbingConfigRequest_FieldPathValue

func MustParseDeleteProbingConfigRequest_FieldPathValue(pathStr, valueStr string) DeleteProbingConfigRequest_FieldPathValue

func ParseDeleteProbingConfigRequest_FieldPathValue

func ParseDeleteProbingConfigRequest_FieldPathValue(pathStr, valueStr string) (DeleteProbingConfigRequest_FieldPathValue, error)

type DeleteProbingConfigRequest_FieldTerminalPath

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

func (*DeleteProbingConfigRequest_FieldTerminalPath) ClearValue

func (*DeleteProbingConfigRequest_FieldTerminalPath) ClearValueRaw

func (*DeleteProbingConfigRequest_FieldTerminalPath) Get

func (fp *DeleteProbingConfigRequest_FieldTerminalPath) Get(source *DeleteProbingConfigRequest) (values []interface{})

Get returns all values pointed by specific field from source DeleteProbingConfigRequest

func (*DeleteProbingConfigRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*DeleteProbingConfigRequest_FieldTerminalPath) GetRaw

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

func (*DeleteProbingConfigRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source DeleteProbingConfigRequest

func (*DeleteProbingConfigRequest_FieldTerminalPath) GetSingleRaw

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

func (*DeleteProbingConfigRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*DeleteProbingConfigRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*DeleteProbingConfigRequest_FieldTerminalPath) Selector

func (*DeleteProbingConfigRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*DeleteProbingConfigRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*DeleteProbingConfigRequest_FieldTerminalPath) WithIArrayItemValue

func (*DeleteProbingConfigRequest_FieldTerminalPath) WithIArrayOfValues

func (*DeleteProbingConfigRequest_FieldTerminalPath) WithIValue

func (*DeleteProbingConfigRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*DeleteProbingConfigRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*DeleteProbingConfigRequest_FieldTerminalPath) WithRawIValue

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

type DeleteProbingConfigRequest_FieldTerminalPathArrayItemValue

type DeleteProbingConfigRequest_FieldTerminalPathArrayItemValue struct {
	DeleteProbingConfigRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteProbingConfigRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*DeleteProbingConfigRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*DeleteProbingConfigRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*DeleteProbingConfigRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type DeleteProbingConfigRequest_FieldTerminalPathArrayOfValues

type DeleteProbingConfigRequest_FieldTerminalPathArrayOfValues struct {
	DeleteProbingConfigRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteProbingConfigRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*DeleteProbingConfigRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type DeleteProbingConfigRequest_FieldTerminalPathValue

type DeleteProbingConfigRequest_FieldTerminalPathValue struct {
	DeleteProbingConfigRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteProbingConfigRequest_FieldTerminalPathValue) AsNameValue

func (*DeleteProbingConfigRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'DeleteProbingConfigRequest_FieldTerminalPathValue' with the value under path in 'DeleteProbingConfigRequest'.

func (*DeleteProbingConfigRequest_FieldTerminalPathValue) CompareWithRaw

func (*DeleteProbingConfigRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*DeleteProbingConfigRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object DeleteProbingConfigRequest

func (*DeleteProbingConfigRequest_FieldTerminalPathValue) SetToRaw

type GetProbingConfigDescriptor added in v0.4.26

type GetProbingConfigDescriptor struct{}

func GetGetProbingConfigDescriptor added in v0.4.26

func GetGetProbingConfigDescriptor() *GetProbingConfigDescriptor

func (*GetProbingConfigDescriptor) GetApiDescriptor added in v0.4.26

func (*GetProbingConfigDescriptor) GetApiName added in v0.4.26

func (d *GetProbingConfigDescriptor) GetApiName() string

func (*GetProbingConfigDescriptor) GetClientMsgReflectHandle added in v0.4.26

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

func (*GetProbingConfigDescriptor) GetFullMethodName added in v0.4.26

func (d *GetProbingConfigDescriptor) GetFullMethodName() string

func (*GetProbingConfigDescriptor) GetMethodName added in v0.4.26

func (d *GetProbingConfigDescriptor) GetMethodName() string

func (*GetProbingConfigDescriptor) GetProtoPkgName added in v0.4.26

func (d *GetProbingConfigDescriptor) GetProtoPkgName() string

func (*GetProbingConfigDescriptor) GetResourceDescriptor added in v0.4.27

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

func (*GetProbingConfigDescriptor) GetServerMsgReflectHandle added in v0.4.26

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

func (*GetProbingConfigDescriptor) GetServiceDomain added in v0.4.26

func (d *GetProbingConfigDescriptor) GetServiceDomain() string

func (*GetProbingConfigDescriptor) GetServiceVersion added in v0.4.26

func (d *GetProbingConfigDescriptor) GetServiceVersion() string

func (*GetProbingConfigDescriptor) GetVerb added in v0.4.26

func (d *GetProbingConfigDescriptor) GetVerb() string

func (*GetProbingConfigDescriptor) HasResource added in v0.4.27

func (d *GetProbingConfigDescriptor) HasResource() bool

func (*GetProbingConfigDescriptor) IsClientStream added in v0.4.26

func (d *GetProbingConfigDescriptor) IsClientStream() bool

func (*GetProbingConfigDescriptor) IsCollection added in v0.4.27

func (d *GetProbingConfigDescriptor) IsCollection() bool

func (*GetProbingConfigDescriptor) IsPlural added in v0.4.27

func (d *GetProbingConfigDescriptor) IsPlural() bool

func (*GetProbingConfigDescriptor) IsServerStream added in v0.4.26

func (d *GetProbingConfigDescriptor) IsServerStream() bool

func (*GetProbingConfigDescriptor) IsUnary added in v0.4.26

func (d *GetProbingConfigDescriptor) IsUnary() bool

func (*GetProbingConfigDescriptor) NewEmptyClientMsg added in v0.4.26

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

func (*GetProbingConfigDescriptor) NewEmptyServerMsg added in v0.4.26

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

func (*GetProbingConfigDescriptor) RequestHasResourceBody added in v0.4.26

func (d *GetProbingConfigDescriptor) RequestHasResourceBody() bool

type GetProbingConfigDescriptorClientMsgHandle added in v0.4.26

type GetProbingConfigDescriptorClientMsgHandle struct{}

func (*GetProbingConfigDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

func (*GetProbingConfigDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*GetProbingConfigDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type GetProbingConfigDescriptorServerMsgHandle added in v0.4.26

type GetProbingConfigDescriptorServerMsgHandle struct{}

func (*GetProbingConfigDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

func (*GetProbingConfigDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*GetProbingConfigDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

type GetProbingConfigRequest

type GetProbingConfigRequest struct {

	// Reference of ntt.watchdog.v1alpha2.ProbingConfig
	Name *probing_config.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 *probing_config.ProbingConfig_FieldMask `` /* 145-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 [GetProbingConfig][ntt.watchdog.v1alpha2.GetProbingConfig]

func (*GetProbingConfigRequest) Clone

func (*GetProbingConfigRequest) CloneRaw

func (*GetProbingConfigRequest) Descriptor

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

Deprecated, Use GetProbingConfigRequest.ProtoReflect.Descriptor instead.

func (*GetProbingConfigRequest) GetFieldMask

func (*GetProbingConfigRequest) GetName

func (*GetProbingConfigRequest) GetView

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

func (*GetProbingConfigRequest) GotenMessage

func (*GetProbingConfigRequest) GotenMessage()

func (*GetProbingConfigRequest) GotenObjectExt

func (o *GetProbingConfigRequest) GotenObjectExt()

func (*GetProbingConfigRequest) GotenValidate

func (obj *GetProbingConfigRequest) GotenValidate() error

func (*GetProbingConfigRequest) MakeDiffFieldMask

func (*GetProbingConfigRequest) MakeFullFieldMask

func (*GetProbingConfigRequest) MakeRawDiffFieldMask

func (*GetProbingConfigRequest) MakeRawFullFieldMask

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

func (*GetProbingConfigRequest) Marshal

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

func (*GetProbingConfigRequest) MarshalJSON

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

func (*GetProbingConfigRequest) Merge

func (*GetProbingConfigRequest) MergeRaw

func (*GetProbingConfigRequest) ProtoMessage

func (*GetProbingConfigRequest) ProtoMessage()

func (*GetProbingConfigRequest) ProtoReflect

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

func (*GetProbingConfigRequest) Reset

func (m *GetProbingConfigRequest) Reset()

func (*GetProbingConfigRequest) SetFieldMask

func (*GetProbingConfigRequest) SetName

func (*GetProbingConfigRequest) SetView

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

func (*GetProbingConfigRequest) String

func (m *GetProbingConfigRequest) String() string

func (*GetProbingConfigRequest) Unmarshal

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

func (*GetProbingConfigRequest) UnmarshalJSON

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

type GetProbingConfigRequestFieldPathBuilder

type GetProbingConfigRequestFieldPathBuilder struct{}

func NewGetProbingConfigRequestFieldPathBuilder

func NewGetProbingConfigRequestFieldPathBuilder() GetProbingConfigRequestFieldPathBuilder

func (GetProbingConfigRequestFieldPathBuilder) FieldMask

func (GetProbingConfigRequestFieldPathBuilder) Name

func (GetProbingConfigRequestFieldPathBuilder) View

type GetProbingConfigRequestPathSelectorFieldMask

type GetProbingConfigRequestPathSelectorFieldMask struct{}

func (GetProbingConfigRequestPathSelectorFieldMask) FieldPath

type GetProbingConfigRequestPathSelectorName

type GetProbingConfigRequestPathSelectorName struct{}

func (GetProbingConfigRequestPathSelectorName) FieldPath

func (GetProbingConfigRequestPathSelectorName) WithArrayOfValues

func (GetProbingConfigRequestPathSelectorName) WithValue

type GetProbingConfigRequestPathSelectorView

type GetProbingConfigRequestPathSelectorView struct{}

func (GetProbingConfigRequestPathSelectorView) FieldPath

func (GetProbingConfigRequestPathSelectorView) WithArrayOfValues

func (GetProbingConfigRequestPathSelectorView) WithValue

type GetProbingConfigRequest_FieldMask

type GetProbingConfigRequest_FieldMask struct {
	Paths []GetProbingConfigRequest_FieldPath
}

func FullGetProbingConfigRequest_FieldMask

func FullGetProbingConfigRequest_FieldMask() *GetProbingConfigRequest_FieldMask

func (*GetProbingConfigRequest_FieldMask) AppendPath

func (*GetProbingConfigRequest_FieldMask) AppendRawPath

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

func (*GetProbingConfigRequest_FieldMask) DecodeFirestore

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

func (*GetProbingConfigRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*GetProbingConfigRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*GetProbingConfigRequest_FieldMask) FromProtoFieldMask

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

func (*GetProbingConfigRequest_FieldMask) GetPaths

func (*GetProbingConfigRequest_FieldMask) GetRawPaths

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

func (*GetProbingConfigRequest_FieldMask) IsFull

func (fieldMask *GetProbingConfigRequest_FieldMask) IsFull() bool

func (GetProbingConfigRequest_FieldMask) Marshal

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

implement methods required by customType

func (GetProbingConfigRequest_FieldMask) MarshalJSON

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

func (*GetProbingConfigRequest_FieldMask) PathsCount

func (fieldMask *GetProbingConfigRequest_FieldMask) PathsCount() int

func (*GetProbingConfigRequest_FieldMask) Project

func (*GetProbingConfigRequest_FieldMask) ProjectRaw

func (*GetProbingConfigRequest_FieldMask) ProtoMessage

func (fieldMask *GetProbingConfigRequest_FieldMask) ProtoMessage()

func (*GetProbingConfigRequest_FieldMask) ProtoReflect

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

func (*GetProbingConfigRequest_FieldMask) Reset

func (fieldMask *GetProbingConfigRequest_FieldMask) Reset()

func (*GetProbingConfigRequest_FieldMask) Set

func (fieldMask *GetProbingConfigRequest_FieldMask) Set(target, source *GetProbingConfigRequest)

func (*GetProbingConfigRequest_FieldMask) SetFromCliFlag

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

func (*GetProbingConfigRequest_FieldMask) SetRaw

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

func (*GetProbingConfigRequest_FieldMask) Size

func (fieldMask *GetProbingConfigRequest_FieldMask) Size() int

func (*GetProbingConfigRequest_FieldMask) String

func (fieldMask *GetProbingConfigRequest_FieldMask) String() string

func (*GetProbingConfigRequest_FieldMask) Subtract

func (*GetProbingConfigRequest_FieldMask) SubtractRaw

func (*GetProbingConfigRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*GetProbingConfigRequest_FieldMask) Unmarshal

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

func (*GetProbingConfigRequest_FieldMask) UnmarshalJSON

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

type GetProbingConfigRequest_FieldPath

type GetProbingConfigRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() GetProbingConfigRequest_FieldPathSelector
	Get(source *GetProbingConfigRequest) []interface{}
	GetSingle(source *GetProbingConfigRequest) (interface{}, bool)
	ClearValue(item *GetProbingConfigRequest)

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

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

func MustParseGetProbingConfigRequest_FieldPath

func MustParseGetProbingConfigRequest_FieldPath(rawField string) GetProbingConfigRequest_FieldPath

func ParseGetProbingConfigRequest_FieldPath

func ParseGetProbingConfigRequest_FieldPath(rawField string) (GetProbingConfigRequest_FieldPath, error)

type GetProbingConfigRequest_FieldPathArrayItemValue

type GetProbingConfigRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	GetProbingConfigRequest_FieldPath
	ContainsValue(*GetProbingConfigRequest) bool
}

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

func MustParseGetProbingConfigRequest_FieldPathArrayItemValue

func MustParseGetProbingConfigRequest_FieldPathArrayItemValue(pathStr, valueStr string) GetProbingConfigRequest_FieldPathArrayItemValue

func ParseGetProbingConfigRequest_FieldPathArrayItemValue

func ParseGetProbingConfigRequest_FieldPathArrayItemValue(pathStr, valueStr string) (GetProbingConfigRequest_FieldPathArrayItemValue, error)

ParseGetProbingConfigRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type GetProbingConfigRequest_FieldPathArrayOfValues

type GetProbingConfigRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	GetProbingConfigRequest_FieldPath
}

GetProbingConfigRequest_FieldPathArrayOfValues allows storing slice of values for GetProbingConfigRequest fields according to their type

func MustParseGetProbingConfigRequest_FieldPathArrayOfValues

func MustParseGetProbingConfigRequest_FieldPathArrayOfValues(pathStr, valuesStr string) GetProbingConfigRequest_FieldPathArrayOfValues

func ParseGetProbingConfigRequest_FieldPathArrayOfValues

func ParseGetProbingConfigRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (GetProbingConfigRequest_FieldPathArrayOfValues, error)

type GetProbingConfigRequest_FieldPathSelector

type GetProbingConfigRequest_FieldPathSelector int32
const (
	GetProbingConfigRequest_FieldPathSelectorName      GetProbingConfigRequest_FieldPathSelector = 0
	GetProbingConfigRequest_FieldPathSelectorFieldMask GetProbingConfigRequest_FieldPathSelector = 1
	GetProbingConfigRequest_FieldPathSelectorView      GetProbingConfigRequest_FieldPathSelector = 2
)

func (GetProbingConfigRequest_FieldPathSelector) String

type GetProbingConfigRequest_FieldPathValue

type GetProbingConfigRequest_FieldPathValue interface {
	GetProbingConfigRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **GetProbingConfigRequest)
	CompareWith(*GetProbingConfigRequest) (cmp int, comparable bool)
}

GetProbingConfigRequest_FieldPathValue allows storing values for GetProbingConfigRequest fields according to their type

func MustParseGetProbingConfigRequest_FieldPathValue

func MustParseGetProbingConfigRequest_FieldPathValue(pathStr, valueStr string) GetProbingConfigRequest_FieldPathValue

func ParseGetProbingConfigRequest_FieldPathValue

func ParseGetProbingConfigRequest_FieldPathValue(pathStr, valueStr string) (GetProbingConfigRequest_FieldPathValue, error)

type GetProbingConfigRequest_FieldTerminalPath

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

func (*GetProbingConfigRequest_FieldTerminalPath) ClearValue

func (*GetProbingConfigRequest_FieldTerminalPath) ClearValueRaw

func (*GetProbingConfigRequest_FieldTerminalPath) Get

func (fp *GetProbingConfigRequest_FieldTerminalPath) Get(source *GetProbingConfigRequest) (values []interface{})

Get returns all values pointed by specific field from source GetProbingConfigRequest

func (*GetProbingConfigRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*GetProbingConfigRequest_FieldTerminalPath) GetRaw

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

func (*GetProbingConfigRequest_FieldTerminalPath) GetSingle

func (fp *GetProbingConfigRequest_FieldTerminalPath) GetSingle(source *GetProbingConfigRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source GetProbingConfigRequest

func (*GetProbingConfigRequest_FieldTerminalPath) GetSingleRaw

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

func (*GetProbingConfigRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*GetProbingConfigRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*GetProbingConfigRequest_FieldTerminalPath) Selector

func (*GetProbingConfigRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*GetProbingConfigRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*GetProbingConfigRequest_FieldTerminalPath) WithIArrayItemValue

func (*GetProbingConfigRequest_FieldTerminalPath) WithIArrayOfValues

func (*GetProbingConfigRequest_FieldTerminalPath) WithIValue

func (*GetProbingConfigRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*GetProbingConfigRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*GetProbingConfigRequest_FieldTerminalPath) WithRawIValue

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

type GetProbingConfigRequest_FieldTerminalPathArrayItemValue

type GetProbingConfigRequest_FieldTerminalPathArrayItemValue struct {
	GetProbingConfigRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetProbingConfigRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*GetProbingConfigRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*GetProbingConfigRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*GetProbingConfigRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type GetProbingConfigRequest_FieldTerminalPathArrayOfValues

type GetProbingConfigRequest_FieldTerminalPathArrayOfValues struct {
	GetProbingConfigRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetProbingConfigRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*GetProbingConfigRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*GetProbingConfigRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*GetProbingConfigRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type GetProbingConfigRequest_FieldTerminalPathValue

type GetProbingConfigRequest_FieldTerminalPathValue struct {
	GetProbingConfigRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetProbingConfigRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*GetProbingConfigRequest_FieldTerminalPathValue) AsNameValue

func (*GetProbingConfigRequest_FieldTerminalPathValue) AsViewValue

func (*GetProbingConfigRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'GetProbingConfigRequest_FieldTerminalPathValue' with the value under path in 'GetProbingConfigRequest'.

func (*GetProbingConfigRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*GetProbingConfigRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*GetProbingConfigRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object GetProbingConfigRequest

func (*GetProbingConfigRequest_FieldTerminalPathValue) SetToRaw

type ListProbingConfigsDescriptor added in v0.4.26

type ListProbingConfigsDescriptor struct{}

func GetListProbingConfigsDescriptor added in v0.4.26

func GetListProbingConfigsDescriptor() *ListProbingConfigsDescriptor

func (*ListProbingConfigsDescriptor) GetApiDescriptor added in v0.4.26

func (*ListProbingConfigsDescriptor) GetApiName added in v0.4.26

func (d *ListProbingConfigsDescriptor) GetApiName() string

func (*ListProbingConfigsDescriptor) GetClientMsgReflectHandle added in v0.4.26

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

func (*ListProbingConfigsDescriptor) GetFullMethodName added in v0.4.26

func (d *ListProbingConfigsDescriptor) GetFullMethodName() string

func (*ListProbingConfigsDescriptor) GetMethodName added in v0.4.26

func (d *ListProbingConfigsDescriptor) GetMethodName() string

func (*ListProbingConfigsDescriptor) GetProtoPkgName added in v0.4.26

func (d *ListProbingConfigsDescriptor) GetProtoPkgName() string

func (*ListProbingConfigsDescriptor) GetResourceDescriptor added in v0.4.27

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

func (*ListProbingConfigsDescriptor) GetServerMsgReflectHandle added in v0.4.26

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

func (*ListProbingConfigsDescriptor) GetServiceDomain added in v0.4.26

func (d *ListProbingConfigsDescriptor) GetServiceDomain() string

func (*ListProbingConfigsDescriptor) GetServiceVersion added in v0.4.26

func (d *ListProbingConfigsDescriptor) GetServiceVersion() string

func (*ListProbingConfigsDescriptor) GetVerb added in v0.4.26

func (d *ListProbingConfigsDescriptor) GetVerb() string

func (*ListProbingConfigsDescriptor) HasResource added in v0.4.27

func (d *ListProbingConfigsDescriptor) HasResource() bool

func (*ListProbingConfigsDescriptor) IsClientStream added in v0.4.26

func (d *ListProbingConfigsDescriptor) IsClientStream() bool

func (*ListProbingConfigsDescriptor) IsCollection added in v0.4.27

func (d *ListProbingConfigsDescriptor) IsCollection() bool

func (*ListProbingConfigsDescriptor) IsPlural added in v0.4.27

func (d *ListProbingConfigsDescriptor) IsPlural() bool

func (*ListProbingConfigsDescriptor) IsServerStream added in v0.4.26

func (d *ListProbingConfigsDescriptor) IsServerStream() bool

func (*ListProbingConfigsDescriptor) IsUnary added in v0.4.26

func (d *ListProbingConfigsDescriptor) IsUnary() bool

func (*ListProbingConfigsDescriptor) NewEmptyClientMsg added in v0.4.26

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

func (*ListProbingConfigsDescriptor) NewEmptyServerMsg added in v0.4.26

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

func (*ListProbingConfigsDescriptor) RequestHasResourceBody added in v0.4.26

func (d *ListProbingConfigsDescriptor) RequestHasResourceBody() bool

type ListProbingConfigsDescriptorClientMsgHandle added in v0.4.26

type ListProbingConfigsDescriptorClientMsgHandle struct{}

func (*ListProbingConfigsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

func (*ListProbingConfigsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*ListProbingConfigsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type ListProbingConfigsDescriptorServerMsgHandle added in v0.4.26

type ListProbingConfigsDescriptorServerMsgHandle struct{}

func (*ListProbingConfigsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

func (*ListProbingConfigsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*ListProbingConfigsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

type ListProbingConfigsRequest

type ListProbingConfigsRequest struct {

	// Parent name of ntt.watchdog.v1alpha2.ProbingConfig
	Parent *probing_config.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer ProbingConfigs 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
	// [ListProbingConfigsResponse.next_page_token][ntt.watchdog.v1alpha2.ListProbingConfigsResponse.next_page_token]
	PageToken *probing_config.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 *probing_config.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 *probing_config.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 *probing_config.ProbingConfig_FieldMask `` /* 145-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 [ListProbingConfigs][ntt.watchdog.v1alpha2.ListProbingConfigs]

func (*ListProbingConfigsRequest) Clone

func (*ListProbingConfigsRequest) CloneRaw

func (*ListProbingConfigsRequest) Descriptor

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

Deprecated, Use ListProbingConfigsRequest.ProtoReflect.Descriptor instead.

func (*ListProbingConfigsRequest) GetFieldMask

func (*ListProbingConfigsRequest) GetFilter

func (*ListProbingConfigsRequest) GetIncludePagingInfo added in v0.8.3

func (m *ListProbingConfigsRequest) GetIncludePagingInfo() bool

func (*ListProbingConfigsRequest) GetOrderBy

func (*ListProbingConfigsRequest) GetPageSize

func (m *ListProbingConfigsRequest) GetPageSize() int32

func (*ListProbingConfigsRequest) GetPageToken

func (*ListProbingConfigsRequest) GetParent

func (*ListProbingConfigsRequest) GetView

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

func (*ListProbingConfigsRequest) GotenMessage

func (*ListProbingConfigsRequest) GotenMessage()

func (*ListProbingConfigsRequest) GotenObjectExt

func (o *ListProbingConfigsRequest) GotenObjectExt()

func (*ListProbingConfigsRequest) GotenValidate

func (obj *ListProbingConfigsRequest) GotenValidate() error

func (*ListProbingConfigsRequest) MakeDiffFieldMask

func (*ListProbingConfigsRequest) MakeFullFieldMask

func (*ListProbingConfigsRequest) MakeRawDiffFieldMask

func (*ListProbingConfigsRequest) MakeRawFullFieldMask

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

func (*ListProbingConfigsRequest) Marshal

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

func (*ListProbingConfigsRequest) MarshalJSON

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

func (*ListProbingConfigsRequest) Merge

func (*ListProbingConfigsRequest) MergeRaw

func (*ListProbingConfigsRequest) ProtoMessage

func (*ListProbingConfigsRequest) ProtoMessage()

func (*ListProbingConfigsRequest) ProtoReflect

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

func (*ListProbingConfigsRequest) Reset

func (m *ListProbingConfigsRequest) Reset()

func (*ListProbingConfigsRequest) SetFieldMask

func (*ListProbingConfigsRequest) SetFilter

func (*ListProbingConfigsRequest) SetIncludePagingInfo added in v0.8.3

func (m *ListProbingConfigsRequest) SetIncludePagingInfo(fv bool)

func (*ListProbingConfigsRequest) SetOrderBy

func (*ListProbingConfigsRequest) SetPageSize

func (m *ListProbingConfigsRequest) SetPageSize(fv int32)

func (*ListProbingConfigsRequest) SetPageToken

func (*ListProbingConfigsRequest) SetParent

func (*ListProbingConfigsRequest) SetView

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

func (*ListProbingConfigsRequest) String

func (m *ListProbingConfigsRequest) String() string

func (*ListProbingConfigsRequest) Unmarshal

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

func (*ListProbingConfigsRequest) UnmarshalJSON

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

type ListProbingConfigsRequestFieldPathBuilder

type ListProbingConfigsRequestFieldPathBuilder struct{}

func NewListProbingConfigsRequestFieldPathBuilder

func NewListProbingConfigsRequestFieldPathBuilder() ListProbingConfigsRequestFieldPathBuilder

func (ListProbingConfigsRequestFieldPathBuilder) FieldMask

func (ListProbingConfigsRequestFieldPathBuilder) Filter

func (ListProbingConfigsRequestFieldPathBuilder) IncludePagingInfo added in v0.8.3

func (ListProbingConfigsRequestFieldPathBuilder) OrderBy

func (ListProbingConfigsRequestFieldPathBuilder) PageSize

func (ListProbingConfigsRequestFieldPathBuilder) PageToken

func (ListProbingConfigsRequestFieldPathBuilder) Parent

func (ListProbingConfigsRequestFieldPathBuilder) View

type ListProbingConfigsRequestPathSelectorFieldMask

type ListProbingConfigsRequestPathSelectorFieldMask struct{}

func (ListProbingConfigsRequestPathSelectorFieldMask) FieldPath

type ListProbingConfigsRequestPathSelectorFilter

type ListProbingConfigsRequestPathSelectorFilter struct{}

func (ListProbingConfigsRequestPathSelectorFilter) FieldPath

func (ListProbingConfigsRequestPathSelectorFilter) WithArrayOfValues

func (ListProbingConfigsRequestPathSelectorFilter) WithValue

type ListProbingConfigsRequestPathSelectorIncludePagingInfo added in v0.8.3

type ListProbingConfigsRequestPathSelectorIncludePagingInfo struct{}

func (ListProbingConfigsRequestPathSelectorIncludePagingInfo) FieldPath added in v0.8.3

func (ListProbingConfigsRequestPathSelectorIncludePagingInfo) WithArrayOfValues added in v0.8.3

func (ListProbingConfigsRequestPathSelectorIncludePagingInfo) WithValue added in v0.8.3

type ListProbingConfigsRequestPathSelectorOrderBy

type ListProbingConfigsRequestPathSelectorOrderBy struct{}

func (ListProbingConfigsRequestPathSelectorOrderBy) FieldPath

func (ListProbingConfigsRequestPathSelectorOrderBy) WithArrayOfValues

func (ListProbingConfigsRequestPathSelectorOrderBy) WithValue

type ListProbingConfigsRequestPathSelectorPageSize

type ListProbingConfigsRequestPathSelectorPageSize struct{}

func (ListProbingConfigsRequestPathSelectorPageSize) FieldPath

func (ListProbingConfigsRequestPathSelectorPageSize) WithArrayOfValues

func (ListProbingConfigsRequestPathSelectorPageSize) WithValue

type ListProbingConfigsRequestPathSelectorPageToken

type ListProbingConfigsRequestPathSelectorPageToken struct{}

func (ListProbingConfigsRequestPathSelectorPageToken) FieldPath

func (ListProbingConfigsRequestPathSelectorPageToken) WithArrayOfValues

func (ListProbingConfigsRequestPathSelectorPageToken) WithValue

type ListProbingConfigsRequestPathSelectorParent

type ListProbingConfigsRequestPathSelectorParent struct{}

func (ListProbingConfigsRequestPathSelectorParent) FieldPath

func (ListProbingConfigsRequestPathSelectorParent) WithArrayOfValues

func (ListProbingConfigsRequestPathSelectorParent) WithValue

type ListProbingConfigsRequestPathSelectorView

type ListProbingConfigsRequestPathSelectorView struct{}

func (ListProbingConfigsRequestPathSelectorView) FieldPath

func (ListProbingConfigsRequestPathSelectorView) WithArrayOfValues

func (ListProbingConfigsRequestPathSelectorView) WithValue

type ListProbingConfigsRequest_FieldMask

type ListProbingConfigsRequest_FieldMask struct {
	Paths []ListProbingConfigsRequest_FieldPath
}

func FullListProbingConfigsRequest_FieldMask

func FullListProbingConfigsRequest_FieldMask() *ListProbingConfigsRequest_FieldMask

func (*ListProbingConfigsRequest_FieldMask) AppendPath

func (*ListProbingConfigsRequest_FieldMask) AppendRawPath

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

func (*ListProbingConfigsRequest_FieldMask) DecodeFirestore

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

func (*ListProbingConfigsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListProbingConfigsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListProbingConfigsRequest_FieldMask) FromProtoFieldMask

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

func (*ListProbingConfigsRequest_FieldMask) GetPaths

func (*ListProbingConfigsRequest_FieldMask) GetRawPaths

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

func (*ListProbingConfigsRequest_FieldMask) IsFull

func (fieldMask *ListProbingConfigsRequest_FieldMask) IsFull() bool

func (ListProbingConfigsRequest_FieldMask) Marshal

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

implement methods required by customType

func (ListProbingConfigsRequest_FieldMask) MarshalJSON

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

func (*ListProbingConfigsRequest_FieldMask) PathsCount

func (fieldMask *ListProbingConfigsRequest_FieldMask) PathsCount() int

func (*ListProbingConfigsRequest_FieldMask) Project

func (*ListProbingConfigsRequest_FieldMask) ProjectRaw

func (*ListProbingConfigsRequest_FieldMask) ProtoMessage

func (fieldMask *ListProbingConfigsRequest_FieldMask) ProtoMessage()

func (*ListProbingConfigsRequest_FieldMask) ProtoReflect

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

func (*ListProbingConfigsRequest_FieldMask) Reset

func (fieldMask *ListProbingConfigsRequest_FieldMask) Reset()

func (*ListProbingConfigsRequest_FieldMask) Set

func (fieldMask *ListProbingConfigsRequest_FieldMask) Set(target, source *ListProbingConfigsRequest)

func (*ListProbingConfigsRequest_FieldMask) SetFromCliFlag

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

func (*ListProbingConfigsRequest_FieldMask) SetRaw

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

func (*ListProbingConfigsRequest_FieldMask) Size

func (fieldMask *ListProbingConfigsRequest_FieldMask) Size() int

func (*ListProbingConfigsRequest_FieldMask) String

func (fieldMask *ListProbingConfigsRequest_FieldMask) String() string

func (*ListProbingConfigsRequest_FieldMask) Subtract

func (*ListProbingConfigsRequest_FieldMask) SubtractRaw

func (*ListProbingConfigsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListProbingConfigsRequest_FieldMask) Unmarshal

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

func (*ListProbingConfigsRequest_FieldMask) UnmarshalJSON

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

type ListProbingConfigsRequest_FieldPath

type ListProbingConfigsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListProbingConfigsRequest_FieldPathSelector
	Get(source *ListProbingConfigsRequest) []interface{}
	GetSingle(source *ListProbingConfigsRequest) (interface{}, bool)
	ClearValue(item *ListProbingConfigsRequest)

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

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

func MustParseListProbingConfigsRequest_FieldPath

func MustParseListProbingConfigsRequest_FieldPath(rawField string) ListProbingConfigsRequest_FieldPath

func ParseListProbingConfigsRequest_FieldPath

func ParseListProbingConfigsRequest_FieldPath(rawField string) (ListProbingConfigsRequest_FieldPath, error)

type ListProbingConfigsRequest_FieldPathArrayItemValue

type ListProbingConfigsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListProbingConfigsRequest_FieldPath
	ContainsValue(*ListProbingConfigsRequest) bool
}

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

func MustParseListProbingConfigsRequest_FieldPathArrayItemValue

func MustParseListProbingConfigsRequest_FieldPathArrayItemValue(pathStr, valueStr string) ListProbingConfigsRequest_FieldPathArrayItemValue

func ParseListProbingConfigsRequest_FieldPathArrayItemValue

func ParseListProbingConfigsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ListProbingConfigsRequest_FieldPathArrayItemValue, error)

ParseListProbingConfigsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListProbingConfigsRequest_FieldPathArrayOfValues

type ListProbingConfigsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListProbingConfigsRequest_FieldPath
}

ListProbingConfigsRequest_FieldPathArrayOfValues allows storing slice of values for ListProbingConfigsRequest fields according to their type

func MustParseListProbingConfigsRequest_FieldPathArrayOfValues

func MustParseListProbingConfigsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ListProbingConfigsRequest_FieldPathArrayOfValues

func ParseListProbingConfigsRequest_FieldPathArrayOfValues

func ParseListProbingConfigsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ListProbingConfigsRequest_FieldPathArrayOfValues, error)

type ListProbingConfigsRequest_FieldPathSelector

type ListProbingConfigsRequest_FieldPathSelector int32
const (
	ListProbingConfigsRequest_FieldPathSelectorParent            ListProbingConfigsRequest_FieldPathSelector = 0
	ListProbingConfigsRequest_FieldPathSelectorPageSize          ListProbingConfigsRequest_FieldPathSelector = 1
	ListProbingConfigsRequest_FieldPathSelectorPageToken         ListProbingConfigsRequest_FieldPathSelector = 2
	ListProbingConfigsRequest_FieldPathSelectorOrderBy           ListProbingConfigsRequest_FieldPathSelector = 3
	ListProbingConfigsRequest_FieldPathSelectorFilter            ListProbingConfigsRequest_FieldPathSelector = 4
	ListProbingConfigsRequest_FieldPathSelectorFieldMask         ListProbingConfigsRequest_FieldPathSelector = 5
	ListProbingConfigsRequest_FieldPathSelectorView              ListProbingConfigsRequest_FieldPathSelector = 6
	ListProbingConfigsRequest_FieldPathSelectorIncludePagingInfo ListProbingConfigsRequest_FieldPathSelector = 7
)

func (ListProbingConfigsRequest_FieldPathSelector) String

type ListProbingConfigsRequest_FieldPathValue

type ListProbingConfigsRequest_FieldPathValue interface {
	ListProbingConfigsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListProbingConfigsRequest)
	CompareWith(*ListProbingConfigsRequest) (cmp int, comparable bool)
}

ListProbingConfigsRequest_FieldPathValue allows storing values for ListProbingConfigsRequest fields according to their type

func MustParseListProbingConfigsRequest_FieldPathValue

func MustParseListProbingConfigsRequest_FieldPathValue(pathStr, valueStr string) ListProbingConfigsRequest_FieldPathValue

func ParseListProbingConfigsRequest_FieldPathValue

func ParseListProbingConfigsRequest_FieldPathValue(pathStr, valueStr string) (ListProbingConfigsRequest_FieldPathValue, error)

type ListProbingConfigsRequest_FieldTerminalPath

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

func (*ListProbingConfigsRequest_FieldTerminalPath) ClearValue

func (*ListProbingConfigsRequest_FieldTerminalPath) ClearValueRaw

func (*ListProbingConfigsRequest_FieldTerminalPath) Get

func (fp *ListProbingConfigsRequest_FieldTerminalPath) Get(source *ListProbingConfigsRequest) (values []interface{})

Get returns all values pointed by specific field from source ListProbingConfigsRequest

func (*ListProbingConfigsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListProbingConfigsRequest_FieldTerminalPath) GetRaw

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

func (*ListProbingConfigsRequest_FieldTerminalPath) GetSingle

func (fp *ListProbingConfigsRequest_FieldTerminalPath) GetSingle(source *ListProbingConfigsRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source ListProbingConfigsRequest

func (*ListProbingConfigsRequest_FieldTerminalPath) GetSingleRaw

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

func (*ListProbingConfigsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListProbingConfigsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListProbingConfigsRequest_FieldTerminalPath) Selector

func (*ListProbingConfigsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*ListProbingConfigsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListProbingConfigsRequest_FieldTerminalPath) WithIArrayItemValue

func (*ListProbingConfigsRequest_FieldTerminalPath) WithIArrayOfValues

func (*ListProbingConfigsRequest_FieldTerminalPath) WithIValue

func (*ListProbingConfigsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListProbingConfigsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListProbingConfigsRequest_FieldTerminalPath) WithRawIValue

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

type ListProbingConfigsRequest_FieldTerminalPathArrayItemValue

type ListProbingConfigsRequest_FieldTerminalPathArrayItemValue struct {
	ListProbingConfigsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListProbingConfigsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListProbingConfigsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListProbingConfigsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*ListProbingConfigsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListProbingConfigsRequest_FieldTerminalPathArrayOfValues

type ListProbingConfigsRequest_FieldTerminalPathArrayOfValues struct {
	ListProbingConfigsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListProbingConfigsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*ListProbingConfigsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (*ListProbingConfigsRequest_FieldTerminalPathArrayOfValues) AsIncludePagingInfoArrayOfValues added in v0.8.3

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

func (*ListProbingConfigsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (*ListProbingConfigsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*ListProbingConfigsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (*ListProbingConfigsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*ListProbingConfigsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*ListProbingConfigsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListProbingConfigsRequest_FieldTerminalPathValue

type ListProbingConfigsRequest_FieldTerminalPathValue struct {
	ListProbingConfigsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListProbingConfigsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*ListProbingConfigsRequest_FieldTerminalPathValue) AsFilterValue

func (*ListProbingConfigsRequest_FieldTerminalPathValue) AsIncludePagingInfoValue added in v0.8.3

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

func (*ListProbingConfigsRequest_FieldTerminalPathValue) AsOrderByValue

func (*ListProbingConfigsRequest_FieldTerminalPathValue) AsPageSizeValue

func (*ListProbingConfigsRequest_FieldTerminalPathValue) AsPageTokenValue

func (*ListProbingConfigsRequest_FieldTerminalPathValue) AsParentValue

func (*ListProbingConfigsRequest_FieldTerminalPathValue) AsViewValue

func (*ListProbingConfigsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListProbingConfigsRequest_FieldTerminalPathValue' with the value under path in 'ListProbingConfigsRequest'.

func (*ListProbingConfigsRequest_FieldTerminalPathValue) CompareWithRaw

func (*ListProbingConfigsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*ListProbingConfigsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListProbingConfigsRequest

func (*ListProbingConfigsRequest_FieldTerminalPathValue) SetToRaw

type ListProbingConfigsResponse

type ListProbingConfigsResponse struct {

	// The list of ProbingConfigs
	ProbingConfigs []*probing_config.ProbingConfig `` /* 130-byte string literal not displayed */
	// A token to retrieve previous page of results. Pass this value in the
	// [ListProbingConfigsRequest.page_token][ntt.watchdog.v1alpha2.ListProbingConfigsRequest.page_token]
	PrevPageToken *probing_config.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListProbingConfigsRequest.page_token][ntt.watchdog.v1alpha2.ListProbingConfigsRequest.page_token]
	NextPageToken *probing_config.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 ProbingConfigs 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 [ListProbingConfigs][ntt.watchdog.v1alpha2.ListProbingConfigs]

func (*ListProbingConfigsResponse) Clone

func (*ListProbingConfigsResponse) CloneRaw

func (*ListProbingConfigsResponse) Descriptor

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

Deprecated, Use ListProbingConfigsResponse.ProtoReflect.Descriptor instead.

func (*ListProbingConfigsResponse) GetCurrentOffset added in v0.8.3

func (m *ListProbingConfigsResponse) GetCurrentOffset() int32

func (*ListProbingConfigsResponse) GetNextPageToken

func (m *ListProbingConfigsResponse) GetNextPageToken() *probing_config.PagerCursor

func (*ListProbingConfigsResponse) GetPrevPageToken

func (m *ListProbingConfigsResponse) GetPrevPageToken() *probing_config.PagerCursor

func (*ListProbingConfigsResponse) GetProbingConfigs

func (m *ListProbingConfigsResponse) GetProbingConfigs() []*probing_config.ProbingConfig

func (*ListProbingConfigsResponse) GetTotalResultsCount added in v0.8.3

func (m *ListProbingConfigsResponse) GetTotalResultsCount() int32

func (*ListProbingConfigsResponse) GotenMessage

func (*ListProbingConfigsResponse) GotenMessage()

func (*ListProbingConfigsResponse) GotenObjectExt

func (o *ListProbingConfigsResponse) GotenObjectExt()

func (*ListProbingConfigsResponse) GotenValidate

func (obj *ListProbingConfigsResponse) GotenValidate() error

func (*ListProbingConfigsResponse) MakeDiffFieldMask

func (*ListProbingConfigsResponse) MakeFullFieldMask

func (*ListProbingConfigsResponse) MakeRawDiffFieldMask

func (*ListProbingConfigsResponse) MakeRawFullFieldMask

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

func (*ListProbingConfigsResponse) Marshal

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

func (*ListProbingConfigsResponse) MarshalJSON

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

func (*ListProbingConfigsResponse) Merge

func (*ListProbingConfigsResponse) MergeRaw

func (*ListProbingConfigsResponse) ProtoMessage

func (*ListProbingConfigsResponse) ProtoMessage()

func (*ListProbingConfigsResponse) ProtoReflect

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

func (*ListProbingConfigsResponse) Reset

func (m *ListProbingConfigsResponse) Reset()

func (*ListProbingConfigsResponse) SetCurrentOffset added in v0.8.3

func (m *ListProbingConfigsResponse) SetCurrentOffset(fv int32)

func (*ListProbingConfigsResponse) SetNextPageToken

func (m *ListProbingConfigsResponse) SetNextPageToken(fv *probing_config.PagerCursor)

func (*ListProbingConfigsResponse) SetPrevPageToken

func (m *ListProbingConfigsResponse) SetPrevPageToken(fv *probing_config.PagerCursor)

func (*ListProbingConfigsResponse) SetProbingConfigs

func (m *ListProbingConfigsResponse) SetProbingConfigs(fv []*probing_config.ProbingConfig)

func (*ListProbingConfigsResponse) SetTotalResultsCount added in v0.8.3

func (m *ListProbingConfigsResponse) SetTotalResultsCount(fv int32)

func (*ListProbingConfigsResponse) String

func (m *ListProbingConfigsResponse) String() string

func (*ListProbingConfigsResponse) Unmarshal

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

func (*ListProbingConfigsResponse) UnmarshalJSON

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

type ListProbingConfigsResponseFieldPathBuilder

type ListProbingConfigsResponseFieldPathBuilder struct{}

func NewListProbingConfigsResponseFieldPathBuilder

func NewListProbingConfigsResponseFieldPathBuilder() ListProbingConfigsResponseFieldPathBuilder

func (ListProbingConfigsResponseFieldPathBuilder) CurrentOffset added in v0.8.3

func (ListProbingConfigsResponseFieldPathBuilder) NextPageToken

func (ListProbingConfigsResponseFieldPathBuilder) PrevPageToken

func (ListProbingConfigsResponseFieldPathBuilder) ProbingConfigs

func (ListProbingConfigsResponseFieldPathBuilder) TotalResultsCount added in v0.8.3

type ListProbingConfigsResponseMapPathSelectorProbingConfigsMetadataAnnotations

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

func (ListProbingConfigsResponseMapPathSelectorProbingConfigsMetadataAnnotations) FieldPath

func (ListProbingConfigsResponseMapPathSelectorProbingConfigsMetadataAnnotations) WithArrayOfValues

func (ListProbingConfigsResponseMapPathSelectorProbingConfigsMetadataAnnotations) WithValue

type ListProbingConfigsResponseMapPathSelectorProbingConfigsMetadataLabels

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

func (ListProbingConfigsResponseMapPathSelectorProbingConfigsMetadataLabels) FieldPath

func (ListProbingConfigsResponseMapPathSelectorProbingConfigsMetadataLabels) WithArrayOfValues

func (ListProbingConfigsResponseMapPathSelectorProbingConfigsMetadataLabels) WithValue

type ListProbingConfigsResponseMapPathSelectorProbingConfigsMetadataShards

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

func (ListProbingConfigsResponseMapPathSelectorProbingConfigsMetadataShards) FieldPath

func (ListProbingConfigsResponseMapPathSelectorProbingConfigsMetadataShards) WithArrayOfValues

func (ListProbingConfigsResponseMapPathSelectorProbingConfigsMetadataShards) WithValue

type ListProbingConfigsResponseMapPathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders

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

func (ListProbingConfigsResponseMapPathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (ListProbingConfigsResponseMapPathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (ListProbingConfigsResponseMapPathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type ListProbingConfigsResponseMapPathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders

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

func (ListProbingConfigsResponseMapPathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (ListProbingConfigsResponseMapPathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (ListProbingConfigsResponseMapPathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue

type ListProbingConfigsResponseMapPathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders

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

func (ListProbingConfigsResponseMapPathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (ListProbingConfigsResponseMapPathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (ListProbingConfigsResponseMapPathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type ListProbingConfigsResponseMapPathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders

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

func (ListProbingConfigsResponseMapPathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (ListProbingConfigsResponseMapPathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (ListProbingConfigsResponseMapPathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue

type ListProbingConfigsResponsePathSelectorCurrentOffset added in v0.8.3

type ListProbingConfigsResponsePathSelectorCurrentOffset struct{}

func (ListProbingConfigsResponsePathSelectorCurrentOffset) FieldPath added in v0.8.3

func (ListProbingConfigsResponsePathSelectorCurrentOffset) WithArrayOfValues added in v0.8.3

func (ListProbingConfigsResponsePathSelectorCurrentOffset) WithValue added in v0.8.3

type ListProbingConfigsResponsePathSelectorNextPageToken

type ListProbingConfigsResponsePathSelectorNextPageToken struct{}

func (ListProbingConfigsResponsePathSelectorNextPageToken) FieldPath

func (ListProbingConfigsResponsePathSelectorNextPageToken) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorNextPageToken) WithValue

type ListProbingConfigsResponsePathSelectorPrevPageToken

type ListProbingConfigsResponsePathSelectorPrevPageToken struct{}

func (ListProbingConfigsResponsePathSelectorPrevPageToken) FieldPath

func (ListProbingConfigsResponsePathSelectorPrevPageToken) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorPrevPageToken) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigs

type ListProbingConfigsResponsePathSelectorProbingConfigs struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigs) DisplayName

func (ListProbingConfigsResponsePathSelectorProbingConfigs) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigs) Metadata

func (ListProbingConfigsResponsePathSelectorProbingConfigs) Name

func (ListProbingConfigsResponsePathSelectorProbingConfigs) Spec

func (ListProbingConfigsResponsePathSelectorProbingConfigs) Status

func (ListProbingConfigsResponsePathSelectorProbingConfigs) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigs) WithSubArrayItemValue

func (ListProbingConfigsResponsePathSelectorProbingConfigs) WithSubArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigs) WithSubPath

func (ListProbingConfigsResponsePathSelectorProbingConfigs) WithSubValue

func (ListProbingConfigsResponsePathSelectorProbingConfigs) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsDisplayName

type ListProbingConfigsResponsePathSelectorProbingConfigsDisplayName struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsDisplayName) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsDisplayName) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsDisplayName) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadata

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadata struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadata) DeleteTime added in v0.7.1

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadata) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadata) Lifecycle added in v0.7.1

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadata) Tags

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadata) Uuid

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadata) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadata) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataAnnotations

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataAnnotations struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataAnnotations) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataAnnotations) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataAnnotations) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataCreateTime

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataCreateTime struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataCreateTime) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataCreateTime) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataCreateTime) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataDeleteTime added in v0.7.1

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataDeleteTime struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataDeleteTime) FieldPath added in v0.7.1

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataDeleteTime) WithValue added in v0.7.1

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataGeneration

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataGeneration struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataGeneration) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataGeneration) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataGeneration) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataLabels

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataLabels struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataLabels) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataLabels) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataLabels) WithKey

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataLabels) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataLifecycle added in v0.7.1

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataLifecycle struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataLifecycle) BlockDeletion added in v0.7.1

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataLifecycle) FieldPath added in v0.7.1

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataLifecycle) State added in v0.7.1

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataLifecycle) WithValue added in v0.7.1

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataLifecycleBlockDeletion added in v0.7.1

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataLifecycleBlockDeletion struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataLifecycleState added in v0.7.1

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataLifecycleState struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataLifecycleState) FieldPath added in v0.7.1

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataLifecycleState) WithValue added in v0.7.1

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferences

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferences struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferences) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferences) Region added in v0.7.1

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferences) Version added in v0.7.1

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferences) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferences) WithItemValue

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferences) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesBlockOwnerDeletion

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesController

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesController struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesController) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesController) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesController) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesKind

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesKind struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesKind) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesKind) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesKind) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesName

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesName struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesName) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesName) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesName) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesRegion added in v0.7.1

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesRegion struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesRequiresOwnerReference struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesVersion added in v0.7.1

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesVersion struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataResourceVersion

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataResourceVersion struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataResourceVersion) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataResourceVersion) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataResourceVersion) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataShards

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataShards struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataShards) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataShards) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataShards) WithKey

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataShards) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataSyncing

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataSyncing struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataSyncing) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataSyncing) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataSyncing) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataSyncingOwningRegion

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataSyncingOwningRegion struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataSyncingOwningRegion) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataSyncingOwningRegion) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataSyncingOwningRegion) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataSyncingRegions

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataSyncingRegions struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataSyncingRegions) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataSyncingRegions) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataSyncingRegions) WithItemValue

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataSyncingRegions) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataTags

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataTags struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataTags) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataTags) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataTags) WithItemValue

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataTags) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataUpdateTime

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataUpdateTime struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataUpdateTime) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataUpdateTime) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataUpdateTime) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataUuid

type ListProbingConfigsResponsePathSelectorProbingConfigsMetadataUuid struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataUuid) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataUuid) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsMetadataUuid) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsName

type ListProbingConfigsResponsePathSelectorProbingConfigsName struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsName) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsName) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsName) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpec

type ListProbingConfigsResponsePathSelectorProbingConfigsSpec struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpec) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpec) Probe

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpec) Speedtest

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpec) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpec) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbe

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbe struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbe) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbe) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbe) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessions

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessions struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessions) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessions) SpeedtestSettings added in v0.4.26

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessions) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessions) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsAddress

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsAddress struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsAddress) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsAddress) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsAddress) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsAddresses

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsAddresses struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsAddresses) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsAddresses) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsAddresses) WithItemValue

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsAddresses) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsCategory

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsCategory struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsCategory) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsCategory) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsCategory) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsGroupName

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsGroupName struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsGroupName) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsGroupName) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsGroupName) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfig

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfig struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfig) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfig) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfig) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfig

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfig struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfig) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfig) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfig) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigPassword

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigPassword struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigPassword) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigPassword) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigPassword) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigUsername

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigUsername struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigUsername) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigUsername) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigAuthConfigUsername) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequest

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequest struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequest) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequest) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequest) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestTimeout

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestTimeout struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestTimeout) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestTimeout) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestTimeout) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestUrl

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestUrl struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestUrl) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestUrl) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsHttpProbingConfigHttpRequestUrl) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsInterval

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsInterval struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsInterval) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsInterval) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsInterval) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsIntervalSec

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsIntervalSec struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsIntervalSec) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsIntervalSec) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsIntervalSec) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsIpVersion

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsIpVersion struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsIpVersion) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsIpVersion) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsIpVersion) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocation

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocation struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocation) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocation) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocation) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAccuracy

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAccuracy struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAccuracy) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAccuracy) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAccuracy) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddress

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddress struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddress) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddress) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddress) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea1

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea1 struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea1) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea1) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea1) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea2

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea2 struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea2) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea2) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea2) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea3

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea3 struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea3) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea3) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea3) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea4

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea4 struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea4) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea4) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressAdminArea4) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressContinent

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressContinent struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressContinent) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressContinent) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressContinent) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressCountry

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressCountry struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressCountry) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressCountry) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressCountry) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressCountryCode

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressCountryCode struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressCountryCode) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressCountryCode) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressCountryCode) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressPostalCode

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressPostalCode struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressPostalCode) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressPostalCode) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressPostalCode) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressStreetAddress

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressStreetAddress struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressStreetAddress) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressStreetAddress) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAddressStreetAddress) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchy

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchy struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchy) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchy) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchy) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin1

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin1 struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin1) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin1) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin1) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin2

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin2 struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin2) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin2) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin2) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin3

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin3 struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin3) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin3) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin3) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin4

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin4 struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin4) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin4) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin4) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin5

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin5 struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin5) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin5) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyAdmin5) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyContinent

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyContinent struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyContinent) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyContinent) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyContinent) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyCountry

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyCountry struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyCountry) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyCountry) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationAdminHierarchyCountry) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationCoordinates

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationCoordinates struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationCoordinates) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationCoordinates) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationCoordinates) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationType

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationType struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationType) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationType) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsLocationType) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsMode

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsMode struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsMode) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsMode) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsMode) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbing

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbing struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbing) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbing) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbing) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingAttempts

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingAttempts struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingAttempts) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingAttempts) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingAttempts) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingEnabled

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingEnabled struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingEnabled) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingEnabled) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingEnabled) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingInterval

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingInterval struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingInterval) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingInterval) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingInterval) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingIntervalSec

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingIntervalSec struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingIntervalSec) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingIntervalSec) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingIntervalSec) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingMaxTtl

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingMaxTtl struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingMaxTtl) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingMaxTtl) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingMaxTtl) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingMode

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingMode struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingMode) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingMode) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsPathProbingMode) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfiguration

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfiguration struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfiguration) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfiguration) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfiguration) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationHttpProxy

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationHttpProxy struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationHttpProxy) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationHttpProxy) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationHttpProxy) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationHttpsProxy

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationHttpsProxy struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationHttpsProxy) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationHttpsProxy) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationHttpsProxy) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationNoProxy

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationNoProxy struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationNoProxy) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationNoProxy) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationNoProxy) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationProxySetting

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationProxySetting struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationProxySetting) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationProxySetting) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsProxyConfigurationProxySetting) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettings added in v0.4.26

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettings struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettings) Duration added in v0.4.26

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettings) FieldPath added in v0.4.26

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettings) ServerSelection added in v0.4.26

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettings) TcpPort added in v0.4.26

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettings) WithArrayOfValues added in v0.4.26

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettings) WithValue added in v0.4.26

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettingsDuration added in v0.4.26

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettingsDuration struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettingsDuration) FieldPath added in v0.4.26

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettingsDuration) WithArrayOfValues added in v0.4.26

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettingsDuration) WithValue added in v0.4.26

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettingsServerSelection added in v0.4.26

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettingsServerSelection struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettingsServerSelection) FieldPath added in v0.4.26

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettingsServerSelection) WithArrayOfValues added in v0.4.26

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettingsServerSelection) WithValue added in v0.4.26

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettingsTcpPort added in v0.4.26

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettingsTcpPort struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettingsTcpPort) FieldPath added in v0.4.26

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettingsTcpPort) WithArrayOfValues added in v0.4.26

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsSpeedtestSettingsTcpPort) WithValue added in v0.4.26

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTarget

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTarget struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTarget) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTarget) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTarget) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTargetDisplayName

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTargetDisplayName struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTargetDisplayName) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTargetDisplayName) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTargetDisplayName) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTargetGroup

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTargetGroup struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTargetGroup) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTargetGroup) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTargetGroup) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTos

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTos struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTos) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTos) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsTos) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsWindowSize

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsWindowSize struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsWindowSize) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsWindowSize) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecProbingSessionsWindowSize) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtest

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtest struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtest) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtest) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtest) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestEnabled

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestEnabled struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestEnabled) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestEnabled) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestEnabled) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestInterval

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestInterval struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestInterval) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestInterval) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestInterval) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestIntervalMinutes

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestIntervalMinutes struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestIntervalMinutes) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestIntervalMinutes) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestIntervalMinutes) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServers

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServers struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServers) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServers) WithArrayOfValues

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersIpAddresses

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersIpAddresses struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersIpAddresses) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersIpAddresses) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersIpAddresses) WithItemValue

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersIpAddresses) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocation

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocation struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocation) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocation) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocation) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAccuracy

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAccuracy struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAccuracy) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAccuracy) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAccuracy) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddress

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddress struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddress) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddress) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddress) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea1

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea1 struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea1) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea1) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea1) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea2

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea2 struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea2) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea2) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea2) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea3

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea3 struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea3) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea3) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea3) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea4

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea4 struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea4) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea4) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressAdminArea4) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressContinent

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressContinent struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressContinent) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressContinent) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressContinent) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressCountry

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressCountry struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressCountry) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressCountry) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressCountry) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressCountryCode

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressCountryCode struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressCountryCode) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressCountryCode) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressCountryCode) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressPostalCode

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressPostalCode struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressPostalCode) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressPostalCode) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressPostalCode) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressStreetAddress

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressStreetAddress struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressStreetAddress) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressStreetAddress) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAddressStreetAddress) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchy

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchy struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchy) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchy) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchy) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin1

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin1 struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin1) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin1) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin1) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin2

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin2 struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin2) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin2) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin2) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin3

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin3 struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin3) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin3) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin3) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin4

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin4 struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin4) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin4) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin4) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin5

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin5 struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin5) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin5) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyAdmin5) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyContinent

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyContinent struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyContinent) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyContinent) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyContinent) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyCountry

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyCountry struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyCountry) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyCountry) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationAdminHierarchyCountry) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationCoordinates

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationCoordinates struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationCoordinates) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationCoordinates) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersLocationCoordinates) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersName

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersName struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersName) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersName) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersName) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersTarget

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersTarget struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersTarget) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersTarget) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecSpeedtestServersTarget) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessions

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessions struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessions) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessions) SpeedtestSettings added in v0.4.26

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessions) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessions) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsAddress

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsAddress struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsAddress) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsAddress) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsAddress) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsAddresses

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsAddresses struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsAddresses) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsAddresses) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsAddresses) WithItemValue

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsAddresses) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsCategory

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsCategory struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsCategory) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsCategory) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsCategory) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsGroupName

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsGroupName struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsGroupName) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsGroupName) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsGroupName) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfig

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfig struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfig) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfig) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfig) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfig

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfig struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfig) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfig) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfig) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigPassword

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigPassword struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigPassword) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigPassword) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigPassword) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigUsername

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigUsername struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigUsername) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigUsername) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigAuthConfigUsername) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequest

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequest struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequest) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequest) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequest) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestTimeout

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestTimeout struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestTimeout) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestTimeout) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestTimeout) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestUrl

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestUrl struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestUrl) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestUrl) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsHttpProbingConfigHttpRequestUrl) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsInterval

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsInterval struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsInterval) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsInterval) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsInterval) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsIntervalSec

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsIntervalSec struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsIntervalSec) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsIntervalSec) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsIntervalSec) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsIpVersion

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsIpVersion struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsIpVersion) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsIpVersion) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsIpVersion) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocation

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocation struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocation) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocation) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocation) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAccuracy

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAccuracy struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAccuracy) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAccuracy) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAccuracy) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddress

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddress struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddress) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddress) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddress) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea1

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea1 struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea1) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea1) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea1) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea2

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea2 struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea2) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea2) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea2) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea3

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea3 struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea3) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea3) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea3) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea4

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea4 struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea4) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea4) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressAdminArea4) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressContinent

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressContinent struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressContinent) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressContinent) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressContinent) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressCountry

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressCountry struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressCountry) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressCountry) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressCountry) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressCountryCode

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressCountryCode struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressCountryCode) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressCountryCode) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressCountryCode) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressPostalCode

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressPostalCode struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressPostalCode) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressPostalCode) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressPostalCode) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressStreetAddress

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressStreetAddress struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressStreetAddress) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressStreetAddress) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAddressStreetAddress) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchy

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchy struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchy) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchy) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchy) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin1

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin1 struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin1) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin1) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin1) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin2

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin2 struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin2) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin2) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin2) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin3

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin3 struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin3) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin3) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin3) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin4

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin4 struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin4) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin4) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin4) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin5

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin5 struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin5) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin5) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyAdmin5) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyContinent

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyContinent struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyContinent) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyContinent) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyContinent) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyCountry

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyCountry struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyCountry) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyCountry) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationAdminHierarchyCountry) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationCoordinates

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationCoordinates struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationCoordinates) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationCoordinates) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationCoordinates) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationType

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationType struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationType) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationType) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsLocationType) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsMode

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsMode struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsMode) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsMode) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsMode) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbing

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbing struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbing) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbing) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbing) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingAttempts

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingAttempts struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingAttempts) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingAttempts) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingAttempts) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingEnabled

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingEnabled struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingEnabled) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingEnabled) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingEnabled) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingInterval

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingInterval struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingInterval) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingInterval) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingInterval) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingIntervalSec

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingIntervalSec struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingIntervalSec) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingIntervalSec) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingIntervalSec) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingMaxTtl

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingMaxTtl struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingMaxTtl) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingMaxTtl) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingMaxTtl) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingMode

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingMode struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingMode) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingMode) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsPathProbingMode) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfiguration

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfiguration struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfiguration) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfiguration) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfiguration) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationHttpProxy

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationHttpProxy struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationHttpProxy) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationHttpProxy) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationHttpProxy) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationHttpsProxy

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationHttpsProxy struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationHttpsProxy) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationHttpsProxy) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationHttpsProxy) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationNoProxy

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationNoProxy struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationNoProxy) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationNoProxy) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationNoProxy) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationProxySetting

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationProxySetting struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationProxySetting) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationProxySetting) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsProxyConfigurationProxySetting) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettings added in v0.4.26

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettings struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettings) Duration added in v0.4.26

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettings) FieldPath added in v0.4.26

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettings) ServerSelection added in v0.4.26

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettings) TcpPort added in v0.4.26

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettings) WithArrayOfValues added in v0.4.26

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettings) WithValue added in v0.4.26

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettingsDuration added in v0.4.26

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettingsDuration struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettingsDuration) FieldPath added in v0.4.26

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettingsDuration) WithArrayOfValues added in v0.4.26

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettingsDuration) WithValue added in v0.4.26

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettingsServerSelection added in v0.4.26

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettingsServerSelection struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettingsServerSelection) FieldPath added in v0.4.26

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettingsServerSelection) WithArrayOfValues added in v0.4.26

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettingsServerSelection) WithValue added in v0.4.26

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettingsTcpPort added in v0.4.26

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettingsTcpPort struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettingsTcpPort) FieldPath added in v0.4.26

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettingsTcpPort) WithArrayOfValues added in v0.4.26

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsSpeedtestSettingsTcpPort) WithValue added in v0.4.26

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTarget

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTarget struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTarget) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTarget) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTarget) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTargetDisplayName

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTargetDisplayName struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTargetDisplayName) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTargetDisplayName) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTargetDisplayName) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTargetGroup

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTargetGroup struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTargetGroup) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTargetGroup) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTargetGroup) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTos

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTos struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTos) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTos) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsTos) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsWindowSize

type ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsWindowSize struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsWindowSize) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsWindowSize) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsSpecTargetSessionsWindowSize) WithValue

type ListProbingConfigsResponsePathSelectorProbingConfigsStatus

type ListProbingConfigsResponsePathSelectorProbingConfigsStatus struct{}

func (ListProbingConfigsResponsePathSelectorProbingConfigsStatus) FieldPath

func (ListProbingConfigsResponsePathSelectorProbingConfigsStatus) WithArrayOfValues

func (ListProbingConfigsResponsePathSelectorProbingConfigsStatus) WithValue

type ListProbingConfigsResponsePathSelectorTotalResultsCount added in v0.8.3

type ListProbingConfigsResponsePathSelectorTotalResultsCount struct{}

func (ListProbingConfigsResponsePathSelectorTotalResultsCount) FieldPath added in v0.8.3

func (ListProbingConfigsResponsePathSelectorTotalResultsCount) WithArrayOfValues added in v0.8.3

func (ListProbingConfigsResponsePathSelectorTotalResultsCount) WithValue added in v0.8.3

type ListProbingConfigsResponse_FieldMask

type ListProbingConfigsResponse_FieldMask struct {
	Paths []ListProbingConfigsResponse_FieldPath
}

func FullListProbingConfigsResponse_FieldMask

func FullListProbingConfigsResponse_FieldMask() *ListProbingConfigsResponse_FieldMask

func (*ListProbingConfigsResponse_FieldMask) AppendPath

func (*ListProbingConfigsResponse_FieldMask) AppendRawPath

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

func (*ListProbingConfigsResponse_FieldMask) DecodeFirestore

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

func (*ListProbingConfigsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListProbingConfigsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListProbingConfigsResponse_FieldMask) FromProtoFieldMask

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

func (*ListProbingConfigsResponse_FieldMask) GetPaths

func (*ListProbingConfigsResponse_FieldMask) GetRawPaths

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

func (*ListProbingConfigsResponse_FieldMask) IsFull

func (fieldMask *ListProbingConfigsResponse_FieldMask) IsFull() bool

func (ListProbingConfigsResponse_FieldMask) Marshal

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

implement methods required by customType

func (ListProbingConfigsResponse_FieldMask) MarshalJSON

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

func (*ListProbingConfigsResponse_FieldMask) PathsCount

func (fieldMask *ListProbingConfigsResponse_FieldMask) PathsCount() int

func (*ListProbingConfigsResponse_FieldMask) Project

func (*ListProbingConfigsResponse_FieldMask) ProjectRaw

func (*ListProbingConfigsResponse_FieldMask) ProtoMessage

func (fieldMask *ListProbingConfigsResponse_FieldMask) ProtoMessage()

func (*ListProbingConfigsResponse_FieldMask) ProtoReflect

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

func (*ListProbingConfigsResponse_FieldMask) Reset

func (fieldMask *ListProbingConfigsResponse_FieldMask) Reset()

func (*ListProbingConfigsResponse_FieldMask) Set

func (fieldMask *ListProbingConfigsResponse_FieldMask) Set(target, source *ListProbingConfigsResponse)

func (*ListProbingConfigsResponse_FieldMask) SetFromCliFlag

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

func (*ListProbingConfigsResponse_FieldMask) SetRaw

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

func (*ListProbingConfigsResponse_FieldMask) Size

func (fieldMask *ListProbingConfigsResponse_FieldMask) Size() int

func (*ListProbingConfigsResponse_FieldMask) String

func (fieldMask *ListProbingConfigsResponse_FieldMask) String() string

func (*ListProbingConfigsResponse_FieldMask) Subtract

func (*ListProbingConfigsResponse_FieldMask) SubtractRaw

func (*ListProbingConfigsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListProbingConfigsResponse_FieldMask) Unmarshal

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

func (*ListProbingConfigsResponse_FieldMask) UnmarshalJSON

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

type ListProbingConfigsResponse_FieldPath

type ListProbingConfigsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListProbingConfigsResponse_FieldPathSelector
	Get(source *ListProbingConfigsResponse) []interface{}
	GetSingle(source *ListProbingConfigsResponse) (interface{}, bool)
	ClearValue(item *ListProbingConfigsResponse)

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

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

func MustParseListProbingConfigsResponse_FieldPath

func MustParseListProbingConfigsResponse_FieldPath(rawField string) ListProbingConfigsResponse_FieldPath

func ParseListProbingConfigsResponse_FieldPath

func ParseListProbingConfigsResponse_FieldPath(rawField string) (ListProbingConfigsResponse_FieldPath, error)

type ListProbingConfigsResponse_FieldPathArrayItemValue

type ListProbingConfigsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListProbingConfigsResponse_FieldPath
	ContainsValue(*ListProbingConfigsResponse) bool
}

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

func MustParseListProbingConfigsResponse_FieldPathArrayItemValue

func MustParseListProbingConfigsResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListProbingConfigsResponse_FieldPathArrayItemValue

func ParseListProbingConfigsResponse_FieldPathArrayItemValue

func ParseListProbingConfigsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListProbingConfigsResponse_FieldPathArrayItemValue, error)

ParseListProbingConfigsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListProbingConfigsResponse_FieldPathArrayOfValues

type ListProbingConfigsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListProbingConfigsResponse_FieldPath
}

ListProbingConfigsResponse_FieldPathArrayOfValues allows storing slice of values for ListProbingConfigsResponse fields according to their type

func MustParseListProbingConfigsResponse_FieldPathArrayOfValues

func MustParseListProbingConfigsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListProbingConfigsResponse_FieldPathArrayOfValues

func ParseListProbingConfigsResponse_FieldPathArrayOfValues

func ParseListProbingConfigsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListProbingConfigsResponse_FieldPathArrayOfValues, error)

type ListProbingConfigsResponse_FieldPathSelector

type ListProbingConfigsResponse_FieldPathSelector int32
const (
	ListProbingConfigsResponse_FieldPathSelectorProbingConfigs    ListProbingConfigsResponse_FieldPathSelector = 0
	ListProbingConfigsResponse_FieldPathSelectorPrevPageToken     ListProbingConfigsResponse_FieldPathSelector = 1
	ListProbingConfigsResponse_FieldPathSelectorNextPageToken     ListProbingConfigsResponse_FieldPathSelector = 2
	ListProbingConfigsResponse_FieldPathSelectorCurrentOffset     ListProbingConfigsResponse_FieldPathSelector = 3
	ListProbingConfigsResponse_FieldPathSelectorTotalResultsCount ListProbingConfigsResponse_FieldPathSelector = 4
)

func (ListProbingConfigsResponse_FieldPathSelector) String

type ListProbingConfigsResponse_FieldPathValue

type ListProbingConfigsResponse_FieldPathValue interface {
	ListProbingConfigsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListProbingConfigsResponse)
	CompareWith(*ListProbingConfigsResponse) (cmp int, comparable bool)
}

ListProbingConfigsResponse_FieldPathValue allows storing values for ListProbingConfigsResponse fields according to their type

func MustParseListProbingConfigsResponse_FieldPathValue

func MustParseListProbingConfigsResponse_FieldPathValue(pathStr, valueStr string) ListProbingConfigsResponse_FieldPathValue

func ParseListProbingConfigsResponse_FieldPathValue

func ParseListProbingConfigsResponse_FieldPathValue(pathStr, valueStr string) (ListProbingConfigsResponse_FieldPathValue, error)

type ListProbingConfigsResponse_FieldSubPath

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

func (*ListProbingConfigsResponse_FieldSubPath) AsProbingConfigsSubPath

func (*ListProbingConfigsResponse_FieldSubPath) ClearValue

func (*ListProbingConfigsResponse_FieldSubPath) ClearValueRaw

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

func (*ListProbingConfigsResponse_FieldSubPath) Get

func (fps *ListProbingConfigsResponse_FieldSubPath) Get(source *ListProbingConfigsResponse) (values []interface{})

Get returns all values pointed by selected field from source ListProbingConfigsResponse

func (*ListProbingConfigsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListProbingConfigsResponse_FieldSubPath) GetRaw

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

func (*ListProbingConfigsResponse_FieldSubPath) GetSingle

func (fps *ListProbingConfigsResponse_FieldSubPath) GetSingle(source *ListProbingConfigsResponse) (interface{}, bool)

GetSingle returns value of selected field from source ListProbingConfigsResponse

func (*ListProbingConfigsResponse_FieldSubPath) GetSingleRaw

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

func (*ListProbingConfigsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListProbingConfigsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*ListProbingConfigsResponse_FieldSubPath) Selector

func (*ListProbingConfigsResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*ListProbingConfigsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*ListProbingConfigsResponse_FieldSubPath) WithIArrayItemValue

func (*ListProbingConfigsResponse_FieldSubPath) WithIArrayOfValues

func (*ListProbingConfigsResponse_FieldSubPath) WithIValue

func (*ListProbingConfigsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*ListProbingConfigsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*ListProbingConfigsResponse_FieldSubPath) WithRawIValue

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

type ListProbingConfigsResponse_FieldSubPathArrayItemValue

type ListProbingConfigsResponse_FieldSubPathArrayItemValue struct {
	ListProbingConfigsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListProbingConfigsResponse_FieldSubPathArrayItemValue) AsProbingConfigsPathItemValue

func (*ListProbingConfigsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*ListProbingConfigsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type ListProbingConfigsResponse_FieldSubPathArrayOfValues

type ListProbingConfigsResponse_FieldSubPathArrayOfValues struct {
	ListProbingConfigsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListProbingConfigsResponse_FieldSubPathArrayOfValues) AsProbingConfigsPathArrayOfValues

func (*ListProbingConfigsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type ListProbingConfigsResponse_FieldSubPathValue

type ListProbingConfigsResponse_FieldSubPathValue struct {
	ListProbingConfigsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListProbingConfigsResponse_FieldSubPathValue) AsProbingConfigsPathValue

func (*ListProbingConfigsResponse_FieldSubPathValue) CompareWith

func (*ListProbingConfigsResponse_FieldSubPathValue) CompareWithRaw

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

func (*ListProbingConfigsResponse_FieldSubPathValue) GetRawValue

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

func (*ListProbingConfigsResponse_FieldSubPathValue) SetTo

func (*ListProbingConfigsResponse_FieldSubPathValue) SetToRaw

type ListProbingConfigsResponse_FieldTerminalPath

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

func (*ListProbingConfigsResponse_FieldTerminalPath) ClearValue

func (*ListProbingConfigsResponse_FieldTerminalPath) ClearValueRaw

func (*ListProbingConfigsResponse_FieldTerminalPath) Get

func (fp *ListProbingConfigsResponse_FieldTerminalPath) Get(source *ListProbingConfigsResponse) (values []interface{})

Get returns all values pointed by specific field from source ListProbingConfigsResponse

func (*ListProbingConfigsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListProbingConfigsResponse_FieldTerminalPath) GetRaw

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

func (*ListProbingConfigsResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source ListProbingConfigsResponse

func (*ListProbingConfigsResponse_FieldTerminalPath) GetSingleRaw

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

func (*ListProbingConfigsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListProbingConfigsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListProbingConfigsResponse_FieldTerminalPath) Selector

func (*ListProbingConfigsResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*ListProbingConfigsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListProbingConfigsResponse_FieldTerminalPath) WithIArrayItemValue

func (*ListProbingConfigsResponse_FieldTerminalPath) WithIArrayOfValues

func (*ListProbingConfigsResponse_FieldTerminalPath) WithIValue

func (*ListProbingConfigsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListProbingConfigsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListProbingConfigsResponse_FieldTerminalPath) WithRawIValue

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

type ListProbingConfigsResponse_FieldTerminalPathArrayItemValue

type ListProbingConfigsResponse_FieldTerminalPathArrayItemValue struct {
	ListProbingConfigsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListProbingConfigsResponse_FieldTerminalPathArrayItemValue) AsProbingConfigsItemValue

func (*ListProbingConfigsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListProbingConfigsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListProbingConfigsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*ListProbingConfigsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListProbingConfigsResponse_FieldTerminalPathArrayOfValues

type ListProbingConfigsResponse_FieldTerminalPathArrayOfValues struct {
	ListProbingConfigsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListProbingConfigsResponse_FieldTerminalPathArrayOfValues) AsCurrentOffsetArrayOfValues added in v0.8.3

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

func (*ListProbingConfigsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (*ListProbingConfigsResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (*ListProbingConfigsResponse_FieldTerminalPathArrayOfValues) AsProbingConfigsArrayOfValues

func (fpaov *ListProbingConfigsResponse_FieldTerminalPathArrayOfValues) AsProbingConfigsArrayOfValues() ([][]*probing_config.ProbingConfig, bool)

func (*ListProbingConfigsResponse_FieldTerminalPathArrayOfValues) AsTotalResultsCountArrayOfValues added in v0.8.3

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

func (*ListProbingConfigsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListProbingConfigsResponse_FieldTerminalPathValue

type ListProbingConfigsResponse_FieldTerminalPathValue struct {
	ListProbingConfigsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListProbingConfigsResponse_FieldTerminalPathValue) AsCurrentOffsetValue added in v0.8.3

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

func (*ListProbingConfigsResponse_FieldTerminalPathValue) AsNextPageTokenValue

func (*ListProbingConfigsResponse_FieldTerminalPathValue) AsPrevPageTokenValue

func (*ListProbingConfigsResponse_FieldTerminalPathValue) AsProbingConfigsValue

func (*ListProbingConfigsResponse_FieldTerminalPathValue) AsTotalResultsCountValue added in v0.8.3

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

func (*ListProbingConfigsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListProbingConfigsResponse_FieldTerminalPathValue' with the value under path in 'ListProbingConfigsResponse'.

func (*ListProbingConfigsResponse_FieldTerminalPathValue) CompareWithRaw

func (*ListProbingConfigsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*ListProbingConfigsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListProbingConfigsResponse

func (*ListProbingConfigsResponse_FieldTerminalPathValue) SetToRaw

type ProbingConfigServiceClient

ProbingConfigServiceClient is the client API for ProbingConfigService.

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

type ProbingConfigServiceDescriptor added in v0.4.26

type ProbingConfigServiceDescriptor struct{}

func GetProbingConfigServiceDescriptor added in v0.4.26

func GetProbingConfigServiceDescriptor() *ProbingConfigServiceDescriptor

func (*ProbingConfigServiceDescriptor) AllMethodDescriptors added in v0.4.26

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

func (*ProbingConfigServiceDescriptor) GetApiName added in v0.4.26

func (d *ProbingConfigServiceDescriptor) GetApiName() string

func (*ProbingConfigServiceDescriptor) GetFullAPIName added in v0.4.26

func (d *ProbingConfigServiceDescriptor) GetFullAPIName() string

func (*ProbingConfigServiceDescriptor) GetProtoPkgName added in v0.4.26

func (d *ProbingConfigServiceDescriptor) GetProtoPkgName() string

func (*ProbingConfigServiceDescriptor) GetServiceDomain added in v0.4.26

func (d *ProbingConfigServiceDescriptor) GetServiceDomain() string

func (*ProbingConfigServiceDescriptor) GetServiceVersion added in v0.4.26

func (d *ProbingConfigServiceDescriptor) GetServiceVersion() string

type UpdateProbingConfigDescriptor added in v0.4.26

type UpdateProbingConfigDescriptor struct{}

func GetUpdateProbingConfigDescriptor added in v0.4.26

func GetUpdateProbingConfigDescriptor() *UpdateProbingConfigDescriptor

func (*UpdateProbingConfigDescriptor) GetApiDescriptor added in v0.4.26

func (*UpdateProbingConfigDescriptor) GetApiName added in v0.4.26

func (d *UpdateProbingConfigDescriptor) GetApiName() string

func (*UpdateProbingConfigDescriptor) GetClientMsgReflectHandle added in v0.4.26

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

func (*UpdateProbingConfigDescriptor) GetFullMethodName added in v0.4.26

func (d *UpdateProbingConfigDescriptor) GetFullMethodName() string

func (*UpdateProbingConfigDescriptor) GetMethodName added in v0.4.26

func (d *UpdateProbingConfigDescriptor) GetMethodName() string

func (*UpdateProbingConfigDescriptor) GetProtoPkgName added in v0.4.26

func (d *UpdateProbingConfigDescriptor) GetProtoPkgName() string

func (*UpdateProbingConfigDescriptor) GetResourceDescriptor added in v0.4.27

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

func (*UpdateProbingConfigDescriptor) GetServerMsgReflectHandle added in v0.4.26

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

func (*UpdateProbingConfigDescriptor) GetServiceDomain added in v0.4.26

func (d *UpdateProbingConfigDescriptor) GetServiceDomain() string

func (*UpdateProbingConfigDescriptor) GetServiceVersion added in v0.4.26

func (d *UpdateProbingConfigDescriptor) GetServiceVersion() string

func (*UpdateProbingConfigDescriptor) GetVerb added in v0.4.26

func (*UpdateProbingConfigDescriptor) HasResource added in v0.4.27

func (d *UpdateProbingConfigDescriptor) HasResource() bool

func (*UpdateProbingConfigDescriptor) IsClientStream added in v0.4.26

func (d *UpdateProbingConfigDescriptor) IsClientStream() bool

func (*UpdateProbingConfigDescriptor) IsCollection added in v0.4.27

func (d *UpdateProbingConfigDescriptor) IsCollection() bool

func (*UpdateProbingConfigDescriptor) IsPlural added in v0.4.27

func (d *UpdateProbingConfigDescriptor) IsPlural() bool

func (*UpdateProbingConfigDescriptor) IsServerStream added in v0.4.26

func (d *UpdateProbingConfigDescriptor) IsServerStream() bool

func (*UpdateProbingConfigDescriptor) IsUnary added in v0.4.26

func (d *UpdateProbingConfigDescriptor) IsUnary() bool

func (*UpdateProbingConfigDescriptor) NewEmptyClientMsg added in v0.4.26

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

func (*UpdateProbingConfigDescriptor) NewEmptyServerMsg added in v0.4.26

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

func (*UpdateProbingConfigDescriptor) RequestHasResourceBody added in v0.4.26

func (d *UpdateProbingConfigDescriptor) RequestHasResourceBody() bool

type UpdateProbingConfigDescriptorClientMsgHandle added in v0.4.26

type UpdateProbingConfigDescriptorClientMsgHandle struct{}

func (*UpdateProbingConfigDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

func (*UpdateProbingConfigDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*UpdateProbingConfigDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type UpdateProbingConfigDescriptorServerMsgHandle added in v0.4.26

type UpdateProbingConfigDescriptorServerMsgHandle struct{}

func (*UpdateProbingConfigDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

func (*UpdateProbingConfigDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*UpdateProbingConfigDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

type UpdateProbingConfigRequest

type UpdateProbingConfigRequest struct {

	// ProbingConfig resource body
	ProbingConfig *probing_config.ProbingConfig `` /* 126-byte string literal not displayed */
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *probing_config.ProbingConfig_FieldMask `` /* 149-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 *UpdateProbingConfigRequest_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 [UpdateProbingConfig][ntt.watchdog.v1alpha2.UpdateProbingConfig]

func (*UpdateProbingConfigRequest) Clone

func (*UpdateProbingConfigRequest) CloneRaw

func (*UpdateProbingConfigRequest) Descriptor

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

Deprecated, Use UpdateProbingConfigRequest.ProtoReflect.Descriptor instead.

func (*UpdateProbingConfigRequest) GetAllowMissing added in v0.12.5

func (m *UpdateProbingConfigRequest) GetAllowMissing() bool

func (*UpdateProbingConfigRequest) GetCas

func (*UpdateProbingConfigRequest) GetProbingConfig

func (*UpdateProbingConfigRequest) GetUpdateMask

func (*UpdateProbingConfigRequest) GotenMessage

func (*UpdateProbingConfigRequest) GotenMessage()

func (*UpdateProbingConfigRequest) GotenObjectExt

func (o *UpdateProbingConfigRequest) GotenObjectExt()

func (*UpdateProbingConfigRequest) GotenValidate

func (obj *UpdateProbingConfigRequest) GotenValidate() error

func (*UpdateProbingConfigRequest) MakeDiffFieldMask

func (*UpdateProbingConfigRequest) MakeFullFieldMask

func (*UpdateProbingConfigRequest) MakeRawDiffFieldMask

func (*UpdateProbingConfigRequest) MakeRawFullFieldMask

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

func (*UpdateProbingConfigRequest) Marshal

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

func (*UpdateProbingConfigRequest) MarshalJSON

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

func (*UpdateProbingConfigRequest) Merge

func (*UpdateProbingConfigRequest) MergeRaw

func (*UpdateProbingConfigRequest) ProtoMessage

func (*UpdateProbingConfigRequest) ProtoMessage()

func (*UpdateProbingConfigRequest) ProtoReflect

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

func (*UpdateProbingConfigRequest) Reset

func (m *UpdateProbingConfigRequest) Reset()

func (*UpdateProbingConfigRequest) SetAllowMissing added in v0.12.5

func (m *UpdateProbingConfigRequest) SetAllowMissing(fv bool)

func (*UpdateProbingConfigRequest) SetCas

func (*UpdateProbingConfigRequest) SetProbingConfig

func (m *UpdateProbingConfigRequest) SetProbingConfig(fv *probing_config.ProbingConfig)

func (*UpdateProbingConfigRequest) SetUpdateMask

func (*UpdateProbingConfigRequest) String

func (m *UpdateProbingConfigRequest) String() string

func (*UpdateProbingConfigRequest) Unmarshal

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

func (*UpdateProbingConfigRequest) UnmarshalJSON

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

type UpdateProbingConfigRequestCASFieldPathBuilder

type UpdateProbingConfigRequestCASFieldPathBuilder struct{}

func NewUpdateProbingConfigRequestCASFieldPathBuilder

func NewUpdateProbingConfigRequestCASFieldPathBuilder() UpdateProbingConfigRequestCASFieldPathBuilder

func (UpdateProbingConfigRequestCASFieldPathBuilder) ConditionalState

func (UpdateProbingConfigRequestCASFieldPathBuilder) FieldMask

type UpdateProbingConfigRequestCAS_FieldPath

type UpdateProbingConfigRequestCAS_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdateProbingConfigRequestCAS_FieldPathSelector
	Get(source *UpdateProbingConfigRequest_CAS) []interface{}
	GetSingle(source *UpdateProbingConfigRequest_CAS) (interface{}, bool)
	ClearValue(item *UpdateProbingConfigRequest_CAS)

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

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

func MustParseUpdateProbingConfigRequestCAS_FieldPath

func MustParseUpdateProbingConfigRequestCAS_FieldPath(rawField string) UpdateProbingConfigRequestCAS_FieldPath

func ParseUpdateProbingConfigRequestCAS_FieldPath

func ParseUpdateProbingConfigRequestCAS_FieldPath(rawField string) (UpdateProbingConfigRequestCAS_FieldPath, error)

type UpdateProbingConfigRequestCAS_FieldPathArrayItemValue

type UpdateProbingConfigRequestCAS_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdateProbingConfigRequestCAS_FieldPath
	ContainsValue(*UpdateProbingConfigRequest_CAS) bool
}

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

func MustParseUpdateProbingConfigRequestCAS_FieldPathArrayItemValue

func MustParseUpdateProbingConfigRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) UpdateProbingConfigRequestCAS_FieldPathArrayItemValue

func ParseUpdateProbingConfigRequestCAS_FieldPathArrayItemValue

func ParseUpdateProbingConfigRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateProbingConfigRequestCAS_FieldPathArrayItemValue, error)

ParseUpdateProbingConfigRequestCAS_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdateProbingConfigRequestCAS_FieldPathArrayOfValues

type UpdateProbingConfigRequestCAS_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdateProbingConfigRequestCAS_FieldPath
}

UpdateProbingConfigRequestCAS_FieldPathArrayOfValues allows storing slice of values for CAS fields according to their type

func MustParseUpdateProbingConfigRequestCAS_FieldPathArrayOfValues

func MustParseUpdateProbingConfigRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateProbingConfigRequestCAS_FieldPathArrayOfValues

func ParseUpdateProbingConfigRequestCAS_FieldPathArrayOfValues

func ParseUpdateProbingConfigRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateProbingConfigRequestCAS_FieldPathArrayOfValues, error)

type UpdateProbingConfigRequestCAS_FieldPathSelector

type UpdateProbingConfigRequestCAS_FieldPathSelector int32
const (
	UpdateProbingConfigRequestCAS_FieldPathSelectorConditionalState UpdateProbingConfigRequestCAS_FieldPathSelector = 0
	UpdateProbingConfigRequestCAS_FieldPathSelectorFieldMask        UpdateProbingConfigRequestCAS_FieldPathSelector = 1
)

func (UpdateProbingConfigRequestCAS_FieldPathSelector) String

type UpdateProbingConfigRequestCAS_FieldPathValue

type UpdateProbingConfigRequestCAS_FieldPathValue interface {
	UpdateProbingConfigRequestCAS_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdateProbingConfigRequest_CAS)
	CompareWith(*UpdateProbingConfigRequest_CAS) (cmp int, comparable bool)
}

UpdateProbingConfigRequestCAS_FieldPathValue allows storing values for CAS fields according to their type

func MustParseUpdateProbingConfigRequestCAS_FieldPathValue

func MustParseUpdateProbingConfigRequestCAS_FieldPathValue(pathStr, valueStr string) UpdateProbingConfigRequestCAS_FieldPathValue

func ParseUpdateProbingConfigRequestCAS_FieldPathValue

func ParseUpdateProbingConfigRequestCAS_FieldPathValue(pathStr, valueStr string) (UpdateProbingConfigRequestCAS_FieldPathValue, error)

type UpdateProbingConfigRequestCAS_FieldSubPath

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

func (*UpdateProbingConfigRequestCAS_FieldSubPath) AsConditionalStateSubPath

func (*UpdateProbingConfigRequestCAS_FieldSubPath) ClearValue

func (*UpdateProbingConfigRequestCAS_FieldSubPath) ClearValueRaw

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

func (*UpdateProbingConfigRequestCAS_FieldSubPath) Get

func (fps *UpdateProbingConfigRequestCAS_FieldSubPath) Get(source *UpdateProbingConfigRequest_CAS) (values []interface{})

Get returns all values pointed by selected field from source UpdateProbingConfigRequest_CAS

func (*UpdateProbingConfigRequestCAS_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateProbingConfigRequestCAS_FieldSubPath) GetRaw

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

func (*UpdateProbingConfigRequestCAS_FieldSubPath) GetSingle

GetSingle returns value of selected field from source UpdateProbingConfigRequest_CAS

func (*UpdateProbingConfigRequestCAS_FieldSubPath) GetSingleRaw

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

func (*UpdateProbingConfigRequestCAS_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateProbingConfigRequestCAS_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateProbingConfigRequestCAS_FieldSubPath) Selector

func (*UpdateProbingConfigRequestCAS_FieldSubPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*UpdateProbingConfigRequestCAS_FieldSubPath) String

String returns path representation in proto convention

func (*UpdateProbingConfigRequestCAS_FieldSubPath) WithIArrayItemValue

func (*UpdateProbingConfigRequestCAS_FieldSubPath) WithIArrayOfValues

func (*UpdateProbingConfigRequestCAS_FieldSubPath) WithIValue

func (*UpdateProbingConfigRequestCAS_FieldSubPath) WithRawIArrayItemValue

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

func (*UpdateProbingConfigRequestCAS_FieldSubPath) WithRawIArrayOfValues

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

func (*UpdateProbingConfigRequestCAS_FieldSubPath) WithRawIValue

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

type UpdateProbingConfigRequestCAS_FieldSubPathArrayItemValue

type UpdateProbingConfigRequestCAS_FieldSubPathArrayItemValue struct {
	UpdateProbingConfigRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateProbingConfigRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue

func (*UpdateProbingConfigRequestCAS_FieldSubPathArrayItemValue) ContainsValue

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

func (*UpdateProbingConfigRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type UpdateProbingConfigRequestCAS_FieldSubPathArrayOfValues

type UpdateProbingConfigRequestCAS_FieldSubPathArrayOfValues struct {
	UpdateProbingConfigRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateProbingConfigRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues

func (*UpdateProbingConfigRequestCAS_FieldSubPathArrayOfValues) GetRawValues

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

type UpdateProbingConfigRequestCAS_FieldSubPathValue

type UpdateProbingConfigRequestCAS_FieldSubPathValue struct {
	UpdateProbingConfigRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateProbingConfigRequestCAS_FieldSubPathValue) AsConditionalStatePathValue

func (*UpdateProbingConfigRequestCAS_FieldSubPathValue) CompareWith

func (*UpdateProbingConfigRequestCAS_FieldSubPathValue) CompareWithRaw

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

func (*UpdateProbingConfigRequestCAS_FieldSubPathValue) GetRawValue

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

func (*UpdateProbingConfigRequestCAS_FieldSubPathValue) SetTo

func (*UpdateProbingConfigRequestCAS_FieldSubPathValue) SetToRaw

type UpdateProbingConfigRequestCAS_FieldTerminalPath

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

func (*UpdateProbingConfigRequestCAS_FieldTerminalPath) ClearValue

func (*UpdateProbingConfigRequestCAS_FieldTerminalPath) ClearValueRaw

func (*UpdateProbingConfigRequestCAS_FieldTerminalPath) Get

Get returns all values pointed by specific field from source UpdateProbingConfigRequest_CAS

func (*UpdateProbingConfigRequestCAS_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateProbingConfigRequestCAS_FieldTerminalPath) GetRaw

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

func (*UpdateProbingConfigRequestCAS_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source UpdateProbingConfigRequest_CAS

func (*UpdateProbingConfigRequestCAS_FieldTerminalPath) GetSingleRaw

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

func (*UpdateProbingConfigRequestCAS_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateProbingConfigRequestCAS_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateProbingConfigRequestCAS_FieldTerminalPath) Selector

func (*UpdateProbingConfigRequestCAS_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (*UpdateProbingConfigRequestCAS_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateProbingConfigRequestCAS_FieldTerminalPath) WithIArrayItemValue

func (*UpdateProbingConfigRequestCAS_FieldTerminalPath) WithIArrayOfValues

func (*UpdateProbingConfigRequestCAS_FieldTerminalPath) WithIValue

func (*UpdateProbingConfigRequestCAS_FieldTerminalPath) WithRawIArrayItemValue

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

func (*UpdateProbingConfigRequestCAS_FieldTerminalPath) WithRawIArrayOfValues

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

func (*UpdateProbingConfigRequestCAS_FieldTerminalPath) WithRawIValue

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

type UpdateProbingConfigRequestCAS_FieldTerminalPathArrayItemValue

type UpdateProbingConfigRequestCAS_FieldTerminalPathArrayItemValue struct {
	UpdateProbingConfigRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateProbingConfigRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*UpdateProbingConfigRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*UpdateProbingConfigRequestCAS_FieldTerminalPathArrayItemValue) GetSingle

func (*UpdateProbingConfigRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type UpdateProbingConfigRequestCAS_FieldTerminalPathArrayOfValues

type UpdateProbingConfigRequestCAS_FieldTerminalPathArrayOfValues struct {
	UpdateProbingConfigRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateProbingConfigRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues

func (*UpdateProbingConfigRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*UpdateProbingConfigRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues

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

type UpdateProbingConfigRequestCAS_FieldTerminalPathValue

type UpdateProbingConfigRequestCAS_FieldTerminalPathValue struct {
	UpdateProbingConfigRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateProbingConfigRequestCAS_FieldTerminalPathValue) AsConditionalStateValue

func (*UpdateProbingConfigRequestCAS_FieldTerminalPathValue) AsFieldMaskValue

func (*UpdateProbingConfigRequestCAS_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdateProbingConfigRequestCAS_FieldTerminalPathValue' with the value under path in 'UpdateProbingConfigRequest_CAS'.

func (*UpdateProbingConfigRequestCAS_FieldTerminalPathValue) CompareWithRaw

func (*UpdateProbingConfigRequestCAS_FieldTerminalPathValue) GetRawValue

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

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

func (*UpdateProbingConfigRequestCAS_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CAS

func (*UpdateProbingConfigRequestCAS_FieldTerminalPathValue) SetToRaw

type UpdateProbingConfigRequestFieldPathBuilder

type UpdateProbingConfigRequestFieldPathBuilder struct{}

func NewUpdateProbingConfigRequestFieldPathBuilder

func NewUpdateProbingConfigRequestFieldPathBuilder() UpdateProbingConfigRequestFieldPathBuilder

func (UpdateProbingConfigRequestFieldPathBuilder) AllowMissing added in v0.12.5

func (UpdateProbingConfigRequestFieldPathBuilder) Cas

func (UpdateProbingConfigRequestFieldPathBuilder) ProbingConfig

func (UpdateProbingConfigRequestFieldPathBuilder) UpdateMask

type UpdateProbingConfigRequestMapPathSelectorCasConditionalStateMetadataAnnotations

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

func (UpdateProbingConfigRequestMapPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdateProbingConfigRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateProbingConfigRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdateProbingConfigRequestMapPathSelectorCasConditionalStateMetadataLabels

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

func (UpdateProbingConfigRequestMapPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdateProbingConfigRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateProbingConfigRequestMapPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdateProbingConfigRequestMapPathSelectorCasConditionalStateMetadataShards

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

func (UpdateProbingConfigRequestMapPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdateProbingConfigRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdateProbingConfigRequestMapPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdateProbingConfigRequestMapPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders

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

func (UpdateProbingConfigRequestMapPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (UpdateProbingConfigRequestMapPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (UpdateProbingConfigRequestMapPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type UpdateProbingConfigRequestMapPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders

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

func (UpdateProbingConfigRequestMapPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (UpdateProbingConfigRequestMapPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (UpdateProbingConfigRequestMapPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue

type UpdateProbingConfigRequestMapPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders

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

func (UpdateProbingConfigRequestMapPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (UpdateProbingConfigRequestMapPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (UpdateProbingConfigRequestMapPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type UpdateProbingConfigRequestMapPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders

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

func (UpdateProbingConfigRequestMapPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (UpdateProbingConfigRequestMapPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (UpdateProbingConfigRequestMapPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue

type UpdateProbingConfigRequestMapPathSelectorProbingConfigMetadataAnnotations

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

func (UpdateProbingConfigRequestMapPathSelectorProbingConfigMetadataAnnotations) FieldPath

func (UpdateProbingConfigRequestMapPathSelectorProbingConfigMetadataAnnotations) WithArrayOfValues

func (UpdateProbingConfigRequestMapPathSelectorProbingConfigMetadataAnnotations) WithValue

type UpdateProbingConfigRequestMapPathSelectorProbingConfigMetadataLabels

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

func (UpdateProbingConfigRequestMapPathSelectorProbingConfigMetadataLabels) FieldPath

func (UpdateProbingConfigRequestMapPathSelectorProbingConfigMetadataLabels) WithArrayOfValues

func (UpdateProbingConfigRequestMapPathSelectorProbingConfigMetadataLabels) WithValue

type UpdateProbingConfigRequestMapPathSelectorProbingConfigMetadataShards

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

func (UpdateProbingConfigRequestMapPathSelectorProbingConfigMetadataShards) FieldPath

func (UpdateProbingConfigRequestMapPathSelectorProbingConfigMetadataShards) WithArrayOfValues

func (UpdateProbingConfigRequestMapPathSelectorProbingConfigMetadataShards) WithValue

type UpdateProbingConfigRequestMapPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders

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

func (UpdateProbingConfigRequestMapPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (UpdateProbingConfigRequestMapPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (UpdateProbingConfigRequestMapPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type UpdateProbingConfigRequestMapPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders

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

func (UpdateProbingConfigRequestMapPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (UpdateProbingConfigRequestMapPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (UpdateProbingConfigRequestMapPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue

type UpdateProbingConfigRequestMapPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders

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

func (UpdateProbingConfigRequestMapPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (UpdateProbingConfigRequestMapPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (UpdateProbingConfigRequestMapPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type UpdateProbingConfigRequestMapPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders

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

func (UpdateProbingConfigRequestMapPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (UpdateProbingConfigRequestMapPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (UpdateProbingConfigRequestMapPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue

type UpdateProbingConfigRequestPathSelectorAllowMissing added in v0.12.5

type UpdateProbingConfigRequestPathSelectorAllowMissing struct{}

func (UpdateProbingConfigRequestPathSelectorAllowMissing) FieldPath added in v0.12.5

func (UpdateProbingConfigRequestPathSelectorAllowMissing) WithArrayOfValues added in v0.12.5

func (UpdateProbingConfigRequestPathSelectorAllowMissing) WithValue added in v0.12.5

type UpdateProbingConfigRequestPathSelectorCas

type UpdateProbingConfigRequestPathSelectorCas struct{}

func (UpdateProbingConfigRequestPathSelectorCas) ConditionalState

func (UpdateProbingConfigRequestPathSelectorCas) FieldMask

func (UpdateProbingConfigRequestPathSelectorCas) FieldPath

type UpdateProbingConfigRequestPathSelectorCasConditionalState

type UpdateProbingConfigRequestPathSelectorCasConditionalState struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalState) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalState) Metadata

func (UpdateProbingConfigRequestPathSelectorCasConditionalState) Name

func (UpdateProbingConfigRequestPathSelectorCasConditionalState) Spec

func (UpdateProbingConfigRequestPathSelectorCasConditionalState) Status

func (UpdateProbingConfigRequestPathSelectorCasConditionalState) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalState) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateDisplayName

type UpdateProbingConfigRequestPathSelectorCasConditionalStateDisplayName struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateDisplayName) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateDisplayName) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateDisplayName) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadata

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadata struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadata) DeleteTime added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadata) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadata) Lifecycle added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadata) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataAnnotations

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataAnnotations struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataCreateTime

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataCreateTime struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataCreateTime) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataCreateTime) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataDeleteTime added in v0.7.1

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataDeleteTime struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataDeleteTime) FieldPath added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithValue added in v0.7.1

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataGeneration

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataGeneration struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataGeneration) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataGeneration) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataLabels

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataLabels struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataLifecycle added in v0.7.1

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataLifecycle struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataLifecycle) BlockDeletion added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataLifecycle) FieldPath added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataLifecycle) State added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataLifecycle) WithValue added in v0.7.1

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion added in v0.7.1

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataLifecycleState added in v0.7.1

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataLifecycleState struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataLifecycleState) FieldPath added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithValue added in v0.7.1

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferences

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferences struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferences) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Region added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Version added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion added in v0.7.1

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion added in v0.7.1

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataResourceVersion

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataResourceVersion struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataResourceVersion) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataShards

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataShards struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataSyncing

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataSyncing struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataSyncing) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataSyncing) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataSyncingRegions

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataSyncingRegions struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataSyncingRegions) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataTags

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataTags struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataTags) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataTags) WithItemValue

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataTags) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataUpdateTime

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataUpdateTime struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataUpdateTime) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataUuid

type UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataUuid struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataUuid) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateMetadataUuid) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateName

type UpdateProbingConfigRequestPathSelectorCasConditionalStateName struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateName) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateName) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateName) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpec

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpec struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpec) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpec) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpec) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbe

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbe struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbe) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbe) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbe) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessions

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessions struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessions) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessions) SpeedtestSettings added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessions) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessions) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsAddress

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsAddress struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsAddress) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsAddress) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsAddress) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsAddresses

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsAddresses struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsAddresses) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsAddresses) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsAddresses) WithItemValue

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsAddresses) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsCategory

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsCategory struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsCategory) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsCategory) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsCategory) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsGroupName

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsGroupName struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsGroupName) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsGroupName) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsGroupName) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfig

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfig struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfig) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfig) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfig) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfig

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfig struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfig) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfig) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfig) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigPassword

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigPassword struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigPassword) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigPassword) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigPassword) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigUsername

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigUsername struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigUsername) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigUsername) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigUsername) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequest

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequest struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequest) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequest) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequest) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestTimeout

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestTimeout struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestTimeout) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestTimeout) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestTimeout) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestUrl

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestUrl struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestUrl) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestUrl) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestUrl) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsInterval

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsInterval struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsInterval) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsInterval) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsInterval) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsIntervalSec

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsIntervalSec struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsIntervalSec) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsIntervalSec) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsIntervalSec) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsIpVersion

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsIpVersion struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsIpVersion) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsIpVersion) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsIpVersion) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocation

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocation struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocation) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocation) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocation) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAccuracy

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAccuracy struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAccuracy) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAccuracy) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAccuracy) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddress

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddress struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddress) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddress) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddress) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressAdminArea1

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressAdminArea1 struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressAdminArea1) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressAdminArea1) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressAdminArea1) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressAdminArea2

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressAdminArea2 struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressAdminArea2) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressAdminArea2) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressAdminArea2) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressAdminArea3

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressAdminArea3 struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressAdminArea3) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressAdminArea3) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressAdminArea3) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressAdminArea4

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressAdminArea4 struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressAdminArea4) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressAdminArea4) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressAdminArea4) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressContinent

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressContinent struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressContinent) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressContinent) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressContinent) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressCountry

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressCountry struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressCountry) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressCountry) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressCountry) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressCountryCode

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressCountryCode struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressCountryCode) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressCountryCode) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressCountryCode) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressPostalCode

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressPostalCode struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressPostalCode) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressPostalCode) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressPostalCode) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressStreetAddress

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressStreetAddress struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressStreetAddress) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressStreetAddress) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAddressStreetAddress) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchy

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchy struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchy) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchy) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchy) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin1

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin1 struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin1) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin1) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin1) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin2

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin2 struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin2) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin2) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin2) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin3

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin3 struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin3) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin3) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin3) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin4

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin4 struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin4) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin4) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin4) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin5

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin5 struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin5) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin5) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin5) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchyContinent

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchyContinent struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchyContinent) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchyContinent) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchyContinent) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchyCountry

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchyCountry struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchyCountry) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchyCountry) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationAdminHierarchyCountry) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationCoordinates

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationCoordinates struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationCoordinates) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationCoordinates) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationCoordinates) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationType

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationType struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationType) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationType) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsLocationType) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsMode

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsMode struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsMode) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsMode) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsMode) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsPathProbing

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsPathProbing struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsPathProbing) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsPathProbing) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsPathProbing) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsPathProbingAttempts

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsPathProbingAttempts struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsPathProbingAttempts) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsPathProbingAttempts) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsPathProbingAttempts) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsPathProbingEnabled

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsPathProbingEnabled struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsPathProbingEnabled) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsPathProbingEnabled) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsPathProbingEnabled) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsPathProbingInterval

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsPathProbingInterval struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsPathProbingInterval) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsPathProbingInterval) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsPathProbingInterval) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsPathProbingIntervalSec

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsPathProbingIntervalSec struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsPathProbingIntervalSec) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsPathProbingIntervalSec) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsPathProbingIntervalSec) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsPathProbingMaxTtl

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsPathProbingMaxTtl struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsPathProbingMaxTtl) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsPathProbingMaxTtl) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsPathProbingMaxTtl) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsPathProbingMode

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsPathProbingMode struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsPathProbingMode) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsPathProbingMode) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsPathProbingMode) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsProxyConfiguration

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsProxyConfiguration struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsProxyConfiguration) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsProxyConfiguration) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsProxyConfiguration) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsProxyConfigurationHttpProxy

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsProxyConfigurationHttpProxy struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsProxyConfigurationHttpProxy) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsProxyConfigurationHttpProxy) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsProxyConfigurationHttpProxy) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsProxyConfigurationHttpsProxy

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsProxyConfigurationHttpsProxy struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsProxyConfigurationHttpsProxy) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsProxyConfigurationHttpsProxy) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsProxyConfigurationHttpsProxy) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsProxyConfigurationNoProxy

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsProxyConfigurationNoProxy struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsProxyConfigurationNoProxy) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsProxyConfigurationNoProxy) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsProxyConfigurationNoProxy) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsProxyConfigurationProxySetting

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsProxyConfigurationProxySetting struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsProxyConfigurationProxySetting) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsProxyConfigurationProxySetting) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsProxyConfigurationProxySetting) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsSpeedtestSettings added in v0.4.26

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsSpeedtestSettings struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsSpeedtestSettings) Duration added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsSpeedtestSettings) FieldPath added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsSpeedtestSettings) ServerSelection added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsSpeedtestSettings) TcpPort added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsSpeedtestSettings) WithArrayOfValues added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsSpeedtestSettings) WithValue added in v0.4.26

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsSpeedtestSettingsDuration added in v0.4.26

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsSpeedtestSettingsDuration struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsSpeedtestSettingsDuration) FieldPath added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsSpeedtestSettingsDuration) WithArrayOfValues added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsSpeedtestSettingsDuration) WithValue added in v0.4.26

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsSpeedtestSettingsServerSelection added in v0.4.26

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsSpeedtestSettingsServerSelection struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsSpeedtestSettingsServerSelection) FieldPath added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsSpeedtestSettingsServerSelection) WithArrayOfValues added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsSpeedtestSettingsServerSelection) WithValue added in v0.4.26

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsSpeedtestSettingsTcpPort added in v0.4.26

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsSpeedtestSettingsTcpPort struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsSpeedtestSettingsTcpPort) FieldPath added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsSpeedtestSettingsTcpPort) WithArrayOfValues added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsSpeedtestSettingsTcpPort) WithValue added in v0.4.26

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsTarget

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsTarget struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsTarget) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsTarget) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsTarget) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsTargetDisplayName

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsTargetDisplayName struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsTargetDisplayName) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsTargetDisplayName) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsTargetDisplayName) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsTargetGroup

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsTargetGroup struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsTargetGroup) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsTargetGroup) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsTargetGroup) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsTos

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsTos struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsTos) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsTos) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsTos) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsWindowSize

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsWindowSize struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsWindowSize) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsWindowSize) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecProbingSessionsWindowSize) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtest

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtest struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtest) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtest) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtest) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestEnabled

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestEnabled struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestEnabled) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestEnabled) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestEnabled) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestInterval

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestInterval struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestInterval) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestInterval) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestInterval) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestIntervalMinutes

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestIntervalMinutes struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestIntervalMinutes) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestIntervalMinutes) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestIntervalMinutes) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServers

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServers struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServers) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServers) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServers) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersIpAddresses

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersIpAddresses struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersIpAddresses) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersIpAddresses) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersIpAddresses) WithItemValue

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersIpAddresses) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocation

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocation struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocation) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocation) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocation) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAccuracy

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAccuracy struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAccuracy) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAccuracy) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAccuracy) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddress

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddress struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddress) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddress) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddress) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressAdminArea1

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressAdminArea1 struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressAdminArea1) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressAdminArea1) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressAdminArea1) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressAdminArea2

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressAdminArea2 struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressAdminArea2) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressAdminArea2) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressAdminArea2) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressAdminArea3

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressAdminArea3 struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressAdminArea3) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressAdminArea3) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressAdminArea3) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressAdminArea4

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressAdminArea4 struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressAdminArea4) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressAdminArea4) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressAdminArea4) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressContinent

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressContinent struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressContinent) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressContinent) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressContinent) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressCountry

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressCountry struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressCountry) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressCountry) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressCountry) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressCountryCode

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressCountryCode struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressCountryCode) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressCountryCode) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressCountryCode) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressPostalCode

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressPostalCode struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressPostalCode) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressPostalCode) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressPostalCode) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressStreetAddress

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressStreetAddress struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressStreetAddress) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressStreetAddress) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAddressStreetAddress) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchy

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchy struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchy) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchy) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchy) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin1

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin1 struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin1) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin1) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin1) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin2

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin2 struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin2) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin2) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin2) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin3

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin3 struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin3) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin3) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin3) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin4

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin4 struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin4) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin4) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin4) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin5

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin5 struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin5) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin5) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin5) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchyContinent

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchyContinent struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchyContinent) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchyContinent) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchyContinent) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchyCountry

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchyCountry struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchyCountry) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchyCountry) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationAdminHierarchyCountry) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationCoordinates

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationCoordinates struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationCoordinates) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationCoordinates) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersLocationCoordinates) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersName

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersName struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersName) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersName) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersName) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersTarget

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersTarget struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersTarget) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersTarget) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecSpeedtestServersTarget) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessions

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessions struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessions) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessions) SpeedtestSettings added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessions) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessions) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsAddress

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsAddress struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsAddress) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsAddress) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsAddress) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsAddresses

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsAddresses struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsAddresses) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsAddresses) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsAddresses) WithItemValue

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsAddresses) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsCategory

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsCategory struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsCategory) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsCategory) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsCategory) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsGroupName

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsGroupName struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsGroupName) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsGroupName) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsGroupName) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfig

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfig struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfig) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfig) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfig) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfig

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfig struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfig) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfig) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfig) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigPassword

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigPassword struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigPassword) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigPassword) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigPassword) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigUsername

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigUsername struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigUsername) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigUsername) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigUsername) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequest

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequest struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequest) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequest) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequest) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestTimeout

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestTimeout struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestTimeout) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestTimeout) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestTimeout) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestUrl

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestUrl struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestUrl) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestUrl) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestUrl) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsInterval

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsInterval struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsInterval) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsInterval) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsInterval) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsIntervalSec

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsIntervalSec struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsIntervalSec) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsIntervalSec) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsIntervalSec) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsIpVersion

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsIpVersion struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsIpVersion) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsIpVersion) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsIpVersion) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocation

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocation struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocation) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocation) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocation) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAccuracy

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAccuracy struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAccuracy) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAccuracy) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAccuracy) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddress

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddress struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddress) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddress) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddress) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressAdminArea1

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressAdminArea1 struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressAdminArea1) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressAdminArea1) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressAdminArea1) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressAdminArea2

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressAdminArea2 struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressAdminArea2) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressAdminArea2) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressAdminArea2) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressAdminArea3

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressAdminArea3 struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressAdminArea3) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressAdminArea3) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressAdminArea3) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressAdminArea4

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressAdminArea4 struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressAdminArea4) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressAdminArea4) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressAdminArea4) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressContinent

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressContinent struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressContinent) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressContinent) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressContinent) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressCountry

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressCountry struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressCountry) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressCountry) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressCountry) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressCountryCode

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressCountryCode struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressCountryCode) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressCountryCode) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressCountryCode) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressPostalCode

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressPostalCode struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressPostalCode) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressPostalCode) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressPostalCode) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressStreetAddress

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressStreetAddress struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressStreetAddress) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressStreetAddress) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAddressStreetAddress) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchy

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchy struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchy) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchy) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchy) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin1

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin1 struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin1) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin1) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin1) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin2

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin2 struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin2) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin2) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin2) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin3

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin3 struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin3) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin3) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin3) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin4

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin4 struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin4) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin4) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin4) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin5

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin5 struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin5) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin5) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin5) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchyContinent

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchyContinent struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchyContinent) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchyContinent) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchyContinent) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchyCountry

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchyCountry struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchyCountry) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchyCountry) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationAdminHierarchyCountry) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationCoordinates

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationCoordinates struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationCoordinates) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationCoordinates) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationCoordinates) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationType

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationType struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationType) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationType) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsLocationType) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsMode

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsMode struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsMode) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsMode) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsMode) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsPathProbing

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsPathProbing struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsPathProbing) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsPathProbing) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsPathProbing) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsPathProbingAttempts

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsPathProbingAttempts struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsPathProbingAttempts) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsPathProbingAttempts) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsPathProbingAttempts) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsPathProbingEnabled

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsPathProbingEnabled struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsPathProbingEnabled) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsPathProbingEnabled) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsPathProbingEnabled) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsPathProbingInterval

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsPathProbingInterval struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsPathProbingInterval) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsPathProbingInterval) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsPathProbingInterval) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsPathProbingIntervalSec

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsPathProbingIntervalSec struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsPathProbingIntervalSec) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsPathProbingIntervalSec) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsPathProbingIntervalSec) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsPathProbingMaxTtl

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsPathProbingMaxTtl struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsPathProbingMaxTtl) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsPathProbingMaxTtl) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsPathProbingMaxTtl) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsPathProbingMode

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsPathProbingMode struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsPathProbingMode) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsPathProbingMode) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsPathProbingMode) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsProxyConfiguration

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsProxyConfiguration struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsProxyConfiguration) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsProxyConfiguration) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsProxyConfiguration) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsProxyConfigurationHttpProxy

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsProxyConfigurationHttpProxy struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsProxyConfigurationHttpProxy) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsProxyConfigurationHttpProxy) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsProxyConfigurationHttpProxy) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsProxyConfigurationHttpsProxy

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsProxyConfigurationHttpsProxy struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsProxyConfigurationHttpsProxy) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsProxyConfigurationHttpsProxy) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsProxyConfigurationHttpsProxy) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsProxyConfigurationNoProxy

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsProxyConfigurationNoProxy struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsProxyConfigurationNoProxy) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsProxyConfigurationNoProxy) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsProxyConfigurationNoProxy) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsProxyConfigurationProxySetting

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsProxyConfigurationProxySetting struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsProxyConfigurationProxySetting) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsProxyConfigurationProxySetting) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsProxyConfigurationProxySetting) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsSpeedtestSettings added in v0.4.26

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsSpeedtestSettings struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsSpeedtestSettings) Duration added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsSpeedtestSettings) FieldPath added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsSpeedtestSettings) ServerSelection added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsSpeedtestSettings) TcpPort added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsSpeedtestSettings) WithArrayOfValues added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsSpeedtestSettings) WithValue added in v0.4.26

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsSpeedtestSettingsDuration added in v0.4.26

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsSpeedtestSettingsDuration struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsSpeedtestSettingsDuration) FieldPath added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsSpeedtestSettingsDuration) WithArrayOfValues added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsSpeedtestSettingsDuration) WithValue added in v0.4.26

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsSpeedtestSettingsServerSelection added in v0.4.26

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsSpeedtestSettingsServerSelection struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsSpeedtestSettingsServerSelection) FieldPath added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsSpeedtestSettingsServerSelection) WithArrayOfValues added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsSpeedtestSettingsServerSelection) WithValue added in v0.4.26

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsSpeedtestSettingsTcpPort added in v0.4.26

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsSpeedtestSettingsTcpPort struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsSpeedtestSettingsTcpPort) FieldPath added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsSpeedtestSettingsTcpPort) WithArrayOfValues added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsSpeedtestSettingsTcpPort) WithValue added in v0.4.26

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsTarget

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsTarget struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsTarget) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsTarget) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsTarget) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsTargetDisplayName

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsTargetDisplayName struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsTargetDisplayName) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsTargetDisplayName) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsTargetDisplayName) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsTargetGroup

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsTargetGroup struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsTargetGroup) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsTargetGroup) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsTargetGroup) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsTos

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsTos struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsTos) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsTos) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsTos) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsWindowSize

type UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsWindowSize struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsWindowSize) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsWindowSize) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateSpecTargetSessionsWindowSize) WithValue

type UpdateProbingConfigRequestPathSelectorCasConditionalStateStatus

type UpdateProbingConfigRequestPathSelectorCasConditionalStateStatus struct{}

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateStatus) FieldPath

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateStatus) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorCasConditionalStateStatus) WithValue

type UpdateProbingConfigRequestPathSelectorCasFieldMask

type UpdateProbingConfigRequestPathSelectorCasFieldMask struct{}

func (UpdateProbingConfigRequestPathSelectorCasFieldMask) FieldPath

type UpdateProbingConfigRequestPathSelectorProbingConfig

type UpdateProbingConfigRequestPathSelectorProbingConfig struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfig) DisplayName

func (UpdateProbingConfigRequestPathSelectorProbingConfig) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfig) Metadata

func (UpdateProbingConfigRequestPathSelectorProbingConfig) Name

func (UpdateProbingConfigRequestPathSelectorProbingConfig) Spec

func (UpdateProbingConfigRequestPathSelectorProbingConfig) Status

func (UpdateProbingConfigRequestPathSelectorProbingConfig) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfig) WithSubArrayItemValue

func (UpdateProbingConfigRequestPathSelectorProbingConfig) WithSubArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfig) WithSubPath

func (UpdateProbingConfigRequestPathSelectorProbingConfig) WithSubValue

func (UpdateProbingConfigRequestPathSelectorProbingConfig) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigDisplayName

type UpdateProbingConfigRequestPathSelectorProbingConfigDisplayName struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigDisplayName) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigDisplayName) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigDisplayName) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadata

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadata struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadata) DeleteTime added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadata) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadata) Labels

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadata) Lifecycle added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadata) Shards

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadata) Tags

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadata) Uuid

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadata) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadata) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataAnnotations

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataAnnotations struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataAnnotations) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataAnnotations) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataAnnotations) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataCreateTime

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataCreateTime struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataCreateTime) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataCreateTime) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataCreateTime) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataDeleteTime added in v0.7.1

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataDeleteTime struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataDeleteTime) FieldPath added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataDeleteTime) WithValue added in v0.7.1

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataGeneration

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataGeneration struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataGeneration) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataGeneration) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataGeneration) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataLabels

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataLabels struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataLabels) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataLabels) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataLabels) WithKey

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataLabels) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataLifecycle added in v0.7.1

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataLifecycle struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataLifecycle) BlockDeletion added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataLifecycle) FieldPath added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataLifecycle) State added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataLifecycle) WithValue added in v0.7.1

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataLifecycleBlockDeletion added in v0.7.1

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataLifecycleBlockDeletion struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataLifecycleState added in v0.7.1

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataLifecycleState struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataLifecycleState) FieldPath added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataLifecycleState) WithValue added in v0.7.1

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferences

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferences struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferences) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferences) Region added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferences) Version added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferences) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferences) WithItemValue

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferences) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesBlockOwnerDeletion

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesController

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesController struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesController) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesController) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesKind

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesKind struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesKind) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesKind) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesName

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesName struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesName) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesName) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesRegion added in v0.7.1

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesRegion struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesVersion added in v0.7.1

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesVersion struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataResourceVersion

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataResourceVersion struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataResourceVersion) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataResourceVersion) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataResourceVersion) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataShards

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataShards struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataShards) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataShards) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataShards) WithKey

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataShards) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataSyncing

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataSyncing struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataSyncing) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataSyncing) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataSyncing) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataSyncingOwningRegion

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataSyncingOwningRegion struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataSyncingOwningRegion) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataSyncingOwningRegion) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataSyncingRegions

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataSyncingRegions struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataSyncingRegions) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataSyncingRegions) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataSyncingRegions) WithItemValue

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataSyncingRegions) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataTags

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataTags struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataTags) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataTags) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataTags) WithItemValue

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataTags) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataUpdateTime

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataUpdateTime struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataUpdateTime) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataUpdateTime) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataUpdateTime) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataUuid

type UpdateProbingConfigRequestPathSelectorProbingConfigMetadataUuid struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataUuid) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataUuid) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigMetadataUuid) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigName

type UpdateProbingConfigRequestPathSelectorProbingConfigName struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigName) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigName) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigName) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpec

type UpdateProbingConfigRequestPathSelectorProbingConfigSpec struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpec) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpec) Probe

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpec) Speedtest

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpec) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpec) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbe

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbe struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbe) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbe) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbe) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessions

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessions struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessions) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessions) SpeedtestSettings added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessions) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessions) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsAddress

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsAddress struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsAddress) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsAddress) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsAddress) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsAddresses

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsAddresses struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsAddresses) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsAddresses) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsAddresses) WithItemValue

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsAddresses) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsCategory

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsCategory struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsCategory) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsCategory) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsCategory) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsGroupName

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsGroupName struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsGroupName) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsGroupName) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsGroupName) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfig

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfig struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfig) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfig) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfig) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfig

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfig struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfig) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfig) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfig) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigPassword

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigPassword struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigPassword) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigPassword) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigPassword) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigUsername

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigUsername struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigUsername) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigUsername) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigAuthConfigUsername) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequest

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequest struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequest) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequest) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequest) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestTimeout

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestTimeout struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestTimeout) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestTimeout) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestTimeout) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestUrl

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestUrl struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestUrl) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestUrl) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsHttpProbingConfigHttpRequestUrl) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsInterval

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsInterval struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsInterval) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsInterval) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsInterval) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsIntervalSec

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsIntervalSec struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsIntervalSec) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsIntervalSec) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsIntervalSec) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsIpVersion

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsIpVersion struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsIpVersion) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsIpVersion) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsIpVersion) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocation

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocation struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocation) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocation) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocation) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAccuracy

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAccuracy struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAccuracy) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAccuracy) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAccuracy) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddress

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddress struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddress) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddress) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddress) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea1

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea1 struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea1) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea1) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea1) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea2

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea2 struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea2) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea2) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea2) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea3

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea3 struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea3) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea3) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea3) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea4

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea4 struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea4) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea4) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressAdminArea4) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressContinent

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressContinent struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressContinent) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressContinent) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressContinent) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressCountry

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressCountry struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressCountry) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressCountry) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressCountry) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressCountryCode

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressCountryCode struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressCountryCode) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressCountryCode) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressCountryCode) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressPostalCode

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressPostalCode struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressPostalCode) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressPostalCode) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressPostalCode) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressStreetAddress

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressStreetAddress struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressStreetAddress) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressStreetAddress) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAddressStreetAddress) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchy

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchy struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchy) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchy) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchy) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin1

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin1 struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin1) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin1) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin1) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin2

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin2 struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin2) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin2) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin2) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin3

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin3 struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin3) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin3) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin3) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin4

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin4 struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin4) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin4) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin4) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin5

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin5 struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin5) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin5) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyAdmin5) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyContinent

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyContinent struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyContinent) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyContinent) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyContinent) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyCountry

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyCountry struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyCountry) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyCountry) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationAdminHierarchyCountry) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationCoordinates

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationCoordinates struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationCoordinates) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationCoordinates) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationCoordinates) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationType

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationType struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationType) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationType) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsLocationType) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsMode

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsMode struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsMode) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsMode) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsMode) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbing

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbing struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbing) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbing) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbing) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingAttempts

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingAttempts struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingAttempts) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingAttempts) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingAttempts) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingEnabled

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingEnabled struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingEnabled) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingEnabled) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingEnabled) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingInterval

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingInterval struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingInterval) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingInterval) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingInterval) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingIntervalSec

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingIntervalSec struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingIntervalSec) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingIntervalSec) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingIntervalSec) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingMaxTtl

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingMaxTtl struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingMaxTtl) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingMaxTtl) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingMaxTtl) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingMode

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingMode struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingMode) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingMode) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsPathProbingMode) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfiguration

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfiguration struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfiguration) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfiguration) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfiguration) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationHttpProxy

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationHttpProxy struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationHttpProxy) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationHttpProxy) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationHttpProxy) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationHttpsProxy

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationHttpsProxy struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationHttpsProxy) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationHttpsProxy) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationHttpsProxy) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationNoProxy

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationNoProxy struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationNoProxy) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationNoProxy) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationNoProxy) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationProxySetting

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationProxySetting struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationProxySetting) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationProxySetting) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsProxyConfigurationProxySetting) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettings added in v0.4.26

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettings struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettings) Duration added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettings) FieldPath added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettings) ServerSelection added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettings) TcpPort added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettings) WithArrayOfValues added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettings) WithValue added in v0.4.26

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettingsDuration added in v0.4.26

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettingsDuration struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettingsDuration) FieldPath added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettingsDuration) WithArrayOfValues added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettingsDuration) WithValue added in v0.4.26

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettingsServerSelection added in v0.4.26

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettingsServerSelection struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettingsServerSelection) FieldPath added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettingsServerSelection) WithArrayOfValues added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettingsServerSelection) WithValue added in v0.4.26

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettingsTcpPort added in v0.4.26

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettingsTcpPort struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettingsTcpPort) FieldPath added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettingsTcpPort) WithArrayOfValues added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsSpeedtestSettingsTcpPort) WithValue added in v0.4.26

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTarget

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTarget struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTarget) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTarget) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTarget) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTargetDisplayName

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTargetDisplayName struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTargetDisplayName) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTargetDisplayName) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTargetDisplayName) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTargetGroup

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTargetGroup struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTargetGroup) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTargetGroup) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTargetGroup) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTos

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTos struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTos) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTos) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsTos) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsWindowSize

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsWindowSize struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsWindowSize) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsWindowSize) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecProbingSessionsWindowSize) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtest

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtest struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtest) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtest) WithArrayOfValues

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestEnabled

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestEnabled struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestEnabled) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestEnabled) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestEnabled) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestInterval

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestInterval struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestInterval) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestInterval) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestInterval) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestIntervalMinutes

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestIntervalMinutes struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestIntervalMinutes) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestIntervalMinutes) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestIntervalMinutes) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServers

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServers struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServers) FieldPath

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersIpAddresses

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersIpAddresses struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersIpAddresses) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersIpAddresses) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersIpAddresses) WithItemValue

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersIpAddresses) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocation

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocation struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocation) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocation) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocation) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAccuracy

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAccuracy struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAccuracy) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAccuracy) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAccuracy) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddress

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddress struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddress) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddress) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddress) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea1

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea1 struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea1) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea1) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea1) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea2

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea2 struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea2) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea2) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea2) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea3

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea3 struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea3) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea3) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea3) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea4

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea4 struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea4) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea4) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressAdminArea4) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressContinent

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressContinent struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressContinent) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressContinent) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressContinent) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressCountry

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressCountry struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressCountry) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressCountry) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressCountry) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressCountryCode

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressCountryCode struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressCountryCode) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressCountryCode) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressCountryCode) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressPostalCode

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressPostalCode struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressPostalCode) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressPostalCode) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressPostalCode) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressStreetAddress

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressStreetAddress struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressStreetAddress) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressStreetAddress) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAddressStreetAddress) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchy

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchy struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchy) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchy) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchy) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin1

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin1 struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin1) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin1) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin1) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin2

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin2 struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin2) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin2) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin2) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin3

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin3 struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin3) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin3) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin3) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin4

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin4 struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin4) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin4) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin4) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin5

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin5 struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin5) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin5) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyAdmin5) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyContinent

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyContinent struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyContinent) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyContinent) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyContinent) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyCountry

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyCountry struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyCountry) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyCountry) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationAdminHierarchyCountry) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationCoordinates

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationCoordinates struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationCoordinates) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationCoordinates) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersLocationCoordinates) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersName

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersName struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersName) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersName) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersName) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersTarget

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersTarget struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersTarget) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersTarget) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecSpeedtestServersTarget) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessions

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessions struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessions) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessions) SpeedtestSettings added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessions) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessions) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsAddress

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsAddress struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsAddress) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsAddress) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsAddress) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsAddresses

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsAddresses struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsAddresses) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsAddresses) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsAddresses) WithItemValue

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsAddresses) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsCategory

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsCategory struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsCategory) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsCategory) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsCategory) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsGroupName

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsGroupName struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsGroupName) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsGroupName) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsGroupName) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfig

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfig struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfig) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfig) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfig) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfig

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfig struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfig) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfig) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfig) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigPassword

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigPassword struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigPassword) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigPassword) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigPassword) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigUsername

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigUsername struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigUsername) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigUsername) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigAuthConfigUsername) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequest

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequest struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequest) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequest) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequest) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestTimeout

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestTimeout struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestTimeout) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestTimeout) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestTimeout) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestUrl

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestUrl struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestUrl) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestUrl) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsHttpProbingConfigHttpRequestUrl) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsInterval

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsInterval struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsInterval) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsInterval) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsInterval) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsIntervalSec

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsIntervalSec struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsIntervalSec) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsIntervalSec) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsIntervalSec) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsIpVersion

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsIpVersion struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsIpVersion) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsIpVersion) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsIpVersion) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocation

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocation struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocation) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocation) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocation) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAccuracy

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAccuracy struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAccuracy) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAccuracy) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAccuracy) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddress

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddress struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddress) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddress) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddress) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea1

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea1 struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea1) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea1) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea1) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea2

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea2 struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea2) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea2) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea2) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea3

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea3 struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea3) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea3) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea3) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea4

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea4 struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea4) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea4) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressAdminArea4) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressContinent

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressContinent struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressContinent) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressContinent) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressContinent) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressCountry

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressCountry struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressCountry) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressCountry) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressCountry) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressCountryCode

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressCountryCode struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressCountryCode) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressCountryCode) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressCountryCode) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressPostalCode

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressPostalCode struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressPostalCode) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressPostalCode) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressPostalCode) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressStreetAddress

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressStreetAddress struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressStreetAddress) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressStreetAddress) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAddressStreetAddress) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchy

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchy struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchy) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchy) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchy) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin1

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin1 struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin1) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin1) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin1) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin2

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin2 struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin2) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin2) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin2) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin3

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin3 struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin3) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin3) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin3) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin4

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin4 struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin4) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin4) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin4) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin5

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin5 struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin5) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin5) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyAdmin5) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyContinent

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyContinent struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyContinent) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyContinent) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyContinent) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyCountry

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyCountry struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyCountry) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyCountry) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationAdminHierarchyCountry) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationCoordinates

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationCoordinates struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationCoordinates) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationCoordinates) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationCoordinates) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationType

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationType struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationType) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationType) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsLocationType) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsMode

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsMode struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsMode) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsMode) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsMode) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbing

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbing struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbing) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbing) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbing) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingAttempts

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingAttempts struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingAttempts) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingAttempts) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingAttempts) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingEnabled

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingEnabled struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingEnabled) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingEnabled) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingEnabled) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingInterval

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingInterval struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingInterval) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingInterval) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingInterval) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingIntervalSec

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingIntervalSec struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingIntervalSec) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingIntervalSec) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingIntervalSec) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingMaxTtl

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingMaxTtl struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingMaxTtl) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingMaxTtl) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingMaxTtl) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingMode

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingMode struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingMode) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingMode) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsPathProbingMode) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfiguration

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfiguration struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfiguration) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfiguration) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfiguration) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationHttpProxy

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationHttpProxy struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationHttpProxy) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationHttpProxy) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationHttpProxy) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationHttpsProxy

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationHttpsProxy struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationHttpsProxy) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationHttpsProxy) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationHttpsProxy) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationNoProxy

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationNoProxy struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationNoProxy) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationNoProxy) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationNoProxy) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationProxySetting

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationProxySetting struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationProxySetting) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationProxySetting) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsProxyConfigurationProxySetting) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettings added in v0.4.26

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettings struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettings) Duration added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettings) FieldPath added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettings) ServerSelection added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettings) TcpPort added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettings) WithArrayOfValues added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettings) WithValue added in v0.4.26

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettingsDuration added in v0.4.26

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettingsDuration struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettingsDuration) FieldPath added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettingsDuration) WithArrayOfValues added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettingsDuration) WithValue added in v0.4.26

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettingsServerSelection added in v0.4.26

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettingsServerSelection struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettingsServerSelection) FieldPath added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettingsServerSelection) WithArrayOfValues added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettingsServerSelection) WithValue added in v0.4.26

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettingsTcpPort added in v0.4.26

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettingsTcpPort struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettingsTcpPort) FieldPath added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettingsTcpPort) WithArrayOfValues added in v0.4.26

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsSpeedtestSettingsTcpPort) WithValue added in v0.4.26

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTarget

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTarget struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTarget) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTarget) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTarget) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTargetDisplayName

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTargetDisplayName struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTargetDisplayName) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTargetDisplayName) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTargetDisplayName) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTargetGroup

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTargetGroup struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTargetGroup) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTargetGroup) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTargetGroup) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTos

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTos struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTos) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTos) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsTos) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsWindowSize

type UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsWindowSize struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsWindowSize) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsWindowSize) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigSpecTargetSessionsWindowSize) WithValue

type UpdateProbingConfigRequestPathSelectorProbingConfigStatus

type UpdateProbingConfigRequestPathSelectorProbingConfigStatus struct{}

func (UpdateProbingConfigRequestPathSelectorProbingConfigStatus) FieldPath

func (UpdateProbingConfigRequestPathSelectorProbingConfigStatus) WithArrayOfValues

func (UpdateProbingConfigRequestPathSelectorProbingConfigStatus) WithValue

type UpdateProbingConfigRequestPathSelectorUpdateMask

type UpdateProbingConfigRequestPathSelectorUpdateMask struct{}

func (UpdateProbingConfigRequestPathSelectorUpdateMask) FieldPath

type UpdateProbingConfigRequest_CAS

type UpdateProbingConfigRequest_CAS struct {

	// Conditional desired state of a resource before update.
	ConditionalState *probing_config.ProbingConfig `` /* 138-byte string literal not displayed */
	// Field paths from conditional state of resource server should check and
	// compare.
	FieldMask *probing_config.ProbingConfig_FieldMask `` /* 145-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 (*UpdateProbingConfigRequest_CAS) Clone

func (*UpdateProbingConfigRequest_CAS) CloneRaw

func (*UpdateProbingConfigRequest_CAS) Descriptor

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

Deprecated, Use UpdateProbingConfigRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdateProbingConfigRequest_CAS) GetConditionalState

func (*UpdateProbingConfigRequest_CAS) GetFieldMask

func (*UpdateProbingConfigRequest_CAS) GotenMessage

func (*UpdateProbingConfigRequest_CAS) GotenMessage()

func (*UpdateProbingConfigRequest_CAS) GotenObjectExt

func (o *UpdateProbingConfigRequest_CAS) GotenObjectExt()

func (*UpdateProbingConfigRequest_CAS) GotenValidate

func (obj *UpdateProbingConfigRequest_CAS) GotenValidate() error

func (*UpdateProbingConfigRequest_CAS) MakeDiffFieldMask

func (*UpdateProbingConfigRequest_CAS) MakeFullFieldMask

func (*UpdateProbingConfigRequest_CAS) MakeRawDiffFieldMask

func (*UpdateProbingConfigRequest_CAS) MakeRawFullFieldMask

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

func (*UpdateProbingConfigRequest_CAS) Marshal

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

func (*UpdateProbingConfigRequest_CAS) MarshalJSON

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

func (*UpdateProbingConfigRequest_CAS) Merge

func (*UpdateProbingConfigRequest_CAS) MergeRaw

func (*UpdateProbingConfigRequest_CAS) ProtoMessage

func (*UpdateProbingConfigRequest_CAS) ProtoMessage()

func (*UpdateProbingConfigRequest_CAS) ProtoReflect

func (*UpdateProbingConfigRequest_CAS) Reset

func (m *UpdateProbingConfigRequest_CAS) Reset()

func (*UpdateProbingConfigRequest_CAS) SetConditionalState

func (m *UpdateProbingConfigRequest_CAS) SetConditionalState(fv *probing_config.ProbingConfig)

func (*UpdateProbingConfigRequest_CAS) SetFieldMask

func (*UpdateProbingConfigRequest_CAS) String

func (*UpdateProbingConfigRequest_CAS) Unmarshal

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

func (*UpdateProbingConfigRequest_CAS) UnmarshalJSON

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

type UpdateProbingConfigRequest_CASMapPathSelectorConditionalStateMetadataAnnotations

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

func (UpdateProbingConfigRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdateProbingConfigRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateProbingConfigRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdateProbingConfigRequest_CASMapPathSelectorConditionalStateMetadataLabels

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

func (UpdateProbingConfigRequest_CASMapPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdateProbingConfigRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateProbingConfigRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithValue

type UpdateProbingConfigRequest_CASMapPathSelectorConditionalStateMetadataShards

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

func (UpdateProbingConfigRequest_CASMapPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdateProbingConfigRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdateProbingConfigRequest_CASMapPathSelectorConditionalStateMetadataShards) WithValue

type UpdateProbingConfigRequest_CASMapPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders

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

func (UpdateProbingConfigRequest_CASMapPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (UpdateProbingConfigRequest_CASMapPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (UpdateProbingConfigRequest_CASMapPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type UpdateProbingConfigRequest_CASMapPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders

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

func (UpdateProbingConfigRequest_CASMapPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (UpdateProbingConfigRequest_CASMapPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (UpdateProbingConfigRequest_CASMapPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue

type UpdateProbingConfigRequest_CASMapPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders

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

func (UpdateProbingConfigRequest_CASMapPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (UpdateProbingConfigRequest_CASMapPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (UpdateProbingConfigRequest_CASMapPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type UpdateProbingConfigRequest_CASMapPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders

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

func (UpdateProbingConfigRequest_CASMapPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (UpdateProbingConfigRequest_CASMapPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (UpdateProbingConfigRequest_CASMapPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalState

type UpdateProbingConfigRequest_CASPathSelectorConditionalState struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalState) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalState) Name

func (UpdateProbingConfigRequest_CASPathSelectorConditionalState) Spec

func (UpdateProbingConfigRequest_CASPathSelectorConditionalState) Status

func (UpdateProbingConfigRequest_CASPathSelectorConditionalState) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalState) WithSubArrayItemValue

func (UpdateProbingConfigRequest_CASPathSelectorConditionalState) WithSubArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalState) WithSubPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalState) WithSubValue

func (UpdateProbingConfigRequest_CASPathSelectorConditionalState) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateDisplayName

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateDisplayName struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateDisplayName) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateDisplayName) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateDisplayName) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadata

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadata struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadata) DeleteTime added in v0.7.1

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadata) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadata) Lifecycle added in v0.7.1

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadata) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataAnnotations

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataAnnotations struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataCreateTime

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataCreateTime struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataCreateTime) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataDeleteTime added in v0.7.1

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataDeleteTime struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataDeleteTime) FieldPath added in v0.7.1

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithValue added in v0.7.1

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataGeneration

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataGeneration struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataGeneration) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataGeneration) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataLabels

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataLabels struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataLabels) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataLifecycle added in v0.7.1

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataLifecycle struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataLifecycle) BlockDeletion added in v0.7.1

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataLifecycle) FieldPath added in v0.7.1

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataLifecycle) State added in v0.7.1

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithValue added in v0.7.1

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion added in v0.7.1

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataLifecycleState added in v0.7.1

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataLifecycleState struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataLifecycleState) FieldPath added in v0.7.1

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithValue added in v0.7.1

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferences

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferences struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Region added in v0.7.1

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Version added in v0.7.1

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion added in v0.7.1

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion added in v0.7.1

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataResourceVersion

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataResourceVersion struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataResourceVersion) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataShards

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataShards struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataShards) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataSyncing

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataSyncing struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataSyncing) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataSyncing) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataSyncingRegions

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataSyncingRegions struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataTags

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataTags struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataTags) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataTags) WithItemValue

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataTags) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataUpdateTime

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataUpdateTime struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataUpdateTime) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataUuid

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataUuid struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataUuid) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateMetadataUuid) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateName

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateName struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateName) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateName) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateName) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpec

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpec struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpec) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpec) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpec) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbe

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbe struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbe) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbe) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbe) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessions

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessions struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessions) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessions) SpeedtestSettings added in v0.4.26

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessions) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessions) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsAddress

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsAddress struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsAddress) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsAddress) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsAddress) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsAddresses

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsAddresses struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsAddresses) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsAddresses) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsAddresses) WithItemValue

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsAddresses) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsCategory

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsCategory struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsCategory) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsCategory) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsCategory) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsGroupName

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsGroupName struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsGroupName) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsGroupName) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsGroupName) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfig

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfig struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfig) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfig) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfig) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfig

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfig struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfig) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfig) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfig) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigPassword

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigPassword struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigPassword) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigPassword) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigPassword) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequest) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigUsername

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigUsername struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigUsername) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigUsername) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigAuthConfigUsername) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequest

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequest struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequest) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequest) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequest) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestBody) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestRequestMethod) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestTimeout

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestTimeout struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestTimeout) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestTimeout) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestTimeout) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestUrl

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestUrl struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestUrl) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestUrl) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsHttpProbingConfigHttpRequestUrl) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsInterval

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsInterval struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsInterval) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsInterval) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsInterval) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsIntervalSec

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsIntervalSec struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsIntervalSec) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsIntervalSec) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsIntervalSec) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsIpVersion

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsIpVersion struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsIpVersion) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsIpVersion) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsIpVersion) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocation

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocation struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocation) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocation) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocation) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAccuracy

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAccuracy struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAccuracy) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAccuracy) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAccuracy) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddress

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddress struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddress) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddress) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddress) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressAdminArea1

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressAdminArea1 struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressAdminArea1) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressAdminArea1) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressAdminArea1) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressAdminArea2

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressAdminArea2 struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressAdminArea2) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressAdminArea2) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressAdminArea2) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressAdminArea3

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressAdminArea3 struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressAdminArea3) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressAdminArea3) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressAdminArea3) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressAdminArea4

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressAdminArea4 struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressAdminArea4) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressAdminArea4) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressAdminArea4) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressContinent

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressContinent struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressContinent) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressContinent) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressContinent) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressCountry

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressCountry struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressCountry) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressCountry) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressCountry) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressCountryCode

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressCountryCode struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressCountryCode) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressCountryCode) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressCountryCode) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressPostalCode

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressPostalCode struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressPostalCode) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressPostalCode) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressPostalCode) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressStreetAddress

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressStreetAddress struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressStreetAddress) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressStreetAddress) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAddressStreetAddress) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchy

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchy struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchy) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchy) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchy) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin1

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin1 struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin1) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin1) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin1) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin2

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin2 struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin2) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin2) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin2) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin3

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin3 struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin3) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin3) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin3) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin4

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin4 struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin4) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin4) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin4) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin5

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin5 struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin5) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin5) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchyAdmin5) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchyContinent

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchyContinent struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchyContinent) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchyContinent) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchyContinent) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchyCountry

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchyCountry struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchyCountry) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchyCountry) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationAdminHierarchyCountry) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationCoordinates

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationCoordinates struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationCoordinates) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationCoordinates) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationCoordinates) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationType

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationType struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationType) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationType) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsLocationType) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsMode

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsMode struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsMode) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsMode) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsMode) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsPathProbing

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsPathProbing struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsPathProbing) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsPathProbing) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsPathProbing) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsPathProbingAttempts

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsPathProbingAttempts struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsPathProbingAttempts) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsPathProbingAttempts) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsPathProbingAttempts) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsPathProbingEnabled

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsPathProbingEnabled struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsPathProbingEnabled) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsPathProbingEnabled) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsPathProbingEnabled) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsPathProbingInterval

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsPathProbingInterval struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsPathProbingInterval) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsPathProbingInterval) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsPathProbingInterval) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsPathProbingIntervalSec

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsPathProbingIntervalSec struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsPathProbingIntervalSec) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsPathProbingIntervalSec) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsPathProbingIntervalSec) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsPathProbingMaxTtl

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsPathProbingMaxTtl struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsPathProbingMaxTtl) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsPathProbingMaxTtl) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsPathProbingMaxTtl) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsPathProbingMode

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsPathProbingMode struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsPathProbingMode) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsPathProbingMode) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsPathProbingMode) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsProxyConfiguration

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsProxyConfiguration struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsProxyConfiguration) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsProxyConfiguration) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsProxyConfiguration) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsProxyConfigurationHttpProxy

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsProxyConfigurationHttpProxy struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsProxyConfigurationHttpProxy) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsProxyConfigurationHttpProxy) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsProxyConfigurationHttpProxy) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsProxyConfigurationHttpsProxy

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsProxyConfigurationHttpsProxy struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsProxyConfigurationHttpsProxy) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsProxyConfigurationHttpsProxy) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsProxyConfigurationHttpsProxy) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsProxyConfigurationNoProxy

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsProxyConfigurationNoProxy struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsProxyConfigurationNoProxy) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsProxyConfigurationNoProxy) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsProxyConfigurationNoProxy) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsProxyConfigurationProxySetting

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsProxyConfigurationProxySetting struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsProxyConfigurationProxySetting) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsProxyConfigurationProxySetting) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsProxyConfigurationProxySetting) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsSpeedtestSettings added in v0.4.26

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsSpeedtestSettings struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsSpeedtestSettings) Duration added in v0.4.26

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsSpeedtestSettings) FieldPath added in v0.4.26

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsSpeedtestSettings) ServerSelection added in v0.4.26

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsSpeedtestSettings) TcpPort added in v0.4.26

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsSpeedtestSettings) WithArrayOfValues added in v0.4.26

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsSpeedtestSettings) WithValue added in v0.4.26

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsSpeedtestSettingsDuration added in v0.4.26

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsSpeedtestSettingsDuration struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsSpeedtestSettingsDuration) FieldPath added in v0.4.26

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsSpeedtestSettingsDuration) WithArrayOfValues added in v0.4.26

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsSpeedtestSettingsDuration) WithValue added in v0.4.26

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsSpeedtestSettingsServerSelection added in v0.4.26

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsSpeedtestSettingsServerSelection struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsSpeedtestSettingsServerSelection) FieldPath added in v0.4.26

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsSpeedtestSettingsServerSelection) WithArrayOfValues added in v0.4.26

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsSpeedtestSettingsServerSelection) WithValue added in v0.4.26

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsSpeedtestSettingsTcpPort added in v0.4.26

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsSpeedtestSettingsTcpPort struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsSpeedtestSettingsTcpPort) FieldPath added in v0.4.26

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsSpeedtestSettingsTcpPort) WithArrayOfValues added in v0.4.26

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsSpeedtestSettingsTcpPort) WithValue added in v0.4.26

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsTarget

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsTarget struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsTarget) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsTarget) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsTarget) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsTargetDisplayName

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsTargetDisplayName struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsTargetDisplayName) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsTargetDisplayName) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsTargetDisplayName) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsTargetGroup

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsTargetGroup struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsTargetGroup) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsTargetGroup) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsTargetGroup) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsTos

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsTos struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsTos) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsTos) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsTos) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsWindowSize

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsWindowSize struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsWindowSize) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsWindowSize) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecProbingSessionsWindowSize) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtest

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtest struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtest) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtest) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtest) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestEnabled

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestEnabled struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestEnabled) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestEnabled) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestEnabled) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestInterval

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestInterval struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestInterval) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestInterval) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestInterval) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestIntervalMinutes

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestIntervalMinutes struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestIntervalMinutes) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestIntervalMinutes) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestIntervalMinutes) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServers

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServers struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServers) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServers) WithArrayOfValues

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersIpAddresses

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersIpAddresses struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersIpAddresses) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersIpAddresses) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersIpAddresses) WithItemValue

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersIpAddresses) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocation

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocation struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocation) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocation) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocation) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAccuracy

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAccuracy struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAccuracy) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAccuracy) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAccuracy) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddress

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddress struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddress) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddress) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddress) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressAdminArea1

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressAdminArea1 struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressAdminArea1) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressAdminArea1) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressAdminArea1) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressAdminArea2

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressAdminArea2 struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressAdminArea2) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressAdminArea2) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressAdminArea2) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressAdminArea3

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressAdminArea3 struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressAdminArea3) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressAdminArea3) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressAdminArea3) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressAdminArea4

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressAdminArea4 struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressAdminArea4) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressAdminArea4) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressAdminArea4) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressContinent

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressContinent struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressContinent) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressContinent) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressContinent) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressCountry

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressCountry struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressCountry) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressCountry) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressCountry) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressCountryCode

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressCountryCode struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressCountryCode) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressCountryCode) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressCountryCode) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressPostalCode

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressPostalCode struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressPostalCode) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressPostalCode) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressPostalCode) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressStreetAddress

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressStreetAddress struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressStreetAddress) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressStreetAddress) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAddressStreetAddress) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchy

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchy struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchy) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchy) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchy) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin1

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin1 struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin1) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin1) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin1) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin2

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin2 struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin2) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin2) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin2) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin3

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin3 struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin3) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin3) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin3) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin4

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin4 struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin4) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin4) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin4) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin5

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin5 struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin5) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin5) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchyAdmin5) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchyContinent

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchyContinent struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchyContinent) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchyContinent) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchyContinent) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchyCountry

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchyCountry struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchyCountry) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchyCountry) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationAdminHierarchyCountry) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationCoordinates

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationCoordinates struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationCoordinates) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationCoordinates) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersLocationCoordinates) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersName

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersName struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersName) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersName) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersName) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersTarget

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersTarget struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersTarget) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersTarget) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecSpeedtestServersTarget) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessions

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessions struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessions) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessions) SpeedtestSettings added in v0.4.26

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessions) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessions) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsAddress

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsAddress struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsAddress) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsAddress) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsAddress) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsAddresses

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsAddresses struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsAddresses) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsAddresses) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsAddresses) WithItemValue

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsAddresses) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsCategory

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsCategory struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsCategory) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsCategory) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsCategory) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsGroupName

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsGroupName struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsGroupName) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsGroupName) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsGroupName) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfig

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfig struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfig) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfig) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfig) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfig

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfig struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfig) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfig) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfig) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigPassword

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigPassword struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigPassword) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigPassword) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigPassword) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequest) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestBody) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestTimeout) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenRequestUrl) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseBodyKey) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigTokenResponseHeader) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigUsername

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigUsername struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigUsername) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigUsername) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigAuthConfigUsername) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequest

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequest struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequest) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequest) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequest) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestAuthenticationMethod) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestExpectedResponseCode) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestBody) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestHeaders) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestRequestMethod) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestTimeout

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestTimeout struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestTimeout) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestTimeout) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestTimeout) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestUrl

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestUrl struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestUrl) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestUrl) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsHttpProbingConfigHttpRequestUrl) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsInterval

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsInterval struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsInterval) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsInterval) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsInterval) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsIntervalSec

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsIntervalSec struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsIntervalSec) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsIntervalSec) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsIntervalSec) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsIpVersion

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsIpVersion struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsIpVersion) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsIpVersion) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsIpVersion) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocation

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocation struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocation) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocation) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocation) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAccuracy

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAccuracy struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAccuracy) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAccuracy) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAccuracy) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddress

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddress struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddress) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddress) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddress) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressAdminArea1

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressAdminArea1 struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressAdminArea1) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressAdminArea1) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressAdminArea1) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressAdminArea2

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressAdminArea2 struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressAdminArea2) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressAdminArea2) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressAdminArea2) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressAdminArea3

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressAdminArea3 struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressAdminArea3) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressAdminArea3) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressAdminArea3) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressAdminArea4

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressAdminArea4 struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressAdminArea4) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressAdminArea4) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressAdminArea4) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressContinent

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressContinent struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressContinent) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressContinent) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressContinent) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressCountry

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressCountry struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressCountry) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressCountry) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressCountry) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressCountryCode

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressCountryCode struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressCountryCode) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressCountryCode) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressCountryCode) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressPostalCode

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressPostalCode struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressPostalCode) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressPostalCode) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressPostalCode) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressStreetAddress

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressStreetAddress struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressStreetAddress) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressStreetAddress) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAddressStreetAddress) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchy

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchy struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchy) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchy) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchy) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin1

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin1 struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin1) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin1) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin1) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin2

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin2 struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin2) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin2) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin2) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin3

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin3 struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin3) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin3) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin3) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin4

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin4 struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin4) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin4) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin4) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin5

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin5 struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin5) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin5) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchyAdmin5) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchyContinent

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchyContinent struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchyContinent) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchyContinent) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchyContinent) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchyCountry

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchyCountry struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchyCountry) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchyCountry) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationAdminHierarchyCountry) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationCoordinates

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationCoordinates struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationCoordinates) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationCoordinates) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationCoordinates) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationType

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationType struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationType) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationType) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsLocationType) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsMode

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsMode struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsMode) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsMode) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsMode) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsPathProbing

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsPathProbing struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsPathProbing) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsPathProbing) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsPathProbing) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsPathProbingAttempts

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsPathProbingAttempts struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsPathProbingAttempts) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsPathProbingAttempts) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsPathProbingAttempts) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsPathProbingEnabled

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsPathProbingEnabled struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsPathProbingEnabled) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsPathProbingEnabled) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsPathProbingEnabled) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsPathProbingInterval

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsPathProbingInterval struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsPathProbingInterval) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsPathProbingInterval) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsPathProbingInterval) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsPathProbingIntervalSec

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsPathProbingIntervalSec struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsPathProbingIntervalSec) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsPathProbingIntervalSec) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsPathProbingIntervalSec) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsPathProbingMaxTtl

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsPathProbingMaxTtl struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsPathProbingMaxTtl) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsPathProbingMaxTtl) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsPathProbingMaxTtl) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsPathProbingMode

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsPathProbingMode struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsPathProbingMode) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsPathProbingMode) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsPathProbingMode) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsProxyConfiguration

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsProxyConfiguration struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsProxyConfiguration) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsProxyConfiguration) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsProxyConfiguration) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsProxyConfigurationHttpProxy

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsProxyConfigurationHttpProxy struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsProxyConfigurationHttpProxy) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsProxyConfigurationHttpProxy) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsProxyConfigurationHttpProxy) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsProxyConfigurationHttpsProxy

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsProxyConfigurationHttpsProxy struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsProxyConfigurationHttpsProxy) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsProxyConfigurationHttpsProxy) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsProxyConfigurationHttpsProxy) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsProxyConfigurationNoProxy

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsProxyConfigurationNoProxy struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsProxyConfigurationNoProxy) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsProxyConfigurationNoProxy) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsProxyConfigurationNoProxy) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsProxyConfigurationProxySetting

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsProxyConfigurationProxySetting struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsProxyConfigurationProxySetting) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsProxyConfigurationProxySetting) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsProxyConfigurationProxySetting) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsSpeedtestSettings added in v0.4.26

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsSpeedtestSettings struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsSpeedtestSettings) Duration added in v0.4.26

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsSpeedtestSettings) FieldPath added in v0.4.26

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsSpeedtestSettings) ServerSelection added in v0.4.26

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsSpeedtestSettings) TcpPort added in v0.4.26

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsSpeedtestSettings) WithArrayOfValues added in v0.4.26

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsSpeedtestSettings) WithValue added in v0.4.26

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsSpeedtestSettingsDuration added in v0.4.26

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsSpeedtestSettingsDuration struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsSpeedtestSettingsDuration) FieldPath added in v0.4.26

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsSpeedtestSettingsDuration) WithArrayOfValues added in v0.4.26

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsSpeedtestSettingsDuration) WithValue added in v0.4.26

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsSpeedtestSettingsServerSelection added in v0.4.26

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsSpeedtestSettingsServerSelection struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsSpeedtestSettingsServerSelection) FieldPath added in v0.4.26

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsSpeedtestSettingsServerSelection) WithArrayOfValues added in v0.4.26

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsSpeedtestSettingsServerSelection) WithValue added in v0.4.26

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsSpeedtestSettingsTcpPort added in v0.4.26

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsSpeedtestSettingsTcpPort struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsSpeedtestSettingsTcpPort) FieldPath added in v0.4.26

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsSpeedtestSettingsTcpPort) WithArrayOfValues added in v0.4.26

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsSpeedtestSettingsTcpPort) WithValue added in v0.4.26

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsTarget

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsTarget struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsTarget) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsTarget) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsTarget) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsTargetDisplayName

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsTargetDisplayName struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsTargetDisplayName) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsTargetDisplayName) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsTargetDisplayName) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsTargetGroup

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsTargetGroup struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsTargetGroup) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsTargetGroup) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsTargetGroup) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsTos

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsTos struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsTos) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsTos) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsTos) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsWindowSize

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsWindowSize struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsWindowSize) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsWindowSize) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateSpecTargetSessionsWindowSize) WithValue

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateStatus

type UpdateProbingConfigRequest_CASPathSelectorConditionalStateStatus struct{}

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateStatus) FieldPath

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateStatus) WithArrayOfValues

func (UpdateProbingConfigRequest_CASPathSelectorConditionalStateStatus) WithValue

type UpdateProbingConfigRequest_CASPathSelectorFieldMask

type UpdateProbingConfigRequest_CASPathSelectorFieldMask struct{}

func (UpdateProbingConfigRequest_CASPathSelectorFieldMask) FieldPath

type UpdateProbingConfigRequest_CAS_FieldMask

type UpdateProbingConfigRequest_CAS_FieldMask struct {
	Paths []UpdateProbingConfigRequestCAS_FieldPath
}

func FullUpdateProbingConfigRequest_CAS_FieldMask

func FullUpdateProbingConfigRequest_CAS_FieldMask() *UpdateProbingConfigRequest_CAS_FieldMask

func (*UpdateProbingConfigRequest_CAS_FieldMask) AppendPath

func (*UpdateProbingConfigRequest_CAS_FieldMask) AppendRawPath

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

func (*UpdateProbingConfigRequest_CAS_FieldMask) DecodeFirestore

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

func (*UpdateProbingConfigRequest_CAS_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*UpdateProbingConfigRequest_CAS_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdateProbingConfigRequest_CAS_FieldMask) FromProtoFieldMask

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

func (*UpdateProbingConfigRequest_CAS_FieldMask) GetPaths

func (*UpdateProbingConfigRequest_CAS_FieldMask) GetRawPaths

func (*UpdateProbingConfigRequest_CAS_FieldMask) IsFull

func (fieldMask *UpdateProbingConfigRequest_CAS_FieldMask) IsFull() bool

func (UpdateProbingConfigRequest_CAS_FieldMask) Marshal

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

implement methods required by customType

func (UpdateProbingConfigRequest_CAS_FieldMask) MarshalJSON

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

func (*UpdateProbingConfigRequest_CAS_FieldMask) PathsCount

func (fieldMask *UpdateProbingConfigRequest_CAS_FieldMask) PathsCount() int

func (*UpdateProbingConfigRequest_CAS_FieldMask) Project

func (*UpdateProbingConfigRequest_CAS_FieldMask) ProjectRaw

func (*UpdateProbingConfigRequest_CAS_FieldMask) ProtoMessage

func (fieldMask *UpdateProbingConfigRequest_CAS_FieldMask) ProtoMessage()

func (*UpdateProbingConfigRequest_CAS_FieldMask) ProtoReflect

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

func (*UpdateProbingConfigRequest_CAS_FieldMask) Reset

func (fieldMask *UpdateProbingConfigRequest_CAS_FieldMask) Reset()

func (*UpdateProbingConfigRequest_CAS_FieldMask) Set

func (*UpdateProbingConfigRequest_CAS_FieldMask) SetFromCliFlag

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

func (*UpdateProbingConfigRequest_CAS_FieldMask) SetRaw

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

func (*UpdateProbingConfigRequest_CAS_FieldMask) Size

func (*UpdateProbingConfigRequest_CAS_FieldMask) String

func (*UpdateProbingConfigRequest_CAS_FieldMask) Subtract

func (*UpdateProbingConfigRequest_CAS_FieldMask) SubtractRaw

func (*UpdateProbingConfigRequest_CAS_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*UpdateProbingConfigRequest_CAS_FieldMask) Unmarshal

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

func (*UpdateProbingConfigRequest_CAS_FieldMask) UnmarshalJSON

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

type UpdateProbingConfigRequest_FieldMask

type UpdateProbingConfigRequest_FieldMask struct {
	Paths []UpdateProbingConfigRequest_FieldPath
}

func FullUpdateProbingConfigRequest_FieldMask

func FullUpdateProbingConfigRequest_FieldMask() *UpdateProbingConfigRequest_FieldMask

func (*UpdateProbingConfigRequest_FieldMask) AppendPath

func (*UpdateProbingConfigRequest_FieldMask) AppendRawPath

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

func (*UpdateProbingConfigRequest_FieldMask) DecodeFirestore

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

func (*UpdateProbingConfigRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*UpdateProbingConfigRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdateProbingConfigRequest_FieldMask) FromProtoFieldMask

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

func (*UpdateProbingConfigRequest_FieldMask) GetPaths

func (*UpdateProbingConfigRequest_FieldMask) GetRawPaths

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

func (*UpdateProbingConfigRequest_FieldMask) IsFull

func (fieldMask *UpdateProbingConfigRequest_FieldMask) IsFull() bool

func (UpdateProbingConfigRequest_FieldMask) Marshal

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

implement methods required by customType

func (UpdateProbingConfigRequest_FieldMask) MarshalJSON

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

func (*UpdateProbingConfigRequest_FieldMask) PathsCount

func (fieldMask *UpdateProbingConfigRequest_FieldMask) PathsCount() int

func (*UpdateProbingConfigRequest_FieldMask) Project

func (*UpdateProbingConfigRequest_FieldMask) ProjectRaw

func (*UpdateProbingConfigRequest_FieldMask) ProtoMessage

func (fieldMask *UpdateProbingConfigRequest_FieldMask) ProtoMessage()

func (*UpdateProbingConfigRequest_FieldMask) ProtoReflect

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

func (*UpdateProbingConfigRequest_FieldMask) Reset

func (fieldMask *UpdateProbingConfigRequest_FieldMask) Reset()

func (*UpdateProbingConfigRequest_FieldMask) Set

func (fieldMask *UpdateProbingConfigRequest_FieldMask) Set(target, source *UpdateProbingConfigRequest)

func (*UpdateProbingConfigRequest_FieldMask) SetFromCliFlag

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

func (*UpdateProbingConfigRequest_FieldMask) SetRaw

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

func (*UpdateProbingConfigRequest_FieldMask) Size

func (fieldMask *UpdateProbingConfigRequest_FieldMask) Size() int

func (*UpdateProbingConfigRequest_FieldMask) String

func (fieldMask *UpdateProbingConfigRequest_FieldMask) String() string

func (*UpdateProbingConfigRequest_FieldMask) Subtract

func (*UpdateProbingConfigRequest_FieldMask) SubtractRaw

func (*UpdateProbingConfigRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*UpdateProbingConfigRequest_FieldMask) Unmarshal

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

func (*UpdateProbingConfigRequest_FieldMask) UnmarshalJSON

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

type UpdateProbingConfigRequest_FieldPath

type UpdateProbingConfigRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdateProbingConfigRequest_FieldPathSelector
	Get(source *UpdateProbingConfigRequest) []interface{}
	GetSingle(source *UpdateProbingConfigRequest) (interface{}, bool)
	ClearValue(item *UpdateProbingConfigRequest)

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

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

func MustParseUpdateProbingConfigRequest_FieldPath

func MustParseUpdateProbingConfigRequest_FieldPath(rawField string) UpdateProbingConfigRequest_FieldPath

func ParseUpdateProbingConfigRequest_FieldPath

func ParseUpdateProbingConfigRequest_FieldPath(rawField string) (UpdateProbingConfigRequest_FieldPath, error)

type UpdateProbingConfigRequest_FieldPathArrayItemValue

type UpdateProbingConfigRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdateProbingConfigRequest_FieldPath
	ContainsValue(*UpdateProbingConfigRequest) bool
}

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

func MustParseUpdateProbingConfigRequest_FieldPathArrayItemValue

func MustParseUpdateProbingConfigRequest_FieldPathArrayItemValue(pathStr, valueStr string) UpdateProbingConfigRequest_FieldPathArrayItemValue

func ParseUpdateProbingConfigRequest_FieldPathArrayItemValue

func ParseUpdateProbingConfigRequest_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateProbingConfigRequest_FieldPathArrayItemValue, error)

ParseUpdateProbingConfigRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdateProbingConfigRequest_FieldPathArrayOfValues

type UpdateProbingConfigRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdateProbingConfigRequest_FieldPath
}

UpdateProbingConfigRequest_FieldPathArrayOfValues allows storing slice of values for UpdateProbingConfigRequest fields according to their type

func MustParseUpdateProbingConfigRequest_FieldPathArrayOfValues

func MustParseUpdateProbingConfigRequest_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateProbingConfigRequest_FieldPathArrayOfValues

func ParseUpdateProbingConfigRequest_FieldPathArrayOfValues

func ParseUpdateProbingConfigRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateProbingConfigRequest_FieldPathArrayOfValues, error)

type UpdateProbingConfigRequest_FieldPathSelector

type UpdateProbingConfigRequest_FieldPathSelector int32
const (
	UpdateProbingConfigRequest_FieldPathSelectorProbingConfig UpdateProbingConfigRequest_FieldPathSelector = 0
	UpdateProbingConfigRequest_FieldPathSelectorUpdateMask    UpdateProbingConfigRequest_FieldPathSelector = 1
	UpdateProbingConfigRequest_FieldPathSelectorCas           UpdateProbingConfigRequest_FieldPathSelector = 2
	UpdateProbingConfigRequest_FieldPathSelectorAllowMissing  UpdateProbingConfigRequest_FieldPathSelector = 3
)

func (UpdateProbingConfigRequest_FieldPathSelector) String

type UpdateProbingConfigRequest_FieldPathValue

type UpdateProbingConfigRequest_FieldPathValue interface {
	UpdateProbingConfigRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdateProbingConfigRequest)
	CompareWith(*UpdateProbingConfigRequest) (cmp int, comparable bool)
}

UpdateProbingConfigRequest_FieldPathValue allows storing values for UpdateProbingConfigRequest fields according to their type

func MustParseUpdateProbingConfigRequest_FieldPathValue

func MustParseUpdateProbingConfigRequest_FieldPathValue(pathStr, valueStr string) UpdateProbingConfigRequest_FieldPathValue

func ParseUpdateProbingConfigRequest_FieldPathValue

func ParseUpdateProbingConfigRequest_FieldPathValue(pathStr, valueStr string) (UpdateProbingConfigRequest_FieldPathValue, error)

type UpdateProbingConfigRequest_FieldSubPath

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

func (*UpdateProbingConfigRequest_FieldSubPath) AsCasSubPath

func (*UpdateProbingConfigRequest_FieldSubPath) AsProbingConfigSubPath

func (*UpdateProbingConfigRequest_FieldSubPath) ClearValue

func (*UpdateProbingConfigRequest_FieldSubPath) ClearValueRaw

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

func (*UpdateProbingConfigRequest_FieldSubPath) Get

func (fps *UpdateProbingConfigRequest_FieldSubPath) Get(source *UpdateProbingConfigRequest) (values []interface{})

Get returns all values pointed by selected field from source UpdateProbingConfigRequest

func (*UpdateProbingConfigRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateProbingConfigRequest_FieldSubPath) GetRaw

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

func (*UpdateProbingConfigRequest_FieldSubPath) GetSingle

func (fps *UpdateProbingConfigRequest_FieldSubPath) GetSingle(source *UpdateProbingConfigRequest) (interface{}, bool)

GetSingle returns value of selected field from source UpdateProbingConfigRequest

func (*UpdateProbingConfigRequest_FieldSubPath) GetSingleRaw

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

func (*UpdateProbingConfigRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateProbingConfigRequest_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateProbingConfigRequest_FieldSubPath) Selector

func (*UpdateProbingConfigRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*UpdateProbingConfigRequest_FieldSubPath) String

String returns path representation in proto convention

func (*UpdateProbingConfigRequest_FieldSubPath) WithIArrayItemValue

func (*UpdateProbingConfigRequest_FieldSubPath) WithIArrayOfValues

func (*UpdateProbingConfigRequest_FieldSubPath) WithIValue

func (*UpdateProbingConfigRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*UpdateProbingConfigRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*UpdateProbingConfigRequest_FieldSubPath) WithRawIValue

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

type UpdateProbingConfigRequest_FieldSubPathArrayItemValue

type UpdateProbingConfigRequest_FieldSubPathArrayItemValue struct {
	UpdateProbingConfigRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateProbingConfigRequest_FieldSubPathArrayItemValue) AsCasPathItemValue

func (*UpdateProbingConfigRequest_FieldSubPathArrayItemValue) AsProbingConfigPathItemValue

func (*UpdateProbingConfigRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*UpdateProbingConfigRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type UpdateProbingConfigRequest_FieldSubPathArrayOfValues

type UpdateProbingConfigRequest_FieldSubPathArrayOfValues struct {
	UpdateProbingConfigRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateProbingConfigRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues

func (*UpdateProbingConfigRequest_FieldSubPathArrayOfValues) AsProbingConfigPathArrayOfValues

func (*UpdateProbingConfigRequest_FieldSubPathArrayOfValues) GetRawValues

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

type UpdateProbingConfigRequest_FieldSubPathValue

type UpdateProbingConfigRequest_FieldSubPathValue struct {
	UpdateProbingConfigRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateProbingConfigRequest_FieldSubPathValue) AsCasPathValue

func (*UpdateProbingConfigRequest_FieldSubPathValue) AsProbingConfigPathValue

func (*UpdateProbingConfigRequest_FieldSubPathValue) CompareWith

func (*UpdateProbingConfigRequest_FieldSubPathValue) CompareWithRaw

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

func (*UpdateProbingConfigRequest_FieldSubPathValue) GetRawValue

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

func (*UpdateProbingConfigRequest_FieldSubPathValue) SetTo

func (*UpdateProbingConfigRequest_FieldSubPathValue) SetToRaw

type UpdateProbingConfigRequest_FieldTerminalPath

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

func (*UpdateProbingConfigRequest_FieldTerminalPath) ClearValue

func (*UpdateProbingConfigRequest_FieldTerminalPath) ClearValueRaw

func (*UpdateProbingConfigRequest_FieldTerminalPath) Get

func (fp *UpdateProbingConfigRequest_FieldTerminalPath) Get(source *UpdateProbingConfigRequest) (values []interface{})

Get returns all values pointed by specific field from source UpdateProbingConfigRequest

func (*UpdateProbingConfigRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateProbingConfigRequest_FieldTerminalPath) GetRaw

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

func (*UpdateProbingConfigRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source UpdateProbingConfigRequest

func (*UpdateProbingConfigRequest_FieldTerminalPath) GetSingleRaw

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

func (*UpdateProbingConfigRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateProbingConfigRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateProbingConfigRequest_FieldTerminalPath) Selector

func (*UpdateProbingConfigRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*UpdateProbingConfigRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateProbingConfigRequest_FieldTerminalPath) WithIArrayItemValue

func (*UpdateProbingConfigRequest_FieldTerminalPath) WithIArrayOfValues

func (*UpdateProbingConfigRequest_FieldTerminalPath) WithIValue

func (*UpdateProbingConfigRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*UpdateProbingConfigRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*UpdateProbingConfigRequest_FieldTerminalPath) WithRawIValue

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

type UpdateProbingConfigRequest_FieldTerminalPathArrayItemValue

type UpdateProbingConfigRequest_FieldTerminalPathArrayItemValue struct {
	UpdateProbingConfigRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateProbingConfigRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*UpdateProbingConfigRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*UpdateProbingConfigRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*UpdateProbingConfigRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type UpdateProbingConfigRequest_FieldTerminalPathArrayOfValues

type UpdateProbingConfigRequest_FieldTerminalPathArrayOfValues struct {
	UpdateProbingConfigRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateProbingConfigRequest_FieldTerminalPathArrayOfValues) AsAllowMissingArrayOfValues added in v0.12.5

func (fpaov *UpdateProbingConfigRequest_FieldTerminalPathArrayOfValues) AsAllowMissingArrayOfValues() ([]bool, bool)

func (*UpdateProbingConfigRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues

func (*UpdateProbingConfigRequest_FieldTerminalPathArrayOfValues) AsProbingConfigArrayOfValues

func (*UpdateProbingConfigRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues

func (*UpdateProbingConfigRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type UpdateProbingConfigRequest_FieldTerminalPathValue

type UpdateProbingConfigRequest_FieldTerminalPathValue struct {
	UpdateProbingConfigRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateProbingConfigRequest_FieldTerminalPathValue) AsAllowMissingValue added in v0.12.5

func (fpv *UpdateProbingConfigRequest_FieldTerminalPathValue) AsAllowMissingValue() (bool, bool)

func (*UpdateProbingConfigRequest_FieldTerminalPathValue) AsCasValue

func (*UpdateProbingConfigRequest_FieldTerminalPathValue) AsProbingConfigValue

func (*UpdateProbingConfigRequest_FieldTerminalPathValue) AsUpdateMaskValue

func (*UpdateProbingConfigRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdateProbingConfigRequest_FieldTerminalPathValue' with the value under path in 'UpdateProbingConfigRequest'.

func (*UpdateProbingConfigRequest_FieldTerminalPathValue) CompareWithRaw

func (*UpdateProbingConfigRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*UpdateProbingConfigRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object UpdateProbingConfigRequest

func (*UpdateProbingConfigRequest_FieldTerminalPathValue) SetToRaw

type WatchProbingConfigClientStream

type WatchProbingConfigClientStream interface {
	Recv() (*WatchProbingConfigResponse, error)
	grpc.ClientStream
}

type WatchProbingConfigDescriptor added in v0.4.26

type WatchProbingConfigDescriptor struct{}

func GetWatchProbingConfigDescriptor added in v0.4.26

func GetWatchProbingConfigDescriptor() *WatchProbingConfigDescriptor

func (*WatchProbingConfigDescriptor) GetApiDescriptor added in v0.4.26

func (*WatchProbingConfigDescriptor) GetApiName added in v0.4.26

func (d *WatchProbingConfigDescriptor) GetApiName() string

func (*WatchProbingConfigDescriptor) GetClientMsgReflectHandle added in v0.4.26

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

func (*WatchProbingConfigDescriptor) GetFullMethodName added in v0.4.26

func (d *WatchProbingConfigDescriptor) GetFullMethodName() string

func (*WatchProbingConfigDescriptor) GetMethodName added in v0.4.26

func (d *WatchProbingConfigDescriptor) GetMethodName() string

func (*WatchProbingConfigDescriptor) GetProtoPkgName added in v0.4.26

func (d *WatchProbingConfigDescriptor) GetProtoPkgName() string

func (*WatchProbingConfigDescriptor) GetResourceDescriptor added in v0.4.27

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

func (*WatchProbingConfigDescriptor) GetServerMsgReflectHandle added in v0.4.26

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

func (*WatchProbingConfigDescriptor) GetServiceDomain added in v0.4.26

func (d *WatchProbingConfigDescriptor) GetServiceDomain() string

func (*WatchProbingConfigDescriptor) GetServiceVersion added in v0.4.26

func (d *WatchProbingConfigDescriptor) GetServiceVersion() string

func (*WatchProbingConfigDescriptor) GetVerb added in v0.4.26

func (d *WatchProbingConfigDescriptor) GetVerb() string

func (*WatchProbingConfigDescriptor) HasResource added in v0.4.27

func (d *WatchProbingConfigDescriptor) HasResource() bool

func (*WatchProbingConfigDescriptor) IsClientStream added in v0.4.26

func (d *WatchProbingConfigDescriptor) IsClientStream() bool

func (*WatchProbingConfigDescriptor) IsCollection added in v0.4.27

func (d *WatchProbingConfigDescriptor) IsCollection() bool

func (*WatchProbingConfigDescriptor) IsPlural added in v0.4.27

func (d *WatchProbingConfigDescriptor) IsPlural() bool

func (*WatchProbingConfigDescriptor) IsServerStream added in v0.4.26

func (d *WatchProbingConfigDescriptor) IsServerStream() bool

func (*WatchProbingConfigDescriptor) IsUnary added in v0.4.26

func (d *WatchProbingConfigDescriptor) IsUnary() bool

func (*WatchProbingConfigDescriptor) NewEmptyClientMsg added in v0.4.26

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

func (*WatchProbingConfigDescriptor) NewEmptyServerMsg added in v0.4.26

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

func (*WatchProbingConfigDescriptor) RequestHasResourceBody added in v0.4.26

func (d *WatchProbingConfigDescriptor) RequestHasResourceBody() bool

type WatchProbingConfigDescriptorClientMsgHandle added in v0.4.26

type WatchProbingConfigDescriptorClientMsgHandle struct{}

func (*WatchProbingConfigDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

func (*WatchProbingConfigDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*WatchProbingConfigDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type WatchProbingConfigDescriptorServerMsgHandle added in v0.4.26

type WatchProbingConfigDescriptorServerMsgHandle struct{}

func (*WatchProbingConfigDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

func (*WatchProbingConfigDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*WatchProbingConfigDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

type WatchProbingConfigRequest

type WatchProbingConfigRequest struct {

	// Reference to ntt.watchdog.v1alpha2.ProbingConfig
	Name *probing_config.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 *probing_config.ProbingConfig_FieldMask `` /* 145-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 [WatchProbingConfig][ntt.watchdog.v1alpha2.WatchProbingConfig]

func (*WatchProbingConfigRequest) Clone

func (*WatchProbingConfigRequest) CloneRaw

func (*WatchProbingConfigRequest) Descriptor

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

Deprecated, Use WatchProbingConfigRequest.ProtoReflect.Descriptor instead.

func (*WatchProbingConfigRequest) GetFieldMask

func (*WatchProbingConfigRequest) GetName

func (*WatchProbingConfigRequest) GetView

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

func (*WatchProbingConfigRequest) GotenMessage

func (*WatchProbingConfigRequest) GotenMessage()

func (*WatchProbingConfigRequest) GotenObjectExt

func (o *WatchProbingConfigRequest) GotenObjectExt()

func (*WatchProbingConfigRequest) GotenValidate

func (obj *WatchProbingConfigRequest) GotenValidate() error

func (*WatchProbingConfigRequest) MakeDiffFieldMask

func (*WatchProbingConfigRequest) MakeFullFieldMask

func (*WatchProbingConfigRequest) MakeRawDiffFieldMask

func (*WatchProbingConfigRequest) MakeRawFullFieldMask

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

func (*WatchProbingConfigRequest) Marshal

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

func (*WatchProbingConfigRequest) MarshalJSON

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

func (*WatchProbingConfigRequest) Merge

func (*WatchProbingConfigRequest) MergeRaw

func (*WatchProbingConfigRequest) ProtoMessage

func (*WatchProbingConfigRequest) ProtoMessage()

func (*WatchProbingConfigRequest) ProtoReflect

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

func (*WatchProbingConfigRequest) Reset

func (m *WatchProbingConfigRequest) Reset()

func (*WatchProbingConfigRequest) SetFieldMask

func (*WatchProbingConfigRequest) SetName

func (*WatchProbingConfigRequest) SetView

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

func (*WatchProbingConfigRequest) String

func (m *WatchProbingConfigRequest) String() string

func (*WatchProbingConfigRequest) Unmarshal

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

func (*WatchProbingConfigRequest) UnmarshalJSON

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

type WatchProbingConfigRequestFieldPathBuilder

type WatchProbingConfigRequestFieldPathBuilder struct{}

func NewWatchProbingConfigRequestFieldPathBuilder

func NewWatchProbingConfigRequestFieldPathBuilder() WatchProbingConfigRequestFieldPathBuilder

func (WatchProbingConfigRequestFieldPathBuilder) FieldMask

func (WatchProbingConfigRequestFieldPathBuilder) Name

func (WatchProbingConfigRequestFieldPathBuilder) View

type WatchProbingConfigRequestPathSelectorFieldMask

type WatchProbingConfigRequestPathSelectorFieldMask struct{}

func (WatchProbingConfigRequestPathSelectorFieldMask) FieldPath

type WatchProbingConfigRequestPathSelectorName

type WatchProbingConfigRequestPathSelectorName struct{}

func (WatchProbingConfigRequestPathSelectorName) FieldPath

func (WatchProbingConfigRequestPathSelectorName) WithArrayOfValues

func (WatchProbingConfigRequestPathSelectorName) WithValue

type WatchProbingConfigRequestPathSelectorView

type WatchProbingConfigRequestPathSelectorView struct{}

func (WatchProbingConfigRequestPathSelectorView) FieldPath

func (WatchProbingConfigRequestPathSelectorView) WithArrayOfValues

func (WatchProbingConfigRequestPathSelectorView) WithValue

type WatchProbingConfigRequest_FieldMask

type WatchProbingConfigRequest_FieldMask struct {
	Paths []WatchProbingConfigRequest_FieldPath
}

func FullWatchProbingConfigRequest_FieldMask

func FullWatchProbingConfigRequest_FieldMask() *WatchProbingConfigRequest_FieldMask

func (*WatchProbingConfigRequest_FieldMask) AppendPath

func (*WatchProbingConfigRequest_FieldMask) AppendRawPath

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

func (*WatchProbingConfigRequest_FieldMask) DecodeFirestore

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

func (*WatchProbingConfigRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchProbingConfigRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchProbingConfigRequest_FieldMask) FromProtoFieldMask

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

func (*WatchProbingConfigRequest_FieldMask) GetPaths

func (*WatchProbingConfigRequest_FieldMask) GetRawPaths

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

func (*WatchProbingConfigRequest_FieldMask) IsFull

func (fieldMask *WatchProbingConfigRequest_FieldMask) IsFull() bool

func (WatchProbingConfigRequest_FieldMask) Marshal

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

implement methods required by customType

func (WatchProbingConfigRequest_FieldMask) MarshalJSON

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

func (*WatchProbingConfigRequest_FieldMask) PathsCount

func (fieldMask *WatchProbingConfigRequest_FieldMask) PathsCount() int

func (*WatchProbingConfigRequest_FieldMask) Project

func (*WatchProbingConfigRequest_FieldMask) ProjectRaw

func (*WatchProbingConfigRequest_FieldMask) ProtoMessage

func (fieldMask *WatchProbingConfigRequest_FieldMask) ProtoMessage()

func (*WatchProbingConfigRequest_FieldMask) ProtoReflect

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

func (*WatchProbingConfigRequest_FieldMask) Reset

func (fieldMask *WatchProbingConfigRequest_FieldMask) Reset()

func (*WatchProbingConfigRequest_FieldMask) Set

func (fieldMask *WatchProbingConfigRequest_FieldMask) Set(target, source *WatchProbingConfigRequest)

func (*WatchProbingConfigRequest_FieldMask) SetFromCliFlag

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

func (*WatchProbingConfigRequest_FieldMask) SetRaw

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

func (*WatchProbingConfigRequest_FieldMask) Size

func (fieldMask *WatchProbingConfigRequest_FieldMask) Size() int

func (*WatchProbingConfigRequest_FieldMask) String

func (fieldMask *WatchProbingConfigRequest_FieldMask) String() string

func (*WatchProbingConfigRequest_FieldMask) Subtract

func (*WatchProbingConfigRequest_FieldMask) SubtractRaw

func (*WatchProbingConfigRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchProbingConfigRequest_FieldMask) Unmarshal

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

func (*WatchProbingConfigRequest_FieldMask) UnmarshalJSON

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

type WatchProbingConfigRequest_FieldPath

type WatchProbingConfigRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchProbingConfigRequest_FieldPathSelector
	Get(source *WatchProbingConfigRequest) []interface{}
	GetSingle(source *WatchProbingConfigRequest) (interface{}, bool)
	ClearValue(item *WatchProbingConfigRequest)

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

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

func MustParseWatchProbingConfigRequest_FieldPath

func MustParseWatchProbingConfigRequest_FieldPath(rawField string) WatchProbingConfigRequest_FieldPath

func ParseWatchProbingConfigRequest_FieldPath

func ParseWatchProbingConfigRequest_FieldPath(rawField string) (WatchProbingConfigRequest_FieldPath, error)

type WatchProbingConfigRequest_FieldPathArrayItemValue

type WatchProbingConfigRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchProbingConfigRequest_FieldPath
	ContainsValue(*WatchProbingConfigRequest) bool
}

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

func MustParseWatchProbingConfigRequest_FieldPathArrayItemValue

func MustParseWatchProbingConfigRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchProbingConfigRequest_FieldPathArrayItemValue

func ParseWatchProbingConfigRequest_FieldPathArrayItemValue

func ParseWatchProbingConfigRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchProbingConfigRequest_FieldPathArrayItemValue, error)

ParseWatchProbingConfigRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchProbingConfigRequest_FieldPathArrayOfValues

type WatchProbingConfigRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchProbingConfigRequest_FieldPath
}

WatchProbingConfigRequest_FieldPathArrayOfValues allows storing slice of values for WatchProbingConfigRequest fields according to their type

func MustParseWatchProbingConfigRequest_FieldPathArrayOfValues

func MustParseWatchProbingConfigRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchProbingConfigRequest_FieldPathArrayOfValues

func ParseWatchProbingConfigRequest_FieldPathArrayOfValues

func ParseWatchProbingConfigRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchProbingConfigRequest_FieldPathArrayOfValues, error)

type WatchProbingConfigRequest_FieldPathSelector

type WatchProbingConfigRequest_FieldPathSelector int32
const (
	WatchProbingConfigRequest_FieldPathSelectorName      WatchProbingConfigRequest_FieldPathSelector = 0
	WatchProbingConfigRequest_FieldPathSelectorFieldMask WatchProbingConfigRequest_FieldPathSelector = 1
	WatchProbingConfigRequest_FieldPathSelectorView      WatchProbingConfigRequest_FieldPathSelector = 2
)

func (WatchProbingConfigRequest_FieldPathSelector) String

type WatchProbingConfigRequest_FieldPathValue

type WatchProbingConfigRequest_FieldPathValue interface {
	WatchProbingConfigRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchProbingConfigRequest)
	CompareWith(*WatchProbingConfigRequest) (cmp int, comparable bool)
}

WatchProbingConfigRequest_FieldPathValue allows storing values for WatchProbingConfigRequest fields according to their type

func MustParseWatchProbingConfigRequest_FieldPathValue

func MustParseWatchProbingConfigRequest_FieldPathValue(pathStr, valueStr string) WatchProbingConfigRequest_FieldPathValue

func ParseWatchProbingConfigRequest_FieldPathValue

func ParseWatchProbingConfigRequest_FieldPathValue(pathStr, valueStr string) (WatchProbingConfigRequest_FieldPathValue, error)

type WatchProbingConfigRequest_FieldTerminalPath

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

func (*WatchProbingConfigRequest_FieldTerminalPath) ClearValue

func (*WatchProbingConfigRequest_FieldTerminalPath) ClearValueRaw

func (*WatchProbingConfigRequest_FieldTerminalPath) Get

func (fp *WatchProbingConfigRequest_FieldTerminalPath) Get(source *WatchProbingConfigRequest) (values []interface{})

Get returns all values pointed by specific field from source WatchProbingConfigRequest

func (*WatchProbingConfigRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchProbingConfigRequest_FieldTerminalPath) GetRaw

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

func (*WatchProbingConfigRequest_FieldTerminalPath) GetSingle

func (fp *WatchProbingConfigRequest_FieldTerminalPath) GetSingle(source *WatchProbingConfigRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchProbingConfigRequest

func (*WatchProbingConfigRequest_FieldTerminalPath) GetSingleRaw

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

func (*WatchProbingConfigRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchProbingConfigRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchProbingConfigRequest_FieldTerminalPath) Selector

func (*WatchProbingConfigRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*WatchProbingConfigRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchProbingConfigRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchProbingConfigRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchProbingConfigRequest_FieldTerminalPath) WithIValue

func (*WatchProbingConfigRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchProbingConfigRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchProbingConfigRequest_FieldTerminalPath) WithRawIValue

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

type WatchProbingConfigRequest_FieldTerminalPathArrayItemValue

type WatchProbingConfigRequest_FieldTerminalPathArrayItemValue struct {
	WatchProbingConfigRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbingConfigRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchProbingConfigRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchProbingConfigRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchProbingConfigRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchProbingConfigRequest_FieldTerminalPathArrayOfValues

type WatchProbingConfigRequest_FieldTerminalPathArrayOfValues struct {
	WatchProbingConfigRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbingConfigRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*WatchProbingConfigRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*WatchProbingConfigRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*WatchProbingConfigRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchProbingConfigRequest_FieldTerminalPathValue

type WatchProbingConfigRequest_FieldTerminalPathValue struct {
	WatchProbingConfigRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbingConfigRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchProbingConfigRequest_FieldTerminalPathValue) AsNameValue

func (*WatchProbingConfigRequest_FieldTerminalPathValue) AsViewValue

func (*WatchProbingConfigRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchProbingConfigRequest_FieldTerminalPathValue' with the value under path in 'WatchProbingConfigRequest'.

func (*WatchProbingConfigRequest_FieldTerminalPathValue) CompareWithRaw

func (*WatchProbingConfigRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchProbingConfigRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchProbingConfigRequest

func (*WatchProbingConfigRequest_FieldTerminalPathValue) SetToRaw

type WatchProbingConfigResponse

type WatchProbingConfigResponse struct {
	Change *probing_config.ProbingConfigChange `protobuf:"bytes,1,opt,name=change,proto3" json:"change,omitempty" firestore:"change"`
	// contains filtered or unexported fields
}

WatchProbingConfigResponse

func (*WatchProbingConfigResponse) Clone

func (*WatchProbingConfigResponse) CloneRaw

func (*WatchProbingConfigResponse) Descriptor

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

Deprecated, Use WatchProbingConfigResponse.ProtoReflect.Descriptor instead.

func (*WatchProbingConfigResponse) GetChange

func (*WatchProbingConfigResponse) GotenMessage

func (*WatchProbingConfigResponse) GotenMessage()

func (*WatchProbingConfigResponse) GotenObjectExt

func (o *WatchProbingConfigResponse) GotenObjectExt()

func (*WatchProbingConfigResponse) GotenValidate

func (obj *WatchProbingConfigResponse) GotenValidate() error

func (*WatchProbingConfigResponse) MakeDiffFieldMask

func (*WatchProbingConfigResponse) MakeFullFieldMask

func (*WatchProbingConfigResponse) MakeRawDiffFieldMask

func (*WatchProbingConfigResponse) MakeRawFullFieldMask

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

func (*WatchProbingConfigResponse) Marshal

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

func (*WatchProbingConfigResponse) MarshalJSON

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

func (*WatchProbingConfigResponse) Merge

func (*WatchProbingConfigResponse) MergeRaw

func (*WatchProbingConfigResponse) ProtoMessage

func (*WatchProbingConfigResponse) ProtoMessage()

func (*WatchProbingConfigResponse) ProtoReflect

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

func (*WatchProbingConfigResponse) Reset

func (m *WatchProbingConfigResponse) Reset()

func (*WatchProbingConfigResponse) SetChange

func (*WatchProbingConfigResponse) String

func (m *WatchProbingConfigResponse) String() string

func (*WatchProbingConfigResponse) Unmarshal

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

func (*WatchProbingConfigResponse) UnmarshalJSON

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

type WatchProbingConfigResponseFieldPathBuilder

type WatchProbingConfigResponseFieldPathBuilder struct{}

func NewWatchProbingConfigResponseFieldPathBuilder

func NewWatchProbingConfigResponseFieldPathBuilder() WatchProbingConfigResponseFieldPathBuilder

func (WatchProbingConfigResponseFieldPathBuilder) Change

type WatchProbingConfigResponsePathSelectorChange

type WatchProbingConfigResponsePathSelectorChange struct{}

func (WatchProbingConfigResponsePathSelectorChange) FieldPath

type WatchProbingConfigResponse_FieldMask

type WatchProbingConfigResponse_FieldMask struct {
	Paths []WatchProbingConfigResponse_FieldPath
}

func FullWatchProbingConfigResponse_FieldMask

func FullWatchProbingConfigResponse_FieldMask() *WatchProbingConfigResponse_FieldMask

func (*WatchProbingConfigResponse_FieldMask) AppendPath

func (*WatchProbingConfigResponse_FieldMask) AppendRawPath

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

func (*WatchProbingConfigResponse_FieldMask) DecodeFirestore

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

func (*WatchProbingConfigResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchProbingConfigResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchProbingConfigResponse_FieldMask) FromProtoFieldMask

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

func (*WatchProbingConfigResponse_FieldMask) GetPaths

func (*WatchProbingConfigResponse_FieldMask) GetRawPaths

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

func (*WatchProbingConfigResponse_FieldMask) IsFull

func (fieldMask *WatchProbingConfigResponse_FieldMask) IsFull() bool

func (WatchProbingConfigResponse_FieldMask) Marshal

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

implement methods required by customType

func (WatchProbingConfigResponse_FieldMask) MarshalJSON

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

func (*WatchProbingConfigResponse_FieldMask) PathsCount

func (fieldMask *WatchProbingConfigResponse_FieldMask) PathsCount() int

func (*WatchProbingConfigResponse_FieldMask) Project

func (*WatchProbingConfigResponse_FieldMask) ProjectRaw

func (*WatchProbingConfigResponse_FieldMask) ProtoMessage

func (fieldMask *WatchProbingConfigResponse_FieldMask) ProtoMessage()

func (*WatchProbingConfigResponse_FieldMask) ProtoReflect

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

func (*WatchProbingConfigResponse_FieldMask) Reset

func (fieldMask *WatchProbingConfigResponse_FieldMask) Reset()

func (*WatchProbingConfigResponse_FieldMask) Set

func (fieldMask *WatchProbingConfigResponse_FieldMask) Set(target, source *WatchProbingConfigResponse)

func (*WatchProbingConfigResponse_FieldMask) SetFromCliFlag

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

func (*WatchProbingConfigResponse_FieldMask) SetRaw

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

func (*WatchProbingConfigResponse_FieldMask) Size

func (fieldMask *WatchProbingConfigResponse_FieldMask) Size() int

func (*WatchProbingConfigResponse_FieldMask) String

func (fieldMask *WatchProbingConfigResponse_FieldMask) String() string

func (*WatchProbingConfigResponse_FieldMask) Subtract

func (*WatchProbingConfigResponse_FieldMask) SubtractRaw

func (*WatchProbingConfigResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchProbingConfigResponse_FieldMask) Unmarshal

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

func (*WatchProbingConfigResponse_FieldMask) UnmarshalJSON

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

type WatchProbingConfigResponse_FieldPath

type WatchProbingConfigResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchProbingConfigResponse_FieldPathSelector
	Get(source *WatchProbingConfigResponse) []interface{}
	GetSingle(source *WatchProbingConfigResponse) (interface{}, bool)
	ClearValue(item *WatchProbingConfigResponse)

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

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

func MustParseWatchProbingConfigResponse_FieldPath

func MustParseWatchProbingConfigResponse_FieldPath(rawField string) WatchProbingConfigResponse_FieldPath

func ParseWatchProbingConfigResponse_FieldPath

func ParseWatchProbingConfigResponse_FieldPath(rawField string) (WatchProbingConfigResponse_FieldPath, error)

type WatchProbingConfigResponse_FieldPathArrayItemValue

type WatchProbingConfigResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchProbingConfigResponse_FieldPath
	ContainsValue(*WatchProbingConfigResponse) bool
}

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

func MustParseWatchProbingConfigResponse_FieldPathArrayItemValue

func MustParseWatchProbingConfigResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchProbingConfigResponse_FieldPathArrayItemValue

func ParseWatchProbingConfigResponse_FieldPathArrayItemValue

func ParseWatchProbingConfigResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchProbingConfigResponse_FieldPathArrayItemValue, error)

ParseWatchProbingConfigResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchProbingConfigResponse_FieldPathArrayOfValues

type WatchProbingConfigResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchProbingConfigResponse_FieldPath
}

WatchProbingConfigResponse_FieldPathArrayOfValues allows storing slice of values for WatchProbingConfigResponse fields according to their type

func MustParseWatchProbingConfigResponse_FieldPathArrayOfValues

func MustParseWatchProbingConfigResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchProbingConfigResponse_FieldPathArrayOfValues

func ParseWatchProbingConfigResponse_FieldPathArrayOfValues

func ParseWatchProbingConfigResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchProbingConfigResponse_FieldPathArrayOfValues, error)

type WatchProbingConfigResponse_FieldPathSelector

type WatchProbingConfigResponse_FieldPathSelector int32
const (
	WatchProbingConfigResponse_FieldPathSelectorChange WatchProbingConfigResponse_FieldPathSelector = 0
)

func (WatchProbingConfigResponse_FieldPathSelector) String

type WatchProbingConfigResponse_FieldPathValue

type WatchProbingConfigResponse_FieldPathValue interface {
	WatchProbingConfigResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchProbingConfigResponse)
	CompareWith(*WatchProbingConfigResponse) (cmp int, comparable bool)
}

WatchProbingConfigResponse_FieldPathValue allows storing values for WatchProbingConfigResponse fields according to their type

func MustParseWatchProbingConfigResponse_FieldPathValue

func MustParseWatchProbingConfigResponse_FieldPathValue(pathStr, valueStr string) WatchProbingConfigResponse_FieldPathValue

func ParseWatchProbingConfigResponse_FieldPathValue

func ParseWatchProbingConfigResponse_FieldPathValue(pathStr, valueStr string) (WatchProbingConfigResponse_FieldPathValue, error)

type WatchProbingConfigResponse_FieldTerminalPath

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

func (*WatchProbingConfigResponse_FieldTerminalPath) ClearValue

func (*WatchProbingConfigResponse_FieldTerminalPath) ClearValueRaw

func (*WatchProbingConfigResponse_FieldTerminalPath) Get

func (fp *WatchProbingConfigResponse_FieldTerminalPath) Get(source *WatchProbingConfigResponse) (values []interface{})

Get returns all values pointed by specific field from source WatchProbingConfigResponse

func (*WatchProbingConfigResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchProbingConfigResponse_FieldTerminalPath) GetRaw

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

func (*WatchProbingConfigResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchProbingConfigResponse

func (*WatchProbingConfigResponse_FieldTerminalPath) GetSingleRaw

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

func (*WatchProbingConfigResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchProbingConfigResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchProbingConfigResponse_FieldTerminalPath) Selector

func (*WatchProbingConfigResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*WatchProbingConfigResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchProbingConfigResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchProbingConfigResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchProbingConfigResponse_FieldTerminalPath) WithIValue

func (*WatchProbingConfigResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchProbingConfigResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchProbingConfigResponse_FieldTerminalPath) WithRawIValue

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

type WatchProbingConfigResponse_FieldTerminalPathArrayItemValue

type WatchProbingConfigResponse_FieldTerminalPathArrayItemValue struct {
	WatchProbingConfigResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbingConfigResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchProbingConfigResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchProbingConfigResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchProbingConfigResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchProbingConfigResponse_FieldTerminalPathArrayOfValues

type WatchProbingConfigResponse_FieldTerminalPathArrayOfValues struct {
	WatchProbingConfigResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbingConfigResponse_FieldTerminalPathArrayOfValues) AsChangeArrayOfValues

func (*WatchProbingConfigResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchProbingConfigResponse_FieldTerminalPathValue

type WatchProbingConfigResponse_FieldTerminalPathValue struct {
	WatchProbingConfigResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbingConfigResponse_FieldTerminalPathValue) AsChangeValue

func (*WatchProbingConfigResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchProbingConfigResponse_FieldTerminalPathValue' with the value under path in 'WatchProbingConfigResponse'.

func (*WatchProbingConfigResponse_FieldTerminalPathValue) CompareWithRaw

func (*WatchProbingConfigResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchProbingConfigResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchProbingConfigResponse

func (*WatchProbingConfigResponse_FieldTerminalPathValue) SetToRaw

type WatchProbingConfigsClientStream

type WatchProbingConfigsClientStream interface {
	Recv() (*WatchProbingConfigsResponse, error)
	grpc.ClientStream
}

type WatchProbingConfigsDescriptor added in v0.4.26

type WatchProbingConfigsDescriptor struct{}

func GetWatchProbingConfigsDescriptor added in v0.4.26

func GetWatchProbingConfigsDescriptor() *WatchProbingConfigsDescriptor

func (*WatchProbingConfigsDescriptor) GetApiDescriptor added in v0.4.26

func (*WatchProbingConfigsDescriptor) GetApiName added in v0.4.26

func (d *WatchProbingConfigsDescriptor) GetApiName() string

func (*WatchProbingConfigsDescriptor) GetClientMsgReflectHandle added in v0.4.26

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

func (*WatchProbingConfigsDescriptor) GetFullMethodName added in v0.4.26

func (d *WatchProbingConfigsDescriptor) GetFullMethodName() string

func (*WatchProbingConfigsDescriptor) GetMethodName added in v0.4.26

func (d *WatchProbingConfigsDescriptor) GetMethodName() string

func (*WatchProbingConfigsDescriptor) GetProtoPkgName added in v0.4.26

func (d *WatchProbingConfigsDescriptor) GetProtoPkgName() string

func (*WatchProbingConfigsDescriptor) GetResourceDescriptor added in v0.4.27

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

func (*WatchProbingConfigsDescriptor) GetServerMsgReflectHandle added in v0.4.26

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

func (*WatchProbingConfigsDescriptor) GetServiceDomain added in v0.4.26

func (d *WatchProbingConfigsDescriptor) GetServiceDomain() string

func (*WatchProbingConfigsDescriptor) GetServiceVersion added in v0.4.26

func (d *WatchProbingConfigsDescriptor) GetServiceVersion() string

func (*WatchProbingConfigsDescriptor) GetVerb added in v0.4.26

func (*WatchProbingConfigsDescriptor) HasResource added in v0.4.27

func (d *WatchProbingConfigsDescriptor) HasResource() bool

func (*WatchProbingConfigsDescriptor) IsClientStream added in v0.4.26

func (d *WatchProbingConfigsDescriptor) IsClientStream() bool

func (*WatchProbingConfigsDescriptor) IsCollection added in v0.4.27

func (d *WatchProbingConfigsDescriptor) IsCollection() bool

func (*WatchProbingConfigsDescriptor) IsPlural added in v0.4.27

func (d *WatchProbingConfigsDescriptor) IsPlural() bool

func (*WatchProbingConfigsDescriptor) IsServerStream added in v0.4.26

func (d *WatchProbingConfigsDescriptor) IsServerStream() bool

func (*WatchProbingConfigsDescriptor) IsUnary added in v0.4.26

func (d *WatchProbingConfigsDescriptor) IsUnary() bool

func (*WatchProbingConfigsDescriptor) NewEmptyClientMsg added in v0.4.26

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

func (*WatchProbingConfigsDescriptor) NewEmptyServerMsg added in v0.4.26

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

func (*WatchProbingConfigsDescriptor) RequestHasResourceBody added in v0.4.26

func (d *WatchProbingConfigsDescriptor) RequestHasResourceBody() bool

type WatchProbingConfigsDescriptorClientMsgHandle added in v0.4.26

type WatchProbingConfigsDescriptorClientMsgHandle struct{}

func (*WatchProbingConfigsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

func (*WatchProbingConfigsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*WatchProbingConfigsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type WatchProbingConfigsDescriptorServerMsgHandle added in v0.4.26

type WatchProbingConfigsDescriptorServerMsgHandle struct{}

func (*WatchProbingConfigsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

func (*WatchProbingConfigsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*WatchProbingConfigsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

type WatchProbingConfigsRequest

type WatchProbingConfigsRequest 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.ProbingConfig
	Parent *probing_config.ParentReference `protobuf:"bytes,1,opt,customtype=ParentReference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer ProbingConfigs 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 *probing_config.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 *probing_config.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 *probing_config.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 ProbingConfig that don't
	// affect any of masked fields won't be sent back.
	FieldMask *probing_config.ProbingConfig_FieldMask `` /* 145-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
	// ProbingConfig 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 [WatchProbingConfigs][ntt.watchdog.v1alpha2.WatchProbingConfigs]

func (*WatchProbingConfigsRequest) Clone

func (*WatchProbingConfigsRequest) CloneRaw

func (*WatchProbingConfigsRequest) Descriptor

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

Deprecated, Use WatchProbingConfigsRequest.ProtoReflect.Descriptor instead.

func (*WatchProbingConfigsRequest) GetFieldMask

func (*WatchProbingConfigsRequest) GetFilter

func (*WatchProbingConfigsRequest) GetMaxChunkSize

func (m *WatchProbingConfigsRequest) GetMaxChunkSize() int32

func (*WatchProbingConfigsRequest) GetOrderBy

func (*WatchProbingConfigsRequest) GetPageSize

func (m *WatchProbingConfigsRequest) GetPageSize() int32

func (*WatchProbingConfigsRequest) GetPageToken

func (*WatchProbingConfigsRequest) GetParent

func (*WatchProbingConfigsRequest) GetResumeToken

func (m *WatchProbingConfigsRequest) GetResumeToken() string

func (*WatchProbingConfigsRequest) GetStartingTime added in v0.7.13

func (m *WatchProbingConfigsRequest) GetStartingTime() *timestamp.Timestamp

func (*WatchProbingConfigsRequest) GetType

func (*WatchProbingConfigsRequest) GetView

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

func (*WatchProbingConfigsRequest) GotenMessage

func (*WatchProbingConfigsRequest) GotenMessage()

func (*WatchProbingConfigsRequest) GotenObjectExt

func (o *WatchProbingConfigsRequest) GotenObjectExt()

func (*WatchProbingConfigsRequest) GotenValidate

func (obj *WatchProbingConfigsRequest) GotenValidate() error

func (*WatchProbingConfigsRequest) MakeDiffFieldMask

func (*WatchProbingConfigsRequest) MakeFullFieldMask

func (*WatchProbingConfigsRequest) MakeRawDiffFieldMask

func (*WatchProbingConfigsRequest) MakeRawFullFieldMask

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

func (*WatchProbingConfigsRequest) Marshal

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

func (*WatchProbingConfigsRequest) MarshalJSON

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

func (*WatchProbingConfigsRequest) Merge

func (*WatchProbingConfigsRequest) MergeRaw

func (*WatchProbingConfigsRequest) ProtoMessage

func (*WatchProbingConfigsRequest) ProtoMessage()

func (*WatchProbingConfigsRequest) ProtoReflect

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

func (*WatchProbingConfigsRequest) Reset

func (m *WatchProbingConfigsRequest) Reset()

func (*WatchProbingConfigsRequest) SetFieldMask

func (*WatchProbingConfigsRequest) SetFilter

func (*WatchProbingConfigsRequest) SetMaxChunkSize

func (m *WatchProbingConfigsRequest) SetMaxChunkSize(fv int32)

func (*WatchProbingConfigsRequest) SetOrderBy

func (*WatchProbingConfigsRequest) SetPageSize

func (m *WatchProbingConfigsRequest) SetPageSize(fv int32)

func (*WatchProbingConfigsRequest) SetPageToken

func (*WatchProbingConfigsRequest) SetParent

func (*WatchProbingConfigsRequest) SetResumeToken

func (m *WatchProbingConfigsRequest) SetResumeToken(fv string)

func (*WatchProbingConfigsRequest) SetStartingTime added in v0.7.13

func (m *WatchProbingConfigsRequest) SetStartingTime(fv *timestamp.Timestamp)

func (*WatchProbingConfigsRequest) SetType

func (*WatchProbingConfigsRequest) SetView

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

func (*WatchProbingConfigsRequest) String

func (m *WatchProbingConfigsRequest) String() string

func (*WatchProbingConfigsRequest) Unmarshal

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

func (*WatchProbingConfigsRequest) UnmarshalJSON

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

type WatchProbingConfigsRequestFieldPathBuilder

type WatchProbingConfigsRequestFieldPathBuilder struct{}

func NewWatchProbingConfigsRequestFieldPathBuilder

func NewWatchProbingConfigsRequestFieldPathBuilder() WatchProbingConfigsRequestFieldPathBuilder

func (WatchProbingConfigsRequestFieldPathBuilder) FieldMask

func (WatchProbingConfigsRequestFieldPathBuilder) Filter

func (WatchProbingConfigsRequestFieldPathBuilder) MaxChunkSize

func (WatchProbingConfigsRequestFieldPathBuilder) OrderBy

func (WatchProbingConfigsRequestFieldPathBuilder) PageSize

func (WatchProbingConfigsRequestFieldPathBuilder) PageToken

func (WatchProbingConfigsRequestFieldPathBuilder) Parent

func (WatchProbingConfigsRequestFieldPathBuilder) ResumeToken

func (WatchProbingConfigsRequestFieldPathBuilder) StartingTime added in v0.7.13

func (WatchProbingConfigsRequestFieldPathBuilder) Type

func (WatchProbingConfigsRequestFieldPathBuilder) View

type WatchProbingConfigsRequestPathSelectorFieldMask

type WatchProbingConfigsRequestPathSelectorFieldMask struct{}

func (WatchProbingConfigsRequestPathSelectorFieldMask) FieldPath

type WatchProbingConfigsRequestPathSelectorFilter

type WatchProbingConfigsRequestPathSelectorFilter struct{}

func (WatchProbingConfigsRequestPathSelectorFilter) FieldPath

func (WatchProbingConfigsRequestPathSelectorFilter) WithArrayOfValues

func (WatchProbingConfigsRequestPathSelectorFilter) WithValue

type WatchProbingConfigsRequestPathSelectorMaxChunkSize

type WatchProbingConfigsRequestPathSelectorMaxChunkSize struct{}

func (WatchProbingConfigsRequestPathSelectorMaxChunkSize) FieldPath

func (WatchProbingConfigsRequestPathSelectorMaxChunkSize) WithArrayOfValues

func (WatchProbingConfigsRequestPathSelectorMaxChunkSize) WithValue

type WatchProbingConfigsRequestPathSelectorOrderBy

type WatchProbingConfigsRequestPathSelectorOrderBy struct{}

func (WatchProbingConfigsRequestPathSelectorOrderBy) FieldPath

func (WatchProbingConfigsRequestPathSelectorOrderBy) WithArrayOfValues

func (WatchProbingConfigsRequestPathSelectorOrderBy) WithValue

type WatchProbingConfigsRequestPathSelectorPageSize

type WatchProbingConfigsRequestPathSelectorPageSize struct{}

func (WatchProbingConfigsRequestPathSelectorPageSize) FieldPath

func (WatchProbingConfigsRequestPathSelectorPageSize) WithArrayOfValues

func (WatchProbingConfigsRequestPathSelectorPageSize) WithValue

type WatchProbingConfigsRequestPathSelectorPageToken

type WatchProbingConfigsRequestPathSelectorPageToken struct{}

func (WatchProbingConfigsRequestPathSelectorPageToken) FieldPath

func (WatchProbingConfigsRequestPathSelectorPageToken) WithArrayOfValues

func (WatchProbingConfigsRequestPathSelectorPageToken) WithValue

type WatchProbingConfigsRequestPathSelectorParent

type WatchProbingConfigsRequestPathSelectorParent struct{}

func (WatchProbingConfigsRequestPathSelectorParent) FieldPath

type WatchProbingConfigsRequestPathSelectorResumeToken

type WatchProbingConfigsRequestPathSelectorResumeToken struct{}

func (WatchProbingConfigsRequestPathSelectorResumeToken) FieldPath

func (WatchProbingConfigsRequestPathSelectorResumeToken) WithArrayOfValues

func (WatchProbingConfigsRequestPathSelectorResumeToken) WithValue

type WatchProbingConfigsRequestPathSelectorStartingTime added in v0.7.13

type WatchProbingConfigsRequestPathSelectorStartingTime struct{}

func (WatchProbingConfigsRequestPathSelectorStartingTime) FieldPath added in v0.7.13

func (WatchProbingConfigsRequestPathSelectorStartingTime) WithArrayOfValues added in v0.7.13

func (WatchProbingConfigsRequestPathSelectorStartingTime) WithValue added in v0.7.13

type WatchProbingConfigsRequestPathSelectorType

type WatchProbingConfigsRequestPathSelectorType struct{}

func (WatchProbingConfigsRequestPathSelectorType) FieldPath

func (WatchProbingConfigsRequestPathSelectorType) WithArrayOfValues

func (WatchProbingConfigsRequestPathSelectorType) WithValue

type WatchProbingConfigsRequestPathSelectorView

type WatchProbingConfigsRequestPathSelectorView struct{}

func (WatchProbingConfigsRequestPathSelectorView) FieldPath

func (WatchProbingConfigsRequestPathSelectorView) WithArrayOfValues

func (WatchProbingConfigsRequestPathSelectorView) WithValue

type WatchProbingConfigsRequest_FieldMask

type WatchProbingConfigsRequest_FieldMask struct {
	Paths []WatchProbingConfigsRequest_FieldPath
}

func FullWatchProbingConfigsRequest_FieldMask

func FullWatchProbingConfigsRequest_FieldMask() *WatchProbingConfigsRequest_FieldMask

func (*WatchProbingConfigsRequest_FieldMask) AppendPath

func (*WatchProbingConfigsRequest_FieldMask) AppendRawPath

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

func (*WatchProbingConfigsRequest_FieldMask) DecodeFirestore

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

func (*WatchProbingConfigsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchProbingConfigsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchProbingConfigsRequest_FieldMask) FromProtoFieldMask

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

func (*WatchProbingConfigsRequest_FieldMask) GetPaths

func (*WatchProbingConfigsRequest_FieldMask) GetRawPaths

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

func (*WatchProbingConfigsRequest_FieldMask) IsFull

func (fieldMask *WatchProbingConfigsRequest_FieldMask) IsFull() bool

func (WatchProbingConfigsRequest_FieldMask) Marshal

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

implement methods required by customType

func (WatchProbingConfigsRequest_FieldMask) MarshalJSON

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

func (*WatchProbingConfigsRequest_FieldMask) PathsCount

func (fieldMask *WatchProbingConfigsRequest_FieldMask) PathsCount() int

func (*WatchProbingConfigsRequest_FieldMask) Project

func (*WatchProbingConfigsRequest_FieldMask) ProjectRaw

func (*WatchProbingConfigsRequest_FieldMask) ProtoMessage

func (fieldMask *WatchProbingConfigsRequest_FieldMask) ProtoMessage()

func (*WatchProbingConfigsRequest_FieldMask) ProtoReflect

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

func (*WatchProbingConfigsRequest_FieldMask) Reset

func (fieldMask *WatchProbingConfigsRequest_FieldMask) Reset()

func (*WatchProbingConfigsRequest_FieldMask) Set

func (fieldMask *WatchProbingConfigsRequest_FieldMask) Set(target, source *WatchProbingConfigsRequest)

func (*WatchProbingConfigsRequest_FieldMask) SetFromCliFlag

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

func (*WatchProbingConfigsRequest_FieldMask) SetRaw

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

func (*WatchProbingConfigsRequest_FieldMask) Size

func (fieldMask *WatchProbingConfigsRequest_FieldMask) Size() int

func (*WatchProbingConfigsRequest_FieldMask) String

func (fieldMask *WatchProbingConfigsRequest_FieldMask) String() string

func (*WatchProbingConfigsRequest_FieldMask) Subtract

func (*WatchProbingConfigsRequest_FieldMask) SubtractRaw

func (*WatchProbingConfigsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchProbingConfigsRequest_FieldMask) Unmarshal

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

func (*WatchProbingConfigsRequest_FieldMask) UnmarshalJSON

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

type WatchProbingConfigsRequest_FieldPath

type WatchProbingConfigsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchProbingConfigsRequest_FieldPathSelector
	Get(source *WatchProbingConfigsRequest) []interface{}
	GetSingle(source *WatchProbingConfigsRequest) (interface{}, bool)
	ClearValue(item *WatchProbingConfigsRequest)

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

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

func MustParseWatchProbingConfigsRequest_FieldPath

func MustParseWatchProbingConfigsRequest_FieldPath(rawField string) WatchProbingConfigsRequest_FieldPath

func ParseWatchProbingConfigsRequest_FieldPath

func ParseWatchProbingConfigsRequest_FieldPath(rawField string) (WatchProbingConfigsRequest_FieldPath, error)

type WatchProbingConfigsRequest_FieldPathArrayItemValue

type WatchProbingConfigsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchProbingConfigsRequest_FieldPath
	ContainsValue(*WatchProbingConfigsRequest) bool
}

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

func MustParseWatchProbingConfigsRequest_FieldPathArrayItemValue

func MustParseWatchProbingConfigsRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchProbingConfigsRequest_FieldPathArrayItemValue

func ParseWatchProbingConfigsRequest_FieldPathArrayItemValue

func ParseWatchProbingConfigsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchProbingConfigsRequest_FieldPathArrayItemValue, error)

ParseWatchProbingConfigsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchProbingConfigsRequest_FieldPathArrayOfValues

type WatchProbingConfigsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchProbingConfigsRequest_FieldPath
}

WatchProbingConfigsRequest_FieldPathArrayOfValues allows storing slice of values for WatchProbingConfigsRequest fields according to their type

func MustParseWatchProbingConfigsRequest_FieldPathArrayOfValues

func MustParseWatchProbingConfigsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchProbingConfigsRequest_FieldPathArrayOfValues

func ParseWatchProbingConfigsRequest_FieldPathArrayOfValues

func ParseWatchProbingConfigsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchProbingConfigsRequest_FieldPathArrayOfValues, error)

type WatchProbingConfigsRequest_FieldPathSelector

type WatchProbingConfigsRequest_FieldPathSelector int32
const (
	WatchProbingConfigsRequest_FieldPathSelectorType         WatchProbingConfigsRequest_FieldPathSelector = 0
	WatchProbingConfigsRequest_FieldPathSelectorParent       WatchProbingConfigsRequest_FieldPathSelector = 1
	WatchProbingConfigsRequest_FieldPathSelectorPageSize     WatchProbingConfigsRequest_FieldPathSelector = 2
	WatchProbingConfigsRequest_FieldPathSelectorPageToken    WatchProbingConfigsRequest_FieldPathSelector = 3
	WatchProbingConfigsRequest_FieldPathSelectorOrderBy      WatchProbingConfigsRequest_FieldPathSelector = 4
	WatchProbingConfigsRequest_FieldPathSelectorResumeToken  WatchProbingConfigsRequest_FieldPathSelector = 5
	WatchProbingConfigsRequest_FieldPathSelectorStartingTime WatchProbingConfigsRequest_FieldPathSelector = 6
	WatchProbingConfigsRequest_FieldPathSelectorFilter       WatchProbingConfigsRequest_FieldPathSelector = 7
	WatchProbingConfigsRequest_FieldPathSelectorFieldMask    WatchProbingConfigsRequest_FieldPathSelector = 8
	WatchProbingConfigsRequest_FieldPathSelectorView         WatchProbingConfigsRequest_FieldPathSelector = 9
	WatchProbingConfigsRequest_FieldPathSelectorMaxChunkSize WatchProbingConfigsRequest_FieldPathSelector = 10
)

func (WatchProbingConfigsRequest_FieldPathSelector) String

type WatchProbingConfigsRequest_FieldPathValue

type WatchProbingConfigsRequest_FieldPathValue interface {
	WatchProbingConfigsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchProbingConfigsRequest)
	CompareWith(*WatchProbingConfigsRequest) (cmp int, comparable bool)
}

WatchProbingConfigsRequest_FieldPathValue allows storing values for WatchProbingConfigsRequest fields according to their type

func MustParseWatchProbingConfigsRequest_FieldPathValue

func MustParseWatchProbingConfigsRequest_FieldPathValue(pathStr, valueStr string) WatchProbingConfigsRequest_FieldPathValue

func ParseWatchProbingConfigsRequest_FieldPathValue

func ParseWatchProbingConfigsRequest_FieldPathValue(pathStr, valueStr string) (WatchProbingConfigsRequest_FieldPathValue, error)

type WatchProbingConfigsRequest_FieldTerminalPath

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

func (*WatchProbingConfigsRequest_FieldTerminalPath) ClearValue

func (*WatchProbingConfigsRequest_FieldTerminalPath) ClearValueRaw

func (*WatchProbingConfigsRequest_FieldTerminalPath) Get

func (fp *WatchProbingConfigsRequest_FieldTerminalPath) Get(source *WatchProbingConfigsRequest) (values []interface{})

Get returns all values pointed by specific field from source WatchProbingConfigsRequest

func (*WatchProbingConfigsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchProbingConfigsRequest_FieldTerminalPath) GetRaw

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

func (*WatchProbingConfigsRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchProbingConfigsRequest

func (*WatchProbingConfigsRequest_FieldTerminalPath) GetSingleRaw

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

func (*WatchProbingConfigsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchProbingConfigsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchProbingConfigsRequest_FieldTerminalPath) Selector

func (*WatchProbingConfigsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*WatchProbingConfigsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchProbingConfigsRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchProbingConfigsRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchProbingConfigsRequest_FieldTerminalPath) WithIValue

func (*WatchProbingConfigsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchProbingConfigsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchProbingConfigsRequest_FieldTerminalPath) WithRawIValue

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

type WatchProbingConfigsRequest_FieldTerminalPathArrayItemValue

type WatchProbingConfigsRequest_FieldTerminalPathArrayItemValue struct {
	WatchProbingConfigsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbingConfigsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchProbingConfigsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchProbingConfigsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchProbingConfigsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchProbingConfigsRequest_FieldTerminalPathArrayOfValues

type WatchProbingConfigsRequest_FieldTerminalPathArrayOfValues struct {
	WatchProbingConfigsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbingConfigsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*WatchProbingConfigsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (*WatchProbingConfigsRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues

func (fpaov *WatchProbingConfigsRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues() ([]int32, bool)

func (*WatchProbingConfigsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (*WatchProbingConfigsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*WatchProbingConfigsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (*WatchProbingConfigsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*WatchProbingConfigsRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

func (fpaov *WatchProbingConfigsRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)

func (*WatchProbingConfigsRequest_FieldTerminalPathArrayOfValues) AsStartingTimeArrayOfValues added in v0.7.13

func (fpaov *WatchProbingConfigsRequest_FieldTerminalPathArrayOfValues) AsStartingTimeArrayOfValues() ([]*timestamp.Timestamp, bool)

func (*WatchProbingConfigsRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues

func (*WatchProbingConfigsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*WatchProbingConfigsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchProbingConfigsRequest_FieldTerminalPathValue

type WatchProbingConfigsRequest_FieldTerminalPathValue struct {
	WatchProbingConfigsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbingConfigsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchProbingConfigsRequest_FieldTerminalPathValue) AsFilterValue

func (*WatchProbingConfigsRequest_FieldTerminalPathValue) AsMaxChunkSizeValue

func (fpv *WatchProbingConfigsRequest_FieldTerminalPathValue) AsMaxChunkSizeValue() (int32, bool)

func (*WatchProbingConfigsRequest_FieldTerminalPathValue) AsOrderByValue

func (*WatchProbingConfigsRequest_FieldTerminalPathValue) AsPageSizeValue

func (*WatchProbingConfigsRequest_FieldTerminalPathValue) AsPageTokenValue

func (*WatchProbingConfigsRequest_FieldTerminalPathValue) AsParentValue

func (*WatchProbingConfigsRequest_FieldTerminalPathValue) AsResumeTokenValue

func (fpv *WatchProbingConfigsRequest_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)

func (*WatchProbingConfigsRequest_FieldTerminalPathValue) AsStartingTimeValue added in v0.7.13

func (*WatchProbingConfigsRequest_FieldTerminalPathValue) AsTypeValue

func (*WatchProbingConfigsRequest_FieldTerminalPathValue) AsViewValue

func (*WatchProbingConfigsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchProbingConfigsRequest_FieldTerminalPathValue' with the value under path in 'WatchProbingConfigsRequest'.

func (*WatchProbingConfigsRequest_FieldTerminalPathValue) CompareWithRaw

func (*WatchProbingConfigsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchProbingConfigsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchProbingConfigsRequest

func (*WatchProbingConfigsRequest_FieldTerminalPathValue) SetToRaw

type WatchProbingConfigsResponse

type WatchProbingConfigsResponse struct {

	// Changes of ProbingConfigs
	ProbingConfigChanges []*probing_config.ProbingConfigChange `` /* 156-byte string literal not displayed */
	// 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 ProbingConfigs 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 *WatchProbingConfigsResponse_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 (ProbingConfigs 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
}

WatchProbingConfigsResponse

func (*WatchProbingConfigsResponse) Clone

func (*WatchProbingConfigsResponse) CloneRaw

func (*WatchProbingConfigsResponse) Descriptor

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

Deprecated, Use WatchProbingConfigsResponse.ProtoReflect.Descriptor instead.

func (*WatchProbingConfigsResponse) GetIsCurrent

func (m *WatchProbingConfigsResponse) GetIsCurrent() bool

func (*WatchProbingConfigsResponse) GetIsHardReset

func (m *WatchProbingConfigsResponse) GetIsHardReset() bool

func (*WatchProbingConfigsResponse) GetIsSoftReset

func (m *WatchProbingConfigsResponse) GetIsSoftReset() bool

func (*WatchProbingConfigsResponse) GetPageTokenChange

func (*WatchProbingConfigsResponse) GetProbingConfigChanges

func (m *WatchProbingConfigsResponse) GetProbingConfigChanges() []*probing_config.ProbingConfigChange

func (*WatchProbingConfigsResponse) GetResumeToken

func (m *WatchProbingConfigsResponse) GetResumeToken() string

func (*WatchProbingConfigsResponse) GetSnapshotSize

func (m *WatchProbingConfigsResponse) GetSnapshotSize() int64

func (*WatchProbingConfigsResponse) GotenMessage

func (*WatchProbingConfigsResponse) GotenMessage()

func (*WatchProbingConfigsResponse) GotenObjectExt

func (o *WatchProbingConfigsResponse) GotenObjectExt()

func (*WatchProbingConfigsResponse) GotenValidate

func (obj *WatchProbingConfigsResponse) GotenValidate() error

func (*WatchProbingConfigsResponse) MakeDiffFieldMask

func (*WatchProbingConfigsResponse) MakeFullFieldMask

func (*WatchProbingConfigsResponse) MakeRawDiffFieldMask

func (*WatchProbingConfigsResponse) MakeRawFullFieldMask

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

func (*WatchProbingConfigsResponse) Marshal

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

func (*WatchProbingConfigsResponse) MarshalJSON

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

func (*WatchProbingConfigsResponse) Merge

func (*WatchProbingConfigsResponse) MergeRaw

func (*WatchProbingConfigsResponse) ProtoMessage

func (*WatchProbingConfigsResponse) ProtoMessage()

func (*WatchProbingConfigsResponse) ProtoReflect

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

func (*WatchProbingConfigsResponse) Reset

func (m *WatchProbingConfigsResponse) Reset()

func (*WatchProbingConfigsResponse) SetIsCurrent

func (m *WatchProbingConfigsResponse) SetIsCurrent(fv bool)

func (*WatchProbingConfigsResponse) SetIsHardReset

func (m *WatchProbingConfigsResponse) SetIsHardReset(fv bool)

func (*WatchProbingConfigsResponse) SetIsSoftReset

func (m *WatchProbingConfigsResponse) SetIsSoftReset(fv bool)

func (*WatchProbingConfigsResponse) SetPageTokenChange

func (*WatchProbingConfigsResponse) SetProbingConfigChanges

func (m *WatchProbingConfigsResponse) SetProbingConfigChanges(fv []*probing_config.ProbingConfigChange)

func (*WatchProbingConfigsResponse) SetResumeToken

func (m *WatchProbingConfigsResponse) SetResumeToken(fv string)

func (*WatchProbingConfigsResponse) SetSnapshotSize

func (m *WatchProbingConfigsResponse) SetSnapshotSize(fv int64)

func (*WatchProbingConfigsResponse) String

func (m *WatchProbingConfigsResponse) String() string

func (*WatchProbingConfigsResponse) Unmarshal

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

func (*WatchProbingConfigsResponse) UnmarshalJSON

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

type WatchProbingConfigsResponseFieldPathBuilder

type WatchProbingConfigsResponseFieldPathBuilder struct{}

func NewWatchProbingConfigsResponseFieldPathBuilder

func NewWatchProbingConfigsResponseFieldPathBuilder() WatchProbingConfigsResponseFieldPathBuilder

func (WatchProbingConfigsResponseFieldPathBuilder) IsCurrent

func (WatchProbingConfigsResponseFieldPathBuilder) IsHardReset

func (WatchProbingConfigsResponseFieldPathBuilder) IsSoftReset

func (WatchProbingConfigsResponseFieldPathBuilder) PageTokenChange

func (WatchProbingConfigsResponseFieldPathBuilder) ProbingConfigChanges

func (WatchProbingConfigsResponseFieldPathBuilder) ResumeToken

func (WatchProbingConfigsResponseFieldPathBuilder) SnapshotSize

type WatchProbingConfigsResponsePageTokenChangeFieldPathBuilder

type WatchProbingConfigsResponsePageTokenChangeFieldPathBuilder struct{}

func (WatchProbingConfigsResponsePageTokenChangeFieldPathBuilder) NextPageToken

func (WatchProbingConfigsResponsePageTokenChangeFieldPathBuilder) PrevPageToken

type WatchProbingConfigsResponsePageTokenChange_FieldPath

type WatchProbingConfigsResponsePageTokenChange_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchProbingConfigsResponsePageTokenChange_FieldPathSelector
	Get(source *WatchProbingConfigsResponse_PageTokenChange) []interface{}
	GetSingle(source *WatchProbingConfigsResponse_PageTokenChange) (interface{}, bool)
	ClearValue(item *WatchProbingConfigsResponse_PageTokenChange)

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

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

func MustParseWatchProbingConfigsResponsePageTokenChange_FieldPath

func MustParseWatchProbingConfigsResponsePageTokenChange_FieldPath(rawField string) WatchProbingConfigsResponsePageTokenChange_FieldPath

func ParseWatchProbingConfigsResponsePageTokenChange_FieldPath

func ParseWatchProbingConfigsResponsePageTokenChange_FieldPath(rawField string) (WatchProbingConfigsResponsePageTokenChange_FieldPath, error)

type WatchProbingConfigsResponsePageTokenChange_FieldPathArrayItemValue

type WatchProbingConfigsResponsePageTokenChange_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchProbingConfigsResponsePageTokenChange_FieldPath
	ContainsValue(*WatchProbingConfigsResponse_PageTokenChange) bool
}

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

func MustParseWatchProbingConfigsResponsePageTokenChange_FieldPathArrayItemValue

func MustParseWatchProbingConfigsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) WatchProbingConfigsResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchProbingConfigsResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchProbingConfigsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) (WatchProbingConfigsResponsePageTokenChange_FieldPathArrayItemValue, error)

ParseWatchProbingConfigsResponsePageTokenChange_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchProbingConfigsResponsePageTokenChange_FieldPathArrayOfValues

type WatchProbingConfigsResponsePageTokenChange_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchProbingConfigsResponsePageTokenChange_FieldPath
}

WatchProbingConfigsResponsePageTokenChange_FieldPathArrayOfValues allows storing slice of values for PageTokenChange fields according to their type

func MustParseWatchProbingConfigsResponsePageTokenChange_FieldPathArrayOfValues

func MustParseWatchProbingConfigsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) WatchProbingConfigsResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchProbingConfigsResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchProbingConfigsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchProbingConfigsResponsePageTokenChange_FieldPathArrayOfValues, error)

type WatchProbingConfigsResponsePageTokenChange_FieldPathSelector

type WatchProbingConfigsResponsePageTokenChange_FieldPathSelector int32
const (
	WatchProbingConfigsResponsePageTokenChange_FieldPathSelectorPrevPageToken WatchProbingConfigsResponsePageTokenChange_FieldPathSelector = 0
	WatchProbingConfigsResponsePageTokenChange_FieldPathSelectorNextPageToken WatchProbingConfigsResponsePageTokenChange_FieldPathSelector = 1
)

func (WatchProbingConfigsResponsePageTokenChange_FieldPathSelector) String

type WatchProbingConfigsResponsePageTokenChange_FieldPathValue

type WatchProbingConfigsResponsePageTokenChange_FieldPathValue interface {
	WatchProbingConfigsResponsePageTokenChange_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchProbingConfigsResponse_PageTokenChange)
	CompareWith(*WatchProbingConfigsResponse_PageTokenChange) (cmp int, comparable bool)
}

WatchProbingConfigsResponsePageTokenChange_FieldPathValue allows storing values for PageTokenChange fields according to their type

func MustParseWatchProbingConfigsResponsePageTokenChange_FieldPathValue

func MustParseWatchProbingConfigsResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) WatchProbingConfigsResponsePageTokenChange_FieldPathValue

func ParseWatchProbingConfigsResponsePageTokenChange_FieldPathValue

func ParseWatchProbingConfigsResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) (WatchProbingConfigsResponsePageTokenChange_FieldPathValue, error)

type WatchProbingConfigsResponsePageTokenChange_FieldTerminalPath

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

func (*WatchProbingConfigsResponsePageTokenChange_FieldTerminalPath) ClearValue

func (*WatchProbingConfigsResponsePageTokenChange_FieldTerminalPath) ClearValueRaw

func (*WatchProbingConfigsResponsePageTokenChange_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchProbingConfigsResponse_PageTokenChange

func (*WatchProbingConfigsResponsePageTokenChange_FieldTerminalPath) GetDefault

GetDefault returns a default value of the field type

func (*WatchProbingConfigsResponsePageTokenChange_FieldTerminalPath) GetRaw

func (*WatchProbingConfigsResponsePageTokenChange_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchProbingConfigsResponse_PageTokenChange

func (*WatchProbingConfigsResponsePageTokenChange_FieldTerminalPath) GetSingleRaw

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

func (*WatchProbingConfigsResponsePageTokenChange_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchProbingConfigsResponsePageTokenChange_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchProbingConfigsResponsePageTokenChange_FieldTerminalPath) Selector

func (*WatchProbingConfigsResponsePageTokenChange_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (*WatchProbingConfigsResponsePageTokenChange_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchProbingConfigsResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue

func (*WatchProbingConfigsResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues

func (*WatchProbingConfigsResponsePageTokenChange_FieldTerminalPath) WithIValue

func (*WatchProbingConfigsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue

func (*WatchProbingConfigsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues

func (*WatchProbingConfigsResponsePageTokenChange_FieldTerminalPath) WithRawIValue

type WatchProbingConfigsResponsePageTokenChange_FieldTerminalPathArrayItemValue

type WatchProbingConfigsResponsePageTokenChange_FieldTerminalPathArrayItemValue struct {
	WatchProbingConfigsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbingConfigsResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchProbingConfigsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue

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

func (*WatchProbingConfigsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchProbingConfigsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw

type WatchProbingConfigsResponsePageTokenChange_FieldTerminalPathArrayOfValues

type WatchProbingConfigsResponsePageTokenChange_FieldTerminalPathArrayOfValues struct {
	WatchProbingConfigsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbingConfigsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (*WatchProbingConfigsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (*WatchProbingConfigsResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchProbingConfigsResponsePageTokenChange_FieldTerminalPathValue

type WatchProbingConfigsResponsePageTokenChange_FieldTerminalPathValue struct {
	WatchProbingConfigsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbingConfigsResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue

func (*WatchProbingConfigsResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue

func (*WatchProbingConfigsResponsePageTokenChange_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchProbingConfigsResponsePageTokenChange_FieldTerminalPathValue' with the value under path in 'WatchProbingConfigsResponse_PageTokenChange'.

func (*WatchProbingConfigsResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw

func (*WatchProbingConfigsResponsePageTokenChange_FieldTerminalPathValue) GetRawValue

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

func (*WatchProbingConfigsResponsePageTokenChange_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object PageTokenChange

func (*WatchProbingConfigsResponsePageTokenChange_FieldTerminalPathValue) SetToRaw

type WatchProbingConfigsResponsePathSelectorIsCurrent

type WatchProbingConfigsResponsePathSelectorIsCurrent struct{}

func (WatchProbingConfigsResponsePathSelectorIsCurrent) FieldPath

func (WatchProbingConfigsResponsePathSelectorIsCurrent) WithArrayOfValues

func (WatchProbingConfigsResponsePathSelectorIsCurrent) WithValue

type WatchProbingConfigsResponsePathSelectorIsHardReset

type WatchProbingConfigsResponsePathSelectorIsHardReset struct{}

func (WatchProbingConfigsResponsePathSelectorIsHardReset) FieldPath

func (WatchProbingConfigsResponsePathSelectorIsHardReset) WithArrayOfValues

func (WatchProbingConfigsResponsePathSelectorIsHardReset) WithValue

type WatchProbingConfigsResponsePathSelectorIsSoftReset

type WatchProbingConfigsResponsePathSelectorIsSoftReset struct{}

func (WatchProbingConfigsResponsePathSelectorIsSoftReset) FieldPath

func (WatchProbingConfigsResponsePathSelectorIsSoftReset) WithArrayOfValues

func (WatchProbingConfigsResponsePathSelectorIsSoftReset) WithValue

type WatchProbingConfigsResponsePathSelectorPageTokenChange

type WatchProbingConfigsResponsePathSelectorPageTokenChange struct{}

func (WatchProbingConfigsResponsePathSelectorPageTokenChange) FieldPath

type WatchProbingConfigsResponsePathSelectorPageTokenChangeNextPageToken

type WatchProbingConfigsResponsePathSelectorPageTokenChangeNextPageToken struct{}

func (WatchProbingConfigsResponsePathSelectorPageTokenChangeNextPageToken) FieldPath

func (WatchProbingConfigsResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues

func (WatchProbingConfigsResponsePathSelectorPageTokenChangeNextPageToken) WithValue

type WatchProbingConfigsResponsePathSelectorPageTokenChangePrevPageToken

type WatchProbingConfigsResponsePathSelectorPageTokenChangePrevPageToken struct{}

func (WatchProbingConfigsResponsePathSelectorPageTokenChangePrevPageToken) FieldPath

func (WatchProbingConfigsResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues

func (WatchProbingConfigsResponsePathSelectorPageTokenChangePrevPageToken) WithValue

type WatchProbingConfigsResponsePathSelectorProbingConfigChanges

type WatchProbingConfigsResponsePathSelectorProbingConfigChanges struct{}

func (WatchProbingConfigsResponsePathSelectorProbingConfigChanges) FieldPath

func (WatchProbingConfigsResponsePathSelectorProbingConfigChanges) WithArrayOfValues

func (WatchProbingConfigsResponsePathSelectorProbingConfigChanges) WithValue

type WatchProbingConfigsResponsePathSelectorResumeToken

type WatchProbingConfigsResponsePathSelectorResumeToken struct{}

func (WatchProbingConfigsResponsePathSelectorResumeToken) FieldPath

func (WatchProbingConfigsResponsePathSelectorResumeToken) WithArrayOfValues

func (WatchProbingConfigsResponsePathSelectorResumeToken) WithValue

type WatchProbingConfigsResponsePathSelectorSnapshotSize

type WatchProbingConfigsResponsePathSelectorSnapshotSize struct{}

func (WatchProbingConfigsResponsePathSelectorSnapshotSize) FieldPath

func (WatchProbingConfigsResponsePathSelectorSnapshotSize) WithArrayOfValues

func (WatchProbingConfigsResponsePathSelectorSnapshotSize) WithValue

type WatchProbingConfigsResponse_FieldMask

type WatchProbingConfigsResponse_FieldMask struct {
	Paths []WatchProbingConfigsResponse_FieldPath
}

func FullWatchProbingConfigsResponse_FieldMask

func FullWatchProbingConfigsResponse_FieldMask() *WatchProbingConfigsResponse_FieldMask

func (*WatchProbingConfigsResponse_FieldMask) AppendPath

func (*WatchProbingConfigsResponse_FieldMask) AppendRawPath

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

func (*WatchProbingConfigsResponse_FieldMask) DecodeFirestore

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

func (*WatchProbingConfigsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchProbingConfigsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchProbingConfigsResponse_FieldMask) FromProtoFieldMask

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

func (*WatchProbingConfigsResponse_FieldMask) GetPaths

func (*WatchProbingConfigsResponse_FieldMask) GetRawPaths

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

func (*WatchProbingConfigsResponse_FieldMask) IsFull

func (fieldMask *WatchProbingConfigsResponse_FieldMask) IsFull() bool

func (WatchProbingConfigsResponse_FieldMask) Marshal

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

implement methods required by customType

func (WatchProbingConfigsResponse_FieldMask) MarshalJSON

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

func (*WatchProbingConfigsResponse_FieldMask) PathsCount

func (fieldMask *WatchProbingConfigsResponse_FieldMask) PathsCount() int

func (*WatchProbingConfigsResponse_FieldMask) Project

func (*WatchProbingConfigsResponse_FieldMask) ProjectRaw

func (*WatchProbingConfigsResponse_FieldMask) ProtoMessage

func (fieldMask *WatchProbingConfigsResponse_FieldMask) ProtoMessage()

func (*WatchProbingConfigsResponse_FieldMask) ProtoReflect

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

func (*WatchProbingConfigsResponse_FieldMask) Reset

func (fieldMask *WatchProbingConfigsResponse_FieldMask) Reset()

func (*WatchProbingConfigsResponse_FieldMask) Set

func (*WatchProbingConfigsResponse_FieldMask) SetFromCliFlag

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

func (*WatchProbingConfigsResponse_FieldMask) SetRaw

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

func (*WatchProbingConfigsResponse_FieldMask) Size

func (fieldMask *WatchProbingConfigsResponse_FieldMask) Size() int

func (*WatchProbingConfigsResponse_FieldMask) String

func (fieldMask *WatchProbingConfigsResponse_FieldMask) String() string

func (*WatchProbingConfigsResponse_FieldMask) Subtract

func (*WatchProbingConfigsResponse_FieldMask) SubtractRaw

func (*WatchProbingConfigsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchProbingConfigsResponse_FieldMask) Unmarshal

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

func (*WatchProbingConfigsResponse_FieldMask) UnmarshalJSON

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

type WatchProbingConfigsResponse_FieldPath

type WatchProbingConfigsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchProbingConfigsResponse_FieldPathSelector
	Get(source *WatchProbingConfigsResponse) []interface{}
	GetSingle(source *WatchProbingConfigsResponse) (interface{}, bool)
	ClearValue(item *WatchProbingConfigsResponse)

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

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

func MustParseWatchProbingConfigsResponse_FieldPath

func MustParseWatchProbingConfigsResponse_FieldPath(rawField string) WatchProbingConfigsResponse_FieldPath

func ParseWatchProbingConfigsResponse_FieldPath

func ParseWatchProbingConfigsResponse_FieldPath(rawField string) (WatchProbingConfigsResponse_FieldPath, error)

type WatchProbingConfigsResponse_FieldPathArrayItemValue

type WatchProbingConfigsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchProbingConfigsResponse_FieldPath
	ContainsValue(*WatchProbingConfigsResponse) bool
}

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

func MustParseWatchProbingConfigsResponse_FieldPathArrayItemValue

func MustParseWatchProbingConfigsResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchProbingConfigsResponse_FieldPathArrayItemValue

func ParseWatchProbingConfigsResponse_FieldPathArrayItemValue

func ParseWatchProbingConfigsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchProbingConfigsResponse_FieldPathArrayItemValue, error)

ParseWatchProbingConfigsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchProbingConfigsResponse_FieldPathArrayOfValues

type WatchProbingConfigsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchProbingConfigsResponse_FieldPath
}

WatchProbingConfigsResponse_FieldPathArrayOfValues allows storing slice of values for WatchProbingConfigsResponse fields according to their type

func MustParseWatchProbingConfigsResponse_FieldPathArrayOfValues

func MustParseWatchProbingConfigsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchProbingConfigsResponse_FieldPathArrayOfValues

func ParseWatchProbingConfigsResponse_FieldPathArrayOfValues

func ParseWatchProbingConfigsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchProbingConfigsResponse_FieldPathArrayOfValues, error)

type WatchProbingConfigsResponse_FieldPathSelector

type WatchProbingConfigsResponse_FieldPathSelector int32
const (
	WatchProbingConfigsResponse_FieldPathSelectorProbingConfigChanges WatchProbingConfigsResponse_FieldPathSelector = 0
	WatchProbingConfigsResponse_FieldPathSelectorIsCurrent            WatchProbingConfigsResponse_FieldPathSelector = 1
	WatchProbingConfigsResponse_FieldPathSelectorPageTokenChange      WatchProbingConfigsResponse_FieldPathSelector = 2
	WatchProbingConfigsResponse_FieldPathSelectorResumeToken          WatchProbingConfigsResponse_FieldPathSelector = 3
	WatchProbingConfigsResponse_FieldPathSelectorSnapshotSize         WatchProbingConfigsResponse_FieldPathSelector = 4
	WatchProbingConfigsResponse_FieldPathSelectorIsSoftReset          WatchProbingConfigsResponse_FieldPathSelector = 5
	WatchProbingConfigsResponse_FieldPathSelectorIsHardReset          WatchProbingConfigsResponse_FieldPathSelector = 6
)

func (WatchProbingConfigsResponse_FieldPathSelector) String

type WatchProbingConfigsResponse_FieldPathValue

type WatchProbingConfigsResponse_FieldPathValue interface {
	WatchProbingConfigsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchProbingConfigsResponse)
	CompareWith(*WatchProbingConfigsResponse) (cmp int, comparable bool)
}

WatchProbingConfigsResponse_FieldPathValue allows storing values for WatchProbingConfigsResponse fields according to their type

func MustParseWatchProbingConfigsResponse_FieldPathValue

func MustParseWatchProbingConfigsResponse_FieldPathValue(pathStr, valueStr string) WatchProbingConfigsResponse_FieldPathValue

func ParseWatchProbingConfigsResponse_FieldPathValue

func ParseWatchProbingConfigsResponse_FieldPathValue(pathStr, valueStr string) (WatchProbingConfigsResponse_FieldPathValue, error)

type WatchProbingConfigsResponse_FieldSubPath

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

func (*WatchProbingConfigsResponse_FieldSubPath) AsPageTokenChangeSubPath

func (*WatchProbingConfigsResponse_FieldSubPath) ClearValue

func (*WatchProbingConfigsResponse_FieldSubPath) ClearValueRaw

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

func (*WatchProbingConfigsResponse_FieldSubPath) Get

func (fps *WatchProbingConfigsResponse_FieldSubPath) Get(source *WatchProbingConfigsResponse) (values []interface{})

Get returns all values pointed by selected field from source WatchProbingConfigsResponse

func (*WatchProbingConfigsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchProbingConfigsResponse_FieldSubPath) GetRaw

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

func (*WatchProbingConfigsResponse_FieldSubPath) GetSingle

func (fps *WatchProbingConfigsResponse_FieldSubPath) GetSingle(source *WatchProbingConfigsResponse) (interface{}, bool)

GetSingle returns value of selected field from source WatchProbingConfigsResponse

func (*WatchProbingConfigsResponse_FieldSubPath) GetSingleRaw

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

func (*WatchProbingConfigsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchProbingConfigsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchProbingConfigsResponse_FieldSubPath) Selector

func (*WatchProbingConfigsResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*WatchProbingConfigsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*WatchProbingConfigsResponse_FieldSubPath) WithIArrayItemValue

func (*WatchProbingConfigsResponse_FieldSubPath) WithIArrayOfValues

func (*WatchProbingConfigsResponse_FieldSubPath) WithIValue

func (*WatchProbingConfigsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*WatchProbingConfigsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*WatchProbingConfigsResponse_FieldSubPath) WithRawIValue

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

type WatchProbingConfigsResponse_FieldSubPathArrayItemValue

type WatchProbingConfigsResponse_FieldSubPathArrayItemValue struct {
	WatchProbingConfigsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchProbingConfigsResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue

func (*WatchProbingConfigsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*WatchProbingConfigsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type WatchProbingConfigsResponse_FieldSubPathArrayOfValues

type WatchProbingConfigsResponse_FieldSubPathArrayOfValues struct {
	WatchProbingConfigsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchProbingConfigsResponse_FieldSubPathArrayOfValues) AsPageTokenChangePathArrayOfValues

func (*WatchProbingConfigsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type WatchProbingConfigsResponse_FieldSubPathValue

type WatchProbingConfigsResponse_FieldSubPathValue struct {
	WatchProbingConfigsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchProbingConfigsResponse_FieldSubPathValue) AsPageTokenChangePathValue

func (*WatchProbingConfigsResponse_FieldSubPathValue) CompareWith

func (*WatchProbingConfigsResponse_FieldSubPathValue) CompareWithRaw

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

func (*WatchProbingConfigsResponse_FieldSubPathValue) GetRawValue

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

func (*WatchProbingConfigsResponse_FieldSubPathValue) SetTo

func (*WatchProbingConfigsResponse_FieldSubPathValue) SetToRaw

type WatchProbingConfigsResponse_FieldTerminalPath

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

func (*WatchProbingConfigsResponse_FieldTerminalPath) ClearValue

func (*WatchProbingConfigsResponse_FieldTerminalPath) ClearValueRaw

func (*WatchProbingConfigsResponse_FieldTerminalPath) Get

func (fp *WatchProbingConfigsResponse_FieldTerminalPath) Get(source *WatchProbingConfigsResponse) (values []interface{})

Get returns all values pointed by specific field from source WatchProbingConfigsResponse

func (*WatchProbingConfigsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchProbingConfigsResponse_FieldTerminalPath) GetRaw

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

func (*WatchProbingConfigsResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchProbingConfigsResponse

func (*WatchProbingConfigsResponse_FieldTerminalPath) GetSingleRaw

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

func (*WatchProbingConfigsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchProbingConfigsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchProbingConfigsResponse_FieldTerminalPath) Selector

func (*WatchProbingConfigsResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (*WatchProbingConfigsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchProbingConfigsResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchProbingConfigsResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchProbingConfigsResponse_FieldTerminalPath) WithIValue

func (*WatchProbingConfigsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchProbingConfigsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchProbingConfigsResponse_FieldTerminalPath) WithRawIValue

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

type WatchProbingConfigsResponse_FieldTerminalPathArrayItemValue

type WatchProbingConfigsResponse_FieldTerminalPathArrayItemValue struct {
	WatchProbingConfigsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbingConfigsResponse_FieldTerminalPathArrayItemValue) AsProbingConfigChangesItemValue

func (*WatchProbingConfigsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchProbingConfigsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchProbingConfigsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchProbingConfigsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchProbingConfigsResponse_FieldTerminalPathArrayOfValues

type WatchProbingConfigsResponse_FieldTerminalPathArrayOfValues struct {
	WatchProbingConfigsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbingConfigsResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues

func (fpaov *WatchProbingConfigsResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues() ([]bool, bool)

func (*WatchProbingConfigsResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues

func (fpaov *WatchProbingConfigsResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues() ([]bool, bool)

func (*WatchProbingConfigsResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues

func (fpaov *WatchProbingConfigsResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues() ([]bool, bool)

func (*WatchProbingConfigsResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues

func (*WatchProbingConfigsResponse_FieldTerminalPathArrayOfValues) AsProbingConfigChangesArrayOfValues

func (fpaov *WatchProbingConfigsResponse_FieldTerminalPathArrayOfValues) AsProbingConfigChangesArrayOfValues() ([][]*probing_config.ProbingConfigChange, bool)

func (*WatchProbingConfigsResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

func (fpaov *WatchProbingConfigsResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)

func (*WatchProbingConfigsResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues

func (fpaov *WatchProbingConfigsResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues() ([]int64, bool)

func (*WatchProbingConfigsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchProbingConfigsResponse_FieldTerminalPathValue

type WatchProbingConfigsResponse_FieldTerminalPathValue struct {
	WatchProbingConfigsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbingConfigsResponse_FieldTerminalPathValue) AsIsCurrentValue

func (*WatchProbingConfigsResponse_FieldTerminalPathValue) AsIsHardResetValue

func (fpv *WatchProbingConfigsResponse_FieldTerminalPathValue) AsIsHardResetValue() (bool, bool)

func (*WatchProbingConfigsResponse_FieldTerminalPathValue) AsIsSoftResetValue

func (fpv *WatchProbingConfigsResponse_FieldTerminalPathValue) AsIsSoftResetValue() (bool, bool)

func (*WatchProbingConfigsResponse_FieldTerminalPathValue) AsPageTokenChangeValue

func (*WatchProbingConfigsResponse_FieldTerminalPathValue) AsProbingConfigChangesValue

func (*WatchProbingConfigsResponse_FieldTerminalPathValue) AsResumeTokenValue

func (fpv *WatchProbingConfigsResponse_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)

func (*WatchProbingConfigsResponse_FieldTerminalPathValue) AsSnapshotSizeValue

func (fpv *WatchProbingConfigsResponse_FieldTerminalPathValue) AsSnapshotSizeValue() (int64, bool)

func (*WatchProbingConfigsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchProbingConfigsResponse_FieldTerminalPathValue' with the value under path in 'WatchProbingConfigsResponse'.

func (*WatchProbingConfigsResponse_FieldTerminalPathValue) CompareWithRaw

func (*WatchProbingConfigsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchProbingConfigsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchProbingConfigsResponse

func (*WatchProbingConfigsResponse_FieldTerminalPathValue) SetToRaw

type WatchProbingConfigsResponse_PageTokenChange

type WatchProbingConfigsResponse_PageTokenChange struct {

	// New token to retrieve previous page of results.
	PrevPageToken *probing_config.PagerCursor `` /* 151-byte string literal not displayed */
	// New token to retrieve next page of results.
	NextPageToken *probing_config.PagerCursor `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WatchProbingConfigsResponse_PageTokenChange) Clone

func (*WatchProbingConfigsResponse_PageTokenChange) CloneRaw

func (*WatchProbingConfigsResponse_PageTokenChange) Descriptor

Deprecated, Use WatchProbingConfigsResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchProbingConfigsResponse_PageTokenChange) GetNextPageToken

func (*WatchProbingConfigsResponse_PageTokenChange) GetPrevPageToken

func (*WatchProbingConfigsResponse_PageTokenChange) GotenMessage

func (*WatchProbingConfigsResponse_PageTokenChange) GotenObjectExt

func (o *WatchProbingConfigsResponse_PageTokenChange) GotenObjectExt()

func (*WatchProbingConfigsResponse_PageTokenChange) GotenValidate

func (*WatchProbingConfigsResponse_PageTokenChange) MakeFullFieldMask

func (*WatchProbingConfigsResponse_PageTokenChange) MakeRawDiffFieldMask

func (*WatchProbingConfigsResponse_PageTokenChange) MakeRawFullFieldMask

func (*WatchProbingConfigsResponse_PageTokenChange) Marshal

func (*WatchProbingConfigsResponse_PageTokenChange) MarshalJSON

func (*WatchProbingConfigsResponse_PageTokenChange) Merge

func (*WatchProbingConfigsResponse_PageTokenChange) MergeRaw

func (*WatchProbingConfigsResponse_PageTokenChange) ProtoMessage

func (*WatchProbingConfigsResponse_PageTokenChange) ProtoReflect

func (*WatchProbingConfigsResponse_PageTokenChange) Reset

func (*WatchProbingConfigsResponse_PageTokenChange) SetNextPageToken

func (*WatchProbingConfigsResponse_PageTokenChange) SetPrevPageToken

func (*WatchProbingConfigsResponse_PageTokenChange) String

func (*WatchProbingConfigsResponse_PageTokenChange) Unmarshal

func (*WatchProbingConfigsResponse_PageTokenChange) UnmarshalJSON

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

type WatchProbingConfigsResponse_PageTokenChangePathSelectorNextPageToken

type WatchProbingConfigsResponse_PageTokenChangePathSelectorNextPageToken struct{}

func (WatchProbingConfigsResponse_PageTokenChangePathSelectorNextPageToken) FieldPath

type WatchProbingConfigsResponse_PageTokenChangePathSelectorPrevPageToken

type WatchProbingConfigsResponse_PageTokenChangePathSelectorPrevPageToken struct{}

func (WatchProbingConfigsResponse_PageTokenChangePathSelectorPrevPageToken) FieldPath

type WatchProbingConfigsResponse_PageTokenChange_FieldMask

type WatchProbingConfigsResponse_PageTokenChange_FieldMask struct {
	Paths []WatchProbingConfigsResponsePageTokenChange_FieldPath
}

func FullWatchProbingConfigsResponse_PageTokenChange_FieldMask

func FullWatchProbingConfigsResponse_PageTokenChange_FieldMask() *WatchProbingConfigsResponse_PageTokenChange_FieldMask

func (*WatchProbingConfigsResponse_PageTokenChange_FieldMask) AppendPath

func (*WatchProbingConfigsResponse_PageTokenChange_FieldMask) AppendRawPath

func (*WatchProbingConfigsResponse_PageTokenChange_FieldMask) DecodeFirestore

func (*WatchProbingConfigsResponse_PageTokenChange_FieldMask) EncodeFirestore

firestore encoding/decoding integration

func (*WatchProbingConfigsResponse_PageTokenChange_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchProbingConfigsResponse_PageTokenChange_FieldMask) FromProtoFieldMask

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

func (*WatchProbingConfigsResponse_PageTokenChange_FieldMask) GetPaths

func (*WatchProbingConfigsResponse_PageTokenChange_FieldMask) GetRawPaths

func (*WatchProbingConfigsResponse_PageTokenChange_FieldMask) IsFull

func (WatchProbingConfigsResponse_PageTokenChange_FieldMask) Marshal

implement methods required by customType

func (WatchProbingConfigsResponse_PageTokenChange_FieldMask) MarshalJSON

func (*WatchProbingConfigsResponse_PageTokenChange_FieldMask) PathsCount

func (*WatchProbingConfigsResponse_PageTokenChange_FieldMask) Project

func (*WatchProbingConfigsResponse_PageTokenChange_FieldMask) ProjectRaw

func (*WatchProbingConfigsResponse_PageTokenChange_FieldMask) ProtoMessage

func (*WatchProbingConfigsResponse_PageTokenChange_FieldMask) ProtoReflect

func (*WatchProbingConfigsResponse_PageTokenChange_FieldMask) Reset

func (*WatchProbingConfigsResponse_PageTokenChange_FieldMask) Set

func (*WatchProbingConfigsResponse_PageTokenChange_FieldMask) SetFromCliFlag

func (*WatchProbingConfigsResponse_PageTokenChange_FieldMask) SetRaw

func (*WatchProbingConfigsResponse_PageTokenChange_FieldMask) Size

func (*WatchProbingConfigsResponse_PageTokenChange_FieldMask) String

func (*WatchProbingConfigsResponse_PageTokenChange_FieldMask) SubtractRaw

func (*WatchProbingConfigsResponse_PageTokenChange_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*WatchProbingConfigsResponse_PageTokenChange_FieldMask) Unmarshal

func (*WatchProbingConfigsResponse_PageTokenChange_FieldMask) UnmarshalJSON

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

Jump to

Keyboard shortcuts

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