probing_session_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: 59 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchGetProbingSessionsDescriptor

type BatchGetProbingSessionsDescriptor struct{}

func GetBatchGetProbingSessionsDescriptor

func GetBatchGetProbingSessionsDescriptor() *BatchGetProbingSessionsDescriptor

func (*BatchGetProbingSessionsDescriptor) GetApiDescriptor

func (*BatchGetProbingSessionsDescriptor) GetApiName

func (d *BatchGetProbingSessionsDescriptor) GetApiName() string

func (*BatchGetProbingSessionsDescriptor) GetClientMsgReflectHandle

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

func (*BatchGetProbingSessionsDescriptor) GetFullMethodName

func (d *BatchGetProbingSessionsDescriptor) GetFullMethodName() string

func (*BatchGetProbingSessionsDescriptor) GetMethodName

func (d *BatchGetProbingSessionsDescriptor) GetMethodName() string

func (*BatchGetProbingSessionsDescriptor) GetProtoPkgName

func (d *BatchGetProbingSessionsDescriptor) GetProtoPkgName() string

func (*BatchGetProbingSessionsDescriptor) GetResourceDescriptor

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

func (*BatchGetProbingSessionsDescriptor) GetServerMsgReflectHandle

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

func (*BatchGetProbingSessionsDescriptor) GetServiceDomain

func (d *BatchGetProbingSessionsDescriptor) GetServiceDomain() string

func (*BatchGetProbingSessionsDescriptor) GetServiceVersion

func (d *BatchGetProbingSessionsDescriptor) GetServiceVersion() string

func (*BatchGetProbingSessionsDescriptor) GetVerb

func (*BatchGetProbingSessionsDescriptor) HasResource

func (d *BatchGetProbingSessionsDescriptor) HasResource() bool

func (*BatchGetProbingSessionsDescriptor) IsClientStream

func (d *BatchGetProbingSessionsDescriptor) IsClientStream() bool

func (*BatchGetProbingSessionsDescriptor) IsCollection

func (d *BatchGetProbingSessionsDescriptor) IsCollection() bool

func (*BatchGetProbingSessionsDescriptor) IsPlural

func (*BatchGetProbingSessionsDescriptor) IsServerStream

func (d *BatchGetProbingSessionsDescriptor) IsServerStream() bool

func (*BatchGetProbingSessionsDescriptor) IsUnary

func (*BatchGetProbingSessionsDescriptor) NewEmptyClientMsg

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

func (*BatchGetProbingSessionsDescriptor) NewEmptyServerMsg

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

func (*BatchGetProbingSessionsDescriptor) RequestHasResourceBody

func (d *BatchGetProbingSessionsDescriptor) RequestHasResourceBody() bool

type BatchGetProbingSessionsDescriptorClientMsgHandle

type BatchGetProbingSessionsDescriptorClientMsgHandle struct{}

func (*BatchGetProbingSessionsDescriptorClientMsgHandle) ExtractCollectionName

func (*BatchGetProbingSessionsDescriptorClientMsgHandle) ExtractResourceName

func (*BatchGetProbingSessionsDescriptorClientMsgHandle) ExtractResourceNames

type BatchGetProbingSessionsDescriptorServerMsgHandle

type BatchGetProbingSessionsDescriptorServerMsgHandle struct{}

func (*BatchGetProbingSessionsDescriptorServerMsgHandle) ExtractCollectionName

func (*BatchGetProbingSessionsDescriptorServerMsgHandle) ExtractResourceName

func (*BatchGetProbingSessionsDescriptorServerMsgHandle) ExtractResourceNames

type BatchGetProbingSessionsRequest

type BatchGetProbingSessionsRequest struct {

	// Names of ProbingSessions
	Names []*probing_session.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_session.ProbingSession_FieldMask `` /* 146-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 [BatchGetProbingSessions][ntt.watchdog.v1alpha2.BatchGetProbingSessions]

func (*BatchGetProbingSessionsRequest) Clone

func (*BatchGetProbingSessionsRequest) CloneRaw

func (*BatchGetProbingSessionsRequest) Descriptor

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

Deprecated, Use BatchGetProbingSessionsRequest.ProtoReflect.Descriptor instead.

func (*BatchGetProbingSessionsRequest) GetFieldMask

func (*BatchGetProbingSessionsRequest) GetNames

func (*BatchGetProbingSessionsRequest) GetView

func (*BatchGetProbingSessionsRequest) GotenMessage

func (*BatchGetProbingSessionsRequest) GotenMessage()

func (*BatchGetProbingSessionsRequest) GotenObjectExt

func (o *BatchGetProbingSessionsRequest) GotenObjectExt()

func (*BatchGetProbingSessionsRequest) GotenValidate

func (obj *BatchGetProbingSessionsRequest) GotenValidate() error

func (*BatchGetProbingSessionsRequest) MakeDiffFieldMask

func (*BatchGetProbingSessionsRequest) MakeFullFieldMask

func (*BatchGetProbingSessionsRequest) MakeRawDiffFieldMask

func (*BatchGetProbingSessionsRequest) MakeRawFullFieldMask

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

func (*BatchGetProbingSessionsRequest) Marshal

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

func (*BatchGetProbingSessionsRequest) MarshalJSON

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

func (*BatchGetProbingSessionsRequest) Merge

func (*BatchGetProbingSessionsRequest) MergeRaw

func (*BatchGetProbingSessionsRequest) ProtoMessage

func (*BatchGetProbingSessionsRequest) ProtoMessage()

func (*BatchGetProbingSessionsRequest) ProtoReflect

func (*BatchGetProbingSessionsRequest) Reset

func (m *BatchGetProbingSessionsRequest) Reset()

func (*BatchGetProbingSessionsRequest) SetFieldMask

func (*BatchGetProbingSessionsRequest) SetNames

func (*BatchGetProbingSessionsRequest) SetView

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

func (*BatchGetProbingSessionsRequest) String

func (*BatchGetProbingSessionsRequest) Unmarshal

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

func (*BatchGetProbingSessionsRequest) UnmarshalJSON

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

type BatchGetProbingSessionsRequestFieldPathBuilder

type BatchGetProbingSessionsRequestFieldPathBuilder struct{}

func NewBatchGetProbingSessionsRequestFieldPathBuilder

func NewBatchGetProbingSessionsRequestFieldPathBuilder() BatchGetProbingSessionsRequestFieldPathBuilder

func (BatchGetProbingSessionsRequestFieldPathBuilder) FieldMask

func (BatchGetProbingSessionsRequestFieldPathBuilder) Names

func (BatchGetProbingSessionsRequestFieldPathBuilder) View

type BatchGetProbingSessionsRequestPathSelectorFieldMask

type BatchGetProbingSessionsRequestPathSelectorFieldMask struct{}

func (BatchGetProbingSessionsRequestPathSelectorFieldMask) FieldPath

type BatchGetProbingSessionsRequestPathSelectorNames

type BatchGetProbingSessionsRequestPathSelectorNames struct{}

func (BatchGetProbingSessionsRequestPathSelectorNames) FieldPath

func (BatchGetProbingSessionsRequestPathSelectorNames) WithArrayOfValues

func (BatchGetProbingSessionsRequestPathSelectorNames) WithValue

type BatchGetProbingSessionsRequestPathSelectorView

type BatchGetProbingSessionsRequestPathSelectorView struct{}

func (BatchGetProbingSessionsRequestPathSelectorView) FieldPath

func (BatchGetProbingSessionsRequestPathSelectorView) WithArrayOfValues

func (BatchGetProbingSessionsRequestPathSelectorView) WithValue

type BatchGetProbingSessionsRequest_FieldMask

type BatchGetProbingSessionsRequest_FieldMask struct {
	Paths []BatchGetProbingSessionsRequest_FieldPath
}

func FullBatchGetProbingSessionsRequest_FieldMask

func FullBatchGetProbingSessionsRequest_FieldMask() *BatchGetProbingSessionsRequest_FieldMask

func (*BatchGetProbingSessionsRequest_FieldMask) AppendPath

func (*BatchGetProbingSessionsRequest_FieldMask) AppendRawPath

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

func (*BatchGetProbingSessionsRequest_FieldMask) DecodeFirestore

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

func (*BatchGetProbingSessionsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*BatchGetProbingSessionsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetProbingSessionsRequest_FieldMask) FromProtoFieldMask

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

func (*BatchGetProbingSessionsRequest_FieldMask) GetPaths

func (*BatchGetProbingSessionsRequest_FieldMask) GetRawPaths

func (*BatchGetProbingSessionsRequest_FieldMask) IsFull

func (fieldMask *BatchGetProbingSessionsRequest_FieldMask) IsFull() bool

func (BatchGetProbingSessionsRequest_FieldMask) Marshal

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

implement methods required by customType

func (BatchGetProbingSessionsRequest_FieldMask) MarshalJSON

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

func (*BatchGetProbingSessionsRequest_FieldMask) PathsCount

func (fieldMask *BatchGetProbingSessionsRequest_FieldMask) PathsCount() int

func (*BatchGetProbingSessionsRequest_FieldMask) Project

func (*BatchGetProbingSessionsRequest_FieldMask) ProjectRaw

func (*BatchGetProbingSessionsRequest_FieldMask) ProtoMessage

func (fieldMask *BatchGetProbingSessionsRequest_FieldMask) ProtoMessage()

func (*BatchGetProbingSessionsRequest_FieldMask) ProtoReflect

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

func (*BatchGetProbingSessionsRequest_FieldMask) Reset

func (fieldMask *BatchGetProbingSessionsRequest_FieldMask) Reset()

func (*BatchGetProbingSessionsRequest_FieldMask) Set

func (*BatchGetProbingSessionsRequest_FieldMask) SetFromCliFlag

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

func (*BatchGetProbingSessionsRequest_FieldMask) SetRaw

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

func (*BatchGetProbingSessionsRequest_FieldMask) Size

func (*BatchGetProbingSessionsRequest_FieldMask) String

func (*BatchGetProbingSessionsRequest_FieldMask) Subtract

func (*BatchGetProbingSessionsRequest_FieldMask) SubtractRaw

func (*BatchGetProbingSessionsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*BatchGetProbingSessionsRequest_FieldMask) Unmarshal

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

func (*BatchGetProbingSessionsRequest_FieldMask) UnmarshalJSON

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

type BatchGetProbingSessionsRequest_FieldPath

type BatchGetProbingSessionsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetProbingSessionsRequest_FieldPathSelector
	Get(source *BatchGetProbingSessionsRequest) []interface{}
	GetSingle(source *BatchGetProbingSessionsRequest) (interface{}, bool)
	ClearValue(item *BatchGetProbingSessionsRequest)

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

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

func MustParseBatchGetProbingSessionsRequest_FieldPath

func MustParseBatchGetProbingSessionsRequest_FieldPath(rawField string) BatchGetProbingSessionsRequest_FieldPath

func ParseBatchGetProbingSessionsRequest_FieldPath

func ParseBatchGetProbingSessionsRequest_FieldPath(rawField string) (BatchGetProbingSessionsRequest_FieldPath, error)

type BatchGetProbingSessionsRequest_FieldPathArrayItemValue

type BatchGetProbingSessionsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetProbingSessionsRequest_FieldPath
	ContainsValue(*BatchGetProbingSessionsRequest) bool
}

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

func MustParseBatchGetProbingSessionsRequest_FieldPathArrayItemValue

func MustParseBatchGetProbingSessionsRequest_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetProbingSessionsRequest_FieldPathArrayItemValue

func ParseBatchGetProbingSessionsRequest_FieldPathArrayItemValue

func ParseBatchGetProbingSessionsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetProbingSessionsRequest_FieldPathArrayItemValue, error)

ParseBatchGetProbingSessionsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetProbingSessionsRequest_FieldPathArrayOfValues

type BatchGetProbingSessionsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetProbingSessionsRequest_FieldPath
}

BatchGetProbingSessionsRequest_FieldPathArrayOfValues allows storing slice of values for BatchGetProbingSessionsRequest fields according to their type

func MustParseBatchGetProbingSessionsRequest_FieldPathArrayOfValues

func MustParseBatchGetProbingSessionsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetProbingSessionsRequest_FieldPathArrayOfValues

func ParseBatchGetProbingSessionsRequest_FieldPathArrayOfValues

func ParseBatchGetProbingSessionsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetProbingSessionsRequest_FieldPathArrayOfValues, error)

type BatchGetProbingSessionsRequest_FieldPathSelector

type BatchGetProbingSessionsRequest_FieldPathSelector int32
const (
	BatchGetProbingSessionsRequest_FieldPathSelectorNames     BatchGetProbingSessionsRequest_FieldPathSelector = 0
	BatchGetProbingSessionsRequest_FieldPathSelectorFieldMask BatchGetProbingSessionsRequest_FieldPathSelector = 1
	BatchGetProbingSessionsRequest_FieldPathSelectorView      BatchGetProbingSessionsRequest_FieldPathSelector = 2
)

func (BatchGetProbingSessionsRequest_FieldPathSelector) String

type BatchGetProbingSessionsRequest_FieldPathValue

type BatchGetProbingSessionsRequest_FieldPathValue interface {
	BatchGetProbingSessionsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetProbingSessionsRequest)
	CompareWith(*BatchGetProbingSessionsRequest) (cmp int, comparable bool)
}

BatchGetProbingSessionsRequest_FieldPathValue allows storing values for BatchGetProbingSessionsRequest fields according to their type

func MustParseBatchGetProbingSessionsRequest_FieldPathValue

func MustParseBatchGetProbingSessionsRequest_FieldPathValue(pathStr, valueStr string) BatchGetProbingSessionsRequest_FieldPathValue

func ParseBatchGetProbingSessionsRequest_FieldPathValue

func ParseBatchGetProbingSessionsRequest_FieldPathValue(pathStr, valueStr string) (BatchGetProbingSessionsRequest_FieldPathValue, error)

type BatchGetProbingSessionsRequest_FieldTerminalPath

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

func (*BatchGetProbingSessionsRequest_FieldTerminalPath) ClearValue

func (*BatchGetProbingSessionsRequest_FieldTerminalPath) ClearValueRaw

func (*BatchGetProbingSessionsRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source BatchGetProbingSessionsRequest

func (*BatchGetProbingSessionsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetProbingSessionsRequest_FieldTerminalPath) GetRaw

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

func (*BatchGetProbingSessionsRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source BatchGetProbingSessionsRequest

func (*BatchGetProbingSessionsRequest_FieldTerminalPath) GetSingleRaw

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

func (*BatchGetProbingSessionsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetProbingSessionsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetProbingSessionsRequest_FieldTerminalPath) Selector

func (*BatchGetProbingSessionsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (*BatchGetProbingSessionsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetProbingSessionsRequest_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetProbingSessionsRequest_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetProbingSessionsRequest_FieldTerminalPath) WithIValue

func (*BatchGetProbingSessionsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*BatchGetProbingSessionsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*BatchGetProbingSessionsRequest_FieldTerminalPath) WithRawIValue

type BatchGetProbingSessionsRequest_FieldTerminalPathArrayItemValue

type BatchGetProbingSessionsRequest_FieldTerminalPathArrayItemValue struct {
	BatchGetProbingSessionsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetProbingSessionsRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue

func (*BatchGetProbingSessionsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetProbingSessionsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*BatchGetProbingSessionsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetProbingSessionsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type BatchGetProbingSessionsRequest_FieldTerminalPathArrayOfValues

type BatchGetProbingSessionsRequest_FieldTerminalPathArrayOfValues struct {
	BatchGetProbingSessionsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetProbingSessionsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*BatchGetProbingSessionsRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues

func (*BatchGetProbingSessionsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*BatchGetProbingSessionsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type BatchGetProbingSessionsRequest_FieldTerminalPathValue

type BatchGetProbingSessionsRequest_FieldTerminalPathValue struct {
	BatchGetProbingSessionsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetProbingSessionsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*BatchGetProbingSessionsRequest_FieldTerminalPathValue) AsNamesValue

func (*BatchGetProbingSessionsRequest_FieldTerminalPathValue) AsViewValue

func (*BatchGetProbingSessionsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetProbingSessionsRequest_FieldTerminalPathValue' with the value under path in 'BatchGetProbingSessionsRequest'.

func (*BatchGetProbingSessionsRequest_FieldTerminalPathValue) CompareWithRaw

func (*BatchGetProbingSessionsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*BatchGetProbingSessionsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetProbingSessionsRequest

func (*BatchGetProbingSessionsRequest_FieldTerminalPathValue) SetToRaw

type BatchGetProbingSessionsResponse

type BatchGetProbingSessionsResponse struct {

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

BatchGetProbingSessionsResponse

func (*BatchGetProbingSessionsResponse) Clone

func (*BatchGetProbingSessionsResponse) CloneRaw

func (*BatchGetProbingSessionsResponse) Descriptor

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

Deprecated, Use BatchGetProbingSessionsResponse.ProtoReflect.Descriptor instead.

func (*BatchGetProbingSessionsResponse) GetMissing

func (*BatchGetProbingSessionsResponse) GetProbingSessions

func (*BatchGetProbingSessionsResponse) GotenMessage

func (*BatchGetProbingSessionsResponse) GotenMessage()

func (*BatchGetProbingSessionsResponse) GotenObjectExt

func (o *BatchGetProbingSessionsResponse) GotenObjectExt()

func (*BatchGetProbingSessionsResponse) GotenValidate

func (obj *BatchGetProbingSessionsResponse) GotenValidate() error

func (*BatchGetProbingSessionsResponse) MakeDiffFieldMask

func (*BatchGetProbingSessionsResponse) MakeFullFieldMask

func (*BatchGetProbingSessionsResponse) MakeRawDiffFieldMask

func (*BatchGetProbingSessionsResponse) MakeRawFullFieldMask

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

func (*BatchGetProbingSessionsResponse) Marshal

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

func (*BatchGetProbingSessionsResponse) MarshalJSON

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

func (*BatchGetProbingSessionsResponse) Merge

func (*BatchGetProbingSessionsResponse) MergeRaw

func (*BatchGetProbingSessionsResponse) ProtoMessage

func (*BatchGetProbingSessionsResponse) ProtoMessage()

func (*BatchGetProbingSessionsResponse) ProtoReflect

func (*BatchGetProbingSessionsResponse) Reset

func (*BatchGetProbingSessionsResponse) SetMissing

func (*BatchGetProbingSessionsResponse) SetProbingSessions

func (m *BatchGetProbingSessionsResponse) SetProbingSessions(fv []*probing_session.ProbingSession)

func (*BatchGetProbingSessionsResponse) String

func (*BatchGetProbingSessionsResponse) Unmarshal

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

func (*BatchGetProbingSessionsResponse) UnmarshalJSON

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

type BatchGetProbingSessionsResponseFieldPathBuilder

type BatchGetProbingSessionsResponseFieldPathBuilder struct{}

func NewBatchGetProbingSessionsResponseFieldPathBuilder

func NewBatchGetProbingSessionsResponseFieldPathBuilder() BatchGetProbingSessionsResponseFieldPathBuilder

func (BatchGetProbingSessionsResponseFieldPathBuilder) Missing

func (BatchGetProbingSessionsResponseFieldPathBuilder) ProbingSessions

type BatchGetProbingSessionsResponseMapPathSelectorProbingSessionsMetadataAnnotations

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

func (BatchGetProbingSessionsResponseMapPathSelectorProbingSessionsMetadataAnnotations) FieldPath

func (BatchGetProbingSessionsResponseMapPathSelectorProbingSessionsMetadataAnnotations) WithArrayOfValues

func (BatchGetProbingSessionsResponseMapPathSelectorProbingSessionsMetadataAnnotations) WithValue

type BatchGetProbingSessionsResponseMapPathSelectorProbingSessionsMetadataLabels

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

func (BatchGetProbingSessionsResponseMapPathSelectorProbingSessionsMetadataLabels) FieldPath

func (BatchGetProbingSessionsResponseMapPathSelectorProbingSessionsMetadataLabels) WithArrayOfValues

func (BatchGetProbingSessionsResponseMapPathSelectorProbingSessionsMetadataLabels) WithValue

type BatchGetProbingSessionsResponseMapPathSelectorProbingSessionsMetadataShards

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

func (BatchGetProbingSessionsResponseMapPathSelectorProbingSessionsMetadataShards) FieldPath

func (BatchGetProbingSessionsResponseMapPathSelectorProbingSessionsMetadataShards) WithArrayOfValues

func (BatchGetProbingSessionsResponseMapPathSelectorProbingSessionsMetadataShards) WithValue

type BatchGetProbingSessionsResponseMapPathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders

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

func (BatchGetProbingSessionsResponseMapPathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (BatchGetProbingSessionsResponseMapPathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (BatchGetProbingSessionsResponseMapPathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type BatchGetProbingSessionsResponseMapPathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestHeaders

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

func (BatchGetProbingSessionsResponseMapPathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (BatchGetProbingSessionsResponseMapPathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (BatchGetProbingSessionsResponseMapPathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestHeaders) WithValue

type BatchGetProbingSessionsResponsePathSelectorMissing

type BatchGetProbingSessionsResponsePathSelectorMissing struct{}

func (BatchGetProbingSessionsResponsePathSelectorMissing) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorMissing) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorMissing) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessions

type BatchGetProbingSessionsResponsePathSelectorProbingSessions struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessions) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessions) Name

func (BatchGetProbingSessionsResponsePathSelectorProbingSessions) ProbingDistributions added in v0.8.4

func (BatchGetProbingSessionsResponsePathSelectorProbingSessions) Spec

func (BatchGetProbingSessionsResponsePathSelectorProbingSessions) Status

func (BatchGetProbingSessionsResponsePathSelectorProbingSessions) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessions) WithSubArrayItemValue

func (BatchGetProbingSessionsResponsePathSelectorProbingSessions) WithSubArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessions) WithSubValue

func (BatchGetProbingSessionsResponsePathSelectorProbingSessions) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsDisplayName

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsDisplayName struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsDisplayName) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsDisplayName) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsDisplayName) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadata

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadata struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadata) DeleteTime added in v0.7.1

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadata) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadata) Lifecycle added in v0.7.1

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadata) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadata) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataAnnotations

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataAnnotations struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataAnnotations) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataAnnotations) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataAnnotations) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataCreateTime

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataCreateTime struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataCreateTime) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataCreateTime) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataCreateTime) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataDeleteTime added in v0.7.1

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataDeleteTime struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataDeleteTime) FieldPath added in v0.7.1

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataDeleteTime) WithValue added in v0.7.1

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataGeneration

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataGeneration struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataGeneration) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataGeneration) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataGeneration) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataLabels

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataLabels struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataLabels) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataLabels) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataLabels) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycle added in v0.7.1

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycle struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycle) BlockDeletion added in v0.7.1

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycle) FieldPath added in v0.7.1

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycle) State added in v0.7.1

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycle) WithValue added in v0.7.1

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycleBlockDeletion added in v0.7.1

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycleBlockDeletion struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycleState added in v0.7.1

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycleState struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycleState) FieldPath added in v0.7.1

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycleState) WithValue added in v0.7.1

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferences

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferences struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferences) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferences) Region added in v0.7.1

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferences) Version added in v0.7.1

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferences) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferences) WithItemValue

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferences) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesBlockOwnerDeletion

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesController

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesController struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesController) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesController) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesController) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesKind

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesKind struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesKind) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesKind) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesKind) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesName

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesName struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesName) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesName) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesName) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesRegion added in v0.7.1

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesRegion struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesRequiresOwnerReference struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesVersion added in v0.7.1

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesVersion struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataResourceVersion

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataResourceVersion struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataResourceVersion) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataResourceVersion) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataResourceVersion) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataShards

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataShards struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataShards) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataShards) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataShards) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncing

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncing struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncing) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncing) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncing) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncingOwningRegion

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncingOwningRegion struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncingOwningRegion) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncingOwningRegion) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncingOwningRegion) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncingRegions

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncingRegions struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncingRegions) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncingRegions) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncingRegions) WithItemValue

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncingRegions) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataTags

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataTags struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataTags) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataTags) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataTags) WithItemValue

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataTags) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataUpdateTime

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataUpdateTime struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataUpdateTime) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataUpdateTime) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataUpdateTime) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataUuid

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataUuid struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataUuid) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataUuid) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsMetadataUuid) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsName

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsName struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsName) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsName) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsName) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsProbingDistribution

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsProbingDistribution struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsProbingDistribution) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsProbingDistribution) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsProbingDistribution) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsProbingDistributions added in v0.8.4

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsProbingDistributions struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsProbingDistributions) FieldPath added in v0.8.4

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsProbingDistributions) WithArrayOfValues added in v0.8.4

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsProbingDistributions) WithItemValue added in v0.8.4

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsProbingDistributions) WithValue added in v0.8.4

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpec

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpec struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpec) EnablePcap added in v0.8.0

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpec) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpec) Location added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpec) LocationType added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpec) Tos

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpec) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpec) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecAddress

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecAddress struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecAddress) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecAddress) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecAddress) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecAddresses

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecAddresses struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecAddresses) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecAddresses) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecAddresses) WithItemValue

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecAddresses) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecEnablePcap added in v0.8.0

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecEnablePcap struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecEnablePcap) FieldPath added in v0.8.0

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecEnablePcap) WithArrayOfValues added in v0.8.0

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecEnablePcap) WithValue added in v0.8.0

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfig

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfig struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfig) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfig) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfig) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfig

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfig struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfig) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfig) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfig) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigPassword

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigPassword struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigPassword) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigPassword) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigPassword) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequest

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequest struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequest) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequest) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestBody

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestBody struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestBody) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestBody) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestTimeout

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestTimeout struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestTimeout) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestTimeout) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestUrl

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestUrl struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestUrl) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestUrl) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseBodyKey

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseBodyKey struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseBodyKey) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseBodyKey) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseHeader

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseHeader struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseHeader) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseHeader) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigUsername

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigUsername struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigUsername) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigUsername) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigUsername) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequest

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequest struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequest) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequest) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequest) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestAuthenticationMethod

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestAuthenticationMethod struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestAuthenticationMethod) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestAuthenticationMethod) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestExpectedResponseCode

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestExpectedResponseCode struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestExpectedResponseCode) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestExpectedResponseCode) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestBody

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestBody struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestBody) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestBody) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestHeaders

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestHeaders struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestHeaders) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestMethod

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestMethod struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestMethod) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestMethod) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestTimeout

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestTimeout struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestTimeout) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestTimeout) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestTimeout) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestUrl

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestUrl struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestUrl) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestUrl) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestUrl) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecInterval

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecInterval struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecInterval) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecInterval) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecInterval) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecIpVersion

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecIpVersion struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecIpVersion) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecIpVersion) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecIpVersion) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocation added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocation struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocation) Accuracy added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocation) Address added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocation) AdminHierarchy added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocation) Coordinates added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocation) FieldPath added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocation) WithArrayOfValues added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocation) WithValue added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAccuracy added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAccuracy struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAccuracy) FieldPath added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAccuracy) WithArrayOfValues added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAccuracy) WithValue added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress) AdminArea1 added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress) AdminArea2 added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress) AdminArea3 added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress) AdminArea4 added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress) Continent added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress) Country added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress) CountryCode added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress) FieldPath added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress) PostalCode added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress) StreetAddress added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress) WithArrayOfValues added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress) WithValue added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea1 added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea1 struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea1) FieldPath added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea1) WithArrayOfValues added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea1) WithValue added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea2 added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea2 struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea2) FieldPath added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea2) WithArrayOfValues added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea2) WithValue added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea3 added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea3 struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea3) FieldPath added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea3) WithArrayOfValues added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea3) WithValue added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea4 added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea4 struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea4) FieldPath added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea4) WithArrayOfValues added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea4) WithValue added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressContinent added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressContinent struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressContinent) FieldPath added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressContinent) WithArrayOfValues added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressContinent) WithValue added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressCountry added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressCountry struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressCountry) FieldPath added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressCountry) WithArrayOfValues added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressCountry) WithValue added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressCountryCode added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressCountryCode struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressCountryCode) FieldPath added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressCountryCode) WithArrayOfValues added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressCountryCode) WithValue added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressPostalCode added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressPostalCode struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressPostalCode) FieldPath added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressPostalCode) WithArrayOfValues added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressPostalCode) WithValue added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressStreetAddress added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressStreetAddress struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressStreetAddress) FieldPath added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressStreetAddress) WithArrayOfValues added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressStreetAddress) WithValue added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchy added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchy struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchy) Admin1 added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchy) Admin2 added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchy) Admin3 added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchy) Admin4 added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchy) Admin5 added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchy) Continent added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchy) Country added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchy) FieldPath added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchy) WithArrayOfValues added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchy) WithValue added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin1 added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin1 struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin1) FieldPath added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin1) WithArrayOfValues added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin1) WithValue added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin2 added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin2 struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin2) FieldPath added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin2) WithArrayOfValues added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin2) WithValue added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin3 added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin3 struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin3) FieldPath added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin3) WithArrayOfValues added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin3) WithValue added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin4 added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin4 struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin4) FieldPath added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin4) WithArrayOfValues added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin4) WithValue added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin5 added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin5 struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin5) FieldPath added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin5) WithArrayOfValues added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin5) WithValue added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyContinent added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyContinent struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyContinent) FieldPath added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyContinent) WithArrayOfValues added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyContinent) WithValue added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyCountry added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyCountry struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyCountry) FieldPath added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyCountry) WithArrayOfValues added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyCountry) WithValue added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationCoordinates added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationCoordinates struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationCoordinates) FieldPath added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationCoordinates) WithArrayOfValues added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationCoordinates) WithValue added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationType added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationType struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationType) FieldPath added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationType) WithArrayOfValues added in v0.4.28

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecLocationType) WithValue added in v0.4.28

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecMode

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecMode struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecMode) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecMode) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecMode) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbing

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbing struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbing) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbing) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbing) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingAttempts

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingAttempts struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingAttempts) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingAttempts) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingAttempts) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingEnabled

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingEnabled struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingEnabled) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingEnabled) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingEnabled) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingInterval

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingInterval struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingInterval) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingInterval) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingInterval) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingIntervalSec

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingIntervalSec struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingIntervalSec) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingIntervalSec) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingIntervalSec) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingMaxTtl

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingMaxTtl struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingMaxTtl) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingMaxTtl) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingMaxTtl) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingMode

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingMode struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingMode) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingMode) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingMode) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPort

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPort struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPort) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPort) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecPort) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecProbe

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecProbe struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecProbe) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecProbe) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecProbe) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfiguration

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfiguration struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfiguration) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfiguration) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfiguration) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationHttpProxy

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationHttpProxy struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationHttpProxy) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationHttpProxy) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationHttpProxy) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationHttpsProxy

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationHttpsProxy struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationHttpsProxy) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationHttpsProxy) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationHttpsProxy) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationNoProxy

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationNoProxy struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationNoProxy) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationNoProxy) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationNoProxy) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationProxySetting

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationProxySetting struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationProxySetting) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationProxySetting) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationProxySetting) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettings

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettings struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettings) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettings) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettings) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsDuration

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsDuration struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsDuration) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsDuration) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsDuration) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsServerSelection

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsServerSelection struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsServerSelection) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsServerSelection) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsServerSelection) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsTcpPort

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsTcpPort struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsTcpPort) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsTcpPort) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsTcpPort) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecTarget

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecTarget struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecTarget) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecTarget) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecTarget) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecTargetGroup

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecTargetGroup struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecTargetGroup) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecTargetGroup) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecTargetGroup) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecTos

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecTos struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecTos) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecTos) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecTos) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecType

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecType struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecType) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecType) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsSpecType) WithValue

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsStatus

type BatchGetProbingSessionsResponsePathSelectorProbingSessionsStatus struct{}

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsStatus) FieldPath

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsStatus) WithArrayOfValues

func (BatchGetProbingSessionsResponsePathSelectorProbingSessionsStatus) WithValue

type BatchGetProbingSessionsResponse_FieldMask

type BatchGetProbingSessionsResponse_FieldMask struct {
	Paths []BatchGetProbingSessionsResponse_FieldPath
}

func FullBatchGetProbingSessionsResponse_FieldMask

func FullBatchGetProbingSessionsResponse_FieldMask() *BatchGetProbingSessionsResponse_FieldMask

func (*BatchGetProbingSessionsResponse_FieldMask) AppendPath

func (*BatchGetProbingSessionsResponse_FieldMask) AppendRawPath

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

func (*BatchGetProbingSessionsResponse_FieldMask) DecodeFirestore

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

func (*BatchGetProbingSessionsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*BatchGetProbingSessionsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetProbingSessionsResponse_FieldMask) FromProtoFieldMask

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

func (*BatchGetProbingSessionsResponse_FieldMask) GetPaths

func (*BatchGetProbingSessionsResponse_FieldMask) GetRawPaths

func (*BatchGetProbingSessionsResponse_FieldMask) IsFull

func (fieldMask *BatchGetProbingSessionsResponse_FieldMask) IsFull() bool

func (BatchGetProbingSessionsResponse_FieldMask) Marshal

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

implement methods required by customType

func (BatchGetProbingSessionsResponse_FieldMask) MarshalJSON

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

func (*BatchGetProbingSessionsResponse_FieldMask) PathsCount

func (fieldMask *BatchGetProbingSessionsResponse_FieldMask) PathsCount() int

func (*BatchGetProbingSessionsResponse_FieldMask) Project

func (*BatchGetProbingSessionsResponse_FieldMask) ProjectRaw

func (*BatchGetProbingSessionsResponse_FieldMask) ProtoMessage

func (fieldMask *BatchGetProbingSessionsResponse_FieldMask) ProtoMessage()

func (*BatchGetProbingSessionsResponse_FieldMask) ProtoReflect

func (*BatchGetProbingSessionsResponse_FieldMask) Reset

func (fieldMask *BatchGetProbingSessionsResponse_FieldMask) Reset()

func (*BatchGetProbingSessionsResponse_FieldMask) Set

func (*BatchGetProbingSessionsResponse_FieldMask) SetFromCliFlag

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

func (*BatchGetProbingSessionsResponse_FieldMask) SetRaw

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

func (*BatchGetProbingSessionsResponse_FieldMask) Size

func (*BatchGetProbingSessionsResponse_FieldMask) String

func (*BatchGetProbingSessionsResponse_FieldMask) Subtract

func (*BatchGetProbingSessionsResponse_FieldMask) SubtractRaw

func (*BatchGetProbingSessionsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*BatchGetProbingSessionsResponse_FieldMask) Unmarshal

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

func (*BatchGetProbingSessionsResponse_FieldMask) UnmarshalJSON

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

type BatchGetProbingSessionsResponse_FieldPath

type BatchGetProbingSessionsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetProbingSessionsResponse_FieldPathSelector
	Get(source *BatchGetProbingSessionsResponse) []interface{}
	GetSingle(source *BatchGetProbingSessionsResponse) (interface{}, bool)
	ClearValue(item *BatchGetProbingSessionsResponse)

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

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

func MustParseBatchGetProbingSessionsResponse_FieldPath

func MustParseBatchGetProbingSessionsResponse_FieldPath(rawField string) BatchGetProbingSessionsResponse_FieldPath

func ParseBatchGetProbingSessionsResponse_FieldPath

func ParseBatchGetProbingSessionsResponse_FieldPath(rawField string) (BatchGetProbingSessionsResponse_FieldPath, error)

type BatchGetProbingSessionsResponse_FieldPathArrayItemValue

type BatchGetProbingSessionsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetProbingSessionsResponse_FieldPath
	ContainsValue(*BatchGetProbingSessionsResponse) bool
}

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

func MustParseBatchGetProbingSessionsResponse_FieldPathArrayItemValue

func MustParseBatchGetProbingSessionsResponse_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetProbingSessionsResponse_FieldPathArrayItemValue

func ParseBatchGetProbingSessionsResponse_FieldPathArrayItemValue

func ParseBatchGetProbingSessionsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetProbingSessionsResponse_FieldPathArrayItemValue, error)

ParseBatchGetProbingSessionsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetProbingSessionsResponse_FieldPathArrayOfValues

type BatchGetProbingSessionsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetProbingSessionsResponse_FieldPath
}

BatchGetProbingSessionsResponse_FieldPathArrayOfValues allows storing slice of values for BatchGetProbingSessionsResponse fields according to their type

func MustParseBatchGetProbingSessionsResponse_FieldPathArrayOfValues

func MustParseBatchGetProbingSessionsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetProbingSessionsResponse_FieldPathArrayOfValues

func ParseBatchGetProbingSessionsResponse_FieldPathArrayOfValues

func ParseBatchGetProbingSessionsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetProbingSessionsResponse_FieldPathArrayOfValues, error)

type BatchGetProbingSessionsResponse_FieldPathSelector

type BatchGetProbingSessionsResponse_FieldPathSelector int32
const (
	BatchGetProbingSessionsResponse_FieldPathSelectorProbingSessions BatchGetProbingSessionsResponse_FieldPathSelector = 0
	BatchGetProbingSessionsResponse_FieldPathSelectorMissing         BatchGetProbingSessionsResponse_FieldPathSelector = 1
)

func (BatchGetProbingSessionsResponse_FieldPathSelector) String

type BatchGetProbingSessionsResponse_FieldPathValue

type BatchGetProbingSessionsResponse_FieldPathValue interface {
	BatchGetProbingSessionsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetProbingSessionsResponse)
	CompareWith(*BatchGetProbingSessionsResponse) (cmp int, comparable bool)
}

BatchGetProbingSessionsResponse_FieldPathValue allows storing values for BatchGetProbingSessionsResponse fields according to their type

func MustParseBatchGetProbingSessionsResponse_FieldPathValue

func MustParseBatchGetProbingSessionsResponse_FieldPathValue(pathStr, valueStr string) BatchGetProbingSessionsResponse_FieldPathValue

func ParseBatchGetProbingSessionsResponse_FieldPathValue

func ParseBatchGetProbingSessionsResponse_FieldPathValue(pathStr, valueStr string) (BatchGetProbingSessionsResponse_FieldPathValue, error)

type BatchGetProbingSessionsResponse_FieldSubPath

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

func (*BatchGetProbingSessionsResponse_FieldSubPath) AsProbingSessionsSubPath

func (*BatchGetProbingSessionsResponse_FieldSubPath) ClearValue

func (*BatchGetProbingSessionsResponse_FieldSubPath) ClearValueRaw

func (*BatchGetProbingSessionsResponse_FieldSubPath) Get

func (fps *BatchGetProbingSessionsResponse_FieldSubPath) Get(source *BatchGetProbingSessionsResponse) (values []interface{})

Get returns all values pointed by selected field from source BatchGetProbingSessionsResponse

func (*BatchGetProbingSessionsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetProbingSessionsResponse_FieldSubPath) GetRaw

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

func (*BatchGetProbingSessionsResponse_FieldSubPath) GetSingle

GetSingle returns value of selected field from source BatchGetProbingSessionsResponse

func (*BatchGetProbingSessionsResponse_FieldSubPath) GetSingleRaw

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

func (*BatchGetProbingSessionsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetProbingSessionsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetProbingSessionsResponse_FieldSubPath) Selector

func (*BatchGetProbingSessionsResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*BatchGetProbingSessionsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*BatchGetProbingSessionsResponse_FieldSubPath) WithIArrayItemValue

func (*BatchGetProbingSessionsResponse_FieldSubPath) WithIArrayOfValues

func (*BatchGetProbingSessionsResponse_FieldSubPath) WithIValue

func (*BatchGetProbingSessionsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*BatchGetProbingSessionsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*BatchGetProbingSessionsResponse_FieldSubPath) WithRawIValue

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

type BatchGetProbingSessionsResponse_FieldSubPathArrayItemValue

type BatchGetProbingSessionsResponse_FieldSubPathArrayItemValue struct {
	BatchGetProbingSessionsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetProbingSessionsResponse_FieldSubPathArrayItemValue) AsProbingSessionsPathItemValue

func (*BatchGetProbingSessionsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*BatchGetProbingSessionsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type BatchGetProbingSessionsResponse_FieldSubPathArrayOfValues

type BatchGetProbingSessionsResponse_FieldSubPathArrayOfValues struct {
	BatchGetProbingSessionsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetProbingSessionsResponse_FieldSubPathArrayOfValues) AsProbingSessionsPathArrayOfValues

func (*BatchGetProbingSessionsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type BatchGetProbingSessionsResponse_FieldSubPathValue

type BatchGetProbingSessionsResponse_FieldSubPathValue struct {
	BatchGetProbingSessionsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetProbingSessionsResponse_FieldSubPathValue) AsProbingSessionsPathValue

func (*BatchGetProbingSessionsResponse_FieldSubPathValue) CompareWith

func (*BatchGetProbingSessionsResponse_FieldSubPathValue) CompareWithRaw

func (*BatchGetProbingSessionsResponse_FieldSubPathValue) GetRawValue

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

func (*BatchGetProbingSessionsResponse_FieldSubPathValue) SetTo

func (*BatchGetProbingSessionsResponse_FieldSubPathValue) SetToRaw

type BatchGetProbingSessionsResponse_FieldTerminalPath

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

func (*BatchGetProbingSessionsResponse_FieldTerminalPath) ClearValue

func (*BatchGetProbingSessionsResponse_FieldTerminalPath) ClearValueRaw

func (*BatchGetProbingSessionsResponse_FieldTerminalPath) Get

Get returns all values pointed by specific field from source BatchGetProbingSessionsResponse

func (*BatchGetProbingSessionsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetProbingSessionsResponse_FieldTerminalPath) GetRaw

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

func (*BatchGetProbingSessionsResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source BatchGetProbingSessionsResponse

func (*BatchGetProbingSessionsResponse_FieldTerminalPath) GetSingleRaw

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

func (*BatchGetProbingSessionsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetProbingSessionsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetProbingSessionsResponse_FieldTerminalPath) Selector

func (*BatchGetProbingSessionsResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (*BatchGetProbingSessionsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetProbingSessionsResponse_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetProbingSessionsResponse_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetProbingSessionsResponse_FieldTerminalPath) WithIValue

func (*BatchGetProbingSessionsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*BatchGetProbingSessionsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*BatchGetProbingSessionsResponse_FieldTerminalPath) WithRawIValue

type BatchGetProbingSessionsResponse_FieldTerminalPathArrayItemValue

type BatchGetProbingSessionsResponse_FieldTerminalPathArrayItemValue struct {
	BatchGetProbingSessionsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetProbingSessionsResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue

func (*BatchGetProbingSessionsResponse_FieldTerminalPathArrayItemValue) AsProbingSessionsItemValue

func (*BatchGetProbingSessionsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetProbingSessionsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*BatchGetProbingSessionsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetProbingSessionsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type BatchGetProbingSessionsResponse_FieldTerminalPathArrayOfValues

type BatchGetProbingSessionsResponse_FieldTerminalPathArrayOfValues struct {
	BatchGetProbingSessionsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetProbingSessionsResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues

func (*BatchGetProbingSessionsResponse_FieldTerminalPathArrayOfValues) AsProbingSessionsArrayOfValues

func (*BatchGetProbingSessionsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type BatchGetProbingSessionsResponse_FieldTerminalPathValue

type BatchGetProbingSessionsResponse_FieldTerminalPathValue struct {
	BatchGetProbingSessionsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetProbingSessionsResponse_FieldTerminalPathValue) AsMissingValue

func (*BatchGetProbingSessionsResponse_FieldTerminalPathValue) AsProbingSessionsValue

func (*BatchGetProbingSessionsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetProbingSessionsResponse_FieldTerminalPathValue' with the value under path in 'BatchGetProbingSessionsResponse'.

func (*BatchGetProbingSessionsResponse_FieldTerminalPathValue) CompareWithRaw

func (*BatchGetProbingSessionsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*BatchGetProbingSessionsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetProbingSessionsResponse

func (*BatchGetProbingSessionsResponse_FieldTerminalPathValue) SetToRaw

type CreateProbingSessionDescriptor

type CreateProbingSessionDescriptor struct{}

func GetCreateProbingSessionDescriptor

func GetCreateProbingSessionDescriptor() *CreateProbingSessionDescriptor

func (*CreateProbingSessionDescriptor) GetApiDescriptor

func (*CreateProbingSessionDescriptor) GetApiName

func (d *CreateProbingSessionDescriptor) GetApiName() string

func (*CreateProbingSessionDescriptor) GetClientMsgReflectHandle

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

func (*CreateProbingSessionDescriptor) GetFullMethodName

func (d *CreateProbingSessionDescriptor) GetFullMethodName() string

func (*CreateProbingSessionDescriptor) GetMethodName

func (d *CreateProbingSessionDescriptor) GetMethodName() string

func (*CreateProbingSessionDescriptor) GetProtoPkgName

func (d *CreateProbingSessionDescriptor) GetProtoPkgName() string

func (*CreateProbingSessionDescriptor) GetResourceDescriptor

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

func (*CreateProbingSessionDescriptor) GetServerMsgReflectHandle

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

func (*CreateProbingSessionDescriptor) GetServiceDomain

func (d *CreateProbingSessionDescriptor) GetServiceDomain() string

func (*CreateProbingSessionDescriptor) GetServiceVersion

func (d *CreateProbingSessionDescriptor) GetServiceVersion() string

func (*CreateProbingSessionDescriptor) GetVerb

func (*CreateProbingSessionDescriptor) HasResource

func (d *CreateProbingSessionDescriptor) HasResource() bool

func (*CreateProbingSessionDescriptor) IsClientStream

func (d *CreateProbingSessionDescriptor) IsClientStream() bool

func (*CreateProbingSessionDescriptor) IsCollection

func (d *CreateProbingSessionDescriptor) IsCollection() bool

func (*CreateProbingSessionDescriptor) IsPlural

func (d *CreateProbingSessionDescriptor) IsPlural() bool

func (*CreateProbingSessionDescriptor) IsServerStream

func (d *CreateProbingSessionDescriptor) IsServerStream() bool

func (*CreateProbingSessionDescriptor) IsUnary

func (d *CreateProbingSessionDescriptor) IsUnary() bool

func (*CreateProbingSessionDescriptor) NewEmptyClientMsg

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

func (*CreateProbingSessionDescriptor) NewEmptyServerMsg

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

func (*CreateProbingSessionDescriptor) RequestHasResourceBody

func (d *CreateProbingSessionDescriptor) RequestHasResourceBody() bool

type CreateProbingSessionDescriptorClientMsgHandle

type CreateProbingSessionDescriptorClientMsgHandle struct{}

func (*CreateProbingSessionDescriptorClientMsgHandle) ExtractCollectionName

func (*CreateProbingSessionDescriptorClientMsgHandle) ExtractResourceName

func (*CreateProbingSessionDescriptorClientMsgHandle) ExtractResourceNames

type CreateProbingSessionDescriptorServerMsgHandle

type CreateProbingSessionDescriptorServerMsgHandle struct{}

func (*CreateProbingSessionDescriptorServerMsgHandle) ExtractCollectionName

func (*CreateProbingSessionDescriptorServerMsgHandle) ExtractResourceName

func (*CreateProbingSessionDescriptorServerMsgHandle) ExtractResourceNames

type CreateProbingSessionRequest

type CreateProbingSessionRequest struct {

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

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

func (*CreateProbingSessionRequest) Clone

func (*CreateProbingSessionRequest) CloneRaw

func (*CreateProbingSessionRequest) Descriptor

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

Deprecated, Use CreateProbingSessionRequest.ProtoReflect.Descriptor instead.

func (*CreateProbingSessionRequest) GetParent

func (*CreateProbingSessionRequest) GetProbingSession

func (*CreateProbingSessionRequest) GotenMessage

func (*CreateProbingSessionRequest) GotenMessage()

func (*CreateProbingSessionRequest) GotenObjectExt

func (o *CreateProbingSessionRequest) GotenObjectExt()

func (*CreateProbingSessionRequest) GotenValidate

func (obj *CreateProbingSessionRequest) GotenValidate() error

func (*CreateProbingSessionRequest) MakeDiffFieldMask

func (*CreateProbingSessionRequest) MakeFullFieldMask

func (*CreateProbingSessionRequest) MakeRawDiffFieldMask

func (*CreateProbingSessionRequest) MakeRawFullFieldMask

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

func (*CreateProbingSessionRequest) Marshal

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

func (*CreateProbingSessionRequest) MarshalJSON

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

func (*CreateProbingSessionRequest) Merge

func (*CreateProbingSessionRequest) MergeRaw

func (*CreateProbingSessionRequest) ProtoMessage

func (*CreateProbingSessionRequest) ProtoMessage()

func (*CreateProbingSessionRequest) ProtoReflect

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

func (*CreateProbingSessionRequest) Reset

func (m *CreateProbingSessionRequest) Reset()

func (*CreateProbingSessionRequest) SetParent

func (*CreateProbingSessionRequest) SetProbingSession

func (*CreateProbingSessionRequest) String

func (m *CreateProbingSessionRequest) String() string

func (*CreateProbingSessionRequest) Unmarshal

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

func (*CreateProbingSessionRequest) UnmarshalJSON

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

type CreateProbingSessionRequestFieldPathBuilder

type CreateProbingSessionRequestFieldPathBuilder struct{}

func NewCreateProbingSessionRequestFieldPathBuilder

func NewCreateProbingSessionRequestFieldPathBuilder() CreateProbingSessionRequestFieldPathBuilder

func (CreateProbingSessionRequestFieldPathBuilder) Parent

func (CreateProbingSessionRequestFieldPathBuilder) ProbingSession

type CreateProbingSessionRequestMapPathSelectorProbingSessionMetadataAnnotations

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

func (CreateProbingSessionRequestMapPathSelectorProbingSessionMetadataAnnotations) FieldPath

func (CreateProbingSessionRequestMapPathSelectorProbingSessionMetadataAnnotations) WithArrayOfValues

func (CreateProbingSessionRequestMapPathSelectorProbingSessionMetadataAnnotations) WithValue

type CreateProbingSessionRequestMapPathSelectorProbingSessionMetadataLabels

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

func (CreateProbingSessionRequestMapPathSelectorProbingSessionMetadataLabels) FieldPath

func (CreateProbingSessionRequestMapPathSelectorProbingSessionMetadataLabels) WithArrayOfValues

func (CreateProbingSessionRequestMapPathSelectorProbingSessionMetadataLabels) WithValue

type CreateProbingSessionRequestMapPathSelectorProbingSessionMetadataShards

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

func (CreateProbingSessionRequestMapPathSelectorProbingSessionMetadataShards) FieldPath

func (CreateProbingSessionRequestMapPathSelectorProbingSessionMetadataShards) WithArrayOfValues

func (CreateProbingSessionRequestMapPathSelectorProbingSessionMetadataShards) WithValue

type CreateProbingSessionRequestMapPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders

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

func (CreateProbingSessionRequestMapPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (CreateProbingSessionRequestMapPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (CreateProbingSessionRequestMapPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type CreateProbingSessionRequestMapPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestHeaders

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

func (CreateProbingSessionRequestMapPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (CreateProbingSessionRequestMapPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (CreateProbingSessionRequestMapPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestHeaders) WithValue

type CreateProbingSessionRequestPathSelectorParent

type CreateProbingSessionRequestPathSelectorParent struct{}

func (CreateProbingSessionRequestPathSelectorParent) FieldPath

type CreateProbingSessionRequestPathSelectorProbingSession

type CreateProbingSessionRequestPathSelectorProbingSession struct{}

func (CreateProbingSessionRequestPathSelectorProbingSession) DisplayName

func (CreateProbingSessionRequestPathSelectorProbingSession) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSession) Metadata

func (CreateProbingSessionRequestPathSelectorProbingSession) Name

func (CreateProbingSessionRequestPathSelectorProbingSession) ProbingDistributions added in v0.8.4

func (CreateProbingSessionRequestPathSelectorProbingSession) Spec

func (CreateProbingSessionRequestPathSelectorProbingSession) Status

func (CreateProbingSessionRequestPathSelectorProbingSession) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSession) WithSubArrayItemValue

func (CreateProbingSessionRequestPathSelectorProbingSession) WithSubArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSession) WithSubPath

func (CreateProbingSessionRequestPathSelectorProbingSession) WithSubValue

func (CreateProbingSessionRequestPathSelectorProbingSession) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionDisplayName

type CreateProbingSessionRequestPathSelectorProbingSessionDisplayName struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionDisplayName) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionDisplayName) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionDisplayName) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionMetadata

type CreateProbingSessionRequestPathSelectorProbingSessionMetadata struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadata) DeleteTime added in v0.7.1

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadata) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadata) Lifecycle added in v0.7.1

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadata) Tags

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadata) Uuid

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadata) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadata) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataAnnotations

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataAnnotations struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataAnnotations) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataAnnotations) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataAnnotations) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataCreateTime

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataCreateTime struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataCreateTime) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataCreateTime) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataCreateTime) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataDeleteTime added in v0.7.1

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataDeleteTime struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataDeleteTime) FieldPath added in v0.7.1

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataDeleteTime) WithValue added in v0.7.1

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataGeneration

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataGeneration struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataGeneration) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataGeneration) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataGeneration) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataLabels

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataLabels struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataLabels) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataLabels) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataLabels) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataLifecycle added in v0.7.1

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataLifecycle struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataLifecycle) BlockDeletion added in v0.7.1

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataLifecycle) FieldPath added in v0.7.1

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataLifecycle) State added in v0.7.1

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataLifecycle) WithValue added in v0.7.1

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataLifecycleBlockDeletion added in v0.7.1

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataLifecycleBlockDeletion struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataLifecycleState added in v0.7.1

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataLifecycleState struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataLifecycleState) FieldPath added in v0.7.1

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataLifecycleState) WithValue added in v0.7.1

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferences

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferences struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferences) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferences) Region added in v0.7.1

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferences) Version added in v0.7.1

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferences) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferences) WithItemValue

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferences) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesBlockOwnerDeletion

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesController

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesController struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesController) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesController) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesController) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesKind

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesKind struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesKind) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesKind) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesKind) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesName

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesName struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesName) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesName) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesName) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesRegion added in v0.7.1

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesRegion struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesRequiresOwnerReference struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesVersion added in v0.7.1

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesVersion struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataResourceVersion

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataResourceVersion struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataResourceVersion) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataResourceVersion) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataResourceVersion) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataShards

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataShards struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataShards) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataShards) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataShards) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataSyncing

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataSyncing struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataSyncing) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataSyncing) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataSyncing) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataSyncingOwningRegion

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataSyncingOwningRegion struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataSyncingOwningRegion) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataSyncingOwningRegion) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataSyncingOwningRegion) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataSyncingRegions

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataSyncingRegions struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataSyncingRegions) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataSyncingRegions) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataSyncingRegions) WithItemValue

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataSyncingRegions) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataTags

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataTags struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataTags) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataTags) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataTags) WithItemValue

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataTags) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataUpdateTime

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataUpdateTime struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataUpdateTime) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataUpdateTime) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataUpdateTime) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataUuid

type CreateProbingSessionRequestPathSelectorProbingSessionMetadataUuid struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataUuid) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataUuid) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionMetadataUuid) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionName

type CreateProbingSessionRequestPathSelectorProbingSessionName struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionName) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionName) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionName) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionProbingDistribution

type CreateProbingSessionRequestPathSelectorProbingSessionProbingDistribution struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionProbingDistribution) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionProbingDistribution) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionProbingDistribution) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionProbingDistributions added in v0.8.4

type CreateProbingSessionRequestPathSelectorProbingSessionProbingDistributions struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionProbingDistributions) FieldPath added in v0.8.4

func (CreateProbingSessionRequestPathSelectorProbingSessionProbingDistributions) WithArrayOfValues added in v0.8.4

func (CreateProbingSessionRequestPathSelectorProbingSessionProbingDistributions) WithItemValue added in v0.8.4

func (CreateProbingSessionRequestPathSelectorProbingSessionProbingDistributions) WithValue added in v0.8.4

type CreateProbingSessionRequestPathSelectorProbingSessionSpec

type CreateProbingSessionRequestPathSelectorProbingSessionSpec struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpec) Address

func (CreateProbingSessionRequestPathSelectorProbingSessionSpec) EnablePcap added in v0.8.0

func (CreateProbingSessionRequestPathSelectorProbingSessionSpec) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpec) Interval

func (CreateProbingSessionRequestPathSelectorProbingSessionSpec) Location added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpec) LocationType added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpec) Mode

func (CreateProbingSessionRequestPathSelectorProbingSessionSpec) Port

func (CreateProbingSessionRequestPathSelectorProbingSessionSpec) Probe

func (CreateProbingSessionRequestPathSelectorProbingSessionSpec) Target

func (CreateProbingSessionRequestPathSelectorProbingSessionSpec) Tos

func (CreateProbingSessionRequestPathSelectorProbingSessionSpec) Type

func (CreateProbingSessionRequestPathSelectorProbingSessionSpec) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpec) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecAddress

type CreateProbingSessionRequestPathSelectorProbingSessionSpecAddress struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecAddress) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecAddress) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecAddress) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecAddresses

type CreateProbingSessionRequestPathSelectorProbingSessionSpecAddresses struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecAddresses) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecAddresses) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecAddresses) WithItemValue

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecAddresses) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecEnablePcap added in v0.8.0

type CreateProbingSessionRequestPathSelectorProbingSessionSpecEnablePcap struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecEnablePcap) FieldPath added in v0.8.0

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecEnablePcap) WithArrayOfValues added in v0.8.0

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecEnablePcap) WithValue added in v0.8.0

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfig

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfig struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfig) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfig) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfig) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfig

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfig struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfig) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfig) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfig) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigPassword

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigPassword struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigPassword) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigPassword) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigPassword) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequest

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequest struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequest) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequest) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestBody

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestBody struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestBody) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestBody) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestTimeout

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestTimeout struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestTimeout) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestTimeout) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestUrl

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestUrl struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestUrl) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestUrl) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenResponseBodyKey

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenResponseBodyKey struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenResponseBodyKey) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenResponseBodyKey) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenResponseHeader

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenResponseHeader struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenResponseHeader) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenResponseHeader) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigUsername

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigUsername struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigUsername) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigUsername) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigUsername) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequest

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequest struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequest) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequest) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequest) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestAuthenticationMethod

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestAuthenticationMethod struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestAuthenticationMethod) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestAuthenticationMethod) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestExpectedResponseCode

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestExpectedResponseCode struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestExpectedResponseCode) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestExpectedResponseCode) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestBody

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestBody struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestBody) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestBody) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestHeaders

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestHeaders struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestHeaders) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestMethod

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestMethod struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestMethod) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestMethod) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestTimeout

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestTimeout struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestTimeout) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestTimeout) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestTimeout) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestUrl

type CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestUrl struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestUrl) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestUrl) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestUrl) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecInterval

type CreateProbingSessionRequestPathSelectorProbingSessionSpecInterval struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecInterval) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecInterval) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecInterval) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecIpVersion

type CreateProbingSessionRequestPathSelectorProbingSessionSpecIpVersion struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecIpVersion) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecIpVersion) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecIpVersion) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocation added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocation struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocation) Accuracy added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocation) Address added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocation) AdminHierarchy added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocation) Coordinates added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocation) FieldPath added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocation) WithArrayOfValues added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocation) WithValue added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAccuracy added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAccuracy struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAccuracy) FieldPath added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAccuracy) WithArrayOfValues added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAccuracy) WithValue added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddress added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddress struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddress) AdminArea1 added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddress) AdminArea2 added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddress) AdminArea3 added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddress) AdminArea4 added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddress) Continent added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddress) Country added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddress) CountryCode added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddress) FieldPath added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddress) PostalCode added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddress) StreetAddress added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddress) WithArrayOfValues added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddress) WithValue added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea1 added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea1 struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea1) FieldPath added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea1) WithArrayOfValues added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea1) WithValue added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea2 added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea2 struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea2) FieldPath added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea2) WithArrayOfValues added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea2) WithValue added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea3 added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea3 struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea3) FieldPath added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea3) WithArrayOfValues added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea3) WithValue added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea4 added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea4 struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea4) FieldPath added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea4) WithArrayOfValues added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea4) WithValue added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressContinent added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressContinent struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressContinent) FieldPath added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressContinent) WithArrayOfValues added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressContinent) WithValue added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressCountry added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressCountry struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressCountry) FieldPath added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressCountry) WithArrayOfValues added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressCountry) WithValue added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressCountryCode added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressCountryCode struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressCountryCode) FieldPath added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressCountryCode) WithArrayOfValues added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressCountryCode) WithValue added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressPostalCode added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressPostalCode struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressPostalCode) FieldPath added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressPostalCode) WithArrayOfValues added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressPostalCode) WithValue added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressStreetAddress added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressStreetAddress struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressStreetAddress) FieldPath added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressStreetAddress) WithArrayOfValues added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressStreetAddress) WithValue added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchy added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchy struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchy) Admin1 added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchy) Admin2 added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchy) Admin3 added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchy) Admin4 added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchy) Admin5 added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchy) Continent added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchy) Country added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchy) FieldPath added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchy) WithArrayOfValues added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchy) WithValue added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin1 added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin1 struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin1) FieldPath added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin1) WithArrayOfValues added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin1) WithValue added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin2 added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin2 struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin2) FieldPath added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin2) WithArrayOfValues added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin2) WithValue added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin3 added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin3 struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin3) FieldPath added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin3) WithArrayOfValues added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin3) WithValue added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin4 added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin4 struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin4) FieldPath added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin4) WithArrayOfValues added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin4) WithValue added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin5 added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin5 struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin5) FieldPath added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin5) WithArrayOfValues added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin5) WithValue added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyContinent added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyContinent struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyContinent) FieldPath added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyContinent) WithArrayOfValues added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyContinent) WithValue added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyCountry added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyCountry struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyCountry) FieldPath added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyCountry) WithArrayOfValues added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyCountry) WithValue added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationCoordinates added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationCoordinates struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationCoordinates) FieldPath added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationCoordinates) WithArrayOfValues added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationCoordinates) WithValue added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationType added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationType struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationType) FieldPath added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationType) WithArrayOfValues added in v0.4.28

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecLocationType) WithValue added in v0.4.28

type CreateProbingSessionRequestPathSelectorProbingSessionSpecMode

type CreateProbingSessionRequestPathSelectorProbingSessionSpecMode struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecMode) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecMode) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecMode) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecPathProbing

type CreateProbingSessionRequestPathSelectorProbingSessionSpecPathProbing struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecPathProbing) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecPathProbing) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecPathProbing) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingAttempts

type CreateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingAttempts struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingAttempts) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingAttempts) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingAttempts) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingEnabled

type CreateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingEnabled struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingEnabled) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingEnabled) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingEnabled) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingInterval

type CreateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingInterval struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingInterval) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingInterval) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingInterval) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingIntervalSec

type CreateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingIntervalSec struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingIntervalSec) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingIntervalSec) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingIntervalSec) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingMaxTtl

type CreateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingMaxTtl struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingMaxTtl) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingMaxTtl) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingMaxTtl) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingMode

type CreateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingMode struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingMode) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingMode) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingMode) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecPort

type CreateProbingSessionRequestPathSelectorProbingSessionSpecPort struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecPort) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecPort) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecPort) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecProbe

type CreateProbingSessionRequestPathSelectorProbingSessionSpecProbe struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecProbe) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecProbe) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecProbe) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfiguration

type CreateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfiguration struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfiguration) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfiguration) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfiguration) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationHttpProxy

type CreateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationHttpProxy struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationHttpProxy) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationHttpProxy) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationHttpProxy) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationHttpsProxy

type CreateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationHttpsProxy struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationHttpsProxy) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationHttpsProxy) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationHttpsProxy) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationNoProxy

type CreateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationNoProxy struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationNoProxy) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationNoProxy) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationNoProxy) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationProxySetting

type CreateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationProxySetting struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationProxySetting) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationProxySetting) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationProxySetting) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettings

type CreateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettings struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettings) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettings) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettings) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettingsDuration

type CreateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettingsDuration struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettingsDuration) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettingsDuration) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettingsDuration) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettingsServerSelection

type CreateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettingsServerSelection struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettingsServerSelection) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettingsServerSelection) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettingsServerSelection) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettingsTcpPort

type CreateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettingsTcpPort struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettingsTcpPort) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettingsTcpPort) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettingsTcpPort) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecTarget

type CreateProbingSessionRequestPathSelectorProbingSessionSpecTarget struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecTarget) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecTarget) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecTarget) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecTargetGroup

type CreateProbingSessionRequestPathSelectorProbingSessionSpecTargetGroup struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecTargetGroup) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecTargetGroup) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecTargetGroup) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecTos

type CreateProbingSessionRequestPathSelectorProbingSessionSpecTos struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecTos) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecTos) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecTos) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionSpecType

type CreateProbingSessionRequestPathSelectorProbingSessionSpecType struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecType) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecType) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionSpecType) WithValue

type CreateProbingSessionRequestPathSelectorProbingSessionStatus

type CreateProbingSessionRequestPathSelectorProbingSessionStatus struct{}

func (CreateProbingSessionRequestPathSelectorProbingSessionStatus) FieldPath

func (CreateProbingSessionRequestPathSelectorProbingSessionStatus) WithArrayOfValues

func (CreateProbingSessionRequestPathSelectorProbingSessionStatus) WithValue

type CreateProbingSessionRequest_FieldMask

type CreateProbingSessionRequest_FieldMask struct {
	Paths []CreateProbingSessionRequest_FieldPath
}

func FullCreateProbingSessionRequest_FieldMask

func FullCreateProbingSessionRequest_FieldMask() *CreateProbingSessionRequest_FieldMask

func (*CreateProbingSessionRequest_FieldMask) AppendPath

func (*CreateProbingSessionRequest_FieldMask) AppendRawPath

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

func (*CreateProbingSessionRequest_FieldMask) DecodeFirestore

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

func (*CreateProbingSessionRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*CreateProbingSessionRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*CreateProbingSessionRequest_FieldMask) FromProtoFieldMask

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

func (*CreateProbingSessionRequest_FieldMask) GetPaths

func (*CreateProbingSessionRequest_FieldMask) GetRawPaths

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

func (*CreateProbingSessionRequest_FieldMask) IsFull

func (fieldMask *CreateProbingSessionRequest_FieldMask) IsFull() bool

func (CreateProbingSessionRequest_FieldMask) Marshal

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

implement methods required by customType

func (CreateProbingSessionRequest_FieldMask) MarshalJSON

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

func (*CreateProbingSessionRequest_FieldMask) PathsCount

func (fieldMask *CreateProbingSessionRequest_FieldMask) PathsCount() int

func (*CreateProbingSessionRequest_FieldMask) Project

func (*CreateProbingSessionRequest_FieldMask) ProjectRaw

func (*CreateProbingSessionRequest_FieldMask) ProtoMessage

func (fieldMask *CreateProbingSessionRequest_FieldMask) ProtoMessage()

func (*CreateProbingSessionRequest_FieldMask) ProtoReflect

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

func (*CreateProbingSessionRequest_FieldMask) Reset

func (fieldMask *CreateProbingSessionRequest_FieldMask) Reset()

func (*CreateProbingSessionRequest_FieldMask) Set

func (*CreateProbingSessionRequest_FieldMask) SetFromCliFlag

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

func (*CreateProbingSessionRequest_FieldMask) SetRaw

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

func (*CreateProbingSessionRequest_FieldMask) Size

func (fieldMask *CreateProbingSessionRequest_FieldMask) Size() int

func (*CreateProbingSessionRequest_FieldMask) String

func (fieldMask *CreateProbingSessionRequest_FieldMask) String() string

func (*CreateProbingSessionRequest_FieldMask) Subtract

func (*CreateProbingSessionRequest_FieldMask) SubtractRaw

func (*CreateProbingSessionRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*CreateProbingSessionRequest_FieldMask) Unmarshal

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

func (*CreateProbingSessionRequest_FieldMask) UnmarshalJSON

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

type CreateProbingSessionRequest_FieldPath

type CreateProbingSessionRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() CreateProbingSessionRequest_FieldPathSelector
	Get(source *CreateProbingSessionRequest) []interface{}
	GetSingle(source *CreateProbingSessionRequest) (interface{}, bool)
	ClearValue(item *CreateProbingSessionRequest)

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

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

func MustParseCreateProbingSessionRequest_FieldPath

func MustParseCreateProbingSessionRequest_FieldPath(rawField string) CreateProbingSessionRequest_FieldPath

func ParseCreateProbingSessionRequest_FieldPath

func ParseCreateProbingSessionRequest_FieldPath(rawField string) (CreateProbingSessionRequest_FieldPath, error)

type CreateProbingSessionRequest_FieldPathArrayItemValue

type CreateProbingSessionRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	CreateProbingSessionRequest_FieldPath
	ContainsValue(*CreateProbingSessionRequest) bool
}

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

func MustParseCreateProbingSessionRequest_FieldPathArrayItemValue

func MustParseCreateProbingSessionRequest_FieldPathArrayItemValue(pathStr, valueStr string) CreateProbingSessionRequest_FieldPathArrayItemValue

func ParseCreateProbingSessionRequest_FieldPathArrayItemValue

func ParseCreateProbingSessionRequest_FieldPathArrayItemValue(pathStr, valueStr string) (CreateProbingSessionRequest_FieldPathArrayItemValue, error)

ParseCreateProbingSessionRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type CreateProbingSessionRequest_FieldPathArrayOfValues

type CreateProbingSessionRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	CreateProbingSessionRequest_FieldPath
}

CreateProbingSessionRequest_FieldPathArrayOfValues allows storing slice of values for CreateProbingSessionRequest fields according to their type

func MustParseCreateProbingSessionRequest_FieldPathArrayOfValues

func MustParseCreateProbingSessionRequest_FieldPathArrayOfValues(pathStr, valuesStr string) CreateProbingSessionRequest_FieldPathArrayOfValues

func ParseCreateProbingSessionRequest_FieldPathArrayOfValues

func ParseCreateProbingSessionRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (CreateProbingSessionRequest_FieldPathArrayOfValues, error)

type CreateProbingSessionRequest_FieldPathSelector

type CreateProbingSessionRequest_FieldPathSelector int32
const (
	CreateProbingSessionRequest_FieldPathSelectorParent         CreateProbingSessionRequest_FieldPathSelector = 0
	CreateProbingSessionRequest_FieldPathSelectorProbingSession CreateProbingSessionRequest_FieldPathSelector = 1
)

func (CreateProbingSessionRequest_FieldPathSelector) String

type CreateProbingSessionRequest_FieldPathValue

type CreateProbingSessionRequest_FieldPathValue interface {
	CreateProbingSessionRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **CreateProbingSessionRequest)
	CompareWith(*CreateProbingSessionRequest) (cmp int, comparable bool)
}

CreateProbingSessionRequest_FieldPathValue allows storing values for CreateProbingSessionRequest fields according to their type

func MustParseCreateProbingSessionRequest_FieldPathValue

func MustParseCreateProbingSessionRequest_FieldPathValue(pathStr, valueStr string) CreateProbingSessionRequest_FieldPathValue

func ParseCreateProbingSessionRequest_FieldPathValue

func ParseCreateProbingSessionRequest_FieldPathValue(pathStr, valueStr string) (CreateProbingSessionRequest_FieldPathValue, error)

type CreateProbingSessionRequest_FieldSubPath

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

func (*CreateProbingSessionRequest_FieldSubPath) AsProbingSessionSubPath

func (*CreateProbingSessionRequest_FieldSubPath) ClearValue

func (*CreateProbingSessionRequest_FieldSubPath) ClearValueRaw

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

func (*CreateProbingSessionRequest_FieldSubPath) Get

func (fps *CreateProbingSessionRequest_FieldSubPath) Get(source *CreateProbingSessionRequest) (values []interface{})

Get returns all values pointed by selected field from source CreateProbingSessionRequest

func (*CreateProbingSessionRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*CreateProbingSessionRequest_FieldSubPath) GetRaw

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

func (*CreateProbingSessionRequest_FieldSubPath) GetSingle

func (fps *CreateProbingSessionRequest_FieldSubPath) GetSingle(source *CreateProbingSessionRequest) (interface{}, bool)

GetSingle returns value of selected field from source CreateProbingSessionRequest

func (*CreateProbingSessionRequest_FieldSubPath) GetSingleRaw

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

func (*CreateProbingSessionRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreateProbingSessionRequest_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*CreateProbingSessionRequest_FieldSubPath) Selector

func (*CreateProbingSessionRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*CreateProbingSessionRequest_FieldSubPath) String

String returns path representation in proto convention

func (*CreateProbingSessionRequest_FieldSubPath) WithIArrayItemValue

func (*CreateProbingSessionRequest_FieldSubPath) WithIArrayOfValues

func (*CreateProbingSessionRequest_FieldSubPath) WithIValue

func (*CreateProbingSessionRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*CreateProbingSessionRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*CreateProbingSessionRequest_FieldSubPath) WithRawIValue

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

type CreateProbingSessionRequest_FieldSubPathArrayItemValue

type CreateProbingSessionRequest_FieldSubPathArrayItemValue struct {
	CreateProbingSessionRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateProbingSessionRequest_FieldSubPathArrayItemValue) AsProbingSessionPathItemValue

func (*CreateProbingSessionRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*CreateProbingSessionRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type CreateProbingSessionRequest_FieldSubPathArrayOfValues

type CreateProbingSessionRequest_FieldSubPathArrayOfValues struct {
	CreateProbingSessionRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateProbingSessionRequest_FieldSubPathArrayOfValues) AsProbingSessionPathArrayOfValues

func (*CreateProbingSessionRequest_FieldSubPathArrayOfValues) GetRawValues

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

type CreateProbingSessionRequest_FieldSubPathValue

type CreateProbingSessionRequest_FieldSubPathValue struct {
	CreateProbingSessionRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateProbingSessionRequest_FieldSubPathValue) AsProbingSessionPathValue

func (*CreateProbingSessionRequest_FieldSubPathValue) CompareWith

func (*CreateProbingSessionRequest_FieldSubPathValue) CompareWithRaw

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

func (*CreateProbingSessionRequest_FieldSubPathValue) GetRawValue

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

func (*CreateProbingSessionRequest_FieldSubPathValue) SetTo

func (*CreateProbingSessionRequest_FieldSubPathValue) SetToRaw

type CreateProbingSessionRequest_FieldTerminalPath

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

func (*CreateProbingSessionRequest_FieldTerminalPath) ClearValue

func (*CreateProbingSessionRequest_FieldTerminalPath) ClearValueRaw

func (*CreateProbingSessionRequest_FieldTerminalPath) Get

func (fp *CreateProbingSessionRequest_FieldTerminalPath) Get(source *CreateProbingSessionRequest) (values []interface{})

Get returns all values pointed by specific field from source CreateProbingSessionRequest

func (*CreateProbingSessionRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*CreateProbingSessionRequest_FieldTerminalPath) GetRaw

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

func (*CreateProbingSessionRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source CreateProbingSessionRequest

func (*CreateProbingSessionRequest_FieldTerminalPath) GetSingleRaw

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

func (*CreateProbingSessionRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreateProbingSessionRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*CreateProbingSessionRequest_FieldTerminalPath) Selector

func (*CreateProbingSessionRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (*CreateProbingSessionRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*CreateProbingSessionRequest_FieldTerminalPath) WithIArrayItemValue

func (*CreateProbingSessionRequest_FieldTerminalPath) WithIArrayOfValues

func (*CreateProbingSessionRequest_FieldTerminalPath) WithIValue

func (*CreateProbingSessionRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*CreateProbingSessionRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*CreateProbingSessionRequest_FieldTerminalPath) WithRawIValue

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

type CreateProbingSessionRequest_FieldTerminalPathArrayItemValue

type CreateProbingSessionRequest_FieldTerminalPathArrayItemValue struct {
	CreateProbingSessionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateProbingSessionRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*CreateProbingSessionRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*CreateProbingSessionRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*CreateProbingSessionRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type CreateProbingSessionRequest_FieldTerminalPathArrayOfValues

type CreateProbingSessionRequest_FieldTerminalPathArrayOfValues struct {
	CreateProbingSessionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateProbingSessionRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*CreateProbingSessionRequest_FieldTerminalPathArrayOfValues) AsProbingSessionArrayOfValues

func (*CreateProbingSessionRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type CreateProbingSessionRequest_FieldTerminalPathValue

type CreateProbingSessionRequest_FieldTerminalPathValue struct {
	CreateProbingSessionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateProbingSessionRequest_FieldTerminalPathValue) AsParentValue

func (*CreateProbingSessionRequest_FieldTerminalPathValue) AsProbingSessionValue

func (*CreateProbingSessionRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'CreateProbingSessionRequest_FieldTerminalPathValue' with the value under path in 'CreateProbingSessionRequest'.

func (*CreateProbingSessionRequest_FieldTerminalPathValue) CompareWithRaw

func (*CreateProbingSessionRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*CreateProbingSessionRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CreateProbingSessionRequest

func (*CreateProbingSessionRequest_FieldTerminalPathValue) SetToRaw

type DeleteProbingSessionDescriptor

type DeleteProbingSessionDescriptor struct{}

func GetDeleteProbingSessionDescriptor

func GetDeleteProbingSessionDescriptor() *DeleteProbingSessionDescriptor

func (*DeleteProbingSessionDescriptor) GetApiDescriptor

func (*DeleteProbingSessionDescriptor) GetApiName

func (d *DeleteProbingSessionDescriptor) GetApiName() string

func (*DeleteProbingSessionDescriptor) GetClientMsgReflectHandle

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

func (*DeleteProbingSessionDescriptor) GetFullMethodName

func (d *DeleteProbingSessionDescriptor) GetFullMethodName() string

func (*DeleteProbingSessionDescriptor) GetMethodName

func (d *DeleteProbingSessionDescriptor) GetMethodName() string

func (*DeleteProbingSessionDescriptor) GetProtoPkgName

func (d *DeleteProbingSessionDescriptor) GetProtoPkgName() string

func (*DeleteProbingSessionDescriptor) GetResourceDescriptor

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

func (*DeleteProbingSessionDescriptor) GetServerMsgReflectHandle

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

func (*DeleteProbingSessionDescriptor) GetServiceDomain

func (d *DeleteProbingSessionDescriptor) GetServiceDomain() string

func (*DeleteProbingSessionDescriptor) GetServiceVersion

func (d *DeleteProbingSessionDescriptor) GetServiceVersion() string

func (*DeleteProbingSessionDescriptor) GetVerb

func (*DeleteProbingSessionDescriptor) HasResource

func (d *DeleteProbingSessionDescriptor) HasResource() bool

func (*DeleteProbingSessionDescriptor) IsClientStream

func (d *DeleteProbingSessionDescriptor) IsClientStream() bool

func (*DeleteProbingSessionDescriptor) IsCollection

func (d *DeleteProbingSessionDescriptor) IsCollection() bool

func (*DeleteProbingSessionDescriptor) IsPlural

func (d *DeleteProbingSessionDescriptor) IsPlural() bool

func (*DeleteProbingSessionDescriptor) IsServerStream

func (d *DeleteProbingSessionDescriptor) IsServerStream() bool

func (*DeleteProbingSessionDescriptor) IsUnary

func (d *DeleteProbingSessionDescriptor) IsUnary() bool

func (*DeleteProbingSessionDescriptor) NewEmptyClientMsg

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

func (*DeleteProbingSessionDescriptor) NewEmptyServerMsg

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

func (*DeleteProbingSessionDescriptor) RequestHasResourceBody

func (d *DeleteProbingSessionDescriptor) RequestHasResourceBody() bool

type DeleteProbingSessionDescriptorClientMsgHandle

type DeleteProbingSessionDescriptorClientMsgHandle struct{}

func (*DeleteProbingSessionDescriptorClientMsgHandle) ExtractCollectionName

func (*DeleteProbingSessionDescriptorClientMsgHandle) ExtractResourceName

func (*DeleteProbingSessionDescriptorClientMsgHandle) ExtractResourceNames

type DeleteProbingSessionDescriptorServerMsgHandle

type DeleteProbingSessionDescriptorServerMsgHandle struct{}

func (*DeleteProbingSessionDescriptorServerMsgHandle) ExtractCollectionName

func (*DeleteProbingSessionDescriptorServerMsgHandle) ExtractResourceName

func (*DeleteProbingSessionDescriptorServerMsgHandle) ExtractResourceNames

type DeleteProbingSessionRequest

type DeleteProbingSessionRequest struct {

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

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

func (*DeleteProbingSessionRequest) Clone

func (*DeleteProbingSessionRequest) CloneRaw

func (*DeleteProbingSessionRequest) Descriptor

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

Deprecated, Use DeleteProbingSessionRequest.ProtoReflect.Descriptor instead.

func (*DeleteProbingSessionRequest) GetName

func (*DeleteProbingSessionRequest) GotenMessage

func (*DeleteProbingSessionRequest) GotenMessage()

func (*DeleteProbingSessionRequest) GotenObjectExt

func (o *DeleteProbingSessionRequest) GotenObjectExt()

func (*DeleteProbingSessionRequest) GotenValidate

func (obj *DeleteProbingSessionRequest) GotenValidate() error

func (*DeleteProbingSessionRequest) MakeDiffFieldMask

func (*DeleteProbingSessionRequest) MakeFullFieldMask

func (*DeleteProbingSessionRequest) MakeRawDiffFieldMask

func (*DeleteProbingSessionRequest) MakeRawFullFieldMask

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

func (*DeleteProbingSessionRequest) Marshal

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

func (*DeleteProbingSessionRequest) MarshalJSON

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

func (*DeleteProbingSessionRequest) Merge

func (*DeleteProbingSessionRequest) MergeRaw

func (*DeleteProbingSessionRequest) ProtoMessage

func (*DeleteProbingSessionRequest) ProtoMessage()

func (*DeleteProbingSessionRequest) ProtoReflect

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

func (*DeleteProbingSessionRequest) Reset

func (m *DeleteProbingSessionRequest) Reset()

func (*DeleteProbingSessionRequest) SetName

func (*DeleteProbingSessionRequest) String

func (m *DeleteProbingSessionRequest) String() string

func (*DeleteProbingSessionRequest) Unmarshal

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

func (*DeleteProbingSessionRequest) UnmarshalJSON

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

type DeleteProbingSessionRequestFieldPathBuilder

type DeleteProbingSessionRequestFieldPathBuilder struct{}

func NewDeleteProbingSessionRequestFieldPathBuilder

func NewDeleteProbingSessionRequestFieldPathBuilder() DeleteProbingSessionRequestFieldPathBuilder

func (DeleteProbingSessionRequestFieldPathBuilder) Name

type DeleteProbingSessionRequestPathSelectorName

type DeleteProbingSessionRequestPathSelectorName struct{}

func (DeleteProbingSessionRequestPathSelectorName) FieldPath

func (DeleteProbingSessionRequestPathSelectorName) WithArrayOfValues

func (DeleteProbingSessionRequestPathSelectorName) WithValue

type DeleteProbingSessionRequest_FieldMask

type DeleteProbingSessionRequest_FieldMask struct {
	Paths []DeleteProbingSessionRequest_FieldPath
}

func FullDeleteProbingSessionRequest_FieldMask

func FullDeleteProbingSessionRequest_FieldMask() *DeleteProbingSessionRequest_FieldMask

func (*DeleteProbingSessionRequest_FieldMask) AppendPath

func (*DeleteProbingSessionRequest_FieldMask) AppendRawPath

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

func (*DeleteProbingSessionRequest_FieldMask) DecodeFirestore

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

func (*DeleteProbingSessionRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*DeleteProbingSessionRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*DeleteProbingSessionRequest_FieldMask) FromProtoFieldMask

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

func (*DeleteProbingSessionRequest_FieldMask) GetPaths

func (*DeleteProbingSessionRequest_FieldMask) GetRawPaths

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

func (*DeleteProbingSessionRequest_FieldMask) IsFull

func (fieldMask *DeleteProbingSessionRequest_FieldMask) IsFull() bool

func (DeleteProbingSessionRequest_FieldMask) Marshal

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

implement methods required by customType

func (DeleteProbingSessionRequest_FieldMask) MarshalJSON

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

func (*DeleteProbingSessionRequest_FieldMask) PathsCount

func (fieldMask *DeleteProbingSessionRequest_FieldMask) PathsCount() int

func (*DeleteProbingSessionRequest_FieldMask) Project

func (*DeleteProbingSessionRequest_FieldMask) ProjectRaw

func (*DeleteProbingSessionRequest_FieldMask) ProtoMessage

func (fieldMask *DeleteProbingSessionRequest_FieldMask) ProtoMessage()

func (*DeleteProbingSessionRequest_FieldMask) ProtoReflect

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

func (*DeleteProbingSessionRequest_FieldMask) Reset

func (fieldMask *DeleteProbingSessionRequest_FieldMask) Reset()

func (*DeleteProbingSessionRequest_FieldMask) Set

func (*DeleteProbingSessionRequest_FieldMask) SetFromCliFlag

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

func (*DeleteProbingSessionRequest_FieldMask) SetRaw

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

func (*DeleteProbingSessionRequest_FieldMask) Size

func (fieldMask *DeleteProbingSessionRequest_FieldMask) Size() int

func (*DeleteProbingSessionRequest_FieldMask) String

func (fieldMask *DeleteProbingSessionRequest_FieldMask) String() string

func (*DeleteProbingSessionRequest_FieldMask) Subtract

func (*DeleteProbingSessionRequest_FieldMask) SubtractRaw

func (*DeleteProbingSessionRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*DeleteProbingSessionRequest_FieldMask) Unmarshal

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

func (*DeleteProbingSessionRequest_FieldMask) UnmarshalJSON

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

type DeleteProbingSessionRequest_FieldPath

type DeleteProbingSessionRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() DeleteProbingSessionRequest_FieldPathSelector
	Get(source *DeleteProbingSessionRequest) []interface{}
	GetSingle(source *DeleteProbingSessionRequest) (interface{}, bool)
	ClearValue(item *DeleteProbingSessionRequest)

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

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

func MustParseDeleteProbingSessionRequest_FieldPath

func MustParseDeleteProbingSessionRequest_FieldPath(rawField string) DeleteProbingSessionRequest_FieldPath

func ParseDeleteProbingSessionRequest_FieldPath

func ParseDeleteProbingSessionRequest_FieldPath(rawField string) (DeleteProbingSessionRequest_FieldPath, error)

type DeleteProbingSessionRequest_FieldPathArrayItemValue

type DeleteProbingSessionRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	DeleteProbingSessionRequest_FieldPath
	ContainsValue(*DeleteProbingSessionRequest) bool
}

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

func MustParseDeleteProbingSessionRequest_FieldPathArrayItemValue

func MustParseDeleteProbingSessionRequest_FieldPathArrayItemValue(pathStr, valueStr string) DeleteProbingSessionRequest_FieldPathArrayItemValue

func ParseDeleteProbingSessionRequest_FieldPathArrayItemValue

func ParseDeleteProbingSessionRequest_FieldPathArrayItemValue(pathStr, valueStr string) (DeleteProbingSessionRequest_FieldPathArrayItemValue, error)

ParseDeleteProbingSessionRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type DeleteProbingSessionRequest_FieldPathArrayOfValues

type DeleteProbingSessionRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	DeleteProbingSessionRequest_FieldPath
}

DeleteProbingSessionRequest_FieldPathArrayOfValues allows storing slice of values for DeleteProbingSessionRequest fields according to their type

func MustParseDeleteProbingSessionRequest_FieldPathArrayOfValues

func MustParseDeleteProbingSessionRequest_FieldPathArrayOfValues(pathStr, valuesStr string) DeleteProbingSessionRequest_FieldPathArrayOfValues

func ParseDeleteProbingSessionRequest_FieldPathArrayOfValues

func ParseDeleteProbingSessionRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (DeleteProbingSessionRequest_FieldPathArrayOfValues, error)

type DeleteProbingSessionRequest_FieldPathSelector

type DeleteProbingSessionRequest_FieldPathSelector int32
const (
	DeleteProbingSessionRequest_FieldPathSelectorName DeleteProbingSessionRequest_FieldPathSelector = 0
)

func (DeleteProbingSessionRequest_FieldPathSelector) String

type DeleteProbingSessionRequest_FieldPathValue

type DeleteProbingSessionRequest_FieldPathValue interface {
	DeleteProbingSessionRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **DeleteProbingSessionRequest)
	CompareWith(*DeleteProbingSessionRequest) (cmp int, comparable bool)
}

DeleteProbingSessionRequest_FieldPathValue allows storing values for DeleteProbingSessionRequest fields according to their type

func MustParseDeleteProbingSessionRequest_FieldPathValue

func MustParseDeleteProbingSessionRequest_FieldPathValue(pathStr, valueStr string) DeleteProbingSessionRequest_FieldPathValue

func ParseDeleteProbingSessionRequest_FieldPathValue

func ParseDeleteProbingSessionRequest_FieldPathValue(pathStr, valueStr string) (DeleteProbingSessionRequest_FieldPathValue, error)

type DeleteProbingSessionRequest_FieldTerminalPath

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

func (*DeleteProbingSessionRequest_FieldTerminalPath) ClearValue

func (*DeleteProbingSessionRequest_FieldTerminalPath) ClearValueRaw

func (*DeleteProbingSessionRequest_FieldTerminalPath) Get

func (fp *DeleteProbingSessionRequest_FieldTerminalPath) Get(source *DeleteProbingSessionRequest) (values []interface{})

Get returns all values pointed by specific field from source DeleteProbingSessionRequest

func (*DeleteProbingSessionRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*DeleteProbingSessionRequest_FieldTerminalPath) GetRaw

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

func (*DeleteProbingSessionRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source DeleteProbingSessionRequest

func (*DeleteProbingSessionRequest_FieldTerminalPath) GetSingleRaw

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

func (*DeleteProbingSessionRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*DeleteProbingSessionRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*DeleteProbingSessionRequest_FieldTerminalPath) Selector

func (*DeleteProbingSessionRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (*DeleteProbingSessionRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*DeleteProbingSessionRequest_FieldTerminalPath) WithIArrayItemValue

func (*DeleteProbingSessionRequest_FieldTerminalPath) WithIArrayOfValues

func (*DeleteProbingSessionRequest_FieldTerminalPath) WithIValue

func (*DeleteProbingSessionRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*DeleteProbingSessionRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*DeleteProbingSessionRequest_FieldTerminalPath) WithRawIValue

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

type DeleteProbingSessionRequest_FieldTerminalPathArrayItemValue

type DeleteProbingSessionRequest_FieldTerminalPathArrayItemValue struct {
	DeleteProbingSessionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteProbingSessionRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*DeleteProbingSessionRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*DeleteProbingSessionRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*DeleteProbingSessionRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type DeleteProbingSessionRequest_FieldTerminalPathArrayOfValues

type DeleteProbingSessionRequest_FieldTerminalPathArrayOfValues struct {
	DeleteProbingSessionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteProbingSessionRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*DeleteProbingSessionRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type DeleteProbingSessionRequest_FieldTerminalPathValue

type DeleteProbingSessionRequest_FieldTerminalPathValue struct {
	DeleteProbingSessionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteProbingSessionRequest_FieldTerminalPathValue) AsNameValue

func (*DeleteProbingSessionRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'DeleteProbingSessionRequest_FieldTerminalPathValue' with the value under path in 'DeleteProbingSessionRequest'.

func (*DeleteProbingSessionRequest_FieldTerminalPathValue) CompareWithRaw

func (*DeleteProbingSessionRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*DeleteProbingSessionRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object DeleteProbingSessionRequest

func (*DeleteProbingSessionRequest_FieldTerminalPathValue) SetToRaw

type GetProbingSessionDescriptor

type GetProbingSessionDescriptor struct{}

func GetGetProbingSessionDescriptor

func GetGetProbingSessionDescriptor() *GetProbingSessionDescriptor

func (*GetProbingSessionDescriptor) GetApiDescriptor

func (*GetProbingSessionDescriptor) GetApiName

func (d *GetProbingSessionDescriptor) GetApiName() string

func (*GetProbingSessionDescriptor) GetClientMsgReflectHandle

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

func (*GetProbingSessionDescriptor) GetFullMethodName

func (d *GetProbingSessionDescriptor) GetFullMethodName() string

func (*GetProbingSessionDescriptor) GetMethodName

func (d *GetProbingSessionDescriptor) GetMethodName() string

func (*GetProbingSessionDescriptor) GetProtoPkgName

func (d *GetProbingSessionDescriptor) GetProtoPkgName() string

func (*GetProbingSessionDescriptor) GetResourceDescriptor

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

func (*GetProbingSessionDescriptor) GetServerMsgReflectHandle

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

func (*GetProbingSessionDescriptor) GetServiceDomain

func (d *GetProbingSessionDescriptor) GetServiceDomain() string

func (*GetProbingSessionDescriptor) GetServiceVersion

func (d *GetProbingSessionDescriptor) GetServiceVersion() string

func (*GetProbingSessionDescriptor) GetVerb

func (d *GetProbingSessionDescriptor) GetVerb() string

func (*GetProbingSessionDescriptor) HasResource

func (d *GetProbingSessionDescriptor) HasResource() bool

func (*GetProbingSessionDescriptor) IsClientStream

func (d *GetProbingSessionDescriptor) IsClientStream() bool

func (*GetProbingSessionDescriptor) IsCollection

func (d *GetProbingSessionDescriptor) IsCollection() bool

func (*GetProbingSessionDescriptor) IsPlural

func (d *GetProbingSessionDescriptor) IsPlural() bool

func (*GetProbingSessionDescriptor) IsServerStream

func (d *GetProbingSessionDescriptor) IsServerStream() bool

func (*GetProbingSessionDescriptor) IsUnary

func (d *GetProbingSessionDescriptor) IsUnary() bool

func (*GetProbingSessionDescriptor) NewEmptyClientMsg

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

func (*GetProbingSessionDescriptor) NewEmptyServerMsg

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

func (*GetProbingSessionDescriptor) RequestHasResourceBody

func (d *GetProbingSessionDescriptor) RequestHasResourceBody() bool

type GetProbingSessionDescriptorClientMsgHandle

type GetProbingSessionDescriptorClientMsgHandle struct{}

func (*GetProbingSessionDescriptorClientMsgHandle) ExtractCollectionName

func (*GetProbingSessionDescriptorClientMsgHandle) ExtractResourceName

func (*GetProbingSessionDescriptorClientMsgHandle) ExtractResourceNames

type GetProbingSessionDescriptorServerMsgHandle

type GetProbingSessionDescriptorServerMsgHandle struct{}

func (*GetProbingSessionDescriptorServerMsgHandle) ExtractCollectionName

func (*GetProbingSessionDescriptorServerMsgHandle) ExtractResourceName

func (*GetProbingSessionDescriptorServerMsgHandle) ExtractResourceNames

type GetProbingSessionRequest

type GetProbingSessionRequest struct {

	// Reference of ntt.watchdog.v1alpha2.ProbingSession
	Name *probing_session.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_session.ProbingSession_FieldMask `` /* 146-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 [GetProbingSession][ntt.watchdog.v1alpha2.GetProbingSession]

func (*GetProbingSessionRequest) Clone

func (*GetProbingSessionRequest) CloneRaw

func (*GetProbingSessionRequest) Descriptor

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

Deprecated, Use GetProbingSessionRequest.ProtoReflect.Descriptor instead.

func (*GetProbingSessionRequest) GetFieldMask

func (*GetProbingSessionRequest) GetName

func (*GetProbingSessionRequest) GetView

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

func (*GetProbingSessionRequest) GotenMessage

func (*GetProbingSessionRequest) GotenMessage()

func (*GetProbingSessionRequest) GotenObjectExt

func (o *GetProbingSessionRequest) GotenObjectExt()

func (*GetProbingSessionRequest) GotenValidate

func (obj *GetProbingSessionRequest) GotenValidate() error

func (*GetProbingSessionRequest) MakeDiffFieldMask

func (*GetProbingSessionRequest) MakeFullFieldMask

func (*GetProbingSessionRequest) MakeRawDiffFieldMask

func (*GetProbingSessionRequest) MakeRawFullFieldMask

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

func (*GetProbingSessionRequest) Marshal

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

func (*GetProbingSessionRequest) MarshalJSON

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

func (*GetProbingSessionRequest) Merge

func (*GetProbingSessionRequest) MergeRaw

func (*GetProbingSessionRequest) ProtoMessage

func (*GetProbingSessionRequest) ProtoMessage()

func (*GetProbingSessionRequest) ProtoReflect

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

func (*GetProbingSessionRequest) Reset

func (m *GetProbingSessionRequest) Reset()

func (*GetProbingSessionRequest) SetFieldMask

func (*GetProbingSessionRequest) SetName

func (*GetProbingSessionRequest) SetView

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

func (*GetProbingSessionRequest) String

func (m *GetProbingSessionRequest) String() string

func (*GetProbingSessionRequest) Unmarshal

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

func (*GetProbingSessionRequest) UnmarshalJSON

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

type GetProbingSessionRequestFieldPathBuilder

type GetProbingSessionRequestFieldPathBuilder struct{}

func NewGetProbingSessionRequestFieldPathBuilder

func NewGetProbingSessionRequestFieldPathBuilder() GetProbingSessionRequestFieldPathBuilder

func (GetProbingSessionRequestFieldPathBuilder) FieldMask

func (GetProbingSessionRequestFieldPathBuilder) Name

func (GetProbingSessionRequestFieldPathBuilder) View

type GetProbingSessionRequestPathSelectorFieldMask

type GetProbingSessionRequestPathSelectorFieldMask struct{}

func (GetProbingSessionRequestPathSelectorFieldMask) FieldPath

type GetProbingSessionRequestPathSelectorName

type GetProbingSessionRequestPathSelectorName struct{}

func (GetProbingSessionRequestPathSelectorName) FieldPath

func (GetProbingSessionRequestPathSelectorName) WithArrayOfValues

func (GetProbingSessionRequestPathSelectorName) WithValue

type GetProbingSessionRequestPathSelectorView

type GetProbingSessionRequestPathSelectorView struct{}

func (GetProbingSessionRequestPathSelectorView) FieldPath

func (GetProbingSessionRequestPathSelectorView) WithArrayOfValues

func (GetProbingSessionRequestPathSelectorView) WithValue

type GetProbingSessionRequest_FieldMask

type GetProbingSessionRequest_FieldMask struct {
	Paths []GetProbingSessionRequest_FieldPath
}

func FullGetProbingSessionRequest_FieldMask

func FullGetProbingSessionRequest_FieldMask() *GetProbingSessionRequest_FieldMask

func (*GetProbingSessionRequest_FieldMask) AppendPath

func (*GetProbingSessionRequest_FieldMask) AppendRawPath

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

func (*GetProbingSessionRequest_FieldMask) DecodeFirestore

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

func (*GetProbingSessionRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*GetProbingSessionRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*GetProbingSessionRequest_FieldMask) FromProtoFieldMask

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

func (*GetProbingSessionRequest_FieldMask) GetPaths

func (*GetProbingSessionRequest_FieldMask) GetRawPaths

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

func (*GetProbingSessionRequest_FieldMask) IsFull

func (fieldMask *GetProbingSessionRequest_FieldMask) IsFull() bool

func (GetProbingSessionRequest_FieldMask) Marshal

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

implement methods required by customType

func (GetProbingSessionRequest_FieldMask) MarshalJSON

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

func (*GetProbingSessionRequest_FieldMask) PathsCount

func (fieldMask *GetProbingSessionRequest_FieldMask) PathsCount() int

func (*GetProbingSessionRequest_FieldMask) Project

func (*GetProbingSessionRequest_FieldMask) ProjectRaw

func (*GetProbingSessionRequest_FieldMask) ProtoMessage

func (fieldMask *GetProbingSessionRequest_FieldMask) ProtoMessage()

func (*GetProbingSessionRequest_FieldMask) ProtoReflect

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

func (*GetProbingSessionRequest_FieldMask) Reset

func (fieldMask *GetProbingSessionRequest_FieldMask) Reset()

func (*GetProbingSessionRequest_FieldMask) Set

func (fieldMask *GetProbingSessionRequest_FieldMask) Set(target, source *GetProbingSessionRequest)

func (*GetProbingSessionRequest_FieldMask) SetFromCliFlag

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

func (*GetProbingSessionRequest_FieldMask) SetRaw

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

func (*GetProbingSessionRequest_FieldMask) Size

func (fieldMask *GetProbingSessionRequest_FieldMask) Size() int

func (*GetProbingSessionRequest_FieldMask) String

func (fieldMask *GetProbingSessionRequest_FieldMask) String() string

func (*GetProbingSessionRequest_FieldMask) Subtract

func (*GetProbingSessionRequest_FieldMask) SubtractRaw

func (*GetProbingSessionRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*GetProbingSessionRequest_FieldMask) Unmarshal

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

func (*GetProbingSessionRequest_FieldMask) UnmarshalJSON

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

type GetProbingSessionRequest_FieldPath

type GetProbingSessionRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() GetProbingSessionRequest_FieldPathSelector
	Get(source *GetProbingSessionRequest) []interface{}
	GetSingle(source *GetProbingSessionRequest) (interface{}, bool)
	ClearValue(item *GetProbingSessionRequest)

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

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

func MustParseGetProbingSessionRequest_FieldPath

func MustParseGetProbingSessionRequest_FieldPath(rawField string) GetProbingSessionRequest_FieldPath

func ParseGetProbingSessionRequest_FieldPath

func ParseGetProbingSessionRequest_FieldPath(rawField string) (GetProbingSessionRequest_FieldPath, error)

type GetProbingSessionRequest_FieldPathArrayItemValue

type GetProbingSessionRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	GetProbingSessionRequest_FieldPath
	ContainsValue(*GetProbingSessionRequest) bool
}

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

func MustParseGetProbingSessionRequest_FieldPathArrayItemValue

func MustParseGetProbingSessionRequest_FieldPathArrayItemValue(pathStr, valueStr string) GetProbingSessionRequest_FieldPathArrayItemValue

func ParseGetProbingSessionRequest_FieldPathArrayItemValue

func ParseGetProbingSessionRequest_FieldPathArrayItemValue(pathStr, valueStr string) (GetProbingSessionRequest_FieldPathArrayItemValue, error)

ParseGetProbingSessionRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type GetProbingSessionRequest_FieldPathArrayOfValues

type GetProbingSessionRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	GetProbingSessionRequest_FieldPath
}

GetProbingSessionRequest_FieldPathArrayOfValues allows storing slice of values for GetProbingSessionRequest fields according to their type

func MustParseGetProbingSessionRequest_FieldPathArrayOfValues

func MustParseGetProbingSessionRequest_FieldPathArrayOfValues(pathStr, valuesStr string) GetProbingSessionRequest_FieldPathArrayOfValues

func ParseGetProbingSessionRequest_FieldPathArrayOfValues

func ParseGetProbingSessionRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (GetProbingSessionRequest_FieldPathArrayOfValues, error)

type GetProbingSessionRequest_FieldPathSelector

type GetProbingSessionRequest_FieldPathSelector int32
const (
	GetProbingSessionRequest_FieldPathSelectorName      GetProbingSessionRequest_FieldPathSelector = 0
	GetProbingSessionRequest_FieldPathSelectorFieldMask GetProbingSessionRequest_FieldPathSelector = 1
	GetProbingSessionRequest_FieldPathSelectorView      GetProbingSessionRequest_FieldPathSelector = 2
)

func (GetProbingSessionRequest_FieldPathSelector) String

type GetProbingSessionRequest_FieldPathValue

type GetProbingSessionRequest_FieldPathValue interface {
	GetProbingSessionRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **GetProbingSessionRequest)
	CompareWith(*GetProbingSessionRequest) (cmp int, comparable bool)
}

GetProbingSessionRequest_FieldPathValue allows storing values for GetProbingSessionRequest fields according to their type

func MustParseGetProbingSessionRequest_FieldPathValue

func MustParseGetProbingSessionRequest_FieldPathValue(pathStr, valueStr string) GetProbingSessionRequest_FieldPathValue

func ParseGetProbingSessionRequest_FieldPathValue

func ParseGetProbingSessionRequest_FieldPathValue(pathStr, valueStr string) (GetProbingSessionRequest_FieldPathValue, error)

type GetProbingSessionRequest_FieldTerminalPath

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

func (*GetProbingSessionRequest_FieldTerminalPath) ClearValue

func (*GetProbingSessionRequest_FieldTerminalPath) ClearValueRaw

func (*GetProbingSessionRequest_FieldTerminalPath) Get

func (fp *GetProbingSessionRequest_FieldTerminalPath) Get(source *GetProbingSessionRequest) (values []interface{})

Get returns all values pointed by specific field from source GetProbingSessionRequest

func (*GetProbingSessionRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*GetProbingSessionRequest_FieldTerminalPath) GetRaw

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

func (*GetProbingSessionRequest_FieldTerminalPath) GetSingle

func (fp *GetProbingSessionRequest_FieldTerminalPath) GetSingle(source *GetProbingSessionRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source GetProbingSessionRequest

func (*GetProbingSessionRequest_FieldTerminalPath) GetSingleRaw

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

func (*GetProbingSessionRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*GetProbingSessionRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*GetProbingSessionRequest_FieldTerminalPath) Selector

func (*GetProbingSessionRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*GetProbingSessionRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*GetProbingSessionRequest_FieldTerminalPath) WithIArrayItemValue

func (*GetProbingSessionRequest_FieldTerminalPath) WithIArrayOfValues

func (*GetProbingSessionRequest_FieldTerminalPath) WithIValue

func (*GetProbingSessionRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*GetProbingSessionRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*GetProbingSessionRequest_FieldTerminalPath) WithRawIValue

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

type GetProbingSessionRequest_FieldTerminalPathArrayItemValue

type GetProbingSessionRequest_FieldTerminalPathArrayItemValue struct {
	GetProbingSessionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetProbingSessionRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*GetProbingSessionRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*GetProbingSessionRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*GetProbingSessionRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type GetProbingSessionRequest_FieldTerminalPathArrayOfValues

type GetProbingSessionRequest_FieldTerminalPathArrayOfValues struct {
	GetProbingSessionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetProbingSessionRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*GetProbingSessionRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*GetProbingSessionRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*GetProbingSessionRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type GetProbingSessionRequest_FieldTerminalPathValue

type GetProbingSessionRequest_FieldTerminalPathValue struct {
	GetProbingSessionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetProbingSessionRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*GetProbingSessionRequest_FieldTerminalPathValue) AsNameValue

func (*GetProbingSessionRequest_FieldTerminalPathValue) AsViewValue

func (*GetProbingSessionRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'GetProbingSessionRequest_FieldTerminalPathValue' with the value under path in 'GetProbingSessionRequest'.

func (*GetProbingSessionRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*GetProbingSessionRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*GetProbingSessionRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object GetProbingSessionRequest

func (*GetProbingSessionRequest_FieldTerminalPathValue) SetToRaw

type ListProbingSessionsDescriptor

type ListProbingSessionsDescriptor struct{}

func GetListProbingSessionsDescriptor

func GetListProbingSessionsDescriptor() *ListProbingSessionsDescriptor

func (*ListProbingSessionsDescriptor) GetApiDescriptor

func (*ListProbingSessionsDescriptor) GetApiName

func (d *ListProbingSessionsDescriptor) GetApiName() string

func (*ListProbingSessionsDescriptor) GetClientMsgReflectHandle

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

func (*ListProbingSessionsDescriptor) GetFullMethodName

func (d *ListProbingSessionsDescriptor) GetFullMethodName() string

func (*ListProbingSessionsDescriptor) GetMethodName

func (d *ListProbingSessionsDescriptor) GetMethodName() string

func (*ListProbingSessionsDescriptor) GetProtoPkgName

func (d *ListProbingSessionsDescriptor) GetProtoPkgName() string

func (*ListProbingSessionsDescriptor) GetResourceDescriptor

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

func (*ListProbingSessionsDescriptor) GetServerMsgReflectHandle

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

func (*ListProbingSessionsDescriptor) GetServiceDomain

func (d *ListProbingSessionsDescriptor) GetServiceDomain() string

func (*ListProbingSessionsDescriptor) GetServiceVersion

func (d *ListProbingSessionsDescriptor) GetServiceVersion() string

func (*ListProbingSessionsDescriptor) GetVerb

func (*ListProbingSessionsDescriptor) HasResource

func (d *ListProbingSessionsDescriptor) HasResource() bool

func (*ListProbingSessionsDescriptor) IsClientStream

func (d *ListProbingSessionsDescriptor) IsClientStream() bool

func (*ListProbingSessionsDescriptor) IsCollection

func (d *ListProbingSessionsDescriptor) IsCollection() bool

func (*ListProbingSessionsDescriptor) IsPlural

func (d *ListProbingSessionsDescriptor) IsPlural() bool

func (*ListProbingSessionsDescriptor) IsServerStream

func (d *ListProbingSessionsDescriptor) IsServerStream() bool

func (*ListProbingSessionsDescriptor) IsUnary

func (d *ListProbingSessionsDescriptor) IsUnary() bool

func (*ListProbingSessionsDescriptor) NewEmptyClientMsg

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

func (*ListProbingSessionsDescriptor) NewEmptyServerMsg

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

func (*ListProbingSessionsDescriptor) RequestHasResourceBody

func (d *ListProbingSessionsDescriptor) RequestHasResourceBody() bool

type ListProbingSessionsDescriptorClientMsgHandle

type ListProbingSessionsDescriptorClientMsgHandle struct{}

func (*ListProbingSessionsDescriptorClientMsgHandle) ExtractCollectionName

func (*ListProbingSessionsDescriptorClientMsgHandle) ExtractResourceName

func (*ListProbingSessionsDescriptorClientMsgHandle) ExtractResourceNames

type ListProbingSessionsDescriptorServerMsgHandle

type ListProbingSessionsDescriptorServerMsgHandle struct{}

func (*ListProbingSessionsDescriptorServerMsgHandle) ExtractCollectionName

func (*ListProbingSessionsDescriptorServerMsgHandle) ExtractResourceName

func (*ListProbingSessionsDescriptorServerMsgHandle) ExtractResourceNames

type ListProbingSessionsRequest

type ListProbingSessionsRequest struct {

	// Parent name of ntt.watchdog.v1alpha2.ProbingSession
	Parent *probing_session.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer ProbingSessions 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
	// [ListProbingSessionsResponse.next_page_token][ntt.watchdog.v1alpha2.ListProbingSessionsResponse.next_page_token]
	PageToken *probing_session.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_session.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_session.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_session.ProbingSession_FieldMask `` /* 146-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 [ListProbingSessions][ntt.watchdog.v1alpha2.ListProbingSessions]

func (*ListProbingSessionsRequest) Clone

func (*ListProbingSessionsRequest) CloneRaw

func (*ListProbingSessionsRequest) Descriptor

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

Deprecated, Use ListProbingSessionsRequest.ProtoReflect.Descriptor instead.

func (*ListProbingSessionsRequest) GetFieldMask

func (*ListProbingSessionsRequest) GetFilter

func (*ListProbingSessionsRequest) GetIncludePagingInfo added in v0.8.3

func (m *ListProbingSessionsRequest) GetIncludePagingInfo() bool

func (*ListProbingSessionsRequest) GetOrderBy

func (*ListProbingSessionsRequest) GetPageSize

func (m *ListProbingSessionsRequest) GetPageSize() int32

func (*ListProbingSessionsRequest) GetPageToken

func (*ListProbingSessionsRequest) GetParent

func (*ListProbingSessionsRequest) GetView

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

func (*ListProbingSessionsRequest) GotenMessage

func (*ListProbingSessionsRequest) GotenMessage()

func (*ListProbingSessionsRequest) GotenObjectExt

func (o *ListProbingSessionsRequest) GotenObjectExt()

func (*ListProbingSessionsRequest) GotenValidate

func (obj *ListProbingSessionsRequest) GotenValidate() error

func (*ListProbingSessionsRequest) MakeDiffFieldMask

func (*ListProbingSessionsRequest) MakeFullFieldMask

func (*ListProbingSessionsRequest) MakeRawDiffFieldMask

func (*ListProbingSessionsRequest) MakeRawFullFieldMask

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

func (*ListProbingSessionsRequest) Marshal

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

func (*ListProbingSessionsRequest) MarshalJSON

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

func (*ListProbingSessionsRequest) Merge

func (*ListProbingSessionsRequest) MergeRaw

func (*ListProbingSessionsRequest) ProtoMessage

func (*ListProbingSessionsRequest) ProtoMessage()

func (*ListProbingSessionsRequest) ProtoReflect

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

func (*ListProbingSessionsRequest) Reset

func (m *ListProbingSessionsRequest) Reset()

func (*ListProbingSessionsRequest) SetFieldMask

func (*ListProbingSessionsRequest) SetFilter

func (*ListProbingSessionsRequest) SetIncludePagingInfo added in v0.8.3

func (m *ListProbingSessionsRequest) SetIncludePagingInfo(fv bool)

func (*ListProbingSessionsRequest) SetOrderBy

func (*ListProbingSessionsRequest) SetPageSize

func (m *ListProbingSessionsRequest) SetPageSize(fv int32)

func (*ListProbingSessionsRequest) SetPageToken

func (*ListProbingSessionsRequest) SetParent

func (*ListProbingSessionsRequest) SetView

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

func (*ListProbingSessionsRequest) String

func (m *ListProbingSessionsRequest) String() string

func (*ListProbingSessionsRequest) Unmarshal

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

func (*ListProbingSessionsRequest) UnmarshalJSON

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

type ListProbingSessionsRequestFieldPathBuilder

type ListProbingSessionsRequestFieldPathBuilder struct{}

func NewListProbingSessionsRequestFieldPathBuilder

func NewListProbingSessionsRequestFieldPathBuilder() ListProbingSessionsRequestFieldPathBuilder

func (ListProbingSessionsRequestFieldPathBuilder) FieldMask

func (ListProbingSessionsRequestFieldPathBuilder) Filter

func (ListProbingSessionsRequestFieldPathBuilder) IncludePagingInfo added in v0.8.3

func (ListProbingSessionsRequestFieldPathBuilder) OrderBy

func (ListProbingSessionsRequestFieldPathBuilder) PageSize

func (ListProbingSessionsRequestFieldPathBuilder) PageToken

func (ListProbingSessionsRequestFieldPathBuilder) Parent

func (ListProbingSessionsRequestFieldPathBuilder) View

type ListProbingSessionsRequestPathSelectorFieldMask

type ListProbingSessionsRequestPathSelectorFieldMask struct{}

func (ListProbingSessionsRequestPathSelectorFieldMask) FieldPath

type ListProbingSessionsRequestPathSelectorFilter

type ListProbingSessionsRequestPathSelectorFilter struct{}

func (ListProbingSessionsRequestPathSelectorFilter) FieldPath

func (ListProbingSessionsRequestPathSelectorFilter) WithArrayOfValues

func (ListProbingSessionsRequestPathSelectorFilter) WithValue

type ListProbingSessionsRequestPathSelectorIncludePagingInfo added in v0.8.3

type ListProbingSessionsRequestPathSelectorIncludePagingInfo struct{}

func (ListProbingSessionsRequestPathSelectorIncludePagingInfo) FieldPath added in v0.8.3

func (ListProbingSessionsRequestPathSelectorIncludePagingInfo) WithArrayOfValues added in v0.8.3

func (ListProbingSessionsRequestPathSelectorIncludePagingInfo) WithValue added in v0.8.3

type ListProbingSessionsRequestPathSelectorOrderBy

type ListProbingSessionsRequestPathSelectorOrderBy struct{}

func (ListProbingSessionsRequestPathSelectorOrderBy) FieldPath

func (ListProbingSessionsRequestPathSelectorOrderBy) WithArrayOfValues

func (ListProbingSessionsRequestPathSelectorOrderBy) WithValue

type ListProbingSessionsRequestPathSelectorPageSize

type ListProbingSessionsRequestPathSelectorPageSize struct{}

func (ListProbingSessionsRequestPathSelectorPageSize) FieldPath

func (ListProbingSessionsRequestPathSelectorPageSize) WithArrayOfValues

func (ListProbingSessionsRequestPathSelectorPageSize) WithValue

type ListProbingSessionsRequestPathSelectorPageToken

type ListProbingSessionsRequestPathSelectorPageToken struct{}

func (ListProbingSessionsRequestPathSelectorPageToken) FieldPath

func (ListProbingSessionsRequestPathSelectorPageToken) WithArrayOfValues

func (ListProbingSessionsRequestPathSelectorPageToken) WithValue

type ListProbingSessionsRequestPathSelectorParent

type ListProbingSessionsRequestPathSelectorParent struct{}

func (ListProbingSessionsRequestPathSelectorParent) FieldPath

func (ListProbingSessionsRequestPathSelectorParent) WithArrayOfValues

func (ListProbingSessionsRequestPathSelectorParent) WithValue

type ListProbingSessionsRequestPathSelectorView

type ListProbingSessionsRequestPathSelectorView struct{}

func (ListProbingSessionsRequestPathSelectorView) FieldPath

func (ListProbingSessionsRequestPathSelectorView) WithArrayOfValues

func (ListProbingSessionsRequestPathSelectorView) WithValue

type ListProbingSessionsRequest_FieldMask

type ListProbingSessionsRequest_FieldMask struct {
	Paths []ListProbingSessionsRequest_FieldPath
}

func FullListProbingSessionsRequest_FieldMask

func FullListProbingSessionsRequest_FieldMask() *ListProbingSessionsRequest_FieldMask

func (*ListProbingSessionsRequest_FieldMask) AppendPath

func (*ListProbingSessionsRequest_FieldMask) AppendRawPath

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

func (*ListProbingSessionsRequest_FieldMask) DecodeFirestore

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

func (*ListProbingSessionsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListProbingSessionsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListProbingSessionsRequest_FieldMask) FromProtoFieldMask

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

func (*ListProbingSessionsRequest_FieldMask) GetPaths

func (*ListProbingSessionsRequest_FieldMask) GetRawPaths

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

func (*ListProbingSessionsRequest_FieldMask) IsFull

func (fieldMask *ListProbingSessionsRequest_FieldMask) IsFull() bool

func (ListProbingSessionsRequest_FieldMask) Marshal

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

implement methods required by customType

func (ListProbingSessionsRequest_FieldMask) MarshalJSON

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

func (*ListProbingSessionsRequest_FieldMask) PathsCount

func (fieldMask *ListProbingSessionsRequest_FieldMask) PathsCount() int

func (*ListProbingSessionsRequest_FieldMask) Project

func (*ListProbingSessionsRequest_FieldMask) ProjectRaw

func (*ListProbingSessionsRequest_FieldMask) ProtoMessage

func (fieldMask *ListProbingSessionsRequest_FieldMask) ProtoMessage()

func (*ListProbingSessionsRequest_FieldMask) ProtoReflect

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

func (*ListProbingSessionsRequest_FieldMask) Reset

func (fieldMask *ListProbingSessionsRequest_FieldMask) Reset()

func (*ListProbingSessionsRequest_FieldMask) Set

func (fieldMask *ListProbingSessionsRequest_FieldMask) Set(target, source *ListProbingSessionsRequest)

func (*ListProbingSessionsRequest_FieldMask) SetFromCliFlag

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

func (*ListProbingSessionsRequest_FieldMask) SetRaw

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

func (*ListProbingSessionsRequest_FieldMask) Size

func (fieldMask *ListProbingSessionsRequest_FieldMask) Size() int

func (*ListProbingSessionsRequest_FieldMask) String

func (fieldMask *ListProbingSessionsRequest_FieldMask) String() string

func (*ListProbingSessionsRequest_FieldMask) Subtract

func (*ListProbingSessionsRequest_FieldMask) SubtractRaw

func (*ListProbingSessionsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListProbingSessionsRequest_FieldMask) Unmarshal

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

func (*ListProbingSessionsRequest_FieldMask) UnmarshalJSON

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

type ListProbingSessionsRequest_FieldPath

type ListProbingSessionsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListProbingSessionsRequest_FieldPathSelector
	Get(source *ListProbingSessionsRequest) []interface{}
	GetSingle(source *ListProbingSessionsRequest) (interface{}, bool)
	ClearValue(item *ListProbingSessionsRequest)

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

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

func MustParseListProbingSessionsRequest_FieldPath

func MustParseListProbingSessionsRequest_FieldPath(rawField string) ListProbingSessionsRequest_FieldPath

func ParseListProbingSessionsRequest_FieldPath

func ParseListProbingSessionsRequest_FieldPath(rawField string) (ListProbingSessionsRequest_FieldPath, error)

type ListProbingSessionsRequest_FieldPathArrayItemValue

type ListProbingSessionsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListProbingSessionsRequest_FieldPath
	ContainsValue(*ListProbingSessionsRequest) bool
}

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

func MustParseListProbingSessionsRequest_FieldPathArrayItemValue

func MustParseListProbingSessionsRequest_FieldPathArrayItemValue(pathStr, valueStr string) ListProbingSessionsRequest_FieldPathArrayItemValue

func ParseListProbingSessionsRequest_FieldPathArrayItemValue

func ParseListProbingSessionsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ListProbingSessionsRequest_FieldPathArrayItemValue, error)

ParseListProbingSessionsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListProbingSessionsRequest_FieldPathArrayOfValues

type ListProbingSessionsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListProbingSessionsRequest_FieldPath
}

ListProbingSessionsRequest_FieldPathArrayOfValues allows storing slice of values for ListProbingSessionsRequest fields according to their type

func MustParseListProbingSessionsRequest_FieldPathArrayOfValues

func MustParseListProbingSessionsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ListProbingSessionsRequest_FieldPathArrayOfValues

func ParseListProbingSessionsRequest_FieldPathArrayOfValues

func ParseListProbingSessionsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ListProbingSessionsRequest_FieldPathArrayOfValues, error)

type ListProbingSessionsRequest_FieldPathSelector

type ListProbingSessionsRequest_FieldPathSelector int32
const (
	ListProbingSessionsRequest_FieldPathSelectorParent            ListProbingSessionsRequest_FieldPathSelector = 0
	ListProbingSessionsRequest_FieldPathSelectorPageSize          ListProbingSessionsRequest_FieldPathSelector = 1
	ListProbingSessionsRequest_FieldPathSelectorPageToken         ListProbingSessionsRequest_FieldPathSelector = 2
	ListProbingSessionsRequest_FieldPathSelectorOrderBy           ListProbingSessionsRequest_FieldPathSelector = 3
	ListProbingSessionsRequest_FieldPathSelectorFilter            ListProbingSessionsRequest_FieldPathSelector = 4
	ListProbingSessionsRequest_FieldPathSelectorFieldMask         ListProbingSessionsRequest_FieldPathSelector = 5
	ListProbingSessionsRequest_FieldPathSelectorView              ListProbingSessionsRequest_FieldPathSelector = 6
	ListProbingSessionsRequest_FieldPathSelectorIncludePagingInfo ListProbingSessionsRequest_FieldPathSelector = 7
)

func (ListProbingSessionsRequest_FieldPathSelector) String

type ListProbingSessionsRequest_FieldPathValue

type ListProbingSessionsRequest_FieldPathValue interface {
	ListProbingSessionsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListProbingSessionsRequest)
	CompareWith(*ListProbingSessionsRequest) (cmp int, comparable bool)
}

ListProbingSessionsRequest_FieldPathValue allows storing values for ListProbingSessionsRequest fields according to their type

func MustParseListProbingSessionsRequest_FieldPathValue

func MustParseListProbingSessionsRequest_FieldPathValue(pathStr, valueStr string) ListProbingSessionsRequest_FieldPathValue

func ParseListProbingSessionsRequest_FieldPathValue

func ParseListProbingSessionsRequest_FieldPathValue(pathStr, valueStr string) (ListProbingSessionsRequest_FieldPathValue, error)

type ListProbingSessionsRequest_FieldTerminalPath

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

func (*ListProbingSessionsRequest_FieldTerminalPath) ClearValue

func (*ListProbingSessionsRequest_FieldTerminalPath) ClearValueRaw

func (*ListProbingSessionsRequest_FieldTerminalPath) Get

func (fp *ListProbingSessionsRequest_FieldTerminalPath) Get(source *ListProbingSessionsRequest) (values []interface{})

Get returns all values pointed by specific field from source ListProbingSessionsRequest

func (*ListProbingSessionsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListProbingSessionsRequest_FieldTerminalPath) GetRaw

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

func (*ListProbingSessionsRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source ListProbingSessionsRequest

func (*ListProbingSessionsRequest_FieldTerminalPath) GetSingleRaw

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

func (*ListProbingSessionsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListProbingSessionsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListProbingSessionsRequest_FieldTerminalPath) Selector

func (*ListProbingSessionsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*ListProbingSessionsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListProbingSessionsRequest_FieldTerminalPath) WithIArrayItemValue

func (*ListProbingSessionsRequest_FieldTerminalPath) WithIArrayOfValues

func (*ListProbingSessionsRequest_FieldTerminalPath) WithIValue

func (*ListProbingSessionsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListProbingSessionsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListProbingSessionsRequest_FieldTerminalPath) WithRawIValue

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

type ListProbingSessionsRequest_FieldTerminalPathArrayItemValue

type ListProbingSessionsRequest_FieldTerminalPathArrayItemValue struct {
	ListProbingSessionsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListProbingSessionsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListProbingSessionsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListProbingSessionsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*ListProbingSessionsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListProbingSessionsRequest_FieldTerminalPathArrayOfValues

type ListProbingSessionsRequest_FieldTerminalPathArrayOfValues struct {
	ListProbingSessionsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListProbingSessionsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*ListProbingSessionsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (*ListProbingSessionsRequest_FieldTerminalPathArrayOfValues) AsIncludePagingInfoArrayOfValues added in v0.8.3

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

func (*ListProbingSessionsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (*ListProbingSessionsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*ListProbingSessionsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (*ListProbingSessionsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*ListProbingSessionsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*ListProbingSessionsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListProbingSessionsRequest_FieldTerminalPathValue

type ListProbingSessionsRequest_FieldTerminalPathValue struct {
	ListProbingSessionsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListProbingSessionsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*ListProbingSessionsRequest_FieldTerminalPathValue) AsFilterValue

func (*ListProbingSessionsRequest_FieldTerminalPathValue) AsIncludePagingInfoValue added in v0.8.3

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

func (*ListProbingSessionsRequest_FieldTerminalPathValue) AsOrderByValue

func (*ListProbingSessionsRequest_FieldTerminalPathValue) AsPageSizeValue

func (*ListProbingSessionsRequest_FieldTerminalPathValue) AsPageTokenValue

func (*ListProbingSessionsRequest_FieldTerminalPathValue) AsParentValue

func (*ListProbingSessionsRequest_FieldTerminalPathValue) AsViewValue

func (*ListProbingSessionsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListProbingSessionsRequest_FieldTerminalPathValue' with the value under path in 'ListProbingSessionsRequest'.

func (*ListProbingSessionsRequest_FieldTerminalPathValue) CompareWithRaw

func (*ListProbingSessionsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*ListProbingSessionsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListProbingSessionsRequest

func (*ListProbingSessionsRequest_FieldTerminalPathValue) SetToRaw

type ListProbingSessionsResponse

type ListProbingSessionsResponse struct {

	// The list of ProbingSessions
	ProbingSessions []*probing_session.ProbingSession `` /* 134-byte string literal not displayed */
	// A token to retrieve previous page of results. Pass this value in the
	// [ListProbingSessionsRequest.page_token][ntt.watchdog.v1alpha2.ListProbingSessionsRequest.page_token]
	PrevPageToken *probing_session.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListProbingSessionsRequest.page_token][ntt.watchdog.v1alpha2.ListProbingSessionsRequest.page_token]
	NextPageToken *probing_session.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 ProbingSessions 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 [ListProbingSessions][ntt.watchdog.v1alpha2.ListProbingSessions]

func (*ListProbingSessionsResponse) Clone

func (*ListProbingSessionsResponse) CloneRaw

func (*ListProbingSessionsResponse) Descriptor

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

Deprecated, Use ListProbingSessionsResponse.ProtoReflect.Descriptor instead.

func (*ListProbingSessionsResponse) GetCurrentOffset added in v0.8.3

func (m *ListProbingSessionsResponse) GetCurrentOffset() int32

func (*ListProbingSessionsResponse) GetNextPageToken

func (*ListProbingSessionsResponse) GetPrevPageToken

func (*ListProbingSessionsResponse) GetProbingSessions

func (m *ListProbingSessionsResponse) GetProbingSessions() []*probing_session.ProbingSession

func (*ListProbingSessionsResponse) GetTotalResultsCount added in v0.8.3

func (m *ListProbingSessionsResponse) GetTotalResultsCount() int32

func (*ListProbingSessionsResponse) GotenMessage

func (*ListProbingSessionsResponse) GotenMessage()

func (*ListProbingSessionsResponse) GotenObjectExt

func (o *ListProbingSessionsResponse) GotenObjectExt()

func (*ListProbingSessionsResponse) GotenValidate

func (obj *ListProbingSessionsResponse) GotenValidate() error

func (*ListProbingSessionsResponse) MakeDiffFieldMask

func (*ListProbingSessionsResponse) MakeFullFieldMask

func (*ListProbingSessionsResponse) MakeRawDiffFieldMask

func (*ListProbingSessionsResponse) MakeRawFullFieldMask

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

func (*ListProbingSessionsResponse) Marshal

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

func (*ListProbingSessionsResponse) MarshalJSON

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

func (*ListProbingSessionsResponse) Merge

func (*ListProbingSessionsResponse) MergeRaw

func (*ListProbingSessionsResponse) ProtoMessage

func (*ListProbingSessionsResponse) ProtoMessage()

func (*ListProbingSessionsResponse) ProtoReflect

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

func (*ListProbingSessionsResponse) Reset

func (m *ListProbingSessionsResponse) Reset()

func (*ListProbingSessionsResponse) SetCurrentOffset added in v0.8.3

func (m *ListProbingSessionsResponse) SetCurrentOffset(fv int32)

func (*ListProbingSessionsResponse) SetNextPageToken

func (m *ListProbingSessionsResponse) SetNextPageToken(fv *probing_session.PagerCursor)

func (*ListProbingSessionsResponse) SetPrevPageToken

func (m *ListProbingSessionsResponse) SetPrevPageToken(fv *probing_session.PagerCursor)

func (*ListProbingSessionsResponse) SetProbingSessions

func (m *ListProbingSessionsResponse) SetProbingSessions(fv []*probing_session.ProbingSession)

func (*ListProbingSessionsResponse) SetTotalResultsCount added in v0.8.3

func (m *ListProbingSessionsResponse) SetTotalResultsCount(fv int32)

func (*ListProbingSessionsResponse) String

func (m *ListProbingSessionsResponse) String() string

func (*ListProbingSessionsResponse) Unmarshal

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

func (*ListProbingSessionsResponse) UnmarshalJSON

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

type ListProbingSessionsResponseFieldPathBuilder

type ListProbingSessionsResponseFieldPathBuilder struct{}

func NewListProbingSessionsResponseFieldPathBuilder

func NewListProbingSessionsResponseFieldPathBuilder() ListProbingSessionsResponseFieldPathBuilder

func (ListProbingSessionsResponseFieldPathBuilder) CurrentOffset added in v0.8.3

func (ListProbingSessionsResponseFieldPathBuilder) NextPageToken

func (ListProbingSessionsResponseFieldPathBuilder) PrevPageToken

func (ListProbingSessionsResponseFieldPathBuilder) ProbingSessions

func (ListProbingSessionsResponseFieldPathBuilder) TotalResultsCount added in v0.8.3

type ListProbingSessionsResponseMapPathSelectorProbingSessionsMetadataAnnotations

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

func (ListProbingSessionsResponseMapPathSelectorProbingSessionsMetadataAnnotations) FieldPath

func (ListProbingSessionsResponseMapPathSelectorProbingSessionsMetadataAnnotations) WithArrayOfValues

func (ListProbingSessionsResponseMapPathSelectorProbingSessionsMetadataAnnotations) WithValue

type ListProbingSessionsResponseMapPathSelectorProbingSessionsMetadataLabels

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

func (ListProbingSessionsResponseMapPathSelectorProbingSessionsMetadataLabels) FieldPath

func (ListProbingSessionsResponseMapPathSelectorProbingSessionsMetadataLabels) WithArrayOfValues

func (ListProbingSessionsResponseMapPathSelectorProbingSessionsMetadataLabels) WithValue

type ListProbingSessionsResponseMapPathSelectorProbingSessionsMetadataShards

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

func (ListProbingSessionsResponseMapPathSelectorProbingSessionsMetadataShards) FieldPath

func (ListProbingSessionsResponseMapPathSelectorProbingSessionsMetadataShards) WithArrayOfValues

func (ListProbingSessionsResponseMapPathSelectorProbingSessionsMetadataShards) WithValue

type ListProbingSessionsResponseMapPathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders

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

func (ListProbingSessionsResponseMapPathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (ListProbingSessionsResponseMapPathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (ListProbingSessionsResponseMapPathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type ListProbingSessionsResponseMapPathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestHeaders

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

func (ListProbingSessionsResponseMapPathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (ListProbingSessionsResponseMapPathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (ListProbingSessionsResponseMapPathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestHeaders) WithValue

type ListProbingSessionsResponsePathSelectorCurrentOffset added in v0.8.3

type ListProbingSessionsResponsePathSelectorCurrentOffset struct{}

func (ListProbingSessionsResponsePathSelectorCurrentOffset) FieldPath added in v0.8.3

func (ListProbingSessionsResponsePathSelectorCurrentOffset) WithArrayOfValues added in v0.8.3

func (ListProbingSessionsResponsePathSelectorCurrentOffset) WithValue added in v0.8.3

type ListProbingSessionsResponsePathSelectorNextPageToken

type ListProbingSessionsResponsePathSelectorNextPageToken struct{}

func (ListProbingSessionsResponsePathSelectorNextPageToken) FieldPath

func (ListProbingSessionsResponsePathSelectorNextPageToken) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorNextPageToken) WithValue

type ListProbingSessionsResponsePathSelectorPrevPageToken

type ListProbingSessionsResponsePathSelectorPrevPageToken struct{}

func (ListProbingSessionsResponsePathSelectorPrevPageToken) FieldPath

func (ListProbingSessionsResponsePathSelectorPrevPageToken) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorPrevPageToken) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessions

type ListProbingSessionsResponsePathSelectorProbingSessions struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessions) DisplayName

func (ListProbingSessionsResponsePathSelectorProbingSessions) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessions) Metadata

func (ListProbingSessionsResponsePathSelectorProbingSessions) Name

func (ListProbingSessionsResponsePathSelectorProbingSessions) ProbingDistributions added in v0.8.4

func (ListProbingSessionsResponsePathSelectorProbingSessions) Spec

func (ListProbingSessionsResponsePathSelectorProbingSessions) Status

func (ListProbingSessionsResponsePathSelectorProbingSessions) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessions) WithSubArrayItemValue

func (ListProbingSessionsResponsePathSelectorProbingSessions) WithSubArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessions) WithSubPath

func (ListProbingSessionsResponsePathSelectorProbingSessions) WithSubValue

func (ListProbingSessionsResponsePathSelectorProbingSessions) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsDisplayName

type ListProbingSessionsResponsePathSelectorProbingSessionsDisplayName struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsDisplayName) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsDisplayName) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsDisplayName) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadata

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadata struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadata) DeleteTime added in v0.7.1

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadata) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadata) Lifecycle added in v0.7.1

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadata) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadata) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataAnnotations

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataAnnotations struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataAnnotations) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataAnnotations) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataAnnotations) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataCreateTime

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataCreateTime struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataCreateTime) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataCreateTime) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataCreateTime) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataDeleteTime added in v0.7.1

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataDeleteTime struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataDeleteTime) FieldPath added in v0.7.1

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataDeleteTime) WithValue added in v0.7.1

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataGeneration

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataGeneration struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataGeneration) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataGeneration) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataGeneration) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataLabels

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataLabels struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataLabels) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataLabels) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataLabels) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycle added in v0.7.1

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycle struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycle) BlockDeletion added in v0.7.1

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycle) FieldPath added in v0.7.1

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycle) State added in v0.7.1

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycle) WithValue added in v0.7.1

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycleBlockDeletion added in v0.7.1

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycleBlockDeletion struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycleState added in v0.7.1

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycleState struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycleState) FieldPath added in v0.7.1

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycleState) WithValue added in v0.7.1

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferences

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferences struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferences) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferences) Region added in v0.7.1

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferences) Version added in v0.7.1

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferences) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferences) WithItemValue

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferences) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesBlockOwnerDeletion

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesController

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesController struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesController) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesController) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesController) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesKind

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesKind struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesKind) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesKind) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesKind) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesName

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesName struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesName) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesName) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesName) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesRegion added in v0.7.1

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesRegion struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesRequiresOwnerReference struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesVersion added in v0.7.1

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesVersion struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataResourceVersion

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataResourceVersion struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataResourceVersion) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataResourceVersion) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataResourceVersion) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataShards

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataShards struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataShards) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataShards) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataShards) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncing

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncing struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncing) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncing) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncing) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncingOwningRegion

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncingOwningRegion struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncingOwningRegion) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncingOwningRegion) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncingOwningRegion) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncingRegions

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncingRegions struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncingRegions) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncingRegions) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncingRegions) WithItemValue

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncingRegions) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataTags

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataTags struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataTags) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataTags) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataTags) WithItemValue

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataTags) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataUpdateTime

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataUpdateTime struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataUpdateTime) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataUpdateTime) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataUpdateTime) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataUuid

type ListProbingSessionsResponsePathSelectorProbingSessionsMetadataUuid struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataUuid) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataUuid) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsMetadataUuid) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsName

type ListProbingSessionsResponsePathSelectorProbingSessionsName struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsName) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsName) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsName) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsProbingDistribution

type ListProbingSessionsResponsePathSelectorProbingSessionsProbingDistribution struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsProbingDistribution) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsProbingDistribution) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsProbingDistribution) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsProbingDistributions added in v0.8.4

type ListProbingSessionsResponsePathSelectorProbingSessionsProbingDistributions struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsProbingDistributions) FieldPath added in v0.8.4

func (ListProbingSessionsResponsePathSelectorProbingSessionsProbingDistributions) WithArrayOfValues added in v0.8.4

func (ListProbingSessionsResponsePathSelectorProbingSessionsProbingDistributions) WithItemValue added in v0.8.4

func (ListProbingSessionsResponsePathSelectorProbingSessionsProbingDistributions) WithValue added in v0.8.4

type ListProbingSessionsResponsePathSelectorProbingSessionsSpec

type ListProbingSessionsResponsePathSelectorProbingSessionsSpec struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpec) Address

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpec) EnablePcap added in v0.8.0

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpec) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpec) Location added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpec) LocationType added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpec) Mode

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpec) Port

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpec) Probe

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpec) Target

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpec) Tos

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpec) Type

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpec) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpec) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecAddress

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecAddress struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecAddress) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecAddress) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecAddress) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecAddresses

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecAddresses struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecAddresses) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecAddresses) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecAddresses) WithItemValue

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecAddresses) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecEnablePcap added in v0.8.0

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecEnablePcap struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecEnablePcap) FieldPath added in v0.8.0

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecEnablePcap) WithArrayOfValues added in v0.8.0

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecEnablePcap) WithValue added in v0.8.0

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfig

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfig struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfig) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfig) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfig) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfig

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfig struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfig) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfig) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfig) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigPassword

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigPassword struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigPassword) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigPassword) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigPassword) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequest

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequest struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequest) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequest) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestBody

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestBody struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestBody) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestBody) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestTimeout

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestTimeout struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestTimeout) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestTimeout) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestUrl

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestUrl struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestUrl) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestUrl) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseBodyKey

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseBodyKey struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseBodyKey) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseBodyKey) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseHeader

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseHeader struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseHeader) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseHeader) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigUsername

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigUsername struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigUsername) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigUsername) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigUsername) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequest

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequest struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequest) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequest) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequest) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestAuthenticationMethod

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestAuthenticationMethod struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestAuthenticationMethod) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestAuthenticationMethod) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestExpectedResponseCode

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestExpectedResponseCode struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestExpectedResponseCode) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestExpectedResponseCode) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestBody

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestBody struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestBody) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestBody) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestHeaders

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestHeaders struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestHeaders) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestMethod

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestMethod struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestMethod) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestMethod) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestTimeout

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestTimeout struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestTimeout) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestTimeout) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestTimeout) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestUrl

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestUrl struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestUrl) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestUrl) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestUrl) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecInterval

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecInterval struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecInterval) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecInterval) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecInterval) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecIpVersion

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecIpVersion struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecIpVersion) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecIpVersion) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecIpVersion) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocation added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocation struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocation) Accuracy added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocation) Address added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocation) AdminHierarchy added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocation) Coordinates added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocation) FieldPath added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocation) WithArrayOfValues added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocation) WithValue added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAccuracy added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAccuracy struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAccuracy) FieldPath added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAccuracy) WithArrayOfValues added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAccuracy) WithValue added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress) AdminArea1 added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress) AdminArea2 added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress) AdminArea3 added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress) AdminArea4 added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress) Continent added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress) Country added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress) CountryCode added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress) FieldPath added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress) PostalCode added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress) StreetAddress added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress) WithArrayOfValues added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress) WithValue added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea1 added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea1 struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea1) FieldPath added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea1) WithArrayOfValues added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea1) WithValue added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea2 added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea2 struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea2) FieldPath added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea2) WithArrayOfValues added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea2) WithValue added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea3 added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea3 struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea3) FieldPath added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea3) WithArrayOfValues added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea3) WithValue added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea4 added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea4 struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea4) FieldPath added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea4) WithArrayOfValues added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea4) WithValue added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressContinent added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressContinent struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressContinent) FieldPath added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressContinent) WithArrayOfValues added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressContinent) WithValue added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressCountry added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressCountry struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressCountry) FieldPath added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressCountry) WithArrayOfValues added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressCountry) WithValue added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressCountryCode added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressCountryCode struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressCountryCode) FieldPath added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressCountryCode) WithArrayOfValues added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressCountryCode) WithValue added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressPostalCode added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressPostalCode struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressPostalCode) FieldPath added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressPostalCode) WithArrayOfValues added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressPostalCode) WithValue added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressStreetAddress added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressStreetAddress struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressStreetAddress) FieldPath added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressStreetAddress) WithArrayOfValues added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressStreetAddress) WithValue added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchy added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchy struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchy) Admin1 added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchy) Admin2 added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchy) Admin3 added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchy) Admin4 added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchy) Admin5 added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchy) Continent added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchy) Country added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchy) FieldPath added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchy) WithArrayOfValues added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchy) WithValue added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin1 added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin1 struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin1) FieldPath added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin1) WithArrayOfValues added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin1) WithValue added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin2 added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin2 struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin2) FieldPath added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin2) WithArrayOfValues added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin2) WithValue added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin3 added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin3 struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin3) FieldPath added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin3) WithArrayOfValues added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin3) WithValue added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin4 added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin4 struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin4) FieldPath added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin4) WithArrayOfValues added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin4) WithValue added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin5 added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin5 struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin5) FieldPath added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin5) WithArrayOfValues added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin5) WithValue added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyContinent added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyContinent struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyContinent) FieldPath added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyContinent) WithArrayOfValues added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyContinent) WithValue added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyCountry added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyCountry struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyCountry) FieldPath added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyCountry) WithArrayOfValues added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyCountry) WithValue added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationCoordinates added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationCoordinates struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationCoordinates) FieldPath added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationCoordinates) WithArrayOfValues added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationCoordinates) WithValue added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationType added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationType struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationType) FieldPath added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationType) WithArrayOfValues added in v0.4.28

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecLocationType) WithValue added in v0.4.28

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecMode

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecMode struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecMode) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecMode) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecMode) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbing

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbing struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbing) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbing) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbing) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingAttempts

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingAttempts struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingAttempts) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingAttempts) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingAttempts) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingEnabled

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingEnabled struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingEnabled) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingEnabled) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingEnabled) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingInterval

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingInterval struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingInterval) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingInterval) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingInterval) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingIntervalSec

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingIntervalSec struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingIntervalSec) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingIntervalSec) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingIntervalSec) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingMaxTtl

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingMaxTtl struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingMaxTtl) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingMaxTtl) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingMaxTtl) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingMode

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingMode struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingMode) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingMode) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingMode) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecPort

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecPort struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecPort) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecPort) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecPort) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecProbe

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecProbe struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecProbe) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecProbe) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecProbe) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfiguration

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfiguration struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfiguration) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfiguration) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfiguration) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationHttpProxy

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationHttpProxy struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationHttpProxy) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationHttpProxy) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationHttpProxy) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationHttpsProxy

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationHttpsProxy struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationHttpsProxy) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationHttpsProxy) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationHttpsProxy) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationNoProxy

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationNoProxy struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationNoProxy) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationNoProxy) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationNoProxy) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationProxySetting

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationProxySetting struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationProxySetting) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationProxySetting) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationProxySetting) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettings

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettings struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettings) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettings) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettings) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsDuration

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsDuration struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsDuration) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsDuration) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsDuration) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsServerSelection

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsServerSelection struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsServerSelection) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsServerSelection) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsServerSelection) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsTcpPort

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsTcpPort struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsTcpPort) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsTcpPort) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsTcpPort) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecTarget

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecTarget struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecTarget) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecTarget) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecTarget) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecTargetGroup

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecTargetGroup struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecTargetGroup) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecTargetGroup) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecTargetGroup) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecTos

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecTos struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecTos) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecTos) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecTos) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecType

type ListProbingSessionsResponsePathSelectorProbingSessionsSpecType struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecType) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecType) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsSpecType) WithValue

type ListProbingSessionsResponsePathSelectorProbingSessionsStatus

type ListProbingSessionsResponsePathSelectorProbingSessionsStatus struct{}

func (ListProbingSessionsResponsePathSelectorProbingSessionsStatus) FieldPath

func (ListProbingSessionsResponsePathSelectorProbingSessionsStatus) WithArrayOfValues

func (ListProbingSessionsResponsePathSelectorProbingSessionsStatus) WithValue

type ListProbingSessionsResponsePathSelectorTotalResultsCount added in v0.8.3

type ListProbingSessionsResponsePathSelectorTotalResultsCount struct{}

func (ListProbingSessionsResponsePathSelectorTotalResultsCount) FieldPath added in v0.8.3

func (ListProbingSessionsResponsePathSelectorTotalResultsCount) WithArrayOfValues added in v0.8.3

func (ListProbingSessionsResponsePathSelectorTotalResultsCount) WithValue added in v0.8.3

type ListProbingSessionsResponse_FieldMask

type ListProbingSessionsResponse_FieldMask struct {
	Paths []ListProbingSessionsResponse_FieldPath
}

func FullListProbingSessionsResponse_FieldMask

func FullListProbingSessionsResponse_FieldMask() *ListProbingSessionsResponse_FieldMask

func (*ListProbingSessionsResponse_FieldMask) AppendPath

func (*ListProbingSessionsResponse_FieldMask) AppendRawPath

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

func (*ListProbingSessionsResponse_FieldMask) DecodeFirestore

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

func (*ListProbingSessionsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListProbingSessionsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListProbingSessionsResponse_FieldMask) FromProtoFieldMask

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

func (*ListProbingSessionsResponse_FieldMask) GetPaths

func (*ListProbingSessionsResponse_FieldMask) GetRawPaths

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

func (*ListProbingSessionsResponse_FieldMask) IsFull

func (fieldMask *ListProbingSessionsResponse_FieldMask) IsFull() bool

func (ListProbingSessionsResponse_FieldMask) Marshal

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

implement methods required by customType

func (ListProbingSessionsResponse_FieldMask) MarshalJSON

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

func (*ListProbingSessionsResponse_FieldMask) PathsCount

func (fieldMask *ListProbingSessionsResponse_FieldMask) PathsCount() int

func (*ListProbingSessionsResponse_FieldMask) Project

func (*ListProbingSessionsResponse_FieldMask) ProjectRaw

func (*ListProbingSessionsResponse_FieldMask) ProtoMessage

func (fieldMask *ListProbingSessionsResponse_FieldMask) ProtoMessage()

func (*ListProbingSessionsResponse_FieldMask) ProtoReflect

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

func (*ListProbingSessionsResponse_FieldMask) Reset

func (fieldMask *ListProbingSessionsResponse_FieldMask) Reset()

func (*ListProbingSessionsResponse_FieldMask) Set

func (*ListProbingSessionsResponse_FieldMask) SetFromCliFlag

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

func (*ListProbingSessionsResponse_FieldMask) SetRaw

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

func (*ListProbingSessionsResponse_FieldMask) Size

func (fieldMask *ListProbingSessionsResponse_FieldMask) Size() int

func (*ListProbingSessionsResponse_FieldMask) String

func (fieldMask *ListProbingSessionsResponse_FieldMask) String() string

func (*ListProbingSessionsResponse_FieldMask) Subtract

func (*ListProbingSessionsResponse_FieldMask) SubtractRaw

func (*ListProbingSessionsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListProbingSessionsResponse_FieldMask) Unmarshal

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

func (*ListProbingSessionsResponse_FieldMask) UnmarshalJSON

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

type ListProbingSessionsResponse_FieldPath

type ListProbingSessionsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListProbingSessionsResponse_FieldPathSelector
	Get(source *ListProbingSessionsResponse) []interface{}
	GetSingle(source *ListProbingSessionsResponse) (interface{}, bool)
	ClearValue(item *ListProbingSessionsResponse)

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

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

func MustParseListProbingSessionsResponse_FieldPath

func MustParseListProbingSessionsResponse_FieldPath(rawField string) ListProbingSessionsResponse_FieldPath

func ParseListProbingSessionsResponse_FieldPath

func ParseListProbingSessionsResponse_FieldPath(rawField string) (ListProbingSessionsResponse_FieldPath, error)

type ListProbingSessionsResponse_FieldPathArrayItemValue

type ListProbingSessionsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListProbingSessionsResponse_FieldPath
	ContainsValue(*ListProbingSessionsResponse) bool
}

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

func MustParseListProbingSessionsResponse_FieldPathArrayItemValue

func MustParseListProbingSessionsResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListProbingSessionsResponse_FieldPathArrayItemValue

func ParseListProbingSessionsResponse_FieldPathArrayItemValue

func ParseListProbingSessionsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListProbingSessionsResponse_FieldPathArrayItemValue, error)

ParseListProbingSessionsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListProbingSessionsResponse_FieldPathArrayOfValues

type ListProbingSessionsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListProbingSessionsResponse_FieldPath
}

ListProbingSessionsResponse_FieldPathArrayOfValues allows storing slice of values for ListProbingSessionsResponse fields according to their type

func MustParseListProbingSessionsResponse_FieldPathArrayOfValues

func MustParseListProbingSessionsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListProbingSessionsResponse_FieldPathArrayOfValues

func ParseListProbingSessionsResponse_FieldPathArrayOfValues

func ParseListProbingSessionsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListProbingSessionsResponse_FieldPathArrayOfValues, error)

type ListProbingSessionsResponse_FieldPathSelector

type ListProbingSessionsResponse_FieldPathSelector int32
const (
	ListProbingSessionsResponse_FieldPathSelectorProbingSessions   ListProbingSessionsResponse_FieldPathSelector = 0
	ListProbingSessionsResponse_FieldPathSelectorPrevPageToken     ListProbingSessionsResponse_FieldPathSelector = 1
	ListProbingSessionsResponse_FieldPathSelectorNextPageToken     ListProbingSessionsResponse_FieldPathSelector = 2
	ListProbingSessionsResponse_FieldPathSelectorCurrentOffset     ListProbingSessionsResponse_FieldPathSelector = 3
	ListProbingSessionsResponse_FieldPathSelectorTotalResultsCount ListProbingSessionsResponse_FieldPathSelector = 4
)

func (ListProbingSessionsResponse_FieldPathSelector) String

type ListProbingSessionsResponse_FieldPathValue

type ListProbingSessionsResponse_FieldPathValue interface {
	ListProbingSessionsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListProbingSessionsResponse)
	CompareWith(*ListProbingSessionsResponse) (cmp int, comparable bool)
}

ListProbingSessionsResponse_FieldPathValue allows storing values for ListProbingSessionsResponse fields according to their type

func MustParseListProbingSessionsResponse_FieldPathValue

func MustParseListProbingSessionsResponse_FieldPathValue(pathStr, valueStr string) ListProbingSessionsResponse_FieldPathValue

func ParseListProbingSessionsResponse_FieldPathValue

func ParseListProbingSessionsResponse_FieldPathValue(pathStr, valueStr string) (ListProbingSessionsResponse_FieldPathValue, error)

type ListProbingSessionsResponse_FieldSubPath

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

func (*ListProbingSessionsResponse_FieldSubPath) AsProbingSessionsSubPath

func (*ListProbingSessionsResponse_FieldSubPath) ClearValue

func (*ListProbingSessionsResponse_FieldSubPath) ClearValueRaw

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

func (*ListProbingSessionsResponse_FieldSubPath) Get

func (fps *ListProbingSessionsResponse_FieldSubPath) Get(source *ListProbingSessionsResponse) (values []interface{})

Get returns all values pointed by selected field from source ListProbingSessionsResponse

func (*ListProbingSessionsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListProbingSessionsResponse_FieldSubPath) GetRaw

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

func (*ListProbingSessionsResponse_FieldSubPath) GetSingle

func (fps *ListProbingSessionsResponse_FieldSubPath) GetSingle(source *ListProbingSessionsResponse) (interface{}, bool)

GetSingle returns value of selected field from source ListProbingSessionsResponse

func (*ListProbingSessionsResponse_FieldSubPath) GetSingleRaw

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

func (*ListProbingSessionsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListProbingSessionsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*ListProbingSessionsResponse_FieldSubPath) Selector

func (*ListProbingSessionsResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*ListProbingSessionsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*ListProbingSessionsResponse_FieldSubPath) WithIArrayItemValue

func (*ListProbingSessionsResponse_FieldSubPath) WithIArrayOfValues

func (*ListProbingSessionsResponse_FieldSubPath) WithIValue

func (*ListProbingSessionsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*ListProbingSessionsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*ListProbingSessionsResponse_FieldSubPath) WithRawIValue

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

type ListProbingSessionsResponse_FieldSubPathArrayItemValue

type ListProbingSessionsResponse_FieldSubPathArrayItemValue struct {
	ListProbingSessionsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListProbingSessionsResponse_FieldSubPathArrayItemValue) AsProbingSessionsPathItemValue

func (*ListProbingSessionsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*ListProbingSessionsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type ListProbingSessionsResponse_FieldSubPathArrayOfValues

type ListProbingSessionsResponse_FieldSubPathArrayOfValues struct {
	ListProbingSessionsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListProbingSessionsResponse_FieldSubPathArrayOfValues) AsProbingSessionsPathArrayOfValues

func (*ListProbingSessionsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type ListProbingSessionsResponse_FieldSubPathValue

type ListProbingSessionsResponse_FieldSubPathValue struct {
	ListProbingSessionsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListProbingSessionsResponse_FieldSubPathValue) AsProbingSessionsPathValue

func (*ListProbingSessionsResponse_FieldSubPathValue) CompareWith

func (*ListProbingSessionsResponse_FieldSubPathValue) CompareWithRaw

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

func (*ListProbingSessionsResponse_FieldSubPathValue) GetRawValue

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

func (*ListProbingSessionsResponse_FieldSubPathValue) SetTo

func (*ListProbingSessionsResponse_FieldSubPathValue) SetToRaw

type ListProbingSessionsResponse_FieldTerminalPath

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

func (*ListProbingSessionsResponse_FieldTerminalPath) ClearValue

func (*ListProbingSessionsResponse_FieldTerminalPath) ClearValueRaw

func (*ListProbingSessionsResponse_FieldTerminalPath) Get

func (fp *ListProbingSessionsResponse_FieldTerminalPath) Get(source *ListProbingSessionsResponse) (values []interface{})

Get returns all values pointed by specific field from source ListProbingSessionsResponse

func (*ListProbingSessionsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListProbingSessionsResponse_FieldTerminalPath) GetRaw

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

func (*ListProbingSessionsResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source ListProbingSessionsResponse

func (*ListProbingSessionsResponse_FieldTerminalPath) GetSingleRaw

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

func (*ListProbingSessionsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListProbingSessionsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListProbingSessionsResponse_FieldTerminalPath) Selector

func (*ListProbingSessionsResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (*ListProbingSessionsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListProbingSessionsResponse_FieldTerminalPath) WithIArrayItemValue

func (*ListProbingSessionsResponse_FieldTerminalPath) WithIArrayOfValues

func (*ListProbingSessionsResponse_FieldTerminalPath) WithIValue

func (*ListProbingSessionsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListProbingSessionsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListProbingSessionsResponse_FieldTerminalPath) WithRawIValue

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

type ListProbingSessionsResponse_FieldTerminalPathArrayItemValue

type ListProbingSessionsResponse_FieldTerminalPathArrayItemValue struct {
	ListProbingSessionsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListProbingSessionsResponse_FieldTerminalPathArrayItemValue) AsProbingSessionsItemValue

func (*ListProbingSessionsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListProbingSessionsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListProbingSessionsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*ListProbingSessionsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListProbingSessionsResponse_FieldTerminalPathArrayOfValues

type ListProbingSessionsResponse_FieldTerminalPathArrayOfValues struct {
	ListProbingSessionsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListProbingSessionsResponse_FieldTerminalPathArrayOfValues) AsCurrentOffsetArrayOfValues added in v0.8.3

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

func (*ListProbingSessionsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (*ListProbingSessionsResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (*ListProbingSessionsResponse_FieldTerminalPathArrayOfValues) AsProbingSessionsArrayOfValues

func (*ListProbingSessionsResponse_FieldTerminalPathArrayOfValues) AsTotalResultsCountArrayOfValues added in v0.8.3

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

func (*ListProbingSessionsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListProbingSessionsResponse_FieldTerminalPathValue

type ListProbingSessionsResponse_FieldTerminalPathValue struct {
	ListProbingSessionsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListProbingSessionsResponse_FieldTerminalPathValue) AsCurrentOffsetValue added in v0.8.3

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

func (*ListProbingSessionsResponse_FieldTerminalPathValue) AsNextPageTokenValue

func (*ListProbingSessionsResponse_FieldTerminalPathValue) AsPrevPageTokenValue

func (*ListProbingSessionsResponse_FieldTerminalPathValue) AsProbingSessionsValue

func (*ListProbingSessionsResponse_FieldTerminalPathValue) AsTotalResultsCountValue added in v0.8.3

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

func (*ListProbingSessionsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListProbingSessionsResponse_FieldTerminalPathValue' with the value under path in 'ListProbingSessionsResponse'.

func (*ListProbingSessionsResponse_FieldTerminalPathValue) CompareWithRaw

func (*ListProbingSessionsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*ListProbingSessionsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListProbingSessionsResponse

func (*ListProbingSessionsResponse_FieldTerminalPathValue) SetToRaw

type ProbingSessionServiceClient

ProbingSessionServiceClient is the client API for ProbingSessionService.

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

type ProbingSessionServiceDescriptor

type ProbingSessionServiceDescriptor struct{}

func GetProbingSessionServiceDescriptor

func GetProbingSessionServiceDescriptor() *ProbingSessionServiceDescriptor

func (*ProbingSessionServiceDescriptor) AllMethodDescriptors

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

func (*ProbingSessionServiceDescriptor) GetApiName

func (d *ProbingSessionServiceDescriptor) GetApiName() string

func (*ProbingSessionServiceDescriptor) GetFullAPIName

func (d *ProbingSessionServiceDescriptor) GetFullAPIName() string

func (*ProbingSessionServiceDescriptor) GetProtoPkgName

func (d *ProbingSessionServiceDescriptor) GetProtoPkgName() string

func (*ProbingSessionServiceDescriptor) GetServiceDomain

func (d *ProbingSessionServiceDescriptor) GetServiceDomain() string

func (*ProbingSessionServiceDescriptor) GetServiceVersion

func (d *ProbingSessionServiceDescriptor) GetServiceVersion() string

type SearchProbingSessionsDescriptor

type SearchProbingSessionsDescriptor struct{}

func GetSearchProbingSessionsDescriptor

func GetSearchProbingSessionsDescriptor() *SearchProbingSessionsDescriptor

func (*SearchProbingSessionsDescriptor) GetApiDescriptor

func (*SearchProbingSessionsDescriptor) GetApiName

func (d *SearchProbingSessionsDescriptor) GetApiName() string

func (*SearchProbingSessionsDescriptor) GetClientMsgReflectHandle

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

func (*SearchProbingSessionsDescriptor) GetFullMethodName

func (d *SearchProbingSessionsDescriptor) GetFullMethodName() string

func (*SearchProbingSessionsDescriptor) GetMethodName

func (d *SearchProbingSessionsDescriptor) GetMethodName() string

func (*SearchProbingSessionsDescriptor) GetProtoPkgName

func (d *SearchProbingSessionsDescriptor) GetProtoPkgName() string

func (*SearchProbingSessionsDescriptor) GetResourceDescriptor

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

func (*SearchProbingSessionsDescriptor) GetServerMsgReflectHandle

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

func (*SearchProbingSessionsDescriptor) GetServiceDomain

func (d *SearchProbingSessionsDescriptor) GetServiceDomain() string

func (*SearchProbingSessionsDescriptor) GetServiceVersion

func (d *SearchProbingSessionsDescriptor) GetServiceVersion() string

func (*SearchProbingSessionsDescriptor) GetVerb

func (*SearchProbingSessionsDescriptor) HasResource

func (d *SearchProbingSessionsDescriptor) HasResource() bool

func (*SearchProbingSessionsDescriptor) IsClientStream

func (d *SearchProbingSessionsDescriptor) IsClientStream() bool

func (*SearchProbingSessionsDescriptor) IsCollection

func (d *SearchProbingSessionsDescriptor) IsCollection() bool

func (*SearchProbingSessionsDescriptor) IsPlural

func (d *SearchProbingSessionsDescriptor) IsPlural() bool

func (*SearchProbingSessionsDescriptor) IsServerStream

func (d *SearchProbingSessionsDescriptor) IsServerStream() bool

func (*SearchProbingSessionsDescriptor) IsUnary

func (*SearchProbingSessionsDescriptor) NewEmptyClientMsg

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

func (*SearchProbingSessionsDescriptor) NewEmptyServerMsg

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

func (*SearchProbingSessionsDescriptor) RequestHasResourceBody

func (d *SearchProbingSessionsDescriptor) RequestHasResourceBody() bool

type SearchProbingSessionsDescriptorClientMsgHandle

type SearchProbingSessionsDescriptorClientMsgHandle struct{}

func (*SearchProbingSessionsDescriptorClientMsgHandle) ExtractCollectionName

func (*SearchProbingSessionsDescriptorClientMsgHandle) ExtractResourceName

func (*SearchProbingSessionsDescriptorClientMsgHandle) ExtractResourceNames

type SearchProbingSessionsDescriptorServerMsgHandle

type SearchProbingSessionsDescriptorServerMsgHandle struct{}

func (*SearchProbingSessionsDescriptorServerMsgHandle) ExtractCollectionName

func (*SearchProbingSessionsDescriptorServerMsgHandle) ExtractResourceName

func (*SearchProbingSessionsDescriptorServerMsgHandle) ExtractResourceNames

type SearchProbingSessionsRequest

type SearchProbingSessionsRequest struct {

	// Parent name of ntt.watchdog.v1alpha2.ProbingSession
	Parent *probing_session.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer ProbingSessions 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
	// [SearchProbingSessionsResponse.next_page_token][ntt.watchdog.v1alpha2.SearchProbingSessionsResponse.next_page_token]
	PageToken *probing_session.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_session.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_session.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_session.ProbingSession_FieldMask `` /* 146-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,7,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"`
	// Optional search phrase used to further filter results.
	Phrase string `protobuf:"bytes,8,opt,name=phrase,proto3" json:"phrase,omitempty" firestore:"phrase"`
	// contains filtered or unexported fields
}

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

func (*SearchProbingSessionsRequest) Clone

func (*SearchProbingSessionsRequest) CloneRaw

func (*SearchProbingSessionsRequest) Descriptor

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

Deprecated, Use SearchProbingSessionsRequest.ProtoReflect.Descriptor instead.

func (*SearchProbingSessionsRequest) GetFieldMask

func (*SearchProbingSessionsRequest) GetFilter

func (*SearchProbingSessionsRequest) GetOrderBy

func (*SearchProbingSessionsRequest) GetPageSize

func (m *SearchProbingSessionsRequest) GetPageSize() int32

func (*SearchProbingSessionsRequest) GetPageToken

func (*SearchProbingSessionsRequest) GetParent

func (*SearchProbingSessionsRequest) GetPhrase

func (m *SearchProbingSessionsRequest) GetPhrase() string

func (*SearchProbingSessionsRequest) GetView

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

func (*SearchProbingSessionsRequest) GotenMessage

func (*SearchProbingSessionsRequest) GotenMessage()

func (*SearchProbingSessionsRequest) GotenObjectExt

func (o *SearchProbingSessionsRequest) GotenObjectExt()

func (*SearchProbingSessionsRequest) GotenValidate

func (obj *SearchProbingSessionsRequest) GotenValidate() error

func (*SearchProbingSessionsRequest) MakeDiffFieldMask

func (*SearchProbingSessionsRequest) MakeFullFieldMask

func (*SearchProbingSessionsRequest) MakeRawDiffFieldMask

func (*SearchProbingSessionsRequest) MakeRawFullFieldMask

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

func (*SearchProbingSessionsRequest) Marshal

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

func (*SearchProbingSessionsRequest) MarshalJSON

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

func (*SearchProbingSessionsRequest) Merge

func (*SearchProbingSessionsRequest) MergeRaw

func (*SearchProbingSessionsRequest) ProtoMessage

func (*SearchProbingSessionsRequest) ProtoMessage()

func (*SearchProbingSessionsRequest) ProtoReflect

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

func (*SearchProbingSessionsRequest) Reset

func (m *SearchProbingSessionsRequest) Reset()

func (*SearchProbingSessionsRequest) SetFieldMask

func (*SearchProbingSessionsRequest) SetFilter

func (*SearchProbingSessionsRequest) SetOrderBy

func (*SearchProbingSessionsRequest) SetPageSize

func (m *SearchProbingSessionsRequest) SetPageSize(fv int32)

func (*SearchProbingSessionsRequest) SetPageToken

func (*SearchProbingSessionsRequest) SetParent

func (*SearchProbingSessionsRequest) SetPhrase

func (m *SearchProbingSessionsRequest) SetPhrase(fv string)

func (*SearchProbingSessionsRequest) SetView

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

func (*SearchProbingSessionsRequest) String

func (*SearchProbingSessionsRequest) Unmarshal

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

func (*SearchProbingSessionsRequest) UnmarshalJSON

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

type SearchProbingSessionsRequestFieldPathBuilder

type SearchProbingSessionsRequestFieldPathBuilder struct{}

func NewSearchProbingSessionsRequestFieldPathBuilder

func NewSearchProbingSessionsRequestFieldPathBuilder() SearchProbingSessionsRequestFieldPathBuilder

func (SearchProbingSessionsRequestFieldPathBuilder) FieldMask

func (SearchProbingSessionsRequestFieldPathBuilder) Filter

func (SearchProbingSessionsRequestFieldPathBuilder) OrderBy

func (SearchProbingSessionsRequestFieldPathBuilder) PageSize

func (SearchProbingSessionsRequestFieldPathBuilder) PageToken

func (SearchProbingSessionsRequestFieldPathBuilder) Parent

func (SearchProbingSessionsRequestFieldPathBuilder) Phrase

func (SearchProbingSessionsRequestFieldPathBuilder) View

type SearchProbingSessionsRequestPathSelectorFieldMask

type SearchProbingSessionsRequestPathSelectorFieldMask struct{}

func (SearchProbingSessionsRequestPathSelectorFieldMask) FieldPath

type SearchProbingSessionsRequestPathSelectorFilter

type SearchProbingSessionsRequestPathSelectorFilter struct{}

func (SearchProbingSessionsRequestPathSelectorFilter) FieldPath

func (SearchProbingSessionsRequestPathSelectorFilter) WithArrayOfValues

func (SearchProbingSessionsRequestPathSelectorFilter) WithValue

type SearchProbingSessionsRequestPathSelectorOrderBy

type SearchProbingSessionsRequestPathSelectorOrderBy struct{}

func (SearchProbingSessionsRequestPathSelectorOrderBy) FieldPath

func (SearchProbingSessionsRequestPathSelectorOrderBy) WithArrayOfValues

func (SearchProbingSessionsRequestPathSelectorOrderBy) WithValue

type SearchProbingSessionsRequestPathSelectorPageSize

type SearchProbingSessionsRequestPathSelectorPageSize struct{}

func (SearchProbingSessionsRequestPathSelectorPageSize) FieldPath

func (SearchProbingSessionsRequestPathSelectorPageSize) WithArrayOfValues

func (SearchProbingSessionsRequestPathSelectorPageSize) WithValue

type SearchProbingSessionsRequestPathSelectorPageToken

type SearchProbingSessionsRequestPathSelectorPageToken struct{}

func (SearchProbingSessionsRequestPathSelectorPageToken) FieldPath

func (SearchProbingSessionsRequestPathSelectorPageToken) WithArrayOfValues

func (SearchProbingSessionsRequestPathSelectorPageToken) WithValue

type SearchProbingSessionsRequestPathSelectorParent

type SearchProbingSessionsRequestPathSelectorParent struct{}

func (SearchProbingSessionsRequestPathSelectorParent) FieldPath

func (SearchProbingSessionsRequestPathSelectorParent) WithArrayOfValues

func (SearchProbingSessionsRequestPathSelectorParent) WithValue

type SearchProbingSessionsRequestPathSelectorPhrase

type SearchProbingSessionsRequestPathSelectorPhrase struct{}

func (SearchProbingSessionsRequestPathSelectorPhrase) FieldPath

func (SearchProbingSessionsRequestPathSelectorPhrase) WithArrayOfValues

func (SearchProbingSessionsRequestPathSelectorPhrase) WithValue

type SearchProbingSessionsRequestPathSelectorView

type SearchProbingSessionsRequestPathSelectorView struct{}

func (SearchProbingSessionsRequestPathSelectorView) FieldPath

func (SearchProbingSessionsRequestPathSelectorView) WithArrayOfValues

func (SearchProbingSessionsRequestPathSelectorView) WithValue

type SearchProbingSessionsRequest_FieldMask

type SearchProbingSessionsRequest_FieldMask struct {
	Paths []SearchProbingSessionsRequest_FieldPath
}

func FullSearchProbingSessionsRequest_FieldMask

func FullSearchProbingSessionsRequest_FieldMask() *SearchProbingSessionsRequest_FieldMask

func (*SearchProbingSessionsRequest_FieldMask) AppendPath

func (*SearchProbingSessionsRequest_FieldMask) AppendRawPath

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

func (*SearchProbingSessionsRequest_FieldMask) DecodeFirestore

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

func (*SearchProbingSessionsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*SearchProbingSessionsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*SearchProbingSessionsRequest_FieldMask) FromProtoFieldMask

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

func (*SearchProbingSessionsRequest_FieldMask) GetPaths

func (*SearchProbingSessionsRequest_FieldMask) GetRawPaths

func (*SearchProbingSessionsRequest_FieldMask) IsFull

func (fieldMask *SearchProbingSessionsRequest_FieldMask) IsFull() bool

func (SearchProbingSessionsRequest_FieldMask) Marshal

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

implement methods required by customType

func (SearchProbingSessionsRequest_FieldMask) MarshalJSON

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

func (*SearchProbingSessionsRequest_FieldMask) PathsCount

func (fieldMask *SearchProbingSessionsRequest_FieldMask) PathsCount() int

func (*SearchProbingSessionsRequest_FieldMask) Project

func (*SearchProbingSessionsRequest_FieldMask) ProjectRaw

func (*SearchProbingSessionsRequest_FieldMask) ProtoMessage

func (fieldMask *SearchProbingSessionsRequest_FieldMask) ProtoMessage()

func (*SearchProbingSessionsRequest_FieldMask) ProtoReflect

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

func (*SearchProbingSessionsRequest_FieldMask) Reset

func (fieldMask *SearchProbingSessionsRequest_FieldMask) Reset()

func (*SearchProbingSessionsRequest_FieldMask) Set

func (*SearchProbingSessionsRequest_FieldMask) SetFromCliFlag

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

func (*SearchProbingSessionsRequest_FieldMask) SetRaw

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

func (*SearchProbingSessionsRequest_FieldMask) Size

func (fieldMask *SearchProbingSessionsRequest_FieldMask) Size() int

func (*SearchProbingSessionsRequest_FieldMask) String

func (fieldMask *SearchProbingSessionsRequest_FieldMask) String() string

func (*SearchProbingSessionsRequest_FieldMask) Subtract

func (*SearchProbingSessionsRequest_FieldMask) SubtractRaw

func (*SearchProbingSessionsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*SearchProbingSessionsRequest_FieldMask) Unmarshal

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

func (*SearchProbingSessionsRequest_FieldMask) UnmarshalJSON

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

type SearchProbingSessionsRequest_FieldPath

type SearchProbingSessionsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() SearchProbingSessionsRequest_FieldPathSelector
	Get(source *SearchProbingSessionsRequest) []interface{}
	GetSingle(source *SearchProbingSessionsRequest) (interface{}, bool)
	ClearValue(item *SearchProbingSessionsRequest)

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

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

func MustParseSearchProbingSessionsRequest_FieldPath

func MustParseSearchProbingSessionsRequest_FieldPath(rawField string) SearchProbingSessionsRequest_FieldPath

func ParseSearchProbingSessionsRequest_FieldPath

func ParseSearchProbingSessionsRequest_FieldPath(rawField string) (SearchProbingSessionsRequest_FieldPath, error)

type SearchProbingSessionsRequest_FieldPathArrayItemValue

type SearchProbingSessionsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	SearchProbingSessionsRequest_FieldPath
	ContainsValue(*SearchProbingSessionsRequest) bool
}

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

func MustParseSearchProbingSessionsRequest_FieldPathArrayItemValue

func MustParseSearchProbingSessionsRequest_FieldPathArrayItemValue(pathStr, valueStr string) SearchProbingSessionsRequest_FieldPathArrayItemValue

func ParseSearchProbingSessionsRequest_FieldPathArrayItemValue

func ParseSearchProbingSessionsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (SearchProbingSessionsRequest_FieldPathArrayItemValue, error)

ParseSearchProbingSessionsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type SearchProbingSessionsRequest_FieldPathArrayOfValues

type SearchProbingSessionsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	SearchProbingSessionsRequest_FieldPath
}

SearchProbingSessionsRequest_FieldPathArrayOfValues allows storing slice of values for SearchProbingSessionsRequest fields according to their type

func MustParseSearchProbingSessionsRequest_FieldPathArrayOfValues

func MustParseSearchProbingSessionsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) SearchProbingSessionsRequest_FieldPathArrayOfValues

func ParseSearchProbingSessionsRequest_FieldPathArrayOfValues

func ParseSearchProbingSessionsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (SearchProbingSessionsRequest_FieldPathArrayOfValues, error)

type SearchProbingSessionsRequest_FieldPathSelector

type SearchProbingSessionsRequest_FieldPathSelector int32
const (
	SearchProbingSessionsRequest_FieldPathSelectorParent    SearchProbingSessionsRequest_FieldPathSelector = 0
	SearchProbingSessionsRequest_FieldPathSelectorPageSize  SearchProbingSessionsRequest_FieldPathSelector = 1
	SearchProbingSessionsRequest_FieldPathSelectorPageToken SearchProbingSessionsRequest_FieldPathSelector = 2
	SearchProbingSessionsRequest_FieldPathSelectorOrderBy   SearchProbingSessionsRequest_FieldPathSelector = 3
	SearchProbingSessionsRequest_FieldPathSelectorFilter    SearchProbingSessionsRequest_FieldPathSelector = 4
	SearchProbingSessionsRequest_FieldPathSelectorFieldMask SearchProbingSessionsRequest_FieldPathSelector = 5
	SearchProbingSessionsRequest_FieldPathSelectorView      SearchProbingSessionsRequest_FieldPathSelector = 6
	SearchProbingSessionsRequest_FieldPathSelectorPhrase    SearchProbingSessionsRequest_FieldPathSelector = 7
)

func (SearchProbingSessionsRequest_FieldPathSelector) String

type SearchProbingSessionsRequest_FieldPathValue

type SearchProbingSessionsRequest_FieldPathValue interface {
	SearchProbingSessionsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **SearchProbingSessionsRequest)
	CompareWith(*SearchProbingSessionsRequest) (cmp int, comparable bool)
}

SearchProbingSessionsRequest_FieldPathValue allows storing values for SearchProbingSessionsRequest fields according to their type

func MustParseSearchProbingSessionsRequest_FieldPathValue

func MustParseSearchProbingSessionsRequest_FieldPathValue(pathStr, valueStr string) SearchProbingSessionsRequest_FieldPathValue

func ParseSearchProbingSessionsRequest_FieldPathValue

func ParseSearchProbingSessionsRequest_FieldPathValue(pathStr, valueStr string) (SearchProbingSessionsRequest_FieldPathValue, error)

type SearchProbingSessionsRequest_FieldTerminalPath

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

func (*SearchProbingSessionsRequest_FieldTerminalPath) ClearValue

func (*SearchProbingSessionsRequest_FieldTerminalPath) ClearValueRaw

func (*SearchProbingSessionsRequest_FieldTerminalPath) Get

func (fp *SearchProbingSessionsRequest_FieldTerminalPath) Get(source *SearchProbingSessionsRequest) (values []interface{})

Get returns all values pointed by specific field from source SearchProbingSessionsRequest

func (*SearchProbingSessionsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*SearchProbingSessionsRequest_FieldTerminalPath) GetRaw

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

func (*SearchProbingSessionsRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source SearchProbingSessionsRequest

func (*SearchProbingSessionsRequest_FieldTerminalPath) GetSingleRaw

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

func (*SearchProbingSessionsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*SearchProbingSessionsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*SearchProbingSessionsRequest_FieldTerminalPath) Selector

func (*SearchProbingSessionsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (*SearchProbingSessionsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*SearchProbingSessionsRequest_FieldTerminalPath) WithIArrayItemValue

func (*SearchProbingSessionsRequest_FieldTerminalPath) WithIArrayOfValues

func (*SearchProbingSessionsRequest_FieldTerminalPath) WithIValue

func (*SearchProbingSessionsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*SearchProbingSessionsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*SearchProbingSessionsRequest_FieldTerminalPath) WithRawIValue

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

type SearchProbingSessionsRequest_FieldTerminalPathArrayItemValue

type SearchProbingSessionsRequest_FieldTerminalPathArrayItemValue struct {
	SearchProbingSessionsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SearchProbingSessionsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*SearchProbingSessionsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*SearchProbingSessionsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*SearchProbingSessionsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type SearchProbingSessionsRequest_FieldTerminalPathArrayOfValues

type SearchProbingSessionsRequest_FieldTerminalPathArrayOfValues struct {
	SearchProbingSessionsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SearchProbingSessionsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*SearchProbingSessionsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (*SearchProbingSessionsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (*SearchProbingSessionsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*SearchProbingSessionsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (*SearchProbingSessionsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*SearchProbingSessionsRequest_FieldTerminalPathArrayOfValues) AsPhraseArrayOfValues

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

func (*SearchProbingSessionsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*SearchProbingSessionsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type SearchProbingSessionsRequest_FieldTerminalPathValue

type SearchProbingSessionsRequest_FieldTerminalPathValue struct {
	SearchProbingSessionsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SearchProbingSessionsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*SearchProbingSessionsRequest_FieldTerminalPathValue) AsFilterValue

func (*SearchProbingSessionsRequest_FieldTerminalPathValue) AsOrderByValue

func (*SearchProbingSessionsRequest_FieldTerminalPathValue) AsPageSizeValue

func (*SearchProbingSessionsRequest_FieldTerminalPathValue) AsPageTokenValue

func (*SearchProbingSessionsRequest_FieldTerminalPathValue) AsParentValue

func (*SearchProbingSessionsRequest_FieldTerminalPathValue) AsPhraseValue

func (*SearchProbingSessionsRequest_FieldTerminalPathValue) AsViewValue

func (*SearchProbingSessionsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'SearchProbingSessionsRequest_FieldTerminalPathValue' with the value under path in 'SearchProbingSessionsRequest'.

func (*SearchProbingSessionsRequest_FieldTerminalPathValue) CompareWithRaw

func (*SearchProbingSessionsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*SearchProbingSessionsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object SearchProbingSessionsRequest

func (*SearchProbingSessionsRequest_FieldTerminalPathValue) SetToRaw

type SearchProbingSessionsResponse

type SearchProbingSessionsResponse struct {

	// The list of ProbingSessions
	ProbingSessions []*probing_session.ProbingSession `` /* 134-byte string literal not displayed */
	// A token to retrieve previous page of results. Pass this value in the
	// [SearchProbingSessionsRequest.page_token][ntt.watchdog.v1alpha2.SearchProbingSessionsRequest.page_token]
	PrevPageToken *probing_session.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [SearchProbingSessionsRequest.page_token][ntt.watchdog.v1alpha2.SearchProbingSessionsRequest.page_token]
	NextPageToken *probing_session.PagerCursor `` /* 151-byte string literal not displayed */
	// Current offset from the first page (0 if no page tokens were given). Page
	// index can be computed from offset and limit provided in a request
	CurrentOffset int32 `` /* 127-byte string literal not displayed */
	// Number of total ProbingSessions across all pages.
	TotalResultsCount int32 `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

func (*SearchProbingSessionsResponse) Clone

func (*SearchProbingSessionsResponse) CloneRaw

func (*SearchProbingSessionsResponse) Descriptor

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

Deprecated, Use SearchProbingSessionsResponse.ProtoReflect.Descriptor instead.

func (*SearchProbingSessionsResponse) GetCurrentOffset

func (m *SearchProbingSessionsResponse) GetCurrentOffset() int32

func (*SearchProbingSessionsResponse) GetNextPageToken

func (*SearchProbingSessionsResponse) GetPrevPageToken

func (*SearchProbingSessionsResponse) GetProbingSessions

func (*SearchProbingSessionsResponse) GetTotalResultsCount

func (m *SearchProbingSessionsResponse) GetTotalResultsCount() int32

func (*SearchProbingSessionsResponse) GotenMessage

func (*SearchProbingSessionsResponse) GotenMessage()

func (*SearchProbingSessionsResponse) GotenObjectExt

func (o *SearchProbingSessionsResponse) GotenObjectExt()

func (*SearchProbingSessionsResponse) GotenValidate

func (obj *SearchProbingSessionsResponse) GotenValidate() error

func (*SearchProbingSessionsResponse) MakeDiffFieldMask

func (*SearchProbingSessionsResponse) MakeFullFieldMask

func (*SearchProbingSessionsResponse) MakeRawDiffFieldMask

func (*SearchProbingSessionsResponse) MakeRawFullFieldMask

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

func (*SearchProbingSessionsResponse) Marshal

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

func (*SearchProbingSessionsResponse) MarshalJSON

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

func (*SearchProbingSessionsResponse) Merge

func (*SearchProbingSessionsResponse) MergeRaw

func (*SearchProbingSessionsResponse) ProtoMessage

func (*SearchProbingSessionsResponse) ProtoMessage()

func (*SearchProbingSessionsResponse) ProtoReflect

func (*SearchProbingSessionsResponse) Reset

func (m *SearchProbingSessionsResponse) Reset()

func (*SearchProbingSessionsResponse) SetCurrentOffset

func (m *SearchProbingSessionsResponse) SetCurrentOffset(fv int32)

func (*SearchProbingSessionsResponse) SetNextPageToken

func (*SearchProbingSessionsResponse) SetPrevPageToken

func (*SearchProbingSessionsResponse) SetProbingSessions

func (m *SearchProbingSessionsResponse) SetProbingSessions(fv []*probing_session.ProbingSession)

func (*SearchProbingSessionsResponse) SetTotalResultsCount

func (m *SearchProbingSessionsResponse) SetTotalResultsCount(fv int32)

func (*SearchProbingSessionsResponse) String

func (*SearchProbingSessionsResponse) Unmarshal

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

func (*SearchProbingSessionsResponse) UnmarshalJSON

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

type SearchProbingSessionsResponseFieldPathBuilder

type SearchProbingSessionsResponseFieldPathBuilder struct{}

func NewSearchProbingSessionsResponseFieldPathBuilder

func NewSearchProbingSessionsResponseFieldPathBuilder() SearchProbingSessionsResponseFieldPathBuilder

func (SearchProbingSessionsResponseFieldPathBuilder) CurrentOffset

func (SearchProbingSessionsResponseFieldPathBuilder) NextPageToken

func (SearchProbingSessionsResponseFieldPathBuilder) PrevPageToken

func (SearchProbingSessionsResponseFieldPathBuilder) ProbingSessions

func (SearchProbingSessionsResponseFieldPathBuilder) TotalResultsCount

type SearchProbingSessionsResponseMapPathSelectorProbingSessionsMetadataAnnotations

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

func (SearchProbingSessionsResponseMapPathSelectorProbingSessionsMetadataAnnotations) FieldPath

func (SearchProbingSessionsResponseMapPathSelectorProbingSessionsMetadataAnnotations) WithArrayOfValues

func (SearchProbingSessionsResponseMapPathSelectorProbingSessionsMetadataAnnotations) WithValue

type SearchProbingSessionsResponseMapPathSelectorProbingSessionsMetadataLabels

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

func (SearchProbingSessionsResponseMapPathSelectorProbingSessionsMetadataLabels) FieldPath

func (SearchProbingSessionsResponseMapPathSelectorProbingSessionsMetadataLabels) WithArrayOfValues

func (SearchProbingSessionsResponseMapPathSelectorProbingSessionsMetadataLabels) WithValue

type SearchProbingSessionsResponseMapPathSelectorProbingSessionsMetadataShards

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

func (SearchProbingSessionsResponseMapPathSelectorProbingSessionsMetadataShards) FieldPath

func (SearchProbingSessionsResponseMapPathSelectorProbingSessionsMetadataShards) WithArrayOfValues

func (SearchProbingSessionsResponseMapPathSelectorProbingSessionsMetadataShards) WithValue

type SearchProbingSessionsResponseMapPathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders

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

func (SearchProbingSessionsResponseMapPathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (SearchProbingSessionsResponseMapPathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (SearchProbingSessionsResponseMapPathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type SearchProbingSessionsResponseMapPathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestHeaders

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

func (SearchProbingSessionsResponseMapPathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (SearchProbingSessionsResponseMapPathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (SearchProbingSessionsResponseMapPathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestHeaders) WithValue

type SearchProbingSessionsResponsePathSelectorCurrentOffset

type SearchProbingSessionsResponsePathSelectorCurrentOffset struct{}

func (SearchProbingSessionsResponsePathSelectorCurrentOffset) FieldPath

func (SearchProbingSessionsResponsePathSelectorCurrentOffset) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorCurrentOffset) WithValue

type SearchProbingSessionsResponsePathSelectorNextPageToken

type SearchProbingSessionsResponsePathSelectorNextPageToken struct{}

func (SearchProbingSessionsResponsePathSelectorNextPageToken) FieldPath

func (SearchProbingSessionsResponsePathSelectorNextPageToken) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorNextPageToken) WithValue

type SearchProbingSessionsResponsePathSelectorPrevPageToken

type SearchProbingSessionsResponsePathSelectorPrevPageToken struct{}

func (SearchProbingSessionsResponsePathSelectorPrevPageToken) FieldPath

func (SearchProbingSessionsResponsePathSelectorPrevPageToken) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorPrevPageToken) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessions

type SearchProbingSessionsResponsePathSelectorProbingSessions struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessions) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessions) Metadata

func (SearchProbingSessionsResponsePathSelectorProbingSessions) Name

func (SearchProbingSessionsResponsePathSelectorProbingSessions) ProbingDistributions added in v0.8.4

func (SearchProbingSessionsResponsePathSelectorProbingSessions) Spec

func (SearchProbingSessionsResponsePathSelectorProbingSessions) Status

func (SearchProbingSessionsResponsePathSelectorProbingSessions) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessions) WithSubArrayItemValue

func (SearchProbingSessionsResponsePathSelectorProbingSessions) WithSubArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessions) WithSubPath

func (SearchProbingSessionsResponsePathSelectorProbingSessions) WithSubValue

func (SearchProbingSessionsResponsePathSelectorProbingSessions) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsDisplayName

type SearchProbingSessionsResponsePathSelectorProbingSessionsDisplayName struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsDisplayName) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsDisplayName) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsDisplayName) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadata

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadata struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadata) DeleteTime added in v0.7.1

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadata) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadata) Lifecycle added in v0.7.1

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadata) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadata) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataAnnotations

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataAnnotations struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataAnnotations) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataAnnotations) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataAnnotations) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataCreateTime

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataCreateTime struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataCreateTime) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataCreateTime) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataCreateTime) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataDeleteTime added in v0.7.1

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataDeleteTime struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataDeleteTime) FieldPath added in v0.7.1

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataDeleteTime) WithValue added in v0.7.1

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataGeneration

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataGeneration struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataGeneration) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataGeneration) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataGeneration) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataLabels

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataLabels struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataLabels) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataLabels) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataLabels) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycle added in v0.7.1

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycle struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycle) BlockDeletion added in v0.7.1

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycle) FieldPath added in v0.7.1

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycle) State added in v0.7.1

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycle) WithValue added in v0.7.1

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycleBlockDeletion added in v0.7.1

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycleBlockDeletion struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycleState added in v0.7.1

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycleState struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycleState) FieldPath added in v0.7.1

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataLifecycleState) WithValue added in v0.7.1

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferences

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferences struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferences) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferences) Region added in v0.7.1

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferences) Version added in v0.7.1

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferences) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferences) WithItemValue

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferences) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesBlockOwnerDeletion

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesController

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesController struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesController) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesController) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesController) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesKind

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesKind struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesKind) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesKind) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesKind) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesName

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesName struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesName) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesName) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesName) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesRegion added in v0.7.1

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesRegion struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesRequiresOwnerReference struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesVersion added in v0.7.1

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesVersion struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataResourceVersion

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataResourceVersion struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataResourceVersion) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataResourceVersion) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataResourceVersion) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataShards

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataShards struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataShards) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataShards) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataShards) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncing

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncing struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncing) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncing) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncing) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncingOwningRegion

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncingOwningRegion struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncingOwningRegion) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncingOwningRegion) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncingOwningRegion) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncingRegions

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncingRegions struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncingRegions) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncingRegions) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncingRegions) WithItemValue

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataSyncingRegions) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataTags

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataTags struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataTags) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataTags) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataTags) WithItemValue

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataTags) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataUpdateTime

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataUpdateTime struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataUpdateTime) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataUpdateTime) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataUpdateTime) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataUuid

type SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataUuid struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataUuid) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataUuid) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsMetadataUuid) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsName

type SearchProbingSessionsResponsePathSelectorProbingSessionsName struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsName) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsName) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsName) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsProbingDistribution

type SearchProbingSessionsResponsePathSelectorProbingSessionsProbingDistribution struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsProbingDistribution) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsProbingDistribution) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsProbingDistribution) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsProbingDistributions added in v0.8.4

type SearchProbingSessionsResponsePathSelectorProbingSessionsProbingDistributions struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsProbingDistributions) FieldPath added in v0.8.4

func (SearchProbingSessionsResponsePathSelectorProbingSessionsProbingDistributions) WithArrayOfValues added in v0.8.4

func (SearchProbingSessionsResponsePathSelectorProbingSessionsProbingDistributions) WithItemValue added in v0.8.4

func (SearchProbingSessionsResponsePathSelectorProbingSessionsProbingDistributions) WithValue added in v0.8.4

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpec

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpec struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpec) EnablePcap added in v0.8.0

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpec) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpec) Location added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpec) LocationType added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpec) Mode

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpec) Port

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpec) Probe

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpec) Tos

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpec) Type

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpec) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpec) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecAddress

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecAddress struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecAddress) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecAddress) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecAddress) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecAddresses

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecAddresses struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecAddresses) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecAddresses) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecAddresses) WithItemValue

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecAddresses) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecEnablePcap added in v0.8.0

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecEnablePcap struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecEnablePcap) FieldPath added in v0.8.0

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecEnablePcap) WithArrayOfValues added in v0.8.0

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecEnablePcap) WithValue added in v0.8.0

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfig

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfig struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfig) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfig) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfig) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfig

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfig struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfig) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfig) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfig) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigPassword

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigPassword struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigPassword) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigPassword) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigPassword) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequest

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequest struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequest) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequest) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestBody

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestBody struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestBody) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestBody) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestTimeout

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestTimeout struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestTimeout) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestTimeout) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestUrl

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestUrl struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestUrl) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenRequestUrl) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseBodyKey

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseBodyKey struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseBodyKey) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseBodyKey) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseHeader

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseHeader struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseHeader) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigTokenResponseHeader) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigUsername

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigUsername struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigUsername) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigUsername) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigAuthConfigUsername) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequest

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequest struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequest) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequest) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequest) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestAuthenticationMethod

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestAuthenticationMethod struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestAuthenticationMethod) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestAuthenticationMethod) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestExpectedResponseCode

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestExpectedResponseCode struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestExpectedResponseCode) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestExpectedResponseCode) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestBody

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestBody struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestBody) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestBody) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestHeaders

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestHeaders struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestHeaders) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestMethod

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestMethod struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestMethod) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestRequestMethod) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestTimeout

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestTimeout struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestTimeout) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestTimeout) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestTimeout) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestUrl

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestUrl struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestUrl) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestUrl) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecHttpProbingConfigHttpRequestUrl) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecInterval

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecInterval struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecInterval) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecInterval) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecInterval) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecIpVersion

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecIpVersion struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecIpVersion) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecIpVersion) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecIpVersion) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocation added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocation struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocation) Accuracy added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocation) Address added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocation) AdminHierarchy added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocation) Coordinates added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocation) FieldPath added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocation) WithArrayOfValues added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocation) WithValue added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAccuracy added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAccuracy struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAccuracy) FieldPath added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAccuracy) WithArrayOfValues added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAccuracy) WithValue added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress) AdminArea1 added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress) AdminArea2 added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress) AdminArea3 added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress) AdminArea4 added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress) Continent added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress) Country added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress) CountryCode added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress) FieldPath added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress) PostalCode added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress) StreetAddress added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress) WithArrayOfValues added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddress) WithValue added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea1 added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea1 struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea1) FieldPath added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea1) WithArrayOfValues added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea1) WithValue added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea2 added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea2 struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea2) FieldPath added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea2) WithArrayOfValues added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea2) WithValue added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea3 added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea3 struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea3) FieldPath added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea3) WithArrayOfValues added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea3) WithValue added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea4 added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea4 struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea4) FieldPath added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea4) WithArrayOfValues added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressAdminArea4) WithValue added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressContinent added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressContinent struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressContinent) FieldPath added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressContinent) WithArrayOfValues added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressContinent) WithValue added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressCountry added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressCountry struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressCountry) FieldPath added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressCountry) WithArrayOfValues added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressCountry) WithValue added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressCountryCode added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressCountryCode struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressCountryCode) FieldPath added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressCountryCode) WithArrayOfValues added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressCountryCode) WithValue added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressPostalCode added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressPostalCode struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressPostalCode) FieldPath added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressPostalCode) WithArrayOfValues added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressPostalCode) WithValue added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressStreetAddress added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressStreetAddress struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressStreetAddress) FieldPath added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressStreetAddress) WithArrayOfValues added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAddressStreetAddress) WithValue added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchy added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchy struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchy) Admin1 added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchy) Admin2 added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchy) Admin3 added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchy) Admin4 added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchy) Admin5 added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchy) Continent added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchy) Country added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchy) FieldPath added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchy) WithArrayOfValues added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchy) WithValue added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin1 added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin1 struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin1) FieldPath added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin1) WithArrayOfValues added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin1) WithValue added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin2 added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin2 struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin2) FieldPath added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin2) WithArrayOfValues added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin2) WithValue added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin3 added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin3 struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin3) FieldPath added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin3) WithArrayOfValues added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin3) WithValue added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin4 added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin4 struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin4) FieldPath added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin4) WithArrayOfValues added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin4) WithValue added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin5 added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin5 struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin5) FieldPath added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin5) WithArrayOfValues added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyAdmin5) WithValue added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyContinent added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyContinent struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyContinent) FieldPath added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyContinent) WithArrayOfValues added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyContinent) WithValue added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyCountry added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyCountry struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyCountry) FieldPath added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyCountry) WithArrayOfValues added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationAdminHierarchyCountry) WithValue added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationCoordinates added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationCoordinates struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationCoordinates) FieldPath added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationCoordinates) WithArrayOfValues added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationCoordinates) WithValue added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationType added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationType struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationType) FieldPath added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationType) WithArrayOfValues added in v0.4.28

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecLocationType) WithValue added in v0.4.28

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecMode

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecMode struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecMode) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecMode) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecMode) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbing

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbing struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbing) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbing) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbing) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingAttempts

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingAttempts struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingAttempts) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingAttempts) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingAttempts) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingEnabled

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingEnabled struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingEnabled) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingEnabled) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingEnabled) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingInterval

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingInterval struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingInterval) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingInterval) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingInterval) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingIntervalSec

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingIntervalSec struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingIntervalSec) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingIntervalSec) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingIntervalSec) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingMaxTtl

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingMaxTtl struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingMaxTtl) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingMaxTtl) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingMaxTtl) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingMode

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingMode struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingMode) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingMode) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPathProbingMode) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPort

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPort struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPort) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPort) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecPort) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecProbe

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecProbe struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecProbe) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecProbe) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecProbe) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfiguration

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfiguration struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfiguration) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfiguration) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfiguration) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationHttpProxy

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationHttpProxy struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationHttpProxy) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationHttpProxy) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationHttpProxy) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationHttpsProxy

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationHttpsProxy struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationHttpsProxy) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationHttpsProxy) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationHttpsProxy) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationNoProxy

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationNoProxy struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationNoProxy) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationNoProxy) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationNoProxy) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationProxySetting

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationProxySetting struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationProxySetting) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationProxySetting) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecProxyConfigurationProxySetting) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettings

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettings struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettings) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettings) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettings) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsDuration

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsDuration struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsDuration) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsDuration) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsDuration) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsServerSelection

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsServerSelection struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsServerSelection) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsServerSelection) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsServerSelection) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsTcpPort

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsTcpPort struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsTcpPort) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsTcpPort) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecSpeedtestSettingsTcpPort) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecTarget

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecTarget struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecTarget) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecTarget) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecTarget) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecTargetGroup

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecTargetGroup struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecTargetGroup) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecTargetGroup) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecTargetGroup) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecTos

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecTos struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecTos) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecTos) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecTos) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecType

type SearchProbingSessionsResponsePathSelectorProbingSessionsSpecType struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecType) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecType) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsSpecType) WithValue

type SearchProbingSessionsResponsePathSelectorProbingSessionsStatus

type SearchProbingSessionsResponsePathSelectorProbingSessionsStatus struct{}

func (SearchProbingSessionsResponsePathSelectorProbingSessionsStatus) FieldPath

func (SearchProbingSessionsResponsePathSelectorProbingSessionsStatus) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorProbingSessionsStatus) WithValue

type SearchProbingSessionsResponsePathSelectorTotalResultsCount

type SearchProbingSessionsResponsePathSelectorTotalResultsCount struct{}

func (SearchProbingSessionsResponsePathSelectorTotalResultsCount) FieldPath

func (SearchProbingSessionsResponsePathSelectorTotalResultsCount) WithArrayOfValues

func (SearchProbingSessionsResponsePathSelectorTotalResultsCount) WithValue

type SearchProbingSessionsResponse_FieldMask

type SearchProbingSessionsResponse_FieldMask struct {
	Paths []SearchProbingSessionsResponse_FieldPath
}

func FullSearchProbingSessionsResponse_FieldMask

func FullSearchProbingSessionsResponse_FieldMask() *SearchProbingSessionsResponse_FieldMask

func (*SearchProbingSessionsResponse_FieldMask) AppendPath

func (*SearchProbingSessionsResponse_FieldMask) AppendRawPath

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

func (*SearchProbingSessionsResponse_FieldMask) DecodeFirestore

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

func (*SearchProbingSessionsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*SearchProbingSessionsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*SearchProbingSessionsResponse_FieldMask) FromProtoFieldMask

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

func (*SearchProbingSessionsResponse_FieldMask) GetPaths

func (*SearchProbingSessionsResponse_FieldMask) GetRawPaths

func (*SearchProbingSessionsResponse_FieldMask) IsFull

func (fieldMask *SearchProbingSessionsResponse_FieldMask) IsFull() bool

func (SearchProbingSessionsResponse_FieldMask) Marshal

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

implement methods required by customType

func (SearchProbingSessionsResponse_FieldMask) MarshalJSON

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

func (*SearchProbingSessionsResponse_FieldMask) PathsCount

func (fieldMask *SearchProbingSessionsResponse_FieldMask) PathsCount() int

func (*SearchProbingSessionsResponse_FieldMask) Project

func (*SearchProbingSessionsResponse_FieldMask) ProjectRaw

func (*SearchProbingSessionsResponse_FieldMask) ProtoMessage

func (fieldMask *SearchProbingSessionsResponse_FieldMask) ProtoMessage()

func (*SearchProbingSessionsResponse_FieldMask) ProtoReflect

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

func (*SearchProbingSessionsResponse_FieldMask) Reset

func (fieldMask *SearchProbingSessionsResponse_FieldMask) Reset()

func (*SearchProbingSessionsResponse_FieldMask) Set

func (*SearchProbingSessionsResponse_FieldMask) SetFromCliFlag

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

func (*SearchProbingSessionsResponse_FieldMask) SetRaw

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

func (*SearchProbingSessionsResponse_FieldMask) Size

func (fieldMask *SearchProbingSessionsResponse_FieldMask) Size() int

func (*SearchProbingSessionsResponse_FieldMask) String

func (fieldMask *SearchProbingSessionsResponse_FieldMask) String() string

func (*SearchProbingSessionsResponse_FieldMask) Subtract

func (*SearchProbingSessionsResponse_FieldMask) SubtractRaw

func (*SearchProbingSessionsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*SearchProbingSessionsResponse_FieldMask) Unmarshal

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

func (*SearchProbingSessionsResponse_FieldMask) UnmarshalJSON

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

type SearchProbingSessionsResponse_FieldPath

type SearchProbingSessionsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() SearchProbingSessionsResponse_FieldPathSelector
	Get(source *SearchProbingSessionsResponse) []interface{}
	GetSingle(source *SearchProbingSessionsResponse) (interface{}, bool)
	ClearValue(item *SearchProbingSessionsResponse)

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

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

func MustParseSearchProbingSessionsResponse_FieldPath

func MustParseSearchProbingSessionsResponse_FieldPath(rawField string) SearchProbingSessionsResponse_FieldPath

func ParseSearchProbingSessionsResponse_FieldPath

func ParseSearchProbingSessionsResponse_FieldPath(rawField string) (SearchProbingSessionsResponse_FieldPath, error)

type SearchProbingSessionsResponse_FieldPathArrayItemValue

type SearchProbingSessionsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	SearchProbingSessionsResponse_FieldPath
	ContainsValue(*SearchProbingSessionsResponse) bool
}

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

func MustParseSearchProbingSessionsResponse_FieldPathArrayItemValue

func MustParseSearchProbingSessionsResponse_FieldPathArrayItemValue(pathStr, valueStr string) SearchProbingSessionsResponse_FieldPathArrayItemValue

func ParseSearchProbingSessionsResponse_FieldPathArrayItemValue

func ParseSearchProbingSessionsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (SearchProbingSessionsResponse_FieldPathArrayItemValue, error)

ParseSearchProbingSessionsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type SearchProbingSessionsResponse_FieldPathArrayOfValues

type SearchProbingSessionsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	SearchProbingSessionsResponse_FieldPath
}

SearchProbingSessionsResponse_FieldPathArrayOfValues allows storing slice of values for SearchProbingSessionsResponse fields according to their type

func MustParseSearchProbingSessionsResponse_FieldPathArrayOfValues

func MustParseSearchProbingSessionsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) SearchProbingSessionsResponse_FieldPathArrayOfValues

func ParseSearchProbingSessionsResponse_FieldPathArrayOfValues

func ParseSearchProbingSessionsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (SearchProbingSessionsResponse_FieldPathArrayOfValues, error)

type SearchProbingSessionsResponse_FieldPathSelector

type SearchProbingSessionsResponse_FieldPathSelector int32
const (
	SearchProbingSessionsResponse_FieldPathSelectorProbingSessions   SearchProbingSessionsResponse_FieldPathSelector = 0
	SearchProbingSessionsResponse_FieldPathSelectorPrevPageToken     SearchProbingSessionsResponse_FieldPathSelector = 1
	SearchProbingSessionsResponse_FieldPathSelectorNextPageToken     SearchProbingSessionsResponse_FieldPathSelector = 2
	SearchProbingSessionsResponse_FieldPathSelectorCurrentOffset     SearchProbingSessionsResponse_FieldPathSelector = 3
	SearchProbingSessionsResponse_FieldPathSelectorTotalResultsCount SearchProbingSessionsResponse_FieldPathSelector = 4
)

func (SearchProbingSessionsResponse_FieldPathSelector) String

type SearchProbingSessionsResponse_FieldPathValue

type SearchProbingSessionsResponse_FieldPathValue interface {
	SearchProbingSessionsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **SearchProbingSessionsResponse)
	CompareWith(*SearchProbingSessionsResponse) (cmp int, comparable bool)
}

SearchProbingSessionsResponse_FieldPathValue allows storing values for SearchProbingSessionsResponse fields according to their type

func MustParseSearchProbingSessionsResponse_FieldPathValue

func MustParseSearchProbingSessionsResponse_FieldPathValue(pathStr, valueStr string) SearchProbingSessionsResponse_FieldPathValue

func ParseSearchProbingSessionsResponse_FieldPathValue

func ParseSearchProbingSessionsResponse_FieldPathValue(pathStr, valueStr string) (SearchProbingSessionsResponse_FieldPathValue, error)

type SearchProbingSessionsResponse_FieldSubPath

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

func (*SearchProbingSessionsResponse_FieldSubPath) AsProbingSessionsSubPath

func (*SearchProbingSessionsResponse_FieldSubPath) ClearValue

func (*SearchProbingSessionsResponse_FieldSubPath) ClearValueRaw

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

func (*SearchProbingSessionsResponse_FieldSubPath) Get

func (fps *SearchProbingSessionsResponse_FieldSubPath) Get(source *SearchProbingSessionsResponse) (values []interface{})

Get returns all values pointed by selected field from source SearchProbingSessionsResponse

func (*SearchProbingSessionsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*SearchProbingSessionsResponse_FieldSubPath) GetRaw

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

func (*SearchProbingSessionsResponse_FieldSubPath) GetSingle

func (fps *SearchProbingSessionsResponse_FieldSubPath) GetSingle(source *SearchProbingSessionsResponse) (interface{}, bool)

GetSingle returns value of selected field from source SearchProbingSessionsResponse

func (*SearchProbingSessionsResponse_FieldSubPath) GetSingleRaw

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

func (*SearchProbingSessionsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*SearchProbingSessionsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*SearchProbingSessionsResponse_FieldSubPath) Selector

func (*SearchProbingSessionsResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*SearchProbingSessionsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*SearchProbingSessionsResponse_FieldSubPath) WithIArrayItemValue

func (*SearchProbingSessionsResponse_FieldSubPath) WithIArrayOfValues

func (*SearchProbingSessionsResponse_FieldSubPath) WithIValue

func (*SearchProbingSessionsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*SearchProbingSessionsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*SearchProbingSessionsResponse_FieldSubPath) WithRawIValue

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

type SearchProbingSessionsResponse_FieldSubPathArrayItemValue

type SearchProbingSessionsResponse_FieldSubPathArrayItemValue struct {
	SearchProbingSessionsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*SearchProbingSessionsResponse_FieldSubPathArrayItemValue) AsProbingSessionsPathItemValue

func (*SearchProbingSessionsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*SearchProbingSessionsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type SearchProbingSessionsResponse_FieldSubPathArrayOfValues

type SearchProbingSessionsResponse_FieldSubPathArrayOfValues struct {
	SearchProbingSessionsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*SearchProbingSessionsResponse_FieldSubPathArrayOfValues) AsProbingSessionsPathArrayOfValues

func (*SearchProbingSessionsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type SearchProbingSessionsResponse_FieldSubPathValue

type SearchProbingSessionsResponse_FieldSubPathValue struct {
	SearchProbingSessionsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*SearchProbingSessionsResponse_FieldSubPathValue) AsProbingSessionsPathValue

func (*SearchProbingSessionsResponse_FieldSubPathValue) CompareWith

func (*SearchProbingSessionsResponse_FieldSubPathValue) CompareWithRaw

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

func (*SearchProbingSessionsResponse_FieldSubPathValue) GetRawValue

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

func (*SearchProbingSessionsResponse_FieldSubPathValue) SetTo

func (*SearchProbingSessionsResponse_FieldSubPathValue) SetToRaw

type SearchProbingSessionsResponse_FieldTerminalPath

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

func (*SearchProbingSessionsResponse_FieldTerminalPath) ClearValue

func (*SearchProbingSessionsResponse_FieldTerminalPath) ClearValueRaw

func (*SearchProbingSessionsResponse_FieldTerminalPath) Get

Get returns all values pointed by specific field from source SearchProbingSessionsResponse

func (*SearchProbingSessionsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*SearchProbingSessionsResponse_FieldTerminalPath) GetRaw

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

func (*SearchProbingSessionsResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source SearchProbingSessionsResponse

func (*SearchProbingSessionsResponse_FieldTerminalPath) GetSingleRaw

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

func (*SearchProbingSessionsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*SearchProbingSessionsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*SearchProbingSessionsResponse_FieldTerminalPath) Selector

func (*SearchProbingSessionsResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (*SearchProbingSessionsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*SearchProbingSessionsResponse_FieldTerminalPath) WithIArrayItemValue

func (*SearchProbingSessionsResponse_FieldTerminalPath) WithIArrayOfValues

func (*SearchProbingSessionsResponse_FieldTerminalPath) WithIValue

func (*SearchProbingSessionsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*SearchProbingSessionsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*SearchProbingSessionsResponse_FieldTerminalPath) WithRawIValue

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

type SearchProbingSessionsResponse_FieldTerminalPathArrayItemValue

type SearchProbingSessionsResponse_FieldTerminalPathArrayItemValue struct {
	SearchProbingSessionsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SearchProbingSessionsResponse_FieldTerminalPathArrayItemValue) AsProbingSessionsItemValue

func (*SearchProbingSessionsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*SearchProbingSessionsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*SearchProbingSessionsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*SearchProbingSessionsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type SearchProbingSessionsResponse_FieldTerminalPathArrayOfValues

type SearchProbingSessionsResponse_FieldTerminalPathArrayOfValues struct {
	SearchProbingSessionsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SearchProbingSessionsResponse_FieldTerminalPathArrayOfValues) AsCurrentOffsetArrayOfValues

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

func (*SearchProbingSessionsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (*SearchProbingSessionsResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (*SearchProbingSessionsResponse_FieldTerminalPathArrayOfValues) AsProbingSessionsArrayOfValues

func (*SearchProbingSessionsResponse_FieldTerminalPathArrayOfValues) AsTotalResultsCountArrayOfValues

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

func (*SearchProbingSessionsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type SearchProbingSessionsResponse_FieldTerminalPathValue

type SearchProbingSessionsResponse_FieldTerminalPathValue struct {
	SearchProbingSessionsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SearchProbingSessionsResponse_FieldTerminalPathValue) AsCurrentOffsetValue

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

func (*SearchProbingSessionsResponse_FieldTerminalPathValue) AsNextPageTokenValue

func (*SearchProbingSessionsResponse_FieldTerminalPathValue) AsPrevPageTokenValue

func (*SearchProbingSessionsResponse_FieldTerminalPathValue) AsProbingSessionsValue

func (*SearchProbingSessionsResponse_FieldTerminalPathValue) AsTotalResultsCountValue

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

func (*SearchProbingSessionsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'SearchProbingSessionsResponse_FieldTerminalPathValue' with the value under path in 'SearchProbingSessionsResponse'.

func (*SearchProbingSessionsResponse_FieldTerminalPathValue) CompareWithRaw

func (*SearchProbingSessionsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*SearchProbingSessionsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object SearchProbingSessionsResponse

func (*SearchProbingSessionsResponse_FieldTerminalPathValue) SetToRaw

type UpdateProbingSessionDescriptor

type UpdateProbingSessionDescriptor struct{}

func GetUpdateProbingSessionDescriptor

func GetUpdateProbingSessionDescriptor() *UpdateProbingSessionDescriptor

func (*UpdateProbingSessionDescriptor) GetApiDescriptor

func (*UpdateProbingSessionDescriptor) GetApiName

func (d *UpdateProbingSessionDescriptor) GetApiName() string

func (*UpdateProbingSessionDescriptor) GetClientMsgReflectHandle

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

func (*UpdateProbingSessionDescriptor) GetFullMethodName

func (d *UpdateProbingSessionDescriptor) GetFullMethodName() string

func (*UpdateProbingSessionDescriptor) GetMethodName

func (d *UpdateProbingSessionDescriptor) GetMethodName() string

func (*UpdateProbingSessionDescriptor) GetProtoPkgName

func (d *UpdateProbingSessionDescriptor) GetProtoPkgName() string

func (*UpdateProbingSessionDescriptor) GetResourceDescriptor

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

func (*UpdateProbingSessionDescriptor) GetServerMsgReflectHandle

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

func (*UpdateProbingSessionDescriptor) GetServiceDomain

func (d *UpdateProbingSessionDescriptor) GetServiceDomain() string

func (*UpdateProbingSessionDescriptor) GetServiceVersion

func (d *UpdateProbingSessionDescriptor) GetServiceVersion() string

func (*UpdateProbingSessionDescriptor) GetVerb

func (*UpdateProbingSessionDescriptor) HasResource

func (d *UpdateProbingSessionDescriptor) HasResource() bool

func (*UpdateProbingSessionDescriptor) IsClientStream

func (d *UpdateProbingSessionDescriptor) IsClientStream() bool

func (*UpdateProbingSessionDescriptor) IsCollection

func (d *UpdateProbingSessionDescriptor) IsCollection() bool

func (*UpdateProbingSessionDescriptor) IsPlural

func (d *UpdateProbingSessionDescriptor) IsPlural() bool

func (*UpdateProbingSessionDescriptor) IsServerStream

func (d *UpdateProbingSessionDescriptor) IsServerStream() bool

func (*UpdateProbingSessionDescriptor) IsUnary

func (d *UpdateProbingSessionDescriptor) IsUnary() bool

func (*UpdateProbingSessionDescriptor) NewEmptyClientMsg

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

func (*UpdateProbingSessionDescriptor) NewEmptyServerMsg

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

func (*UpdateProbingSessionDescriptor) RequestHasResourceBody

func (d *UpdateProbingSessionDescriptor) RequestHasResourceBody() bool

type UpdateProbingSessionDescriptorClientMsgHandle

type UpdateProbingSessionDescriptorClientMsgHandle struct{}

func (*UpdateProbingSessionDescriptorClientMsgHandle) ExtractCollectionName

func (*UpdateProbingSessionDescriptorClientMsgHandle) ExtractResourceName

func (*UpdateProbingSessionDescriptorClientMsgHandle) ExtractResourceNames

type UpdateProbingSessionDescriptorServerMsgHandle

type UpdateProbingSessionDescriptorServerMsgHandle struct{}

func (*UpdateProbingSessionDescriptorServerMsgHandle) ExtractCollectionName

func (*UpdateProbingSessionDescriptorServerMsgHandle) ExtractResourceName

func (*UpdateProbingSessionDescriptorServerMsgHandle) ExtractResourceNames

type UpdateProbingSessionRequest

type UpdateProbingSessionRequest struct {

	// ProbingSession resource body
	ProbingSession *probing_session.ProbingSession `` /* 130-byte string literal not displayed */
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *probing_session.ProbingSession_FieldMask `` /* 150-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 *UpdateProbingSessionRequest_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 [UpdateProbingSession][ntt.watchdog.v1alpha2.UpdateProbingSession]

func (*UpdateProbingSessionRequest) Clone

func (*UpdateProbingSessionRequest) CloneRaw

func (*UpdateProbingSessionRequest) Descriptor

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

Deprecated, Use UpdateProbingSessionRequest.ProtoReflect.Descriptor instead.

func (*UpdateProbingSessionRequest) GetAllowMissing added in v0.12.5

func (m *UpdateProbingSessionRequest) GetAllowMissing() bool

func (*UpdateProbingSessionRequest) GetCas

func (*UpdateProbingSessionRequest) GetProbingSession

func (*UpdateProbingSessionRequest) GetUpdateMask

func (*UpdateProbingSessionRequest) GotenMessage

func (*UpdateProbingSessionRequest) GotenMessage()

func (*UpdateProbingSessionRequest) GotenObjectExt

func (o *UpdateProbingSessionRequest) GotenObjectExt()

func (*UpdateProbingSessionRequest) GotenValidate

func (obj *UpdateProbingSessionRequest) GotenValidate() error

func (*UpdateProbingSessionRequest) MakeDiffFieldMask

func (*UpdateProbingSessionRequest) MakeFullFieldMask

func (*UpdateProbingSessionRequest) MakeRawDiffFieldMask

func (*UpdateProbingSessionRequest) MakeRawFullFieldMask

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

func (*UpdateProbingSessionRequest) Marshal

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

func (*UpdateProbingSessionRequest) MarshalJSON

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

func (*UpdateProbingSessionRequest) Merge

func (*UpdateProbingSessionRequest) MergeRaw

func (*UpdateProbingSessionRequest) ProtoMessage

func (*UpdateProbingSessionRequest) ProtoMessage()

func (*UpdateProbingSessionRequest) ProtoReflect

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

func (*UpdateProbingSessionRequest) Reset

func (m *UpdateProbingSessionRequest) Reset()

func (*UpdateProbingSessionRequest) SetAllowMissing added in v0.12.5

func (m *UpdateProbingSessionRequest) SetAllowMissing(fv bool)

func (*UpdateProbingSessionRequest) SetCas

func (*UpdateProbingSessionRequest) SetProbingSession

func (*UpdateProbingSessionRequest) SetUpdateMask

func (*UpdateProbingSessionRequest) String

func (m *UpdateProbingSessionRequest) String() string

func (*UpdateProbingSessionRequest) Unmarshal

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

func (*UpdateProbingSessionRequest) UnmarshalJSON

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

type UpdateProbingSessionRequestCASFieldPathBuilder

type UpdateProbingSessionRequestCASFieldPathBuilder struct{}

func NewUpdateProbingSessionRequestCASFieldPathBuilder

func NewUpdateProbingSessionRequestCASFieldPathBuilder() UpdateProbingSessionRequestCASFieldPathBuilder

func (UpdateProbingSessionRequestCASFieldPathBuilder) ConditionalState

func (UpdateProbingSessionRequestCASFieldPathBuilder) FieldMask

type UpdateProbingSessionRequestCAS_FieldPath

type UpdateProbingSessionRequestCAS_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdateProbingSessionRequestCAS_FieldPathSelector
	Get(source *UpdateProbingSessionRequest_CAS) []interface{}
	GetSingle(source *UpdateProbingSessionRequest_CAS) (interface{}, bool)
	ClearValue(item *UpdateProbingSessionRequest_CAS)

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

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

func MustParseUpdateProbingSessionRequestCAS_FieldPath

func MustParseUpdateProbingSessionRequestCAS_FieldPath(rawField string) UpdateProbingSessionRequestCAS_FieldPath

func ParseUpdateProbingSessionRequestCAS_FieldPath

func ParseUpdateProbingSessionRequestCAS_FieldPath(rawField string) (UpdateProbingSessionRequestCAS_FieldPath, error)

type UpdateProbingSessionRequestCAS_FieldPathArrayItemValue

type UpdateProbingSessionRequestCAS_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdateProbingSessionRequestCAS_FieldPath
	ContainsValue(*UpdateProbingSessionRequest_CAS) bool
}

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

func MustParseUpdateProbingSessionRequestCAS_FieldPathArrayItemValue

func MustParseUpdateProbingSessionRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) UpdateProbingSessionRequestCAS_FieldPathArrayItemValue

func ParseUpdateProbingSessionRequestCAS_FieldPathArrayItemValue

func ParseUpdateProbingSessionRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateProbingSessionRequestCAS_FieldPathArrayItemValue, error)

ParseUpdateProbingSessionRequestCAS_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdateProbingSessionRequestCAS_FieldPathArrayOfValues

type UpdateProbingSessionRequestCAS_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdateProbingSessionRequestCAS_FieldPath
}

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

func MustParseUpdateProbingSessionRequestCAS_FieldPathArrayOfValues

func MustParseUpdateProbingSessionRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateProbingSessionRequestCAS_FieldPathArrayOfValues

func ParseUpdateProbingSessionRequestCAS_FieldPathArrayOfValues

func ParseUpdateProbingSessionRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateProbingSessionRequestCAS_FieldPathArrayOfValues, error)

type UpdateProbingSessionRequestCAS_FieldPathSelector

type UpdateProbingSessionRequestCAS_FieldPathSelector int32
const (
	UpdateProbingSessionRequestCAS_FieldPathSelectorConditionalState UpdateProbingSessionRequestCAS_FieldPathSelector = 0
	UpdateProbingSessionRequestCAS_FieldPathSelectorFieldMask        UpdateProbingSessionRequestCAS_FieldPathSelector = 1
)

func (UpdateProbingSessionRequestCAS_FieldPathSelector) String

type UpdateProbingSessionRequestCAS_FieldPathValue

type UpdateProbingSessionRequestCAS_FieldPathValue interface {
	UpdateProbingSessionRequestCAS_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdateProbingSessionRequest_CAS)
	CompareWith(*UpdateProbingSessionRequest_CAS) (cmp int, comparable bool)
}

UpdateProbingSessionRequestCAS_FieldPathValue allows storing values for CAS fields according to their type

func MustParseUpdateProbingSessionRequestCAS_FieldPathValue

func MustParseUpdateProbingSessionRequestCAS_FieldPathValue(pathStr, valueStr string) UpdateProbingSessionRequestCAS_FieldPathValue

func ParseUpdateProbingSessionRequestCAS_FieldPathValue

func ParseUpdateProbingSessionRequestCAS_FieldPathValue(pathStr, valueStr string) (UpdateProbingSessionRequestCAS_FieldPathValue, error)

type UpdateProbingSessionRequestCAS_FieldSubPath

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

func (*UpdateProbingSessionRequestCAS_FieldSubPath) AsConditionalStateSubPath

func (*UpdateProbingSessionRequestCAS_FieldSubPath) ClearValue

func (*UpdateProbingSessionRequestCAS_FieldSubPath) ClearValueRaw

func (*UpdateProbingSessionRequestCAS_FieldSubPath) Get

func (fps *UpdateProbingSessionRequestCAS_FieldSubPath) Get(source *UpdateProbingSessionRequest_CAS) (values []interface{})

Get returns all values pointed by selected field from source UpdateProbingSessionRequest_CAS

func (*UpdateProbingSessionRequestCAS_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateProbingSessionRequestCAS_FieldSubPath) GetRaw

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

func (*UpdateProbingSessionRequestCAS_FieldSubPath) GetSingle

GetSingle returns value of selected field from source UpdateProbingSessionRequest_CAS

func (*UpdateProbingSessionRequestCAS_FieldSubPath) GetSingleRaw

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

func (*UpdateProbingSessionRequestCAS_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateProbingSessionRequestCAS_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateProbingSessionRequestCAS_FieldSubPath) Selector

func (*UpdateProbingSessionRequestCAS_FieldSubPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*UpdateProbingSessionRequestCAS_FieldSubPath) String

String returns path representation in proto convention

func (*UpdateProbingSessionRequestCAS_FieldSubPath) WithIArrayItemValue

func (*UpdateProbingSessionRequestCAS_FieldSubPath) WithIArrayOfValues

func (*UpdateProbingSessionRequestCAS_FieldSubPath) WithIValue

func (*UpdateProbingSessionRequestCAS_FieldSubPath) WithRawIArrayItemValue

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

func (*UpdateProbingSessionRequestCAS_FieldSubPath) WithRawIArrayOfValues

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

func (*UpdateProbingSessionRequestCAS_FieldSubPath) WithRawIValue

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

type UpdateProbingSessionRequestCAS_FieldSubPathArrayItemValue

type UpdateProbingSessionRequestCAS_FieldSubPathArrayItemValue struct {
	UpdateProbingSessionRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateProbingSessionRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue

func (*UpdateProbingSessionRequestCAS_FieldSubPathArrayItemValue) ContainsValue

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

func (*UpdateProbingSessionRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type UpdateProbingSessionRequestCAS_FieldSubPathArrayOfValues

type UpdateProbingSessionRequestCAS_FieldSubPathArrayOfValues struct {
	UpdateProbingSessionRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateProbingSessionRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues

func (*UpdateProbingSessionRequestCAS_FieldSubPathArrayOfValues) GetRawValues

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

type UpdateProbingSessionRequestCAS_FieldSubPathValue

type UpdateProbingSessionRequestCAS_FieldSubPathValue struct {
	UpdateProbingSessionRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateProbingSessionRequestCAS_FieldSubPathValue) AsConditionalStatePathValue

func (*UpdateProbingSessionRequestCAS_FieldSubPathValue) CompareWith

func (*UpdateProbingSessionRequestCAS_FieldSubPathValue) CompareWithRaw

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

func (*UpdateProbingSessionRequestCAS_FieldSubPathValue) GetRawValue

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

func (*UpdateProbingSessionRequestCAS_FieldSubPathValue) SetTo

func (*UpdateProbingSessionRequestCAS_FieldSubPathValue) SetToRaw

type UpdateProbingSessionRequestCAS_FieldTerminalPath

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

func (*UpdateProbingSessionRequestCAS_FieldTerminalPath) ClearValue

func (*UpdateProbingSessionRequestCAS_FieldTerminalPath) ClearValueRaw

func (*UpdateProbingSessionRequestCAS_FieldTerminalPath) Get

Get returns all values pointed by specific field from source UpdateProbingSessionRequest_CAS

func (*UpdateProbingSessionRequestCAS_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateProbingSessionRequestCAS_FieldTerminalPath) GetRaw

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

func (*UpdateProbingSessionRequestCAS_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source UpdateProbingSessionRequest_CAS

func (*UpdateProbingSessionRequestCAS_FieldTerminalPath) GetSingleRaw

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

func (*UpdateProbingSessionRequestCAS_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateProbingSessionRequestCAS_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateProbingSessionRequestCAS_FieldTerminalPath) Selector

func (*UpdateProbingSessionRequestCAS_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (*UpdateProbingSessionRequestCAS_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateProbingSessionRequestCAS_FieldTerminalPath) WithIArrayItemValue

func (*UpdateProbingSessionRequestCAS_FieldTerminalPath) WithIArrayOfValues

func (*UpdateProbingSessionRequestCAS_FieldTerminalPath) WithIValue

func (*UpdateProbingSessionRequestCAS_FieldTerminalPath) WithRawIArrayItemValue

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

func (*UpdateProbingSessionRequestCAS_FieldTerminalPath) WithRawIArrayOfValues

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

func (*UpdateProbingSessionRequestCAS_FieldTerminalPath) WithRawIValue

type UpdateProbingSessionRequestCAS_FieldTerminalPathArrayItemValue

type UpdateProbingSessionRequestCAS_FieldTerminalPathArrayItemValue struct {
	UpdateProbingSessionRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateProbingSessionRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*UpdateProbingSessionRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*UpdateProbingSessionRequestCAS_FieldTerminalPathArrayItemValue) GetSingle

func (*UpdateProbingSessionRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type UpdateProbingSessionRequestCAS_FieldTerminalPathArrayOfValues

type UpdateProbingSessionRequestCAS_FieldTerminalPathArrayOfValues struct {
	UpdateProbingSessionRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateProbingSessionRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues

func (*UpdateProbingSessionRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*UpdateProbingSessionRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues

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

type UpdateProbingSessionRequestCAS_FieldTerminalPathValue

type UpdateProbingSessionRequestCAS_FieldTerminalPathValue struct {
	UpdateProbingSessionRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateProbingSessionRequestCAS_FieldTerminalPathValue) AsConditionalStateValue

func (*UpdateProbingSessionRequestCAS_FieldTerminalPathValue) AsFieldMaskValue

func (*UpdateProbingSessionRequestCAS_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdateProbingSessionRequestCAS_FieldTerminalPathValue' with the value under path in 'UpdateProbingSessionRequest_CAS'.

func (*UpdateProbingSessionRequestCAS_FieldTerminalPathValue) CompareWithRaw

func (*UpdateProbingSessionRequestCAS_FieldTerminalPathValue) GetRawValue

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

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

func (*UpdateProbingSessionRequestCAS_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CAS

func (*UpdateProbingSessionRequestCAS_FieldTerminalPathValue) SetToRaw

type UpdateProbingSessionRequestFieldPathBuilder

type UpdateProbingSessionRequestFieldPathBuilder struct{}

func NewUpdateProbingSessionRequestFieldPathBuilder

func NewUpdateProbingSessionRequestFieldPathBuilder() UpdateProbingSessionRequestFieldPathBuilder

func (UpdateProbingSessionRequestFieldPathBuilder) AllowMissing added in v0.12.5

func (UpdateProbingSessionRequestFieldPathBuilder) Cas

func (UpdateProbingSessionRequestFieldPathBuilder) ProbingSession

func (UpdateProbingSessionRequestFieldPathBuilder) UpdateMask

type UpdateProbingSessionRequestMapPathSelectorCasConditionalStateMetadataAnnotations

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

func (UpdateProbingSessionRequestMapPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdateProbingSessionRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateProbingSessionRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdateProbingSessionRequestMapPathSelectorCasConditionalStateMetadataLabels

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

func (UpdateProbingSessionRequestMapPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdateProbingSessionRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateProbingSessionRequestMapPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdateProbingSessionRequestMapPathSelectorCasConditionalStateMetadataShards

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

func (UpdateProbingSessionRequestMapPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdateProbingSessionRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdateProbingSessionRequestMapPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdateProbingSessionRequestMapPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders

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

func (UpdateProbingSessionRequestMapPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (UpdateProbingSessionRequestMapPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (UpdateProbingSessionRequestMapPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type UpdateProbingSessionRequestMapPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestRequestHeaders

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

func (UpdateProbingSessionRequestMapPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (UpdateProbingSessionRequestMapPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (UpdateProbingSessionRequestMapPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestRequestHeaders) WithValue

type UpdateProbingSessionRequestMapPathSelectorProbingSessionMetadataAnnotations

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

func (UpdateProbingSessionRequestMapPathSelectorProbingSessionMetadataAnnotations) FieldPath

func (UpdateProbingSessionRequestMapPathSelectorProbingSessionMetadataAnnotations) WithArrayOfValues

func (UpdateProbingSessionRequestMapPathSelectorProbingSessionMetadataAnnotations) WithValue

type UpdateProbingSessionRequestMapPathSelectorProbingSessionMetadataLabels

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

func (UpdateProbingSessionRequestMapPathSelectorProbingSessionMetadataLabels) FieldPath

func (UpdateProbingSessionRequestMapPathSelectorProbingSessionMetadataLabels) WithArrayOfValues

func (UpdateProbingSessionRequestMapPathSelectorProbingSessionMetadataLabels) WithValue

type UpdateProbingSessionRequestMapPathSelectorProbingSessionMetadataShards

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

func (UpdateProbingSessionRequestMapPathSelectorProbingSessionMetadataShards) FieldPath

func (UpdateProbingSessionRequestMapPathSelectorProbingSessionMetadataShards) WithArrayOfValues

func (UpdateProbingSessionRequestMapPathSelectorProbingSessionMetadataShards) WithValue

type UpdateProbingSessionRequestMapPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders

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

func (UpdateProbingSessionRequestMapPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (UpdateProbingSessionRequestMapPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (UpdateProbingSessionRequestMapPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type UpdateProbingSessionRequestMapPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestHeaders

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

func (UpdateProbingSessionRequestMapPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (UpdateProbingSessionRequestMapPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (UpdateProbingSessionRequestMapPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestHeaders) WithValue

type UpdateProbingSessionRequestPathSelectorAllowMissing added in v0.12.5

type UpdateProbingSessionRequestPathSelectorAllowMissing struct{}

func (UpdateProbingSessionRequestPathSelectorAllowMissing) FieldPath added in v0.12.5

func (UpdateProbingSessionRequestPathSelectorAllowMissing) WithArrayOfValues added in v0.12.5

func (UpdateProbingSessionRequestPathSelectorAllowMissing) WithValue added in v0.12.5

type UpdateProbingSessionRequestPathSelectorCas

type UpdateProbingSessionRequestPathSelectorCas struct{}

func (UpdateProbingSessionRequestPathSelectorCas) ConditionalState

func (UpdateProbingSessionRequestPathSelectorCas) FieldMask

func (UpdateProbingSessionRequestPathSelectorCas) FieldPath

type UpdateProbingSessionRequestPathSelectorCasConditionalState

type UpdateProbingSessionRequestPathSelectorCasConditionalState struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalState) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalState) Name

func (UpdateProbingSessionRequestPathSelectorCasConditionalState) ProbingDistributions added in v0.8.4

func (UpdateProbingSessionRequestPathSelectorCasConditionalState) Spec

func (UpdateProbingSessionRequestPathSelectorCasConditionalState) Status

func (UpdateProbingSessionRequestPathSelectorCasConditionalState) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalState) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateDisplayName

type UpdateProbingSessionRequestPathSelectorCasConditionalStateDisplayName struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateDisplayName) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateDisplayName) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateDisplayName) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadata

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadata struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadata) DeleteTime added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadata) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadata) Lifecycle added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadata) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataAnnotations

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataAnnotations struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataCreateTime

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataCreateTime struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataCreateTime) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataCreateTime) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataDeleteTime added in v0.7.1

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataDeleteTime struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataDeleteTime) FieldPath added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithValue added in v0.7.1

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataGeneration

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataGeneration struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataGeneration) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataGeneration) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataLabels

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataLabels struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataLifecycle added in v0.7.1

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataLifecycle struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataLifecycle) BlockDeletion added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataLifecycle) FieldPath added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataLifecycle) State added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataLifecycle) WithValue added in v0.7.1

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion added in v0.7.1

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataLifecycleState added in v0.7.1

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataLifecycleState struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataLifecycleState) FieldPath added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithValue added in v0.7.1

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferences

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferences struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferences) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Region added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Version added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion added in v0.7.1

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion added in v0.7.1

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataResourceVersion

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataResourceVersion struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataResourceVersion) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataShards

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataShards struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataSyncing

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataSyncing struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataSyncing) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataSyncing) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataSyncingRegions

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataSyncingRegions struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataSyncingRegions) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataTags

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataTags struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataTags) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataTags) WithItemValue

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataTags) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataUpdateTime

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataUpdateTime struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataUpdateTime) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataUuid

type UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataUuid struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataUuid) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateMetadataUuid) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateName

type UpdateProbingSessionRequestPathSelectorCasConditionalStateName struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateName) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateName) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateName) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateProbingDistribution

type UpdateProbingSessionRequestPathSelectorCasConditionalStateProbingDistribution struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateProbingDistribution) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateProbingDistribution) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateProbingDistribution) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateProbingDistributions added in v0.8.4

type UpdateProbingSessionRequestPathSelectorCasConditionalStateProbingDistributions struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateProbingDistributions) FieldPath added in v0.8.4

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateProbingDistributions) WithArrayOfValues added in v0.8.4

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateProbingDistributions) WithItemValue added in v0.8.4

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateProbingDistributions) WithValue added in v0.8.4

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpec

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpec struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpec) EnablePcap added in v0.8.0

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpec) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpec) Location added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpec) LocationType added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpec) Tos

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpec) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpec) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecAddress

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecAddress struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecAddress) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecAddress) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecAddress) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecAddresses

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecAddresses struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecAddresses) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecAddresses) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecAddresses) WithItemValue

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecAddresses) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecEnablePcap added in v0.8.0

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecEnablePcap struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecEnablePcap) FieldPath added in v0.8.0

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecEnablePcap) WithArrayOfValues added in v0.8.0

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecEnablePcap) WithValue added in v0.8.0

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfig

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfig struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfig) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfig) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfig) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfig

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfig struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfig) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfig) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfig) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigPassword

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigPassword struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigPassword) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigPassword) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigPassword) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequest

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequest struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequest) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequest) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestBody

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestBody struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestBody) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestBody) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestTimeout

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestTimeout struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestTimeout) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestTimeout) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestUrl

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestUrl struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestUrl) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestUrl) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenResponseBodyKey

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenResponseBodyKey struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenResponseBodyKey) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenResponseBodyKey) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenResponseHeader

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenResponseHeader struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenResponseHeader) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigTokenResponseHeader) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigUsername

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigUsername struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigUsername) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigUsername) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigAuthConfigUsername) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequest

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequest struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequest) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequest) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequest) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestAuthenticationMethod

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestAuthenticationMethod struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestAuthenticationMethod) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestAuthenticationMethod) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestExpectedResponseCode

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestExpectedResponseCode struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestExpectedResponseCode) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestExpectedResponseCode) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestRequestBody

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestRequestBody struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestRequestBody) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestRequestBody) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestRequestHeaders

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestRequestHeaders struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestRequestHeaders) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestRequestMethod

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestRequestMethod struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestRequestMethod) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestRequestMethod) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestTimeout

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestTimeout struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestTimeout) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestTimeout) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestTimeout) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestUrl

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestUrl struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestUrl) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestUrl) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecHttpProbingConfigHttpRequestUrl) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecInterval

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecInterval struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecInterval) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecInterval) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecInterval) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecIpVersion

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecIpVersion struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecIpVersion) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecIpVersion) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecIpVersion) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocation added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocation struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocation) Accuracy added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocation) Address added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocation) AdminHierarchy added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocation) Coordinates added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocation) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocation) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocation) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAccuracy added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAccuracy struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAccuracy) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAccuracy) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAccuracy) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddress added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddress struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddress) AdminArea1 added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddress) AdminArea2 added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddress) AdminArea3 added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddress) AdminArea4 added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddress) Continent added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddress) Country added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddress) CountryCode added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddress) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddress) PostalCode added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddress) StreetAddress added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddress) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddress) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressAdminArea1 added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressAdminArea1 struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressAdminArea1) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressAdminArea1) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressAdminArea1) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressAdminArea2 added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressAdminArea2 struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressAdminArea2) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressAdminArea2) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressAdminArea2) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressAdminArea3 added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressAdminArea3 struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressAdminArea3) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressAdminArea3) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressAdminArea3) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressAdminArea4 added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressAdminArea4 struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressAdminArea4) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressAdminArea4) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressAdminArea4) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressContinent added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressContinent struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressContinent) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressContinent) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressContinent) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressCountry added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressCountry struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressCountry) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressCountry) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressCountry) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressCountryCode added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressCountryCode struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressCountryCode) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressCountryCode) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressCountryCode) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressPostalCode added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressPostalCode struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressPostalCode) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressPostalCode) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressPostalCode) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressStreetAddress added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressStreetAddress struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressStreetAddress) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressStreetAddress) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAddressStreetAddress) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchy added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchy struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchy) Admin1 added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchy) Admin2 added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchy) Admin3 added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchy) Admin4 added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchy) Admin5 added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchy) Continent added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchy) Country added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchy) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchy) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchy) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchyAdmin1 added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchyAdmin1 struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchyAdmin1) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchyAdmin1) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchyAdmin1) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchyAdmin2 added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchyAdmin2 struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchyAdmin2) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchyAdmin2) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchyAdmin2) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchyAdmin3 added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchyAdmin3 struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchyAdmin3) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchyAdmin3) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchyAdmin3) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchyAdmin4 added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchyAdmin4 struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchyAdmin4) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchyAdmin4) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchyAdmin4) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchyAdmin5 added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchyAdmin5 struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchyAdmin5) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchyAdmin5) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchyAdmin5) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchyContinent added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchyContinent struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchyContinent) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchyContinent) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchyContinent) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchyCountry added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchyCountry struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchyCountry) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchyCountry) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationAdminHierarchyCountry) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationCoordinates added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationCoordinates struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationCoordinates) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationCoordinates) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationCoordinates) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationType added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationType struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationType) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationType) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecLocationType) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecMode

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecMode struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecMode) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecMode) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecMode) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPathProbing

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPathProbing struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPathProbing) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPathProbing) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPathProbing) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPathProbingAttempts

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPathProbingAttempts struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPathProbingAttempts) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPathProbingAttempts) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPathProbingAttempts) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPathProbingEnabled

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPathProbingEnabled struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPathProbingEnabled) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPathProbingEnabled) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPathProbingEnabled) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPathProbingInterval

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPathProbingInterval struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPathProbingInterval) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPathProbingInterval) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPathProbingInterval) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPathProbingIntervalSec

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPathProbingIntervalSec struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPathProbingIntervalSec) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPathProbingIntervalSec) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPathProbingIntervalSec) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPathProbingMaxTtl

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPathProbingMaxTtl struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPathProbingMaxTtl) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPathProbingMaxTtl) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPathProbingMaxTtl) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPathProbingMode

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPathProbingMode struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPathProbingMode) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPathProbingMode) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPathProbingMode) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPort

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPort struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPort) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPort) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecPort) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecProbe

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecProbe struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecProbe) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecProbe) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecProbe) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecProxyConfiguration

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecProxyConfiguration struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecProxyConfiguration) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecProxyConfiguration) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecProxyConfiguration) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecProxyConfigurationHttpProxy

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecProxyConfigurationHttpProxy struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecProxyConfigurationHttpProxy) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecProxyConfigurationHttpProxy) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecProxyConfigurationHttpProxy) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecProxyConfigurationHttpsProxy

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecProxyConfigurationHttpsProxy struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecProxyConfigurationHttpsProxy) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecProxyConfigurationHttpsProxy) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecProxyConfigurationHttpsProxy) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecProxyConfigurationNoProxy

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecProxyConfigurationNoProxy struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecProxyConfigurationNoProxy) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecProxyConfigurationNoProxy) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecProxyConfigurationNoProxy) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecProxyConfigurationProxySetting

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecProxyConfigurationProxySetting struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecProxyConfigurationProxySetting) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecProxyConfigurationProxySetting) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecProxyConfigurationProxySetting) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecSpeedtestSettings

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecSpeedtestSettings struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecSpeedtestSettings) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecSpeedtestSettings) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecSpeedtestSettings) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecSpeedtestSettingsDuration

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecSpeedtestSettingsDuration struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecSpeedtestSettingsDuration) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecSpeedtestSettingsDuration) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecSpeedtestSettingsDuration) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecSpeedtestSettingsServerSelection

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecSpeedtestSettingsServerSelection struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecSpeedtestSettingsServerSelection) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecSpeedtestSettingsServerSelection) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecSpeedtestSettingsServerSelection) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecSpeedtestSettingsTcpPort

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecSpeedtestSettingsTcpPort struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecSpeedtestSettingsTcpPort) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecSpeedtestSettingsTcpPort) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecSpeedtestSettingsTcpPort) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecTarget

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecTarget struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecTarget) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecTarget) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecTarget) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecTargetGroup

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecTargetGroup struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecTargetGroup) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecTargetGroup) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecTargetGroup) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecTos

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecTos struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecTos) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecTos) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecTos) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecType

type UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecType struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecType) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecType) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateSpecType) WithValue

type UpdateProbingSessionRequestPathSelectorCasConditionalStateStatus

type UpdateProbingSessionRequestPathSelectorCasConditionalStateStatus struct{}

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateStatus) FieldPath

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateStatus) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorCasConditionalStateStatus) WithValue

type UpdateProbingSessionRequestPathSelectorCasFieldMask

type UpdateProbingSessionRequestPathSelectorCasFieldMask struct{}

func (UpdateProbingSessionRequestPathSelectorCasFieldMask) FieldPath

type UpdateProbingSessionRequestPathSelectorProbingSession

type UpdateProbingSessionRequestPathSelectorProbingSession struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSession) DisplayName

func (UpdateProbingSessionRequestPathSelectorProbingSession) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSession) Metadata

func (UpdateProbingSessionRequestPathSelectorProbingSession) Name

func (UpdateProbingSessionRequestPathSelectorProbingSession) ProbingDistributions added in v0.8.4

func (UpdateProbingSessionRequestPathSelectorProbingSession) Spec

func (UpdateProbingSessionRequestPathSelectorProbingSession) Status

func (UpdateProbingSessionRequestPathSelectorProbingSession) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSession) WithSubArrayItemValue

func (UpdateProbingSessionRequestPathSelectorProbingSession) WithSubArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSession) WithSubPath

func (UpdateProbingSessionRequestPathSelectorProbingSession) WithSubValue

func (UpdateProbingSessionRequestPathSelectorProbingSession) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionDisplayName

type UpdateProbingSessionRequestPathSelectorProbingSessionDisplayName struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionDisplayName) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionDisplayName) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionDisplayName) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadata

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadata struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadata) DeleteTime added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadata) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadata) Lifecycle added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadata) Tags

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadata) Uuid

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadata) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadata) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataAnnotations

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataAnnotations struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataAnnotations) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataAnnotations) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataAnnotations) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataCreateTime

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataCreateTime struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataCreateTime) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataCreateTime) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataCreateTime) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataDeleteTime added in v0.7.1

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataDeleteTime struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataDeleteTime) FieldPath added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataDeleteTime) WithValue added in v0.7.1

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataGeneration

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataGeneration struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataGeneration) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataGeneration) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataGeneration) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataLabels

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataLabels struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataLabels) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataLabels) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataLabels) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataLifecycle added in v0.7.1

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataLifecycle struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataLifecycle) BlockDeletion added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataLifecycle) FieldPath added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataLifecycle) State added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataLifecycle) WithValue added in v0.7.1

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataLifecycleBlockDeletion added in v0.7.1

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataLifecycleBlockDeletion struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataLifecycleState added in v0.7.1

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataLifecycleState struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataLifecycleState) FieldPath added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataLifecycleState) WithValue added in v0.7.1

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferences

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferences struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferences) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferences) Region added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferences) Version added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferences) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferences) WithItemValue

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferences) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesBlockOwnerDeletion

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesController

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesController struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesController) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesController) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesKind

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesKind struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesKind) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesKind) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesName

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesName struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesName) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesName) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesRegion added in v0.7.1

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesRegion struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesVersion added in v0.7.1

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesVersion struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataResourceVersion

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataResourceVersion struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataResourceVersion) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataResourceVersion) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataResourceVersion) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataShards

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataShards struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataShards) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataShards) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataShards) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataSyncing

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataSyncing struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataSyncing) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataSyncing) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataSyncing) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataSyncingOwningRegion

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataSyncingOwningRegion struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataSyncingOwningRegion) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataSyncingOwningRegion) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataSyncingRegions

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataSyncingRegions struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataSyncingRegions) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataSyncingRegions) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataSyncingRegions) WithItemValue

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataSyncingRegions) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataTags

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataTags struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataTags) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataTags) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataTags) WithItemValue

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataTags) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataUpdateTime

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataUpdateTime struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataUpdateTime) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataUpdateTime) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataUpdateTime) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataUuid

type UpdateProbingSessionRequestPathSelectorProbingSessionMetadataUuid struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataUuid) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataUuid) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionMetadataUuid) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionName

type UpdateProbingSessionRequestPathSelectorProbingSessionName struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionName) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionName) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionName) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionProbingDistribution

type UpdateProbingSessionRequestPathSelectorProbingSessionProbingDistribution struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionProbingDistribution) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionProbingDistribution) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionProbingDistribution) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionProbingDistributions added in v0.8.4

type UpdateProbingSessionRequestPathSelectorProbingSessionProbingDistributions struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionProbingDistributions) FieldPath added in v0.8.4

func (UpdateProbingSessionRequestPathSelectorProbingSessionProbingDistributions) WithArrayOfValues added in v0.8.4

func (UpdateProbingSessionRequestPathSelectorProbingSessionProbingDistributions) WithItemValue added in v0.8.4

func (UpdateProbingSessionRequestPathSelectorProbingSessionProbingDistributions) WithValue added in v0.8.4

type UpdateProbingSessionRequestPathSelectorProbingSessionSpec

type UpdateProbingSessionRequestPathSelectorProbingSessionSpec struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpec) Address

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpec) EnablePcap added in v0.8.0

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpec) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpec) Interval

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpec) Location added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpec) LocationType added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpec) Mode

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpec) Port

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpec) Probe

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpec) Target

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpec) Tos

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpec) Type

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpec) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpec) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecAddress

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecAddress struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecAddress) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecAddress) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecAddress) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecAddresses

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecAddresses struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecAddresses) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecAddresses) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecAddresses) WithItemValue

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecAddresses) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecEnablePcap added in v0.8.0

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecEnablePcap struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecEnablePcap) FieldPath added in v0.8.0

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecEnablePcap) WithArrayOfValues added in v0.8.0

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecEnablePcap) WithValue added in v0.8.0

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfig

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfig struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfig) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfig) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfig) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfig

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfig struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfig) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfig) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfig) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigPassword

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigPassword struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigPassword) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigPassword) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigPassword) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequest

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequest struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequest) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequest) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestBody

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestBody struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestBody) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestBody) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestTimeout

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestTimeout struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestTimeout) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestTimeout) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestUrl

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestUrl struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestUrl) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenRequestUrl) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenResponseBodyKey

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenResponseBodyKey struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenResponseBodyKey) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenResponseBodyKey) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenResponseHeader

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenResponseHeader struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenResponseHeader) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigTokenResponseHeader) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigUsername

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigUsername struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigUsername) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigUsername) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigAuthConfigUsername) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequest

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequest struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequest) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequest) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequest) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestAuthenticationMethod

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestAuthenticationMethod struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestAuthenticationMethod) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestAuthenticationMethod) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestExpectedResponseCode

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestExpectedResponseCode struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestExpectedResponseCode) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestExpectedResponseCode) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestBody

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestBody struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestBody) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestBody) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestHeaders

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestHeaders struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestHeaders) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestMethod

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestMethod struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestMethod) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestRequestMethod) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestTimeout

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestTimeout struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestTimeout) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestTimeout) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestTimeout) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestUrl

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestUrl struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestUrl) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestUrl) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecHttpProbingConfigHttpRequestUrl) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecInterval

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecInterval struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecInterval) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecInterval) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecInterval) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecIpVersion

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecIpVersion struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecIpVersion) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecIpVersion) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecIpVersion) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocation added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocation struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocation) Accuracy added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocation) Address added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocation) AdminHierarchy added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocation) Coordinates added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocation) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocation) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocation) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAccuracy added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAccuracy struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAccuracy) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAccuracy) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAccuracy) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddress added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddress struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddress) AdminArea1 added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddress) AdminArea2 added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddress) AdminArea3 added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddress) AdminArea4 added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddress) Continent added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddress) Country added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddress) CountryCode added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddress) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddress) PostalCode added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddress) StreetAddress added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddress) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddress) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea1 added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea1 struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea1) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea1) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea1) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea2 added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea2 struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea2) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea2) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea2) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea3 added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea3 struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea3) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea3) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea3) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea4 added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea4 struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea4) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea4) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressAdminArea4) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressContinent added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressContinent struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressContinent) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressContinent) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressContinent) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressCountry added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressCountry struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressCountry) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressCountry) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressCountry) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressCountryCode added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressCountryCode struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressCountryCode) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressCountryCode) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressCountryCode) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressPostalCode added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressPostalCode struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressPostalCode) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressPostalCode) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressPostalCode) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressStreetAddress added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressStreetAddress struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressStreetAddress) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressStreetAddress) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAddressStreetAddress) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchy added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchy struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchy) Admin1 added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchy) Admin2 added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchy) Admin3 added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchy) Admin4 added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchy) Admin5 added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchy) Continent added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchy) Country added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchy) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchy) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchy) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin1 added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin1 struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin1) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin1) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin1) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin2 added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin2 struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin2) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin2) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin2) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin3 added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin3 struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin3) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin3) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin3) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin4 added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin4 struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin4) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin4) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin4) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin5 added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin5 struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin5) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin5) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyAdmin5) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyContinent added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyContinent struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyContinent) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyContinent) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyContinent) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyCountry added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyCountry struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyCountry) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyCountry) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationAdminHierarchyCountry) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationCoordinates added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationCoordinates struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationCoordinates) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationCoordinates) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationCoordinates) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationType added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationType struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationType) FieldPath added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationType) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecLocationType) WithValue added in v0.4.28

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecMode

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecMode struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecMode) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecMode) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecMode) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecPathProbing

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecPathProbing struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecPathProbing) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecPathProbing) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecPathProbing) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingAttempts

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingAttempts struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingAttempts) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingAttempts) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingAttempts) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingEnabled

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingEnabled struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingEnabled) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingEnabled) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingEnabled) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingInterval

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingInterval struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingInterval) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingInterval) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingInterval) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingIntervalSec

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingIntervalSec struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingIntervalSec) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingIntervalSec) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingIntervalSec) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingMaxTtl

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingMaxTtl struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingMaxTtl) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingMaxTtl) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingMaxTtl) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingMode

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingMode struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingMode) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingMode) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecPathProbingMode) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecPort

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecPort struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecPort) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecPort) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecPort) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecProbe

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecProbe struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecProbe) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecProbe) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecProbe) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfiguration

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfiguration struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfiguration) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfiguration) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfiguration) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationHttpProxy

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationHttpProxy struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationHttpProxy) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationHttpProxy) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationHttpProxy) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationHttpsProxy

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationHttpsProxy struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationHttpsProxy) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationHttpsProxy) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationHttpsProxy) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationNoProxy

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationNoProxy struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationNoProxy) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationNoProxy) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationNoProxy) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationProxySetting

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationProxySetting struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationProxySetting) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationProxySetting) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecProxyConfigurationProxySetting) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettings

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettings struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettings) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettings) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettings) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettingsDuration

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettingsDuration struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettingsDuration) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettingsDuration) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettingsDuration) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettingsServerSelection

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettingsServerSelection struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettingsServerSelection) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettingsServerSelection) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettingsServerSelection) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettingsTcpPort

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettingsTcpPort struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettingsTcpPort) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettingsTcpPort) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecSpeedtestSettingsTcpPort) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecTarget

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecTarget struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecTarget) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecTarget) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecTarget) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecTargetGroup

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecTargetGroup struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecTargetGroup) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecTargetGroup) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecTargetGroup) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecTos

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecTos struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecTos) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecTos) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecTos) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecType

type UpdateProbingSessionRequestPathSelectorProbingSessionSpecType struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecType) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecType) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionSpecType) WithValue

type UpdateProbingSessionRequestPathSelectorProbingSessionStatus

type UpdateProbingSessionRequestPathSelectorProbingSessionStatus struct{}

func (UpdateProbingSessionRequestPathSelectorProbingSessionStatus) FieldPath

func (UpdateProbingSessionRequestPathSelectorProbingSessionStatus) WithArrayOfValues

func (UpdateProbingSessionRequestPathSelectorProbingSessionStatus) WithValue

type UpdateProbingSessionRequestPathSelectorUpdateMask

type UpdateProbingSessionRequestPathSelectorUpdateMask struct{}

func (UpdateProbingSessionRequestPathSelectorUpdateMask) FieldPath

type UpdateProbingSessionRequest_CAS

type UpdateProbingSessionRequest_CAS struct {

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

func (*UpdateProbingSessionRequest_CAS) CloneRaw

func (*UpdateProbingSessionRequest_CAS) Descriptor

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

Deprecated, Use UpdateProbingSessionRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdateProbingSessionRequest_CAS) GetConditionalState

func (*UpdateProbingSessionRequest_CAS) GetFieldMask

func (*UpdateProbingSessionRequest_CAS) GotenMessage

func (*UpdateProbingSessionRequest_CAS) GotenMessage()

func (*UpdateProbingSessionRequest_CAS) GotenObjectExt

func (o *UpdateProbingSessionRequest_CAS) GotenObjectExt()

func (*UpdateProbingSessionRequest_CAS) GotenValidate

func (obj *UpdateProbingSessionRequest_CAS) GotenValidate() error

func (*UpdateProbingSessionRequest_CAS) MakeDiffFieldMask

func (*UpdateProbingSessionRequest_CAS) MakeFullFieldMask

func (*UpdateProbingSessionRequest_CAS) MakeRawDiffFieldMask

func (*UpdateProbingSessionRequest_CAS) MakeRawFullFieldMask

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

func (*UpdateProbingSessionRequest_CAS) Marshal

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

func (*UpdateProbingSessionRequest_CAS) MarshalJSON

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

func (*UpdateProbingSessionRequest_CAS) Merge

func (*UpdateProbingSessionRequest_CAS) MergeRaw

func (*UpdateProbingSessionRequest_CAS) ProtoMessage

func (*UpdateProbingSessionRequest_CAS) ProtoMessage()

func (*UpdateProbingSessionRequest_CAS) ProtoReflect

func (*UpdateProbingSessionRequest_CAS) Reset

func (*UpdateProbingSessionRequest_CAS) SetConditionalState

func (*UpdateProbingSessionRequest_CAS) SetFieldMask

func (*UpdateProbingSessionRequest_CAS) String

func (*UpdateProbingSessionRequest_CAS) Unmarshal

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

func (*UpdateProbingSessionRequest_CAS) UnmarshalJSON

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

type UpdateProbingSessionRequest_CASMapPathSelectorConditionalStateMetadataAnnotations

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

func (UpdateProbingSessionRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdateProbingSessionRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateProbingSessionRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdateProbingSessionRequest_CASMapPathSelectorConditionalStateMetadataLabels

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

func (UpdateProbingSessionRequest_CASMapPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdateProbingSessionRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateProbingSessionRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithValue

type UpdateProbingSessionRequest_CASMapPathSelectorConditionalStateMetadataShards

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

func (UpdateProbingSessionRequest_CASMapPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdateProbingSessionRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdateProbingSessionRequest_CASMapPathSelectorConditionalStateMetadataShards) WithValue

type UpdateProbingSessionRequest_CASMapPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders

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

func (UpdateProbingSessionRequest_CASMapPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (UpdateProbingSessionRequest_CASMapPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (UpdateProbingSessionRequest_CASMapPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type UpdateProbingSessionRequest_CASMapPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestRequestHeaders

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

func (UpdateProbingSessionRequest_CASMapPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (UpdateProbingSessionRequest_CASMapPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (UpdateProbingSessionRequest_CASMapPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestRequestHeaders) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalState

type UpdateProbingSessionRequest_CASPathSelectorConditionalState struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalState) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalState) Name

func (UpdateProbingSessionRequest_CASPathSelectorConditionalState) ProbingDistributions added in v0.8.4

func (UpdateProbingSessionRequest_CASPathSelectorConditionalState) Spec

func (UpdateProbingSessionRequest_CASPathSelectorConditionalState) Status

func (UpdateProbingSessionRequest_CASPathSelectorConditionalState) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalState) WithSubArrayItemValue

func (UpdateProbingSessionRequest_CASPathSelectorConditionalState) WithSubArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalState) WithSubPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalState) WithSubValue

func (UpdateProbingSessionRequest_CASPathSelectorConditionalState) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateDisplayName

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateDisplayName struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateDisplayName) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateDisplayName) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateDisplayName) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadata

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadata struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadata) DeleteTime added in v0.7.1

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadata) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadata) Lifecycle added in v0.7.1

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadata) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataAnnotations

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataAnnotations struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataCreateTime

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataCreateTime struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataCreateTime) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataDeleteTime added in v0.7.1

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataDeleteTime struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataDeleteTime) FieldPath added in v0.7.1

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithValue added in v0.7.1

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataGeneration

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataGeneration struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataGeneration) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataGeneration) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataLabels

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataLabels struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataLabels) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataLifecycle added in v0.7.1

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataLifecycle struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataLifecycle) BlockDeletion added in v0.7.1

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataLifecycle) FieldPath added in v0.7.1

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataLifecycle) State added in v0.7.1

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithValue added in v0.7.1

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion added in v0.7.1

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataLifecycleState added in v0.7.1

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataLifecycleState struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataLifecycleState) FieldPath added in v0.7.1

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithValue added in v0.7.1

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferences

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferences struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Region added in v0.7.1

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Version added in v0.7.1

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion added in v0.7.1

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion added in v0.7.1

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataResourceVersion

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataResourceVersion struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataResourceVersion) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataShards

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataShards struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataShards) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataSyncing

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataSyncing struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataSyncing) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataSyncing) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataSyncingRegions

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataSyncingRegions struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataTags

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataTags struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataTags) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataTags) WithItemValue

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataTags) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataUpdateTime

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataUpdateTime struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataUpdateTime) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataUuid

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataUuid struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataUuid) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateMetadataUuid) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateName

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateName struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateName) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateName) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateName) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateProbingDistribution

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateProbingDistribution struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateProbingDistribution) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateProbingDistribution) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateProbingDistribution) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateProbingDistributions added in v0.8.4

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateProbingDistributions struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateProbingDistributions) FieldPath added in v0.8.4

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateProbingDistributions) WithArrayOfValues added in v0.8.4

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateProbingDistributions) WithItemValue added in v0.8.4

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateProbingDistributions) WithValue added in v0.8.4

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpec

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpec struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpec) EnablePcap added in v0.8.0

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpec) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpec) Location added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpec) LocationType added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpec) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpec) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecAddress

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecAddress struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecAddress) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecAddress) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecAddress) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecAddresses

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecAddresses struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecAddresses) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecAddresses) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecAddresses) WithItemValue

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecAddresses) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecEnablePcap added in v0.8.0

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecEnablePcap struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecEnablePcap) FieldPath added in v0.8.0

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecEnablePcap) WithArrayOfValues added in v0.8.0

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecEnablePcap) WithValue added in v0.8.0

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfig

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfig struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfig) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfig) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfig) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfig

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfig struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfig) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfig) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfig) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigPassword

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigPassword struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigPassword) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigPassword) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigPassword) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigRequestHeaderTokenKey) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequest

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequest struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequest) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequest) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequest) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestAuthenticationMethod) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestExpectedResponseCode) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestBody

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestBody struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestBody) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestBody) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestBody) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestHeaders) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestRequestMethod) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestTimeout

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestTimeout struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestTimeout) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestTimeout) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestTimeout) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestUrl

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestUrl struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestUrl) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestUrl) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenRequestUrl) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenResponseBodyExpiryKey) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenResponseBodyKey

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenResponseBodyKey struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenResponseBodyKey) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenResponseBodyKey) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenResponseBodyKey) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenResponseHeader

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenResponseHeader struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenResponseHeader) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenResponseHeader) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigTokenResponseHeader) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigUsername

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigUsername struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigUsername) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigUsername) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigAuthConfigUsername) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequest

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequest struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequest) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequest) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequest) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestAuthenticationMethod

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestAuthenticationMethod struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestAuthenticationMethod) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestAuthenticationMethod) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestAuthenticationMethod) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestExpectedResponseCode

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestExpectedResponseCode struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestExpectedResponseCode) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestExpectedResponseCode) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestExpectedResponseCode) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestRequestBody

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestRequestBody struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestRequestBody) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestRequestBody) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestRequestBody) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestRequestHeaders

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestRequestHeaders struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestRequestHeaders) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestRequestHeaders) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestRequestHeaders) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestRequestMethod

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestRequestMethod struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestRequestMethod) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestRequestMethod) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestRequestMethod) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestTimeout

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestTimeout struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestTimeout) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestTimeout) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestTimeout) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestUrl

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestUrl struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestUrl) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestUrl) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecHttpProbingConfigHttpRequestUrl) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecInterval

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecInterval struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecInterval) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecInterval) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecInterval) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecIpVersion

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecIpVersion struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecIpVersion) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecIpVersion) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecIpVersion) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocation added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocation struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocation) Accuracy added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocation) Address added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocation) AdminHierarchy added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocation) Coordinates added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocation) FieldPath added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocation) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocation) WithValue added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAccuracy added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAccuracy struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAccuracy) FieldPath added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAccuracy) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAccuracy) WithValue added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddress added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddress struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddress) AdminArea1 added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddress) AdminArea2 added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddress) AdminArea3 added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddress) AdminArea4 added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddress) Continent added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddress) Country added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddress) CountryCode added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddress) FieldPath added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddress) PostalCode added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddress) StreetAddress added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddress) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddress) WithValue added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressAdminArea1 added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressAdminArea1 struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressAdminArea1) FieldPath added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressAdminArea1) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressAdminArea1) WithValue added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressAdminArea2 added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressAdminArea2 struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressAdminArea2) FieldPath added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressAdminArea2) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressAdminArea2) WithValue added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressAdminArea3 added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressAdminArea3 struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressAdminArea3) FieldPath added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressAdminArea3) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressAdminArea3) WithValue added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressAdminArea4 added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressAdminArea4 struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressAdminArea4) FieldPath added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressAdminArea4) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressAdminArea4) WithValue added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressContinent added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressContinent struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressContinent) FieldPath added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressContinent) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressContinent) WithValue added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressCountry added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressCountry struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressCountry) FieldPath added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressCountry) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressCountry) WithValue added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressCountryCode added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressCountryCode struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressCountryCode) FieldPath added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressCountryCode) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressCountryCode) WithValue added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressPostalCode added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressPostalCode struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressPostalCode) FieldPath added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressPostalCode) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressPostalCode) WithValue added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressStreetAddress added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressStreetAddress struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressStreetAddress) FieldPath added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressStreetAddress) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAddressStreetAddress) WithValue added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchy added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchy struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchy) Admin1 added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchy) Admin2 added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchy) Admin3 added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchy) Admin4 added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchy) Admin5 added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchy) Continent added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchy) Country added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchy) FieldPath added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchy) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchy) WithValue added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchyAdmin1 added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchyAdmin1 struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchyAdmin1) FieldPath added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchyAdmin1) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchyAdmin1) WithValue added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchyAdmin2 added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchyAdmin2 struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchyAdmin2) FieldPath added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchyAdmin2) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchyAdmin2) WithValue added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchyAdmin3 added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchyAdmin3 struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchyAdmin3) FieldPath added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchyAdmin3) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchyAdmin3) WithValue added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchyAdmin4 added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchyAdmin4 struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchyAdmin4) FieldPath added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchyAdmin4) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchyAdmin4) WithValue added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchyAdmin5 added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchyAdmin5 struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchyAdmin5) FieldPath added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchyAdmin5) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchyAdmin5) WithValue added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchyContinent added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchyContinent struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchyContinent) FieldPath added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchyContinent) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchyContinent) WithValue added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchyCountry added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchyCountry struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchyCountry) FieldPath added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchyCountry) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationAdminHierarchyCountry) WithValue added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationCoordinates added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationCoordinates struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationCoordinates) FieldPath added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationCoordinates) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationCoordinates) WithValue added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationType added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationType struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationType) FieldPath added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationType) WithArrayOfValues added in v0.4.28

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecLocationType) WithValue added in v0.4.28

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecMode

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecMode struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecMode) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecMode) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecMode) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPathProbing

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPathProbing struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPathProbing) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPathProbing) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPathProbing) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPathProbingAttempts

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPathProbingAttempts struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPathProbingAttempts) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPathProbingAttempts) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPathProbingAttempts) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPathProbingEnabled

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPathProbingEnabled struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPathProbingEnabled) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPathProbingEnabled) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPathProbingEnabled) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPathProbingInterval

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPathProbingInterval struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPathProbingInterval) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPathProbingInterval) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPathProbingInterval) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPathProbingIntervalSec

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPathProbingIntervalSec struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPathProbingIntervalSec) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPathProbingIntervalSec) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPathProbingIntervalSec) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPathProbingMaxTtl

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPathProbingMaxTtl struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPathProbingMaxTtl) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPathProbingMaxTtl) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPathProbingMaxTtl) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPathProbingMode

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPathProbingMode struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPathProbingMode) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPathProbingMode) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPathProbingMode) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPort

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPort struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPort) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPort) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecPort) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecProbe

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecProbe struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecProbe) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecProbe) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecProbe) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecProxyConfiguration

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecProxyConfiguration struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecProxyConfiguration) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecProxyConfiguration) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecProxyConfiguration) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecProxyConfigurationHttpProxy

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecProxyConfigurationHttpProxy struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecProxyConfigurationHttpProxy) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecProxyConfigurationHttpProxy) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecProxyConfigurationHttpProxy) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecProxyConfigurationHttpsProxy

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecProxyConfigurationHttpsProxy struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecProxyConfigurationHttpsProxy) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecProxyConfigurationHttpsProxy) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecProxyConfigurationHttpsProxy) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecProxyConfigurationNoProxy

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecProxyConfigurationNoProxy struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecProxyConfigurationNoProxy) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecProxyConfigurationNoProxy) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecProxyConfigurationNoProxy) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecProxyConfigurationProxySetting

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecProxyConfigurationProxySetting struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecProxyConfigurationProxySetting) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecProxyConfigurationProxySetting) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecProxyConfigurationProxySetting) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecSpeedtestSettings

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecSpeedtestSettings struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecSpeedtestSettings) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecSpeedtestSettings) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecSpeedtestSettings) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecSpeedtestSettingsDuration

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecSpeedtestSettingsDuration struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecSpeedtestSettingsDuration) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecSpeedtestSettingsDuration) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecSpeedtestSettingsDuration) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecSpeedtestSettingsServerSelection

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecSpeedtestSettingsServerSelection struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecSpeedtestSettingsServerSelection) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecSpeedtestSettingsServerSelection) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecSpeedtestSettingsServerSelection) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecSpeedtestSettingsTcpPort

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecSpeedtestSettingsTcpPort struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecSpeedtestSettingsTcpPort) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecSpeedtestSettingsTcpPort) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecSpeedtestSettingsTcpPort) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecTarget

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecTarget struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecTarget) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecTarget) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecTarget) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecTargetGroup

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecTargetGroup struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecTargetGroup) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecTargetGroup) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecTargetGroup) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecTos

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecTos struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecTos) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecTos) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecTos) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecType

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecType struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecType) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecType) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateSpecType) WithValue

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateStatus

type UpdateProbingSessionRequest_CASPathSelectorConditionalStateStatus struct{}

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateStatus) FieldPath

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateStatus) WithArrayOfValues

func (UpdateProbingSessionRequest_CASPathSelectorConditionalStateStatus) WithValue

type UpdateProbingSessionRequest_CASPathSelectorFieldMask

type UpdateProbingSessionRequest_CASPathSelectorFieldMask struct{}

func (UpdateProbingSessionRequest_CASPathSelectorFieldMask) FieldPath

type UpdateProbingSessionRequest_CAS_FieldMask

type UpdateProbingSessionRequest_CAS_FieldMask struct {
	Paths []UpdateProbingSessionRequestCAS_FieldPath
}

func FullUpdateProbingSessionRequest_CAS_FieldMask

func FullUpdateProbingSessionRequest_CAS_FieldMask() *UpdateProbingSessionRequest_CAS_FieldMask

func (*UpdateProbingSessionRequest_CAS_FieldMask) AppendPath

func (*UpdateProbingSessionRequest_CAS_FieldMask) AppendRawPath

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

func (*UpdateProbingSessionRequest_CAS_FieldMask) DecodeFirestore

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

func (*UpdateProbingSessionRequest_CAS_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*UpdateProbingSessionRequest_CAS_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdateProbingSessionRequest_CAS_FieldMask) FromProtoFieldMask

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

func (*UpdateProbingSessionRequest_CAS_FieldMask) GetPaths

func (*UpdateProbingSessionRequest_CAS_FieldMask) GetRawPaths

func (*UpdateProbingSessionRequest_CAS_FieldMask) IsFull

func (fieldMask *UpdateProbingSessionRequest_CAS_FieldMask) IsFull() bool

func (UpdateProbingSessionRequest_CAS_FieldMask) Marshal

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

implement methods required by customType

func (UpdateProbingSessionRequest_CAS_FieldMask) MarshalJSON

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

func (*UpdateProbingSessionRequest_CAS_FieldMask) PathsCount

func (fieldMask *UpdateProbingSessionRequest_CAS_FieldMask) PathsCount() int

func (*UpdateProbingSessionRequest_CAS_FieldMask) Project

func (*UpdateProbingSessionRequest_CAS_FieldMask) ProjectRaw

func (*UpdateProbingSessionRequest_CAS_FieldMask) ProtoMessage

func (fieldMask *UpdateProbingSessionRequest_CAS_FieldMask) ProtoMessage()

func (*UpdateProbingSessionRequest_CAS_FieldMask) ProtoReflect

func (*UpdateProbingSessionRequest_CAS_FieldMask) Reset

func (fieldMask *UpdateProbingSessionRequest_CAS_FieldMask) Reset()

func (*UpdateProbingSessionRequest_CAS_FieldMask) Set

func (*UpdateProbingSessionRequest_CAS_FieldMask) SetFromCliFlag

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

func (*UpdateProbingSessionRequest_CAS_FieldMask) SetRaw

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

func (*UpdateProbingSessionRequest_CAS_FieldMask) Size

func (*UpdateProbingSessionRequest_CAS_FieldMask) String

func (*UpdateProbingSessionRequest_CAS_FieldMask) Subtract

func (*UpdateProbingSessionRequest_CAS_FieldMask) SubtractRaw

func (*UpdateProbingSessionRequest_CAS_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*UpdateProbingSessionRequest_CAS_FieldMask) Unmarshal

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

func (*UpdateProbingSessionRequest_CAS_FieldMask) UnmarshalJSON

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

type UpdateProbingSessionRequest_FieldMask

type UpdateProbingSessionRequest_FieldMask struct {
	Paths []UpdateProbingSessionRequest_FieldPath
}

func FullUpdateProbingSessionRequest_FieldMask

func FullUpdateProbingSessionRequest_FieldMask() *UpdateProbingSessionRequest_FieldMask

func (*UpdateProbingSessionRequest_FieldMask) AppendPath

func (*UpdateProbingSessionRequest_FieldMask) AppendRawPath

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

func (*UpdateProbingSessionRequest_FieldMask) DecodeFirestore

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

func (*UpdateProbingSessionRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*UpdateProbingSessionRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdateProbingSessionRequest_FieldMask) FromProtoFieldMask

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

func (*UpdateProbingSessionRequest_FieldMask) GetPaths

func (*UpdateProbingSessionRequest_FieldMask) GetRawPaths

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

func (*UpdateProbingSessionRequest_FieldMask) IsFull

func (fieldMask *UpdateProbingSessionRequest_FieldMask) IsFull() bool

func (UpdateProbingSessionRequest_FieldMask) Marshal

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

implement methods required by customType

func (UpdateProbingSessionRequest_FieldMask) MarshalJSON

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

func (*UpdateProbingSessionRequest_FieldMask) PathsCount

func (fieldMask *UpdateProbingSessionRequest_FieldMask) PathsCount() int

func (*UpdateProbingSessionRequest_FieldMask) Project

func (*UpdateProbingSessionRequest_FieldMask) ProjectRaw

func (*UpdateProbingSessionRequest_FieldMask) ProtoMessage

func (fieldMask *UpdateProbingSessionRequest_FieldMask) ProtoMessage()

func (*UpdateProbingSessionRequest_FieldMask) ProtoReflect

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

func (*UpdateProbingSessionRequest_FieldMask) Reset

func (fieldMask *UpdateProbingSessionRequest_FieldMask) Reset()

func (*UpdateProbingSessionRequest_FieldMask) Set

func (*UpdateProbingSessionRequest_FieldMask) SetFromCliFlag

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

func (*UpdateProbingSessionRequest_FieldMask) SetRaw

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

func (*UpdateProbingSessionRequest_FieldMask) Size

func (fieldMask *UpdateProbingSessionRequest_FieldMask) Size() int

func (*UpdateProbingSessionRequest_FieldMask) String

func (fieldMask *UpdateProbingSessionRequest_FieldMask) String() string

func (*UpdateProbingSessionRequest_FieldMask) Subtract

func (*UpdateProbingSessionRequest_FieldMask) SubtractRaw

func (*UpdateProbingSessionRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*UpdateProbingSessionRequest_FieldMask) Unmarshal

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

func (*UpdateProbingSessionRequest_FieldMask) UnmarshalJSON

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

type UpdateProbingSessionRequest_FieldPath

type UpdateProbingSessionRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdateProbingSessionRequest_FieldPathSelector
	Get(source *UpdateProbingSessionRequest) []interface{}
	GetSingle(source *UpdateProbingSessionRequest) (interface{}, bool)
	ClearValue(item *UpdateProbingSessionRequest)

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

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

func MustParseUpdateProbingSessionRequest_FieldPath

func MustParseUpdateProbingSessionRequest_FieldPath(rawField string) UpdateProbingSessionRequest_FieldPath

func ParseUpdateProbingSessionRequest_FieldPath

func ParseUpdateProbingSessionRequest_FieldPath(rawField string) (UpdateProbingSessionRequest_FieldPath, error)

type UpdateProbingSessionRequest_FieldPathArrayItemValue

type UpdateProbingSessionRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdateProbingSessionRequest_FieldPath
	ContainsValue(*UpdateProbingSessionRequest) bool
}

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

func MustParseUpdateProbingSessionRequest_FieldPathArrayItemValue

func MustParseUpdateProbingSessionRequest_FieldPathArrayItemValue(pathStr, valueStr string) UpdateProbingSessionRequest_FieldPathArrayItemValue

func ParseUpdateProbingSessionRequest_FieldPathArrayItemValue

func ParseUpdateProbingSessionRequest_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateProbingSessionRequest_FieldPathArrayItemValue, error)

ParseUpdateProbingSessionRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdateProbingSessionRequest_FieldPathArrayOfValues

type UpdateProbingSessionRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdateProbingSessionRequest_FieldPath
}

UpdateProbingSessionRequest_FieldPathArrayOfValues allows storing slice of values for UpdateProbingSessionRequest fields according to their type

func MustParseUpdateProbingSessionRequest_FieldPathArrayOfValues

func MustParseUpdateProbingSessionRequest_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateProbingSessionRequest_FieldPathArrayOfValues

func ParseUpdateProbingSessionRequest_FieldPathArrayOfValues

func ParseUpdateProbingSessionRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateProbingSessionRequest_FieldPathArrayOfValues, error)

type UpdateProbingSessionRequest_FieldPathSelector

type UpdateProbingSessionRequest_FieldPathSelector int32
const (
	UpdateProbingSessionRequest_FieldPathSelectorProbingSession UpdateProbingSessionRequest_FieldPathSelector = 0
	UpdateProbingSessionRequest_FieldPathSelectorUpdateMask     UpdateProbingSessionRequest_FieldPathSelector = 1
	UpdateProbingSessionRequest_FieldPathSelectorCas            UpdateProbingSessionRequest_FieldPathSelector = 2
	UpdateProbingSessionRequest_FieldPathSelectorAllowMissing   UpdateProbingSessionRequest_FieldPathSelector = 3
)

func (UpdateProbingSessionRequest_FieldPathSelector) String

type UpdateProbingSessionRequest_FieldPathValue

type UpdateProbingSessionRequest_FieldPathValue interface {
	UpdateProbingSessionRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdateProbingSessionRequest)
	CompareWith(*UpdateProbingSessionRequest) (cmp int, comparable bool)
}

UpdateProbingSessionRequest_FieldPathValue allows storing values for UpdateProbingSessionRequest fields according to their type

func MustParseUpdateProbingSessionRequest_FieldPathValue

func MustParseUpdateProbingSessionRequest_FieldPathValue(pathStr, valueStr string) UpdateProbingSessionRequest_FieldPathValue

func ParseUpdateProbingSessionRequest_FieldPathValue

func ParseUpdateProbingSessionRequest_FieldPathValue(pathStr, valueStr string) (UpdateProbingSessionRequest_FieldPathValue, error)

type UpdateProbingSessionRequest_FieldSubPath

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

func (*UpdateProbingSessionRequest_FieldSubPath) AsCasSubPath

func (*UpdateProbingSessionRequest_FieldSubPath) AsProbingSessionSubPath

func (*UpdateProbingSessionRequest_FieldSubPath) ClearValue

func (*UpdateProbingSessionRequest_FieldSubPath) ClearValueRaw

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

func (*UpdateProbingSessionRequest_FieldSubPath) Get

func (fps *UpdateProbingSessionRequest_FieldSubPath) Get(source *UpdateProbingSessionRequest) (values []interface{})

Get returns all values pointed by selected field from source UpdateProbingSessionRequest

func (*UpdateProbingSessionRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateProbingSessionRequest_FieldSubPath) GetRaw

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

func (*UpdateProbingSessionRequest_FieldSubPath) GetSingle

func (fps *UpdateProbingSessionRequest_FieldSubPath) GetSingle(source *UpdateProbingSessionRequest) (interface{}, bool)

GetSingle returns value of selected field from source UpdateProbingSessionRequest

func (*UpdateProbingSessionRequest_FieldSubPath) GetSingleRaw

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

func (*UpdateProbingSessionRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateProbingSessionRequest_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateProbingSessionRequest_FieldSubPath) Selector

func (*UpdateProbingSessionRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*UpdateProbingSessionRequest_FieldSubPath) String

String returns path representation in proto convention

func (*UpdateProbingSessionRequest_FieldSubPath) WithIArrayItemValue

func (*UpdateProbingSessionRequest_FieldSubPath) WithIArrayOfValues

func (*UpdateProbingSessionRequest_FieldSubPath) WithIValue

func (*UpdateProbingSessionRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*UpdateProbingSessionRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*UpdateProbingSessionRequest_FieldSubPath) WithRawIValue

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

type UpdateProbingSessionRequest_FieldSubPathArrayItemValue

type UpdateProbingSessionRequest_FieldSubPathArrayItemValue struct {
	UpdateProbingSessionRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateProbingSessionRequest_FieldSubPathArrayItemValue) AsCasPathItemValue

func (*UpdateProbingSessionRequest_FieldSubPathArrayItemValue) AsProbingSessionPathItemValue

func (*UpdateProbingSessionRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*UpdateProbingSessionRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type UpdateProbingSessionRequest_FieldSubPathArrayOfValues

type UpdateProbingSessionRequest_FieldSubPathArrayOfValues struct {
	UpdateProbingSessionRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateProbingSessionRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues

func (*UpdateProbingSessionRequest_FieldSubPathArrayOfValues) AsProbingSessionPathArrayOfValues

func (*UpdateProbingSessionRequest_FieldSubPathArrayOfValues) GetRawValues

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

type UpdateProbingSessionRequest_FieldSubPathValue

type UpdateProbingSessionRequest_FieldSubPathValue struct {
	UpdateProbingSessionRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateProbingSessionRequest_FieldSubPathValue) AsCasPathValue

func (*UpdateProbingSessionRequest_FieldSubPathValue) AsProbingSessionPathValue

func (*UpdateProbingSessionRequest_FieldSubPathValue) CompareWith

func (*UpdateProbingSessionRequest_FieldSubPathValue) CompareWithRaw

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

func (*UpdateProbingSessionRequest_FieldSubPathValue) GetRawValue

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

func (*UpdateProbingSessionRequest_FieldSubPathValue) SetTo

func (*UpdateProbingSessionRequest_FieldSubPathValue) SetToRaw

type UpdateProbingSessionRequest_FieldTerminalPath

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

func (*UpdateProbingSessionRequest_FieldTerminalPath) ClearValue

func (*UpdateProbingSessionRequest_FieldTerminalPath) ClearValueRaw

func (*UpdateProbingSessionRequest_FieldTerminalPath) Get

func (fp *UpdateProbingSessionRequest_FieldTerminalPath) Get(source *UpdateProbingSessionRequest) (values []interface{})

Get returns all values pointed by specific field from source UpdateProbingSessionRequest

func (*UpdateProbingSessionRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateProbingSessionRequest_FieldTerminalPath) GetRaw

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

func (*UpdateProbingSessionRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source UpdateProbingSessionRequest

func (*UpdateProbingSessionRequest_FieldTerminalPath) GetSingleRaw

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

func (*UpdateProbingSessionRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateProbingSessionRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateProbingSessionRequest_FieldTerminalPath) Selector

func (*UpdateProbingSessionRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (*UpdateProbingSessionRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateProbingSessionRequest_FieldTerminalPath) WithIArrayItemValue

func (*UpdateProbingSessionRequest_FieldTerminalPath) WithIArrayOfValues

func (*UpdateProbingSessionRequest_FieldTerminalPath) WithIValue

func (*UpdateProbingSessionRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*UpdateProbingSessionRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*UpdateProbingSessionRequest_FieldTerminalPath) WithRawIValue

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

type UpdateProbingSessionRequest_FieldTerminalPathArrayItemValue

type UpdateProbingSessionRequest_FieldTerminalPathArrayItemValue struct {
	UpdateProbingSessionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateProbingSessionRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*UpdateProbingSessionRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*UpdateProbingSessionRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*UpdateProbingSessionRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type UpdateProbingSessionRequest_FieldTerminalPathArrayOfValues

type UpdateProbingSessionRequest_FieldTerminalPathArrayOfValues struct {
	UpdateProbingSessionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateProbingSessionRequest_FieldTerminalPathArrayOfValues) AsAllowMissingArrayOfValues added in v0.12.5

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

func (*UpdateProbingSessionRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues

func (*UpdateProbingSessionRequest_FieldTerminalPathArrayOfValues) AsProbingSessionArrayOfValues

func (*UpdateProbingSessionRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues

func (*UpdateProbingSessionRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type UpdateProbingSessionRequest_FieldTerminalPathValue

type UpdateProbingSessionRequest_FieldTerminalPathValue struct {
	UpdateProbingSessionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateProbingSessionRequest_FieldTerminalPathValue) AsAllowMissingValue added in v0.12.5

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

func (*UpdateProbingSessionRequest_FieldTerminalPathValue) AsCasValue

func (*UpdateProbingSessionRequest_FieldTerminalPathValue) AsProbingSessionValue

func (*UpdateProbingSessionRequest_FieldTerminalPathValue) AsUpdateMaskValue

func (*UpdateProbingSessionRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdateProbingSessionRequest_FieldTerminalPathValue' with the value under path in 'UpdateProbingSessionRequest'.

func (*UpdateProbingSessionRequest_FieldTerminalPathValue) CompareWithRaw

func (*UpdateProbingSessionRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*UpdateProbingSessionRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object UpdateProbingSessionRequest

func (*UpdateProbingSessionRequest_FieldTerminalPathValue) SetToRaw

type WatchProbingSessionClientStream

type WatchProbingSessionClientStream interface {
	Recv() (*WatchProbingSessionResponse, error)
	grpc.ClientStream
}

type WatchProbingSessionDescriptor

type WatchProbingSessionDescriptor struct{}

func GetWatchProbingSessionDescriptor

func GetWatchProbingSessionDescriptor() *WatchProbingSessionDescriptor

func (*WatchProbingSessionDescriptor) GetApiDescriptor

func (*WatchProbingSessionDescriptor) GetApiName

func (d *WatchProbingSessionDescriptor) GetApiName() string

func (*WatchProbingSessionDescriptor) GetClientMsgReflectHandle

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

func (*WatchProbingSessionDescriptor) GetFullMethodName

func (d *WatchProbingSessionDescriptor) GetFullMethodName() string

func (*WatchProbingSessionDescriptor) GetMethodName

func (d *WatchProbingSessionDescriptor) GetMethodName() string

func (*WatchProbingSessionDescriptor) GetProtoPkgName

func (d *WatchProbingSessionDescriptor) GetProtoPkgName() string

func (*WatchProbingSessionDescriptor) GetResourceDescriptor

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

func (*WatchProbingSessionDescriptor) GetServerMsgReflectHandle

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

func (*WatchProbingSessionDescriptor) GetServiceDomain

func (d *WatchProbingSessionDescriptor) GetServiceDomain() string

func (*WatchProbingSessionDescriptor) GetServiceVersion

func (d *WatchProbingSessionDescriptor) GetServiceVersion() string

func (*WatchProbingSessionDescriptor) GetVerb

func (*WatchProbingSessionDescriptor) HasResource

func (d *WatchProbingSessionDescriptor) HasResource() bool

func (*WatchProbingSessionDescriptor) IsClientStream

func (d *WatchProbingSessionDescriptor) IsClientStream() bool

func (*WatchProbingSessionDescriptor) IsCollection

func (d *WatchProbingSessionDescriptor) IsCollection() bool

func (*WatchProbingSessionDescriptor) IsPlural

func (d *WatchProbingSessionDescriptor) IsPlural() bool

func (*WatchProbingSessionDescriptor) IsServerStream

func (d *WatchProbingSessionDescriptor) IsServerStream() bool

func (*WatchProbingSessionDescriptor) IsUnary

func (d *WatchProbingSessionDescriptor) IsUnary() bool

func (*WatchProbingSessionDescriptor) NewEmptyClientMsg

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

func (*WatchProbingSessionDescriptor) NewEmptyServerMsg

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

func (*WatchProbingSessionDescriptor) RequestHasResourceBody

func (d *WatchProbingSessionDescriptor) RequestHasResourceBody() bool

type WatchProbingSessionDescriptorClientMsgHandle

type WatchProbingSessionDescriptorClientMsgHandle struct{}

func (*WatchProbingSessionDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchProbingSessionDescriptorClientMsgHandle) ExtractResourceName

func (*WatchProbingSessionDescriptorClientMsgHandle) ExtractResourceNames

type WatchProbingSessionDescriptorServerMsgHandle

type WatchProbingSessionDescriptorServerMsgHandle struct{}

func (*WatchProbingSessionDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchProbingSessionDescriptorServerMsgHandle) ExtractResourceName

func (*WatchProbingSessionDescriptorServerMsgHandle) ExtractResourceNames

type WatchProbingSessionRequest

type WatchProbingSessionRequest struct {

	// Reference to ntt.watchdog.v1alpha2.ProbingSession
	Name *probing_session.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_session.ProbingSession_FieldMask `` /* 146-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 [WatchProbingSession][ntt.watchdog.v1alpha2.WatchProbingSession]

func (*WatchProbingSessionRequest) Clone

func (*WatchProbingSessionRequest) CloneRaw

func (*WatchProbingSessionRequest) Descriptor

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

Deprecated, Use WatchProbingSessionRequest.ProtoReflect.Descriptor instead.

func (*WatchProbingSessionRequest) GetFieldMask

func (*WatchProbingSessionRequest) GetName

func (*WatchProbingSessionRequest) GetView

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

func (*WatchProbingSessionRequest) GotenMessage

func (*WatchProbingSessionRequest) GotenMessage()

func (*WatchProbingSessionRequest) GotenObjectExt

func (o *WatchProbingSessionRequest) GotenObjectExt()

func (*WatchProbingSessionRequest) GotenValidate

func (obj *WatchProbingSessionRequest) GotenValidate() error

func (*WatchProbingSessionRequest) MakeDiffFieldMask

func (*WatchProbingSessionRequest) MakeFullFieldMask

func (*WatchProbingSessionRequest) MakeRawDiffFieldMask

func (*WatchProbingSessionRequest) MakeRawFullFieldMask

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

func (*WatchProbingSessionRequest) Marshal

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

func (*WatchProbingSessionRequest) MarshalJSON

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

func (*WatchProbingSessionRequest) Merge

func (*WatchProbingSessionRequest) MergeRaw

func (*WatchProbingSessionRequest) ProtoMessage

func (*WatchProbingSessionRequest) ProtoMessage()

func (*WatchProbingSessionRequest) ProtoReflect

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

func (*WatchProbingSessionRequest) Reset

func (m *WatchProbingSessionRequest) Reset()

func (*WatchProbingSessionRequest) SetFieldMask

func (*WatchProbingSessionRequest) SetName

func (*WatchProbingSessionRequest) SetView

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

func (*WatchProbingSessionRequest) String

func (m *WatchProbingSessionRequest) String() string

func (*WatchProbingSessionRequest) Unmarshal

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

func (*WatchProbingSessionRequest) UnmarshalJSON

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

type WatchProbingSessionRequestFieldPathBuilder

type WatchProbingSessionRequestFieldPathBuilder struct{}

func NewWatchProbingSessionRequestFieldPathBuilder

func NewWatchProbingSessionRequestFieldPathBuilder() WatchProbingSessionRequestFieldPathBuilder

func (WatchProbingSessionRequestFieldPathBuilder) FieldMask

func (WatchProbingSessionRequestFieldPathBuilder) Name

func (WatchProbingSessionRequestFieldPathBuilder) View

type WatchProbingSessionRequestPathSelectorFieldMask

type WatchProbingSessionRequestPathSelectorFieldMask struct{}

func (WatchProbingSessionRequestPathSelectorFieldMask) FieldPath

type WatchProbingSessionRequestPathSelectorName

type WatchProbingSessionRequestPathSelectorName struct{}

func (WatchProbingSessionRequestPathSelectorName) FieldPath

func (WatchProbingSessionRequestPathSelectorName) WithArrayOfValues

func (WatchProbingSessionRequestPathSelectorName) WithValue

type WatchProbingSessionRequestPathSelectorView

type WatchProbingSessionRequestPathSelectorView struct{}

func (WatchProbingSessionRequestPathSelectorView) FieldPath

func (WatchProbingSessionRequestPathSelectorView) WithArrayOfValues

func (WatchProbingSessionRequestPathSelectorView) WithValue

type WatchProbingSessionRequest_FieldMask

type WatchProbingSessionRequest_FieldMask struct {
	Paths []WatchProbingSessionRequest_FieldPath
}

func FullWatchProbingSessionRequest_FieldMask

func FullWatchProbingSessionRequest_FieldMask() *WatchProbingSessionRequest_FieldMask

func (*WatchProbingSessionRequest_FieldMask) AppendPath

func (*WatchProbingSessionRequest_FieldMask) AppendRawPath

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

func (*WatchProbingSessionRequest_FieldMask) DecodeFirestore

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

func (*WatchProbingSessionRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchProbingSessionRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchProbingSessionRequest_FieldMask) FromProtoFieldMask

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

func (*WatchProbingSessionRequest_FieldMask) GetPaths

func (*WatchProbingSessionRequest_FieldMask) GetRawPaths

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

func (*WatchProbingSessionRequest_FieldMask) IsFull

func (fieldMask *WatchProbingSessionRequest_FieldMask) IsFull() bool

func (WatchProbingSessionRequest_FieldMask) Marshal

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

implement methods required by customType

func (WatchProbingSessionRequest_FieldMask) MarshalJSON

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

func (*WatchProbingSessionRequest_FieldMask) PathsCount

func (fieldMask *WatchProbingSessionRequest_FieldMask) PathsCount() int

func (*WatchProbingSessionRequest_FieldMask) Project

func (*WatchProbingSessionRequest_FieldMask) ProjectRaw

func (*WatchProbingSessionRequest_FieldMask) ProtoMessage

func (fieldMask *WatchProbingSessionRequest_FieldMask) ProtoMessage()

func (*WatchProbingSessionRequest_FieldMask) ProtoReflect

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

func (*WatchProbingSessionRequest_FieldMask) Reset

func (fieldMask *WatchProbingSessionRequest_FieldMask) Reset()

func (*WatchProbingSessionRequest_FieldMask) Set

func (fieldMask *WatchProbingSessionRequest_FieldMask) Set(target, source *WatchProbingSessionRequest)

func (*WatchProbingSessionRequest_FieldMask) SetFromCliFlag

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

func (*WatchProbingSessionRequest_FieldMask) SetRaw

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

func (*WatchProbingSessionRequest_FieldMask) Size

func (fieldMask *WatchProbingSessionRequest_FieldMask) Size() int

func (*WatchProbingSessionRequest_FieldMask) String

func (fieldMask *WatchProbingSessionRequest_FieldMask) String() string

func (*WatchProbingSessionRequest_FieldMask) Subtract

func (*WatchProbingSessionRequest_FieldMask) SubtractRaw

func (*WatchProbingSessionRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchProbingSessionRequest_FieldMask) Unmarshal

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

func (*WatchProbingSessionRequest_FieldMask) UnmarshalJSON

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

type WatchProbingSessionRequest_FieldPath

type WatchProbingSessionRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchProbingSessionRequest_FieldPathSelector
	Get(source *WatchProbingSessionRequest) []interface{}
	GetSingle(source *WatchProbingSessionRequest) (interface{}, bool)
	ClearValue(item *WatchProbingSessionRequest)

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

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

func MustParseWatchProbingSessionRequest_FieldPath

func MustParseWatchProbingSessionRequest_FieldPath(rawField string) WatchProbingSessionRequest_FieldPath

func ParseWatchProbingSessionRequest_FieldPath

func ParseWatchProbingSessionRequest_FieldPath(rawField string) (WatchProbingSessionRequest_FieldPath, error)

type WatchProbingSessionRequest_FieldPathArrayItemValue

type WatchProbingSessionRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchProbingSessionRequest_FieldPath
	ContainsValue(*WatchProbingSessionRequest) bool
}

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

func MustParseWatchProbingSessionRequest_FieldPathArrayItemValue

func MustParseWatchProbingSessionRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchProbingSessionRequest_FieldPathArrayItemValue

func ParseWatchProbingSessionRequest_FieldPathArrayItemValue

func ParseWatchProbingSessionRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchProbingSessionRequest_FieldPathArrayItemValue, error)

ParseWatchProbingSessionRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchProbingSessionRequest_FieldPathArrayOfValues

type WatchProbingSessionRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchProbingSessionRequest_FieldPath
}

WatchProbingSessionRequest_FieldPathArrayOfValues allows storing slice of values for WatchProbingSessionRequest fields according to their type

func MustParseWatchProbingSessionRequest_FieldPathArrayOfValues

func MustParseWatchProbingSessionRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchProbingSessionRequest_FieldPathArrayOfValues

func ParseWatchProbingSessionRequest_FieldPathArrayOfValues

func ParseWatchProbingSessionRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchProbingSessionRequest_FieldPathArrayOfValues, error)

type WatchProbingSessionRequest_FieldPathSelector

type WatchProbingSessionRequest_FieldPathSelector int32
const (
	WatchProbingSessionRequest_FieldPathSelectorName      WatchProbingSessionRequest_FieldPathSelector = 0
	WatchProbingSessionRequest_FieldPathSelectorFieldMask WatchProbingSessionRequest_FieldPathSelector = 1
	WatchProbingSessionRequest_FieldPathSelectorView      WatchProbingSessionRequest_FieldPathSelector = 2
)

func (WatchProbingSessionRequest_FieldPathSelector) String

type WatchProbingSessionRequest_FieldPathValue

type WatchProbingSessionRequest_FieldPathValue interface {
	WatchProbingSessionRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchProbingSessionRequest)
	CompareWith(*WatchProbingSessionRequest) (cmp int, comparable bool)
}

WatchProbingSessionRequest_FieldPathValue allows storing values for WatchProbingSessionRequest fields according to their type

func MustParseWatchProbingSessionRequest_FieldPathValue

func MustParseWatchProbingSessionRequest_FieldPathValue(pathStr, valueStr string) WatchProbingSessionRequest_FieldPathValue

func ParseWatchProbingSessionRequest_FieldPathValue

func ParseWatchProbingSessionRequest_FieldPathValue(pathStr, valueStr string) (WatchProbingSessionRequest_FieldPathValue, error)

type WatchProbingSessionRequest_FieldTerminalPath

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

func (*WatchProbingSessionRequest_FieldTerminalPath) ClearValue

func (*WatchProbingSessionRequest_FieldTerminalPath) ClearValueRaw

func (*WatchProbingSessionRequest_FieldTerminalPath) Get

func (fp *WatchProbingSessionRequest_FieldTerminalPath) Get(source *WatchProbingSessionRequest) (values []interface{})

Get returns all values pointed by specific field from source WatchProbingSessionRequest

func (*WatchProbingSessionRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchProbingSessionRequest_FieldTerminalPath) GetRaw

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

func (*WatchProbingSessionRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchProbingSessionRequest

func (*WatchProbingSessionRequest_FieldTerminalPath) GetSingleRaw

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

func (*WatchProbingSessionRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchProbingSessionRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchProbingSessionRequest_FieldTerminalPath) Selector

func (*WatchProbingSessionRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*WatchProbingSessionRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchProbingSessionRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchProbingSessionRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchProbingSessionRequest_FieldTerminalPath) WithIValue

func (*WatchProbingSessionRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchProbingSessionRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchProbingSessionRequest_FieldTerminalPath) WithRawIValue

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

type WatchProbingSessionRequest_FieldTerminalPathArrayItemValue

type WatchProbingSessionRequest_FieldTerminalPathArrayItemValue struct {
	WatchProbingSessionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbingSessionRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchProbingSessionRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchProbingSessionRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchProbingSessionRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchProbingSessionRequest_FieldTerminalPathArrayOfValues

type WatchProbingSessionRequest_FieldTerminalPathArrayOfValues struct {
	WatchProbingSessionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbingSessionRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*WatchProbingSessionRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*WatchProbingSessionRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*WatchProbingSessionRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchProbingSessionRequest_FieldTerminalPathValue

type WatchProbingSessionRequest_FieldTerminalPathValue struct {
	WatchProbingSessionRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbingSessionRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchProbingSessionRequest_FieldTerminalPathValue) AsNameValue

func (*WatchProbingSessionRequest_FieldTerminalPathValue) AsViewValue

func (*WatchProbingSessionRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchProbingSessionRequest_FieldTerminalPathValue' with the value under path in 'WatchProbingSessionRequest'.

func (*WatchProbingSessionRequest_FieldTerminalPathValue) CompareWithRaw

func (*WatchProbingSessionRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchProbingSessionRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchProbingSessionRequest

func (*WatchProbingSessionRequest_FieldTerminalPathValue) SetToRaw

type WatchProbingSessionResponse

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

WatchProbingSessionResponse

func (*WatchProbingSessionResponse) Clone

func (*WatchProbingSessionResponse) CloneRaw

func (*WatchProbingSessionResponse) Descriptor

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

Deprecated, Use WatchProbingSessionResponse.ProtoReflect.Descriptor instead.

func (*WatchProbingSessionResponse) GetChange

func (*WatchProbingSessionResponse) GotenMessage

func (*WatchProbingSessionResponse) GotenMessage()

func (*WatchProbingSessionResponse) GotenObjectExt

func (o *WatchProbingSessionResponse) GotenObjectExt()

func (*WatchProbingSessionResponse) GotenValidate

func (obj *WatchProbingSessionResponse) GotenValidate() error

func (*WatchProbingSessionResponse) MakeDiffFieldMask

func (*WatchProbingSessionResponse) MakeFullFieldMask

func (*WatchProbingSessionResponse) MakeRawDiffFieldMask

func (*WatchProbingSessionResponse) MakeRawFullFieldMask

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

func (*WatchProbingSessionResponse) Marshal

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

func (*WatchProbingSessionResponse) MarshalJSON

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

func (*WatchProbingSessionResponse) Merge

func (*WatchProbingSessionResponse) MergeRaw

func (*WatchProbingSessionResponse) ProtoMessage

func (*WatchProbingSessionResponse) ProtoMessage()

func (*WatchProbingSessionResponse) ProtoReflect

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

func (*WatchProbingSessionResponse) Reset

func (m *WatchProbingSessionResponse) Reset()

func (*WatchProbingSessionResponse) SetChange

func (*WatchProbingSessionResponse) String

func (m *WatchProbingSessionResponse) String() string

func (*WatchProbingSessionResponse) Unmarshal

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

func (*WatchProbingSessionResponse) UnmarshalJSON

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

type WatchProbingSessionResponseFieldPathBuilder

type WatchProbingSessionResponseFieldPathBuilder struct{}

func NewWatchProbingSessionResponseFieldPathBuilder

func NewWatchProbingSessionResponseFieldPathBuilder() WatchProbingSessionResponseFieldPathBuilder

func (WatchProbingSessionResponseFieldPathBuilder) Change

type WatchProbingSessionResponsePathSelectorChange

type WatchProbingSessionResponsePathSelectorChange struct{}

func (WatchProbingSessionResponsePathSelectorChange) FieldPath

type WatchProbingSessionResponse_FieldMask

type WatchProbingSessionResponse_FieldMask struct {
	Paths []WatchProbingSessionResponse_FieldPath
}

func FullWatchProbingSessionResponse_FieldMask

func FullWatchProbingSessionResponse_FieldMask() *WatchProbingSessionResponse_FieldMask

func (*WatchProbingSessionResponse_FieldMask) AppendPath

func (*WatchProbingSessionResponse_FieldMask) AppendRawPath

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

func (*WatchProbingSessionResponse_FieldMask) DecodeFirestore

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

func (*WatchProbingSessionResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchProbingSessionResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchProbingSessionResponse_FieldMask) FromProtoFieldMask

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

func (*WatchProbingSessionResponse_FieldMask) GetPaths

func (*WatchProbingSessionResponse_FieldMask) GetRawPaths

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

func (*WatchProbingSessionResponse_FieldMask) IsFull

func (fieldMask *WatchProbingSessionResponse_FieldMask) IsFull() bool

func (WatchProbingSessionResponse_FieldMask) Marshal

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

implement methods required by customType

func (WatchProbingSessionResponse_FieldMask) MarshalJSON

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

func (*WatchProbingSessionResponse_FieldMask) PathsCount

func (fieldMask *WatchProbingSessionResponse_FieldMask) PathsCount() int

func (*WatchProbingSessionResponse_FieldMask) Project

func (*WatchProbingSessionResponse_FieldMask) ProjectRaw

func (*WatchProbingSessionResponse_FieldMask) ProtoMessage

func (fieldMask *WatchProbingSessionResponse_FieldMask) ProtoMessage()

func (*WatchProbingSessionResponse_FieldMask) ProtoReflect

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

func (*WatchProbingSessionResponse_FieldMask) Reset

func (fieldMask *WatchProbingSessionResponse_FieldMask) Reset()

func (*WatchProbingSessionResponse_FieldMask) Set

func (*WatchProbingSessionResponse_FieldMask) SetFromCliFlag

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

func (*WatchProbingSessionResponse_FieldMask) SetRaw

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

func (*WatchProbingSessionResponse_FieldMask) Size

func (fieldMask *WatchProbingSessionResponse_FieldMask) Size() int

func (*WatchProbingSessionResponse_FieldMask) String

func (fieldMask *WatchProbingSessionResponse_FieldMask) String() string

func (*WatchProbingSessionResponse_FieldMask) Subtract

func (*WatchProbingSessionResponse_FieldMask) SubtractRaw

func (*WatchProbingSessionResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchProbingSessionResponse_FieldMask) Unmarshal

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

func (*WatchProbingSessionResponse_FieldMask) UnmarshalJSON

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

type WatchProbingSessionResponse_FieldPath

type WatchProbingSessionResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchProbingSessionResponse_FieldPathSelector
	Get(source *WatchProbingSessionResponse) []interface{}
	GetSingle(source *WatchProbingSessionResponse) (interface{}, bool)
	ClearValue(item *WatchProbingSessionResponse)

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

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

func MustParseWatchProbingSessionResponse_FieldPath

func MustParseWatchProbingSessionResponse_FieldPath(rawField string) WatchProbingSessionResponse_FieldPath

func ParseWatchProbingSessionResponse_FieldPath

func ParseWatchProbingSessionResponse_FieldPath(rawField string) (WatchProbingSessionResponse_FieldPath, error)

type WatchProbingSessionResponse_FieldPathArrayItemValue

type WatchProbingSessionResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchProbingSessionResponse_FieldPath
	ContainsValue(*WatchProbingSessionResponse) bool
}

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

func MustParseWatchProbingSessionResponse_FieldPathArrayItemValue

func MustParseWatchProbingSessionResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchProbingSessionResponse_FieldPathArrayItemValue

func ParseWatchProbingSessionResponse_FieldPathArrayItemValue

func ParseWatchProbingSessionResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchProbingSessionResponse_FieldPathArrayItemValue, error)

ParseWatchProbingSessionResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchProbingSessionResponse_FieldPathArrayOfValues

type WatchProbingSessionResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchProbingSessionResponse_FieldPath
}

WatchProbingSessionResponse_FieldPathArrayOfValues allows storing slice of values for WatchProbingSessionResponse fields according to their type

func MustParseWatchProbingSessionResponse_FieldPathArrayOfValues

func MustParseWatchProbingSessionResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchProbingSessionResponse_FieldPathArrayOfValues

func ParseWatchProbingSessionResponse_FieldPathArrayOfValues

func ParseWatchProbingSessionResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchProbingSessionResponse_FieldPathArrayOfValues, error)

type WatchProbingSessionResponse_FieldPathSelector

type WatchProbingSessionResponse_FieldPathSelector int32
const (
	WatchProbingSessionResponse_FieldPathSelectorChange WatchProbingSessionResponse_FieldPathSelector = 0
)

func (WatchProbingSessionResponse_FieldPathSelector) String

type WatchProbingSessionResponse_FieldPathValue

type WatchProbingSessionResponse_FieldPathValue interface {
	WatchProbingSessionResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchProbingSessionResponse)
	CompareWith(*WatchProbingSessionResponse) (cmp int, comparable bool)
}

WatchProbingSessionResponse_FieldPathValue allows storing values for WatchProbingSessionResponse fields according to their type

func MustParseWatchProbingSessionResponse_FieldPathValue

func MustParseWatchProbingSessionResponse_FieldPathValue(pathStr, valueStr string) WatchProbingSessionResponse_FieldPathValue

func ParseWatchProbingSessionResponse_FieldPathValue

func ParseWatchProbingSessionResponse_FieldPathValue(pathStr, valueStr string) (WatchProbingSessionResponse_FieldPathValue, error)

type WatchProbingSessionResponse_FieldTerminalPath

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

func (*WatchProbingSessionResponse_FieldTerminalPath) ClearValue

func (*WatchProbingSessionResponse_FieldTerminalPath) ClearValueRaw

func (*WatchProbingSessionResponse_FieldTerminalPath) Get

func (fp *WatchProbingSessionResponse_FieldTerminalPath) Get(source *WatchProbingSessionResponse) (values []interface{})

Get returns all values pointed by specific field from source WatchProbingSessionResponse

func (*WatchProbingSessionResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchProbingSessionResponse_FieldTerminalPath) GetRaw

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

func (*WatchProbingSessionResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchProbingSessionResponse

func (*WatchProbingSessionResponse_FieldTerminalPath) GetSingleRaw

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

func (*WatchProbingSessionResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchProbingSessionResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchProbingSessionResponse_FieldTerminalPath) Selector

func (*WatchProbingSessionResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (*WatchProbingSessionResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchProbingSessionResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchProbingSessionResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchProbingSessionResponse_FieldTerminalPath) WithIValue

func (*WatchProbingSessionResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchProbingSessionResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchProbingSessionResponse_FieldTerminalPath) WithRawIValue

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

type WatchProbingSessionResponse_FieldTerminalPathArrayItemValue

type WatchProbingSessionResponse_FieldTerminalPathArrayItemValue struct {
	WatchProbingSessionResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbingSessionResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchProbingSessionResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchProbingSessionResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchProbingSessionResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchProbingSessionResponse_FieldTerminalPathArrayOfValues

type WatchProbingSessionResponse_FieldTerminalPathArrayOfValues struct {
	WatchProbingSessionResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbingSessionResponse_FieldTerminalPathArrayOfValues) AsChangeArrayOfValues

func (*WatchProbingSessionResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchProbingSessionResponse_FieldTerminalPathValue

type WatchProbingSessionResponse_FieldTerminalPathValue struct {
	WatchProbingSessionResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbingSessionResponse_FieldTerminalPathValue) AsChangeValue

func (*WatchProbingSessionResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchProbingSessionResponse_FieldTerminalPathValue' with the value under path in 'WatchProbingSessionResponse'.

func (*WatchProbingSessionResponse_FieldTerminalPathValue) CompareWithRaw

func (*WatchProbingSessionResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchProbingSessionResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchProbingSessionResponse

func (*WatchProbingSessionResponse_FieldTerminalPathValue) SetToRaw

type WatchProbingSessionsClientStream

type WatchProbingSessionsClientStream interface {
	Recv() (*WatchProbingSessionsResponse, error)
	grpc.ClientStream
}

type WatchProbingSessionsDescriptor

type WatchProbingSessionsDescriptor struct{}

func GetWatchProbingSessionsDescriptor

func GetWatchProbingSessionsDescriptor() *WatchProbingSessionsDescriptor

func (*WatchProbingSessionsDescriptor) GetApiDescriptor

func (*WatchProbingSessionsDescriptor) GetApiName

func (d *WatchProbingSessionsDescriptor) GetApiName() string

func (*WatchProbingSessionsDescriptor) GetClientMsgReflectHandle

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

func (*WatchProbingSessionsDescriptor) GetFullMethodName

func (d *WatchProbingSessionsDescriptor) GetFullMethodName() string

func (*WatchProbingSessionsDescriptor) GetMethodName

func (d *WatchProbingSessionsDescriptor) GetMethodName() string

func (*WatchProbingSessionsDescriptor) GetProtoPkgName

func (d *WatchProbingSessionsDescriptor) GetProtoPkgName() string

func (*WatchProbingSessionsDescriptor) GetResourceDescriptor

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

func (*WatchProbingSessionsDescriptor) GetServerMsgReflectHandle

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

func (*WatchProbingSessionsDescriptor) GetServiceDomain

func (d *WatchProbingSessionsDescriptor) GetServiceDomain() string

func (*WatchProbingSessionsDescriptor) GetServiceVersion

func (d *WatchProbingSessionsDescriptor) GetServiceVersion() string

func (*WatchProbingSessionsDescriptor) GetVerb

func (*WatchProbingSessionsDescriptor) HasResource

func (d *WatchProbingSessionsDescriptor) HasResource() bool

func (*WatchProbingSessionsDescriptor) IsClientStream

func (d *WatchProbingSessionsDescriptor) IsClientStream() bool

func (*WatchProbingSessionsDescriptor) IsCollection

func (d *WatchProbingSessionsDescriptor) IsCollection() bool

func (*WatchProbingSessionsDescriptor) IsPlural

func (d *WatchProbingSessionsDescriptor) IsPlural() bool

func (*WatchProbingSessionsDescriptor) IsServerStream

func (d *WatchProbingSessionsDescriptor) IsServerStream() bool

func (*WatchProbingSessionsDescriptor) IsUnary

func (d *WatchProbingSessionsDescriptor) IsUnary() bool

func (*WatchProbingSessionsDescriptor) NewEmptyClientMsg

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

func (*WatchProbingSessionsDescriptor) NewEmptyServerMsg

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

func (*WatchProbingSessionsDescriptor) RequestHasResourceBody

func (d *WatchProbingSessionsDescriptor) RequestHasResourceBody() bool

type WatchProbingSessionsDescriptorClientMsgHandle

type WatchProbingSessionsDescriptorClientMsgHandle struct{}

func (*WatchProbingSessionsDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchProbingSessionsDescriptorClientMsgHandle) ExtractResourceName

func (*WatchProbingSessionsDescriptorClientMsgHandle) ExtractResourceNames

type WatchProbingSessionsDescriptorServerMsgHandle

type WatchProbingSessionsDescriptorServerMsgHandle struct{}

func (*WatchProbingSessionsDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchProbingSessionsDescriptorServerMsgHandle) ExtractResourceName

func (*WatchProbingSessionsDescriptorServerMsgHandle) ExtractResourceNames

type WatchProbingSessionsRequest

type WatchProbingSessionsRequest 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.ProbingSession
	Parent *probing_session.ParentReference `protobuf:"bytes,1,opt,customtype=ParentReference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer ProbingSessions 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_session.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_session.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_session.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 ProbingSession that don't
	// affect any of masked fields won't be sent back.
	FieldMask *probing_session.ProbingSession_FieldMask `` /* 146-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
	// ProbingSession 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 [WatchProbingSessions][ntt.watchdog.v1alpha2.WatchProbingSessions]

func (*WatchProbingSessionsRequest) Clone

func (*WatchProbingSessionsRequest) CloneRaw

func (*WatchProbingSessionsRequest) Descriptor

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

Deprecated, Use WatchProbingSessionsRequest.ProtoReflect.Descriptor instead.

func (*WatchProbingSessionsRequest) GetFieldMask

func (*WatchProbingSessionsRequest) GetFilter

func (*WatchProbingSessionsRequest) GetMaxChunkSize

func (m *WatchProbingSessionsRequest) GetMaxChunkSize() int32

func (*WatchProbingSessionsRequest) GetOrderBy

func (*WatchProbingSessionsRequest) GetPageSize

func (m *WatchProbingSessionsRequest) GetPageSize() int32

func (*WatchProbingSessionsRequest) GetPageToken

func (*WatchProbingSessionsRequest) GetParent

func (*WatchProbingSessionsRequest) GetResumeToken

func (m *WatchProbingSessionsRequest) GetResumeToken() string

func (*WatchProbingSessionsRequest) GetStartingTime added in v0.7.13

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

func (*WatchProbingSessionsRequest) GetType

func (*WatchProbingSessionsRequest) GetView

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

func (*WatchProbingSessionsRequest) GotenMessage

func (*WatchProbingSessionsRequest) GotenMessage()

func (*WatchProbingSessionsRequest) GotenObjectExt

func (o *WatchProbingSessionsRequest) GotenObjectExt()

func (*WatchProbingSessionsRequest) GotenValidate

func (obj *WatchProbingSessionsRequest) GotenValidate() error

func (*WatchProbingSessionsRequest) MakeDiffFieldMask

func (*WatchProbingSessionsRequest) MakeFullFieldMask

func (*WatchProbingSessionsRequest) MakeRawDiffFieldMask

func (*WatchProbingSessionsRequest) MakeRawFullFieldMask

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

func (*WatchProbingSessionsRequest) Marshal

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

func (*WatchProbingSessionsRequest) MarshalJSON

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

func (*WatchProbingSessionsRequest) Merge

func (*WatchProbingSessionsRequest) MergeRaw

func (*WatchProbingSessionsRequest) ProtoMessage

func (*WatchProbingSessionsRequest) ProtoMessage()

func (*WatchProbingSessionsRequest) ProtoReflect

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

func (*WatchProbingSessionsRequest) Reset

func (m *WatchProbingSessionsRequest) Reset()

func (*WatchProbingSessionsRequest) SetFieldMask

func (*WatchProbingSessionsRequest) SetFilter

func (*WatchProbingSessionsRequest) SetMaxChunkSize

func (m *WatchProbingSessionsRequest) SetMaxChunkSize(fv int32)

func (*WatchProbingSessionsRequest) SetOrderBy

func (*WatchProbingSessionsRequest) SetPageSize

func (m *WatchProbingSessionsRequest) SetPageSize(fv int32)

func (*WatchProbingSessionsRequest) SetPageToken

func (*WatchProbingSessionsRequest) SetParent

func (*WatchProbingSessionsRequest) SetResumeToken

func (m *WatchProbingSessionsRequest) SetResumeToken(fv string)

func (*WatchProbingSessionsRequest) SetStartingTime added in v0.7.13

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

func (*WatchProbingSessionsRequest) SetType

func (*WatchProbingSessionsRequest) SetView

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

func (*WatchProbingSessionsRequest) String

func (m *WatchProbingSessionsRequest) String() string

func (*WatchProbingSessionsRequest) Unmarshal

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

func (*WatchProbingSessionsRequest) UnmarshalJSON

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

type WatchProbingSessionsRequestFieldPathBuilder

type WatchProbingSessionsRequestFieldPathBuilder struct{}

func NewWatchProbingSessionsRequestFieldPathBuilder

func NewWatchProbingSessionsRequestFieldPathBuilder() WatchProbingSessionsRequestFieldPathBuilder

func (WatchProbingSessionsRequestFieldPathBuilder) FieldMask

func (WatchProbingSessionsRequestFieldPathBuilder) Filter

func (WatchProbingSessionsRequestFieldPathBuilder) MaxChunkSize

func (WatchProbingSessionsRequestFieldPathBuilder) OrderBy

func (WatchProbingSessionsRequestFieldPathBuilder) PageSize

func (WatchProbingSessionsRequestFieldPathBuilder) PageToken

func (WatchProbingSessionsRequestFieldPathBuilder) Parent

func (WatchProbingSessionsRequestFieldPathBuilder) ResumeToken

func (WatchProbingSessionsRequestFieldPathBuilder) StartingTime added in v0.7.13

func (WatchProbingSessionsRequestFieldPathBuilder) Type

func (WatchProbingSessionsRequestFieldPathBuilder) View

type WatchProbingSessionsRequestPathSelectorFieldMask

type WatchProbingSessionsRequestPathSelectorFieldMask struct{}

func (WatchProbingSessionsRequestPathSelectorFieldMask) FieldPath

type WatchProbingSessionsRequestPathSelectorFilter

type WatchProbingSessionsRequestPathSelectorFilter struct{}

func (WatchProbingSessionsRequestPathSelectorFilter) FieldPath

func (WatchProbingSessionsRequestPathSelectorFilter) WithArrayOfValues

func (WatchProbingSessionsRequestPathSelectorFilter) WithValue

type WatchProbingSessionsRequestPathSelectorMaxChunkSize

type WatchProbingSessionsRequestPathSelectorMaxChunkSize struct{}

func (WatchProbingSessionsRequestPathSelectorMaxChunkSize) FieldPath

func (WatchProbingSessionsRequestPathSelectorMaxChunkSize) WithArrayOfValues

func (WatchProbingSessionsRequestPathSelectorMaxChunkSize) WithValue

type WatchProbingSessionsRequestPathSelectorOrderBy

type WatchProbingSessionsRequestPathSelectorOrderBy struct{}

func (WatchProbingSessionsRequestPathSelectorOrderBy) FieldPath

func (WatchProbingSessionsRequestPathSelectorOrderBy) WithArrayOfValues

func (WatchProbingSessionsRequestPathSelectorOrderBy) WithValue

type WatchProbingSessionsRequestPathSelectorPageSize

type WatchProbingSessionsRequestPathSelectorPageSize struct{}

func (WatchProbingSessionsRequestPathSelectorPageSize) FieldPath

func (WatchProbingSessionsRequestPathSelectorPageSize) WithArrayOfValues

func (WatchProbingSessionsRequestPathSelectorPageSize) WithValue

type WatchProbingSessionsRequestPathSelectorPageToken

type WatchProbingSessionsRequestPathSelectorPageToken struct{}

func (WatchProbingSessionsRequestPathSelectorPageToken) FieldPath

func (WatchProbingSessionsRequestPathSelectorPageToken) WithArrayOfValues

func (WatchProbingSessionsRequestPathSelectorPageToken) WithValue

type WatchProbingSessionsRequestPathSelectorParent

type WatchProbingSessionsRequestPathSelectorParent struct{}

func (WatchProbingSessionsRequestPathSelectorParent) FieldPath

type WatchProbingSessionsRequestPathSelectorResumeToken

type WatchProbingSessionsRequestPathSelectorResumeToken struct{}

func (WatchProbingSessionsRequestPathSelectorResumeToken) FieldPath

func (WatchProbingSessionsRequestPathSelectorResumeToken) WithArrayOfValues

func (WatchProbingSessionsRequestPathSelectorResumeToken) WithValue

type WatchProbingSessionsRequestPathSelectorStartingTime added in v0.7.13

type WatchProbingSessionsRequestPathSelectorStartingTime struct{}

func (WatchProbingSessionsRequestPathSelectorStartingTime) FieldPath added in v0.7.13

func (WatchProbingSessionsRequestPathSelectorStartingTime) WithArrayOfValues added in v0.7.13

func (WatchProbingSessionsRequestPathSelectorStartingTime) WithValue added in v0.7.13

type WatchProbingSessionsRequestPathSelectorType

type WatchProbingSessionsRequestPathSelectorType struct{}

func (WatchProbingSessionsRequestPathSelectorType) FieldPath

func (WatchProbingSessionsRequestPathSelectorType) WithArrayOfValues

func (WatchProbingSessionsRequestPathSelectorType) WithValue

type WatchProbingSessionsRequestPathSelectorView

type WatchProbingSessionsRequestPathSelectorView struct{}

func (WatchProbingSessionsRequestPathSelectorView) FieldPath

func (WatchProbingSessionsRequestPathSelectorView) WithArrayOfValues

func (WatchProbingSessionsRequestPathSelectorView) WithValue

type WatchProbingSessionsRequest_FieldMask

type WatchProbingSessionsRequest_FieldMask struct {
	Paths []WatchProbingSessionsRequest_FieldPath
}

func FullWatchProbingSessionsRequest_FieldMask

func FullWatchProbingSessionsRequest_FieldMask() *WatchProbingSessionsRequest_FieldMask

func (*WatchProbingSessionsRequest_FieldMask) AppendPath

func (*WatchProbingSessionsRequest_FieldMask) AppendRawPath

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

func (*WatchProbingSessionsRequest_FieldMask) DecodeFirestore

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

func (*WatchProbingSessionsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchProbingSessionsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchProbingSessionsRequest_FieldMask) FromProtoFieldMask

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

func (*WatchProbingSessionsRequest_FieldMask) GetPaths

func (*WatchProbingSessionsRequest_FieldMask) GetRawPaths

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

func (*WatchProbingSessionsRequest_FieldMask) IsFull

func (fieldMask *WatchProbingSessionsRequest_FieldMask) IsFull() bool

func (WatchProbingSessionsRequest_FieldMask) Marshal

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

implement methods required by customType

func (WatchProbingSessionsRequest_FieldMask) MarshalJSON

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

func (*WatchProbingSessionsRequest_FieldMask) PathsCount

func (fieldMask *WatchProbingSessionsRequest_FieldMask) PathsCount() int

func (*WatchProbingSessionsRequest_FieldMask) Project

func (*WatchProbingSessionsRequest_FieldMask) ProjectRaw

func (*WatchProbingSessionsRequest_FieldMask) ProtoMessage

func (fieldMask *WatchProbingSessionsRequest_FieldMask) ProtoMessage()

func (*WatchProbingSessionsRequest_FieldMask) ProtoReflect

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

func (*WatchProbingSessionsRequest_FieldMask) Reset

func (fieldMask *WatchProbingSessionsRequest_FieldMask) Reset()

func (*WatchProbingSessionsRequest_FieldMask) Set

func (*WatchProbingSessionsRequest_FieldMask) SetFromCliFlag

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

func (*WatchProbingSessionsRequest_FieldMask) SetRaw

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

func (*WatchProbingSessionsRequest_FieldMask) Size

func (fieldMask *WatchProbingSessionsRequest_FieldMask) Size() int

func (*WatchProbingSessionsRequest_FieldMask) String

func (fieldMask *WatchProbingSessionsRequest_FieldMask) String() string

func (*WatchProbingSessionsRequest_FieldMask) Subtract

func (*WatchProbingSessionsRequest_FieldMask) SubtractRaw

func (*WatchProbingSessionsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchProbingSessionsRequest_FieldMask) Unmarshal

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

func (*WatchProbingSessionsRequest_FieldMask) UnmarshalJSON

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

type WatchProbingSessionsRequest_FieldPath

type WatchProbingSessionsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchProbingSessionsRequest_FieldPathSelector
	Get(source *WatchProbingSessionsRequest) []interface{}
	GetSingle(source *WatchProbingSessionsRequest) (interface{}, bool)
	ClearValue(item *WatchProbingSessionsRequest)

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

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

func MustParseWatchProbingSessionsRequest_FieldPath

func MustParseWatchProbingSessionsRequest_FieldPath(rawField string) WatchProbingSessionsRequest_FieldPath

func ParseWatchProbingSessionsRequest_FieldPath

func ParseWatchProbingSessionsRequest_FieldPath(rawField string) (WatchProbingSessionsRequest_FieldPath, error)

type WatchProbingSessionsRequest_FieldPathArrayItemValue

type WatchProbingSessionsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchProbingSessionsRequest_FieldPath
	ContainsValue(*WatchProbingSessionsRequest) bool
}

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

func MustParseWatchProbingSessionsRequest_FieldPathArrayItemValue

func MustParseWatchProbingSessionsRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchProbingSessionsRequest_FieldPathArrayItemValue

func ParseWatchProbingSessionsRequest_FieldPathArrayItemValue

func ParseWatchProbingSessionsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchProbingSessionsRequest_FieldPathArrayItemValue, error)

ParseWatchProbingSessionsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchProbingSessionsRequest_FieldPathArrayOfValues

type WatchProbingSessionsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchProbingSessionsRequest_FieldPath
}

WatchProbingSessionsRequest_FieldPathArrayOfValues allows storing slice of values for WatchProbingSessionsRequest fields according to their type

func MustParseWatchProbingSessionsRequest_FieldPathArrayOfValues

func MustParseWatchProbingSessionsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchProbingSessionsRequest_FieldPathArrayOfValues

func ParseWatchProbingSessionsRequest_FieldPathArrayOfValues

func ParseWatchProbingSessionsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchProbingSessionsRequest_FieldPathArrayOfValues, error)

type WatchProbingSessionsRequest_FieldPathSelector

type WatchProbingSessionsRequest_FieldPathSelector int32
const (
	WatchProbingSessionsRequest_FieldPathSelectorType         WatchProbingSessionsRequest_FieldPathSelector = 0
	WatchProbingSessionsRequest_FieldPathSelectorParent       WatchProbingSessionsRequest_FieldPathSelector = 1
	WatchProbingSessionsRequest_FieldPathSelectorPageSize     WatchProbingSessionsRequest_FieldPathSelector = 2
	WatchProbingSessionsRequest_FieldPathSelectorPageToken    WatchProbingSessionsRequest_FieldPathSelector = 3
	WatchProbingSessionsRequest_FieldPathSelectorOrderBy      WatchProbingSessionsRequest_FieldPathSelector = 4
	WatchProbingSessionsRequest_FieldPathSelectorResumeToken  WatchProbingSessionsRequest_FieldPathSelector = 5
	WatchProbingSessionsRequest_FieldPathSelectorStartingTime WatchProbingSessionsRequest_FieldPathSelector = 6
	WatchProbingSessionsRequest_FieldPathSelectorFilter       WatchProbingSessionsRequest_FieldPathSelector = 7
	WatchProbingSessionsRequest_FieldPathSelectorFieldMask    WatchProbingSessionsRequest_FieldPathSelector = 8
	WatchProbingSessionsRequest_FieldPathSelectorView         WatchProbingSessionsRequest_FieldPathSelector = 9
	WatchProbingSessionsRequest_FieldPathSelectorMaxChunkSize WatchProbingSessionsRequest_FieldPathSelector = 10
)

func (WatchProbingSessionsRequest_FieldPathSelector) String

type WatchProbingSessionsRequest_FieldPathValue

type WatchProbingSessionsRequest_FieldPathValue interface {
	WatchProbingSessionsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchProbingSessionsRequest)
	CompareWith(*WatchProbingSessionsRequest) (cmp int, comparable bool)
}

WatchProbingSessionsRequest_FieldPathValue allows storing values for WatchProbingSessionsRequest fields according to their type

func MustParseWatchProbingSessionsRequest_FieldPathValue

func MustParseWatchProbingSessionsRequest_FieldPathValue(pathStr, valueStr string) WatchProbingSessionsRequest_FieldPathValue

func ParseWatchProbingSessionsRequest_FieldPathValue

func ParseWatchProbingSessionsRequest_FieldPathValue(pathStr, valueStr string) (WatchProbingSessionsRequest_FieldPathValue, error)

type WatchProbingSessionsRequest_FieldTerminalPath

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

func (*WatchProbingSessionsRequest_FieldTerminalPath) ClearValue

func (*WatchProbingSessionsRequest_FieldTerminalPath) ClearValueRaw

func (*WatchProbingSessionsRequest_FieldTerminalPath) Get

func (fp *WatchProbingSessionsRequest_FieldTerminalPath) Get(source *WatchProbingSessionsRequest) (values []interface{})

Get returns all values pointed by specific field from source WatchProbingSessionsRequest

func (*WatchProbingSessionsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchProbingSessionsRequest_FieldTerminalPath) GetRaw

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

func (*WatchProbingSessionsRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchProbingSessionsRequest

func (*WatchProbingSessionsRequest_FieldTerminalPath) GetSingleRaw

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

func (*WatchProbingSessionsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchProbingSessionsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchProbingSessionsRequest_FieldTerminalPath) Selector

func (*WatchProbingSessionsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (*WatchProbingSessionsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchProbingSessionsRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchProbingSessionsRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchProbingSessionsRequest_FieldTerminalPath) WithIValue

func (*WatchProbingSessionsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchProbingSessionsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchProbingSessionsRequest_FieldTerminalPath) WithRawIValue

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

type WatchProbingSessionsRequest_FieldTerminalPathArrayItemValue

type WatchProbingSessionsRequest_FieldTerminalPathArrayItemValue struct {
	WatchProbingSessionsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbingSessionsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchProbingSessionsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchProbingSessionsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchProbingSessionsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchProbingSessionsRequest_FieldTerminalPathArrayOfValues

type WatchProbingSessionsRequest_FieldTerminalPathArrayOfValues struct {
	WatchProbingSessionsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbingSessionsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*WatchProbingSessionsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (*WatchProbingSessionsRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues

func (fpaov *WatchProbingSessionsRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues() ([]int32, bool)

func (*WatchProbingSessionsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (*WatchProbingSessionsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*WatchProbingSessionsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (*WatchProbingSessionsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*WatchProbingSessionsRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

func (fpaov *WatchProbingSessionsRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)

func (*WatchProbingSessionsRequest_FieldTerminalPathArrayOfValues) AsStartingTimeArrayOfValues added in v0.7.13

func (fpaov *WatchProbingSessionsRequest_FieldTerminalPathArrayOfValues) AsStartingTimeArrayOfValues() ([]*timestamp.Timestamp, bool)

func (*WatchProbingSessionsRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues

func (*WatchProbingSessionsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (*WatchProbingSessionsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchProbingSessionsRequest_FieldTerminalPathValue

type WatchProbingSessionsRequest_FieldTerminalPathValue struct {
	WatchProbingSessionsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbingSessionsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchProbingSessionsRequest_FieldTerminalPathValue) AsFilterValue

func (*WatchProbingSessionsRequest_FieldTerminalPathValue) AsMaxChunkSizeValue

func (fpv *WatchProbingSessionsRequest_FieldTerminalPathValue) AsMaxChunkSizeValue() (int32, bool)

func (*WatchProbingSessionsRequest_FieldTerminalPathValue) AsOrderByValue

func (*WatchProbingSessionsRequest_FieldTerminalPathValue) AsPageSizeValue

func (*WatchProbingSessionsRequest_FieldTerminalPathValue) AsPageTokenValue

func (*WatchProbingSessionsRequest_FieldTerminalPathValue) AsParentValue

func (*WatchProbingSessionsRequest_FieldTerminalPathValue) AsResumeTokenValue

func (fpv *WatchProbingSessionsRequest_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)

func (*WatchProbingSessionsRequest_FieldTerminalPathValue) AsStartingTimeValue added in v0.7.13

func (*WatchProbingSessionsRequest_FieldTerminalPathValue) AsTypeValue

func (*WatchProbingSessionsRequest_FieldTerminalPathValue) AsViewValue

func (*WatchProbingSessionsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchProbingSessionsRequest_FieldTerminalPathValue' with the value under path in 'WatchProbingSessionsRequest'.

func (*WatchProbingSessionsRequest_FieldTerminalPathValue) CompareWithRaw

func (*WatchProbingSessionsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchProbingSessionsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchProbingSessionsRequest

func (*WatchProbingSessionsRequest_FieldTerminalPathValue) SetToRaw

type WatchProbingSessionsResponse

type WatchProbingSessionsResponse struct {

	// Changes of ProbingSessions
	ProbingSessionChanges []*probing_session.ProbingSessionChange `` /* 160-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 ProbingSessions 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 *WatchProbingSessionsResponse_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 (ProbingSessions 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
}

WatchProbingSessionsResponse

func (*WatchProbingSessionsResponse) Clone

func (*WatchProbingSessionsResponse) CloneRaw

func (*WatchProbingSessionsResponse) Descriptor

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

Deprecated, Use WatchProbingSessionsResponse.ProtoReflect.Descriptor instead.

func (*WatchProbingSessionsResponse) GetIsCurrent

func (m *WatchProbingSessionsResponse) GetIsCurrent() bool

func (*WatchProbingSessionsResponse) GetIsHardReset

func (m *WatchProbingSessionsResponse) GetIsHardReset() bool

func (*WatchProbingSessionsResponse) GetIsSoftReset

func (m *WatchProbingSessionsResponse) GetIsSoftReset() bool

func (*WatchProbingSessionsResponse) GetPageTokenChange

func (*WatchProbingSessionsResponse) GetProbingSessionChanges

func (m *WatchProbingSessionsResponse) GetProbingSessionChanges() []*probing_session.ProbingSessionChange

func (*WatchProbingSessionsResponse) GetResumeToken

func (m *WatchProbingSessionsResponse) GetResumeToken() string

func (*WatchProbingSessionsResponse) GetSnapshotSize

func (m *WatchProbingSessionsResponse) GetSnapshotSize() int64

func (*WatchProbingSessionsResponse) GotenMessage

func (*WatchProbingSessionsResponse) GotenMessage()

func (*WatchProbingSessionsResponse) GotenObjectExt

func (o *WatchProbingSessionsResponse) GotenObjectExt()

func (*WatchProbingSessionsResponse) GotenValidate

func (obj *WatchProbingSessionsResponse) GotenValidate() error

func (*WatchProbingSessionsResponse) MakeDiffFieldMask

func (*WatchProbingSessionsResponse) MakeFullFieldMask

func (*WatchProbingSessionsResponse) MakeRawDiffFieldMask

func (*WatchProbingSessionsResponse) MakeRawFullFieldMask

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

func (*WatchProbingSessionsResponse) Marshal

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

func (*WatchProbingSessionsResponse) MarshalJSON

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

func (*WatchProbingSessionsResponse) Merge

func (*WatchProbingSessionsResponse) MergeRaw

func (*WatchProbingSessionsResponse) ProtoMessage

func (*WatchProbingSessionsResponse) ProtoMessage()

func (*WatchProbingSessionsResponse) ProtoReflect

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

func (*WatchProbingSessionsResponse) Reset

func (m *WatchProbingSessionsResponse) Reset()

func (*WatchProbingSessionsResponse) SetIsCurrent

func (m *WatchProbingSessionsResponse) SetIsCurrent(fv bool)

func (*WatchProbingSessionsResponse) SetIsHardReset

func (m *WatchProbingSessionsResponse) SetIsHardReset(fv bool)

func (*WatchProbingSessionsResponse) SetIsSoftReset

func (m *WatchProbingSessionsResponse) SetIsSoftReset(fv bool)

func (*WatchProbingSessionsResponse) SetPageTokenChange

func (*WatchProbingSessionsResponse) SetProbingSessionChanges

func (m *WatchProbingSessionsResponse) SetProbingSessionChanges(fv []*probing_session.ProbingSessionChange)

func (*WatchProbingSessionsResponse) SetResumeToken

func (m *WatchProbingSessionsResponse) SetResumeToken(fv string)

func (*WatchProbingSessionsResponse) SetSnapshotSize

func (m *WatchProbingSessionsResponse) SetSnapshotSize(fv int64)

func (*WatchProbingSessionsResponse) String

func (*WatchProbingSessionsResponse) Unmarshal

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

func (*WatchProbingSessionsResponse) UnmarshalJSON

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

type WatchProbingSessionsResponseFieldPathBuilder

type WatchProbingSessionsResponseFieldPathBuilder struct{}

func NewWatchProbingSessionsResponseFieldPathBuilder

func NewWatchProbingSessionsResponseFieldPathBuilder() WatchProbingSessionsResponseFieldPathBuilder

func (WatchProbingSessionsResponseFieldPathBuilder) IsCurrent

func (WatchProbingSessionsResponseFieldPathBuilder) IsHardReset

func (WatchProbingSessionsResponseFieldPathBuilder) IsSoftReset

func (WatchProbingSessionsResponseFieldPathBuilder) PageTokenChange

func (WatchProbingSessionsResponseFieldPathBuilder) ProbingSessionChanges

func (WatchProbingSessionsResponseFieldPathBuilder) ResumeToken

func (WatchProbingSessionsResponseFieldPathBuilder) SnapshotSize

type WatchProbingSessionsResponsePageTokenChangeFieldPathBuilder

type WatchProbingSessionsResponsePageTokenChangeFieldPathBuilder struct{}

type WatchProbingSessionsResponsePageTokenChange_FieldPath

type WatchProbingSessionsResponsePageTokenChange_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchProbingSessionsResponsePageTokenChange_FieldPathSelector
	Get(source *WatchProbingSessionsResponse_PageTokenChange) []interface{}
	GetSingle(source *WatchProbingSessionsResponse_PageTokenChange) (interface{}, bool)
	ClearValue(item *WatchProbingSessionsResponse_PageTokenChange)

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

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

func MustParseWatchProbingSessionsResponsePageTokenChange_FieldPath

func MustParseWatchProbingSessionsResponsePageTokenChange_FieldPath(rawField string) WatchProbingSessionsResponsePageTokenChange_FieldPath

func ParseWatchProbingSessionsResponsePageTokenChange_FieldPath

func ParseWatchProbingSessionsResponsePageTokenChange_FieldPath(rawField string) (WatchProbingSessionsResponsePageTokenChange_FieldPath, error)

type WatchProbingSessionsResponsePageTokenChange_FieldPathArrayItemValue

type WatchProbingSessionsResponsePageTokenChange_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchProbingSessionsResponsePageTokenChange_FieldPath
	ContainsValue(*WatchProbingSessionsResponse_PageTokenChange) bool
}

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

func MustParseWatchProbingSessionsResponsePageTokenChange_FieldPathArrayItemValue

func MustParseWatchProbingSessionsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) WatchProbingSessionsResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchProbingSessionsResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchProbingSessionsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) (WatchProbingSessionsResponsePageTokenChange_FieldPathArrayItemValue, error)

ParseWatchProbingSessionsResponsePageTokenChange_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchProbingSessionsResponsePageTokenChange_FieldPathArrayOfValues

type WatchProbingSessionsResponsePageTokenChange_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchProbingSessionsResponsePageTokenChange_FieldPath
}

WatchProbingSessionsResponsePageTokenChange_FieldPathArrayOfValues allows storing slice of values for PageTokenChange fields according to their type

func MustParseWatchProbingSessionsResponsePageTokenChange_FieldPathArrayOfValues

func MustParseWatchProbingSessionsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) WatchProbingSessionsResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchProbingSessionsResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchProbingSessionsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchProbingSessionsResponsePageTokenChange_FieldPathArrayOfValues, error)

type WatchProbingSessionsResponsePageTokenChange_FieldPathSelector

type WatchProbingSessionsResponsePageTokenChange_FieldPathSelector int32
const (
	WatchProbingSessionsResponsePageTokenChange_FieldPathSelectorPrevPageToken WatchProbingSessionsResponsePageTokenChange_FieldPathSelector = 0
	WatchProbingSessionsResponsePageTokenChange_FieldPathSelectorNextPageToken WatchProbingSessionsResponsePageTokenChange_FieldPathSelector = 1
)

func (WatchProbingSessionsResponsePageTokenChange_FieldPathSelector) String

type WatchProbingSessionsResponsePageTokenChange_FieldPathValue

type WatchProbingSessionsResponsePageTokenChange_FieldPathValue interface {
	WatchProbingSessionsResponsePageTokenChange_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchProbingSessionsResponse_PageTokenChange)
	CompareWith(*WatchProbingSessionsResponse_PageTokenChange) (cmp int, comparable bool)
}

WatchProbingSessionsResponsePageTokenChange_FieldPathValue allows storing values for PageTokenChange fields according to their type

func MustParseWatchProbingSessionsResponsePageTokenChange_FieldPathValue

func MustParseWatchProbingSessionsResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) WatchProbingSessionsResponsePageTokenChange_FieldPathValue

func ParseWatchProbingSessionsResponsePageTokenChange_FieldPathValue

func ParseWatchProbingSessionsResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) (WatchProbingSessionsResponsePageTokenChange_FieldPathValue, error)

type WatchProbingSessionsResponsePageTokenChange_FieldTerminalPath

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

func (*WatchProbingSessionsResponsePageTokenChange_FieldTerminalPath) ClearValue

func (*WatchProbingSessionsResponsePageTokenChange_FieldTerminalPath) ClearValueRaw

func (*WatchProbingSessionsResponsePageTokenChange_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchProbingSessionsResponse_PageTokenChange

func (*WatchProbingSessionsResponsePageTokenChange_FieldTerminalPath) GetDefault

GetDefault returns a default value of the field type

func (*WatchProbingSessionsResponsePageTokenChange_FieldTerminalPath) GetRaw

func (*WatchProbingSessionsResponsePageTokenChange_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchProbingSessionsResponse_PageTokenChange

func (*WatchProbingSessionsResponsePageTokenChange_FieldTerminalPath) GetSingleRaw

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

func (*WatchProbingSessionsResponsePageTokenChange_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchProbingSessionsResponsePageTokenChange_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchProbingSessionsResponsePageTokenChange_FieldTerminalPath) Selector

func (*WatchProbingSessionsResponsePageTokenChange_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (*WatchProbingSessionsResponsePageTokenChange_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchProbingSessionsResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue

func (*WatchProbingSessionsResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues

func (*WatchProbingSessionsResponsePageTokenChange_FieldTerminalPath) WithIValue

func (*WatchProbingSessionsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue

func (*WatchProbingSessionsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues

func (*WatchProbingSessionsResponsePageTokenChange_FieldTerminalPath) WithRawIValue

type WatchProbingSessionsResponsePageTokenChange_FieldTerminalPathArrayItemValue

type WatchProbingSessionsResponsePageTokenChange_FieldTerminalPathArrayItemValue struct {
	WatchProbingSessionsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbingSessionsResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchProbingSessionsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue

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

func (*WatchProbingSessionsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchProbingSessionsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw

type WatchProbingSessionsResponsePageTokenChange_FieldTerminalPathArrayOfValues

type WatchProbingSessionsResponsePageTokenChange_FieldTerminalPathArrayOfValues struct {
	WatchProbingSessionsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbingSessionsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (*WatchProbingSessionsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (*WatchProbingSessionsResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchProbingSessionsResponsePageTokenChange_FieldTerminalPathValue

type WatchProbingSessionsResponsePageTokenChange_FieldTerminalPathValue struct {
	WatchProbingSessionsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbingSessionsResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue

func (*WatchProbingSessionsResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue

func (*WatchProbingSessionsResponsePageTokenChange_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchProbingSessionsResponsePageTokenChange_FieldTerminalPathValue' with the value under path in 'WatchProbingSessionsResponse_PageTokenChange'.

func (*WatchProbingSessionsResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw

func (*WatchProbingSessionsResponsePageTokenChange_FieldTerminalPathValue) GetRawValue

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

func (*WatchProbingSessionsResponsePageTokenChange_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object PageTokenChange

func (*WatchProbingSessionsResponsePageTokenChange_FieldTerminalPathValue) SetToRaw

type WatchProbingSessionsResponsePathSelectorIsCurrent

type WatchProbingSessionsResponsePathSelectorIsCurrent struct{}

func (WatchProbingSessionsResponsePathSelectorIsCurrent) FieldPath

func (WatchProbingSessionsResponsePathSelectorIsCurrent) WithArrayOfValues

func (WatchProbingSessionsResponsePathSelectorIsCurrent) WithValue

type WatchProbingSessionsResponsePathSelectorIsHardReset

type WatchProbingSessionsResponsePathSelectorIsHardReset struct{}

func (WatchProbingSessionsResponsePathSelectorIsHardReset) FieldPath

func (WatchProbingSessionsResponsePathSelectorIsHardReset) WithArrayOfValues

func (WatchProbingSessionsResponsePathSelectorIsHardReset) WithValue

type WatchProbingSessionsResponsePathSelectorIsSoftReset

type WatchProbingSessionsResponsePathSelectorIsSoftReset struct{}

func (WatchProbingSessionsResponsePathSelectorIsSoftReset) FieldPath

func (WatchProbingSessionsResponsePathSelectorIsSoftReset) WithArrayOfValues

func (WatchProbingSessionsResponsePathSelectorIsSoftReset) WithValue

type WatchProbingSessionsResponsePathSelectorPageTokenChange

type WatchProbingSessionsResponsePathSelectorPageTokenChange struct{}

func (WatchProbingSessionsResponsePathSelectorPageTokenChange) FieldPath

type WatchProbingSessionsResponsePathSelectorPageTokenChangeNextPageToken

type WatchProbingSessionsResponsePathSelectorPageTokenChangeNextPageToken struct{}

func (WatchProbingSessionsResponsePathSelectorPageTokenChangeNextPageToken) FieldPath

func (WatchProbingSessionsResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues

func (WatchProbingSessionsResponsePathSelectorPageTokenChangeNextPageToken) WithValue

type WatchProbingSessionsResponsePathSelectorPageTokenChangePrevPageToken

type WatchProbingSessionsResponsePathSelectorPageTokenChangePrevPageToken struct{}

func (WatchProbingSessionsResponsePathSelectorPageTokenChangePrevPageToken) FieldPath

func (WatchProbingSessionsResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues

func (WatchProbingSessionsResponsePathSelectorPageTokenChangePrevPageToken) WithValue

type WatchProbingSessionsResponsePathSelectorProbingSessionChanges

type WatchProbingSessionsResponsePathSelectorProbingSessionChanges struct{}

func (WatchProbingSessionsResponsePathSelectorProbingSessionChanges) FieldPath

func (WatchProbingSessionsResponsePathSelectorProbingSessionChanges) WithArrayOfValues

func (WatchProbingSessionsResponsePathSelectorProbingSessionChanges) WithValue

type WatchProbingSessionsResponsePathSelectorResumeToken

type WatchProbingSessionsResponsePathSelectorResumeToken struct{}

func (WatchProbingSessionsResponsePathSelectorResumeToken) FieldPath

func (WatchProbingSessionsResponsePathSelectorResumeToken) WithArrayOfValues

func (WatchProbingSessionsResponsePathSelectorResumeToken) WithValue

type WatchProbingSessionsResponsePathSelectorSnapshotSize

type WatchProbingSessionsResponsePathSelectorSnapshotSize struct{}

func (WatchProbingSessionsResponsePathSelectorSnapshotSize) FieldPath

func (WatchProbingSessionsResponsePathSelectorSnapshotSize) WithArrayOfValues

func (WatchProbingSessionsResponsePathSelectorSnapshotSize) WithValue

type WatchProbingSessionsResponse_FieldMask

type WatchProbingSessionsResponse_FieldMask struct {
	Paths []WatchProbingSessionsResponse_FieldPath
}

func FullWatchProbingSessionsResponse_FieldMask

func FullWatchProbingSessionsResponse_FieldMask() *WatchProbingSessionsResponse_FieldMask

func (*WatchProbingSessionsResponse_FieldMask) AppendPath

func (*WatchProbingSessionsResponse_FieldMask) AppendRawPath

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

func (*WatchProbingSessionsResponse_FieldMask) DecodeFirestore

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

func (*WatchProbingSessionsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchProbingSessionsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchProbingSessionsResponse_FieldMask) FromProtoFieldMask

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

func (*WatchProbingSessionsResponse_FieldMask) GetPaths

func (*WatchProbingSessionsResponse_FieldMask) GetRawPaths

func (*WatchProbingSessionsResponse_FieldMask) IsFull

func (fieldMask *WatchProbingSessionsResponse_FieldMask) IsFull() bool

func (WatchProbingSessionsResponse_FieldMask) Marshal

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

implement methods required by customType

func (WatchProbingSessionsResponse_FieldMask) MarshalJSON

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

func (*WatchProbingSessionsResponse_FieldMask) PathsCount

func (fieldMask *WatchProbingSessionsResponse_FieldMask) PathsCount() int

func (*WatchProbingSessionsResponse_FieldMask) Project

func (*WatchProbingSessionsResponse_FieldMask) ProjectRaw

func (*WatchProbingSessionsResponse_FieldMask) ProtoMessage

func (fieldMask *WatchProbingSessionsResponse_FieldMask) ProtoMessage()

func (*WatchProbingSessionsResponse_FieldMask) ProtoReflect

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

func (*WatchProbingSessionsResponse_FieldMask) Reset

func (fieldMask *WatchProbingSessionsResponse_FieldMask) Reset()

func (*WatchProbingSessionsResponse_FieldMask) Set

func (*WatchProbingSessionsResponse_FieldMask) SetFromCliFlag

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

func (*WatchProbingSessionsResponse_FieldMask) SetRaw

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

func (*WatchProbingSessionsResponse_FieldMask) Size

func (fieldMask *WatchProbingSessionsResponse_FieldMask) Size() int

func (*WatchProbingSessionsResponse_FieldMask) String

func (fieldMask *WatchProbingSessionsResponse_FieldMask) String() string

func (*WatchProbingSessionsResponse_FieldMask) Subtract

func (*WatchProbingSessionsResponse_FieldMask) SubtractRaw

func (*WatchProbingSessionsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchProbingSessionsResponse_FieldMask) Unmarshal

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

func (*WatchProbingSessionsResponse_FieldMask) UnmarshalJSON

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

type WatchProbingSessionsResponse_FieldPath

type WatchProbingSessionsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchProbingSessionsResponse_FieldPathSelector
	Get(source *WatchProbingSessionsResponse) []interface{}
	GetSingle(source *WatchProbingSessionsResponse) (interface{}, bool)
	ClearValue(item *WatchProbingSessionsResponse)

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

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

func MustParseWatchProbingSessionsResponse_FieldPath

func MustParseWatchProbingSessionsResponse_FieldPath(rawField string) WatchProbingSessionsResponse_FieldPath

func ParseWatchProbingSessionsResponse_FieldPath

func ParseWatchProbingSessionsResponse_FieldPath(rawField string) (WatchProbingSessionsResponse_FieldPath, error)

type WatchProbingSessionsResponse_FieldPathArrayItemValue

type WatchProbingSessionsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchProbingSessionsResponse_FieldPath
	ContainsValue(*WatchProbingSessionsResponse) bool
}

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

func MustParseWatchProbingSessionsResponse_FieldPathArrayItemValue

func MustParseWatchProbingSessionsResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchProbingSessionsResponse_FieldPathArrayItemValue

func ParseWatchProbingSessionsResponse_FieldPathArrayItemValue

func ParseWatchProbingSessionsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchProbingSessionsResponse_FieldPathArrayItemValue, error)

ParseWatchProbingSessionsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchProbingSessionsResponse_FieldPathArrayOfValues

type WatchProbingSessionsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchProbingSessionsResponse_FieldPath
}

WatchProbingSessionsResponse_FieldPathArrayOfValues allows storing slice of values for WatchProbingSessionsResponse fields according to their type

func MustParseWatchProbingSessionsResponse_FieldPathArrayOfValues

func MustParseWatchProbingSessionsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchProbingSessionsResponse_FieldPathArrayOfValues

func ParseWatchProbingSessionsResponse_FieldPathArrayOfValues

func ParseWatchProbingSessionsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchProbingSessionsResponse_FieldPathArrayOfValues, error)

type WatchProbingSessionsResponse_FieldPathSelector

type WatchProbingSessionsResponse_FieldPathSelector int32
const (
	WatchProbingSessionsResponse_FieldPathSelectorProbingSessionChanges WatchProbingSessionsResponse_FieldPathSelector = 0
	WatchProbingSessionsResponse_FieldPathSelectorIsCurrent             WatchProbingSessionsResponse_FieldPathSelector = 1
	WatchProbingSessionsResponse_FieldPathSelectorPageTokenChange       WatchProbingSessionsResponse_FieldPathSelector = 2
	WatchProbingSessionsResponse_FieldPathSelectorResumeToken           WatchProbingSessionsResponse_FieldPathSelector = 3
	WatchProbingSessionsResponse_FieldPathSelectorSnapshotSize          WatchProbingSessionsResponse_FieldPathSelector = 4
	WatchProbingSessionsResponse_FieldPathSelectorIsSoftReset           WatchProbingSessionsResponse_FieldPathSelector = 5
	WatchProbingSessionsResponse_FieldPathSelectorIsHardReset           WatchProbingSessionsResponse_FieldPathSelector = 6
)

func (WatchProbingSessionsResponse_FieldPathSelector) String

type WatchProbingSessionsResponse_FieldPathValue

type WatchProbingSessionsResponse_FieldPathValue interface {
	WatchProbingSessionsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchProbingSessionsResponse)
	CompareWith(*WatchProbingSessionsResponse) (cmp int, comparable bool)
}

WatchProbingSessionsResponse_FieldPathValue allows storing values for WatchProbingSessionsResponse fields according to their type

func MustParseWatchProbingSessionsResponse_FieldPathValue

func MustParseWatchProbingSessionsResponse_FieldPathValue(pathStr, valueStr string) WatchProbingSessionsResponse_FieldPathValue

func ParseWatchProbingSessionsResponse_FieldPathValue

func ParseWatchProbingSessionsResponse_FieldPathValue(pathStr, valueStr string) (WatchProbingSessionsResponse_FieldPathValue, error)

type WatchProbingSessionsResponse_FieldSubPath

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

func (*WatchProbingSessionsResponse_FieldSubPath) AsPageTokenChangeSubPath

func (*WatchProbingSessionsResponse_FieldSubPath) ClearValue

func (*WatchProbingSessionsResponse_FieldSubPath) ClearValueRaw

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

func (*WatchProbingSessionsResponse_FieldSubPath) Get

func (fps *WatchProbingSessionsResponse_FieldSubPath) Get(source *WatchProbingSessionsResponse) (values []interface{})

Get returns all values pointed by selected field from source WatchProbingSessionsResponse

func (*WatchProbingSessionsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchProbingSessionsResponse_FieldSubPath) GetRaw

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

func (*WatchProbingSessionsResponse_FieldSubPath) GetSingle

func (fps *WatchProbingSessionsResponse_FieldSubPath) GetSingle(source *WatchProbingSessionsResponse) (interface{}, bool)

GetSingle returns value of selected field from source WatchProbingSessionsResponse

func (*WatchProbingSessionsResponse_FieldSubPath) GetSingleRaw

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

func (*WatchProbingSessionsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchProbingSessionsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchProbingSessionsResponse_FieldSubPath) Selector

func (*WatchProbingSessionsResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*WatchProbingSessionsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*WatchProbingSessionsResponse_FieldSubPath) WithIArrayItemValue

func (*WatchProbingSessionsResponse_FieldSubPath) WithIArrayOfValues

func (*WatchProbingSessionsResponse_FieldSubPath) WithIValue

func (*WatchProbingSessionsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*WatchProbingSessionsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*WatchProbingSessionsResponse_FieldSubPath) WithRawIValue

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

type WatchProbingSessionsResponse_FieldSubPathArrayItemValue

type WatchProbingSessionsResponse_FieldSubPathArrayItemValue struct {
	WatchProbingSessionsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchProbingSessionsResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue

func (*WatchProbingSessionsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*WatchProbingSessionsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type WatchProbingSessionsResponse_FieldSubPathArrayOfValues

type WatchProbingSessionsResponse_FieldSubPathArrayOfValues struct {
	WatchProbingSessionsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchProbingSessionsResponse_FieldSubPathArrayOfValues) AsPageTokenChangePathArrayOfValues

func (*WatchProbingSessionsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type WatchProbingSessionsResponse_FieldSubPathValue

type WatchProbingSessionsResponse_FieldSubPathValue struct {
	WatchProbingSessionsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchProbingSessionsResponse_FieldSubPathValue) AsPageTokenChangePathValue

func (*WatchProbingSessionsResponse_FieldSubPathValue) CompareWith

func (*WatchProbingSessionsResponse_FieldSubPathValue) CompareWithRaw

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

func (*WatchProbingSessionsResponse_FieldSubPathValue) GetRawValue

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

func (*WatchProbingSessionsResponse_FieldSubPathValue) SetTo

func (*WatchProbingSessionsResponse_FieldSubPathValue) SetToRaw

type WatchProbingSessionsResponse_FieldTerminalPath

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

func (*WatchProbingSessionsResponse_FieldTerminalPath) ClearValue

func (*WatchProbingSessionsResponse_FieldTerminalPath) ClearValueRaw

func (*WatchProbingSessionsResponse_FieldTerminalPath) Get

func (fp *WatchProbingSessionsResponse_FieldTerminalPath) Get(source *WatchProbingSessionsResponse) (values []interface{})

Get returns all values pointed by specific field from source WatchProbingSessionsResponse

func (*WatchProbingSessionsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchProbingSessionsResponse_FieldTerminalPath) GetRaw

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

func (*WatchProbingSessionsResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchProbingSessionsResponse

func (*WatchProbingSessionsResponse_FieldTerminalPath) GetSingleRaw

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

func (*WatchProbingSessionsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchProbingSessionsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchProbingSessionsResponse_FieldTerminalPath) Selector

func (*WatchProbingSessionsResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (*WatchProbingSessionsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchProbingSessionsResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchProbingSessionsResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchProbingSessionsResponse_FieldTerminalPath) WithIValue

func (*WatchProbingSessionsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchProbingSessionsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchProbingSessionsResponse_FieldTerminalPath) WithRawIValue

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

type WatchProbingSessionsResponse_FieldTerminalPathArrayItemValue

type WatchProbingSessionsResponse_FieldTerminalPathArrayItemValue struct {
	WatchProbingSessionsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbingSessionsResponse_FieldTerminalPathArrayItemValue) AsProbingSessionChangesItemValue

func (*WatchProbingSessionsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchProbingSessionsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchProbingSessionsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchProbingSessionsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchProbingSessionsResponse_FieldTerminalPathArrayOfValues

type WatchProbingSessionsResponse_FieldTerminalPathArrayOfValues struct {
	WatchProbingSessionsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbingSessionsResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues

func (fpaov *WatchProbingSessionsResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues() ([]bool, bool)

func (*WatchProbingSessionsResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues

func (fpaov *WatchProbingSessionsResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues() ([]bool, bool)

func (*WatchProbingSessionsResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues

func (fpaov *WatchProbingSessionsResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues() ([]bool, bool)

func (*WatchProbingSessionsResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues

func (*WatchProbingSessionsResponse_FieldTerminalPathArrayOfValues) AsProbingSessionChangesArrayOfValues

func (fpaov *WatchProbingSessionsResponse_FieldTerminalPathArrayOfValues) AsProbingSessionChangesArrayOfValues() ([][]*probing_session.ProbingSessionChange, bool)

func (*WatchProbingSessionsResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

func (fpaov *WatchProbingSessionsResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)

func (*WatchProbingSessionsResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues

func (fpaov *WatchProbingSessionsResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues() ([]int64, bool)

func (*WatchProbingSessionsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchProbingSessionsResponse_FieldTerminalPathValue

type WatchProbingSessionsResponse_FieldTerminalPathValue struct {
	WatchProbingSessionsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbingSessionsResponse_FieldTerminalPathValue) AsIsCurrentValue

func (*WatchProbingSessionsResponse_FieldTerminalPathValue) AsIsHardResetValue

func (fpv *WatchProbingSessionsResponse_FieldTerminalPathValue) AsIsHardResetValue() (bool, bool)

func (*WatchProbingSessionsResponse_FieldTerminalPathValue) AsIsSoftResetValue

func (fpv *WatchProbingSessionsResponse_FieldTerminalPathValue) AsIsSoftResetValue() (bool, bool)

func (*WatchProbingSessionsResponse_FieldTerminalPathValue) AsPageTokenChangeValue

func (*WatchProbingSessionsResponse_FieldTerminalPathValue) AsProbingSessionChangesValue

func (*WatchProbingSessionsResponse_FieldTerminalPathValue) AsResumeTokenValue

func (*WatchProbingSessionsResponse_FieldTerminalPathValue) AsSnapshotSizeValue

func (fpv *WatchProbingSessionsResponse_FieldTerminalPathValue) AsSnapshotSizeValue() (int64, bool)

func (*WatchProbingSessionsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchProbingSessionsResponse_FieldTerminalPathValue' with the value under path in 'WatchProbingSessionsResponse'.

func (*WatchProbingSessionsResponse_FieldTerminalPathValue) CompareWithRaw

func (*WatchProbingSessionsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchProbingSessionsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchProbingSessionsResponse

func (*WatchProbingSessionsResponse_FieldTerminalPathValue) SetToRaw

type WatchProbingSessionsResponse_PageTokenChange

type WatchProbingSessionsResponse_PageTokenChange struct {

	// New token to retrieve previous page of results.
	PrevPageToken *probing_session.PagerCursor `` /* 151-byte string literal not displayed */
	// New token to retrieve next page of results.
	NextPageToken *probing_session.PagerCursor `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WatchProbingSessionsResponse_PageTokenChange) Clone

func (*WatchProbingSessionsResponse_PageTokenChange) CloneRaw

func (*WatchProbingSessionsResponse_PageTokenChange) Descriptor

Deprecated, Use WatchProbingSessionsResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchProbingSessionsResponse_PageTokenChange) GetNextPageToken

func (*WatchProbingSessionsResponse_PageTokenChange) GetPrevPageToken

func (*WatchProbingSessionsResponse_PageTokenChange) GotenMessage

func (*WatchProbingSessionsResponse_PageTokenChange) GotenObjectExt

func (*WatchProbingSessionsResponse_PageTokenChange) GotenValidate

func (*WatchProbingSessionsResponse_PageTokenChange) MakeFullFieldMask

func (*WatchProbingSessionsResponse_PageTokenChange) MakeRawDiffFieldMask

func (*WatchProbingSessionsResponse_PageTokenChange) MakeRawFullFieldMask

func (*WatchProbingSessionsResponse_PageTokenChange) Marshal

func (*WatchProbingSessionsResponse_PageTokenChange) MarshalJSON

func (*WatchProbingSessionsResponse_PageTokenChange) Merge

func (*WatchProbingSessionsResponse_PageTokenChange) MergeRaw

func (*WatchProbingSessionsResponse_PageTokenChange) ProtoMessage

func (*WatchProbingSessionsResponse_PageTokenChange) ProtoReflect

func (*WatchProbingSessionsResponse_PageTokenChange) Reset

func (*WatchProbingSessionsResponse_PageTokenChange) SetNextPageToken

func (*WatchProbingSessionsResponse_PageTokenChange) SetPrevPageToken

func (*WatchProbingSessionsResponse_PageTokenChange) String

func (*WatchProbingSessionsResponse_PageTokenChange) Unmarshal

func (*WatchProbingSessionsResponse_PageTokenChange) UnmarshalJSON

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

type WatchProbingSessionsResponse_PageTokenChangePathSelectorNextPageToken

type WatchProbingSessionsResponse_PageTokenChangePathSelectorNextPageToken struct{}

func (WatchProbingSessionsResponse_PageTokenChangePathSelectorNextPageToken) FieldPath

type WatchProbingSessionsResponse_PageTokenChangePathSelectorPrevPageToken

type WatchProbingSessionsResponse_PageTokenChangePathSelectorPrevPageToken struct{}

func (WatchProbingSessionsResponse_PageTokenChangePathSelectorPrevPageToken) FieldPath

type WatchProbingSessionsResponse_PageTokenChange_FieldMask

type WatchProbingSessionsResponse_PageTokenChange_FieldMask struct {
	Paths []WatchProbingSessionsResponsePageTokenChange_FieldPath
}

func FullWatchProbingSessionsResponse_PageTokenChange_FieldMask

func FullWatchProbingSessionsResponse_PageTokenChange_FieldMask() *WatchProbingSessionsResponse_PageTokenChange_FieldMask

func (*WatchProbingSessionsResponse_PageTokenChange_FieldMask) AppendPath

func (*WatchProbingSessionsResponse_PageTokenChange_FieldMask) AppendRawPath

func (*WatchProbingSessionsResponse_PageTokenChange_FieldMask) DecodeFirestore

func (*WatchProbingSessionsResponse_PageTokenChange_FieldMask) EncodeFirestore

firestore encoding/decoding integration

func (*WatchProbingSessionsResponse_PageTokenChange_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchProbingSessionsResponse_PageTokenChange_FieldMask) FromProtoFieldMask

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

func (*WatchProbingSessionsResponse_PageTokenChange_FieldMask) GetPaths

func (*WatchProbingSessionsResponse_PageTokenChange_FieldMask) GetRawPaths

func (*WatchProbingSessionsResponse_PageTokenChange_FieldMask) IsFull

func (WatchProbingSessionsResponse_PageTokenChange_FieldMask) Marshal

implement methods required by customType

func (WatchProbingSessionsResponse_PageTokenChange_FieldMask) MarshalJSON

func (*WatchProbingSessionsResponse_PageTokenChange_FieldMask) PathsCount

func (*WatchProbingSessionsResponse_PageTokenChange_FieldMask) Project

func (*WatchProbingSessionsResponse_PageTokenChange_FieldMask) ProjectRaw

func (*WatchProbingSessionsResponse_PageTokenChange_FieldMask) ProtoMessage

func (*WatchProbingSessionsResponse_PageTokenChange_FieldMask) ProtoReflect

func (*WatchProbingSessionsResponse_PageTokenChange_FieldMask) Reset

func (*WatchProbingSessionsResponse_PageTokenChange_FieldMask) Set

func (*WatchProbingSessionsResponse_PageTokenChange_FieldMask) SetFromCliFlag

func (*WatchProbingSessionsResponse_PageTokenChange_FieldMask) SetRaw

func (*WatchProbingSessionsResponse_PageTokenChange_FieldMask) Size

func (*WatchProbingSessionsResponse_PageTokenChange_FieldMask) String

func (*WatchProbingSessionsResponse_PageTokenChange_FieldMask) SubtractRaw

func (*WatchProbingSessionsResponse_PageTokenChange_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*WatchProbingSessionsResponse_PageTokenChange_FieldMask) Unmarshal

func (*WatchProbingSessionsResponse_PageTokenChange_FieldMask) UnmarshalJSON

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

Jump to

Keyboard shortcuts

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