activation_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: 54 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActivationClientStream

type ActivationClientStream interface {
	Send(*ActivationRequest) error
	Recv() (*ActivationResponse, error)
	grpc.ClientStream
}

type ActivationDescriptor added in v0.4.26

type ActivationDescriptor struct{}

func GetActivationDescriptor added in v0.4.26

func GetActivationDescriptor() *ActivationDescriptor

func (*ActivationDescriptor) GetApiDescriptor added in v0.4.26

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

func (*ActivationDescriptor) GetApiName added in v0.4.26

func (d *ActivationDescriptor) GetApiName() string

func (*ActivationDescriptor) GetClientMsgReflectHandle added in v0.4.26

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

func (*ActivationDescriptor) GetFullMethodName added in v0.4.26

func (d *ActivationDescriptor) GetFullMethodName() string

func (*ActivationDescriptor) GetMethodName added in v0.4.26

func (d *ActivationDescriptor) GetMethodName() string

func (*ActivationDescriptor) GetProtoPkgName added in v0.4.26

func (d *ActivationDescriptor) GetProtoPkgName() string

func (*ActivationDescriptor) GetResourceDescriptor added in v0.4.27

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

func (*ActivationDescriptor) GetServerMsgReflectHandle added in v0.4.26

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

func (*ActivationDescriptor) GetServiceDomain added in v0.4.26

func (d *ActivationDescriptor) GetServiceDomain() string

func (*ActivationDescriptor) GetServiceVersion added in v0.4.26

func (d *ActivationDescriptor) GetServiceVersion() string

func (*ActivationDescriptor) GetVerb added in v0.4.26

func (d *ActivationDescriptor) GetVerb() string

func (*ActivationDescriptor) HasResource added in v0.4.27

func (d *ActivationDescriptor) HasResource() bool

func (*ActivationDescriptor) IsClientStream added in v0.4.26

func (d *ActivationDescriptor) IsClientStream() bool

func (*ActivationDescriptor) IsCollection added in v0.4.27

func (d *ActivationDescriptor) IsCollection() bool

func (*ActivationDescriptor) IsPlural added in v0.4.27

func (d *ActivationDescriptor) IsPlural() bool

func (*ActivationDescriptor) IsServerStream added in v0.4.26

func (d *ActivationDescriptor) IsServerStream() bool

func (*ActivationDescriptor) IsUnary added in v0.4.26

func (d *ActivationDescriptor) IsUnary() bool

func (*ActivationDescriptor) NewEmptyClientMsg added in v0.4.26

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

func (*ActivationDescriptor) NewEmptyServerMsg added in v0.4.26

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

func (*ActivationDescriptor) RequestHasResourceBody added in v0.4.26

func (d *ActivationDescriptor) RequestHasResourceBody() bool

type ActivationDescriptorClientMsgHandle added in v0.4.26

type ActivationDescriptorClientMsgHandle struct{}

func (*ActivationDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

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

func (*ActivationDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*ActivationDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type ActivationDescriptorServerMsgHandle added in v0.4.26

type ActivationDescriptorServerMsgHandle struct{}

func (*ActivationDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

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

func (*ActivationDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*ActivationDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

type ActivationRequest

type ActivationRequest struct {

	// Types that are valid to be assigned to Msg:
	//	*ActivationRequest_Activate_
	//	*ActivationRequest_ConfirmActivation_
	Msg isActivationRequest_Msg `protobuf_oneof:"msg"`
	// contains filtered or unexported fields
}

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

func (*ActivationRequest) Clone

func (*ActivationRequest) CloneRaw

func (*ActivationRequest) Descriptor

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

Deprecated, Use ActivationRequest.ProtoReflect.Descriptor instead.

func (*ActivationRequest) GetActivate

func (*ActivationRequest) GetConfirmActivation

func (m *ActivationRequest) GetConfirmActivation() *ActivationRequest_ConfirmActivation

func (*ActivationRequest) GetMsg

func (m *ActivationRequest) GetMsg() isActivationRequest_Msg

func (*ActivationRequest) GotenMessage

func (*ActivationRequest) GotenMessage()

func (*ActivationRequest) GotenObjectExt

func (o *ActivationRequest) GotenObjectExt()

func (*ActivationRequest) GotenValidate

func (obj *ActivationRequest) GotenValidate() error

func (*ActivationRequest) MakeDiffFieldMask

func (o *ActivationRequest) MakeDiffFieldMask(other *ActivationRequest) *ActivationRequest_FieldMask

func (*ActivationRequest) MakeFullFieldMask

func (o *ActivationRequest) MakeFullFieldMask() *ActivationRequest_FieldMask

func (*ActivationRequest) MakeRawDiffFieldMask

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

func (*ActivationRequest) MakeRawFullFieldMask

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

func (*ActivationRequest) Marshal

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

func (*ActivationRequest) MarshalJSON

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

func (*ActivationRequest) Merge

func (o *ActivationRequest) Merge(source *ActivationRequest)

func (*ActivationRequest) MergeRaw

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

func (*ActivationRequest) ProtoMessage

func (*ActivationRequest) ProtoMessage()

func (*ActivationRequest) ProtoReflect

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

func (*ActivationRequest) Reset

func (m *ActivationRequest) Reset()

func (*ActivationRequest) SetActivate

func (m *ActivationRequest) SetActivate(fv *ActivationRequest_Activate)

func (*ActivationRequest) SetConfirmActivation

func (m *ActivationRequest) SetConfirmActivation(fv *ActivationRequest_ConfirmActivation)

func (*ActivationRequest) SetMsg

func (m *ActivationRequest) SetMsg(ofv isActivationRequest_Msg)

func (*ActivationRequest) String

func (m *ActivationRequest) String() string

func (*ActivationRequest) Unmarshal

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

func (*ActivationRequest) UnmarshalJSON

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

type ActivationRequestActivateFieldPathBuilder

type ActivationRequestActivateFieldPathBuilder struct{}

func NewActivationRequestActivateFieldPathBuilder

func NewActivationRequestActivateFieldPathBuilder() ActivationRequestActivateFieldPathBuilder

func (ActivationRequestActivateFieldPathBuilder) ClientCookie

func (ActivationRequestActivateFieldPathBuilder) Metadata

func (ActivationRequestActivateFieldPathBuilder) Probe

func (ActivationRequestActivateFieldPathBuilder) PublicKeyData added in v0.12.5

func (ActivationRequestActivateFieldPathBuilder) Token

type ActivationRequestActivate_FieldPath

type ActivationRequestActivate_FieldPath interface {
	gotenobject.FieldPath
	Selector() ActivationRequestActivate_FieldPathSelector
	Get(source *ActivationRequest_Activate) []interface{}
	GetSingle(source *ActivationRequest_Activate) (interface{}, bool)
	ClearValue(item *ActivationRequest_Activate)

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

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

func MustParseActivationRequestActivate_FieldPath

func MustParseActivationRequestActivate_FieldPath(rawField string) ActivationRequestActivate_FieldPath

func ParseActivationRequestActivate_FieldPath

func ParseActivationRequestActivate_FieldPath(rawField string) (ActivationRequestActivate_FieldPath, error)

type ActivationRequestActivate_FieldPathArrayItemValue

type ActivationRequestActivate_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ActivationRequestActivate_FieldPath
	ContainsValue(*ActivationRequest_Activate) bool
}

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

func MustParseActivationRequestActivate_FieldPathArrayItemValue

func MustParseActivationRequestActivate_FieldPathArrayItemValue(pathStr, valueStr string) ActivationRequestActivate_FieldPathArrayItemValue

func ParseActivationRequestActivate_FieldPathArrayItemValue

func ParseActivationRequestActivate_FieldPathArrayItemValue(pathStr, valueStr string) (ActivationRequestActivate_FieldPathArrayItemValue, error)

ParseActivationRequestActivate_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ActivationRequestActivate_FieldPathArrayOfValues

type ActivationRequestActivate_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ActivationRequestActivate_FieldPath
}

ActivationRequestActivate_FieldPathArrayOfValues allows storing slice of values for Activate fields according to their type

func MustParseActivationRequestActivate_FieldPathArrayOfValues

func MustParseActivationRequestActivate_FieldPathArrayOfValues(pathStr, valuesStr string) ActivationRequestActivate_FieldPathArrayOfValues

func ParseActivationRequestActivate_FieldPathArrayOfValues

func ParseActivationRequestActivate_FieldPathArrayOfValues(pathStr, valuesStr string) (ActivationRequestActivate_FieldPathArrayOfValues, error)

type ActivationRequestActivate_FieldPathMap

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

FieldPath for map type with additional Key information

func (*ActivationRequestActivate_FieldPathMap) ClearValue

func (*ActivationRequestActivate_FieldPathMap) ClearValueRaw

func (fpm *ActivationRequestActivate_FieldPathMap) ClearValueRaw(item proto.Message)

func (*ActivationRequestActivate_FieldPathMap) Get

func (fpm *ActivationRequestActivate_FieldPathMap) Get(source *ActivationRequest_Activate) (values []interface{})

Get returns all values pointed by selected field map key from source ActivationRequest_Activate

func (*ActivationRequestActivate_FieldPathMap) GetDefault

func (fpm *ActivationRequestActivate_FieldPathMap) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*ActivationRequestActivate_FieldPathMap) GetRaw

func (fpm *ActivationRequestActivate_FieldPathMap) GetRaw(source proto.Message) []interface{}

func (*ActivationRequestActivate_FieldPathMap) GetSingle

func (fpm *ActivationRequestActivate_FieldPathMap) GetSingle(source *ActivationRequest_Activate) (interface{}, bool)

GetSingle returns value by selected field map key from source ActivationRequest_Activate

func (*ActivationRequestActivate_FieldPathMap) GetSingleRaw

func (fpm *ActivationRequestActivate_FieldPathMap) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*ActivationRequestActivate_FieldPathMap) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ActivationRequestActivate_FieldPathMap) JSONString

JSONString returns path representation is JSON convention. Note that map keys are not transformed

func (*ActivationRequestActivate_FieldPathMap) Key

func (*ActivationRequestActivate_FieldPathMap) Selector

func (*ActivationRequestActivate_FieldPathMap) SplitIntoTerminalIPaths added in v0.7.1

func (fpm *ActivationRequestActivate_FieldPathMap) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*ActivationRequestActivate_FieldPathMap) String

String returns path representation in proto convention

func (*ActivationRequestActivate_FieldPathMap) WithIArrayItemValue

func (*ActivationRequestActivate_FieldPathMap) WithIArrayOfValues

func (*ActivationRequestActivate_FieldPathMap) WithIValue

func (*ActivationRequestActivate_FieldPathMap) WithRawIArrayItemValue

func (fpm *ActivationRequestActivate_FieldPathMap) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*ActivationRequestActivate_FieldPathMap) WithRawIArrayOfValues

func (fpm *ActivationRequestActivate_FieldPathMap) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*ActivationRequestActivate_FieldPathMap) WithRawIValue

func (fpm *ActivationRequestActivate_FieldPathMap) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type ActivationRequestActivate_FieldPathMapArrayOfValues

type ActivationRequestActivate_FieldPathMapArrayOfValues struct {
	ActivationRequestActivate_FieldPathMap
	// contains filtered or unexported fields
}

func (*ActivationRequestActivate_FieldPathMapArrayOfValues) AsMetadataArrayOfElementValues

func (fpmaov *ActivationRequestActivate_FieldPathMapArrayOfValues) AsMetadataArrayOfElementValues() ([]string, bool)

func (*ActivationRequestActivate_FieldPathMapArrayOfValues) GetRawValues

func (fpmaov *ActivationRequestActivate_FieldPathMapArrayOfValues) GetRawValues() (values []interface{})

type ActivationRequestActivate_FieldPathMapValue

type ActivationRequestActivate_FieldPathMapValue struct {
	ActivationRequestActivate_FieldPathMap
	// contains filtered or unexported fields
}

func (*ActivationRequestActivate_FieldPathMapValue) AsMetadataElementValue

func (fpmv *ActivationRequestActivate_FieldPathMapValue) AsMetadataElementValue() (string, bool)

func (*ActivationRequestActivate_FieldPathMapValue) CompareWith

CompareWith compares value in the 'ActivationRequestActivate_FieldPathMapValue' with the value under path in 'ActivationRequest_Activate'.

func (*ActivationRequestActivate_FieldPathMapValue) CompareWithRaw

func (fpmv *ActivationRequestActivate_FieldPathMapValue) CompareWithRaw(source proto.Message) (int, bool)

func (*ActivationRequestActivate_FieldPathMapValue) GetRawValue

func (fpmv *ActivationRequestActivate_FieldPathMapValue) GetRawValue() interface{}

GetValue returns value stored under selected field in Activate as interface{}

func (*ActivationRequestActivate_FieldPathMapValue) SetTo

SetTo stores value for selected field in Activate

func (*ActivationRequestActivate_FieldPathMapValue) SetToRaw

type ActivationRequestActivate_FieldPathSelector

type ActivationRequestActivate_FieldPathSelector int32
const (
	ActivationRequestActivate_FieldPathSelectorToken         ActivationRequestActivate_FieldPathSelector = 0
	ActivationRequestActivate_FieldPathSelectorClientCookie  ActivationRequestActivate_FieldPathSelector = 1
	ActivationRequestActivate_FieldPathSelectorProbe         ActivationRequestActivate_FieldPathSelector = 2
	ActivationRequestActivate_FieldPathSelectorMetadata      ActivationRequestActivate_FieldPathSelector = 3
	ActivationRequestActivate_FieldPathSelectorPublicKeyData ActivationRequestActivate_FieldPathSelector = 4
)

func (ActivationRequestActivate_FieldPathSelector) String

type ActivationRequestActivate_FieldPathValue

type ActivationRequestActivate_FieldPathValue interface {
	ActivationRequestActivate_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ActivationRequest_Activate)
	CompareWith(*ActivationRequest_Activate) (cmp int, comparable bool)
}

ActivationRequestActivate_FieldPathValue allows storing values for Activate fields according to their type

func MustParseActivationRequestActivate_FieldPathValue

func MustParseActivationRequestActivate_FieldPathValue(pathStr, valueStr string) ActivationRequestActivate_FieldPathValue

func ParseActivationRequestActivate_FieldPathValue

func ParseActivationRequestActivate_FieldPathValue(pathStr, valueStr string) (ActivationRequestActivate_FieldPathValue, error)

type ActivationRequestActivate_FieldSubPath

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

func (*ActivationRequestActivate_FieldSubPath) AsProbeSubPath

func (*ActivationRequestActivate_FieldSubPath) ClearValue

func (*ActivationRequestActivate_FieldSubPath) ClearValueRaw

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

func (*ActivationRequestActivate_FieldSubPath) Get

func (fps *ActivationRequestActivate_FieldSubPath) Get(source *ActivationRequest_Activate) (values []interface{})

Get returns all values pointed by selected field from source ActivationRequest_Activate

func (*ActivationRequestActivate_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ActivationRequestActivate_FieldSubPath) GetRaw

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

func (*ActivationRequestActivate_FieldSubPath) GetSingle

func (fps *ActivationRequestActivate_FieldSubPath) GetSingle(source *ActivationRequest_Activate) (interface{}, bool)

GetSingle returns value of selected field from source ActivationRequest_Activate

func (*ActivationRequestActivate_FieldSubPath) GetSingleRaw

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

func (*ActivationRequestActivate_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ActivationRequestActivate_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*ActivationRequestActivate_FieldSubPath) Selector

func (*ActivationRequestActivate_FieldSubPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*ActivationRequestActivate_FieldSubPath) String

String returns path representation in proto convention

func (*ActivationRequestActivate_FieldSubPath) WithIArrayItemValue

func (*ActivationRequestActivate_FieldSubPath) WithIArrayOfValues

func (*ActivationRequestActivate_FieldSubPath) WithIValue

func (*ActivationRequestActivate_FieldSubPath) WithRawIArrayItemValue

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

func (*ActivationRequestActivate_FieldSubPath) WithRawIArrayOfValues

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

func (*ActivationRequestActivate_FieldSubPath) WithRawIValue

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

type ActivationRequestActivate_FieldSubPathArrayItemValue

type ActivationRequestActivate_FieldSubPathArrayItemValue struct {
	ActivationRequestActivate_FieldPath
	// contains filtered or unexported fields
}

func (*ActivationRequestActivate_FieldSubPathArrayItemValue) AsProbePathItemValue

func (*ActivationRequestActivate_FieldSubPathArrayItemValue) ContainsValue

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

func (*ActivationRequestActivate_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type ActivationRequestActivate_FieldSubPathArrayOfValues

type ActivationRequestActivate_FieldSubPathArrayOfValues struct {
	ActivationRequestActivate_FieldPath
	// contains filtered or unexported fields
}

func (*ActivationRequestActivate_FieldSubPathArrayOfValues) AsProbePathArrayOfValues

func (*ActivationRequestActivate_FieldSubPathArrayOfValues) GetRawValues

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

type ActivationRequestActivate_FieldSubPathValue

type ActivationRequestActivate_FieldSubPathValue struct {
	ActivationRequestActivate_FieldPath
	// contains filtered or unexported fields
}

func (*ActivationRequestActivate_FieldSubPathValue) AsProbePathValue

func (*ActivationRequestActivate_FieldSubPathValue) CompareWith

func (*ActivationRequestActivate_FieldSubPathValue) CompareWithRaw

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

func (*ActivationRequestActivate_FieldSubPathValue) GetRawValue

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

func (*ActivationRequestActivate_FieldSubPathValue) SetTo

func (*ActivationRequestActivate_FieldSubPathValue) SetToRaw

type ActivationRequestActivate_FieldTerminalPath

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

func (*ActivationRequestActivate_FieldTerminalPath) ClearValue

func (*ActivationRequestActivate_FieldTerminalPath) ClearValueRaw

func (*ActivationRequestActivate_FieldTerminalPath) Get

func (fp *ActivationRequestActivate_FieldTerminalPath) Get(source *ActivationRequest_Activate) (values []interface{})

Get returns all values pointed by specific field from source ActivationRequest_Activate

func (*ActivationRequestActivate_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ActivationRequestActivate_FieldTerminalPath) GetRaw

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

func (*ActivationRequestActivate_FieldTerminalPath) GetSingle

func (fp *ActivationRequestActivate_FieldTerminalPath) GetSingle(source *ActivationRequest_Activate) (interface{}, bool)

GetSingle returns value pointed by specific field of from source ActivationRequest_Activate

func (*ActivationRequestActivate_FieldTerminalPath) GetSingleRaw

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

func (*ActivationRequestActivate_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ActivationRequestActivate_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ActivationRequestActivate_FieldTerminalPath) Selector

func (*ActivationRequestActivate_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*ActivationRequestActivate_FieldTerminalPath) String

String returns path representation in proto convention

func (*ActivationRequestActivate_FieldTerminalPath) WithIArrayItemValue

func (*ActivationRequestActivate_FieldTerminalPath) WithIArrayOfValues

func (*ActivationRequestActivate_FieldTerminalPath) WithIValue

func (*ActivationRequestActivate_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ActivationRequestActivate_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ActivationRequestActivate_FieldTerminalPath) WithRawIValue

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

type ActivationRequestActivate_FieldTerminalPathArrayItemValue

type ActivationRequestActivate_FieldTerminalPathArrayItemValue struct {
	ActivationRequestActivate_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ActivationRequestActivate_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ActivationRequestActivate_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ActivationRequestActivate_FieldTerminalPathArrayItemValue) GetSingle

func (*ActivationRequestActivate_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ActivationRequestActivate_FieldTerminalPathArrayOfValues

type ActivationRequestActivate_FieldTerminalPathArrayOfValues struct {
	ActivationRequestActivate_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ActivationRequestActivate_FieldTerminalPathArrayOfValues) AsClientCookieArrayOfValues

func (fpaov *ActivationRequestActivate_FieldTerminalPathArrayOfValues) AsClientCookieArrayOfValues() ([]string, bool)

func (*ActivationRequestActivate_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues

func (fpaov *ActivationRequestActivate_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]map[string]string, bool)

func (*ActivationRequestActivate_FieldTerminalPathArrayOfValues) AsProbeArrayOfValues

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

func (*ActivationRequestActivate_FieldTerminalPathArrayOfValues) AsPublicKeyDataArrayOfValues added in v0.12.5

func (fpaov *ActivationRequestActivate_FieldTerminalPathArrayOfValues) AsPublicKeyDataArrayOfValues() ([]string, bool)

func (*ActivationRequestActivate_FieldTerminalPathArrayOfValues) AsTokenArrayOfValues

func (fpaov *ActivationRequestActivate_FieldTerminalPathArrayOfValues) AsTokenArrayOfValues() ([]string, bool)

func (*ActivationRequestActivate_FieldTerminalPathArrayOfValues) GetRawValues

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

type ActivationRequestActivate_FieldTerminalPathValue

type ActivationRequestActivate_FieldTerminalPathValue struct {
	ActivationRequestActivate_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ActivationRequestActivate_FieldTerminalPathValue) AsClientCookieValue

func (fpv *ActivationRequestActivate_FieldTerminalPathValue) AsClientCookieValue() (string, bool)

func (*ActivationRequestActivate_FieldTerminalPathValue) AsMetadataValue

func (*ActivationRequestActivate_FieldTerminalPathValue) AsProbeValue

func (*ActivationRequestActivate_FieldTerminalPathValue) AsPublicKeyDataValue added in v0.12.5

func (fpv *ActivationRequestActivate_FieldTerminalPathValue) AsPublicKeyDataValue() (string, bool)

func (*ActivationRequestActivate_FieldTerminalPathValue) AsTokenValue

func (*ActivationRequestActivate_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ActivationRequestActivate_FieldTerminalPathValue' with the value under path in 'ActivationRequest_Activate'.

func (*ActivationRequestActivate_FieldTerminalPathValue) CompareWithRaw

func (*ActivationRequestActivate_FieldTerminalPathValue) GetRawValue

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

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

func (*ActivationRequestActivate_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object Activate

func (*ActivationRequestActivate_FieldTerminalPathValue) SetToRaw

type ActivationRequestConfirmActivationFieldPathBuilder

type ActivationRequestConfirmActivationFieldPathBuilder struct{}

func NewActivationRequestConfirmActivationFieldPathBuilder

func NewActivationRequestConfirmActivationFieldPathBuilder() ActivationRequestConfirmActivationFieldPathBuilder

func (ActivationRequestConfirmActivationFieldPathBuilder) ClientCookie

type ActivationRequestConfirmActivation_FieldPath

type ActivationRequestConfirmActivation_FieldPath interface {
	gotenobject.FieldPath
	Selector() ActivationRequestConfirmActivation_FieldPathSelector
	Get(source *ActivationRequest_ConfirmActivation) []interface{}
	GetSingle(source *ActivationRequest_ConfirmActivation) (interface{}, bool)
	ClearValue(item *ActivationRequest_ConfirmActivation)

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

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

func MustParseActivationRequestConfirmActivation_FieldPath

func MustParseActivationRequestConfirmActivation_FieldPath(rawField string) ActivationRequestConfirmActivation_FieldPath

func ParseActivationRequestConfirmActivation_FieldPath

func ParseActivationRequestConfirmActivation_FieldPath(rawField string) (ActivationRequestConfirmActivation_FieldPath, error)

type ActivationRequestConfirmActivation_FieldPathArrayItemValue

type ActivationRequestConfirmActivation_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ActivationRequestConfirmActivation_FieldPath
	ContainsValue(*ActivationRequest_ConfirmActivation) bool
}

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

func MustParseActivationRequestConfirmActivation_FieldPathArrayItemValue

func MustParseActivationRequestConfirmActivation_FieldPathArrayItemValue(pathStr, valueStr string) ActivationRequestConfirmActivation_FieldPathArrayItemValue

func ParseActivationRequestConfirmActivation_FieldPathArrayItemValue

func ParseActivationRequestConfirmActivation_FieldPathArrayItemValue(pathStr, valueStr string) (ActivationRequestConfirmActivation_FieldPathArrayItemValue, error)

ParseActivationRequestConfirmActivation_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ActivationRequestConfirmActivation_FieldPathArrayOfValues

type ActivationRequestConfirmActivation_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ActivationRequestConfirmActivation_FieldPath
}

ActivationRequestConfirmActivation_FieldPathArrayOfValues allows storing slice of values for ConfirmActivation fields according to their type

func MustParseActivationRequestConfirmActivation_FieldPathArrayOfValues

func MustParseActivationRequestConfirmActivation_FieldPathArrayOfValues(pathStr, valuesStr string) ActivationRequestConfirmActivation_FieldPathArrayOfValues

func ParseActivationRequestConfirmActivation_FieldPathArrayOfValues

func ParseActivationRequestConfirmActivation_FieldPathArrayOfValues(pathStr, valuesStr string) (ActivationRequestConfirmActivation_FieldPathArrayOfValues, error)

type ActivationRequestConfirmActivation_FieldPathSelector

type ActivationRequestConfirmActivation_FieldPathSelector int32
const (
	ActivationRequestConfirmActivation_FieldPathSelectorClientCookie ActivationRequestConfirmActivation_FieldPathSelector = 0
)

func (ActivationRequestConfirmActivation_FieldPathSelector) String

type ActivationRequestConfirmActivation_FieldPathValue

type ActivationRequestConfirmActivation_FieldPathValue interface {
	ActivationRequestConfirmActivation_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ActivationRequest_ConfirmActivation)
	CompareWith(*ActivationRequest_ConfirmActivation) (cmp int, comparable bool)
}

ActivationRequestConfirmActivation_FieldPathValue allows storing values for ConfirmActivation fields according to their type

func MustParseActivationRequestConfirmActivation_FieldPathValue

func MustParseActivationRequestConfirmActivation_FieldPathValue(pathStr, valueStr string) ActivationRequestConfirmActivation_FieldPathValue

func ParseActivationRequestConfirmActivation_FieldPathValue

func ParseActivationRequestConfirmActivation_FieldPathValue(pathStr, valueStr string) (ActivationRequestConfirmActivation_FieldPathValue, error)

type ActivationRequestConfirmActivation_FieldTerminalPath

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

func (*ActivationRequestConfirmActivation_FieldTerminalPath) ClearValue

func (*ActivationRequestConfirmActivation_FieldTerminalPath) ClearValueRaw

func (*ActivationRequestConfirmActivation_FieldTerminalPath) Get

Get returns all values pointed by specific field from source ActivationRequest_ConfirmActivation

func (*ActivationRequestConfirmActivation_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ActivationRequestConfirmActivation_FieldTerminalPath) GetRaw

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

func (*ActivationRequestConfirmActivation_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source ActivationRequest_ConfirmActivation

func (*ActivationRequestConfirmActivation_FieldTerminalPath) GetSingleRaw

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

func (*ActivationRequestConfirmActivation_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ActivationRequestConfirmActivation_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ActivationRequestConfirmActivation_FieldTerminalPath) Selector

func (*ActivationRequestConfirmActivation_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (*ActivationRequestConfirmActivation_FieldTerminalPath) String

String returns path representation in proto convention

func (*ActivationRequestConfirmActivation_FieldTerminalPath) WithIArrayItemValue

func (*ActivationRequestConfirmActivation_FieldTerminalPath) WithIArrayOfValues

func (*ActivationRequestConfirmActivation_FieldTerminalPath) WithIValue

func (*ActivationRequestConfirmActivation_FieldTerminalPath) WithRawIArrayItemValue

func (*ActivationRequestConfirmActivation_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ActivationRequestConfirmActivation_FieldTerminalPath) WithRawIValue

type ActivationRequestConfirmActivation_FieldTerminalPathArrayItemValue

type ActivationRequestConfirmActivation_FieldTerminalPathArrayItemValue struct {
	ActivationRequestConfirmActivation_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ActivationRequestConfirmActivation_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ActivationRequestConfirmActivation_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ActivationRequestConfirmActivation_FieldTerminalPathArrayItemValue) GetSingle

func (*ActivationRequestConfirmActivation_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ActivationRequestConfirmActivation_FieldTerminalPathArrayOfValues

type ActivationRequestConfirmActivation_FieldTerminalPathArrayOfValues struct {
	ActivationRequestConfirmActivation_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ActivationRequestConfirmActivation_FieldTerminalPathArrayOfValues) AsClientCookieArrayOfValues

func (fpaov *ActivationRequestConfirmActivation_FieldTerminalPathArrayOfValues) AsClientCookieArrayOfValues() ([]string, bool)

func (*ActivationRequestConfirmActivation_FieldTerminalPathArrayOfValues) GetRawValues

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

type ActivationRequestConfirmActivation_FieldTerminalPathValue

type ActivationRequestConfirmActivation_FieldTerminalPathValue struct {
	ActivationRequestConfirmActivation_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ActivationRequestConfirmActivation_FieldTerminalPathValue) AsClientCookieValue

func (*ActivationRequestConfirmActivation_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ActivationRequestConfirmActivation_FieldTerminalPathValue' with the value under path in 'ActivationRequest_ConfirmActivation'.

func (*ActivationRequestConfirmActivation_FieldTerminalPathValue) CompareWithRaw

func (*ActivationRequestConfirmActivation_FieldTerminalPathValue) GetRawValue

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

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

func (*ActivationRequestConfirmActivation_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ConfirmActivation

func (*ActivationRequestConfirmActivation_FieldTerminalPathValue) SetToRaw

type ActivationRequestFieldPathBuilder

type ActivationRequestFieldPathBuilder struct{}

func NewActivationRequestFieldPathBuilder

func NewActivationRequestFieldPathBuilder() ActivationRequestFieldPathBuilder

func (ActivationRequestFieldPathBuilder) Activate

func (ActivationRequestFieldPathBuilder) ConfirmActivation

type ActivationRequestMapPathSelectorActivateMetadata

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

func (ActivationRequestMapPathSelectorActivateMetadata) FieldPath

func (ActivationRequestMapPathSelectorActivateMetadata) WithArrayOfValues

func (ActivationRequestMapPathSelectorActivateMetadata) WithValue

type ActivationRequestMapPathSelectorActivateProbeMetadataAnnotations

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

func (ActivationRequestMapPathSelectorActivateProbeMetadataAnnotations) FieldPath

func (ActivationRequestMapPathSelectorActivateProbeMetadataAnnotations) WithArrayOfValues

func (ActivationRequestMapPathSelectorActivateProbeMetadataAnnotations) WithValue

type ActivationRequestMapPathSelectorActivateProbeMetadataLabels

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

func (ActivationRequestMapPathSelectorActivateProbeMetadataLabels) FieldPath

func (ActivationRequestMapPathSelectorActivateProbeMetadataLabels) WithArrayOfValues

func (ActivationRequestMapPathSelectorActivateProbeMetadataLabels) WithValue

type ActivationRequestMapPathSelectorActivateProbeMetadataShards

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

func (ActivationRequestMapPathSelectorActivateProbeMetadataShards) FieldPath

func (ActivationRequestMapPathSelectorActivateProbeMetadataShards) WithArrayOfValues

func (ActivationRequestMapPathSelectorActivateProbeMetadataShards) WithValue

type ActivationRequestMapPathSelectorActivateProbeSpecActivationInvitationExtras added in v0.4.49

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

func (ActivationRequestMapPathSelectorActivateProbeSpecActivationInvitationExtras) FieldPath added in v0.4.49

func (ActivationRequestMapPathSelectorActivateProbeSpecActivationInvitationExtras) WithArrayOfValues added in v0.4.49

func (ActivationRequestMapPathSelectorActivateProbeSpecActivationInvitationExtras) WithValue added in v0.4.49

type ActivationRequestMapPathSelectorActivateProbeStatusNetworkInterfaces

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

func (ActivationRequestMapPathSelectorActivateProbeStatusNetworkInterfaces) FieldPath

func (ActivationRequestMapPathSelectorActivateProbeStatusNetworkInterfaces) WithArrayOfValues

func (ActivationRequestMapPathSelectorActivateProbeStatusNetworkInterfaces) WithValue

type ActivationRequestPathSelectorActivate

type ActivationRequestPathSelectorActivate struct{}

func (ActivationRequestPathSelectorActivate) ClientCookie

func (ActivationRequestPathSelectorActivate) FieldPath

func (ActivationRequestPathSelectorActivate) Metadata

func (ActivationRequestPathSelectorActivate) Probe

func (ActivationRequestPathSelectorActivate) PublicKeyData added in v0.12.5

func (ActivationRequestPathSelectorActivate) Token

func (ActivationRequestPathSelectorActivate) WithArrayOfValues

func (ActivationRequestPathSelectorActivate) WithSubArrayItemValue

func (ActivationRequestPathSelectorActivate) WithSubArrayOfValues

func (ActivationRequestPathSelectorActivate) WithSubPath

func (ActivationRequestPathSelectorActivate) WithSubValue

func (ActivationRequestPathSelectorActivate) WithValue

type ActivationRequestPathSelectorActivateClientCookie

type ActivationRequestPathSelectorActivateClientCookie struct{}

func (ActivationRequestPathSelectorActivateClientCookie) FieldPath

func (ActivationRequestPathSelectorActivateClientCookie) WithArrayOfValues

func (ActivationRequestPathSelectorActivateClientCookie) WithValue

type ActivationRequestPathSelectorActivateMetadata

type ActivationRequestPathSelectorActivateMetadata struct{}

func (ActivationRequestPathSelectorActivateMetadata) FieldPath

func (ActivationRequestPathSelectorActivateMetadata) WithArrayOfValues

func (ActivationRequestPathSelectorActivateMetadata) WithKey

func (ActivationRequestPathSelectorActivateMetadata) WithValue

type ActivationRequestPathSelectorActivateProbe

type ActivationRequestPathSelectorActivateProbe struct{}

func (ActivationRequestPathSelectorActivateProbe) DisplayName

func (ActivationRequestPathSelectorActivateProbe) FieldPath

func (ActivationRequestPathSelectorActivateProbe) LowerDisplayName

func (ActivationRequestPathSelectorActivateProbe) Memo

func (ActivationRequestPathSelectorActivateProbe) Metadata

func (ActivationRequestPathSelectorActivateProbe) Name

func (ActivationRequestPathSelectorActivateProbe) Spec

func (ActivationRequestPathSelectorActivateProbe) Status

func (ActivationRequestPathSelectorActivateProbe) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbe) WithValue

type ActivationRequestPathSelectorActivateProbeDisplayName

type ActivationRequestPathSelectorActivateProbeDisplayName struct{}

func (ActivationRequestPathSelectorActivateProbeDisplayName) FieldPath

func (ActivationRequestPathSelectorActivateProbeDisplayName) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeDisplayName) WithValue

type ActivationRequestPathSelectorActivateProbeLowerDisplayName

type ActivationRequestPathSelectorActivateProbeLowerDisplayName struct{}

func (ActivationRequestPathSelectorActivateProbeLowerDisplayName) FieldPath

func (ActivationRequestPathSelectorActivateProbeLowerDisplayName) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeLowerDisplayName) WithValue

type ActivationRequestPathSelectorActivateProbeMemo

type ActivationRequestPathSelectorActivateProbeMemo struct{}

func (ActivationRequestPathSelectorActivateProbeMemo) CreateTime

func (ActivationRequestPathSelectorActivateProbeMemo) CreatedBy

func (ActivationRequestPathSelectorActivateProbeMemo) FieldPath

func (ActivationRequestPathSelectorActivateProbeMemo) Message

func (ActivationRequestPathSelectorActivateProbeMemo) UpdateTime

func (ActivationRequestPathSelectorActivateProbeMemo) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeMemo) WithItemValue

func (ActivationRequestPathSelectorActivateProbeMemo) WithValue

type ActivationRequestPathSelectorActivateProbeMemoCreateTime

type ActivationRequestPathSelectorActivateProbeMemoCreateTime struct{}

func (ActivationRequestPathSelectorActivateProbeMemoCreateTime) FieldPath

func (ActivationRequestPathSelectorActivateProbeMemoCreateTime) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeMemoCreateTime) WithValue

type ActivationRequestPathSelectorActivateProbeMemoCreatedBy

type ActivationRequestPathSelectorActivateProbeMemoCreatedBy struct{}

func (ActivationRequestPathSelectorActivateProbeMemoCreatedBy) FieldPath

func (ActivationRequestPathSelectorActivateProbeMemoCreatedBy) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeMemoCreatedBy) WithValue

type ActivationRequestPathSelectorActivateProbeMemoMessage

type ActivationRequestPathSelectorActivateProbeMemoMessage struct{}

func (ActivationRequestPathSelectorActivateProbeMemoMessage) FieldPath

func (ActivationRequestPathSelectorActivateProbeMemoMessage) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeMemoMessage) WithValue

type ActivationRequestPathSelectorActivateProbeMemoUpdateTime

type ActivationRequestPathSelectorActivateProbeMemoUpdateTime struct{}

func (ActivationRequestPathSelectorActivateProbeMemoUpdateTime) FieldPath

func (ActivationRequestPathSelectorActivateProbeMemoUpdateTime) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeMemoUpdateTime) WithValue

type ActivationRequestPathSelectorActivateProbeMetadata

type ActivationRequestPathSelectorActivateProbeMetadata struct{}

func (ActivationRequestPathSelectorActivateProbeMetadata) Annotations

func (ActivationRequestPathSelectorActivateProbeMetadata) CreateTime

func (ActivationRequestPathSelectorActivateProbeMetadata) DeleteTime added in v0.7.1

func (ActivationRequestPathSelectorActivateProbeMetadata) FieldPath

func (ActivationRequestPathSelectorActivateProbeMetadata) Generation

func (ActivationRequestPathSelectorActivateProbeMetadata) Labels

func (ActivationRequestPathSelectorActivateProbeMetadata) Lifecycle added in v0.7.1

func (ActivationRequestPathSelectorActivateProbeMetadata) OwnerReferences

func (ActivationRequestPathSelectorActivateProbeMetadata) ResourceVersion

func (ActivationRequestPathSelectorActivateProbeMetadata) Shards

func (ActivationRequestPathSelectorActivateProbeMetadata) Syncing

func (ActivationRequestPathSelectorActivateProbeMetadata) Tags

func (ActivationRequestPathSelectorActivateProbeMetadata) UpdateTime

func (ActivationRequestPathSelectorActivateProbeMetadata) Uuid

func (ActivationRequestPathSelectorActivateProbeMetadata) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeMetadata) WithValue

type ActivationRequestPathSelectorActivateProbeMetadataAnnotations

type ActivationRequestPathSelectorActivateProbeMetadataAnnotations struct{}

func (ActivationRequestPathSelectorActivateProbeMetadataAnnotations) FieldPath

func (ActivationRequestPathSelectorActivateProbeMetadataAnnotations) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeMetadataAnnotations) WithKey

func (ActivationRequestPathSelectorActivateProbeMetadataAnnotations) WithValue

type ActivationRequestPathSelectorActivateProbeMetadataCreateTime

type ActivationRequestPathSelectorActivateProbeMetadataCreateTime struct{}

func (ActivationRequestPathSelectorActivateProbeMetadataCreateTime) FieldPath

func (ActivationRequestPathSelectorActivateProbeMetadataCreateTime) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeMetadataCreateTime) WithValue

type ActivationRequestPathSelectorActivateProbeMetadataDeleteTime added in v0.7.1

type ActivationRequestPathSelectorActivateProbeMetadataDeleteTime struct{}

func (ActivationRequestPathSelectorActivateProbeMetadataDeleteTime) FieldPath added in v0.7.1

func (ActivationRequestPathSelectorActivateProbeMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (ActivationRequestPathSelectorActivateProbeMetadataDeleteTime) WithValue added in v0.7.1

type ActivationRequestPathSelectorActivateProbeMetadataGeneration

type ActivationRequestPathSelectorActivateProbeMetadataGeneration struct{}

func (ActivationRequestPathSelectorActivateProbeMetadataGeneration) FieldPath

func (ActivationRequestPathSelectorActivateProbeMetadataGeneration) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeMetadataGeneration) WithValue

type ActivationRequestPathSelectorActivateProbeMetadataLabels

type ActivationRequestPathSelectorActivateProbeMetadataLabels struct{}

func (ActivationRequestPathSelectorActivateProbeMetadataLabels) FieldPath

func (ActivationRequestPathSelectorActivateProbeMetadataLabels) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeMetadataLabels) WithKey

func (ActivationRequestPathSelectorActivateProbeMetadataLabels) WithValue

type ActivationRequestPathSelectorActivateProbeMetadataLifecycle added in v0.7.1

type ActivationRequestPathSelectorActivateProbeMetadataLifecycle struct{}

func (ActivationRequestPathSelectorActivateProbeMetadataLifecycle) BlockDeletion added in v0.7.1

func (ActivationRequestPathSelectorActivateProbeMetadataLifecycle) FieldPath added in v0.7.1

func (ActivationRequestPathSelectorActivateProbeMetadataLifecycle) State added in v0.7.1

func (ActivationRequestPathSelectorActivateProbeMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (ActivationRequestPathSelectorActivateProbeMetadataLifecycle) WithValue added in v0.7.1

type ActivationRequestPathSelectorActivateProbeMetadataLifecycleBlockDeletion added in v0.7.1

type ActivationRequestPathSelectorActivateProbeMetadataLifecycleBlockDeletion struct{}

func (ActivationRequestPathSelectorActivateProbeMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (ActivationRequestPathSelectorActivateProbeMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (ActivationRequestPathSelectorActivateProbeMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type ActivationRequestPathSelectorActivateProbeMetadataLifecycleState added in v0.7.1

type ActivationRequestPathSelectorActivateProbeMetadataLifecycleState struct{}

func (ActivationRequestPathSelectorActivateProbeMetadataLifecycleState) FieldPath added in v0.7.1

func (ActivationRequestPathSelectorActivateProbeMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (ActivationRequestPathSelectorActivateProbeMetadataLifecycleState) WithValue added in v0.7.1

type ActivationRequestPathSelectorActivateProbeMetadataOwnerReferences

type ActivationRequestPathSelectorActivateProbeMetadataOwnerReferences struct{}

func (ActivationRequestPathSelectorActivateProbeMetadataOwnerReferences) FieldPath

func (ActivationRequestPathSelectorActivateProbeMetadataOwnerReferences) Region added in v0.7.1

func (ActivationRequestPathSelectorActivateProbeMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (ActivationRequestPathSelectorActivateProbeMetadataOwnerReferences) Version added in v0.7.1

func (ActivationRequestPathSelectorActivateProbeMetadataOwnerReferences) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeMetadataOwnerReferences) WithItemValue

func (ActivationRequestPathSelectorActivateProbeMetadataOwnerReferences) WithValue

type ActivationRequestPathSelectorActivateProbeMetadataOwnerReferencesBlockOwnerDeletion

type ActivationRequestPathSelectorActivateProbeMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (ActivationRequestPathSelectorActivateProbeMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (ActivationRequestPathSelectorActivateProbeMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type ActivationRequestPathSelectorActivateProbeMetadataOwnerReferencesController

type ActivationRequestPathSelectorActivateProbeMetadataOwnerReferencesController struct{}

func (ActivationRequestPathSelectorActivateProbeMetadataOwnerReferencesController) FieldPath

func (ActivationRequestPathSelectorActivateProbeMetadataOwnerReferencesController) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeMetadataOwnerReferencesController) WithValue

type ActivationRequestPathSelectorActivateProbeMetadataOwnerReferencesKind

type ActivationRequestPathSelectorActivateProbeMetadataOwnerReferencesKind struct{}

func (ActivationRequestPathSelectorActivateProbeMetadataOwnerReferencesKind) FieldPath

func (ActivationRequestPathSelectorActivateProbeMetadataOwnerReferencesKind) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeMetadataOwnerReferencesKind) WithValue

type ActivationRequestPathSelectorActivateProbeMetadataOwnerReferencesName

type ActivationRequestPathSelectorActivateProbeMetadataOwnerReferencesName struct{}

func (ActivationRequestPathSelectorActivateProbeMetadataOwnerReferencesName) FieldPath

func (ActivationRequestPathSelectorActivateProbeMetadataOwnerReferencesName) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeMetadataOwnerReferencesName) WithValue

type ActivationRequestPathSelectorActivateProbeMetadataOwnerReferencesRegion added in v0.7.1

type ActivationRequestPathSelectorActivateProbeMetadataOwnerReferencesRegion struct{}

func (ActivationRequestPathSelectorActivateProbeMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (ActivationRequestPathSelectorActivateProbeMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (ActivationRequestPathSelectorActivateProbeMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type ActivationRequestPathSelectorActivateProbeMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type ActivationRequestPathSelectorActivateProbeMetadataOwnerReferencesRequiresOwnerReference struct{}

func (ActivationRequestPathSelectorActivateProbeMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (ActivationRequestPathSelectorActivateProbeMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (ActivationRequestPathSelectorActivateProbeMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type ActivationRequestPathSelectorActivateProbeMetadataOwnerReferencesVersion added in v0.7.1

type ActivationRequestPathSelectorActivateProbeMetadataOwnerReferencesVersion struct{}

func (ActivationRequestPathSelectorActivateProbeMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (ActivationRequestPathSelectorActivateProbeMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (ActivationRequestPathSelectorActivateProbeMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type ActivationRequestPathSelectorActivateProbeMetadataResourceVersion

type ActivationRequestPathSelectorActivateProbeMetadataResourceVersion struct{}

func (ActivationRequestPathSelectorActivateProbeMetadataResourceVersion) FieldPath

func (ActivationRequestPathSelectorActivateProbeMetadataResourceVersion) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeMetadataResourceVersion) WithValue

type ActivationRequestPathSelectorActivateProbeMetadataShards

type ActivationRequestPathSelectorActivateProbeMetadataShards struct{}

func (ActivationRequestPathSelectorActivateProbeMetadataShards) FieldPath

func (ActivationRequestPathSelectorActivateProbeMetadataShards) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeMetadataShards) WithKey

func (ActivationRequestPathSelectorActivateProbeMetadataShards) WithValue

type ActivationRequestPathSelectorActivateProbeMetadataSyncing

type ActivationRequestPathSelectorActivateProbeMetadataSyncing struct{}

func (ActivationRequestPathSelectorActivateProbeMetadataSyncing) FieldPath

func (ActivationRequestPathSelectorActivateProbeMetadataSyncing) Regions

func (ActivationRequestPathSelectorActivateProbeMetadataSyncing) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeMetadataSyncing) WithValue

type ActivationRequestPathSelectorActivateProbeMetadataSyncingOwningRegion

type ActivationRequestPathSelectorActivateProbeMetadataSyncingOwningRegion struct{}

func (ActivationRequestPathSelectorActivateProbeMetadataSyncingOwningRegion) FieldPath

func (ActivationRequestPathSelectorActivateProbeMetadataSyncingOwningRegion) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeMetadataSyncingOwningRegion) WithValue

type ActivationRequestPathSelectorActivateProbeMetadataSyncingRegions

type ActivationRequestPathSelectorActivateProbeMetadataSyncingRegions struct{}

func (ActivationRequestPathSelectorActivateProbeMetadataSyncingRegions) FieldPath

func (ActivationRequestPathSelectorActivateProbeMetadataSyncingRegions) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeMetadataSyncingRegions) WithItemValue

func (ActivationRequestPathSelectorActivateProbeMetadataSyncingRegions) WithValue

type ActivationRequestPathSelectorActivateProbeMetadataTags

type ActivationRequestPathSelectorActivateProbeMetadataTags struct{}

func (ActivationRequestPathSelectorActivateProbeMetadataTags) FieldPath

func (ActivationRequestPathSelectorActivateProbeMetadataTags) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeMetadataTags) WithItemValue

func (ActivationRequestPathSelectorActivateProbeMetadataTags) WithValue

type ActivationRequestPathSelectorActivateProbeMetadataUpdateTime

type ActivationRequestPathSelectorActivateProbeMetadataUpdateTime struct{}

func (ActivationRequestPathSelectorActivateProbeMetadataUpdateTime) FieldPath

func (ActivationRequestPathSelectorActivateProbeMetadataUpdateTime) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeMetadataUpdateTime) WithValue

type ActivationRequestPathSelectorActivateProbeMetadataUuid

type ActivationRequestPathSelectorActivateProbeMetadataUuid struct{}

func (ActivationRequestPathSelectorActivateProbeMetadataUuid) FieldPath

func (ActivationRequestPathSelectorActivateProbeMetadataUuid) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeMetadataUuid) WithValue

type ActivationRequestPathSelectorActivateProbeName

type ActivationRequestPathSelectorActivateProbeName struct{}

func (ActivationRequestPathSelectorActivateProbeName) FieldPath

func (ActivationRequestPathSelectorActivateProbeName) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeName) WithValue

type ActivationRequestPathSelectorActivateProbeSpec

type ActivationRequestPathSelectorActivateProbeSpec struct{}

func (ActivationRequestPathSelectorActivateProbeSpec) AccessToken

func (ActivationRequestPathSelectorActivateProbeSpec) Activation

func (ActivationRequestPathSelectorActivateProbeSpec) AgentType

func (ActivationRequestPathSelectorActivateProbeSpec) ContactInfo

func (ActivationRequestPathSelectorActivateProbeSpec) Device

func (ActivationRequestPathSelectorActivateProbeSpec) DisableSpeedtest

func (ActivationRequestPathSelectorActivateProbeSpec) Enabled

func (ActivationRequestPathSelectorActivateProbeSpec) ExternalIpCheckUrl

func (ActivationRequestPathSelectorActivateProbeSpec) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpec) LocationDiscovery

func (ActivationRequestPathSelectorActivateProbeSpec) PcapSettings added in v0.8.0

func (ActivationRequestPathSelectorActivateProbeSpec) PrimaryLocation

func (ActivationRequestPathSelectorActivateProbeSpec) ProbeGroup

func (ActivationRequestPathSelectorActivateProbeSpec) ProbeGroupName added in v0.10.6

func (ActivationRequestPathSelectorActivateProbeSpec) TargetServers

func (ActivationRequestPathSelectorActivateProbeSpec) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpec) WithValue

type ActivationRequestPathSelectorActivateProbeSpecAccessToken

type ActivationRequestPathSelectorActivateProbeSpecAccessToken struct{}

func (ActivationRequestPathSelectorActivateProbeSpecAccessToken) Enable

func (ActivationRequestPathSelectorActivateProbeSpecAccessToken) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecAccessToken) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecAccessToken) WithValue

type ActivationRequestPathSelectorActivateProbeSpecAccessTokenAccessToken

type ActivationRequestPathSelectorActivateProbeSpecAccessTokenAccessToken struct{}

func (ActivationRequestPathSelectorActivateProbeSpecAccessTokenAccessToken) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecAccessTokenAccessToken) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecAccessTokenAccessToken) WithValue

type ActivationRequestPathSelectorActivateProbeSpecAccessTokenEnable

type ActivationRequestPathSelectorActivateProbeSpecAccessTokenEnable struct{}

func (ActivationRequestPathSelectorActivateProbeSpecAccessTokenEnable) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecAccessTokenEnable) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecAccessTokenEnable) WithValue

type ActivationRequestPathSelectorActivateProbeSpecActivation

type ActivationRequestPathSelectorActivateProbeSpecActivation struct{}

func (ActivationRequestPathSelectorActivateProbeSpecActivation) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecActivation) InvitationExtras added in v0.4.49

func (ActivationRequestPathSelectorActivateProbeSpecActivation) Token

func (ActivationRequestPathSelectorActivateProbeSpecActivation) Type

func (ActivationRequestPathSelectorActivateProbeSpecActivation) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecActivation) WithValue

type ActivationRequestPathSelectorActivateProbeSpecActivationInvitationExtras added in v0.4.49

type ActivationRequestPathSelectorActivateProbeSpecActivationInvitationExtras struct{}

func (ActivationRequestPathSelectorActivateProbeSpecActivationInvitationExtras) FieldPath added in v0.4.49

func (ActivationRequestPathSelectorActivateProbeSpecActivationInvitationExtras) WithArrayOfValues added in v0.4.49

func (ActivationRequestPathSelectorActivateProbeSpecActivationInvitationExtras) WithKey added in v0.4.49

func (ActivationRequestPathSelectorActivateProbeSpecActivationInvitationExtras) WithValue added in v0.4.49

type ActivationRequestPathSelectorActivateProbeSpecActivationReusableToken

type ActivationRequestPathSelectorActivateProbeSpecActivationReusableToken struct{}

func (ActivationRequestPathSelectorActivateProbeSpecActivationReusableToken) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecActivationReusableToken) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecActivationReusableToken) WithValue

type ActivationRequestPathSelectorActivateProbeSpecActivationSendInvitationOnCreate

type ActivationRequestPathSelectorActivateProbeSpecActivationSendInvitationOnCreate struct{}

func (ActivationRequestPathSelectorActivateProbeSpecActivationSendInvitationOnCreate) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecActivationSendInvitationOnCreate) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecActivationSendInvitationOnCreate) WithValue

type ActivationRequestPathSelectorActivateProbeSpecActivationToken

type ActivationRequestPathSelectorActivateProbeSpecActivationToken struct{}

func (ActivationRequestPathSelectorActivateProbeSpecActivationToken) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecActivationToken) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecActivationToken) WithValue

type ActivationRequestPathSelectorActivateProbeSpecActivationType

type ActivationRequestPathSelectorActivateProbeSpecActivationType struct{}

func (ActivationRequestPathSelectorActivateProbeSpecActivationType) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecActivationType) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecActivationType) WithValue

type ActivationRequestPathSelectorActivateProbeSpecAgentType

type ActivationRequestPathSelectorActivateProbeSpecAgentType struct{}

func (ActivationRequestPathSelectorActivateProbeSpecAgentType) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecAgentType) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecAgentType) WithValue

type ActivationRequestPathSelectorActivateProbeSpecContactInfo

type ActivationRequestPathSelectorActivateProbeSpecContactInfo struct{}

func (ActivationRequestPathSelectorActivateProbeSpecContactInfo) Email

func (ActivationRequestPathSelectorActivateProbeSpecContactInfo) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecContactInfo) FullName

func (ActivationRequestPathSelectorActivateProbeSpecContactInfo) Phones

func (ActivationRequestPathSelectorActivateProbeSpecContactInfo) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecContactInfo) WithValue

type ActivationRequestPathSelectorActivateProbeSpecContactInfoEmail

type ActivationRequestPathSelectorActivateProbeSpecContactInfoEmail struct{}

func (ActivationRequestPathSelectorActivateProbeSpecContactInfoEmail) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecContactInfoEmail) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecContactInfoEmail) WithValue

type ActivationRequestPathSelectorActivateProbeSpecContactInfoFullName

type ActivationRequestPathSelectorActivateProbeSpecContactInfoFullName struct{}

func (ActivationRequestPathSelectorActivateProbeSpecContactInfoFullName) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecContactInfoFullName) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecContactInfoFullName) WithValue

type ActivationRequestPathSelectorActivateProbeSpecContactInfoPhones

type ActivationRequestPathSelectorActivateProbeSpecContactInfoPhones struct{}

func (ActivationRequestPathSelectorActivateProbeSpecContactInfoPhones) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecContactInfoPhones) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecContactInfoPhones) WithItemValue

func (ActivationRequestPathSelectorActivateProbeSpecContactInfoPhones) WithValue

type ActivationRequestPathSelectorActivateProbeSpecContactInfoPhonesNumber

type ActivationRequestPathSelectorActivateProbeSpecContactInfoPhonesNumber struct{}

func (ActivationRequestPathSelectorActivateProbeSpecContactInfoPhonesNumber) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecContactInfoPhonesNumber) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecContactInfoPhonesNumber) WithValue

type ActivationRequestPathSelectorActivateProbeSpecContactInfoPhonesType

type ActivationRequestPathSelectorActivateProbeSpecContactInfoPhonesType struct{}

func (ActivationRequestPathSelectorActivateProbeSpecContactInfoPhonesType) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecContactInfoPhonesType) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecContactInfoPhonesType) WithValue

type ActivationRequestPathSelectorActivateProbeSpecDevice

type ActivationRequestPathSelectorActivateProbeSpecDevice struct{}

func (ActivationRequestPathSelectorActivateProbeSpecDevice) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecDevice) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecDevice) WithValue

type ActivationRequestPathSelectorActivateProbeSpecDisableSpeedtest

type ActivationRequestPathSelectorActivateProbeSpecDisableSpeedtest struct{}

func (ActivationRequestPathSelectorActivateProbeSpecDisableSpeedtest) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecDisableSpeedtest) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecDisableSpeedtest) WithValue

type ActivationRequestPathSelectorActivateProbeSpecEnabled

type ActivationRequestPathSelectorActivateProbeSpecEnabled struct{}

func (ActivationRequestPathSelectorActivateProbeSpecEnabled) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecEnabled) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecEnabled) WithValue

type ActivationRequestPathSelectorActivateProbeSpecExternalIpCheckUrl

type ActivationRequestPathSelectorActivateProbeSpecExternalIpCheckUrl struct{}

func (ActivationRequestPathSelectorActivateProbeSpecExternalIpCheckUrl) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecExternalIpCheckUrl) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecExternalIpCheckUrl) WithItemValue

func (ActivationRequestPathSelectorActivateProbeSpecExternalIpCheckUrl) WithValue

type ActivationRequestPathSelectorActivateProbeSpecLocationDiscovery

type ActivationRequestPathSelectorActivateProbeSpecLocationDiscovery struct{}

func (ActivationRequestPathSelectorActivateProbeSpecLocationDiscovery) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecLocationDiscovery) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecLocationDiscovery) WithValue

type ActivationRequestPathSelectorActivateProbeSpecLocationDiscoveryRequiredAccuracy

type ActivationRequestPathSelectorActivateProbeSpecLocationDiscoveryRequiredAccuracy struct{}

func (ActivationRequestPathSelectorActivateProbeSpecLocationDiscoveryRequiredAccuracy) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecLocationDiscoveryRequiredAccuracy) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecLocationDiscoveryRequiredAccuracy) WithValue

type ActivationRequestPathSelectorActivateProbeSpecLocationDiscoveryType

type ActivationRequestPathSelectorActivateProbeSpecLocationDiscoveryType struct{}

func (ActivationRequestPathSelectorActivateProbeSpecLocationDiscoveryType) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecLocationDiscoveryType) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecLocationDiscoveryType) WithValue

type ActivationRequestPathSelectorActivateProbeSpecPcapSettings added in v0.8.0

type ActivationRequestPathSelectorActivateProbeSpecPcapSettings struct{}

func (ActivationRequestPathSelectorActivateProbeSpecPcapSettings) CaptureFullPacket added in v0.8.0

func (ActivationRequestPathSelectorActivateProbeSpecPcapSettings) Enable added in v0.8.0

func (ActivationRequestPathSelectorActivateProbeSpecPcapSettings) FieldPath added in v0.8.0

func (ActivationRequestPathSelectorActivateProbeSpecPcapSettings) OnDemandMode added in v0.10.10

func (ActivationRequestPathSelectorActivateProbeSpecPcapSettings) StopOnDemandModeBy added in v0.10.10

func (ActivationRequestPathSelectorActivateProbeSpecPcapSettings) WithArrayOfValues added in v0.8.0

func (ActivationRequestPathSelectorActivateProbeSpecPcapSettings) WithValue added in v0.8.0

type ActivationRequestPathSelectorActivateProbeSpecPcapSettingsCaptureFullPacket added in v0.8.0

type ActivationRequestPathSelectorActivateProbeSpecPcapSettingsCaptureFullPacket struct{}

func (ActivationRequestPathSelectorActivateProbeSpecPcapSettingsCaptureFullPacket) FieldPath added in v0.8.0

func (ActivationRequestPathSelectorActivateProbeSpecPcapSettingsCaptureFullPacket) WithArrayOfValues added in v0.8.0

func (ActivationRequestPathSelectorActivateProbeSpecPcapSettingsCaptureFullPacket) WithValue added in v0.8.0

type ActivationRequestPathSelectorActivateProbeSpecPcapSettingsEnable added in v0.8.0

type ActivationRequestPathSelectorActivateProbeSpecPcapSettingsEnable struct{}

func (ActivationRequestPathSelectorActivateProbeSpecPcapSettingsEnable) FieldPath added in v0.8.0

func (ActivationRequestPathSelectorActivateProbeSpecPcapSettingsEnable) WithArrayOfValues added in v0.8.0

func (ActivationRequestPathSelectorActivateProbeSpecPcapSettingsEnable) WithValue added in v0.8.0

type ActivationRequestPathSelectorActivateProbeSpecPcapSettingsOnDemandMode added in v0.10.10

type ActivationRequestPathSelectorActivateProbeSpecPcapSettingsOnDemandMode struct{}

func (ActivationRequestPathSelectorActivateProbeSpecPcapSettingsOnDemandMode) FieldPath added in v0.10.10

func (ActivationRequestPathSelectorActivateProbeSpecPcapSettingsOnDemandMode) WithArrayOfValues added in v0.10.10

func (ActivationRequestPathSelectorActivateProbeSpecPcapSettingsOnDemandMode) WithValue added in v0.10.10

type ActivationRequestPathSelectorActivateProbeSpecPcapSettingsStopOnDemandModeBy added in v0.10.10

type ActivationRequestPathSelectorActivateProbeSpecPcapSettingsStopOnDemandModeBy struct{}

func (ActivationRequestPathSelectorActivateProbeSpecPcapSettingsStopOnDemandModeBy) FieldPath added in v0.10.10

func (ActivationRequestPathSelectorActivateProbeSpecPcapSettingsStopOnDemandModeBy) WithArrayOfValues added in v0.10.10

func (ActivationRequestPathSelectorActivateProbeSpecPcapSettingsStopOnDemandModeBy) WithValue added in v0.10.10

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocation

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocation struct{}

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocation) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocation) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocation) WithValue

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAccuracy

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAccuracy struct{}

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAccuracy) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAccuracy) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAccuracy) WithValue

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddress

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddress struct{}

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddress) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddress) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddress) WithValue

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressAdminArea1

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressAdminArea1 struct{}

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressAdminArea1) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressAdminArea1) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressAdminArea1) WithValue

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressAdminArea2

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressAdminArea2 struct{}

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressAdminArea2) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressAdminArea2) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressAdminArea2) WithValue

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressAdminArea3

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressAdminArea3 struct{}

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressAdminArea3) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressAdminArea3) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressAdminArea3) WithValue

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressAdminArea4

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressAdminArea4 struct{}

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressAdminArea4) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressAdminArea4) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressAdminArea4) WithValue

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressContinent

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressContinent struct{}

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressContinent) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressContinent) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressContinent) WithValue

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressCountry

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressCountry struct{}

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressCountry) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressCountry) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressCountry) WithValue

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressCountryCode

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressCountryCode struct{}

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressCountryCode) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressCountryCode) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressCountryCode) WithValue

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressPostalCode

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressPostalCode struct{}

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressPostalCode) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressPostalCode) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressPostalCode) WithValue

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressStreetAddress

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressStreetAddress struct{}

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressStreetAddress) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressStreetAddress) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAddressStreetAddress) WithValue

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchy

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchy struct{}

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchy) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchy) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchy) WithValue

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchyAdmin1

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchyAdmin1 struct{}

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchyAdmin1) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchyAdmin1) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchyAdmin1) WithValue

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchyAdmin2

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchyAdmin2 struct{}

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchyAdmin2) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchyAdmin2) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchyAdmin2) WithValue

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchyAdmin3

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchyAdmin3 struct{}

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchyAdmin3) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchyAdmin3) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchyAdmin3) WithValue

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchyAdmin4

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchyAdmin4 struct{}

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchyAdmin4) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchyAdmin4) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchyAdmin4) WithValue

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchyAdmin5

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchyAdmin5 struct{}

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchyAdmin5) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchyAdmin5) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchyAdmin5) WithValue

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchyContinent

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchyContinent struct{}

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchyContinent) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchyContinent) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchyContinent) WithValue

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchyCountry

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchyCountry struct{}

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchyCountry) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchyCountry) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationAdminHierarchyCountry) WithValue

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationCoordinates

type ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationCoordinates struct{}

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationCoordinates) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationCoordinates) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecPrimaryLocationCoordinates) WithValue

type ActivationRequestPathSelectorActivateProbeSpecProbeGroup

type ActivationRequestPathSelectorActivateProbeSpecProbeGroup struct{}

func (ActivationRequestPathSelectorActivateProbeSpecProbeGroup) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecProbeGroup) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecProbeGroup) WithValue

type ActivationRequestPathSelectorActivateProbeSpecProbeGroupName added in v0.10.6

type ActivationRequestPathSelectorActivateProbeSpecProbeGroupName struct{}

func (ActivationRequestPathSelectorActivateProbeSpecProbeGroupName) FieldPath added in v0.10.6

func (ActivationRequestPathSelectorActivateProbeSpecProbeGroupName) WithArrayOfValues added in v0.10.6

func (ActivationRequestPathSelectorActivateProbeSpecProbeGroupName) WithValue added in v0.10.6

type ActivationRequestPathSelectorActivateProbeSpecTargetServers

type ActivationRequestPathSelectorActivateProbeSpecTargetServers struct{}

func (ActivationRequestPathSelectorActivateProbeSpecTargetServers) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecTargetServers) TargetAddressType added in v0.4.30

func (ActivationRequestPathSelectorActivateProbeSpecTargetServers) TargetIpVersion added in v0.7.4

func (ActivationRequestPathSelectorActivateProbeSpecTargetServers) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecTargetServers) WithValue

type ActivationRequestPathSelectorActivateProbeSpecTargetServersIcmpTarget

type ActivationRequestPathSelectorActivateProbeSpecTargetServersIcmpTarget struct{}

func (ActivationRequestPathSelectorActivateProbeSpecTargetServersIcmpTarget) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecTargetServersIcmpTarget) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecTargetServersIcmpTarget) WithValue

type ActivationRequestPathSelectorActivateProbeSpecTargetServersIcmpTargetEnabled

type ActivationRequestPathSelectorActivateProbeSpecTargetServersIcmpTargetEnabled struct{}

func (ActivationRequestPathSelectorActivateProbeSpecTargetServersIcmpTargetEnabled) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecTargetServersIcmpTargetEnabled) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecTargetServersIcmpTargetEnabled) WithValue

type ActivationRequestPathSelectorActivateProbeSpecTargetServersSpeedTestTarget

type ActivationRequestPathSelectorActivateProbeSpecTargetServersSpeedTestTarget struct{}

func (ActivationRequestPathSelectorActivateProbeSpecTargetServersSpeedTestTarget) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecTargetServersSpeedTestTarget) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecTargetServersSpeedTestTarget) WithValue

type ActivationRequestPathSelectorActivateProbeSpecTargetServersSpeedTestTargetEnabled

type ActivationRequestPathSelectorActivateProbeSpecTargetServersSpeedTestTargetEnabled struct{}

func (ActivationRequestPathSelectorActivateProbeSpecTargetServersSpeedTestTargetEnabled) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecTargetServersSpeedTestTargetEnabled) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecTargetServersSpeedTestTargetEnabled) WithValue

type ActivationRequestPathSelectorActivateProbeSpecTargetServersSpeedTestTargetTcpPort

type ActivationRequestPathSelectorActivateProbeSpecTargetServersSpeedTestTargetTcpPort struct{}

func (ActivationRequestPathSelectorActivateProbeSpecTargetServersSpeedTestTargetTcpPort) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecTargetServersSpeedTestTargetTcpPort) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecTargetServersSpeedTestTargetTcpPort) WithValue

type ActivationRequestPathSelectorActivateProbeSpecTargetServersTargetAddressType added in v0.4.30

type ActivationRequestPathSelectorActivateProbeSpecTargetServersTargetAddressType struct{}

func (ActivationRequestPathSelectorActivateProbeSpecTargetServersTargetAddressType) FieldPath added in v0.4.30

func (ActivationRequestPathSelectorActivateProbeSpecTargetServersTargetAddressType) WithArrayOfValues added in v0.4.30

func (ActivationRequestPathSelectorActivateProbeSpecTargetServersTargetAddressType) WithValue added in v0.4.30

type ActivationRequestPathSelectorActivateProbeSpecTargetServersTargetIpVersion added in v0.7.4

type ActivationRequestPathSelectorActivateProbeSpecTargetServersTargetIpVersion struct{}

func (ActivationRequestPathSelectorActivateProbeSpecTargetServersTargetIpVersion) FieldPath added in v0.7.4

func (ActivationRequestPathSelectorActivateProbeSpecTargetServersTargetIpVersion) WithArrayOfValues added in v0.7.4

func (ActivationRequestPathSelectorActivateProbeSpecTargetServersTargetIpVersion) WithValue added in v0.7.4

type ActivationRequestPathSelectorActivateProbeSpecTargetServersUdpTarget

type ActivationRequestPathSelectorActivateProbeSpecTargetServersUdpTarget struct{}

func (ActivationRequestPathSelectorActivateProbeSpecTargetServersUdpTarget) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecTargetServersUdpTarget) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecTargetServersUdpTarget) WithValue

type ActivationRequestPathSelectorActivateProbeSpecTargetServersUdpTargetEnabled

type ActivationRequestPathSelectorActivateProbeSpecTargetServersUdpTargetEnabled struct{}

func (ActivationRequestPathSelectorActivateProbeSpecTargetServersUdpTargetEnabled) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecTargetServersUdpTargetEnabled) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecTargetServersUdpTargetEnabled) WithValue

type ActivationRequestPathSelectorActivateProbeSpecTargetServersUdpTargetPort

type ActivationRequestPathSelectorActivateProbeSpecTargetServersUdpTargetPort struct{}

func (ActivationRequestPathSelectorActivateProbeSpecTargetServersUdpTargetPort) FieldPath

func (ActivationRequestPathSelectorActivateProbeSpecTargetServersUdpTargetPort) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeSpecTargetServersUdpTargetPort) WithValue

type ActivationRequestPathSelectorActivateProbeStatus

type ActivationRequestPathSelectorActivateProbeStatus struct{}

func (ActivationRequestPathSelectorActivateProbeStatus) Activation

func (ActivationRequestPathSelectorActivateProbeStatus) ActiveLocation

func (ActivationRequestPathSelectorActivateProbeStatus) AgentType

func (ActivationRequestPathSelectorActivateProbeStatus) AsInfo

func (ActivationRequestPathSelectorActivateProbeStatus) Bandwidth

func (ActivationRequestPathSelectorActivateProbeStatus) Carrier

func (ActivationRequestPathSelectorActivateProbeStatus) Connection

func (ActivationRequestPathSelectorActivateProbeStatus) ExternalHostname

func (ActivationRequestPathSelectorActivateProbeStatus) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatus) NetworkInterfaces

func (ActivationRequestPathSelectorActivateProbeStatus) ProxyConfig added in v0.10.5

func (ActivationRequestPathSelectorActivateProbeStatus) SoftwareVersion

func (ActivationRequestPathSelectorActivateProbeStatus) SystemInfo

func (ActivationRequestPathSelectorActivateProbeStatus) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatus) WithValue

type ActivationRequestPathSelectorActivateProbeStatusActivation

type ActivationRequestPathSelectorActivateProbeStatusActivation struct{}

func (ActivationRequestPathSelectorActivateProbeStatusActivation) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusActivation) Status

func (ActivationRequestPathSelectorActivateProbeStatusActivation) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusActivation) WithValue

type ActivationRequestPathSelectorActivateProbeStatusActivationCurrentSession

type ActivationRequestPathSelectorActivateProbeStatusActivationCurrentSession struct{}

func (ActivationRequestPathSelectorActivateProbeStatusActivationCurrentSession) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusActivationCurrentSession) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusActivationCurrentSession) WithValue

type ActivationRequestPathSelectorActivateProbeStatusActivationCurrentSessionClientCookie

type ActivationRequestPathSelectorActivateProbeStatusActivationCurrentSessionClientCookie struct{}

func (ActivationRequestPathSelectorActivateProbeStatusActivationCurrentSessionClientCookie) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusActivationCurrentSessionClientCookie) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusActivationCurrentSessionClientCookie) WithValue

type ActivationRequestPathSelectorActivateProbeStatusActivationCurrentSessionLockDeadline

type ActivationRequestPathSelectorActivateProbeStatusActivationCurrentSessionLockDeadline struct{}

func (ActivationRequestPathSelectorActivateProbeStatusActivationCurrentSessionLockDeadline) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusActivationCurrentSessionLockDeadline) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusActivationCurrentSessionLockDeadline) WithValue

type ActivationRequestPathSelectorActivateProbeStatusActivationLastInvitation

type ActivationRequestPathSelectorActivateProbeStatusActivationLastInvitation struct{}

func (ActivationRequestPathSelectorActivateProbeStatusActivationLastInvitation) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusActivationLastInvitation) SendFailureMessage added in v0.11.14

func (ActivationRequestPathSelectorActivateProbeStatusActivationLastInvitation) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusActivationLastInvitation) WithValue

type ActivationRequestPathSelectorActivateProbeStatusActivationLastInvitationSendFailureMessage added in v0.11.14

type ActivationRequestPathSelectorActivateProbeStatusActivationLastInvitationSendFailureMessage struct{}

func (ActivationRequestPathSelectorActivateProbeStatusActivationLastInvitationSendFailureMessage) FieldPath added in v0.11.14

func (ActivationRequestPathSelectorActivateProbeStatusActivationLastInvitationSendFailureMessage) WithArrayOfValues added in v0.11.14

func (ActivationRequestPathSelectorActivateProbeStatusActivationLastInvitationSendFailureMessage) WithValue added in v0.11.14

type ActivationRequestPathSelectorActivateProbeStatusActivationLastInvitationSender

type ActivationRequestPathSelectorActivateProbeStatusActivationLastInvitationSender struct{}

func (ActivationRequestPathSelectorActivateProbeStatusActivationLastInvitationSender) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusActivationLastInvitationSender) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusActivationLastInvitationSender) WithValue

type ActivationRequestPathSelectorActivateProbeStatusActivationLastInvitationSentDate

type ActivationRequestPathSelectorActivateProbeStatusActivationLastInvitationSentDate struct{}

func (ActivationRequestPathSelectorActivateProbeStatusActivationLastInvitationSentDate) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusActivationLastInvitationSentDate) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusActivationLastInvitationSentDate) WithValue

type ActivationRequestPathSelectorActivateProbeStatusActivationServiceAccount

type ActivationRequestPathSelectorActivateProbeStatusActivationServiceAccount struct{}

func (ActivationRequestPathSelectorActivateProbeStatusActivationServiceAccount) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusActivationServiceAccount) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusActivationServiceAccount) WithValue

type ActivationRequestPathSelectorActivateProbeStatusActivationStatus

type ActivationRequestPathSelectorActivateProbeStatusActivationStatus struct{}

func (ActivationRequestPathSelectorActivateProbeStatusActivationStatus) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusActivationStatus) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusActivationStatus) WithValue

type ActivationRequestPathSelectorActivateProbeStatusActiveLocation

type ActivationRequestPathSelectorActivateProbeStatusActiveLocation struct{}

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocation) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocation) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocation) WithValue

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAccuracy

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAccuracy struct{}

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAccuracy) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAccuracy) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAccuracy) WithValue

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddress

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddress struct{}

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddress) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddress) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddress) WithValue

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressAdminArea1

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressAdminArea1 struct{}

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressAdminArea1) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressAdminArea1) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressAdminArea1) WithValue

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressAdminArea2

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressAdminArea2 struct{}

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressAdminArea2) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressAdminArea2) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressAdminArea2) WithValue

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressAdminArea3

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressAdminArea3 struct{}

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressAdminArea3) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressAdminArea3) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressAdminArea3) WithValue

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressAdminArea4

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressAdminArea4 struct{}

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressAdminArea4) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressAdminArea4) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressAdminArea4) WithValue

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressContinent

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressContinent struct{}

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressContinent) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressContinent) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressContinent) WithValue

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressCountry

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressCountry struct{}

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressCountry) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressCountry) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressCountry) WithValue

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressCountryCode

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressCountryCode struct{}

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressCountryCode) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressCountryCode) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressCountryCode) WithValue

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressPostalCode

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressPostalCode struct{}

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressPostalCode) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressPostalCode) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressPostalCode) WithValue

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressStreetAddress

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressStreetAddress struct{}

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressStreetAddress) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressStreetAddress) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAddressStreetAddress) WithValue

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchy

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchy struct{}

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchy) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchy) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchy) WithValue

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchyAdmin1

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchyAdmin1 struct{}

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchyAdmin1) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchyAdmin1) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchyAdmin1) WithValue

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchyAdmin2

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchyAdmin2 struct{}

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchyAdmin2) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchyAdmin2) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchyAdmin2) WithValue

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchyAdmin3

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchyAdmin3 struct{}

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchyAdmin3) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchyAdmin3) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchyAdmin3) WithValue

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchyAdmin4

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchyAdmin4 struct{}

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchyAdmin4) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchyAdmin4) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchyAdmin4) WithValue

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchyAdmin5

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchyAdmin5 struct{}

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchyAdmin5) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchyAdmin5) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchyAdmin5) WithValue

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchyContinent

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchyContinent struct{}

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchyContinent) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchyContinent) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchyContinent) WithValue

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchyCountry

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchyCountry struct{}

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchyCountry) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchyCountry) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationAdminHierarchyCountry) WithValue

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationCoordinates

type ActivationRequestPathSelectorActivateProbeStatusActiveLocationCoordinates struct{}

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationCoordinates) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationCoordinates) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusActiveLocationCoordinates) WithValue

type ActivationRequestPathSelectorActivateProbeStatusAgentType

type ActivationRequestPathSelectorActivateProbeStatusAgentType struct{}

func (ActivationRequestPathSelectorActivateProbeStatusAgentType) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusAgentType) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusAgentType) WithValue

type ActivationRequestPathSelectorActivateProbeStatusAsInfo

type ActivationRequestPathSelectorActivateProbeStatusAsInfo struct{}

func (ActivationRequestPathSelectorActivateProbeStatusAsInfo) Asn

func (ActivationRequestPathSelectorActivateProbeStatusAsInfo) AsnType

func (ActivationRequestPathSelectorActivateProbeStatusAsInfo) Domain

func (ActivationRequestPathSelectorActivateProbeStatusAsInfo) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusAsInfo) Name

func (ActivationRequestPathSelectorActivateProbeStatusAsInfo) Routes

func (ActivationRequestPathSelectorActivateProbeStatusAsInfo) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusAsInfo) WithValue

type ActivationRequestPathSelectorActivateProbeStatusAsInfoAsn

type ActivationRequestPathSelectorActivateProbeStatusAsInfoAsn struct{}

func (ActivationRequestPathSelectorActivateProbeStatusAsInfoAsn) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusAsInfoAsn) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusAsInfoAsn) WithValue

type ActivationRequestPathSelectorActivateProbeStatusAsInfoAsnType

type ActivationRequestPathSelectorActivateProbeStatusAsInfoAsnType struct{}

func (ActivationRequestPathSelectorActivateProbeStatusAsInfoAsnType) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusAsInfoAsnType) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusAsInfoAsnType) WithValue

type ActivationRequestPathSelectorActivateProbeStatusAsInfoDomain

type ActivationRequestPathSelectorActivateProbeStatusAsInfoDomain struct{}

func (ActivationRequestPathSelectorActivateProbeStatusAsInfoDomain) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusAsInfoDomain) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusAsInfoDomain) WithValue

type ActivationRequestPathSelectorActivateProbeStatusAsInfoName

type ActivationRequestPathSelectorActivateProbeStatusAsInfoName struct{}

func (ActivationRequestPathSelectorActivateProbeStatusAsInfoName) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusAsInfoName) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusAsInfoName) WithValue

type ActivationRequestPathSelectorActivateProbeStatusAsInfoRoutes

type ActivationRequestPathSelectorActivateProbeStatusAsInfoRoutes struct{}

func (ActivationRequestPathSelectorActivateProbeStatusAsInfoRoutes) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusAsInfoRoutes) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusAsInfoRoutes) WithItemValue

func (ActivationRequestPathSelectorActivateProbeStatusAsInfoRoutes) WithValue

type ActivationRequestPathSelectorActivateProbeStatusBandwidth

type ActivationRequestPathSelectorActivateProbeStatusBandwidth struct{}

func (ActivationRequestPathSelectorActivateProbeStatusBandwidth) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusBandwidth) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusBandwidth) WithValue

type ActivationRequestPathSelectorActivateProbeStatusBandwidthDownloadMbps

type ActivationRequestPathSelectorActivateProbeStatusBandwidthDownloadMbps struct{}

func (ActivationRequestPathSelectorActivateProbeStatusBandwidthDownloadMbps) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusBandwidthDownloadMbps) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusBandwidthDownloadMbps) WithValue

type ActivationRequestPathSelectorActivateProbeStatusBandwidthLastReported

type ActivationRequestPathSelectorActivateProbeStatusBandwidthLastReported struct{}

func (ActivationRequestPathSelectorActivateProbeStatusBandwidthLastReported) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusBandwidthLastReported) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusBandwidthLastReported) WithValue

type ActivationRequestPathSelectorActivateProbeStatusBandwidthServerIpAddress

type ActivationRequestPathSelectorActivateProbeStatusBandwidthServerIpAddress struct{}

func (ActivationRequestPathSelectorActivateProbeStatusBandwidthServerIpAddress) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusBandwidthServerIpAddress) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusBandwidthServerIpAddress) WithValue

type ActivationRequestPathSelectorActivateProbeStatusBandwidthTestServer

type ActivationRequestPathSelectorActivateProbeStatusBandwidthTestServer struct{}

func (ActivationRequestPathSelectorActivateProbeStatusBandwidthTestServer) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusBandwidthTestServer) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusBandwidthTestServer) WithValue

type ActivationRequestPathSelectorActivateProbeStatusBandwidthUploadMbps

type ActivationRequestPathSelectorActivateProbeStatusBandwidthUploadMbps struct{}

func (ActivationRequestPathSelectorActivateProbeStatusBandwidthUploadMbps) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusBandwidthUploadMbps) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusBandwidthUploadMbps) WithValue

type ActivationRequestPathSelectorActivateProbeStatusCarrier

type ActivationRequestPathSelectorActivateProbeStatusCarrier struct{}

func (ActivationRequestPathSelectorActivateProbeStatusCarrier) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusCarrier) Name

func (ActivationRequestPathSelectorActivateProbeStatusCarrier) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusCarrier) WithValue

type ActivationRequestPathSelectorActivateProbeStatusCarrierLocationAreaCode

type ActivationRequestPathSelectorActivateProbeStatusCarrierLocationAreaCode struct{}

func (ActivationRequestPathSelectorActivateProbeStatusCarrierLocationAreaCode) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusCarrierLocationAreaCode) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusCarrierLocationAreaCode) WithValue

type ActivationRequestPathSelectorActivateProbeStatusCarrierMobileCountryCode

type ActivationRequestPathSelectorActivateProbeStatusCarrierMobileCountryCode struct{}

func (ActivationRequestPathSelectorActivateProbeStatusCarrierMobileCountryCode) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusCarrierMobileCountryCode) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusCarrierMobileCountryCode) WithValue

type ActivationRequestPathSelectorActivateProbeStatusCarrierMobileNetworkCode

type ActivationRequestPathSelectorActivateProbeStatusCarrierMobileNetworkCode struct{}

func (ActivationRequestPathSelectorActivateProbeStatusCarrierMobileNetworkCode) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusCarrierMobileNetworkCode) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusCarrierMobileNetworkCode) WithValue

type ActivationRequestPathSelectorActivateProbeStatusCarrierName

type ActivationRequestPathSelectorActivateProbeStatusCarrierName struct{}

func (ActivationRequestPathSelectorActivateProbeStatusCarrierName) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusCarrierName) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusCarrierName) WithValue

type ActivationRequestPathSelectorActivateProbeStatusConnection

type ActivationRequestPathSelectorActivateProbeStatusConnection struct{}

func (ActivationRequestPathSelectorActivateProbeStatusConnection) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusConnection) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusConnection) WithValue

type ActivationRequestPathSelectorActivateProbeStatusConnectionStatusChangeTime

type ActivationRequestPathSelectorActivateProbeStatusConnectionStatusChangeTime struct{}

func (ActivationRequestPathSelectorActivateProbeStatusConnectionStatusChangeTime) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusConnectionStatusChangeTime) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusConnectionStatusChangeTime) WithValue

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocation

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocation struct{}

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocation) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocation) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocation) WithValue

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAccuracy

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAccuracy struct{}

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAccuracy) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAccuracy) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAccuracy) WithValue

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddress

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddress struct{}

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddress) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddress) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddress) WithValue

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressAdminArea1

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressAdminArea1 struct{}

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressAdminArea1) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressAdminArea1) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressAdminArea1) WithValue

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressAdminArea2

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressAdminArea2 struct{}

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressAdminArea2) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressAdminArea2) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressAdminArea2) WithValue

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressAdminArea3

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressAdminArea3 struct{}

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressAdminArea3) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressAdminArea3) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressAdminArea3) WithValue

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressAdminArea4

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressAdminArea4 struct{}

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressAdminArea4) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressAdminArea4) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressAdminArea4) WithValue

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressContinent

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressContinent struct{}

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressContinent) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressContinent) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressContinent) WithValue

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressCountry

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressCountry struct{}

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressCountry) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressCountry) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressCountry) WithValue

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressCountryCode

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressCountryCode struct{}

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressCountryCode) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressCountryCode) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressCountryCode) WithValue

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressPostalCode

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressPostalCode struct{}

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressPostalCode) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressPostalCode) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressPostalCode) WithValue

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressStreetAddress

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressStreetAddress struct{}

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressStreetAddress) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressStreetAddress) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAddressStreetAddress) WithValue

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchy

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchy struct{}

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchy) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchy) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchy) WithValue

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchyAdmin1

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchyAdmin1 struct{}

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchyAdmin1) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchyAdmin1) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchyAdmin1) WithValue

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchyAdmin2

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchyAdmin2 struct{}

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchyAdmin2) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchyAdmin2) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchyAdmin2) WithValue

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchyAdmin3

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchyAdmin3 struct{}

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchyAdmin3) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchyAdmin3) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchyAdmin3) WithValue

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchyAdmin4

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchyAdmin4 struct{}

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchyAdmin4) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchyAdmin4) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchyAdmin4) WithValue

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchyAdmin5

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchyAdmin5 struct{}

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchyAdmin5) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchyAdmin5) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchyAdmin5) WithValue

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchyContinent

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchyContinent struct{}

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchyContinent) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchyContinent) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchyContinent) WithValue

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchyCountry

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchyCountry struct{}

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchyCountry) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchyCountry) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationAdminHierarchyCountry) WithValue

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationCoordinates

type ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationCoordinates struct{}

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationCoordinates) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationCoordinates) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusDiscoveredLocationCoordinates) WithValue

type ActivationRequestPathSelectorActivateProbeStatusExternalHostname

type ActivationRequestPathSelectorActivateProbeStatusExternalHostname struct{}

func (ActivationRequestPathSelectorActivateProbeStatusExternalHostname) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusExternalHostname) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusExternalHostname) WithValue

type ActivationRequestPathSelectorActivateProbeStatusExternalIpAddressV4

type ActivationRequestPathSelectorActivateProbeStatusExternalIpAddressV4 struct{}

func (ActivationRequestPathSelectorActivateProbeStatusExternalIpAddressV4) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusExternalIpAddressV4) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusExternalIpAddressV4) WithValue

type ActivationRequestPathSelectorActivateProbeStatusExternalIpAddressV6

type ActivationRequestPathSelectorActivateProbeStatusExternalIpAddressV6 struct{}

func (ActivationRequestPathSelectorActivateProbeStatusExternalIpAddressV6) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusExternalIpAddressV6) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusExternalIpAddressV6) WithValue

type ActivationRequestPathSelectorActivateProbeStatusNetworkInterfaces

type ActivationRequestPathSelectorActivateProbeStatusNetworkInterfaces struct{}

func (ActivationRequestPathSelectorActivateProbeStatusNetworkInterfaces) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusNetworkInterfaces) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusNetworkInterfaces) WithKey

func (ActivationRequestPathSelectorActivateProbeStatusNetworkInterfaces) WithValue

type ActivationRequestPathSelectorActivateProbeStatusProxyConfig added in v0.10.5

type ActivationRequestPathSelectorActivateProbeStatusProxyConfig struct{}

func (ActivationRequestPathSelectorActivateProbeStatusProxyConfig) FieldPath added in v0.10.5

func (ActivationRequestPathSelectorActivateProbeStatusProxyConfig) HttpProxy added in v0.10.5

func (ActivationRequestPathSelectorActivateProbeStatusProxyConfig) HttpsProxy added in v0.10.5

func (ActivationRequestPathSelectorActivateProbeStatusProxyConfig) NoProxy added in v0.10.5

func (ActivationRequestPathSelectorActivateProbeStatusProxyConfig) WithArrayOfValues added in v0.10.5

func (ActivationRequestPathSelectorActivateProbeStatusProxyConfig) WithValue added in v0.10.5

type ActivationRequestPathSelectorActivateProbeStatusProxyConfigHttpProxy added in v0.10.5

type ActivationRequestPathSelectorActivateProbeStatusProxyConfigHttpProxy struct{}

func (ActivationRequestPathSelectorActivateProbeStatusProxyConfigHttpProxy) FieldPath added in v0.10.5

func (ActivationRequestPathSelectorActivateProbeStatusProxyConfigHttpProxy) WithArrayOfValues added in v0.10.5

func (ActivationRequestPathSelectorActivateProbeStatusProxyConfigHttpProxy) WithValue added in v0.10.5

type ActivationRequestPathSelectorActivateProbeStatusProxyConfigHttpsProxy added in v0.10.5

type ActivationRequestPathSelectorActivateProbeStatusProxyConfigHttpsProxy struct{}

func (ActivationRequestPathSelectorActivateProbeStatusProxyConfigHttpsProxy) FieldPath added in v0.10.5

func (ActivationRequestPathSelectorActivateProbeStatusProxyConfigHttpsProxy) WithArrayOfValues added in v0.10.5

func (ActivationRequestPathSelectorActivateProbeStatusProxyConfigHttpsProxy) WithValue added in v0.10.5

type ActivationRequestPathSelectorActivateProbeStatusProxyConfigNoProxy added in v0.10.5

type ActivationRequestPathSelectorActivateProbeStatusProxyConfigNoProxy struct{}

func (ActivationRequestPathSelectorActivateProbeStatusProxyConfigNoProxy) FieldPath added in v0.10.5

func (ActivationRequestPathSelectorActivateProbeStatusProxyConfigNoProxy) WithArrayOfValues added in v0.10.5

func (ActivationRequestPathSelectorActivateProbeStatusProxyConfigNoProxy) WithValue added in v0.10.5

type ActivationRequestPathSelectorActivateProbeStatusSoftwareVersion

type ActivationRequestPathSelectorActivateProbeStatusSoftwareVersion struct{}

func (ActivationRequestPathSelectorActivateProbeStatusSoftwareVersion) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusSoftwareVersion) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusSoftwareVersion) WithValue

type ActivationRequestPathSelectorActivateProbeStatusSoftwareVersionBuildDate

type ActivationRequestPathSelectorActivateProbeStatusSoftwareVersionBuildDate struct{}

func (ActivationRequestPathSelectorActivateProbeStatusSoftwareVersionBuildDate) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusSoftwareVersionBuildDate) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusSoftwareVersionBuildDate) WithValue

type ActivationRequestPathSelectorActivateProbeStatusSoftwareVersionCommitId

type ActivationRequestPathSelectorActivateProbeStatusSoftwareVersionCommitId struct{}

func (ActivationRequestPathSelectorActivateProbeStatusSoftwareVersionCommitId) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusSoftwareVersionCommitId) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusSoftwareVersionCommitId) WithValue

type ActivationRequestPathSelectorActivateProbeStatusSoftwareVersionVersion

type ActivationRequestPathSelectorActivateProbeStatusSoftwareVersionVersion struct{}

func (ActivationRequestPathSelectorActivateProbeStatusSoftwareVersionVersion) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusSoftwareVersionVersion) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusSoftwareVersionVersion) WithValue

type ActivationRequestPathSelectorActivateProbeStatusSystemInfo

type ActivationRequestPathSelectorActivateProbeStatusSystemInfo struct{}

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfo) Family

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfo) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfo) Model

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfo) Os

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfo) Sku

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfo) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfo) WithValue

type ActivationRequestPathSelectorActivateProbeStatusSystemInfoArchitecture

type ActivationRequestPathSelectorActivateProbeStatusSystemInfoArchitecture struct{}

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoArchitecture) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoArchitecture) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoArchitecture) WithValue

type ActivationRequestPathSelectorActivateProbeStatusSystemInfoFamily

type ActivationRequestPathSelectorActivateProbeStatusSystemInfoFamily struct{}

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoFamily) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoFamily) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoFamily) WithValue

type ActivationRequestPathSelectorActivateProbeStatusSystemInfoHostName

type ActivationRequestPathSelectorActivateProbeStatusSystemInfoHostName struct{}

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoHostName) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoHostName) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoHostName) WithValue

type ActivationRequestPathSelectorActivateProbeStatusSystemInfoManufacturer

type ActivationRequestPathSelectorActivateProbeStatusSystemInfoManufacturer struct{}

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoManufacturer) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoManufacturer) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoManufacturer) WithValue

type ActivationRequestPathSelectorActivateProbeStatusSystemInfoModel

type ActivationRequestPathSelectorActivateProbeStatusSystemInfoModel struct{}

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoModel) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoModel) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoModel) WithValue

type ActivationRequestPathSelectorActivateProbeStatusSystemInfoOs

type ActivationRequestPathSelectorActivateProbeStatusSystemInfoOs struct{}

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoOs) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoOs) Name

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoOs) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoOs) WithValue

type ActivationRequestPathSelectorActivateProbeStatusSystemInfoOsBuildVersion

type ActivationRequestPathSelectorActivateProbeStatusSystemInfoOsBuildVersion struct{}

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoOsBuildVersion) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoOsBuildVersion) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoOsBuildVersion) WithValue

type ActivationRequestPathSelectorActivateProbeStatusSystemInfoOsKernel

type ActivationRequestPathSelectorActivateProbeStatusSystemInfoOsKernel struct{}

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoOsKernel) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoOsKernel) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoOsKernel) WithValue

type ActivationRequestPathSelectorActivateProbeStatusSystemInfoOsName

type ActivationRequestPathSelectorActivateProbeStatusSystemInfoOsName struct{}

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoOsName) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoOsName) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoOsName) WithValue

type ActivationRequestPathSelectorActivateProbeStatusSystemInfoOsVersion

type ActivationRequestPathSelectorActivateProbeStatusSystemInfoOsVersion struct{}

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoOsVersion) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoOsVersion) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoOsVersion) WithValue

type ActivationRequestPathSelectorActivateProbeStatusSystemInfoPlatform

type ActivationRequestPathSelectorActivateProbeStatusSystemInfoPlatform struct{}

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoPlatform) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoPlatform) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoPlatform) WithValue

type ActivationRequestPathSelectorActivateProbeStatusSystemInfoSerialNumber

type ActivationRequestPathSelectorActivateProbeStatusSystemInfoSerialNumber struct{}

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoSerialNumber) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoSerialNumber) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoSerialNumber) WithValue

type ActivationRequestPathSelectorActivateProbeStatusSystemInfoSku

type ActivationRequestPathSelectorActivateProbeStatusSystemInfoSku struct{}

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoSku) FieldPath

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoSku) WithArrayOfValues

func (ActivationRequestPathSelectorActivateProbeStatusSystemInfoSku) WithValue

type ActivationRequestPathSelectorActivatePublicKeyData added in v0.12.5

type ActivationRequestPathSelectorActivatePublicKeyData struct{}

func (ActivationRequestPathSelectorActivatePublicKeyData) FieldPath added in v0.12.5

func (ActivationRequestPathSelectorActivatePublicKeyData) WithArrayOfValues added in v0.12.5

func (ActivationRequestPathSelectorActivatePublicKeyData) WithValue added in v0.12.5

type ActivationRequestPathSelectorActivateToken

type ActivationRequestPathSelectorActivateToken struct{}

func (ActivationRequestPathSelectorActivateToken) FieldPath

func (ActivationRequestPathSelectorActivateToken) WithArrayOfValues

func (ActivationRequestPathSelectorActivateToken) WithValue

type ActivationRequestPathSelectorConfirmActivation

type ActivationRequestPathSelectorConfirmActivation struct{}

func (ActivationRequestPathSelectorConfirmActivation) ClientCookie

func (ActivationRequestPathSelectorConfirmActivation) FieldPath

func (ActivationRequestPathSelectorConfirmActivation) WithArrayOfValues

func (ActivationRequestPathSelectorConfirmActivation) WithSubArrayItemValue

func (ActivationRequestPathSelectorConfirmActivation) WithSubArrayOfValues

func (ActivationRequestPathSelectorConfirmActivation) WithSubPath

func (ActivationRequestPathSelectorConfirmActivation) WithSubValue

func (ActivationRequestPathSelectorConfirmActivation) WithValue

type ActivationRequestPathSelectorConfirmActivationClientCookie

type ActivationRequestPathSelectorConfirmActivationClientCookie struct{}

func (ActivationRequestPathSelectorConfirmActivationClientCookie) FieldPath

func (ActivationRequestPathSelectorConfirmActivationClientCookie) WithArrayOfValues

func (ActivationRequestPathSelectorConfirmActivationClientCookie) WithValue

type ActivationRequest_Activate

type ActivationRequest_Activate struct {

	// Token - either individual or shared
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty" firestore:"token"`
	// Random cookie string generated by client to identify its session
	ClientCookie string `protobuf:"bytes,2,opt,name=client_cookie,json=clientCookie,proto3" json:"client_cookie,omitempty" firestore:"clientCookie"`
	// Optional probe data (required when using shared token).
	Probe *probe.Probe `protobuf:"bytes,3,opt,name=probe,proto3" json:"probe,omitempty" firestore:"probe"`
	// Additional key value pairs to be used to substitute placeholders of
	// the probe generation template.
	Metadata map[string]string `` /* 178-byte string literal not displayed */
	// Public key for service account if the agent generates the keys
	// IAM server will generate the keys if this is empty.
	PublicKeyData string `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ActivationRequest_Activate) Clone

func (*ActivationRequest_Activate) CloneRaw

func (*ActivationRequest_Activate) Descriptor

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

Deprecated, Use ActivationRequest_Activate.ProtoReflect.Descriptor instead.

func (*ActivationRequest_Activate) GetClientCookie

func (m *ActivationRequest_Activate) GetClientCookie() string

func (*ActivationRequest_Activate) GetMetadata

func (m *ActivationRequest_Activate) GetMetadata() map[string]string

func (*ActivationRequest_Activate) GetProbe

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

func (*ActivationRequest_Activate) GetPublicKeyData added in v0.12.5

func (m *ActivationRequest_Activate) GetPublicKeyData() string

func (*ActivationRequest_Activate) GetToken

func (m *ActivationRequest_Activate) GetToken() string

func (*ActivationRequest_Activate) GotenMessage

func (*ActivationRequest_Activate) GotenMessage()

func (*ActivationRequest_Activate) GotenObjectExt

func (o *ActivationRequest_Activate) GotenObjectExt()

func (*ActivationRequest_Activate) GotenValidate

func (obj *ActivationRequest_Activate) GotenValidate() error

func (*ActivationRequest_Activate) MakeDiffFieldMask

func (*ActivationRequest_Activate) MakeFullFieldMask

func (*ActivationRequest_Activate) MakeRawDiffFieldMask

func (*ActivationRequest_Activate) MakeRawFullFieldMask

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

func (*ActivationRequest_Activate) Marshal

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

func (*ActivationRequest_Activate) MarshalJSON

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

func (*ActivationRequest_Activate) Merge

func (*ActivationRequest_Activate) MergeRaw

func (*ActivationRequest_Activate) ProtoMessage

func (*ActivationRequest_Activate) ProtoMessage()

func (*ActivationRequest_Activate) ProtoReflect

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

func (*ActivationRequest_Activate) Reset

func (m *ActivationRequest_Activate) Reset()

func (*ActivationRequest_Activate) SetClientCookie

func (m *ActivationRequest_Activate) SetClientCookie(fv string)

func (*ActivationRequest_Activate) SetMetadata

func (m *ActivationRequest_Activate) SetMetadata(fv map[string]string)

func (*ActivationRequest_Activate) SetProbe

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

func (*ActivationRequest_Activate) SetPublicKeyData added in v0.12.5

func (m *ActivationRequest_Activate) SetPublicKeyData(fv string)

func (*ActivationRequest_Activate) SetToken

func (m *ActivationRequest_Activate) SetToken(fv string)

func (*ActivationRequest_Activate) String

func (m *ActivationRequest_Activate) String() string

func (*ActivationRequest_Activate) Unmarshal

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

func (*ActivationRequest_Activate) UnmarshalJSON

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

type ActivationRequest_ActivateMapPathSelectorMetadata

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

func (ActivationRequest_ActivateMapPathSelectorMetadata) FieldPath

func (ActivationRequest_ActivateMapPathSelectorMetadata) WithArrayOfValues

func (ActivationRequest_ActivateMapPathSelectorMetadata) WithValue

type ActivationRequest_ActivateMapPathSelectorProbeMetadataAnnotations

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

func (ActivationRequest_ActivateMapPathSelectorProbeMetadataAnnotations) FieldPath

func (ActivationRequest_ActivateMapPathSelectorProbeMetadataAnnotations) WithArrayOfValues

func (ActivationRequest_ActivateMapPathSelectorProbeMetadataAnnotations) WithValue

type ActivationRequest_ActivateMapPathSelectorProbeMetadataLabels

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

func (ActivationRequest_ActivateMapPathSelectorProbeMetadataLabels) FieldPath

func (ActivationRequest_ActivateMapPathSelectorProbeMetadataLabels) WithArrayOfValues

func (ActivationRequest_ActivateMapPathSelectorProbeMetadataLabels) WithValue

type ActivationRequest_ActivateMapPathSelectorProbeMetadataShards

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

func (ActivationRequest_ActivateMapPathSelectorProbeMetadataShards) FieldPath

func (ActivationRequest_ActivateMapPathSelectorProbeMetadataShards) WithArrayOfValues

func (ActivationRequest_ActivateMapPathSelectorProbeMetadataShards) WithValue

type ActivationRequest_ActivateMapPathSelectorProbeSpecActivationInvitationExtras added in v0.4.49

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

func (ActivationRequest_ActivateMapPathSelectorProbeSpecActivationInvitationExtras) FieldPath added in v0.4.49

func (ActivationRequest_ActivateMapPathSelectorProbeSpecActivationInvitationExtras) WithArrayOfValues added in v0.4.49

func (ActivationRequest_ActivateMapPathSelectorProbeSpecActivationInvitationExtras) WithValue added in v0.4.49

type ActivationRequest_ActivateMapPathSelectorProbeStatusNetworkInterfaces

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

func (ActivationRequest_ActivateMapPathSelectorProbeStatusNetworkInterfaces) FieldPath

func (ActivationRequest_ActivateMapPathSelectorProbeStatusNetworkInterfaces) WithArrayOfValues

func (ActivationRequest_ActivateMapPathSelectorProbeStatusNetworkInterfaces) WithValue

type ActivationRequest_ActivatePathSelectorClientCookie

type ActivationRequest_ActivatePathSelectorClientCookie struct{}

func (ActivationRequest_ActivatePathSelectorClientCookie) FieldPath

func (ActivationRequest_ActivatePathSelectorClientCookie) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorClientCookie) WithValue

type ActivationRequest_ActivatePathSelectorMetadata

type ActivationRequest_ActivatePathSelectorMetadata struct{}

func (ActivationRequest_ActivatePathSelectorMetadata) FieldPath

func (ActivationRequest_ActivatePathSelectorMetadata) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorMetadata) WithKey

func (ActivationRequest_ActivatePathSelectorMetadata) WithValue

type ActivationRequest_ActivatePathSelectorProbe

type ActivationRequest_ActivatePathSelectorProbe struct{}

func (ActivationRequest_ActivatePathSelectorProbe) DisplayName

func (ActivationRequest_ActivatePathSelectorProbe) FieldPath

func (ActivationRequest_ActivatePathSelectorProbe) LowerDisplayName

func (ActivationRequest_ActivatePathSelectorProbe) Memo

func (ActivationRequest_ActivatePathSelectorProbe) Metadata

func (ActivationRequest_ActivatePathSelectorProbe) Name

func (ActivationRequest_ActivatePathSelectorProbe) Spec

func (ActivationRequest_ActivatePathSelectorProbe) Status

func (ActivationRequest_ActivatePathSelectorProbe) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbe) WithSubArrayItemValue

func (ActivationRequest_ActivatePathSelectorProbe) WithSubArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbe) WithSubPath

func (ActivationRequest_ActivatePathSelectorProbe) WithSubValue

func (ActivationRequest_ActivatePathSelectorProbe) WithValue

type ActivationRequest_ActivatePathSelectorProbeDisplayName

type ActivationRequest_ActivatePathSelectorProbeDisplayName struct{}

func (ActivationRequest_ActivatePathSelectorProbeDisplayName) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeDisplayName) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeDisplayName) WithValue

type ActivationRequest_ActivatePathSelectorProbeLowerDisplayName

type ActivationRequest_ActivatePathSelectorProbeLowerDisplayName struct{}

func (ActivationRequest_ActivatePathSelectorProbeLowerDisplayName) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeLowerDisplayName) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeLowerDisplayName) WithValue

type ActivationRequest_ActivatePathSelectorProbeMemo

type ActivationRequest_ActivatePathSelectorProbeMemo struct{}

func (ActivationRequest_ActivatePathSelectorProbeMemo) CreateTime

func (ActivationRequest_ActivatePathSelectorProbeMemo) CreatedBy

func (ActivationRequest_ActivatePathSelectorProbeMemo) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeMemo) Message

func (ActivationRequest_ActivatePathSelectorProbeMemo) UpdateTime

func (ActivationRequest_ActivatePathSelectorProbeMemo) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeMemo) WithItemValue

func (ActivationRequest_ActivatePathSelectorProbeMemo) WithValue

type ActivationRequest_ActivatePathSelectorProbeMemoCreateTime

type ActivationRequest_ActivatePathSelectorProbeMemoCreateTime struct{}

func (ActivationRequest_ActivatePathSelectorProbeMemoCreateTime) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeMemoCreateTime) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeMemoCreateTime) WithValue

type ActivationRequest_ActivatePathSelectorProbeMemoCreatedBy

type ActivationRequest_ActivatePathSelectorProbeMemoCreatedBy struct{}

func (ActivationRequest_ActivatePathSelectorProbeMemoCreatedBy) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeMemoCreatedBy) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeMemoCreatedBy) WithValue

type ActivationRequest_ActivatePathSelectorProbeMemoMessage

type ActivationRequest_ActivatePathSelectorProbeMemoMessage struct{}

func (ActivationRequest_ActivatePathSelectorProbeMemoMessage) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeMemoMessage) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeMemoMessage) WithValue

type ActivationRequest_ActivatePathSelectorProbeMemoUpdateTime

type ActivationRequest_ActivatePathSelectorProbeMemoUpdateTime struct{}

func (ActivationRequest_ActivatePathSelectorProbeMemoUpdateTime) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeMemoUpdateTime) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeMemoUpdateTime) WithValue

type ActivationRequest_ActivatePathSelectorProbeMetadata

type ActivationRequest_ActivatePathSelectorProbeMetadata struct{}

func (ActivationRequest_ActivatePathSelectorProbeMetadata) Annotations

func (ActivationRequest_ActivatePathSelectorProbeMetadata) CreateTime

func (ActivationRequest_ActivatePathSelectorProbeMetadata) DeleteTime added in v0.7.1

func (ActivationRequest_ActivatePathSelectorProbeMetadata) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeMetadata) Generation

func (ActivationRequest_ActivatePathSelectorProbeMetadata) Labels

func (ActivationRequest_ActivatePathSelectorProbeMetadata) Lifecycle added in v0.7.1

func (ActivationRequest_ActivatePathSelectorProbeMetadata) Shards

func (ActivationRequest_ActivatePathSelectorProbeMetadata) Syncing

func (ActivationRequest_ActivatePathSelectorProbeMetadata) Tags

func (ActivationRequest_ActivatePathSelectorProbeMetadata) UpdateTime

func (ActivationRequest_ActivatePathSelectorProbeMetadata) Uuid

func (ActivationRequest_ActivatePathSelectorProbeMetadata) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeMetadata) WithValue

type ActivationRequest_ActivatePathSelectorProbeMetadataAnnotations

type ActivationRequest_ActivatePathSelectorProbeMetadataAnnotations struct{}

func (ActivationRequest_ActivatePathSelectorProbeMetadataAnnotations) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeMetadataAnnotations) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeMetadataAnnotations) WithKey

func (ActivationRequest_ActivatePathSelectorProbeMetadataAnnotations) WithValue

type ActivationRequest_ActivatePathSelectorProbeMetadataCreateTime

type ActivationRequest_ActivatePathSelectorProbeMetadataCreateTime struct{}

func (ActivationRequest_ActivatePathSelectorProbeMetadataCreateTime) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeMetadataCreateTime) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeMetadataCreateTime) WithValue

type ActivationRequest_ActivatePathSelectorProbeMetadataDeleteTime added in v0.7.1

type ActivationRequest_ActivatePathSelectorProbeMetadataDeleteTime struct{}

func (ActivationRequest_ActivatePathSelectorProbeMetadataDeleteTime) FieldPath added in v0.7.1

func (ActivationRequest_ActivatePathSelectorProbeMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (ActivationRequest_ActivatePathSelectorProbeMetadataDeleteTime) WithValue added in v0.7.1

type ActivationRequest_ActivatePathSelectorProbeMetadataGeneration

type ActivationRequest_ActivatePathSelectorProbeMetadataGeneration struct{}

func (ActivationRequest_ActivatePathSelectorProbeMetadataGeneration) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeMetadataGeneration) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeMetadataGeneration) WithValue

type ActivationRequest_ActivatePathSelectorProbeMetadataLabels

type ActivationRequest_ActivatePathSelectorProbeMetadataLabels struct{}

func (ActivationRequest_ActivatePathSelectorProbeMetadataLabels) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeMetadataLabels) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeMetadataLabels) WithKey

func (ActivationRequest_ActivatePathSelectorProbeMetadataLabels) WithValue

type ActivationRequest_ActivatePathSelectorProbeMetadataLifecycle added in v0.7.1

type ActivationRequest_ActivatePathSelectorProbeMetadataLifecycle struct{}

func (ActivationRequest_ActivatePathSelectorProbeMetadataLifecycle) BlockDeletion added in v0.7.1

func (ActivationRequest_ActivatePathSelectorProbeMetadataLifecycle) FieldPath added in v0.7.1

func (ActivationRequest_ActivatePathSelectorProbeMetadataLifecycle) State added in v0.7.1

func (ActivationRequest_ActivatePathSelectorProbeMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (ActivationRequest_ActivatePathSelectorProbeMetadataLifecycle) WithValue added in v0.7.1

type ActivationRequest_ActivatePathSelectorProbeMetadataLifecycleBlockDeletion added in v0.7.1

type ActivationRequest_ActivatePathSelectorProbeMetadataLifecycleBlockDeletion struct{}

func (ActivationRequest_ActivatePathSelectorProbeMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (ActivationRequest_ActivatePathSelectorProbeMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (ActivationRequest_ActivatePathSelectorProbeMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type ActivationRequest_ActivatePathSelectorProbeMetadataLifecycleState added in v0.7.1

type ActivationRequest_ActivatePathSelectorProbeMetadataLifecycleState struct{}

func (ActivationRequest_ActivatePathSelectorProbeMetadataLifecycleState) FieldPath added in v0.7.1

func (ActivationRequest_ActivatePathSelectorProbeMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (ActivationRequest_ActivatePathSelectorProbeMetadataLifecycleState) WithValue added in v0.7.1

type ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferences

type ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferences struct{}

func (ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferences) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferences) Region added in v0.7.1

func (ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferences) Version added in v0.7.1

func (ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferences) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferences) WithItemValue

func (ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferences) WithValue

type ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferencesBlockOwnerDeletion

type ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferencesController

type ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferencesController struct{}

func (ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferencesController) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferencesController) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferencesController) WithValue

type ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferencesKind

type ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferencesKind struct{}

func (ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferencesKind) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferencesKind) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferencesKind) WithValue

type ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferencesName

type ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferencesName struct{}

func (ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferencesName) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferencesName) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferencesName) WithValue

type ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferencesRegion added in v0.7.1

type ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferencesRegion struct{}

func (ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferencesRequiresOwnerReference struct{}

func (ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferencesVersion added in v0.7.1

type ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferencesVersion struct{}

func (ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (ActivationRequest_ActivatePathSelectorProbeMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type ActivationRequest_ActivatePathSelectorProbeMetadataResourceVersion

type ActivationRequest_ActivatePathSelectorProbeMetadataResourceVersion struct{}

func (ActivationRequest_ActivatePathSelectorProbeMetadataResourceVersion) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeMetadataResourceVersion) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeMetadataResourceVersion) WithValue

type ActivationRequest_ActivatePathSelectorProbeMetadataShards

type ActivationRequest_ActivatePathSelectorProbeMetadataShards struct{}

func (ActivationRequest_ActivatePathSelectorProbeMetadataShards) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeMetadataShards) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeMetadataShards) WithKey

func (ActivationRequest_ActivatePathSelectorProbeMetadataShards) WithValue

type ActivationRequest_ActivatePathSelectorProbeMetadataSyncing

type ActivationRequest_ActivatePathSelectorProbeMetadataSyncing struct{}

func (ActivationRequest_ActivatePathSelectorProbeMetadataSyncing) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeMetadataSyncing) Regions

func (ActivationRequest_ActivatePathSelectorProbeMetadataSyncing) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeMetadataSyncing) WithValue

type ActivationRequest_ActivatePathSelectorProbeMetadataSyncingOwningRegion

type ActivationRequest_ActivatePathSelectorProbeMetadataSyncingOwningRegion struct{}

func (ActivationRequest_ActivatePathSelectorProbeMetadataSyncingOwningRegion) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeMetadataSyncingOwningRegion) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeMetadataSyncingOwningRegion) WithValue

type ActivationRequest_ActivatePathSelectorProbeMetadataSyncingRegions

type ActivationRequest_ActivatePathSelectorProbeMetadataSyncingRegions struct{}

func (ActivationRequest_ActivatePathSelectorProbeMetadataSyncingRegions) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeMetadataSyncingRegions) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeMetadataSyncingRegions) WithItemValue

func (ActivationRequest_ActivatePathSelectorProbeMetadataSyncingRegions) WithValue

type ActivationRequest_ActivatePathSelectorProbeMetadataTags

type ActivationRequest_ActivatePathSelectorProbeMetadataTags struct{}

func (ActivationRequest_ActivatePathSelectorProbeMetadataTags) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeMetadataTags) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeMetadataTags) WithItemValue

func (ActivationRequest_ActivatePathSelectorProbeMetadataTags) WithValue

type ActivationRequest_ActivatePathSelectorProbeMetadataUpdateTime

type ActivationRequest_ActivatePathSelectorProbeMetadataUpdateTime struct{}

func (ActivationRequest_ActivatePathSelectorProbeMetadataUpdateTime) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeMetadataUpdateTime) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeMetadataUpdateTime) WithValue

type ActivationRequest_ActivatePathSelectorProbeMetadataUuid

type ActivationRequest_ActivatePathSelectorProbeMetadataUuid struct{}

func (ActivationRequest_ActivatePathSelectorProbeMetadataUuid) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeMetadataUuid) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeMetadataUuid) WithValue

type ActivationRequest_ActivatePathSelectorProbeName

type ActivationRequest_ActivatePathSelectorProbeName struct{}

func (ActivationRequest_ActivatePathSelectorProbeName) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeName) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeName) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpec

type ActivationRequest_ActivatePathSelectorProbeSpec struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpec) AccessToken

func (ActivationRequest_ActivatePathSelectorProbeSpec) Activation

func (ActivationRequest_ActivatePathSelectorProbeSpec) AgentType

func (ActivationRequest_ActivatePathSelectorProbeSpec) ContactInfo

func (ActivationRequest_ActivatePathSelectorProbeSpec) Device

func (ActivationRequest_ActivatePathSelectorProbeSpec) DisableSpeedtest

func (ActivationRequest_ActivatePathSelectorProbeSpec) Enabled

func (ActivationRequest_ActivatePathSelectorProbeSpec) ExternalIpCheckUrl

func (ActivationRequest_ActivatePathSelectorProbeSpec) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpec) LocationDiscovery

func (ActivationRequest_ActivatePathSelectorProbeSpec) PcapSettings added in v0.8.0

func (ActivationRequest_ActivatePathSelectorProbeSpec) PrimaryLocation

func (ActivationRequest_ActivatePathSelectorProbeSpec) ProbeGroup

func (ActivationRequest_ActivatePathSelectorProbeSpec) ProbeGroupName added in v0.10.6

func (ActivationRequest_ActivatePathSelectorProbeSpec) TargetServers

func (ActivationRequest_ActivatePathSelectorProbeSpec) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpec) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecAccessToken

type ActivationRequest_ActivatePathSelectorProbeSpecAccessToken struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecAccessToken) Enable

func (ActivationRequest_ActivatePathSelectorProbeSpecAccessToken) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecAccessToken) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecAccessToken) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecAccessTokenAccessToken

type ActivationRequest_ActivatePathSelectorProbeSpecAccessTokenAccessToken struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecAccessTokenAccessToken) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecAccessTokenAccessToken) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecAccessTokenAccessToken) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecAccessTokenEnable

type ActivationRequest_ActivatePathSelectorProbeSpecAccessTokenEnable struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecAccessTokenEnable) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecAccessTokenEnable) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecAccessTokenEnable) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecActivation

type ActivationRequest_ActivatePathSelectorProbeSpecActivation struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecActivation) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecActivation) InvitationExtras added in v0.4.49

func (ActivationRequest_ActivatePathSelectorProbeSpecActivation) Token

func (ActivationRequest_ActivatePathSelectorProbeSpecActivation) Type

func (ActivationRequest_ActivatePathSelectorProbeSpecActivation) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecActivation) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecActivationInvitationExtras added in v0.4.49

type ActivationRequest_ActivatePathSelectorProbeSpecActivationInvitationExtras struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecActivationInvitationExtras) FieldPath added in v0.4.49

func (ActivationRequest_ActivatePathSelectorProbeSpecActivationInvitationExtras) WithArrayOfValues added in v0.4.49

func (ActivationRequest_ActivatePathSelectorProbeSpecActivationInvitationExtras) WithKey added in v0.4.49

func (ActivationRequest_ActivatePathSelectorProbeSpecActivationInvitationExtras) WithValue added in v0.4.49

type ActivationRequest_ActivatePathSelectorProbeSpecActivationReusableToken

type ActivationRequest_ActivatePathSelectorProbeSpecActivationReusableToken struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecActivationReusableToken) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecActivationReusableToken) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecActivationReusableToken) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecActivationSendInvitationOnCreate

type ActivationRequest_ActivatePathSelectorProbeSpecActivationSendInvitationOnCreate struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecActivationSendInvitationOnCreate) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecActivationSendInvitationOnCreate) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecActivationSendInvitationOnCreate) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecActivationToken

type ActivationRequest_ActivatePathSelectorProbeSpecActivationToken struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecActivationToken) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecActivationToken) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecActivationToken) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecActivationType

type ActivationRequest_ActivatePathSelectorProbeSpecActivationType struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecActivationType) FieldPath

type ActivationRequest_ActivatePathSelectorProbeSpecAgentType

type ActivationRequest_ActivatePathSelectorProbeSpecAgentType struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecAgentType) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecAgentType) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecAgentType) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecContactInfo

type ActivationRequest_ActivatePathSelectorProbeSpecContactInfo struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecContactInfo) Email

func (ActivationRequest_ActivatePathSelectorProbeSpecContactInfo) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecContactInfo) Phones

func (ActivationRequest_ActivatePathSelectorProbeSpecContactInfo) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecContactInfo) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecContactInfoEmail

type ActivationRequest_ActivatePathSelectorProbeSpecContactInfoEmail struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecContactInfoEmail) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecContactInfoEmail) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecContactInfoEmail) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecContactInfoFullName

type ActivationRequest_ActivatePathSelectorProbeSpecContactInfoFullName struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecContactInfoFullName) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecContactInfoFullName) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecContactInfoFullName) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecContactInfoPhones

type ActivationRequest_ActivatePathSelectorProbeSpecContactInfoPhones struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecContactInfoPhones) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecContactInfoPhones) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecContactInfoPhones) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecContactInfoPhonesNumber

type ActivationRequest_ActivatePathSelectorProbeSpecContactInfoPhonesNumber struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecContactInfoPhonesNumber) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecContactInfoPhonesNumber) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecContactInfoPhonesNumber) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecContactInfoPhonesType

type ActivationRequest_ActivatePathSelectorProbeSpecContactInfoPhonesType struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecContactInfoPhonesType) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecContactInfoPhonesType) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecContactInfoPhonesType) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecDevice

type ActivationRequest_ActivatePathSelectorProbeSpecDevice struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecDevice) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecDevice) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecDevice) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecDisableSpeedtest

type ActivationRequest_ActivatePathSelectorProbeSpecDisableSpeedtest struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecDisableSpeedtest) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecDisableSpeedtest) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecDisableSpeedtest) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecEnabled

type ActivationRequest_ActivatePathSelectorProbeSpecEnabled struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecEnabled) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecEnabled) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecEnabled) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecExternalIpCheckUrl

type ActivationRequest_ActivatePathSelectorProbeSpecExternalIpCheckUrl struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecExternalIpCheckUrl) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecExternalIpCheckUrl) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecExternalIpCheckUrl) WithItemValue

func (ActivationRequest_ActivatePathSelectorProbeSpecExternalIpCheckUrl) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecLocationDiscovery

type ActivationRequest_ActivatePathSelectorProbeSpecLocationDiscovery struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecLocationDiscovery) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecLocationDiscovery) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecLocationDiscovery) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecLocationDiscoveryRequiredAccuracy

type ActivationRequest_ActivatePathSelectorProbeSpecLocationDiscoveryRequiredAccuracy struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecLocationDiscoveryRequiredAccuracy) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecLocationDiscoveryRequiredAccuracy) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecLocationDiscoveryRequiredAccuracy) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecLocationDiscoveryType

type ActivationRequest_ActivatePathSelectorProbeSpecLocationDiscoveryType struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecLocationDiscoveryType) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecLocationDiscoveryType) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecLocationDiscoveryType) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecPcapSettings added in v0.8.0

type ActivationRequest_ActivatePathSelectorProbeSpecPcapSettings struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecPcapSettings) CaptureFullPacket added in v0.8.0

func (ActivationRequest_ActivatePathSelectorProbeSpecPcapSettings) Enable added in v0.8.0

func (ActivationRequest_ActivatePathSelectorProbeSpecPcapSettings) FieldPath added in v0.8.0

func (ActivationRequest_ActivatePathSelectorProbeSpecPcapSettings) OnDemandMode added in v0.10.10

func (ActivationRequest_ActivatePathSelectorProbeSpecPcapSettings) StopOnDemandModeBy added in v0.10.10

func (ActivationRequest_ActivatePathSelectorProbeSpecPcapSettings) WithArrayOfValues added in v0.8.0

func (ActivationRequest_ActivatePathSelectorProbeSpecPcapSettings) WithValue added in v0.8.0

type ActivationRequest_ActivatePathSelectorProbeSpecPcapSettingsCaptureFullPacket added in v0.8.0

type ActivationRequest_ActivatePathSelectorProbeSpecPcapSettingsCaptureFullPacket struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecPcapSettingsCaptureFullPacket) FieldPath added in v0.8.0

func (ActivationRequest_ActivatePathSelectorProbeSpecPcapSettingsCaptureFullPacket) WithArrayOfValues added in v0.8.0

func (ActivationRequest_ActivatePathSelectorProbeSpecPcapSettingsCaptureFullPacket) WithValue added in v0.8.0

type ActivationRequest_ActivatePathSelectorProbeSpecPcapSettingsEnable added in v0.8.0

type ActivationRequest_ActivatePathSelectorProbeSpecPcapSettingsEnable struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecPcapSettingsEnable) FieldPath added in v0.8.0

func (ActivationRequest_ActivatePathSelectorProbeSpecPcapSettingsEnable) WithArrayOfValues added in v0.8.0

func (ActivationRequest_ActivatePathSelectorProbeSpecPcapSettingsEnable) WithValue added in v0.8.0

type ActivationRequest_ActivatePathSelectorProbeSpecPcapSettingsOnDemandMode added in v0.10.10

type ActivationRequest_ActivatePathSelectorProbeSpecPcapSettingsOnDemandMode struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecPcapSettingsOnDemandMode) FieldPath added in v0.10.10

func (ActivationRequest_ActivatePathSelectorProbeSpecPcapSettingsOnDemandMode) WithArrayOfValues added in v0.10.10

func (ActivationRequest_ActivatePathSelectorProbeSpecPcapSettingsOnDemandMode) WithValue added in v0.10.10

type ActivationRequest_ActivatePathSelectorProbeSpecPcapSettingsStopOnDemandModeBy added in v0.10.10

type ActivationRequest_ActivatePathSelectorProbeSpecPcapSettingsStopOnDemandModeBy struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecPcapSettingsStopOnDemandModeBy) FieldPath added in v0.10.10

func (ActivationRequest_ActivatePathSelectorProbeSpecPcapSettingsStopOnDemandModeBy) WithArrayOfValues added in v0.10.10

func (ActivationRequest_ActivatePathSelectorProbeSpecPcapSettingsStopOnDemandModeBy) WithValue added in v0.10.10

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocation

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocation struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocation) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocation) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocation) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAccuracy

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAccuracy struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAccuracy) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAccuracy) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAccuracy) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddress

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddress struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddress) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddress) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddress) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressAdminArea1

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressAdminArea1 struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressAdminArea1) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressAdminArea1) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressAdminArea1) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressAdminArea2

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressAdminArea2 struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressAdminArea2) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressAdminArea2) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressAdminArea2) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressAdminArea3

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressAdminArea3 struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressAdminArea3) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressAdminArea3) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressAdminArea3) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressAdminArea4

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressAdminArea4 struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressAdminArea4) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressAdminArea4) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressAdminArea4) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressContinent

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressContinent struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressContinent) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressContinent) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressContinent) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressCountry

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressCountry struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressCountry) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressCountry) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressCountry) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressCountryCode

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressCountryCode struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressCountryCode) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressCountryCode) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressCountryCode) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressPostalCode

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressPostalCode struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressPostalCode) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressPostalCode) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressPostalCode) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressStreetAddress

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressStreetAddress struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressStreetAddress) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressStreetAddress) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAddressStreetAddress) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchy

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchy struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchy) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchy) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchy) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin1

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin1 struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin1) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin1) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin1) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin2

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin2 struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin2) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin2) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin2) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin3

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin3 struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin3) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin3) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin3) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin4

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin4 struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin4) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin4) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin4) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin5

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin5 struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin5) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin5) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin5) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchyContinent

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchyContinent struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchyContinent) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchyContinent) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchyContinent) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchyCountry

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchyCountry struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchyCountry) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchyCountry) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationAdminHierarchyCountry) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationCoordinates

type ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationCoordinates struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationCoordinates) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationCoordinates) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecPrimaryLocationCoordinates) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecProbeGroup

type ActivationRequest_ActivatePathSelectorProbeSpecProbeGroup struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecProbeGroup) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecProbeGroup) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecProbeGroup) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecProbeGroupName added in v0.10.6

type ActivationRequest_ActivatePathSelectorProbeSpecProbeGroupName struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecProbeGroupName) FieldPath added in v0.10.6

func (ActivationRequest_ActivatePathSelectorProbeSpecProbeGroupName) WithArrayOfValues added in v0.10.6

func (ActivationRequest_ActivatePathSelectorProbeSpecProbeGroupName) WithValue added in v0.10.6

type ActivationRequest_ActivatePathSelectorProbeSpecTargetServers

type ActivationRequest_ActivatePathSelectorProbeSpecTargetServers struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecTargetServers) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecTargetServers) TargetAddressType added in v0.4.30

func (ActivationRequest_ActivatePathSelectorProbeSpecTargetServers) TargetIpVersion added in v0.7.4

func (ActivationRequest_ActivatePathSelectorProbeSpecTargetServers) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecTargetServers) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecTargetServersIcmpTarget

type ActivationRequest_ActivatePathSelectorProbeSpecTargetServersIcmpTarget struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecTargetServersIcmpTarget) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecTargetServersIcmpTarget) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecTargetServersIcmpTarget) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecTargetServersIcmpTargetEnabled

type ActivationRequest_ActivatePathSelectorProbeSpecTargetServersIcmpTargetEnabled struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecTargetServersIcmpTargetEnabled) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecTargetServersIcmpTargetEnabled) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecTargetServersIcmpTargetEnabled) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecTargetServersSpeedTestTarget

type ActivationRequest_ActivatePathSelectorProbeSpecTargetServersSpeedTestTarget struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecTargetServersSpeedTestTarget) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecTargetServersSpeedTestTarget) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecTargetServersSpeedTestTarget) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecTargetServersSpeedTestTargetEnabled

type ActivationRequest_ActivatePathSelectorProbeSpecTargetServersSpeedTestTargetEnabled struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecTargetServersSpeedTestTargetEnabled) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecTargetServersSpeedTestTargetEnabled) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecTargetServersSpeedTestTargetEnabled) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecTargetServersSpeedTestTargetTcpPort

type ActivationRequest_ActivatePathSelectorProbeSpecTargetServersSpeedTestTargetTcpPort struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecTargetServersSpeedTestTargetTcpPort) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecTargetServersSpeedTestTargetTcpPort) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecTargetServersSpeedTestTargetTcpPort) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecTargetServersTargetAddressType added in v0.4.30

type ActivationRequest_ActivatePathSelectorProbeSpecTargetServersTargetAddressType struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecTargetServersTargetAddressType) FieldPath added in v0.4.30

func (ActivationRequest_ActivatePathSelectorProbeSpecTargetServersTargetAddressType) WithArrayOfValues added in v0.4.30

func (ActivationRequest_ActivatePathSelectorProbeSpecTargetServersTargetAddressType) WithValue added in v0.4.30

type ActivationRequest_ActivatePathSelectorProbeSpecTargetServersTargetIpVersion added in v0.7.4

type ActivationRequest_ActivatePathSelectorProbeSpecTargetServersTargetIpVersion struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecTargetServersTargetIpVersion) FieldPath added in v0.7.4

func (ActivationRequest_ActivatePathSelectorProbeSpecTargetServersTargetIpVersion) WithArrayOfValues added in v0.7.4

func (ActivationRequest_ActivatePathSelectorProbeSpecTargetServersTargetIpVersion) WithValue added in v0.7.4

type ActivationRequest_ActivatePathSelectorProbeSpecTargetServersUdpTarget

type ActivationRequest_ActivatePathSelectorProbeSpecTargetServersUdpTarget struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecTargetServersUdpTarget) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecTargetServersUdpTarget) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecTargetServersUdpTarget) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecTargetServersUdpTargetEnabled

type ActivationRequest_ActivatePathSelectorProbeSpecTargetServersUdpTargetEnabled struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecTargetServersUdpTargetEnabled) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecTargetServersUdpTargetEnabled) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecTargetServersUdpTargetEnabled) WithValue

type ActivationRequest_ActivatePathSelectorProbeSpecTargetServersUdpTargetPort

type ActivationRequest_ActivatePathSelectorProbeSpecTargetServersUdpTargetPort struct{}

func (ActivationRequest_ActivatePathSelectorProbeSpecTargetServersUdpTargetPort) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeSpecTargetServersUdpTargetPort) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeSpecTargetServersUdpTargetPort) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatus

type ActivationRequest_ActivatePathSelectorProbeStatus struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatus) Activation

func (ActivationRequest_ActivatePathSelectorProbeStatus) ActiveLocation

func (ActivationRequest_ActivatePathSelectorProbeStatus) AgentType

func (ActivationRequest_ActivatePathSelectorProbeStatus) AsInfo

func (ActivationRequest_ActivatePathSelectorProbeStatus) Bandwidth

func (ActivationRequest_ActivatePathSelectorProbeStatus) Carrier

func (ActivationRequest_ActivatePathSelectorProbeStatus) Connection

func (ActivationRequest_ActivatePathSelectorProbeStatus) ExternalHostname

func (ActivationRequest_ActivatePathSelectorProbeStatus) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatus) ProxyConfig added in v0.10.5

func (ActivationRequest_ActivatePathSelectorProbeStatus) SoftwareVersion

func (ActivationRequest_ActivatePathSelectorProbeStatus) SystemInfo

func (ActivationRequest_ActivatePathSelectorProbeStatus) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatus) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusActivation

type ActivationRequest_ActivatePathSelectorProbeStatusActivation struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusActivation) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusActivation) Status

func (ActivationRequest_ActivatePathSelectorProbeStatusActivation) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusActivation) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusActivationCurrentSession

type ActivationRequest_ActivatePathSelectorProbeStatusActivationCurrentSession struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusActivationCurrentSession) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusActivationCurrentSession) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusActivationCurrentSession) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusActivationCurrentSessionClientCookie

type ActivationRequest_ActivatePathSelectorProbeStatusActivationCurrentSessionClientCookie struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusActivationCurrentSessionClientCookie) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusActivationCurrentSessionClientCookie) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusActivationCurrentSessionClientCookie) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusActivationCurrentSessionLockDeadline

type ActivationRequest_ActivatePathSelectorProbeStatusActivationCurrentSessionLockDeadline struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusActivationCurrentSessionLockDeadline) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusActivationCurrentSessionLockDeadline) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusActivationCurrentSessionLockDeadline) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusActivationLastInvitation

type ActivationRequest_ActivatePathSelectorProbeStatusActivationLastInvitation struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusActivationLastInvitation) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusActivationLastInvitation) SendFailureMessage added in v0.11.14

type ActivationRequest_ActivatePathSelectorProbeStatusActivationLastInvitationSendFailureMessage added in v0.11.14

type ActivationRequest_ActivatePathSelectorProbeStatusActivationLastInvitationSendFailureMessage struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusActivationLastInvitationSendFailureMessage) FieldPath added in v0.11.14

func (ActivationRequest_ActivatePathSelectorProbeStatusActivationLastInvitationSendFailureMessage) WithArrayOfValues added in v0.11.14

func (ActivationRequest_ActivatePathSelectorProbeStatusActivationLastInvitationSendFailureMessage) WithValue added in v0.11.14

type ActivationRequest_ActivatePathSelectorProbeStatusActivationLastInvitationSender

type ActivationRequest_ActivatePathSelectorProbeStatusActivationLastInvitationSender struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusActivationLastInvitationSender) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusActivationLastInvitationSender) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusActivationLastInvitationSender) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusActivationLastInvitationSentDate

type ActivationRequest_ActivatePathSelectorProbeStatusActivationLastInvitationSentDate struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusActivationLastInvitationSentDate) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusActivationLastInvitationSentDate) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusActivationLastInvitationSentDate) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusActivationServiceAccount

type ActivationRequest_ActivatePathSelectorProbeStatusActivationServiceAccount struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusActivationServiceAccount) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusActivationServiceAccount) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusActivationServiceAccount) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusActivationStatus

type ActivationRequest_ActivatePathSelectorProbeStatusActivationStatus struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusActivationStatus) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusActivationStatus) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusActivationStatus) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocation

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocation struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocation) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocation) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocation) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAccuracy

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAccuracy struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAccuracy) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAccuracy) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAccuracy) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddress

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddress struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddress) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddress) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddress) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressAdminArea1

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressAdminArea1 struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressAdminArea1) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressAdminArea1) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressAdminArea1) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressAdminArea2

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressAdminArea2 struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressAdminArea2) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressAdminArea2) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressAdminArea2) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressAdminArea3

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressAdminArea3 struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressAdminArea3) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressAdminArea3) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressAdminArea3) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressAdminArea4

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressAdminArea4 struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressAdminArea4) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressAdminArea4) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressAdminArea4) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressContinent

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressContinent struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressContinent) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressContinent) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressContinent) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressCountry

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressCountry struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressCountry) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressCountry) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressCountry) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressCountryCode

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressCountryCode struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressCountryCode) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressCountryCode) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressCountryCode) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressPostalCode

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressPostalCode struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressPostalCode) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressPostalCode) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressPostalCode) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressStreetAddress

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressStreetAddress struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressStreetAddress) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressStreetAddress) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAddressStreetAddress) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchy

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchy struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchy) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchy) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchy) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchyAdmin1

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchyAdmin1 struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchyAdmin1) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchyAdmin1) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchyAdmin1) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchyAdmin2

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchyAdmin2 struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchyAdmin2) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchyAdmin2) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchyAdmin2) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchyAdmin3

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchyAdmin3 struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchyAdmin3) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchyAdmin3) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchyAdmin3) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchyAdmin4

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchyAdmin4 struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchyAdmin4) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchyAdmin4) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchyAdmin4) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchyAdmin5

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchyAdmin5 struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchyAdmin5) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchyAdmin5) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchyAdmin5) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchyContinent

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchyContinent struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchyContinent) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchyContinent) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchyContinent) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchyCountry

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchyCountry struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchyCountry) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchyCountry) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationAdminHierarchyCountry) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationCoordinates

type ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationCoordinates struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationCoordinates) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationCoordinates) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusActiveLocationCoordinates) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusAgentType

type ActivationRequest_ActivatePathSelectorProbeStatusAgentType struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusAgentType) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusAgentType) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusAgentType) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusAsInfo

type ActivationRequest_ActivatePathSelectorProbeStatusAsInfo struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusAsInfo) Asn

func (ActivationRequest_ActivatePathSelectorProbeStatusAsInfo) AsnType

func (ActivationRequest_ActivatePathSelectorProbeStatusAsInfo) Domain

func (ActivationRequest_ActivatePathSelectorProbeStatusAsInfo) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusAsInfo) Name

func (ActivationRequest_ActivatePathSelectorProbeStatusAsInfo) Routes

func (ActivationRequest_ActivatePathSelectorProbeStatusAsInfo) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusAsInfo) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusAsInfoAsn

type ActivationRequest_ActivatePathSelectorProbeStatusAsInfoAsn struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusAsInfoAsn) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusAsInfoAsn) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusAsInfoAsn) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusAsInfoAsnType

type ActivationRequest_ActivatePathSelectorProbeStatusAsInfoAsnType struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusAsInfoAsnType) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusAsInfoAsnType) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusAsInfoAsnType) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusAsInfoDomain

type ActivationRequest_ActivatePathSelectorProbeStatusAsInfoDomain struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusAsInfoDomain) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusAsInfoDomain) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusAsInfoDomain) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusAsInfoName

type ActivationRequest_ActivatePathSelectorProbeStatusAsInfoName struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusAsInfoName) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusAsInfoName) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusAsInfoName) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusAsInfoRoutes

type ActivationRequest_ActivatePathSelectorProbeStatusAsInfoRoutes struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusAsInfoRoutes) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusAsInfoRoutes) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusAsInfoRoutes) WithItemValue

func (ActivationRequest_ActivatePathSelectorProbeStatusAsInfoRoutes) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusBandwidth

type ActivationRequest_ActivatePathSelectorProbeStatusBandwidth struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusBandwidth) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusBandwidth) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusBandwidth) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusBandwidthDownloadMbps

type ActivationRequest_ActivatePathSelectorProbeStatusBandwidthDownloadMbps struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusBandwidthDownloadMbps) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusBandwidthDownloadMbps) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusBandwidthDownloadMbps) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusBandwidthLastReported

type ActivationRequest_ActivatePathSelectorProbeStatusBandwidthLastReported struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusBandwidthLastReported) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusBandwidthLastReported) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusBandwidthLastReported) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusBandwidthServerIpAddress

type ActivationRequest_ActivatePathSelectorProbeStatusBandwidthServerIpAddress struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusBandwidthServerIpAddress) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusBandwidthServerIpAddress) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusBandwidthServerIpAddress) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusBandwidthTestServer

type ActivationRequest_ActivatePathSelectorProbeStatusBandwidthTestServer struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusBandwidthTestServer) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusBandwidthTestServer) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusBandwidthTestServer) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusBandwidthUploadMbps

type ActivationRequest_ActivatePathSelectorProbeStatusBandwidthUploadMbps struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusBandwidthUploadMbps) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusBandwidthUploadMbps) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusBandwidthUploadMbps) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusCarrier

type ActivationRequest_ActivatePathSelectorProbeStatusCarrier struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusCarrier) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusCarrier) Name

func (ActivationRequest_ActivatePathSelectorProbeStatusCarrier) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusCarrier) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusCarrierLocationAreaCode

type ActivationRequest_ActivatePathSelectorProbeStatusCarrierLocationAreaCode struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusCarrierLocationAreaCode) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusCarrierLocationAreaCode) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusCarrierLocationAreaCode) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusCarrierMobileCountryCode

type ActivationRequest_ActivatePathSelectorProbeStatusCarrierMobileCountryCode struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusCarrierMobileCountryCode) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusCarrierMobileCountryCode) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusCarrierMobileCountryCode) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusCarrierMobileNetworkCode

type ActivationRequest_ActivatePathSelectorProbeStatusCarrierMobileNetworkCode struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusCarrierMobileNetworkCode) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusCarrierMobileNetworkCode) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusCarrierMobileNetworkCode) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusCarrierName

type ActivationRequest_ActivatePathSelectorProbeStatusCarrierName struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusCarrierName) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusCarrierName) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusCarrierName) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusConnection

type ActivationRequest_ActivatePathSelectorProbeStatusConnection struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusConnection) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusConnection) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusConnection) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusConnectionStatusChangeTime

type ActivationRequest_ActivatePathSelectorProbeStatusConnectionStatusChangeTime struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusConnectionStatusChangeTime) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusConnectionStatusChangeTime) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusConnectionStatusChangeTime) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocation

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocation struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocation) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocation) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocation) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAccuracy

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAccuracy struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAccuracy) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAccuracy) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAccuracy) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddress

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddress struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddress) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddress) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddress) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressAdminArea1

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressAdminArea1 struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressAdminArea1) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressAdminArea1) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressAdminArea1) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressAdminArea2

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressAdminArea2 struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressAdminArea2) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressAdminArea2) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressAdminArea2) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressAdminArea3

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressAdminArea3 struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressAdminArea3) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressAdminArea3) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressAdminArea3) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressAdminArea4

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressAdminArea4 struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressAdminArea4) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressAdminArea4) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressAdminArea4) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressContinent

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressContinent struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressContinent) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressContinent) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressContinent) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressCountry

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressCountry struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressCountry) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressCountry) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressCountry) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressCountryCode

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressCountryCode struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressCountryCode) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressCountryCode) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressCountryCode) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressPostalCode

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressPostalCode struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressPostalCode) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressPostalCode) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressPostalCode) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressStreetAddress

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressStreetAddress struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressStreetAddress) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressStreetAddress) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAddressStreetAddress) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchy

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchy struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchy) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchy) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchy) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin1

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin1 struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin1) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin1) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin1) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin2

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin2 struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin2) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin2) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin2) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin3

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin3 struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin3) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin3) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin3) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin4

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin4 struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin4) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin4) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin4) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin5

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin5 struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin5) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin5) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin5) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchyContinent

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchyContinent struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchyContinent) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchyContinent) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchyContinent) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchyCountry

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchyCountry struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchyCountry) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchyCountry) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationAdminHierarchyCountry) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationCoordinates

type ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationCoordinates struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationCoordinates) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationCoordinates) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusDiscoveredLocationCoordinates) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusExternalHostname

type ActivationRequest_ActivatePathSelectorProbeStatusExternalHostname struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusExternalHostname) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusExternalHostname) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusExternalHostname) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusExternalIpAddressV4

type ActivationRequest_ActivatePathSelectorProbeStatusExternalIpAddressV4 struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusExternalIpAddressV4) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusExternalIpAddressV4) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusExternalIpAddressV4) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusExternalIpAddressV6

type ActivationRequest_ActivatePathSelectorProbeStatusExternalIpAddressV6 struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusExternalIpAddressV6) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusExternalIpAddressV6) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusExternalIpAddressV6) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusNetworkInterfaces

type ActivationRequest_ActivatePathSelectorProbeStatusNetworkInterfaces struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusNetworkInterfaces) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusNetworkInterfaces) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusNetworkInterfaces) WithKey

func (ActivationRequest_ActivatePathSelectorProbeStatusNetworkInterfaces) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusProxyConfig added in v0.10.5

type ActivationRequest_ActivatePathSelectorProbeStatusProxyConfig struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusProxyConfig) FieldPath added in v0.10.5

func (ActivationRequest_ActivatePathSelectorProbeStatusProxyConfig) HttpProxy added in v0.10.5

func (ActivationRequest_ActivatePathSelectorProbeStatusProxyConfig) HttpsProxy added in v0.10.5

func (ActivationRequest_ActivatePathSelectorProbeStatusProxyConfig) NoProxy added in v0.10.5

func (ActivationRequest_ActivatePathSelectorProbeStatusProxyConfig) WithArrayOfValues added in v0.10.5

func (ActivationRequest_ActivatePathSelectorProbeStatusProxyConfig) WithValue added in v0.10.5

type ActivationRequest_ActivatePathSelectorProbeStatusProxyConfigHttpProxy added in v0.10.5

type ActivationRequest_ActivatePathSelectorProbeStatusProxyConfigHttpProxy struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusProxyConfigHttpProxy) FieldPath added in v0.10.5

func (ActivationRequest_ActivatePathSelectorProbeStatusProxyConfigHttpProxy) WithArrayOfValues added in v0.10.5

func (ActivationRequest_ActivatePathSelectorProbeStatusProxyConfigHttpProxy) WithValue added in v0.10.5

type ActivationRequest_ActivatePathSelectorProbeStatusProxyConfigHttpsProxy added in v0.10.5

type ActivationRequest_ActivatePathSelectorProbeStatusProxyConfigHttpsProxy struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusProxyConfigHttpsProxy) FieldPath added in v0.10.5

func (ActivationRequest_ActivatePathSelectorProbeStatusProxyConfigHttpsProxy) WithArrayOfValues added in v0.10.5

func (ActivationRequest_ActivatePathSelectorProbeStatusProxyConfigHttpsProxy) WithValue added in v0.10.5

type ActivationRequest_ActivatePathSelectorProbeStatusProxyConfigNoProxy added in v0.10.5

type ActivationRequest_ActivatePathSelectorProbeStatusProxyConfigNoProxy struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusProxyConfigNoProxy) FieldPath added in v0.10.5

func (ActivationRequest_ActivatePathSelectorProbeStatusProxyConfigNoProxy) WithArrayOfValues added in v0.10.5

func (ActivationRequest_ActivatePathSelectorProbeStatusProxyConfigNoProxy) WithValue added in v0.10.5

type ActivationRequest_ActivatePathSelectorProbeStatusSoftwareVersion

type ActivationRequest_ActivatePathSelectorProbeStatusSoftwareVersion struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusSoftwareVersion) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusSoftwareVersion) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusSoftwareVersion) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusSoftwareVersionBuildDate

type ActivationRequest_ActivatePathSelectorProbeStatusSoftwareVersionBuildDate struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusSoftwareVersionBuildDate) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusSoftwareVersionBuildDate) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusSoftwareVersionBuildDate) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusSoftwareVersionCommitId

type ActivationRequest_ActivatePathSelectorProbeStatusSoftwareVersionCommitId struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusSoftwareVersionCommitId) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusSoftwareVersionCommitId) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusSoftwareVersionCommitId) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusSoftwareVersionVersion

type ActivationRequest_ActivatePathSelectorProbeStatusSoftwareVersionVersion struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusSoftwareVersionVersion) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusSoftwareVersionVersion) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusSoftwareVersionVersion) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusSystemInfo

type ActivationRequest_ActivatePathSelectorProbeStatusSystemInfo struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfo) Family

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfo) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfo) Model

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfo) Os

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfo) Sku

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfo) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfo) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoArchitecture

type ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoArchitecture struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoArchitecture) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoArchitecture) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoArchitecture) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoFamily

type ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoFamily struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoFamily) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoFamily) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoFamily) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoHostName

type ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoHostName struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoHostName) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoHostName) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoHostName) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoManufacturer

type ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoManufacturer struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoManufacturer) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoManufacturer) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoManufacturer) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoModel

type ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoModel struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoModel) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoModel) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoModel) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoOs

type ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoOs struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoOs) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoOs) Name

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoOs) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoOs) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoOsBuildVersion

type ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoOsBuildVersion struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoOsBuildVersion) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoOsBuildVersion) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoOsBuildVersion) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoOsKernel

type ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoOsKernel struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoOsKernel) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoOsKernel) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoOsKernel) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoOsName

type ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoOsName struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoOsName) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoOsName) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoOsName) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoOsVersion

type ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoOsVersion struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoOsVersion) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoOsVersion) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoOsVersion) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoPlatform

type ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoPlatform struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoPlatform) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoPlatform) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoPlatform) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoSerialNumber

type ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoSerialNumber struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoSerialNumber) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoSerialNumber) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoSerialNumber) WithValue

type ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoSku

type ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoSku struct{}

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoSku) FieldPath

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoSku) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorProbeStatusSystemInfoSku) WithValue

type ActivationRequest_ActivatePathSelectorPublicKeyData added in v0.12.5

type ActivationRequest_ActivatePathSelectorPublicKeyData struct{}

func (ActivationRequest_ActivatePathSelectorPublicKeyData) FieldPath added in v0.12.5

func (ActivationRequest_ActivatePathSelectorPublicKeyData) WithArrayOfValues added in v0.12.5

func (ActivationRequest_ActivatePathSelectorPublicKeyData) WithValue added in v0.12.5

type ActivationRequest_ActivatePathSelectorToken

type ActivationRequest_ActivatePathSelectorToken struct{}

func (ActivationRequest_ActivatePathSelectorToken) FieldPath

func (ActivationRequest_ActivatePathSelectorToken) WithArrayOfValues

func (ActivationRequest_ActivatePathSelectorToken) WithValue

type ActivationRequest_Activate_

type ActivationRequest_Activate_ struct {
	// onboard is sent by client. Depending on configured onboarding policy,
	// response may be immediate or take a long time (manual confirmation)
	Activate *ActivationRequest_Activate `protobuf:"bytes,1,opt,name=activate,proto3,oneof" firestore:"activate"`
}

type ActivationRequest_Activate_FieldMask

type ActivationRequest_Activate_FieldMask struct {
	Paths []ActivationRequestActivate_FieldPath
}

func FullActivationRequest_Activate_FieldMask

func FullActivationRequest_Activate_FieldMask() *ActivationRequest_Activate_FieldMask

func (*ActivationRequest_Activate_FieldMask) AppendPath

func (*ActivationRequest_Activate_FieldMask) AppendRawPath

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

func (*ActivationRequest_Activate_FieldMask) DecodeFirestore

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

func (*ActivationRequest_Activate_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ActivationRequest_Activate_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ActivationRequest_Activate_FieldMask) FromProtoFieldMask

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

func (*ActivationRequest_Activate_FieldMask) GetPaths

func (*ActivationRequest_Activate_FieldMask) GetRawPaths

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

func (*ActivationRequest_Activate_FieldMask) IsFull

func (fieldMask *ActivationRequest_Activate_FieldMask) IsFull() bool

func (ActivationRequest_Activate_FieldMask) Marshal

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

implement methods required by customType

func (ActivationRequest_Activate_FieldMask) MarshalJSON

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

func (*ActivationRequest_Activate_FieldMask) PathsCount

func (fieldMask *ActivationRequest_Activate_FieldMask) PathsCount() int

func (*ActivationRequest_Activate_FieldMask) Project

func (*ActivationRequest_Activate_FieldMask) ProjectRaw

func (*ActivationRequest_Activate_FieldMask) ProtoMessage

func (fieldMask *ActivationRequest_Activate_FieldMask) ProtoMessage()

func (*ActivationRequest_Activate_FieldMask) ProtoReflect

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

func (*ActivationRequest_Activate_FieldMask) Reset

func (fieldMask *ActivationRequest_Activate_FieldMask) Reset()

func (*ActivationRequest_Activate_FieldMask) Set

func (fieldMask *ActivationRequest_Activate_FieldMask) Set(target, source *ActivationRequest_Activate)

func (*ActivationRequest_Activate_FieldMask) SetFromCliFlag

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

func (*ActivationRequest_Activate_FieldMask) SetRaw

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

func (*ActivationRequest_Activate_FieldMask) Size

func (fieldMask *ActivationRequest_Activate_FieldMask) Size() int

func (*ActivationRequest_Activate_FieldMask) String

func (fieldMask *ActivationRequest_Activate_FieldMask) String() string

func (*ActivationRequest_Activate_FieldMask) Subtract

func (*ActivationRequest_Activate_FieldMask) SubtractRaw

func (*ActivationRequest_Activate_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ActivationRequest_Activate_FieldMask) Unmarshal

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

func (*ActivationRequest_Activate_FieldMask) UnmarshalJSON

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

type ActivationRequest_ConfirmActivation

type ActivationRequest_ConfirmActivation struct {

	// Acknowledgment after receiving activation response.
	// Confirmation is required, otherwise received previously ServiceAccountKey
	// won't be usable
	ClientCookie string `protobuf:"bytes,1,opt,name=client_cookie,json=clientCookie,proto3" json:"client_cookie,omitempty" firestore:"clientCookie"`
	// contains filtered or unexported fields
}

func (*ActivationRequest_ConfirmActivation) Clone

func (*ActivationRequest_ConfirmActivation) CloneRaw

func (*ActivationRequest_ConfirmActivation) Descriptor

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

Deprecated, Use ActivationRequest_ConfirmActivation.ProtoReflect.Descriptor instead.

func (*ActivationRequest_ConfirmActivation) GetClientCookie

func (m *ActivationRequest_ConfirmActivation) GetClientCookie() string

func (*ActivationRequest_ConfirmActivation) GotenMessage

func (*ActivationRequest_ConfirmActivation) GotenMessage()

func (*ActivationRequest_ConfirmActivation) GotenObjectExt

func (o *ActivationRequest_ConfirmActivation) GotenObjectExt()

func (*ActivationRequest_ConfirmActivation) GotenValidate

func (obj *ActivationRequest_ConfirmActivation) GotenValidate() error

func (*ActivationRequest_ConfirmActivation) MakeFullFieldMask

func (*ActivationRequest_ConfirmActivation) MakeRawDiffFieldMask

func (*ActivationRequest_ConfirmActivation) MakeRawFullFieldMask

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

func (*ActivationRequest_ConfirmActivation) Marshal

func (*ActivationRequest_ConfirmActivation) MarshalJSON

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

func (*ActivationRequest_ConfirmActivation) Merge

func (*ActivationRequest_ConfirmActivation) MergeRaw

func (*ActivationRequest_ConfirmActivation) ProtoMessage

func (*ActivationRequest_ConfirmActivation) ProtoMessage()

func (*ActivationRequest_ConfirmActivation) ProtoReflect

func (*ActivationRequest_ConfirmActivation) Reset

func (*ActivationRequest_ConfirmActivation) SetClientCookie

func (m *ActivationRequest_ConfirmActivation) SetClientCookie(fv string)

func (*ActivationRequest_ConfirmActivation) String

func (*ActivationRequest_ConfirmActivation) Unmarshal

func (*ActivationRequest_ConfirmActivation) UnmarshalJSON

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

type ActivationRequest_ConfirmActivationPathSelectorClientCookie

type ActivationRequest_ConfirmActivationPathSelectorClientCookie struct{}

func (ActivationRequest_ConfirmActivationPathSelectorClientCookie) FieldPath

func (ActivationRequest_ConfirmActivationPathSelectorClientCookie) WithArrayOfValues

func (ActivationRequest_ConfirmActivationPathSelectorClientCookie) WithValue

type ActivationRequest_ConfirmActivation_

type ActivationRequest_ConfirmActivation_ struct {
	// ACK message is required to complete onboarding process
	ConfirmActivation *ActivationRequest_ConfirmActivation `protobuf:"bytes,2,opt,name=confirm_activation,json=confirmActivation,proto3,oneof" firestore:"confirmActivation"`
}

type ActivationRequest_ConfirmActivation_FieldMask

type ActivationRequest_ConfirmActivation_FieldMask struct {
	Paths []ActivationRequestConfirmActivation_FieldPath
}

func FullActivationRequest_ConfirmActivation_FieldMask

func FullActivationRequest_ConfirmActivation_FieldMask() *ActivationRequest_ConfirmActivation_FieldMask

func (*ActivationRequest_ConfirmActivation_FieldMask) AppendPath

func (*ActivationRequest_ConfirmActivation_FieldMask) AppendRawPath

func (*ActivationRequest_ConfirmActivation_FieldMask) DecodeFirestore

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

func (*ActivationRequest_ConfirmActivation_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ActivationRequest_ConfirmActivation_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ActivationRequest_ConfirmActivation_FieldMask) FromProtoFieldMask

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

func (*ActivationRequest_ConfirmActivation_FieldMask) GetPaths

func (*ActivationRequest_ConfirmActivation_FieldMask) GetRawPaths

func (*ActivationRequest_ConfirmActivation_FieldMask) IsFull

func (ActivationRequest_ConfirmActivation_FieldMask) Marshal

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

implement methods required by customType

func (ActivationRequest_ConfirmActivation_FieldMask) MarshalJSON

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

func (*ActivationRequest_ConfirmActivation_FieldMask) PathsCount

func (fieldMask *ActivationRequest_ConfirmActivation_FieldMask) PathsCount() int

func (*ActivationRequest_ConfirmActivation_FieldMask) Project

func (*ActivationRequest_ConfirmActivation_FieldMask) ProjectRaw

func (*ActivationRequest_ConfirmActivation_FieldMask) ProtoMessage

func (fieldMask *ActivationRequest_ConfirmActivation_FieldMask) ProtoMessage()

func (*ActivationRequest_ConfirmActivation_FieldMask) ProtoReflect

func (*ActivationRequest_ConfirmActivation_FieldMask) Reset

func (*ActivationRequest_ConfirmActivation_FieldMask) Set

func (*ActivationRequest_ConfirmActivation_FieldMask) SetFromCliFlag

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

func (*ActivationRequest_ConfirmActivation_FieldMask) SetRaw

func (*ActivationRequest_ConfirmActivation_FieldMask) Size

func (*ActivationRequest_ConfirmActivation_FieldMask) String

func (*ActivationRequest_ConfirmActivation_FieldMask) SubtractRaw

func (*ActivationRequest_ConfirmActivation_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*ActivationRequest_ConfirmActivation_FieldMask) Unmarshal

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

func (*ActivationRequest_ConfirmActivation_FieldMask) UnmarshalJSON

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

type ActivationRequest_FieldMask

type ActivationRequest_FieldMask struct {
	Paths []ActivationRequest_FieldPath
}

func FullActivationRequest_FieldMask

func FullActivationRequest_FieldMask() *ActivationRequest_FieldMask

func (*ActivationRequest_FieldMask) AppendPath

func (fieldMask *ActivationRequest_FieldMask) AppendPath(path ActivationRequest_FieldPath)

func (*ActivationRequest_FieldMask) AppendRawPath

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

func (*ActivationRequest_FieldMask) DecodeFirestore

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

func (*ActivationRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ActivationRequest_FieldMask) FilterInputFields

func (fieldMask *ActivationRequest_FieldMask) FilterInputFields() *ActivationRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ActivationRequest_FieldMask) FromProtoFieldMask

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

func (*ActivationRequest_FieldMask) GetPaths

func (*ActivationRequest_FieldMask) GetRawPaths

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

func (*ActivationRequest_FieldMask) IsFull

func (fieldMask *ActivationRequest_FieldMask) IsFull() bool

func (ActivationRequest_FieldMask) Marshal

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

implement methods required by customType

func (ActivationRequest_FieldMask) MarshalJSON

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

func (*ActivationRequest_FieldMask) PathsCount

func (fieldMask *ActivationRequest_FieldMask) PathsCount() int

func (*ActivationRequest_FieldMask) Project

func (*ActivationRequest_FieldMask) ProjectRaw

func (*ActivationRequest_FieldMask) ProtoMessage

func (fieldMask *ActivationRequest_FieldMask) ProtoMessage()

func (*ActivationRequest_FieldMask) ProtoReflect

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

func (*ActivationRequest_FieldMask) Reset

func (fieldMask *ActivationRequest_FieldMask) Reset()

func (*ActivationRequest_FieldMask) Set

func (fieldMask *ActivationRequest_FieldMask) Set(target, source *ActivationRequest)

func (*ActivationRequest_FieldMask) SetFromCliFlag

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

func (*ActivationRequest_FieldMask) SetRaw

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

func (*ActivationRequest_FieldMask) Size

func (fieldMask *ActivationRequest_FieldMask) Size() int

func (*ActivationRequest_FieldMask) String

func (fieldMask *ActivationRequest_FieldMask) String() string

func (*ActivationRequest_FieldMask) Subtract

func (*ActivationRequest_FieldMask) SubtractRaw

func (*ActivationRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ActivationRequest_FieldMask) Unmarshal

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

func (*ActivationRequest_FieldMask) UnmarshalJSON

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

type ActivationRequest_FieldPath

type ActivationRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() ActivationRequest_FieldPathSelector
	Get(source *ActivationRequest) []interface{}
	GetSingle(source *ActivationRequest) (interface{}, bool)
	ClearValue(item *ActivationRequest)

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

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

func MustParseActivationRequest_FieldPath

func MustParseActivationRequest_FieldPath(rawField string) ActivationRequest_FieldPath

func ParseActivationRequest_FieldPath

func ParseActivationRequest_FieldPath(rawField string) (ActivationRequest_FieldPath, error)

type ActivationRequest_FieldPathArrayItemValue

type ActivationRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ActivationRequest_FieldPath
	ContainsValue(*ActivationRequest) bool
}

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

func MustParseActivationRequest_FieldPathArrayItemValue

func MustParseActivationRequest_FieldPathArrayItemValue(pathStr, valueStr string) ActivationRequest_FieldPathArrayItemValue

func ParseActivationRequest_FieldPathArrayItemValue

func ParseActivationRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ActivationRequest_FieldPathArrayItemValue, error)

ParseActivationRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ActivationRequest_FieldPathArrayOfValues

type ActivationRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ActivationRequest_FieldPath
}

ActivationRequest_FieldPathArrayOfValues allows storing slice of values for ActivationRequest fields according to their type

func MustParseActivationRequest_FieldPathArrayOfValues

func MustParseActivationRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ActivationRequest_FieldPathArrayOfValues

func ParseActivationRequest_FieldPathArrayOfValues

func ParseActivationRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ActivationRequest_FieldPathArrayOfValues, error)

type ActivationRequest_FieldPathSelector

type ActivationRequest_FieldPathSelector int32
const (
	ActivationRequest_FieldPathSelectorActivate          ActivationRequest_FieldPathSelector = 0
	ActivationRequest_FieldPathSelectorConfirmActivation ActivationRequest_FieldPathSelector = 1
)

func (ActivationRequest_FieldPathSelector) String

type ActivationRequest_FieldPathValue

type ActivationRequest_FieldPathValue interface {
	ActivationRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ActivationRequest)
	CompareWith(*ActivationRequest) (cmp int, comparable bool)
}

ActivationRequest_FieldPathValue allows storing values for ActivationRequest fields according to their type

func MustParseActivationRequest_FieldPathValue

func MustParseActivationRequest_FieldPathValue(pathStr, valueStr string) ActivationRequest_FieldPathValue

func ParseActivationRequest_FieldPathValue

func ParseActivationRequest_FieldPathValue(pathStr, valueStr string) (ActivationRequest_FieldPathValue, error)

type ActivationRequest_FieldSubPath

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

func (*ActivationRequest_FieldSubPath) AsActivateSubPath

func (*ActivationRequest_FieldSubPath) AsConfirmActivationSubPath

func (*ActivationRequest_FieldSubPath) ClearValue

func (fps *ActivationRequest_FieldSubPath) ClearValue(item *ActivationRequest)

func (*ActivationRequest_FieldSubPath) ClearValueRaw

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

func (*ActivationRequest_FieldSubPath) Get

func (fps *ActivationRequest_FieldSubPath) Get(source *ActivationRequest) (values []interface{})

Get returns all values pointed by selected field from source ActivationRequest

func (*ActivationRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ActivationRequest_FieldSubPath) GetRaw

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

func (*ActivationRequest_FieldSubPath) GetSingle

func (fps *ActivationRequest_FieldSubPath) GetSingle(source *ActivationRequest) (interface{}, bool)

GetSingle returns value of selected field from source ActivationRequest

func (*ActivationRequest_FieldSubPath) GetSingleRaw

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

func (*ActivationRequest_FieldSubPath) IsLeaf

func (fps *ActivationRequest_FieldSubPath) IsLeaf() bool

IsLeaf - whether field path is holds simple value

func (*ActivationRequest_FieldSubPath) JSONString

func (fps *ActivationRequest_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*ActivationRequest_FieldSubPath) Selector

func (*ActivationRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*ActivationRequest_FieldSubPath) String

func (fps *ActivationRequest_FieldSubPath) String() string

String returns path representation in proto convention

func (*ActivationRequest_FieldSubPath) WithIArrayItemValue

func (fps *ActivationRequest_FieldSubPath) WithIArrayItemValue(value interface{}) ActivationRequest_FieldPathArrayItemValue

func (*ActivationRequest_FieldSubPath) WithIArrayOfValues

func (fps *ActivationRequest_FieldSubPath) WithIArrayOfValues(values interface{}) ActivationRequest_FieldPathArrayOfValues

func (*ActivationRequest_FieldSubPath) WithIValue

func (fps *ActivationRequest_FieldSubPath) WithIValue(value interface{}) ActivationRequest_FieldPathValue

func (*ActivationRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*ActivationRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*ActivationRequest_FieldSubPath) WithRawIValue

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

type ActivationRequest_FieldSubPathArrayItemValue

type ActivationRequest_FieldSubPathArrayItemValue struct {
	ActivationRequest_FieldPath
	// contains filtered or unexported fields
}

func (*ActivationRequest_FieldSubPathArrayItemValue) AsActivatePathItemValue

func (*ActivationRequest_FieldSubPathArrayItemValue) AsConfirmActivationPathItemValue

func (*ActivationRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*ActivationRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type ActivationRequest_FieldSubPathArrayOfValues

type ActivationRequest_FieldSubPathArrayOfValues struct {
	ActivationRequest_FieldPath
	// contains filtered or unexported fields
}

func (*ActivationRequest_FieldSubPathArrayOfValues) AsActivatePathArrayOfValues

func (*ActivationRequest_FieldSubPathArrayOfValues) AsConfirmActivationPathArrayOfValues

func (*ActivationRequest_FieldSubPathArrayOfValues) GetRawValues

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

type ActivationRequest_FieldSubPathValue

type ActivationRequest_FieldSubPathValue struct {
	ActivationRequest_FieldPath
	// contains filtered or unexported fields
}

func (*ActivationRequest_FieldSubPathValue) AsActivatePathValue

func (*ActivationRequest_FieldSubPathValue) AsConfirmActivationPathValue

func (*ActivationRequest_FieldSubPathValue) CompareWith

func (fpvs *ActivationRequest_FieldSubPathValue) CompareWith(source *ActivationRequest) (int, bool)

func (*ActivationRequest_FieldSubPathValue) CompareWithRaw

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

func (*ActivationRequest_FieldSubPathValue) GetRawValue

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

func (*ActivationRequest_FieldSubPathValue) SetTo

func (*ActivationRequest_FieldSubPathValue) SetToRaw

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

type ActivationRequest_FieldTerminalPath

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

func (*ActivationRequest_FieldTerminalPath) ClearValue

func (*ActivationRequest_FieldTerminalPath) ClearValueRaw

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

func (*ActivationRequest_FieldTerminalPath) Get

func (fp *ActivationRequest_FieldTerminalPath) Get(source *ActivationRequest) (values []interface{})

Get returns all values pointed by specific field from source ActivationRequest

func (*ActivationRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ActivationRequest_FieldTerminalPath) GetRaw

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

func (*ActivationRequest_FieldTerminalPath) GetSingle

func (fp *ActivationRequest_FieldTerminalPath) GetSingle(source *ActivationRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source ActivationRequest

func (*ActivationRequest_FieldTerminalPath) GetSingleRaw

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

func (*ActivationRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ActivationRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ActivationRequest_FieldTerminalPath) Selector

func (*ActivationRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*ActivationRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*ActivationRequest_FieldTerminalPath) WithIArrayItemValue

func (fp *ActivationRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) ActivationRequest_FieldPathArrayItemValue

func (*ActivationRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *ActivationRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) ActivationRequest_FieldPathArrayOfValues

func (*ActivationRequest_FieldTerminalPath) WithIValue

func (*ActivationRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ActivationRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ActivationRequest_FieldTerminalPath) WithRawIValue

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

type ActivationRequest_FieldTerminalPathArrayItemValue

type ActivationRequest_FieldTerminalPathArrayItemValue struct {
	ActivationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ActivationRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ActivationRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ActivationRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *ActivationRequest_FieldTerminalPathArrayItemValue) GetSingle(source *ActivationRequest) (interface{}, bool)

func (*ActivationRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ActivationRequest_FieldTerminalPathArrayOfValues

type ActivationRequest_FieldTerminalPathArrayOfValues struct {
	ActivationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ActivationRequest_FieldTerminalPathArrayOfValues) AsActivateArrayOfValues

func (*ActivationRequest_FieldTerminalPathArrayOfValues) AsConfirmActivationArrayOfValues

func (fpaov *ActivationRequest_FieldTerminalPathArrayOfValues) AsConfirmActivationArrayOfValues() ([]*ActivationRequest_ConfirmActivation, bool)

func (*ActivationRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type ActivationRequest_FieldTerminalPathValue

type ActivationRequest_FieldTerminalPathValue struct {
	ActivationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ActivationRequest_FieldTerminalPathValue) AsActivateValue

func (*ActivationRequest_FieldTerminalPathValue) AsConfirmActivationValue

func (*ActivationRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ActivationRequest_FieldTerminalPathValue' with the value under path in 'ActivationRequest'.

func (*ActivationRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*ActivationRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*ActivationRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ActivationRequest

func (*ActivationRequest_FieldTerminalPathValue) SetToRaw

type ActivationResponse

type ActivationResponse struct {

	// Types that are valid to be assigned to Msg:
	//	*ActivationResponse_Activated_
	//	*ActivationResponse_ConfirmActivationAck_
	Msg isActivationResponse_Msg `protobuf_oneof:"msg"`
	// contains filtered or unexported fields
}

Response message for method [Activation][ntt.watchdog.v1alpha2.Activation]

func (*ActivationResponse) Clone

func (*ActivationResponse) CloneRaw

func (*ActivationResponse) Descriptor

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

Deprecated, Use ActivationResponse.ProtoReflect.Descriptor instead.

func (*ActivationResponse) GetActivated

func (*ActivationResponse) GetConfirmActivationAck

func (m *ActivationResponse) GetConfirmActivationAck() *ActivationResponse_ConfirmActivationAck

func (*ActivationResponse) GetMsg

func (m *ActivationResponse) GetMsg() isActivationResponse_Msg

func (*ActivationResponse) GotenMessage

func (*ActivationResponse) GotenMessage()

func (*ActivationResponse) GotenObjectExt

func (o *ActivationResponse) GotenObjectExt()

func (*ActivationResponse) GotenValidate

func (obj *ActivationResponse) GotenValidate() error

func (*ActivationResponse) MakeDiffFieldMask

func (*ActivationResponse) MakeFullFieldMask

func (o *ActivationResponse) MakeFullFieldMask() *ActivationResponse_FieldMask

func (*ActivationResponse) MakeRawDiffFieldMask

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

func (*ActivationResponse) MakeRawFullFieldMask

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

func (*ActivationResponse) Marshal

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

func (*ActivationResponse) MarshalJSON

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

func (*ActivationResponse) Merge

func (o *ActivationResponse) Merge(source *ActivationResponse)

func (*ActivationResponse) MergeRaw

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

func (*ActivationResponse) ProtoMessage

func (*ActivationResponse) ProtoMessage()

func (*ActivationResponse) ProtoReflect

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

func (*ActivationResponse) Reset

func (m *ActivationResponse) Reset()

func (*ActivationResponse) SetActivated

func (m *ActivationResponse) SetActivated(fv *ActivationResponse_Activated)

func (*ActivationResponse) SetConfirmActivationAck

func (m *ActivationResponse) SetConfirmActivationAck(fv *ActivationResponse_ConfirmActivationAck)

func (*ActivationResponse) SetMsg

func (m *ActivationResponse) SetMsg(ofv isActivationResponse_Msg)

func (*ActivationResponse) String

func (m *ActivationResponse) String() string

func (*ActivationResponse) Unmarshal

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

func (*ActivationResponse) UnmarshalJSON

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

type ActivationResponseActivatedFieldPathBuilder

type ActivationResponseActivatedFieldPathBuilder struct{}

func NewActivationResponseActivatedFieldPathBuilder

func NewActivationResponseActivatedFieldPathBuilder() ActivationResponseActivatedFieldPathBuilder

func (ActivationResponseActivatedFieldPathBuilder) Probe

func (ActivationResponseActivatedFieldPathBuilder) ServiceAccountKey

type ActivationResponseActivated_FieldPath

type ActivationResponseActivated_FieldPath interface {
	gotenobject.FieldPath
	Selector() ActivationResponseActivated_FieldPathSelector
	Get(source *ActivationResponse_Activated) []interface{}
	GetSingle(source *ActivationResponse_Activated) (interface{}, bool)
	ClearValue(item *ActivationResponse_Activated)

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

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

func MustParseActivationResponseActivated_FieldPath

func MustParseActivationResponseActivated_FieldPath(rawField string) ActivationResponseActivated_FieldPath

func ParseActivationResponseActivated_FieldPath

func ParseActivationResponseActivated_FieldPath(rawField string) (ActivationResponseActivated_FieldPath, error)

type ActivationResponseActivated_FieldPathArrayItemValue

type ActivationResponseActivated_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ActivationResponseActivated_FieldPath
	ContainsValue(*ActivationResponse_Activated) bool
}

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

func MustParseActivationResponseActivated_FieldPathArrayItemValue

func MustParseActivationResponseActivated_FieldPathArrayItemValue(pathStr, valueStr string) ActivationResponseActivated_FieldPathArrayItemValue

func ParseActivationResponseActivated_FieldPathArrayItemValue

func ParseActivationResponseActivated_FieldPathArrayItemValue(pathStr, valueStr string) (ActivationResponseActivated_FieldPathArrayItemValue, error)

ParseActivationResponseActivated_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ActivationResponseActivated_FieldPathArrayOfValues

type ActivationResponseActivated_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ActivationResponseActivated_FieldPath
}

ActivationResponseActivated_FieldPathArrayOfValues allows storing slice of values for Activated fields according to their type

func MustParseActivationResponseActivated_FieldPathArrayOfValues

func MustParseActivationResponseActivated_FieldPathArrayOfValues(pathStr, valuesStr string) ActivationResponseActivated_FieldPathArrayOfValues

func ParseActivationResponseActivated_FieldPathArrayOfValues

func ParseActivationResponseActivated_FieldPathArrayOfValues(pathStr, valuesStr string) (ActivationResponseActivated_FieldPathArrayOfValues, error)

type ActivationResponseActivated_FieldPathSelector

type ActivationResponseActivated_FieldPathSelector int32
const (
	ActivationResponseActivated_FieldPathSelectorProbe             ActivationResponseActivated_FieldPathSelector = 0
	ActivationResponseActivated_FieldPathSelectorServiceAccountKey ActivationResponseActivated_FieldPathSelector = 1
)

func (ActivationResponseActivated_FieldPathSelector) String

type ActivationResponseActivated_FieldPathValue

type ActivationResponseActivated_FieldPathValue interface {
	ActivationResponseActivated_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ActivationResponse_Activated)
	CompareWith(*ActivationResponse_Activated) (cmp int, comparable bool)
}

ActivationResponseActivated_FieldPathValue allows storing values for Activated fields according to their type

func MustParseActivationResponseActivated_FieldPathValue

func MustParseActivationResponseActivated_FieldPathValue(pathStr, valueStr string) ActivationResponseActivated_FieldPathValue

func ParseActivationResponseActivated_FieldPathValue

func ParseActivationResponseActivated_FieldPathValue(pathStr, valueStr string) (ActivationResponseActivated_FieldPathValue, error)

type ActivationResponseActivated_FieldSubPath

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

func (*ActivationResponseActivated_FieldSubPath) AsProbeSubPath

func (*ActivationResponseActivated_FieldSubPath) AsServiceAccountKeySubPath

func (*ActivationResponseActivated_FieldSubPath) ClearValue

func (*ActivationResponseActivated_FieldSubPath) ClearValueRaw

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

func (*ActivationResponseActivated_FieldSubPath) Get

func (fps *ActivationResponseActivated_FieldSubPath) Get(source *ActivationResponse_Activated) (values []interface{})

Get returns all values pointed by selected field from source ActivationResponse_Activated

func (*ActivationResponseActivated_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ActivationResponseActivated_FieldSubPath) GetRaw

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

func (*ActivationResponseActivated_FieldSubPath) GetSingle

func (fps *ActivationResponseActivated_FieldSubPath) GetSingle(source *ActivationResponse_Activated) (interface{}, bool)

GetSingle returns value of selected field from source ActivationResponse_Activated

func (*ActivationResponseActivated_FieldSubPath) GetSingleRaw

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

func (*ActivationResponseActivated_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ActivationResponseActivated_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*ActivationResponseActivated_FieldSubPath) Selector

func (*ActivationResponseActivated_FieldSubPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*ActivationResponseActivated_FieldSubPath) String

String returns path representation in proto convention

func (*ActivationResponseActivated_FieldSubPath) WithIArrayItemValue

func (*ActivationResponseActivated_FieldSubPath) WithIArrayOfValues

func (*ActivationResponseActivated_FieldSubPath) WithIValue

func (*ActivationResponseActivated_FieldSubPath) WithRawIArrayItemValue

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

func (*ActivationResponseActivated_FieldSubPath) WithRawIArrayOfValues

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

func (*ActivationResponseActivated_FieldSubPath) WithRawIValue

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

type ActivationResponseActivated_FieldSubPathArrayItemValue

type ActivationResponseActivated_FieldSubPathArrayItemValue struct {
	ActivationResponseActivated_FieldPath
	// contains filtered or unexported fields
}

func (*ActivationResponseActivated_FieldSubPathArrayItemValue) AsProbePathItemValue

func (*ActivationResponseActivated_FieldSubPathArrayItemValue) AsServiceAccountKeyPathItemValue

func (*ActivationResponseActivated_FieldSubPathArrayItemValue) ContainsValue

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

func (*ActivationResponseActivated_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type ActivationResponseActivated_FieldSubPathArrayOfValues

type ActivationResponseActivated_FieldSubPathArrayOfValues struct {
	ActivationResponseActivated_FieldPath
	// contains filtered or unexported fields
}

func (*ActivationResponseActivated_FieldSubPathArrayOfValues) AsProbePathArrayOfValues

func (*ActivationResponseActivated_FieldSubPathArrayOfValues) AsServiceAccountKeyPathArrayOfValues

func (*ActivationResponseActivated_FieldSubPathArrayOfValues) GetRawValues

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

type ActivationResponseActivated_FieldSubPathValue

type ActivationResponseActivated_FieldSubPathValue struct {
	ActivationResponseActivated_FieldPath
	// contains filtered or unexported fields
}

func (*ActivationResponseActivated_FieldSubPathValue) AsProbePathValue

func (*ActivationResponseActivated_FieldSubPathValue) AsServiceAccountKeyPathValue

func (*ActivationResponseActivated_FieldSubPathValue) CompareWith

func (*ActivationResponseActivated_FieldSubPathValue) CompareWithRaw

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

func (*ActivationResponseActivated_FieldSubPathValue) GetRawValue

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

func (*ActivationResponseActivated_FieldSubPathValue) SetTo

func (*ActivationResponseActivated_FieldSubPathValue) SetToRaw

type ActivationResponseActivated_FieldTerminalPath

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

func (*ActivationResponseActivated_FieldTerminalPath) ClearValue

func (*ActivationResponseActivated_FieldTerminalPath) ClearValueRaw

func (*ActivationResponseActivated_FieldTerminalPath) Get

func (fp *ActivationResponseActivated_FieldTerminalPath) Get(source *ActivationResponse_Activated) (values []interface{})

Get returns all values pointed by specific field from source ActivationResponse_Activated

func (*ActivationResponseActivated_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ActivationResponseActivated_FieldTerminalPath) GetRaw

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

func (*ActivationResponseActivated_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source ActivationResponse_Activated

func (*ActivationResponseActivated_FieldTerminalPath) GetSingleRaw

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

func (*ActivationResponseActivated_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ActivationResponseActivated_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ActivationResponseActivated_FieldTerminalPath) Selector

func (*ActivationResponseActivated_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (*ActivationResponseActivated_FieldTerminalPath) String

String returns path representation in proto convention

func (*ActivationResponseActivated_FieldTerminalPath) WithIArrayItemValue

func (*ActivationResponseActivated_FieldTerminalPath) WithIArrayOfValues

func (*ActivationResponseActivated_FieldTerminalPath) WithIValue

func (*ActivationResponseActivated_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ActivationResponseActivated_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ActivationResponseActivated_FieldTerminalPath) WithRawIValue

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

type ActivationResponseActivated_FieldTerminalPathArrayItemValue

type ActivationResponseActivated_FieldTerminalPathArrayItemValue struct {
	ActivationResponseActivated_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ActivationResponseActivated_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ActivationResponseActivated_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ActivationResponseActivated_FieldTerminalPathArrayItemValue) GetSingle

func (*ActivationResponseActivated_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ActivationResponseActivated_FieldTerminalPathArrayOfValues

type ActivationResponseActivated_FieldTerminalPathArrayOfValues struct {
	ActivationResponseActivated_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ActivationResponseActivated_FieldTerminalPathArrayOfValues) AsProbeArrayOfValues

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

func (*ActivationResponseActivated_FieldTerminalPathArrayOfValues) AsServiceAccountKeyArrayOfValues

func (*ActivationResponseActivated_FieldTerminalPathArrayOfValues) GetRawValues

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

type ActivationResponseActivated_FieldTerminalPathValue

type ActivationResponseActivated_FieldTerminalPathValue struct {
	ActivationResponseActivated_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ActivationResponseActivated_FieldTerminalPathValue) AsProbeValue

func (*ActivationResponseActivated_FieldTerminalPathValue) AsServiceAccountKeyValue

func (*ActivationResponseActivated_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ActivationResponseActivated_FieldTerminalPathValue' with the value under path in 'ActivationResponse_Activated'.

func (*ActivationResponseActivated_FieldTerminalPathValue) CompareWithRaw

func (*ActivationResponseActivated_FieldTerminalPathValue) GetRawValue

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

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

func (*ActivationResponseActivated_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object Activated

func (*ActivationResponseActivated_FieldTerminalPathValue) SetToRaw

type ActivationResponseConfirmActivationAckFieldPathBuilder

type ActivationResponseConfirmActivationAckFieldPathBuilder struct{}

type ActivationResponseConfirmActivationAck_FieldPath

type ActivationResponseConfirmActivationAck_FieldPath interface {
	gotenobject.FieldPath
	Selector() ActivationResponseConfirmActivationAck_FieldPathSelector
	Get(source *ActivationResponse_ConfirmActivationAck) []interface{}
	GetSingle(source *ActivationResponse_ConfirmActivationAck) (interface{}, bool)
	ClearValue(item *ActivationResponse_ConfirmActivationAck)

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

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

func MustParseActivationResponseConfirmActivationAck_FieldPath

func MustParseActivationResponseConfirmActivationAck_FieldPath(rawField string) ActivationResponseConfirmActivationAck_FieldPath

func ParseActivationResponseConfirmActivationAck_FieldPath

func ParseActivationResponseConfirmActivationAck_FieldPath(rawField string) (ActivationResponseConfirmActivationAck_FieldPath, error)

type ActivationResponseConfirmActivationAck_FieldPathArrayItemValue

type ActivationResponseConfirmActivationAck_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ActivationResponseConfirmActivationAck_FieldPath
	ContainsValue(*ActivationResponse_ConfirmActivationAck) bool
}

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

func MustParseActivationResponseConfirmActivationAck_FieldPathArrayItemValue

func MustParseActivationResponseConfirmActivationAck_FieldPathArrayItemValue(pathStr, valueStr string) ActivationResponseConfirmActivationAck_FieldPathArrayItemValue

func ParseActivationResponseConfirmActivationAck_FieldPathArrayItemValue

func ParseActivationResponseConfirmActivationAck_FieldPathArrayItemValue(pathStr, valueStr string) (ActivationResponseConfirmActivationAck_FieldPathArrayItemValue, error)

ParseActivationResponseConfirmActivationAck_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ActivationResponseConfirmActivationAck_FieldPathArrayOfValues

type ActivationResponseConfirmActivationAck_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ActivationResponseConfirmActivationAck_FieldPath
}

ActivationResponseConfirmActivationAck_FieldPathArrayOfValues allows storing slice of values for ConfirmActivationAck fields according to their type

func MustParseActivationResponseConfirmActivationAck_FieldPathArrayOfValues

func MustParseActivationResponseConfirmActivationAck_FieldPathArrayOfValues(pathStr, valuesStr string) ActivationResponseConfirmActivationAck_FieldPathArrayOfValues

func ParseActivationResponseConfirmActivationAck_FieldPathArrayOfValues

func ParseActivationResponseConfirmActivationAck_FieldPathArrayOfValues(pathStr, valuesStr string) (ActivationResponseConfirmActivationAck_FieldPathArrayOfValues, error)

type ActivationResponseConfirmActivationAck_FieldPathSelector

type ActivationResponseConfirmActivationAck_FieldPathSelector int32

func (ActivationResponseConfirmActivationAck_FieldPathSelector) String

type ActivationResponseConfirmActivationAck_FieldPathValue

type ActivationResponseConfirmActivationAck_FieldPathValue interface {
	ActivationResponseConfirmActivationAck_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ActivationResponse_ConfirmActivationAck)
	CompareWith(*ActivationResponse_ConfirmActivationAck) (cmp int, comparable bool)
}

ActivationResponseConfirmActivationAck_FieldPathValue allows storing values for ConfirmActivationAck fields according to their type

func MustParseActivationResponseConfirmActivationAck_FieldPathValue

func MustParseActivationResponseConfirmActivationAck_FieldPathValue(pathStr, valueStr string) ActivationResponseConfirmActivationAck_FieldPathValue

func ParseActivationResponseConfirmActivationAck_FieldPathValue

func ParseActivationResponseConfirmActivationAck_FieldPathValue(pathStr, valueStr string) (ActivationResponseConfirmActivationAck_FieldPathValue, error)

type ActivationResponseConfirmActivationAck_FieldTerminalPath

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

func (*ActivationResponseConfirmActivationAck_FieldTerminalPath) ClearValue

func (*ActivationResponseConfirmActivationAck_FieldTerminalPath) ClearValueRaw

func (*ActivationResponseConfirmActivationAck_FieldTerminalPath) Get

Get returns all values pointed by specific field from source ActivationResponse_ConfirmActivationAck

func (*ActivationResponseConfirmActivationAck_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ActivationResponseConfirmActivationAck_FieldTerminalPath) GetRaw

func (*ActivationResponseConfirmActivationAck_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source ActivationResponse_ConfirmActivationAck

func (*ActivationResponseConfirmActivationAck_FieldTerminalPath) GetSingleRaw

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

func (*ActivationResponseConfirmActivationAck_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ActivationResponseConfirmActivationAck_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ActivationResponseConfirmActivationAck_FieldTerminalPath) Selector

func (*ActivationResponseConfirmActivationAck_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (*ActivationResponseConfirmActivationAck_FieldTerminalPath) String

String returns path representation in proto convention

func (*ActivationResponseConfirmActivationAck_FieldTerminalPath) WithIArrayItemValue

func (*ActivationResponseConfirmActivationAck_FieldTerminalPath) WithIArrayOfValues

func (*ActivationResponseConfirmActivationAck_FieldTerminalPath) WithIValue

func (*ActivationResponseConfirmActivationAck_FieldTerminalPath) WithRawIArrayItemValue

func (*ActivationResponseConfirmActivationAck_FieldTerminalPath) WithRawIArrayOfValues

func (*ActivationResponseConfirmActivationAck_FieldTerminalPath) WithRawIValue

type ActivationResponseConfirmActivationAck_FieldTerminalPathArrayItemValue

type ActivationResponseConfirmActivationAck_FieldTerminalPathArrayItemValue struct {
	ActivationResponseConfirmActivationAck_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ActivationResponseConfirmActivationAck_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ActivationResponseConfirmActivationAck_FieldTerminalPathArrayItemValue) GetRawItemValue

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

func (*ActivationResponseConfirmActivationAck_FieldTerminalPathArrayItemValue) GetSingle

func (*ActivationResponseConfirmActivationAck_FieldTerminalPathArrayItemValue) GetSingleRaw

type ActivationResponseConfirmActivationAck_FieldTerminalPathArrayOfValues

type ActivationResponseConfirmActivationAck_FieldTerminalPathArrayOfValues struct {
	ActivationResponseConfirmActivationAck_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ActivationResponseConfirmActivationAck_FieldTerminalPathArrayOfValues) GetRawValues

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

type ActivationResponseConfirmActivationAck_FieldTerminalPathValue

type ActivationResponseConfirmActivationAck_FieldTerminalPathValue struct {
	ActivationResponseConfirmActivationAck_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ActivationResponseConfirmActivationAck_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ActivationResponseConfirmActivationAck_FieldTerminalPathValue' with the value under path in 'ActivationResponse_ConfirmActivationAck'.

func (*ActivationResponseConfirmActivationAck_FieldTerminalPathValue) CompareWithRaw

func (*ActivationResponseConfirmActivationAck_FieldTerminalPathValue) GetRawValue

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

func (*ActivationResponseConfirmActivationAck_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ConfirmActivationAck

func (*ActivationResponseConfirmActivationAck_FieldTerminalPathValue) SetToRaw

type ActivationResponseFieldPathBuilder

type ActivationResponseFieldPathBuilder struct{}

func NewActivationResponseFieldPathBuilder

func NewActivationResponseFieldPathBuilder() ActivationResponseFieldPathBuilder

func (ActivationResponseFieldPathBuilder) Activated

func (ActivationResponseFieldPathBuilder) ConfirmActivationAck

type ActivationResponseMapPathSelectorActivatedProbeMetadataAnnotations

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

func (ActivationResponseMapPathSelectorActivatedProbeMetadataAnnotations) FieldPath

func (ActivationResponseMapPathSelectorActivatedProbeMetadataAnnotations) WithArrayOfValues

func (ActivationResponseMapPathSelectorActivatedProbeMetadataAnnotations) WithValue

type ActivationResponseMapPathSelectorActivatedProbeMetadataLabels

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

func (ActivationResponseMapPathSelectorActivatedProbeMetadataLabels) FieldPath

func (ActivationResponseMapPathSelectorActivatedProbeMetadataLabels) WithArrayOfValues

func (ActivationResponseMapPathSelectorActivatedProbeMetadataLabels) WithValue

type ActivationResponseMapPathSelectorActivatedProbeMetadataShards

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

func (ActivationResponseMapPathSelectorActivatedProbeMetadataShards) FieldPath

func (ActivationResponseMapPathSelectorActivatedProbeMetadataShards) WithArrayOfValues

func (ActivationResponseMapPathSelectorActivatedProbeMetadataShards) WithValue

type ActivationResponseMapPathSelectorActivatedProbeSpecActivationInvitationExtras added in v0.4.49

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

func (ActivationResponseMapPathSelectorActivatedProbeSpecActivationInvitationExtras) FieldPath added in v0.4.49

func (ActivationResponseMapPathSelectorActivatedProbeSpecActivationInvitationExtras) WithArrayOfValues added in v0.4.49

func (ActivationResponseMapPathSelectorActivatedProbeSpecActivationInvitationExtras) WithValue added in v0.4.49

type ActivationResponseMapPathSelectorActivatedProbeStatusNetworkInterfaces

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

func (ActivationResponseMapPathSelectorActivatedProbeStatusNetworkInterfaces) FieldPath

func (ActivationResponseMapPathSelectorActivatedProbeStatusNetworkInterfaces) WithArrayOfValues

func (ActivationResponseMapPathSelectorActivatedProbeStatusNetworkInterfaces) WithValue

type ActivationResponseMapPathSelectorActivatedServiceAccountKeyMetadataAnnotations

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

func (ActivationResponseMapPathSelectorActivatedServiceAccountKeyMetadataAnnotations) FieldPath

func (ActivationResponseMapPathSelectorActivatedServiceAccountKeyMetadataAnnotations) WithArrayOfValues

func (ActivationResponseMapPathSelectorActivatedServiceAccountKeyMetadataAnnotations) WithValue

type ActivationResponseMapPathSelectorActivatedServiceAccountKeyMetadataLabels

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

func (ActivationResponseMapPathSelectorActivatedServiceAccountKeyMetadataLabels) FieldPath

func (ActivationResponseMapPathSelectorActivatedServiceAccountKeyMetadataLabels) WithArrayOfValues

func (ActivationResponseMapPathSelectorActivatedServiceAccountKeyMetadataLabels) WithValue

type ActivationResponseMapPathSelectorActivatedServiceAccountKeyMetadataShards

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

func (ActivationResponseMapPathSelectorActivatedServiceAccountKeyMetadataShards) FieldPath

func (ActivationResponseMapPathSelectorActivatedServiceAccountKeyMetadataShards) WithArrayOfValues

func (ActivationResponseMapPathSelectorActivatedServiceAccountKeyMetadataShards) WithValue

type ActivationResponsePathSelectorActivated

type ActivationResponsePathSelectorActivated struct{}

func (ActivationResponsePathSelectorActivated) FieldPath

func (ActivationResponsePathSelectorActivated) Probe

func (ActivationResponsePathSelectorActivated) ServiceAccountKey

func (ActivationResponsePathSelectorActivated) WithArrayOfValues

func (ActivationResponsePathSelectorActivated) WithSubArrayItemValue

func (ActivationResponsePathSelectorActivated) WithSubArrayOfValues

func (ActivationResponsePathSelectorActivated) WithSubPath

func (ActivationResponsePathSelectorActivated) WithSubValue

func (ActivationResponsePathSelectorActivated) WithValue

type ActivationResponsePathSelectorActivatedProbe

type ActivationResponsePathSelectorActivatedProbe struct{}

func (ActivationResponsePathSelectorActivatedProbe) DisplayName

func (ActivationResponsePathSelectorActivatedProbe) FieldPath

func (ActivationResponsePathSelectorActivatedProbe) LowerDisplayName

func (ActivationResponsePathSelectorActivatedProbe) Memo

func (ActivationResponsePathSelectorActivatedProbe) Metadata

func (ActivationResponsePathSelectorActivatedProbe) Name

func (ActivationResponsePathSelectorActivatedProbe) Spec

func (ActivationResponsePathSelectorActivatedProbe) Status

func (ActivationResponsePathSelectorActivatedProbe) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbe) WithValue

type ActivationResponsePathSelectorActivatedProbeDisplayName

type ActivationResponsePathSelectorActivatedProbeDisplayName struct{}

func (ActivationResponsePathSelectorActivatedProbeDisplayName) FieldPath

func (ActivationResponsePathSelectorActivatedProbeDisplayName) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeDisplayName) WithValue

type ActivationResponsePathSelectorActivatedProbeLowerDisplayName

type ActivationResponsePathSelectorActivatedProbeLowerDisplayName struct{}

func (ActivationResponsePathSelectorActivatedProbeLowerDisplayName) FieldPath

func (ActivationResponsePathSelectorActivatedProbeLowerDisplayName) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeLowerDisplayName) WithValue

type ActivationResponsePathSelectorActivatedProbeMemo

type ActivationResponsePathSelectorActivatedProbeMemo struct{}

func (ActivationResponsePathSelectorActivatedProbeMemo) CreateTime

func (ActivationResponsePathSelectorActivatedProbeMemo) CreatedBy

func (ActivationResponsePathSelectorActivatedProbeMemo) FieldPath

func (ActivationResponsePathSelectorActivatedProbeMemo) Message

func (ActivationResponsePathSelectorActivatedProbeMemo) UpdateTime

func (ActivationResponsePathSelectorActivatedProbeMemo) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeMemo) WithItemValue

func (ActivationResponsePathSelectorActivatedProbeMemo) WithValue

type ActivationResponsePathSelectorActivatedProbeMemoCreateTime

type ActivationResponsePathSelectorActivatedProbeMemoCreateTime struct{}

func (ActivationResponsePathSelectorActivatedProbeMemoCreateTime) FieldPath

func (ActivationResponsePathSelectorActivatedProbeMemoCreateTime) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeMemoCreateTime) WithValue

type ActivationResponsePathSelectorActivatedProbeMemoCreatedBy

type ActivationResponsePathSelectorActivatedProbeMemoCreatedBy struct{}

func (ActivationResponsePathSelectorActivatedProbeMemoCreatedBy) FieldPath

func (ActivationResponsePathSelectorActivatedProbeMemoCreatedBy) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeMemoCreatedBy) WithValue

type ActivationResponsePathSelectorActivatedProbeMemoMessage

type ActivationResponsePathSelectorActivatedProbeMemoMessage struct{}

func (ActivationResponsePathSelectorActivatedProbeMemoMessage) FieldPath

func (ActivationResponsePathSelectorActivatedProbeMemoMessage) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeMemoMessage) WithValue

type ActivationResponsePathSelectorActivatedProbeMemoUpdateTime

type ActivationResponsePathSelectorActivatedProbeMemoUpdateTime struct{}

func (ActivationResponsePathSelectorActivatedProbeMemoUpdateTime) FieldPath

func (ActivationResponsePathSelectorActivatedProbeMemoUpdateTime) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeMemoUpdateTime) WithValue

type ActivationResponsePathSelectorActivatedProbeMetadata

type ActivationResponsePathSelectorActivatedProbeMetadata struct{}

func (ActivationResponsePathSelectorActivatedProbeMetadata) Annotations

func (ActivationResponsePathSelectorActivatedProbeMetadata) CreateTime

func (ActivationResponsePathSelectorActivatedProbeMetadata) DeleteTime added in v0.7.1

func (ActivationResponsePathSelectorActivatedProbeMetadata) FieldPath

func (ActivationResponsePathSelectorActivatedProbeMetadata) Generation

func (ActivationResponsePathSelectorActivatedProbeMetadata) Labels

func (ActivationResponsePathSelectorActivatedProbeMetadata) Lifecycle added in v0.7.1

func (ActivationResponsePathSelectorActivatedProbeMetadata) Shards

func (ActivationResponsePathSelectorActivatedProbeMetadata) Syncing

func (ActivationResponsePathSelectorActivatedProbeMetadata) Tags

func (ActivationResponsePathSelectorActivatedProbeMetadata) UpdateTime

func (ActivationResponsePathSelectorActivatedProbeMetadata) Uuid

func (ActivationResponsePathSelectorActivatedProbeMetadata) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeMetadata) WithValue

type ActivationResponsePathSelectorActivatedProbeMetadataAnnotations

type ActivationResponsePathSelectorActivatedProbeMetadataAnnotations struct{}

func (ActivationResponsePathSelectorActivatedProbeMetadataAnnotations) FieldPath

func (ActivationResponsePathSelectorActivatedProbeMetadataAnnotations) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeMetadataAnnotations) WithKey

func (ActivationResponsePathSelectorActivatedProbeMetadataAnnotations) WithValue

type ActivationResponsePathSelectorActivatedProbeMetadataCreateTime

type ActivationResponsePathSelectorActivatedProbeMetadataCreateTime struct{}

func (ActivationResponsePathSelectorActivatedProbeMetadataCreateTime) FieldPath

func (ActivationResponsePathSelectorActivatedProbeMetadataCreateTime) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeMetadataCreateTime) WithValue

type ActivationResponsePathSelectorActivatedProbeMetadataDeleteTime added in v0.7.1

type ActivationResponsePathSelectorActivatedProbeMetadataDeleteTime struct{}

func (ActivationResponsePathSelectorActivatedProbeMetadataDeleteTime) FieldPath added in v0.7.1

func (ActivationResponsePathSelectorActivatedProbeMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (ActivationResponsePathSelectorActivatedProbeMetadataDeleteTime) WithValue added in v0.7.1

type ActivationResponsePathSelectorActivatedProbeMetadataGeneration

type ActivationResponsePathSelectorActivatedProbeMetadataGeneration struct{}

func (ActivationResponsePathSelectorActivatedProbeMetadataGeneration) FieldPath

func (ActivationResponsePathSelectorActivatedProbeMetadataGeneration) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeMetadataGeneration) WithValue

type ActivationResponsePathSelectorActivatedProbeMetadataLabels

type ActivationResponsePathSelectorActivatedProbeMetadataLabels struct{}

func (ActivationResponsePathSelectorActivatedProbeMetadataLabels) FieldPath

func (ActivationResponsePathSelectorActivatedProbeMetadataLabels) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeMetadataLabels) WithKey

func (ActivationResponsePathSelectorActivatedProbeMetadataLabels) WithValue

type ActivationResponsePathSelectorActivatedProbeMetadataLifecycle added in v0.7.1

type ActivationResponsePathSelectorActivatedProbeMetadataLifecycle struct{}

func (ActivationResponsePathSelectorActivatedProbeMetadataLifecycle) BlockDeletion added in v0.7.1

func (ActivationResponsePathSelectorActivatedProbeMetadataLifecycle) FieldPath added in v0.7.1

func (ActivationResponsePathSelectorActivatedProbeMetadataLifecycle) State added in v0.7.1

func (ActivationResponsePathSelectorActivatedProbeMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (ActivationResponsePathSelectorActivatedProbeMetadataLifecycle) WithValue added in v0.7.1

type ActivationResponsePathSelectorActivatedProbeMetadataLifecycleBlockDeletion added in v0.7.1

type ActivationResponsePathSelectorActivatedProbeMetadataLifecycleBlockDeletion struct{}

func (ActivationResponsePathSelectorActivatedProbeMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (ActivationResponsePathSelectorActivatedProbeMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (ActivationResponsePathSelectorActivatedProbeMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type ActivationResponsePathSelectorActivatedProbeMetadataLifecycleState added in v0.7.1

type ActivationResponsePathSelectorActivatedProbeMetadataLifecycleState struct{}

func (ActivationResponsePathSelectorActivatedProbeMetadataLifecycleState) FieldPath added in v0.7.1

func (ActivationResponsePathSelectorActivatedProbeMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (ActivationResponsePathSelectorActivatedProbeMetadataLifecycleState) WithValue added in v0.7.1

type ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferences

type ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferences struct{}

func (ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferences) FieldPath

func (ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferences) Region added in v0.7.1

func (ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferences) Version added in v0.7.1

func (ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferences) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferences) WithItemValue

func (ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferences) WithValue

type ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferencesBlockOwnerDeletion

type ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferencesController

type ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferencesController struct{}

func (ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferencesController) FieldPath

func (ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferencesController) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferencesController) WithValue

type ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferencesKind

type ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferencesKind struct{}

func (ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferencesKind) FieldPath

func (ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferencesKind) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferencesKind) WithValue

type ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferencesName

type ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferencesName struct{}

func (ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferencesName) FieldPath

func (ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferencesName) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferencesName) WithValue

type ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferencesRegion added in v0.7.1

type ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferencesRegion struct{}

func (ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferencesRequiresOwnerReference struct{}

func (ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferencesVersion added in v0.7.1

type ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferencesVersion struct{}

func (ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (ActivationResponsePathSelectorActivatedProbeMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type ActivationResponsePathSelectorActivatedProbeMetadataResourceVersion

type ActivationResponsePathSelectorActivatedProbeMetadataResourceVersion struct{}

func (ActivationResponsePathSelectorActivatedProbeMetadataResourceVersion) FieldPath

func (ActivationResponsePathSelectorActivatedProbeMetadataResourceVersion) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeMetadataResourceVersion) WithValue

type ActivationResponsePathSelectorActivatedProbeMetadataShards

type ActivationResponsePathSelectorActivatedProbeMetadataShards struct{}

func (ActivationResponsePathSelectorActivatedProbeMetadataShards) FieldPath

func (ActivationResponsePathSelectorActivatedProbeMetadataShards) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeMetadataShards) WithKey

func (ActivationResponsePathSelectorActivatedProbeMetadataShards) WithValue

type ActivationResponsePathSelectorActivatedProbeMetadataSyncing

type ActivationResponsePathSelectorActivatedProbeMetadataSyncing struct{}

func (ActivationResponsePathSelectorActivatedProbeMetadataSyncing) FieldPath

func (ActivationResponsePathSelectorActivatedProbeMetadataSyncing) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeMetadataSyncing) WithValue

type ActivationResponsePathSelectorActivatedProbeMetadataSyncingOwningRegion

type ActivationResponsePathSelectorActivatedProbeMetadataSyncingOwningRegion struct{}

func (ActivationResponsePathSelectorActivatedProbeMetadataSyncingOwningRegion) FieldPath

func (ActivationResponsePathSelectorActivatedProbeMetadataSyncingOwningRegion) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeMetadataSyncingOwningRegion) WithValue

type ActivationResponsePathSelectorActivatedProbeMetadataSyncingRegions

type ActivationResponsePathSelectorActivatedProbeMetadataSyncingRegions struct{}

func (ActivationResponsePathSelectorActivatedProbeMetadataSyncingRegions) FieldPath

func (ActivationResponsePathSelectorActivatedProbeMetadataSyncingRegions) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeMetadataSyncingRegions) WithItemValue

func (ActivationResponsePathSelectorActivatedProbeMetadataSyncingRegions) WithValue

type ActivationResponsePathSelectorActivatedProbeMetadataTags

type ActivationResponsePathSelectorActivatedProbeMetadataTags struct{}

func (ActivationResponsePathSelectorActivatedProbeMetadataTags) FieldPath

func (ActivationResponsePathSelectorActivatedProbeMetadataTags) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeMetadataTags) WithItemValue

func (ActivationResponsePathSelectorActivatedProbeMetadataTags) WithValue

type ActivationResponsePathSelectorActivatedProbeMetadataUpdateTime

type ActivationResponsePathSelectorActivatedProbeMetadataUpdateTime struct{}

func (ActivationResponsePathSelectorActivatedProbeMetadataUpdateTime) FieldPath

func (ActivationResponsePathSelectorActivatedProbeMetadataUpdateTime) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeMetadataUpdateTime) WithValue

type ActivationResponsePathSelectorActivatedProbeMetadataUuid

type ActivationResponsePathSelectorActivatedProbeMetadataUuid struct{}

func (ActivationResponsePathSelectorActivatedProbeMetadataUuid) FieldPath

func (ActivationResponsePathSelectorActivatedProbeMetadataUuid) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeMetadataUuid) WithValue

type ActivationResponsePathSelectorActivatedProbeName

type ActivationResponsePathSelectorActivatedProbeName struct{}

func (ActivationResponsePathSelectorActivatedProbeName) FieldPath

func (ActivationResponsePathSelectorActivatedProbeName) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeName) WithValue

type ActivationResponsePathSelectorActivatedProbeSpec

type ActivationResponsePathSelectorActivatedProbeSpec struct{}

func (ActivationResponsePathSelectorActivatedProbeSpec) AccessToken

func (ActivationResponsePathSelectorActivatedProbeSpec) Activation

func (ActivationResponsePathSelectorActivatedProbeSpec) AgentType

func (ActivationResponsePathSelectorActivatedProbeSpec) ContactInfo

func (ActivationResponsePathSelectorActivatedProbeSpec) Device

func (ActivationResponsePathSelectorActivatedProbeSpec) DisableSpeedtest

func (ActivationResponsePathSelectorActivatedProbeSpec) Enabled

func (ActivationResponsePathSelectorActivatedProbeSpec) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpec) LocationDiscovery

func (ActivationResponsePathSelectorActivatedProbeSpec) PcapSettings added in v0.8.0

func (ActivationResponsePathSelectorActivatedProbeSpec) PrimaryLocation

func (ActivationResponsePathSelectorActivatedProbeSpec) ProbeGroup

func (ActivationResponsePathSelectorActivatedProbeSpec) ProbeGroupName added in v0.10.6

func (ActivationResponsePathSelectorActivatedProbeSpec) TargetServers

func (ActivationResponsePathSelectorActivatedProbeSpec) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpec) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecAccessToken

type ActivationResponsePathSelectorActivatedProbeSpecAccessToken struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecAccessToken) Enable

func (ActivationResponsePathSelectorActivatedProbeSpecAccessToken) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecAccessToken) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecAccessToken) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecAccessTokenAccessToken

type ActivationResponsePathSelectorActivatedProbeSpecAccessTokenAccessToken struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecAccessTokenAccessToken) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecAccessTokenAccessToken) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecAccessTokenAccessToken) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecAccessTokenEnable

type ActivationResponsePathSelectorActivatedProbeSpecAccessTokenEnable struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecAccessTokenEnable) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecAccessTokenEnable) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecAccessTokenEnable) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecActivation

type ActivationResponsePathSelectorActivatedProbeSpecActivation struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecActivation) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecActivation) InvitationExtras added in v0.4.49

func (ActivationResponsePathSelectorActivatedProbeSpecActivation) Token

func (ActivationResponsePathSelectorActivatedProbeSpecActivation) Type

func (ActivationResponsePathSelectorActivatedProbeSpecActivation) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecActivation) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecActivationInvitationExtras added in v0.4.49

type ActivationResponsePathSelectorActivatedProbeSpecActivationInvitationExtras struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecActivationInvitationExtras) FieldPath added in v0.4.49

func (ActivationResponsePathSelectorActivatedProbeSpecActivationInvitationExtras) WithArrayOfValues added in v0.4.49

func (ActivationResponsePathSelectorActivatedProbeSpecActivationInvitationExtras) WithKey added in v0.4.49

func (ActivationResponsePathSelectorActivatedProbeSpecActivationInvitationExtras) WithValue added in v0.4.49

type ActivationResponsePathSelectorActivatedProbeSpecActivationReusableToken

type ActivationResponsePathSelectorActivatedProbeSpecActivationReusableToken struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecActivationReusableToken) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecActivationReusableToken) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecActivationReusableToken) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecActivationSendInvitationOnCreate

type ActivationResponsePathSelectorActivatedProbeSpecActivationSendInvitationOnCreate struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecActivationSendInvitationOnCreate) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecActivationSendInvitationOnCreate) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecActivationSendInvitationOnCreate) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecActivationToken

type ActivationResponsePathSelectorActivatedProbeSpecActivationToken struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecActivationToken) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecActivationToken) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecActivationToken) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecActivationType

type ActivationResponsePathSelectorActivatedProbeSpecActivationType struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecActivationType) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecActivationType) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecActivationType) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecAgentType

type ActivationResponsePathSelectorActivatedProbeSpecAgentType struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecAgentType) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecAgentType) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecAgentType) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecContactInfo

type ActivationResponsePathSelectorActivatedProbeSpecContactInfo struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecContactInfo) Email

func (ActivationResponsePathSelectorActivatedProbeSpecContactInfo) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecContactInfo) Phones

func (ActivationResponsePathSelectorActivatedProbeSpecContactInfo) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecContactInfo) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecContactInfoEmail

type ActivationResponsePathSelectorActivatedProbeSpecContactInfoEmail struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecContactInfoEmail) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecContactInfoEmail) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecContactInfoEmail) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecContactInfoFullName

type ActivationResponsePathSelectorActivatedProbeSpecContactInfoFullName struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecContactInfoFullName) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecContactInfoFullName) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecContactInfoFullName) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecContactInfoPhones

type ActivationResponsePathSelectorActivatedProbeSpecContactInfoPhones struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecContactInfoPhones) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecContactInfoPhones) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecContactInfoPhones) WithItemValue

func (ActivationResponsePathSelectorActivatedProbeSpecContactInfoPhones) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecContactInfoPhonesNumber

type ActivationResponsePathSelectorActivatedProbeSpecContactInfoPhonesNumber struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecContactInfoPhonesNumber) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecContactInfoPhonesNumber) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecContactInfoPhonesNumber) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecContactInfoPhonesType

type ActivationResponsePathSelectorActivatedProbeSpecContactInfoPhonesType struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecContactInfoPhonesType) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecContactInfoPhonesType) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecContactInfoPhonesType) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecDevice

type ActivationResponsePathSelectorActivatedProbeSpecDevice struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecDevice) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecDevice) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecDevice) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecDisableSpeedtest

type ActivationResponsePathSelectorActivatedProbeSpecDisableSpeedtest struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecDisableSpeedtest) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecDisableSpeedtest) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecDisableSpeedtest) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecEnabled

type ActivationResponsePathSelectorActivatedProbeSpecEnabled struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecEnabled) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecEnabled) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecEnabled) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecExternalIpCheckUrl

type ActivationResponsePathSelectorActivatedProbeSpecExternalIpCheckUrl struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecExternalIpCheckUrl) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecExternalIpCheckUrl) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecExternalIpCheckUrl) WithItemValue

func (ActivationResponsePathSelectorActivatedProbeSpecExternalIpCheckUrl) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecLocationDiscovery

type ActivationResponsePathSelectorActivatedProbeSpecLocationDiscovery struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecLocationDiscovery) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecLocationDiscovery) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecLocationDiscovery) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecLocationDiscoveryRequiredAccuracy

type ActivationResponsePathSelectorActivatedProbeSpecLocationDiscoveryRequiredAccuracy struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecLocationDiscoveryRequiredAccuracy) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecLocationDiscoveryRequiredAccuracy) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecLocationDiscoveryRequiredAccuracy) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecLocationDiscoveryType

type ActivationResponsePathSelectorActivatedProbeSpecLocationDiscoveryType struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecLocationDiscoveryType) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecLocationDiscoveryType) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecLocationDiscoveryType) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecPcapSettings added in v0.8.0

type ActivationResponsePathSelectorActivatedProbeSpecPcapSettings struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecPcapSettings) CaptureFullPacket added in v0.8.0

func (ActivationResponsePathSelectorActivatedProbeSpecPcapSettings) Enable added in v0.8.0

func (ActivationResponsePathSelectorActivatedProbeSpecPcapSettings) FieldPath added in v0.8.0

func (ActivationResponsePathSelectorActivatedProbeSpecPcapSettings) OnDemandMode added in v0.10.10

func (ActivationResponsePathSelectorActivatedProbeSpecPcapSettings) StopOnDemandModeBy added in v0.10.10

func (ActivationResponsePathSelectorActivatedProbeSpecPcapSettings) WithArrayOfValues added in v0.8.0

func (ActivationResponsePathSelectorActivatedProbeSpecPcapSettings) WithValue added in v0.8.0

type ActivationResponsePathSelectorActivatedProbeSpecPcapSettingsCaptureFullPacket added in v0.8.0

type ActivationResponsePathSelectorActivatedProbeSpecPcapSettingsCaptureFullPacket struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecPcapSettingsCaptureFullPacket) FieldPath added in v0.8.0

func (ActivationResponsePathSelectorActivatedProbeSpecPcapSettingsCaptureFullPacket) WithArrayOfValues added in v0.8.0

func (ActivationResponsePathSelectorActivatedProbeSpecPcapSettingsCaptureFullPacket) WithValue added in v0.8.0

type ActivationResponsePathSelectorActivatedProbeSpecPcapSettingsEnable added in v0.8.0

type ActivationResponsePathSelectorActivatedProbeSpecPcapSettingsEnable struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecPcapSettingsEnable) FieldPath added in v0.8.0

func (ActivationResponsePathSelectorActivatedProbeSpecPcapSettingsEnable) WithArrayOfValues added in v0.8.0

func (ActivationResponsePathSelectorActivatedProbeSpecPcapSettingsEnable) WithValue added in v0.8.0

type ActivationResponsePathSelectorActivatedProbeSpecPcapSettingsOnDemandMode added in v0.10.10

type ActivationResponsePathSelectorActivatedProbeSpecPcapSettingsOnDemandMode struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecPcapSettingsOnDemandMode) FieldPath added in v0.10.10

func (ActivationResponsePathSelectorActivatedProbeSpecPcapSettingsOnDemandMode) WithArrayOfValues added in v0.10.10

func (ActivationResponsePathSelectorActivatedProbeSpecPcapSettingsOnDemandMode) WithValue added in v0.10.10

type ActivationResponsePathSelectorActivatedProbeSpecPcapSettingsStopOnDemandModeBy added in v0.10.10

type ActivationResponsePathSelectorActivatedProbeSpecPcapSettingsStopOnDemandModeBy struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecPcapSettingsStopOnDemandModeBy) FieldPath added in v0.10.10

func (ActivationResponsePathSelectorActivatedProbeSpecPcapSettingsStopOnDemandModeBy) WithArrayOfValues added in v0.10.10

func (ActivationResponsePathSelectorActivatedProbeSpecPcapSettingsStopOnDemandModeBy) WithValue added in v0.10.10

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocation

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocation struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocation) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocation) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocation) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAccuracy

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAccuracy struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAccuracy) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAccuracy) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAccuracy) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddress

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddress struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddress) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddress) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddress) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressAdminArea1

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressAdminArea1 struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressAdminArea1) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressAdminArea1) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressAdminArea1) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressAdminArea2

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressAdminArea2 struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressAdminArea2) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressAdminArea2) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressAdminArea2) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressAdminArea3

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressAdminArea3 struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressAdminArea3) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressAdminArea3) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressAdminArea3) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressAdminArea4

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressAdminArea4 struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressAdminArea4) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressAdminArea4) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressAdminArea4) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressContinent

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressContinent struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressContinent) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressContinent) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressContinent) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressCountry

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressCountry struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressCountry) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressCountry) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressCountry) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressCountryCode

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressCountryCode struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressCountryCode) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressCountryCode) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressCountryCode) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressPostalCode

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressPostalCode struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressPostalCode) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressPostalCode) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressPostalCode) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressStreetAddress

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressStreetAddress struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressStreetAddress) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressStreetAddress) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAddressStreetAddress) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchy

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchy struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchy) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchy) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchy) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchyAdmin1

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchyAdmin1 struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchyAdmin1) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchyAdmin1) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchyAdmin1) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchyAdmin2

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchyAdmin2 struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchyAdmin2) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchyAdmin2) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchyAdmin2) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchyAdmin3

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchyAdmin3 struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchyAdmin3) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchyAdmin3) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchyAdmin3) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchyAdmin4

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchyAdmin4 struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchyAdmin4) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchyAdmin4) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchyAdmin4) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchyAdmin5

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchyAdmin5 struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchyAdmin5) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchyAdmin5) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchyAdmin5) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchyContinent

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchyContinent struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchyContinent) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchyContinent) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchyContinent) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchyCountry

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchyCountry struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchyCountry) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchyCountry) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationAdminHierarchyCountry) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationCoordinates

type ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationCoordinates struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationCoordinates) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationCoordinates) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecPrimaryLocationCoordinates) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecProbeGroup

type ActivationResponsePathSelectorActivatedProbeSpecProbeGroup struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecProbeGroup) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecProbeGroup) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecProbeGroup) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecProbeGroupName added in v0.10.6

type ActivationResponsePathSelectorActivatedProbeSpecProbeGroupName struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecProbeGroupName) FieldPath added in v0.10.6

func (ActivationResponsePathSelectorActivatedProbeSpecProbeGroupName) WithArrayOfValues added in v0.10.6

func (ActivationResponsePathSelectorActivatedProbeSpecProbeGroupName) WithValue added in v0.10.6

type ActivationResponsePathSelectorActivatedProbeSpecTargetServers

type ActivationResponsePathSelectorActivatedProbeSpecTargetServers struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecTargetServers) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecTargetServers) TargetAddressType added in v0.4.30

func (ActivationResponsePathSelectorActivatedProbeSpecTargetServers) TargetIpVersion added in v0.7.4

func (ActivationResponsePathSelectorActivatedProbeSpecTargetServers) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecTargetServers) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecTargetServersIcmpTarget

type ActivationResponsePathSelectorActivatedProbeSpecTargetServersIcmpTarget struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecTargetServersIcmpTarget) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecTargetServersIcmpTarget) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecTargetServersIcmpTarget) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecTargetServersIcmpTargetEnabled

type ActivationResponsePathSelectorActivatedProbeSpecTargetServersIcmpTargetEnabled struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecTargetServersIcmpTargetEnabled) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecTargetServersIcmpTargetEnabled) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecTargetServersIcmpTargetEnabled) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecTargetServersSpeedTestTarget

type ActivationResponsePathSelectorActivatedProbeSpecTargetServersSpeedTestTarget struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecTargetServersSpeedTestTarget) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecTargetServersSpeedTestTarget) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecTargetServersSpeedTestTarget) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecTargetServersSpeedTestTargetEnabled

type ActivationResponsePathSelectorActivatedProbeSpecTargetServersSpeedTestTargetEnabled struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecTargetServersSpeedTestTargetEnabled) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecTargetServersSpeedTestTargetEnabled) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecTargetServersSpeedTestTargetEnabled) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecTargetServersSpeedTestTargetTcpPort

type ActivationResponsePathSelectorActivatedProbeSpecTargetServersSpeedTestTargetTcpPort struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecTargetServersSpeedTestTargetTcpPort) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecTargetServersSpeedTestTargetTcpPort) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecTargetServersSpeedTestTargetTcpPort) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecTargetServersTargetAddressType added in v0.4.30

type ActivationResponsePathSelectorActivatedProbeSpecTargetServersTargetAddressType struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecTargetServersTargetAddressType) FieldPath added in v0.4.30

func (ActivationResponsePathSelectorActivatedProbeSpecTargetServersTargetAddressType) WithArrayOfValues added in v0.4.30

func (ActivationResponsePathSelectorActivatedProbeSpecTargetServersTargetAddressType) WithValue added in v0.4.30

type ActivationResponsePathSelectorActivatedProbeSpecTargetServersTargetIpVersion added in v0.7.4

type ActivationResponsePathSelectorActivatedProbeSpecTargetServersTargetIpVersion struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecTargetServersTargetIpVersion) FieldPath added in v0.7.4

func (ActivationResponsePathSelectorActivatedProbeSpecTargetServersTargetIpVersion) WithArrayOfValues added in v0.7.4

func (ActivationResponsePathSelectorActivatedProbeSpecTargetServersTargetIpVersion) WithValue added in v0.7.4

type ActivationResponsePathSelectorActivatedProbeSpecTargetServersUdpTarget

type ActivationResponsePathSelectorActivatedProbeSpecTargetServersUdpTarget struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecTargetServersUdpTarget) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecTargetServersUdpTarget) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecTargetServersUdpTarget) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecTargetServersUdpTargetEnabled

type ActivationResponsePathSelectorActivatedProbeSpecTargetServersUdpTargetEnabled struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecTargetServersUdpTargetEnabled) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecTargetServersUdpTargetEnabled) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecTargetServersUdpTargetEnabled) WithValue

type ActivationResponsePathSelectorActivatedProbeSpecTargetServersUdpTargetPort

type ActivationResponsePathSelectorActivatedProbeSpecTargetServersUdpTargetPort struct{}

func (ActivationResponsePathSelectorActivatedProbeSpecTargetServersUdpTargetPort) FieldPath

func (ActivationResponsePathSelectorActivatedProbeSpecTargetServersUdpTargetPort) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeSpecTargetServersUdpTargetPort) WithValue

type ActivationResponsePathSelectorActivatedProbeStatus

type ActivationResponsePathSelectorActivatedProbeStatus struct{}

func (ActivationResponsePathSelectorActivatedProbeStatus) Activation

func (ActivationResponsePathSelectorActivatedProbeStatus) ActiveLocation

func (ActivationResponsePathSelectorActivatedProbeStatus) AgentType

func (ActivationResponsePathSelectorActivatedProbeStatus) AsInfo

func (ActivationResponsePathSelectorActivatedProbeStatus) Bandwidth

func (ActivationResponsePathSelectorActivatedProbeStatus) Carrier

func (ActivationResponsePathSelectorActivatedProbeStatus) Connection

func (ActivationResponsePathSelectorActivatedProbeStatus) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatus) ProxyConfig added in v0.10.5

func (ActivationResponsePathSelectorActivatedProbeStatus) SoftwareVersion

func (ActivationResponsePathSelectorActivatedProbeStatus) SystemInfo

func (ActivationResponsePathSelectorActivatedProbeStatus) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatus) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusActivation

type ActivationResponsePathSelectorActivatedProbeStatusActivation struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusActivation) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusActivation) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusActivation) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusActivationCurrentSession

type ActivationResponsePathSelectorActivatedProbeStatusActivationCurrentSession struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusActivationCurrentSession) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusActivationCurrentSession) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusActivationCurrentSession) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusActivationCurrentSessionClientCookie

type ActivationResponsePathSelectorActivatedProbeStatusActivationCurrentSessionClientCookie struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusActivationCurrentSessionClientCookie) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusActivationCurrentSessionClientCookie) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusActivationCurrentSessionClientCookie) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusActivationCurrentSessionLockDeadline

type ActivationResponsePathSelectorActivatedProbeStatusActivationCurrentSessionLockDeadline struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusActivationCurrentSessionLockDeadline) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusActivationCurrentSessionLockDeadline) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusActivationCurrentSessionLockDeadline) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusActivationLastInvitation

type ActivationResponsePathSelectorActivatedProbeStatusActivationLastInvitation struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusActivationLastInvitation) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusActivationLastInvitation) SendFailureMessage added in v0.11.14

func (ActivationResponsePathSelectorActivatedProbeStatusActivationLastInvitation) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusActivationLastInvitation) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusActivationLastInvitationSendFailureMessage added in v0.11.14

type ActivationResponsePathSelectorActivatedProbeStatusActivationLastInvitationSendFailureMessage struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusActivationLastInvitationSendFailureMessage) FieldPath added in v0.11.14

func (ActivationResponsePathSelectorActivatedProbeStatusActivationLastInvitationSendFailureMessage) WithArrayOfValues added in v0.11.14

func (ActivationResponsePathSelectorActivatedProbeStatusActivationLastInvitationSendFailureMessage) WithValue added in v0.11.14

type ActivationResponsePathSelectorActivatedProbeStatusActivationLastInvitationSender

type ActivationResponsePathSelectorActivatedProbeStatusActivationLastInvitationSender struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusActivationLastInvitationSender) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusActivationLastInvitationSender) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusActivationLastInvitationSender) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusActivationLastInvitationSentDate

type ActivationResponsePathSelectorActivatedProbeStatusActivationLastInvitationSentDate struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusActivationLastInvitationSentDate) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusActivationLastInvitationSentDate) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusActivationLastInvitationSentDate) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusActivationServiceAccount

type ActivationResponsePathSelectorActivatedProbeStatusActivationServiceAccount struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusActivationServiceAccount) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusActivationServiceAccount) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusActivationServiceAccount) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusActivationStatus

type ActivationResponsePathSelectorActivatedProbeStatusActivationStatus struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusActivationStatus) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusActivationStatus) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusActivationStatus) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocation

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocation struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocation) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocation) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocation) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAccuracy

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAccuracy struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAccuracy) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAccuracy) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAccuracy) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddress

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddress struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddress) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddress) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddress) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressAdminArea1

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressAdminArea1 struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressAdminArea1) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressAdminArea1) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressAdminArea1) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressAdminArea2

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressAdminArea2 struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressAdminArea2) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressAdminArea2) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressAdminArea2) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressAdminArea3

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressAdminArea3 struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressAdminArea3) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressAdminArea3) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressAdminArea3) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressAdminArea4

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressAdminArea4 struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressAdminArea4) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressAdminArea4) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressAdminArea4) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressContinent

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressContinent struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressContinent) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressContinent) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressContinent) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressCountry

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressCountry struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressCountry) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressCountry) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressCountry) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressCountryCode

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressCountryCode struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressCountryCode) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressCountryCode) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressCountryCode) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressPostalCode

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressPostalCode struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressPostalCode) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressPostalCode) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressPostalCode) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressStreetAddress

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressStreetAddress struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressStreetAddress) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressStreetAddress) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAddressStreetAddress) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchy

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchy struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchy) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchy) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchy) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchyAdmin1

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchyAdmin1 struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchyAdmin1) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchyAdmin1) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchyAdmin1) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchyAdmin2

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchyAdmin2 struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchyAdmin2) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchyAdmin2) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchyAdmin2) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchyAdmin3

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchyAdmin3 struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchyAdmin3) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchyAdmin3) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchyAdmin3) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchyAdmin4

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchyAdmin4 struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchyAdmin4) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchyAdmin4) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchyAdmin4) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchyAdmin5

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchyAdmin5 struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchyAdmin5) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchyAdmin5) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchyAdmin5) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchyContinent

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchyContinent struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchyContinent) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchyContinent) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchyContinent) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchyCountry

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchyCountry struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchyCountry) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchyCountry) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationAdminHierarchyCountry) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationCoordinates

type ActivationResponsePathSelectorActivatedProbeStatusActiveLocationCoordinates struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationCoordinates) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationCoordinates) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusActiveLocationCoordinates) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusAgentType

type ActivationResponsePathSelectorActivatedProbeStatusAgentType struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusAgentType) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusAgentType) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusAgentType) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusAsInfo

type ActivationResponsePathSelectorActivatedProbeStatusAsInfo struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusAsInfo) Asn

func (ActivationResponsePathSelectorActivatedProbeStatusAsInfo) AsnType

func (ActivationResponsePathSelectorActivatedProbeStatusAsInfo) Domain

func (ActivationResponsePathSelectorActivatedProbeStatusAsInfo) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusAsInfo) Name

func (ActivationResponsePathSelectorActivatedProbeStatusAsInfo) Routes

func (ActivationResponsePathSelectorActivatedProbeStatusAsInfo) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusAsInfo) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusAsInfoAsn

type ActivationResponsePathSelectorActivatedProbeStatusAsInfoAsn struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusAsInfoAsn) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusAsInfoAsn) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusAsInfoAsn) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusAsInfoAsnType

type ActivationResponsePathSelectorActivatedProbeStatusAsInfoAsnType struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusAsInfoAsnType) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusAsInfoAsnType) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusAsInfoAsnType) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusAsInfoDomain

type ActivationResponsePathSelectorActivatedProbeStatusAsInfoDomain struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusAsInfoDomain) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusAsInfoDomain) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusAsInfoDomain) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusAsInfoName

type ActivationResponsePathSelectorActivatedProbeStatusAsInfoName struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusAsInfoName) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusAsInfoName) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusAsInfoName) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusAsInfoRoutes

type ActivationResponsePathSelectorActivatedProbeStatusAsInfoRoutes struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusAsInfoRoutes) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusAsInfoRoutes) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusAsInfoRoutes) WithItemValue

func (ActivationResponsePathSelectorActivatedProbeStatusAsInfoRoutes) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusBandwidth

type ActivationResponsePathSelectorActivatedProbeStatusBandwidth struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusBandwidth) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusBandwidth) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusBandwidth) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusBandwidthDownloadMbps

type ActivationResponsePathSelectorActivatedProbeStatusBandwidthDownloadMbps struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusBandwidthDownloadMbps) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusBandwidthDownloadMbps) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusBandwidthDownloadMbps) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusBandwidthLastReported

type ActivationResponsePathSelectorActivatedProbeStatusBandwidthLastReported struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusBandwidthLastReported) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusBandwidthLastReported) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusBandwidthLastReported) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusBandwidthServerIpAddress

type ActivationResponsePathSelectorActivatedProbeStatusBandwidthServerIpAddress struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusBandwidthServerIpAddress) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusBandwidthServerIpAddress) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusBandwidthServerIpAddress) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusBandwidthTestServer

type ActivationResponsePathSelectorActivatedProbeStatusBandwidthTestServer struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusBandwidthTestServer) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusBandwidthTestServer) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusBandwidthTestServer) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusBandwidthUploadMbps

type ActivationResponsePathSelectorActivatedProbeStatusBandwidthUploadMbps struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusBandwidthUploadMbps) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusBandwidthUploadMbps) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusBandwidthUploadMbps) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusCarrier

type ActivationResponsePathSelectorActivatedProbeStatusCarrier struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusCarrier) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusCarrier) Name

func (ActivationResponsePathSelectorActivatedProbeStatusCarrier) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusCarrier) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusCarrierLocationAreaCode

type ActivationResponsePathSelectorActivatedProbeStatusCarrierLocationAreaCode struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusCarrierLocationAreaCode) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusCarrierLocationAreaCode) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusCarrierLocationAreaCode) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusCarrierMobileCountryCode

type ActivationResponsePathSelectorActivatedProbeStatusCarrierMobileCountryCode struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusCarrierMobileCountryCode) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusCarrierMobileCountryCode) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusCarrierMobileCountryCode) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusCarrierMobileNetworkCode

type ActivationResponsePathSelectorActivatedProbeStatusCarrierMobileNetworkCode struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusCarrierMobileNetworkCode) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusCarrierMobileNetworkCode) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusCarrierMobileNetworkCode) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusCarrierName

type ActivationResponsePathSelectorActivatedProbeStatusCarrierName struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusCarrierName) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusCarrierName) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusCarrierName) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusConnection

type ActivationResponsePathSelectorActivatedProbeStatusConnection struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusConnection) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusConnection) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusConnection) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusConnectionStatusChangeTime

type ActivationResponsePathSelectorActivatedProbeStatusConnectionStatusChangeTime struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusConnectionStatusChangeTime) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusConnectionStatusChangeTime) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusConnectionStatusChangeTime) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocation

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocation struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocation) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocation) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocation) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAccuracy

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAccuracy struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAccuracy) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAccuracy) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAccuracy) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddress

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddress struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddress) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddress) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddress) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressAdminArea1

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressAdminArea1 struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressAdminArea1) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressAdminArea1) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressAdminArea1) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressAdminArea2

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressAdminArea2 struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressAdminArea2) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressAdminArea2) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressAdminArea2) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressAdminArea3

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressAdminArea3 struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressAdminArea3) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressAdminArea3) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressAdminArea3) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressAdminArea4

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressAdminArea4 struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressAdminArea4) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressAdminArea4) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressAdminArea4) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressContinent

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressContinent struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressContinent) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressContinent) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressContinent) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressCountry

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressCountry struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressCountry) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressCountry) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressCountry) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressCountryCode

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressCountryCode struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressCountryCode) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressCountryCode) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressCountryCode) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressPostalCode

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressPostalCode struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressPostalCode) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressPostalCode) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressPostalCode) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressStreetAddress

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressStreetAddress struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressStreetAddress) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressStreetAddress) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAddressStreetAddress) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchy

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchy struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchy) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchy) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchy) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchyAdmin1

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchyAdmin1 struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchyAdmin1) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchyAdmin1) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchyAdmin1) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchyAdmin2

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchyAdmin2 struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchyAdmin2) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchyAdmin2) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchyAdmin2) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchyAdmin3

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchyAdmin3 struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchyAdmin3) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchyAdmin3) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchyAdmin3) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchyAdmin4

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchyAdmin4 struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchyAdmin4) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchyAdmin4) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchyAdmin4) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchyAdmin5

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchyAdmin5 struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchyAdmin5) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchyAdmin5) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchyAdmin5) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchyContinent

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchyContinent struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchyContinent) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchyContinent) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchyContinent) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchyCountry

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchyCountry struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchyCountry) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchyCountry) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationAdminHierarchyCountry) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationCoordinates

type ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationCoordinates struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationCoordinates) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationCoordinates) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusDiscoveredLocationCoordinates) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusExternalHostname

type ActivationResponsePathSelectorActivatedProbeStatusExternalHostname struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusExternalHostname) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusExternalHostname) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusExternalHostname) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusExternalIpAddressV4

type ActivationResponsePathSelectorActivatedProbeStatusExternalIpAddressV4 struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusExternalIpAddressV4) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusExternalIpAddressV4) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusExternalIpAddressV4) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusExternalIpAddressV6

type ActivationResponsePathSelectorActivatedProbeStatusExternalIpAddressV6 struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusExternalIpAddressV6) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusExternalIpAddressV6) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusExternalIpAddressV6) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusNetworkInterfaces

type ActivationResponsePathSelectorActivatedProbeStatusNetworkInterfaces struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusNetworkInterfaces) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusNetworkInterfaces) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusNetworkInterfaces) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusProxyConfig added in v0.10.5

type ActivationResponsePathSelectorActivatedProbeStatusProxyConfig struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusProxyConfig) FieldPath added in v0.10.5

func (ActivationResponsePathSelectorActivatedProbeStatusProxyConfig) HttpProxy added in v0.10.5

func (ActivationResponsePathSelectorActivatedProbeStatusProxyConfig) HttpsProxy added in v0.10.5

func (ActivationResponsePathSelectorActivatedProbeStatusProxyConfig) NoProxy added in v0.10.5

func (ActivationResponsePathSelectorActivatedProbeStatusProxyConfig) WithArrayOfValues added in v0.10.5

func (ActivationResponsePathSelectorActivatedProbeStatusProxyConfig) WithValue added in v0.10.5

type ActivationResponsePathSelectorActivatedProbeStatusProxyConfigHttpProxy added in v0.10.5

type ActivationResponsePathSelectorActivatedProbeStatusProxyConfigHttpProxy struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusProxyConfigHttpProxy) FieldPath added in v0.10.5

func (ActivationResponsePathSelectorActivatedProbeStatusProxyConfigHttpProxy) WithArrayOfValues added in v0.10.5

func (ActivationResponsePathSelectorActivatedProbeStatusProxyConfigHttpProxy) WithValue added in v0.10.5

type ActivationResponsePathSelectorActivatedProbeStatusProxyConfigHttpsProxy added in v0.10.5

type ActivationResponsePathSelectorActivatedProbeStatusProxyConfigHttpsProxy struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusProxyConfigHttpsProxy) FieldPath added in v0.10.5

func (ActivationResponsePathSelectorActivatedProbeStatusProxyConfigHttpsProxy) WithArrayOfValues added in v0.10.5

func (ActivationResponsePathSelectorActivatedProbeStatusProxyConfigHttpsProxy) WithValue added in v0.10.5

type ActivationResponsePathSelectorActivatedProbeStatusProxyConfigNoProxy added in v0.10.5

type ActivationResponsePathSelectorActivatedProbeStatusProxyConfigNoProxy struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusProxyConfigNoProxy) FieldPath added in v0.10.5

func (ActivationResponsePathSelectorActivatedProbeStatusProxyConfigNoProxy) WithArrayOfValues added in v0.10.5

func (ActivationResponsePathSelectorActivatedProbeStatusProxyConfigNoProxy) WithValue added in v0.10.5

type ActivationResponsePathSelectorActivatedProbeStatusSoftwareVersion

type ActivationResponsePathSelectorActivatedProbeStatusSoftwareVersion struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusSoftwareVersion) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusSoftwareVersion) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusSoftwareVersion) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusSoftwareVersionBuildDate

type ActivationResponsePathSelectorActivatedProbeStatusSoftwareVersionBuildDate struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusSoftwareVersionBuildDate) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusSoftwareVersionBuildDate) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusSoftwareVersionBuildDate) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusSoftwareVersionCommitId

type ActivationResponsePathSelectorActivatedProbeStatusSoftwareVersionCommitId struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusSoftwareVersionCommitId) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusSoftwareVersionCommitId) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusSoftwareVersionCommitId) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusSoftwareVersionVersion

type ActivationResponsePathSelectorActivatedProbeStatusSoftwareVersionVersion struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusSoftwareVersionVersion) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusSoftwareVersionVersion) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusSoftwareVersionVersion) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusSystemInfo

type ActivationResponsePathSelectorActivatedProbeStatusSystemInfo struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfo) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfo) Model

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfo) Os

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfo) Sku

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfo) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfo) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusSystemInfoArchitecture

type ActivationResponsePathSelectorActivatedProbeStatusSystemInfoArchitecture struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoArchitecture) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoArchitecture) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoArchitecture) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusSystemInfoFamily

type ActivationResponsePathSelectorActivatedProbeStatusSystemInfoFamily struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoFamily) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoFamily) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoFamily) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusSystemInfoHostName

type ActivationResponsePathSelectorActivatedProbeStatusSystemInfoHostName struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoHostName) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoHostName) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoHostName) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusSystemInfoManufacturer

type ActivationResponsePathSelectorActivatedProbeStatusSystemInfoManufacturer struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoManufacturer) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoManufacturer) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoManufacturer) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusSystemInfoModel

type ActivationResponsePathSelectorActivatedProbeStatusSystemInfoModel struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoModel) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoModel) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoModel) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusSystemInfoOs

type ActivationResponsePathSelectorActivatedProbeStatusSystemInfoOs struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoOs) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoOs) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoOs) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusSystemInfoOsBuildVersion

type ActivationResponsePathSelectorActivatedProbeStatusSystemInfoOsBuildVersion struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoOsBuildVersion) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoOsBuildVersion) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoOsBuildVersion) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusSystemInfoOsKernel

type ActivationResponsePathSelectorActivatedProbeStatusSystemInfoOsKernel struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoOsKernel) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoOsKernel) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoOsKernel) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusSystemInfoOsName

type ActivationResponsePathSelectorActivatedProbeStatusSystemInfoOsName struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoOsName) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoOsName) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoOsName) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusSystemInfoOsVersion

type ActivationResponsePathSelectorActivatedProbeStatusSystemInfoOsVersion struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoOsVersion) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoOsVersion) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoOsVersion) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusSystemInfoPlatform

type ActivationResponsePathSelectorActivatedProbeStatusSystemInfoPlatform struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoPlatform) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoPlatform) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoPlatform) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusSystemInfoSerialNumber

type ActivationResponsePathSelectorActivatedProbeStatusSystemInfoSerialNumber struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoSerialNumber) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoSerialNumber) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoSerialNumber) WithValue

type ActivationResponsePathSelectorActivatedProbeStatusSystemInfoSku

type ActivationResponsePathSelectorActivatedProbeStatusSystemInfoSku struct{}

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoSku) FieldPath

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoSku) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedProbeStatusSystemInfoSku) WithValue

type ActivationResponsePathSelectorActivatedServiceAccountKey

type ActivationResponsePathSelectorActivatedServiceAccountKey struct{}

func (ActivationResponsePathSelectorActivatedServiceAccountKey) Algorithm

func (ActivationResponsePathSelectorActivatedServiceAccountKey) ApiKey added in v0.7.13

func (ActivationResponsePathSelectorActivatedServiceAccountKey) FieldPath

func (ActivationResponsePathSelectorActivatedServiceAccountKey) Metadata

func (ActivationResponsePathSelectorActivatedServiceAccountKey) Name

func (ActivationResponsePathSelectorActivatedServiceAccountKey) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedServiceAccountKey) WithValue

type ActivationResponsePathSelectorActivatedServiceAccountKeyAlgorithm

type ActivationResponsePathSelectorActivatedServiceAccountKeyAlgorithm struct{}

func (ActivationResponsePathSelectorActivatedServiceAccountKeyAlgorithm) FieldPath

type ActivationResponsePathSelectorActivatedServiceAccountKeyApiKey added in v0.7.13

type ActivationResponsePathSelectorActivatedServiceAccountKeyApiKey struct{}

func (ActivationResponsePathSelectorActivatedServiceAccountKeyApiKey) FieldPath added in v0.7.13

func (ActivationResponsePathSelectorActivatedServiceAccountKeyApiKey) WithArrayOfValues added in v0.7.13

func (ActivationResponsePathSelectorActivatedServiceAccountKeyApiKey) WithValue added in v0.7.13

type ActivationResponsePathSelectorActivatedServiceAccountKeyDisplayName

type ActivationResponsePathSelectorActivatedServiceAccountKeyDisplayName struct{}

func (ActivationResponsePathSelectorActivatedServiceAccountKeyDisplayName) FieldPath

func (ActivationResponsePathSelectorActivatedServiceAccountKeyDisplayName) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedServiceAccountKeyDisplayName) WithValue

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadata

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadata struct{}

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadata) DeleteTime added in v0.7.1

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadata) FieldPath

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadata) Lifecycle added in v0.7.1

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadata) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadata) WithValue

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataAnnotations

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataAnnotations struct{}

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataAnnotations) FieldPath

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataAnnotations) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataAnnotations) WithValue

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataCreateTime

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataCreateTime struct{}

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataCreateTime) FieldPath

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataCreateTime) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataCreateTime) WithValue

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataDeleteTime added in v0.7.1

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataDeleteTime struct{}

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataDeleteTime) FieldPath added in v0.7.1

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataDeleteTime) WithValue added in v0.7.1

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataGeneration

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataGeneration struct{}

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataGeneration) FieldPath

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataGeneration) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataGeneration) WithValue

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataLabels

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataLabels struct{}

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataLabels) FieldPath

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataLabels) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataLabels) WithValue

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataLifecycle added in v0.7.1

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataLifecycle struct{}

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataLifecycle) BlockDeletion added in v0.7.1

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataLifecycle) FieldPath added in v0.7.1

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataLifecycle) State added in v0.7.1

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataLifecycle) WithValue added in v0.7.1

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataLifecycleBlockDeletion added in v0.7.1

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataLifecycleBlockDeletion struct{}

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataLifecycleState added in v0.7.1

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataLifecycleState struct{}

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataLifecycleState) FieldPath added in v0.7.1

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataLifecycleState) WithValue added in v0.7.1

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferences

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferences struct{}

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferences) FieldPath

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferences) Region added in v0.7.1

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferences) Version added in v0.7.1

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferences) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferences) WithItemValue

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferences) WithValue

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferencesBlockOwnerDeletion

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferencesController

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferencesController struct{}

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferencesController) FieldPath

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferencesController) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferencesController) WithValue

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferencesKind

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferencesKind struct{}

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferencesKind) FieldPath

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferencesKind) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferencesKind) WithValue

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferencesName

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferencesName struct{}

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferencesName) FieldPath

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferencesName) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferencesName) WithValue

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferencesRegion added in v0.7.1

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferencesRegion struct{}

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferencesRequiresOwnerReference struct{}

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferencesVersion added in v0.7.1

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferencesVersion struct{}

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataResourceVersion

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataResourceVersion struct{}

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataResourceVersion) FieldPath

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataResourceVersion) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataResourceVersion) WithValue

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataShards

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataShards struct{}

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataShards) FieldPath

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataShards) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataShards) WithValue

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataSyncing

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataSyncing struct{}

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataSyncing) FieldPath

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataSyncing) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataSyncing) WithValue

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataSyncingOwningRegion

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataSyncingOwningRegion struct{}

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataSyncingOwningRegion) FieldPath

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataSyncingOwningRegion) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataSyncingOwningRegion) WithValue

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataSyncingRegions

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataSyncingRegions struct{}

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataSyncingRegions) FieldPath

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataSyncingRegions) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataSyncingRegions) WithItemValue

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataSyncingRegions) WithValue

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataTags

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataTags struct{}

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataTags) FieldPath

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataTags) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataTags) WithItemValue

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataTags) WithValue

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataUpdateTime

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataUpdateTime struct{}

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataUpdateTime) FieldPath

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataUpdateTime) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataUpdateTime) WithValue

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataUuid

type ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataUuid struct{}

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataUuid) FieldPath

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataUuid) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedServiceAccountKeyMetadataUuid) WithValue

type ActivationResponsePathSelectorActivatedServiceAccountKeyName

type ActivationResponsePathSelectorActivatedServiceAccountKeyName struct{}

func (ActivationResponsePathSelectorActivatedServiceAccountKeyName) FieldPath

func (ActivationResponsePathSelectorActivatedServiceAccountKeyName) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedServiceAccountKeyName) WithValue

type ActivationResponsePathSelectorActivatedServiceAccountKeyPrivateKeyData

type ActivationResponsePathSelectorActivatedServiceAccountKeyPrivateKeyData struct{}

func (ActivationResponsePathSelectorActivatedServiceAccountKeyPrivateKeyData) FieldPath

func (ActivationResponsePathSelectorActivatedServiceAccountKeyPrivateKeyData) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedServiceAccountKeyPrivateKeyData) WithValue

type ActivationResponsePathSelectorActivatedServiceAccountKeyPublicKeyData

type ActivationResponsePathSelectorActivatedServiceAccountKeyPublicKeyData struct{}

func (ActivationResponsePathSelectorActivatedServiceAccountKeyPublicKeyData) FieldPath

func (ActivationResponsePathSelectorActivatedServiceAccountKeyPublicKeyData) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedServiceAccountKeyPublicKeyData) WithValue

type ActivationResponsePathSelectorActivatedServiceAccountKeyValidNotAfter

type ActivationResponsePathSelectorActivatedServiceAccountKeyValidNotAfter struct{}

func (ActivationResponsePathSelectorActivatedServiceAccountKeyValidNotAfter) FieldPath

func (ActivationResponsePathSelectorActivatedServiceAccountKeyValidNotAfter) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedServiceAccountKeyValidNotAfter) WithValue

type ActivationResponsePathSelectorActivatedServiceAccountKeyValidNotBefore

type ActivationResponsePathSelectorActivatedServiceAccountKeyValidNotBefore struct{}

func (ActivationResponsePathSelectorActivatedServiceAccountKeyValidNotBefore) FieldPath

func (ActivationResponsePathSelectorActivatedServiceAccountKeyValidNotBefore) WithArrayOfValues

func (ActivationResponsePathSelectorActivatedServiceAccountKeyValidNotBefore) WithValue

type ActivationResponsePathSelectorConfirmActivationAck

type ActivationResponsePathSelectorConfirmActivationAck struct{}

func (ActivationResponsePathSelectorConfirmActivationAck) FieldPath

type ActivationResponse_Activated

type ActivationResponse_Activated struct {

	// Onboarded Probe resource
	Probe *probe.Probe `protobuf:"bytes,1,opt,name=probe,proto3" json:"probe,omitempty" firestore:"probe"`
	// ServiceAccountKey to use with PrivateKeyData
	ServiceAccountKey *iam_service_account_key.ServiceAccountKey `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ActivationResponse_Activated) Clone

func (*ActivationResponse_Activated) CloneRaw

func (*ActivationResponse_Activated) Descriptor

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

Deprecated, Use ActivationResponse_Activated.ProtoReflect.Descriptor instead.

func (*ActivationResponse_Activated) GetProbe

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

func (*ActivationResponse_Activated) GetServiceAccountKey

func (*ActivationResponse_Activated) GotenMessage

func (*ActivationResponse_Activated) GotenMessage()

func (*ActivationResponse_Activated) GotenObjectExt

func (o *ActivationResponse_Activated) GotenObjectExt()

func (*ActivationResponse_Activated) GotenValidate

func (obj *ActivationResponse_Activated) GotenValidate() error

func (*ActivationResponse_Activated) MakeDiffFieldMask

func (*ActivationResponse_Activated) MakeFullFieldMask

func (*ActivationResponse_Activated) MakeRawDiffFieldMask

func (*ActivationResponse_Activated) MakeRawFullFieldMask

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

func (*ActivationResponse_Activated) Marshal

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

func (*ActivationResponse_Activated) MarshalJSON

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

func (*ActivationResponse_Activated) Merge

func (*ActivationResponse_Activated) MergeRaw

func (*ActivationResponse_Activated) ProtoMessage

func (*ActivationResponse_Activated) ProtoMessage()

func (*ActivationResponse_Activated) ProtoReflect

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

func (*ActivationResponse_Activated) Reset

func (m *ActivationResponse_Activated) Reset()

func (*ActivationResponse_Activated) SetProbe

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

func (*ActivationResponse_Activated) SetServiceAccountKey

func (*ActivationResponse_Activated) String

func (*ActivationResponse_Activated) Unmarshal

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

func (*ActivationResponse_Activated) UnmarshalJSON

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

type ActivationResponse_ActivatedMapPathSelectorProbeMetadataAnnotations

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

func (ActivationResponse_ActivatedMapPathSelectorProbeMetadataAnnotations) FieldPath

func (ActivationResponse_ActivatedMapPathSelectorProbeMetadataAnnotations) WithArrayOfValues

func (ActivationResponse_ActivatedMapPathSelectorProbeMetadataAnnotations) WithValue

type ActivationResponse_ActivatedMapPathSelectorProbeMetadataLabels

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

func (ActivationResponse_ActivatedMapPathSelectorProbeMetadataLabels) FieldPath

func (ActivationResponse_ActivatedMapPathSelectorProbeMetadataLabels) WithArrayOfValues

func (ActivationResponse_ActivatedMapPathSelectorProbeMetadataLabels) WithValue

type ActivationResponse_ActivatedMapPathSelectorProbeMetadataShards

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

func (ActivationResponse_ActivatedMapPathSelectorProbeMetadataShards) FieldPath

func (ActivationResponse_ActivatedMapPathSelectorProbeMetadataShards) WithArrayOfValues

func (ActivationResponse_ActivatedMapPathSelectorProbeMetadataShards) WithValue

type ActivationResponse_ActivatedMapPathSelectorProbeSpecActivationInvitationExtras added in v0.4.49

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

func (ActivationResponse_ActivatedMapPathSelectorProbeSpecActivationInvitationExtras) FieldPath added in v0.4.49

func (ActivationResponse_ActivatedMapPathSelectorProbeSpecActivationInvitationExtras) WithArrayOfValues added in v0.4.49

func (ActivationResponse_ActivatedMapPathSelectorProbeSpecActivationInvitationExtras) WithValue added in v0.4.49

type ActivationResponse_ActivatedMapPathSelectorProbeStatusNetworkInterfaces

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

func (ActivationResponse_ActivatedMapPathSelectorProbeStatusNetworkInterfaces) FieldPath

func (ActivationResponse_ActivatedMapPathSelectorProbeStatusNetworkInterfaces) WithArrayOfValues

func (ActivationResponse_ActivatedMapPathSelectorProbeStatusNetworkInterfaces) WithValue

type ActivationResponse_ActivatedMapPathSelectorServiceAccountKeyMetadataAnnotations

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

func (ActivationResponse_ActivatedMapPathSelectorServiceAccountKeyMetadataAnnotations) FieldPath

func (ActivationResponse_ActivatedMapPathSelectorServiceAccountKeyMetadataAnnotations) WithArrayOfValues

func (ActivationResponse_ActivatedMapPathSelectorServiceAccountKeyMetadataAnnotations) WithValue

type ActivationResponse_ActivatedMapPathSelectorServiceAccountKeyMetadataLabels

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

func (ActivationResponse_ActivatedMapPathSelectorServiceAccountKeyMetadataLabels) FieldPath

func (ActivationResponse_ActivatedMapPathSelectorServiceAccountKeyMetadataLabels) WithArrayOfValues

func (ActivationResponse_ActivatedMapPathSelectorServiceAccountKeyMetadataLabels) WithValue

type ActivationResponse_ActivatedMapPathSelectorServiceAccountKeyMetadataShards

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

func (ActivationResponse_ActivatedMapPathSelectorServiceAccountKeyMetadataShards) FieldPath

func (ActivationResponse_ActivatedMapPathSelectorServiceAccountKeyMetadataShards) WithArrayOfValues

func (ActivationResponse_ActivatedMapPathSelectorServiceAccountKeyMetadataShards) WithValue

type ActivationResponse_ActivatedPathSelectorProbe

type ActivationResponse_ActivatedPathSelectorProbe struct{}

func (ActivationResponse_ActivatedPathSelectorProbe) DisplayName

func (ActivationResponse_ActivatedPathSelectorProbe) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbe) LowerDisplayName

func (ActivationResponse_ActivatedPathSelectorProbe) Memo

func (ActivationResponse_ActivatedPathSelectorProbe) Metadata

func (ActivationResponse_ActivatedPathSelectorProbe) Name

func (ActivationResponse_ActivatedPathSelectorProbe) Spec

func (ActivationResponse_ActivatedPathSelectorProbe) Status

func (ActivationResponse_ActivatedPathSelectorProbe) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbe) WithSubArrayItemValue

func (ActivationResponse_ActivatedPathSelectorProbe) WithSubArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbe) WithSubPath

func (ActivationResponse_ActivatedPathSelectorProbe) WithSubValue

func (ActivationResponse_ActivatedPathSelectorProbe) WithValue

type ActivationResponse_ActivatedPathSelectorProbeDisplayName

type ActivationResponse_ActivatedPathSelectorProbeDisplayName struct{}

func (ActivationResponse_ActivatedPathSelectorProbeDisplayName) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeDisplayName) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeDisplayName) WithValue

type ActivationResponse_ActivatedPathSelectorProbeLowerDisplayName

type ActivationResponse_ActivatedPathSelectorProbeLowerDisplayName struct{}

func (ActivationResponse_ActivatedPathSelectorProbeLowerDisplayName) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeLowerDisplayName) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeLowerDisplayName) WithValue

type ActivationResponse_ActivatedPathSelectorProbeMemo

type ActivationResponse_ActivatedPathSelectorProbeMemo struct{}

func (ActivationResponse_ActivatedPathSelectorProbeMemo) CreateTime

func (ActivationResponse_ActivatedPathSelectorProbeMemo) CreatedBy

func (ActivationResponse_ActivatedPathSelectorProbeMemo) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeMemo) Message

func (ActivationResponse_ActivatedPathSelectorProbeMemo) UpdateTime

func (ActivationResponse_ActivatedPathSelectorProbeMemo) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeMemo) WithItemValue

func (ActivationResponse_ActivatedPathSelectorProbeMemo) WithValue

type ActivationResponse_ActivatedPathSelectorProbeMemoCreateTime

type ActivationResponse_ActivatedPathSelectorProbeMemoCreateTime struct{}

func (ActivationResponse_ActivatedPathSelectorProbeMemoCreateTime) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeMemoCreateTime) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeMemoCreateTime) WithValue

type ActivationResponse_ActivatedPathSelectorProbeMemoCreatedBy

type ActivationResponse_ActivatedPathSelectorProbeMemoCreatedBy struct{}

func (ActivationResponse_ActivatedPathSelectorProbeMemoCreatedBy) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeMemoCreatedBy) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeMemoCreatedBy) WithValue

type ActivationResponse_ActivatedPathSelectorProbeMemoMessage

type ActivationResponse_ActivatedPathSelectorProbeMemoMessage struct{}

func (ActivationResponse_ActivatedPathSelectorProbeMemoMessage) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeMemoMessage) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeMemoMessage) WithValue

type ActivationResponse_ActivatedPathSelectorProbeMemoUpdateTime

type ActivationResponse_ActivatedPathSelectorProbeMemoUpdateTime struct{}

func (ActivationResponse_ActivatedPathSelectorProbeMemoUpdateTime) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeMemoUpdateTime) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeMemoUpdateTime) WithValue

type ActivationResponse_ActivatedPathSelectorProbeMetadata

type ActivationResponse_ActivatedPathSelectorProbeMetadata struct{}

func (ActivationResponse_ActivatedPathSelectorProbeMetadata) Annotations

func (ActivationResponse_ActivatedPathSelectorProbeMetadata) CreateTime

func (ActivationResponse_ActivatedPathSelectorProbeMetadata) DeleteTime added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorProbeMetadata) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeMetadata) Generation

func (ActivationResponse_ActivatedPathSelectorProbeMetadata) Labels

func (ActivationResponse_ActivatedPathSelectorProbeMetadata) Lifecycle added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorProbeMetadata) Shards

func (ActivationResponse_ActivatedPathSelectorProbeMetadata) Syncing

func (ActivationResponse_ActivatedPathSelectorProbeMetadata) Tags

func (ActivationResponse_ActivatedPathSelectorProbeMetadata) UpdateTime

func (ActivationResponse_ActivatedPathSelectorProbeMetadata) Uuid

func (ActivationResponse_ActivatedPathSelectorProbeMetadata) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeMetadata) WithValue

type ActivationResponse_ActivatedPathSelectorProbeMetadataAnnotations

type ActivationResponse_ActivatedPathSelectorProbeMetadataAnnotations struct{}

func (ActivationResponse_ActivatedPathSelectorProbeMetadataAnnotations) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeMetadataAnnotations) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeMetadataAnnotations) WithKey

func (ActivationResponse_ActivatedPathSelectorProbeMetadataAnnotations) WithValue

type ActivationResponse_ActivatedPathSelectorProbeMetadataCreateTime

type ActivationResponse_ActivatedPathSelectorProbeMetadataCreateTime struct{}

func (ActivationResponse_ActivatedPathSelectorProbeMetadataCreateTime) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeMetadataCreateTime) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeMetadataCreateTime) WithValue

type ActivationResponse_ActivatedPathSelectorProbeMetadataDeleteTime added in v0.7.1

type ActivationResponse_ActivatedPathSelectorProbeMetadataDeleteTime struct{}

func (ActivationResponse_ActivatedPathSelectorProbeMetadataDeleteTime) FieldPath added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorProbeMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorProbeMetadataDeleteTime) WithValue added in v0.7.1

type ActivationResponse_ActivatedPathSelectorProbeMetadataGeneration

type ActivationResponse_ActivatedPathSelectorProbeMetadataGeneration struct{}

func (ActivationResponse_ActivatedPathSelectorProbeMetadataGeneration) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeMetadataGeneration) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeMetadataGeneration) WithValue

type ActivationResponse_ActivatedPathSelectorProbeMetadataLabels

type ActivationResponse_ActivatedPathSelectorProbeMetadataLabels struct{}

func (ActivationResponse_ActivatedPathSelectorProbeMetadataLabels) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeMetadataLabels) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeMetadataLabels) WithKey

func (ActivationResponse_ActivatedPathSelectorProbeMetadataLabels) WithValue

type ActivationResponse_ActivatedPathSelectorProbeMetadataLifecycle added in v0.7.1

type ActivationResponse_ActivatedPathSelectorProbeMetadataLifecycle struct{}

func (ActivationResponse_ActivatedPathSelectorProbeMetadataLifecycle) BlockDeletion added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorProbeMetadataLifecycle) FieldPath added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorProbeMetadataLifecycle) State added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorProbeMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorProbeMetadataLifecycle) WithValue added in v0.7.1

type ActivationResponse_ActivatedPathSelectorProbeMetadataLifecycleBlockDeletion added in v0.7.1

type ActivationResponse_ActivatedPathSelectorProbeMetadataLifecycleBlockDeletion struct{}

func (ActivationResponse_ActivatedPathSelectorProbeMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorProbeMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorProbeMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type ActivationResponse_ActivatedPathSelectorProbeMetadataLifecycleState added in v0.7.1

type ActivationResponse_ActivatedPathSelectorProbeMetadataLifecycleState struct{}

func (ActivationResponse_ActivatedPathSelectorProbeMetadataLifecycleState) FieldPath added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorProbeMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorProbeMetadataLifecycleState) WithValue added in v0.7.1

type ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferences

type ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferences struct{}

func (ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferences) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferences) Region added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferences) Version added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferences) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferences) WithItemValue

func (ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferences) WithValue

type ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferencesBlockOwnerDeletion

type ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferencesController

type ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferencesController struct{}

func (ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferencesController) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferencesController) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferencesController) WithValue

type ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferencesKind

type ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferencesKind struct{}

func (ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferencesKind) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferencesKind) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferencesKind) WithValue

type ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferencesName

type ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferencesName struct{}

func (ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferencesName) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferencesName) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferencesName) WithValue

type ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferencesRegion added in v0.7.1

type ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferencesRegion struct{}

func (ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferencesRequiresOwnerReference struct{}

func (ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferencesVersion added in v0.7.1

type ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferencesVersion struct{}

func (ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorProbeMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type ActivationResponse_ActivatedPathSelectorProbeMetadataResourceVersion

type ActivationResponse_ActivatedPathSelectorProbeMetadataResourceVersion struct{}

func (ActivationResponse_ActivatedPathSelectorProbeMetadataResourceVersion) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeMetadataResourceVersion) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeMetadataResourceVersion) WithValue

type ActivationResponse_ActivatedPathSelectorProbeMetadataShards

type ActivationResponse_ActivatedPathSelectorProbeMetadataShards struct{}

func (ActivationResponse_ActivatedPathSelectorProbeMetadataShards) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeMetadataShards) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeMetadataShards) WithKey

func (ActivationResponse_ActivatedPathSelectorProbeMetadataShards) WithValue

type ActivationResponse_ActivatedPathSelectorProbeMetadataSyncing

type ActivationResponse_ActivatedPathSelectorProbeMetadataSyncing struct{}

func (ActivationResponse_ActivatedPathSelectorProbeMetadataSyncing) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeMetadataSyncing) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeMetadataSyncing) WithValue

type ActivationResponse_ActivatedPathSelectorProbeMetadataSyncingOwningRegion

type ActivationResponse_ActivatedPathSelectorProbeMetadataSyncingOwningRegion struct{}

func (ActivationResponse_ActivatedPathSelectorProbeMetadataSyncingOwningRegion) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeMetadataSyncingOwningRegion) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeMetadataSyncingOwningRegion) WithValue

type ActivationResponse_ActivatedPathSelectorProbeMetadataSyncingRegions

type ActivationResponse_ActivatedPathSelectorProbeMetadataSyncingRegions struct{}

func (ActivationResponse_ActivatedPathSelectorProbeMetadataSyncingRegions) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeMetadataSyncingRegions) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeMetadataSyncingRegions) WithItemValue

func (ActivationResponse_ActivatedPathSelectorProbeMetadataSyncingRegions) WithValue

type ActivationResponse_ActivatedPathSelectorProbeMetadataTags

type ActivationResponse_ActivatedPathSelectorProbeMetadataTags struct{}

func (ActivationResponse_ActivatedPathSelectorProbeMetadataTags) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeMetadataTags) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeMetadataTags) WithItemValue

func (ActivationResponse_ActivatedPathSelectorProbeMetadataTags) WithValue

type ActivationResponse_ActivatedPathSelectorProbeMetadataUpdateTime

type ActivationResponse_ActivatedPathSelectorProbeMetadataUpdateTime struct{}

func (ActivationResponse_ActivatedPathSelectorProbeMetadataUpdateTime) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeMetadataUpdateTime) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeMetadataUpdateTime) WithValue

type ActivationResponse_ActivatedPathSelectorProbeMetadataUuid

type ActivationResponse_ActivatedPathSelectorProbeMetadataUuid struct{}

func (ActivationResponse_ActivatedPathSelectorProbeMetadataUuid) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeMetadataUuid) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeMetadataUuid) WithValue

type ActivationResponse_ActivatedPathSelectorProbeName

type ActivationResponse_ActivatedPathSelectorProbeName struct{}

func (ActivationResponse_ActivatedPathSelectorProbeName) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeName) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeName) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpec

type ActivationResponse_ActivatedPathSelectorProbeSpec struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpec) AccessToken

func (ActivationResponse_ActivatedPathSelectorProbeSpec) Activation

func (ActivationResponse_ActivatedPathSelectorProbeSpec) AgentType

func (ActivationResponse_ActivatedPathSelectorProbeSpec) ContactInfo

func (ActivationResponse_ActivatedPathSelectorProbeSpec) Device

func (ActivationResponse_ActivatedPathSelectorProbeSpec) DisableSpeedtest

func (ActivationResponse_ActivatedPathSelectorProbeSpec) Enabled

func (ActivationResponse_ActivatedPathSelectorProbeSpec) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpec) PcapSettings added in v0.8.0

func (ActivationResponse_ActivatedPathSelectorProbeSpec) PrimaryLocation

func (ActivationResponse_ActivatedPathSelectorProbeSpec) ProbeGroup

func (ActivationResponse_ActivatedPathSelectorProbeSpec) ProbeGroupName added in v0.10.6

func (ActivationResponse_ActivatedPathSelectorProbeSpec) TargetServers

func (ActivationResponse_ActivatedPathSelectorProbeSpec) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpec) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecAccessToken

type ActivationResponse_ActivatedPathSelectorProbeSpecAccessToken struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecAccessToken) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecAccessToken) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecAccessToken) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecAccessTokenAccessToken

type ActivationResponse_ActivatedPathSelectorProbeSpecAccessTokenAccessToken struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecAccessTokenAccessToken) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecAccessTokenAccessToken) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecAccessTokenAccessToken) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecAccessTokenEnable

type ActivationResponse_ActivatedPathSelectorProbeSpecAccessTokenEnable struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecAccessTokenEnable) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecAccessTokenEnable) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecAccessTokenEnable) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecActivation

type ActivationResponse_ActivatedPathSelectorProbeSpecActivation struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecActivation) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecActivation) InvitationExtras added in v0.4.49

func (ActivationResponse_ActivatedPathSelectorProbeSpecActivation) Token

func (ActivationResponse_ActivatedPathSelectorProbeSpecActivation) Type

func (ActivationResponse_ActivatedPathSelectorProbeSpecActivation) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecActivation) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecActivationInvitationExtras added in v0.4.49

type ActivationResponse_ActivatedPathSelectorProbeSpecActivationInvitationExtras struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecActivationInvitationExtras) FieldPath added in v0.4.49

func (ActivationResponse_ActivatedPathSelectorProbeSpecActivationInvitationExtras) WithArrayOfValues added in v0.4.49

func (ActivationResponse_ActivatedPathSelectorProbeSpecActivationInvitationExtras) WithKey added in v0.4.49

func (ActivationResponse_ActivatedPathSelectorProbeSpecActivationInvitationExtras) WithValue added in v0.4.49

type ActivationResponse_ActivatedPathSelectorProbeSpecActivationReusableToken

type ActivationResponse_ActivatedPathSelectorProbeSpecActivationReusableToken struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecActivationReusableToken) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecActivationReusableToken) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecActivationReusableToken) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecActivationSendInvitationOnCreate

type ActivationResponse_ActivatedPathSelectorProbeSpecActivationSendInvitationOnCreate struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecActivationSendInvitationOnCreate) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecActivationSendInvitationOnCreate) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecActivationSendInvitationOnCreate) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecActivationToken

type ActivationResponse_ActivatedPathSelectorProbeSpecActivationToken struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecActivationToken) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecActivationToken) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecActivationToken) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecActivationType

type ActivationResponse_ActivatedPathSelectorProbeSpecActivationType struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecActivationType) FieldPath

type ActivationResponse_ActivatedPathSelectorProbeSpecAgentType

type ActivationResponse_ActivatedPathSelectorProbeSpecAgentType struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecAgentType) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecAgentType) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecAgentType) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecContactInfo

type ActivationResponse_ActivatedPathSelectorProbeSpecContactInfo struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecContactInfo) Email

func (ActivationResponse_ActivatedPathSelectorProbeSpecContactInfo) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecContactInfo) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecContactInfo) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecContactInfoEmail

type ActivationResponse_ActivatedPathSelectorProbeSpecContactInfoEmail struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecContactInfoEmail) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecContactInfoEmail) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecContactInfoEmail) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecContactInfoFullName

type ActivationResponse_ActivatedPathSelectorProbeSpecContactInfoFullName struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecContactInfoFullName) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecContactInfoFullName) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecContactInfoFullName) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecContactInfoPhones

type ActivationResponse_ActivatedPathSelectorProbeSpecContactInfoPhones struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecContactInfoPhones) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecContactInfoPhones) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecContactInfoPhones) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecContactInfoPhonesNumber

type ActivationResponse_ActivatedPathSelectorProbeSpecContactInfoPhonesNumber struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecContactInfoPhonesNumber) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecContactInfoPhonesNumber) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecContactInfoPhonesNumber) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecContactInfoPhonesType

type ActivationResponse_ActivatedPathSelectorProbeSpecContactInfoPhonesType struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecContactInfoPhonesType) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecContactInfoPhonesType) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecContactInfoPhonesType) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecDevice

type ActivationResponse_ActivatedPathSelectorProbeSpecDevice struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecDevice) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecDevice) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecDevice) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecDisableSpeedtest

type ActivationResponse_ActivatedPathSelectorProbeSpecDisableSpeedtest struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecDisableSpeedtest) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecDisableSpeedtest) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecDisableSpeedtest) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecEnabled

type ActivationResponse_ActivatedPathSelectorProbeSpecEnabled struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecEnabled) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecEnabled) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecEnabled) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecExternalIpCheckUrl

type ActivationResponse_ActivatedPathSelectorProbeSpecExternalIpCheckUrl struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecExternalIpCheckUrl) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecExternalIpCheckUrl) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecExternalIpCheckUrl) WithItemValue

func (ActivationResponse_ActivatedPathSelectorProbeSpecExternalIpCheckUrl) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecLocationDiscovery

type ActivationResponse_ActivatedPathSelectorProbeSpecLocationDiscovery struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecLocationDiscovery) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecLocationDiscovery) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecLocationDiscovery) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecLocationDiscoveryRequiredAccuracy

type ActivationResponse_ActivatedPathSelectorProbeSpecLocationDiscoveryRequiredAccuracy struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecLocationDiscoveryRequiredAccuracy) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecLocationDiscoveryRequiredAccuracy) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecLocationDiscoveryRequiredAccuracy) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecLocationDiscoveryType

type ActivationResponse_ActivatedPathSelectorProbeSpecLocationDiscoveryType struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecLocationDiscoveryType) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecLocationDiscoveryType) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecLocationDiscoveryType) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecPcapSettings added in v0.8.0

type ActivationResponse_ActivatedPathSelectorProbeSpecPcapSettings struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecPcapSettings) CaptureFullPacket added in v0.8.0

func (ActivationResponse_ActivatedPathSelectorProbeSpecPcapSettings) Enable added in v0.8.0

func (ActivationResponse_ActivatedPathSelectorProbeSpecPcapSettings) FieldPath added in v0.8.0

func (ActivationResponse_ActivatedPathSelectorProbeSpecPcapSettings) OnDemandMode added in v0.10.10

func (ActivationResponse_ActivatedPathSelectorProbeSpecPcapSettings) StopOnDemandModeBy added in v0.10.10

func (ActivationResponse_ActivatedPathSelectorProbeSpecPcapSettings) WithArrayOfValues added in v0.8.0

func (ActivationResponse_ActivatedPathSelectorProbeSpecPcapSettings) WithValue added in v0.8.0

type ActivationResponse_ActivatedPathSelectorProbeSpecPcapSettingsCaptureFullPacket added in v0.8.0

type ActivationResponse_ActivatedPathSelectorProbeSpecPcapSettingsCaptureFullPacket struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecPcapSettingsCaptureFullPacket) FieldPath added in v0.8.0

func (ActivationResponse_ActivatedPathSelectorProbeSpecPcapSettingsCaptureFullPacket) WithArrayOfValues added in v0.8.0

func (ActivationResponse_ActivatedPathSelectorProbeSpecPcapSettingsCaptureFullPacket) WithValue added in v0.8.0

type ActivationResponse_ActivatedPathSelectorProbeSpecPcapSettingsEnable added in v0.8.0

type ActivationResponse_ActivatedPathSelectorProbeSpecPcapSettingsEnable struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecPcapSettingsEnable) FieldPath added in v0.8.0

func (ActivationResponse_ActivatedPathSelectorProbeSpecPcapSettingsEnable) WithArrayOfValues added in v0.8.0

func (ActivationResponse_ActivatedPathSelectorProbeSpecPcapSettingsEnable) WithValue added in v0.8.0

type ActivationResponse_ActivatedPathSelectorProbeSpecPcapSettingsOnDemandMode added in v0.10.10

type ActivationResponse_ActivatedPathSelectorProbeSpecPcapSettingsOnDemandMode struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecPcapSettingsOnDemandMode) FieldPath added in v0.10.10

func (ActivationResponse_ActivatedPathSelectorProbeSpecPcapSettingsOnDemandMode) WithArrayOfValues added in v0.10.10

func (ActivationResponse_ActivatedPathSelectorProbeSpecPcapSettingsOnDemandMode) WithValue added in v0.10.10

type ActivationResponse_ActivatedPathSelectorProbeSpecPcapSettingsStopOnDemandModeBy added in v0.10.10

type ActivationResponse_ActivatedPathSelectorProbeSpecPcapSettingsStopOnDemandModeBy struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecPcapSettingsStopOnDemandModeBy) FieldPath added in v0.10.10

func (ActivationResponse_ActivatedPathSelectorProbeSpecPcapSettingsStopOnDemandModeBy) WithArrayOfValues added in v0.10.10

func (ActivationResponse_ActivatedPathSelectorProbeSpecPcapSettingsStopOnDemandModeBy) WithValue added in v0.10.10

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocation

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocation struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocation) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocation) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocation) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAccuracy

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAccuracy struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAccuracy) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAccuracy) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAccuracy) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddress

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddress struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddress) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddress) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddress) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressAdminArea1

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressAdminArea1 struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressAdminArea1) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressAdminArea1) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressAdminArea1) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressAdminArea2

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressAdminArea2 struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressAdminArea2) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressAdminArea2) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressAdminArea2) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressAdminArea3

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressAdminArea3 struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressAdminArea3) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressAdminArea3) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressAdminArea3) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressAdminArea4

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressAdminArea4 struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressAdminArea4) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressAdminArea4) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressAdminArea4) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressContinent

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressContinent struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressContinent) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressContinent) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressContinent) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressCountry

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressCountry struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressCountry) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressCountry) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressCountry) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressCountryCode

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressCountryCode struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressCountryCode) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressCountryCode) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressCountryCode) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressPostalCode

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressPostalCode struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressPostalCode) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressPostalCode) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressPostalCode) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressStreetAddress

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressStreetAddress struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressStreetAddress) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressStreetAddress) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAddressStreetAddress) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchy

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchy struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchy) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchy) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchy) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin1

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin1 struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin1) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin1) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin1) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin2

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin2 struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin2) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin2) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin2) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin3

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin3 struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin3) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin3) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin3) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin4

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin4 struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin4) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin4) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin4) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin5

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin5 struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin5) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin5) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchyAdmin5) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchyContinent

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchyContinent struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchyContinent) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchyContinent) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchyContinent) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchyCountry

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchyCountry struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchyCountry) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchyCountry) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationAdminHierarchyCountry) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationCoordinates

type ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationCoordinates struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationCoordinates) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationCoordinates) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecPrimaryLocationCoordinates) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecProbeGroup

type ActivationResponse_ActivatedPathSelectorProbeSpecProbeGroup struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecProbeGroup) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecProbeGroup) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecProbeGroup) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecProbeGroupName added in v0.10.6

type ActivationResponse_ActivatedPathSelectorProbeSpecProbeGroupName struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecProbeGroupName) FieldPath added in v0.10.6

func (ActivationResponse_ActivatedPathSelectorProbeSpecProbeGroupName) WithArrayOfValues added in v0.10.6

func (ActivationResponse_ActivatedPathSelectorProbeSpecProbeGroupName) WithValue added in v0.10.6

type ActivationResponse_ActivatedPathSelectorProbeSpecTargetServers

type ActivationResponse_ActivatedPathSelectorProbeSpecTargetServers struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecTargetServers) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecTargetServers) TargetAddressType added in v0.4.30

func (ActivationResponse_ActivatedPathSelectorProbeSpecTargetServers) TargetIpVersion added in v0.7.4

func (ActivationResponse_ActivatedPathSelectorProbeSpecTargetServers) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecTargetServers) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersIcmpTarget

type ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersIcmpTarget struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersIcmpTarget) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersIcmpTarget) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersIcmpTarget) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersIcmpTargetEnabled

type ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersIcmpTargetEnabled struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersIcmpTargetEnabled) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersIcmpTargetEnabled) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersIcmpTargetEnabled) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersSpeedTestTarget

type ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersSpeedTestTarget struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersSpeedTestTarget) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersSpeedTestTarget) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersSpeedTestTarget) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersSpeedTestTargetEnabled

type ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersSpeedTestTargetEnabled struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersSpeedTestTargetEnabled) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersSpeedTestTargetEnabled) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersSpeedTestTargetEnabled) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersSpeedTestTargetTcpPort

type ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersSpeedTestTargetTcpPort struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersSpeedTestTargetTcpPort) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersSpeedTestTargetTcpPort) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersSpeedTestTargetTcpPort) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersTargetAddressType added in v0.4.30

type ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersTargetAddressType struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersTargetAddressType) FieldPath added in v0.4.30

func (ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersTargetAddressType) WithArrayOfValues added in v0.4.30

func (ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersTargetAddressType) WithValue added in v0.4.30

type ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersTargetIpVersion added in v0.7.4

type ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersTargetIpVersion struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersTargetIpVersion) FieldPath added in v0.7.4

func (ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersTargetIpVersion) WithArrayOfValues added in v0.7.4

func (ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersTargetIpVersion) WithValue added in v0.7.4

type ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersUdpTarget

type ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersUdpTarget struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersUdpTarget) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersUdpTarget) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersUdpTarget) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersUdpTargetEnabled

type ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersUdpTargetEnabled struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersUdpTargetEnabled) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersUdpTargetEnabled) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersUdpTargetEnabled) WithValue

type ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersUdpTargetPort

type ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersUdpTargetPort struct{}

func (ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersUdpTargetPort) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersUdpTargetPort) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeSpecTargetServersUdpTargetPort) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatus

type ActivationResponse_ActivatedPathSelectorProbeStatus struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatus) Activation

func (ActivationResponse_ActivatedPathSelectorProbeStatus) ActiveLocation

func (ActivationResponse_ActivatedPathSelectorProbeStatus) AgentType

func (ActivationResponse_ActivatedPathSelectorProbeStatus) AsInfo

func (ActivationResponse_ActivatedPathSelectorProbeStatus) Bandwidth

func (ActivationResponse_ActivatedPathSelectorProbeStatus) Carrier

func (ActivationResponse_ActivatedPathSelectorProbeStatus) Connection

func (ActivationResponse_ActivatedPathSelectorProbeStatus) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatus) ProxyConfig added in v0.10.5

func (ActivationResponse_ActivatedPathSelectorProbeStatus) SystemInfo

func (ActivationResponse_ActivatedPathSelectorProbeStatus) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatus) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusActivation

type ActivationResponse_ActivatedPathSelectorProbeStatusActivation struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusActivation) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusActivation) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusActivation) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusActivationCurrentSession

type ActivationResponse_ActivatedPathSelectorProbeStatusActivationCurrentSession struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusActivationCurrentSession) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusActivationCurrentSession) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusActivationCurrentSession) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusActivationCurrentSessionClientCookie

type ActivationResponse_ActivatedPathSelectorProbeStatusActivationCurrentSessionClientCookie struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusActivationCurrentSessionClientCookie) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusActivationCurrentSessionClientCookie) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusActivationCurrentSessionClientCookie) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusActivationCurrentSessionLockDeadline

type ActivationResponse_ActivatedPathSelectorProbeStatusActivationCurrentSessionLockDeadline struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusActivationCurrentSessionLockDeadline) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusActivationCurrentSessionLockDeadline) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusActivationCurrentSessionLockDeadline) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusActivationLastInvitation

type ActivationResponse_ActivatedPathSelectorProbeStatusActivationLastInvitation struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusActivationLastInvitation) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusActivationLastInvitation) SendFailureMessage added in v0.11.14

type ActivationResponse_ActivatedPathSelectorProbeStatusActivationLastInvitationSendFailureMessage added in v0.11.14

type ActivationResponse_ActivatedPathSelectorProbeStatusActivationLastInvitationSendFailureMessage struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusActivationLastInvitationSendFailureMessage) FieldPath added in v0.11.14

func (ActivationResponse_ActivatedPathSelectorProbeStatusActivationLastInvitationSendFailureMessage) WithArrayOfValues added in v0.11.14

func (ActivationResponse_ActivatedPathSelectorProbeStatusActivationLastInvitationSendFailureMessage) WithValue added in v0.11.14

type ActivationResponse_ActivatedPathSelectorProbeStatusActivationLastInvitationSender

type ActivationResponse_ActivatedPathSelectorProbeStatusActivationLastInvitationSender struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusActivationLastInvitationSender) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusActivationLastInvitationSender) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusActivationLastInvitationSender) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusActivationLastInvitationSentDate

type ActivationResponse_ActivatedPathSelectorProbeStatusActivationLastInvitationSentDate struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusActivationLastInvitationSentDate) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusActivationLastInvitationSentDate) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusActivationLastInvitationSentDate) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusActivationServiceAccount

type ActivationResponse_ActivatedPathSelectorProbeStatusActivationServiceAccount struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusActivationServiceAccount) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusActivationServiceAccount) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusActivationServiceAccount) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusActivationStatus

type ActivationResponse_ActivatedPathSelectorProbeStatusActivationStatus struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusActivationStatus) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusActivationStatus) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusActivationStatus) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocation

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocation struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocation) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocation) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocation) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAccuracy

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAccuracy struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAccuracy) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAccuracy) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAccuracy) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddress

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddress struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddress) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddress) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddress) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressAdminArea1

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressAdminArea1 struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressAdminArea1) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressAdminArea1) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressAdminArea1) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressAdminArea2

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressAdminArea2 struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressAdminArea2) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressAdminArea2) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressAdminArea2) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressAdminArea3

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressAdminArea3 struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressAdminArea3) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressAdminArea3) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressAdminArea3) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressAdminArea4

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressAdminArea4 struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressAdminArea4) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressAdminArea4) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressAdminArea4) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressContinent

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressContinent struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressContinent) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressContinent) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressContinent) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressCountry

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressCountry struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressCountry) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressCountry) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressCountry) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressCountryCode

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressCountryCode struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressCountryCode) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressCountryCode) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressCountryCode) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressPostalCode

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressPostalCode struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressPostalCode) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressPostalCode) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressPostalCode) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressStreetAddress

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressStreetAddress struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressStreetAddress) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressStreetAddress) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAddressStreetAddress) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchy

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchy struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchy) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchy) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchy) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin1

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin1 struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin1) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin1) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin1) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin2

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin2 struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin2) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin2) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin2) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin3

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin3 struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin3) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin3) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin3) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin4

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin4 struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin4) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin4) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin4) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin5

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin5 struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin5) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin5) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchyAdmin5) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchyContinent

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchyContinent struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchyContinent) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchyContinent) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchyContinent) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchyCountry

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchyCountry struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchyCountry) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchyCountry) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationAdminHierarchyCountry) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationCoordinates

type ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationCoordinates struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationCoordinates) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationCoordinates) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusActiveLocationCoordinates) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusAgentType

type ActivationResponse_ActivatedPathSelectorProbeStatusAgentType struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusAgentType) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusAgentType) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusAgentType) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusAsInfo

type ActivationResponse_ActivatedPathSelectorProbeStatusAsInfo struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusAsInfo) Asn

func (ActivationResponse_ActivatedPathSelectorProbeStatusAsInfo) AsnType

func (ActivationResponse_ActivatedPathSelectorProbeStatusAsInfo) Domain

func (ActivationResponse_ActivatedPathSelectorProbeStatusAsInfo) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusAsInfo) Name

func (ActivationResponse_ActivatedPathSelectorProbeStatusAsInfo) Routes

func (ActivationResponse_ActivatedPathSelectorProbeStatusAsInfo) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusAsInfo) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusAsInfoAsn

type ActivationResponse_ActivatedPathSelectorProbeStatusAsInfoAsn struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusAsInfoAsn) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusAsInfoAsn) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusAsInfoAsn) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusAsInfoAsnType

type ActivationResponse_ActivatedPathSelectorProbeStatusAsInfoAsnType struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusAsInfoAsnType) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusAsInfoAsnType) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusAsInfoAsnType) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusAsInfoDomain

type ActivationResponse_ActivatedPathSelectorProbeStatusAsInfoDomain struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusAsInfoDomain) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusAsInfoDomain) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusAsInfoDomain) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusAsInfoName

type ActivationResponse_ActivatedPathSelectorProbeStatusAsInfoName struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusAsInfoName) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusAsInfoName) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusAsInfoName) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusAsInfoRoutes

type ActivationResponse_ActivatedPathSelectorProbeStatusAsInfoRoutes struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusAsInfoRoutes) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusAsInfoRoutes) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusAsInfoRoutes) WithItemValue

func (ActivationResponse_ActivatedPathSelectorProbeStatusAsInfoRoutes) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusBandwidth

type ActivationResponse_ActivatedPathSelectorProbeStatusBandwidth struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusBandwidth) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusBandwidth) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusBandwidth) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusBandwidthDownloadMbps

type ActivationResponse_ActivatedPathSelectorProbeStatusBandwidthDownloadMbps struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusBandwidthDownloadMbps) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusBandwidthDownloadMbps) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusBandwidthDownloadMbps) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusBandwidthLastReported

type ActivationResponse_ActivatedPathSelectorProbeStatusBandwidthLastReported struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusBandwidthLastReported) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusBandwidthLastReported) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusBandwidthLastReported) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusBandwidthServerIpAddress

type ActivationResponse_ActivatedPathSelectorProbeStatusBandwidthServerIpAddress struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusBandwidthServerIpAddress) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusBandwidthServerIpAddress) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusBandwidthServerIpAddress) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusBandwidthTestServer

type ActivationResponse_ActivatedPathSelectorProbeStatusBandwidthTestServer struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusBandwidthTestServer) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusBandwidthTestServer) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusBandwidthTestServer) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusBandwidthUploadMbps

type ActivationResponse_ActivatedPathSelectorProbeStatusBandwidthUploadMbps struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusBandwidthUploadMbps) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusBandwidthUploadMbps) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusBandwidthUploadMbps) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusCarrier

type ActivationResponse_ActivatedPathSelectorProbeStatusCarrier struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusCarrier) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusCarrier) Name

func (ActivationResponse_ActivatedPathSelectorProbeStatusCarrier) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusCarrier) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusCarrierLocationAreaCode

type ActivationResponse_ActivatedPathSelectorProbeStatusCarrierLocationAreaCode struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusCarrierLocationAreaCode) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusCarrierLocationAreaCode) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusCarrierLocationAreaCode) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusCarrierMobileCountryCode

type ActivationResponse_ActivatedPathSelectorProbeStatusCarrierMobileCountryCode struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusCarrierMobileCountryCode) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusCarrierMobileCountryCode) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusCarrierMobileCountryCode) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusCarrierMobileNetworkCode

type ActivationResponse_ActivatedPathSelectorProbeStatusCarrierMobileNetworkCode struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusCarrierMobileNetworkCode) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusCarrierMobileNetworkCode) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusCarrierMobileNetworkCode) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusCarrierName

type ActivationResponse_ActivatedPathSelectorProbeStatusCarrierName struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusCarrierName) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusCarrierName) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusCarrierName) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusConnection

type ActivationResponse_ActivatedPathSelectorProbeStatusConnection struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusConnection) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusConnection) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusConnection) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusConnectionStatusChangeTime

type ActivationResponse_ActivatedPathSelectorProbeStatusConnectionStatusChangeTime struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusConnectionStatusChangeTime) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusConnectionStatusChangeTime) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusConnectionStatusChangeTime) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocation

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocation struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocation) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocation) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocation) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAccuracy

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAccuracy struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAccuracy) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAccuracy) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAccuracy) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddress

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddress struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddress) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddress) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddress) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressAdminArea1

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressAdminArea1 struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressAdminArea1) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressAdminArea1) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressAdminArea1) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressAdminArea2

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressAdminArea2 struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressAdminArea2) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressAdminArea2) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressAdminArea2) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressAdminArea3

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressAdminArea3 struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressAdminArea3) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressAdminArea3) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressAdminArea3) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressAdminArea4

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressAdminArea4 struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressAdminArea4) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressAdminArea4) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressAdminArea4) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressContinent

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressContinent struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressContinent) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressContinent) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressContinent) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressCountry

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressCountry struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressCountry) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressCountry) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressCountry) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressCountryCode

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressCountryCode struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressCountryCode) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressCountryCode) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressCountryCode) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressPostalCode

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressPostalCode struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressPostalCode) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressPostalCode) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressPostalCode) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressStreetAddress

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressStreetAddress struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressStreetAddress) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressStreetAddress) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAddressStreetAddress) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchy

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchy struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchy) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchy) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchy) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin1

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin1 struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin1) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin1) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin1) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin2

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin2 struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin2) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin2) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin2) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin3

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin3 struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin3) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin3) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin3) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin4

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin4 struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin4) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin4) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin4) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin5

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin5 struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin5) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin5) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchyAdmin5) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchyContinent

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchyContinent struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchyContinent) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchyContinent) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchyContinent) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchyCountry

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchyCountry struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchyCountry) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchyCountry) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationAdminHierarchyCountry) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationCoordinates

type ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationCoordinates struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationCoordinates) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationCoordinates) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusDiscoveredLocationCoordinates) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusExternalHostname

type ActivationResponse_ActivatedPathSelectorProbeStatusExternalHostname struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusExternalHostname) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusExternalHostname) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusExternalHostname) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusExternalIpAddressV4

type ActivationResponse_ActivatedPathSelectorProbeStatusExternalIpAddressV4 struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusExternalIpAddressV4) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusExternalIpAddressV4) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusExternalIpAddressV4) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusExternalIpAddressV6

type ActivationResponse_ActivatedPathSelectorProbeStatusExternalIpAddressV6 struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusExternalIpAddressV6) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusExternalIpAddressV6) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusExternalIpAddressV6) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusNetworkInterfaces

type ActivationResponse_ActivatedPathSelectorProbeStatusNetworkInterfaces struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusNetworkInterfaces) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusNetworkInterfaces) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusNetworkInterfaces) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusProxyConfig added in v0.10.5

type ActivationResponse_ActivatedPathSelectorProbeStatusProxyConfig struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusProxyConfig) FieldPath added in v0.10.5

func (ActivationResponse_ActivatedPathSelectorProbeStatusProxyConfig) HttpProxy added in v0.10.5

func (ActivationResponse_ActivatedPathSelectorProbeStatusProxyConfig) HttpsProxy added in v0.10.5

func (ActivationResponse_ActivatedPathSelectorProbeStatusProxyConfig) NoProxy added in v0.10.5

func (ActivationResponse_ActivatedPathSelectorProbeStatusProxyConfig) WithArrayOfValues added in v0.10.5

func (ActivationResponse_ActivatedPathSelectorProbeStatusProxyConfig) WithValue added in v0.10.5

type ActivationResponse_ActivatedPathSelectorProbeStatusProxyConfigHttpProxy added in v0.10.5

type ActivationResponse_ActivatedPathSelectorProbeStatusProxyConfigHttpProxy struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusProxyConfigHttpProxy) FieldPath added in v0.10.5

func (ActivationResponse_ActivatedPathSelectorProbeStatusProxyConfigHttpProxy) WithArrayOfValues added in v0.10.5

func (ActivationResponse_ActivatedPathSelectorProbeStatusProxyConfigHttpProxy) WithValue added in v0.10.5

type ActivationResponse_ActivatedPathSelectorProbeStatusProxyConfigHttpsProxy added in v0.10.5

type ActivationResponse_ActivatedPathSelectorProbeStatusProxyConfigHttpsProxy struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusProxyConfigHttpsProxy) FieldPath added in v0.10.5

func (ActivationResponse_ActivatedPathSelectorProbeStatusProxyConfigHttpsProxy) WithArrayOfValues added in v0.10.5

func (ActivationResponse_ActivatedPathSelectorProbeStatusProxyConfigHttpsProxy) WithValue added in v0.10.5

type ActivationResponse_ActivatedPathSelectorProbeStatusProxyConfigNoProxy added in v0.10.5

type ActivationResponse_ActivatedPathSelectorProbeStatusProxyConfigNoProxy struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusProxyConfigNoProxy) FieldPath added in v0.10.5

func (ActivationResponse_ActivatedPathSelectorProbeStatusProxyConfigNoProxy) WithArrayOfValues added in v0.10.5

func (ActivationResponse_ActivatedPathSelectorProbeStatusProxyConfigNoProxy) WithValue added in v0.10.5

type ActivationResponse_ActivatedPathSelectorProbeStatusSoftwareVersion

type ActivationResponse_ActivatedPathSelectorProbeStatusSoftwareVersion struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusSoftwareVersion) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusSoftwareVersion) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusSoftwareVersion) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusSoftwareVersionBuildDate

type ActivationResponse_ActivatedPathSelectorProbeStatusSoftwareVersionBuildDate struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusSoftwareVersionBuildDate) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusSoftwareVersionBuildDate) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusSoftwareVersionBuildDate) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusSoftwareVersionCommitId

type ActivationResponse_ActivatedPathSelectorProbeStatusSoftwareVersionCommitId struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusSoftwareVersionCommitId) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusSoftwareVersionCommitId) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusSoftwareVersionCommitId) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusSoftwareVersionVersion

type ActivationResponse_ActivatedPathSelectorProbeStatusSoftwareVersionVersion struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusSoftwareVersionVersion) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusSoftwareVersionVersion) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusSoftwareVersionVersion) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfo

type ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfo struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfo) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfo) Os

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfo) Sku

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfo) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfo) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoArchitecture

type ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoArchitecture struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoArchitecture) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoArchitecture) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoArchitecture) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoFamily

type ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoFamily struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoFamily) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoFamily) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoFamily) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoHostName

type ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoHostName struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoHostName) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoHostName) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoHostName) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoManufacturer

type ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoManufacturer struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoManufacturer) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoManufacturer) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoManufacturer) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoModel

type ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoModel struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoModel) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoModel) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoModel) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoOs

type ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoOs struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoOs) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoOs) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoOs) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoOsBuildVersion

type ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoOsBuildVersion struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoOsBuildVersion) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoOsBuildVersion) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoOsBuildVersion) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoOsKernel

type ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoOsKernel struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoOsKernel) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoOsKernel) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoOsKernel) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoOsName

type ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoOsName struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoOsName) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoOsName) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoOsName) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoOsVersion

type ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoOsVersion struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoOsVersion) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoOsVersion) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoOsVersion) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoPlatform

type ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoPlatform struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoPlatform) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoPlatform) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoPlatform) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoSerialNumber

type ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoSerialNumber struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoSerialNumber) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoSerialNumber) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoSerialNumber) WithValue

type ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoSku

type ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoSku struct{}

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoSku) FieldPath

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoSku) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorProbeStatusSystemInfoSku) WithValue

type ActivationResponse_ActivatedPathSelectorServiceAccountKey

type ActivationResponse_ActivatedPathSelectorServiceAccountKey struct{}

func (ActivationResponse_ActivatedPathSelectorServiceAccountKey) ApiKey added in v0.7.13

func (ActivationResponse_ActivatedPathSelectorServiceAccountKey) FieldPath

func (ActivationResponse_ActivatedPathSelectorServiceAccountKey) Metadata

func (ActivationResponse_ActivatedPathSelectorServiceAccountKey) Name

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyAlgorithm

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyAlgorithm struct{}

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyAlgorithm) FieldPath

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyApiKey added in v0.7.13

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyApiKey struct{}

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyApiKey) FieldPath added in v0.7.13

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyApiKey) WithArrayOfValues added in v0.7.13

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyApiKey) WithValue added in v0.7.13

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyDisplayName

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyDisplayName struct{}

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyDisplayName) FieldPath

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyDisplayName) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyDisplayName) WithValue

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadata

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadata struct{}

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadata) DeleteTime added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadata) FieldPath

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadata) Lifecycle added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadata) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadata) WithValue

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataAnnotations

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataAnnotations struct{}

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataAnnotations) FieldPath

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataAnnotations) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataAnnotations) WithValue

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataCreateTime

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataCreateTime struct{}

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataCreateTime) FieldPath

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataCreateTime) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataCreateTime) WithValue

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataDeleteTime added in v0.7.1

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataDeleteTime struct{}

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataDeleteTime) FieldPath added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataDeleteTime) WithValue added in v0.7.1

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataGeneration

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataGeneration struct{}

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataGeneration) FieldPath

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataGeneration) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataGeneration) WithValue

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataLabels

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataLabels struct{}

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataLabels) FieldPath

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataLabels) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataLabels) WithValue

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataLifecycle added in v0.7.1

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataLifecycle struct{}

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataLifecycle) BlockDeletion added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataLifecycle) FieldPath added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataLifecycle) State added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataLifecycle) WithValue added in v0.7.1

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataLifecycleBlockDeletion added in v0.7.1

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataLifecycleBlockDeletion struct{}

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataLifecycleState added in v0.7.1

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataLifecycleState struct{}

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataLifecycleState) FieldPath added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataLifecycleState) WithValue added in v0.7.1

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferences

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferences struct{}

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferences) FieldPath

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferences) Region added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferences) Version added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferences) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferences) WithItemValue

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferences) WithValue

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferencesBlockOwnerDeletion

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferencesController

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferencesController struct{}

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferencesController) FieldPath

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferencesController) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferencesController) WithValue

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferencesKind

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferencesKind struct{}

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferencesKind) FieldPath

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferencesKind) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferencesKind) WithValue

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferencesName

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferencesName struct{}

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferencesName) FieldPath

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferencesName) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferencesName) WithValue

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferencesRegion added in v0.7.1

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferencesRegion struct{}

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferencesRequiresOwnerReference struct{}

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferencesVersion added in v0.7.1

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferencesVersion struct{}

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataResourceVersion

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataResourceVersion struct{}

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataResourceVersion) FieldPath

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataResourceVersion) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataResourceVersion) WithValue

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataShards

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataShards struct{}

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataShards) FieldPath

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataShards) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataShards) WithValue

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataSyncing

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataSyncing struct{}

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataSyncing) FieldPath

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataSyncing) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataSyncing) WithValue

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataSyncingOwningRegion

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataSyncingOwningRegion struct{}

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataSyncingOwningRegion) FieldPath

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataSyncingOwningRegion) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataSyncingOwningRegion) WithValue

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataSyncingRegions

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataSyncingRegions struct{}

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataSyncingRegions) FieldPath

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataSyncingRegions) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataSyncingRegions) WithItemValue

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataSyncingRegions) WithValue

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataTags

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataTags struct{}

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataTags) FieldPath

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataTags) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataTags) WithItemValue

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataTags) WithValue

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataUpdateTime

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataUpdateTime struct{}

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataUpdateTime) FieldPath

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataUpdateTime) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataUpdateTime) WithValue

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataUuid

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataUuid struct{}

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataUuid) FieldPath

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataUuid) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyMetadataUuid) WithValue

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyName

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyName struct{}

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyName) FieldPath

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyName) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyName) WithValue

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyPrivateKeyData

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyPrivateKeyData struct{}

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyPrivateKeyData) FieldPath

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyPrivateKeyData) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyPrivateKeyData) WithValue

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyPublicKeyData

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyPublicKeyData struct{}

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyPublicKeyData) FieldPath

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyPublicKeyData) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyPublicKeyData) WithValue

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyValidNotAfter

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyValidNotAfter struct{}

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyValidNotAfter) FieldPath

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyValidNotAfter) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyValidNotAfter) WithValue

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyValidNotBefore

type ActivationResponse_ActivatedPathSelectorServiceAccountKeyValidNotBefore struct{}

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyValidNotBefore) FieldPath

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyValidNotBefore) WithArrayOfValues

func (ActivationResponse_ActivatedPathSelectorServiceAccountKeyValidNotBefore) WithValue

type ActivationResponse_Activated_

type ActivationResponse_Activated_ struct {
	Activated *ActivationResponse_Activated `protobuf:"bytes,1,opt,name=activated,proto3,oneof" firestore:"activated"`
}

type ActivationResponse_Activated_FieldMask

type ActivationResponse_Activated_FieldMask struct {
	Paths []ActivationResponseActivated_FieldPath
}

func FullActivationResponse_Activated_FieldMask

func FullActivationResponse_Activated_FieldMask() *ActivationResponse_Activated_FieldMask

func (*ActivationResponse_Activated_FieldMask) AppendPath

func (*ActivationResponse_Activated_FieldMask) AppendRawPath

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

func (*ActivationResponse_Activated_FieldMask) DecodeFirestore

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

func (*ActivationResponse_Activated_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ActivationResponse_Activated_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ActivationResponse_Activated_FieldMask) FromProtoFieldMask

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

func (*ActivationResponse_Activated_FieldMask) GetPaths

func (*ActivationResponse_Activated_FieldMask) GetRawPaths

func (*ActivationResponse_Activated_FieldMask) IsFull

func (fieldMask *ActivationResponse_Activated_FieldMask) IsFull() bool

func (ActivationResponse_Activated_FieldMask) Marshal

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

implement methods required by customType

func (ActivationResponse_Activated_FieldMask) MarshalJSON

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

func (*ActivationResponse_Activated_FieldMask) PathsCount

func (fieldMask *ActivationResponse_Activated_FieldMask) PathsCount() int

func (*ActivationResponse_Activated_FieldMask) Project

func (*ActivationResponse_Activated_FieldMask) ProjectRaw

func (*ActivationResponse_Activated_FieldMask) ProtoMessage

func (fieldMask *ActivationResponse_Activated_FieldMask) ProtoMessage()

func (*ActivationResponse_Activated_FieldMask) ProtoReflect

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

func (*ActivationResponse_Activated_FieldMask) Reset

func (fieldMask *ActivationResponse_Activated_FieldMask) Reset()

func (*ActivationResponse_Activated_FieldMask) Set

func (*ActivationResponse_Activated_FieldMask) SetFromCliFlag

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

func (*ActivationResponse_Activated_FieldMask) SetRaw

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

func (*ActivationResponse_Activated_FieldMask) Size

func (fieldMask *ActivationResponse_Activated_FieldMask) Size() int

func (*ActivationResponse_Activated_FieldMask) String

func (fieldMask *ActivationResponse_Activated_FieldMask) String() string

func (*ActivationResponse_Activated_FieldMask) Subtract

func (*ActivationResponse_Activated_FieldMask) SubtractRaw

func (*ActivationResponse_Activated_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ActivationResponse_Activated_FieldMask) Unmarshal

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

func (*ActivationResponse_Activated_FieldMask) UnmarshalJSON

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

type ActivationResponse_ConfirmActivationAck

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

func (*ActivationResponse_ConfirmActivationAck) Clone

func (*ActivationResponse_ConfirmActivationAck) CloneRaw

func (*ActivationResponse_ConfirmActivationAck) Descriptor

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

Deprecated, Use ActivationResponse_ConfirmActivationAck.ProtoReflect.Descriptor instead.

func (*ActivationResponse_ConfirmActivationAck) GotenMessage

func (*ActivationResponse_ConfirmActivationAck) GotenObjectExt

func (o *ActivationResponse_ConfirmActivationAck) GotenObjectExt()

func (*ActivationResponse_ConfirmActivationAck) GotenValidate

func (obj *ActivationResponse_ConfirmActivationAck) GotenValidate() error

func (*ActivationResponse_ConfirmActivationAck) MakeFullFieldMask

func (*ActivationResponse_ConfirmActivationAck) MakeRawDiffFieldMask

func (*ActivationResponse_ConfirmActivationAck) MakeRawFullFieldMask

func (*ActivationResponse_ConfirmActivationAck) Marshal

func (*ActivationResponse_ConfirmActivationAck) MarshalJSON

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

func (*ActivationResponse_ConfirmActivationAck) Merge

func (*ActivationResponse_ConfirmActivationAck) MergeRaw

func (*ActivationResponse_ConfirmActivationAck) ProtoMessage

func (*ActivationResponse_ConfirmActivationAck) ProtoReflect

func (*ActivationResponse_ConfirmActivationAck) Reset

func (*ActivationResponse_ConfirmActivationAck) String

func (*ActivationResponse_ConfirmActivationAck) Unmarshal

func (*ActivationResponse_ConfirmActivationAck) UnmarshalJSON

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

type ActivationResponse_ConfirmActivationAck_

type ActivationResponse_ConfirmActivationAck_ struct {
	// after receiving this message it's safe to close the onboarding stream
	ConfirmActivationAck *ActivationResponse_ConfirmActivationAck `protobuf:"bytes,2,opt,name=confirm_activation_ack,json=confirmActivationAck,proto3,oneof" firestore:"confirmActivationAck"`
}

type ActivationResponse_ConfirmActivationAck_FieldMask

type ActivationResponse_ConfirmActivationAck_FieldMask struct {
	Paths []ActivationResponseConfirmActivationAck_FieldPath
}

func FullActivationResponse_ConfirmActivationAck_FieldMask

func FullActivationResponse_ConfirmActivationAck_FieldMask() *ActivationResponse_ConfirmActivationAck_FieldMask

func (*ActivationResponse_ConfirmActivationAck_FieldMask) AppendPath

func (*ActivationResponse_ConfirmActivationAck_FieldMask) AppendRawPath

func (*ActivationResponse_ConfirmActivationAck_FieldMask) DecodeFirestore

func (*ActivationResponse_ConfirmActivationAck_FieldMask) EncodeFirestore

firestore encoding/decoding integration

func (*ActivationResponse_ConfirmActivationAck_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ActivationResponse_ConfirmActivationAck_FieldMask) FromProtoFieldMask

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

func (*ActivationResponse_ConfirmActivationAck_FieldMask) GetPaths

func (*ActivationResponse_ConfirmActivationAck_FieldMask) GetRawPaths

func (*ActivationResponse_ConfirmActivationAck_FieldMask) IsFull

func (ActivationResponse_ConfirmActivationAck_FieldMask) Marshal

implement methods required by customType

func (ActivationResponse_ConfirmActivationAck_FieldMask) MarshalJSON

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

func (*ActivationResponse_ConfirmActivationAck_FieldMask) PathsCount

func (*ActivationResponse_ConfirmActivationAck_FieldMask) Project

func (*ActivationResponse_ConfirmActivationAck_FieldMask) ProjectRaw

func (*ActivationResponse_ConfirmActivationAck_FieldMask) ProtoMessage

func (fieldMask *ActivationResponse_ConfirmActivationAck_FieldMask) ProtoMessage()

func (*ActivationResponse_ConfirmActivationAck_FieldMask) ProtoReflect

func (*ActivationResponse_ConfirmActivationAck_FieldMask) Reset

func (*ActivationResponse_ConfirmActivationAck_FieldMask) Set

func (*ActivationResponse_ConfirmActivationAck_FieldMask) SetFromCliFlag

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

func (*ActivationResponse_ConfirmActivationAck_FieldMask) SetRaw

func (*ActivationResponse_ConfirmActivationAck_FieldMask) Size

func (*ActivationResponse_ConfirmActivationAck_FieldMask) String

func (*ActivationResponse_ConfirmActivationAck_FieldMask) SubtractRaw

func (*ActivationResponse_ConfirmActivationAck_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*ActivationResponse_ConfirmActivationAck_FieldMask) Unmarshal

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

func (*ActivationResponse_ConfirmActivationAck_FieldMask) UnmarshalJSON

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

type ActivationResponse_FieldMask

type ActivationResponse_FieldMask struct {
	Paths []ActivationResponse_FieldPath
}

func FullActivationResponse_FieldMask

func FullActivationResponse_FieldMask() *ActivationResponse_FieldMask

func (*ActivationResponse_FieldMask) AppendPath

func (fieldMask *ActivationResponse_FieldMask) AppendPath(path ActivationResponse_FieldPath)

func (*ActivationResponse_FieldMask) AppendRawPath

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

func (*ActivationResponse_FieldMask) DecodeFirestore

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

func (*ActivationResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ActivationResponse_FieldMask) FilterInputFields

func (fieldMask *ActivationResponse_FieldMask) FilterInputFields() *ActivationResponse_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ActivationResponse_FieldMask) FromProtoFieldMask

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

func (*ActivationResponse_FieldMask) GetPaths

func (*ActivationResponse_FieldMask) GetRawPaths

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

func (*ActivationResponse_FieldMask) IsFull

func (fieldMask *ActivationResponse_FieldMask) IsFull() bool

func (ActivationResponse_FieldMask) Marshal

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

implement methods required by customType

func (ActivationResponse_FieldMask) MarshalJSON

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

func (*ActivationResponse_FieldMask) PathsCount

func (fieldMask *ActivationResponse_FieldMask) PathsCount() int

func (*ActivationResponse_FieldMask) Project

func (*ActivationResponse_FieldMask) ProjectRaw

func (*ActivationResponse_FieldMask) ProtoMessage

func (fieldMask *ActivationResponse_FieldMask) ProtoMessage()

func (*ActivationResponse_FieldMask) ProtoReflect

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

func (*ActivationResponse_FieldMask) Reset

func (fieldMask *ActivationResponse_FieldMask) Reset()

func (*ActivationResponse_FieldMask) Set

func (fieldMask *ActivationResponse_FieldMask) Set(target, source *ActivationResponse)

func (*ActivationResponse_FieldMask) SetFromCliFlag

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

func (*ActivationResponse_FieldMask) SetRaw

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

func (*ActivationResponse_FieldMask) Size

func (fieldMask *ActivationResponse_FieldMask) Size() int

func (*ActivationResponse_FieldMask) String

func (fieldMask *ActivationResponse_FieldMask) String() string

func (*ActivationResponse_FieldMask) Subtract

func (*ActivationResponse_FieldMask) SubtractRaw

func (*ActivationResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ActivationResponse_FieldMask) Unmarshal

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

func (*ActivationResponse_FieldMask) UnmarshalJSON

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

type ActivationResponse_FieldPath

type ActivationResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() ActivationResponse_FieldPathSelector
	Get(source *ActivationResponse) []interface{}
	GetSingle(source *ActivationResponse) (interface{}, bool)
	ClearValue(item *ActivationResponse)

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

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

func MustParseActivationResponse_FieldPath

func MustParseActivationResponse_FieldPath(rawField string) ActivationResponse_FieldPath

func ParseActivationResponse_FieldPath

func ParseActivationResponse_FieldPath(rawField string) (ActivationResponse_FieldPath, error)

type ActivationResponse_FieldPathArrayItemValue

type ActivationResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ActivationResponse_FieldPath
	ContainsValue(*ActivationResponse) bool
}

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

func MustParseActivationResponse_FieldPathArrayItemValue

func MustParseActivationResponse_FieldPathArrayItemValue(pathStr, valueStr string) ActivationResponse_FieldPathArrayItemValue

func ParseActivationResponse_FieldPathArrayItemValue

func ParseActivationResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ActivationResponse_FieldPathArrayItemValue, error)

ParseActivationResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ActivationResponse_FieldPathArrayOfValues

type ActivationResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ActivationResponse_FieldPath
}

ActivationResponse_FieldPathArrayOfValues allows storing slice of values for ActivationResponse fields according to their type

func MustParseActivationResponse_FieldPathArrayOfValues

func MustParseActivationResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ActivationResponse_FieldPathArrayOfValues

func ParseActivationResponse_FieldPathArrayOfValues

func ParseActivationResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ActivationResponse_FieldPathArrayOfValues, error)

type ActivationResponse_FieldPathSelector

type ActivationResponse_FieldPathSelector int32
const (
	ActivationResponse_FieldPathSelectorActivated            ActivationResponse_FieldPathSelector = 0
	ActivationResponse_FieldPathSelectorConfirmActivationAck ActivationResponse_FieldPathSelector = 1
)

func (ActivationResponse_FieldPathSelector) String

type ActivationResponse_FieldPathValue

type ActivationResponse_FieldPathValue interface {
	ActivationResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ActivationResponse)
	CompareWith(*ActivationResponse) (cmp int, comparable bool)
}

ActivationResponse_FieldPathValue allows storing values for ActivationResponse fields according to their type

func MustParseActivationResponse_FieldPathValue

func MustParseActivationResponse_FieldPathValue(pathStr, valueStr string) ActivationResponse_FieldPathValue

func ParseActivationResponse_FieldPathValue

func ParseActivationResponse_FieldPathValue(pathStr, valueStr string) (ActivationResponse_FieldPathValue, error)

type ActivationResponse_FieldSubPath

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

func (*ActivationResponse_FieldSubPath) AsActivatedSubPath

func (*ActivationResponse_FieldSubPath) AsConfirmActivationAckSubPath

func (*ActivationResponse_FieldSubPath) ClearValue

func (fps *ActivationResponse_FieldSubPath) ClearValue(item *ActivationResponse)

func (*ActivationResponse_FieldSubPath) ClearValueRaw

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

func (*ActivationResponse_FieldSubPath) Get

func (fps *ActivationResponse_FieldSubPath) Get(source *ActivationResponse) (values []interface{})

Get returns all values pointed by selected field from source ActivationResponse

func (*ActivationResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ActivationResponse_FieldSubPath) GetRaw

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

func (*ActivationResponse_FieldSubPath) GetSingle

func (fps *ActivationResponse_FieldSubPath) GetSingle(source *ActivationResponse) (interface{}, bool)

GetSingle returns value of selected field from source ActivationResponse

func (*ActivationResponse_FieldSubPath) GetSingleRaw

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

func (*ActivationResponse_FieldSubPath) IsLeaf

func (fps *ActivationResponse_FieldSubPath) IsLeaf() bool

IsLeaf - whether field path is holds simple value

func (*ActivationResponse_FieldSubPath) JSONString

func (fps *ActivationResponse_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*ActivationResponse_FieldSubPath) Selector

func (*ActivationResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*ActivationResponse_FieldSubPath) String

String returns path representation in proto convention

func (*ActivationResponse_FieldSubPath) WithIArrayItemValue

func (fps *ActivationResponse_FieldSubPath) WithIArrayItemValue(value interface{}) ActivationResponse_FieldPathArrayItemValue

func (*ActivationResponse_FieldSubPath) WithIArrayOfValues

func (fps *ActivationResponse_FieldSubPath) WithIArrayOfValues(values interface{}) ActivationResponse_FieldPathArrayOfValues

func (*ActivationResponse_FieldSubPath) WithIValue

func (fps *ActivationResponse_FieldSubPath) WithIValue(value interface{}) ActivationResponse_FieldPathValue

func (*ActivationResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*ActivationResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*ActivationResponse_FieldSubPath) WithRawIValue

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

type ActivationResponse_FieldSubPathArrayItemValue

type ActivationResponse_FieldSubPathArrayItemValue struct {
	ActivationResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ActivationResponse_FieldSubPathArrayItemValue) AsActivatedPathItemValue

func (*ActivationResponse_FieldSubPathArrayItemValue) AsConfirmActivationAckPathItemValue

func (*ActivationResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*ActivationResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type ActivationResponse_FieldSubPathArrayOfValues

type ActivationResponse_FieldSubPathArrayOfValues struct {
	ActivationResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ActivationResponse_FieldSubPathArrayOfValues) AsActivatedPathArrayOfValues

func (*ActivationResponse_FieldSubPathArrayOfValues) AsConfirmActivationAckPathArrayOfValues

func (*ActivationResponse_FieldSubPathArrayOfValues) GetRawValues

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

type ActivationResponse_FieldSubPathValue

type ActivationResponse_FieldSubPathValue struct {
	ActivationResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ActivationResponse_FieldSubPathValue) AsActivatedPathValue

func (*ActivationResponse_FieldSubPathValue) AsConfirmActivationAckPathValue

func (*ActivationResponse_FieldSubPathValue) CompareWith

func (fpvs *ActivationResponse_FieldSubPathValue) CompareWith(source *ActivationResponse) (int, bool)

func (*ActivationResponse_FieldSubPathValue) CompareWithRaw

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

func (*ActivationResponse_FieldSubPathValue) GetRawValue

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

func (*ActivationResponse_FieldSubPathValue) SetTo

func (*ActivationResponse_FieldSubPathValue) SetToRaw

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

type ActivationResponse_FieldTerminalPath

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

func (*ActivationResponse_FieldTerminalPath) ClearValue

func (*ActivationResponse_FieldTerminalPath) ClearValueRaw

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

func (*ActivationResponse_FieldTerminalPath) Get

func (fp *ActivationResponse_FieldTerminalPath) Get(source *ActivationResponse) (values []interface{})

Get returns all values pointed by specific field from source ActivationResponse

func (*ActivationResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ActivationResponse_FieldTerminalPath) GetRaw

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

func (*ActivationResponse_FieldTerminalPath) GetSingle

func (fp *ActivationResponse_FieldTerminalPath) GetSingle(source *ActivationResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source ActivationResponse

func (*ActivationResponse_FieldTerminalPath) GetSingleRaw

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

func (*ActivationResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ActivationResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ActivationResponse_FieldTerminalPath) Selector

func (*ActivationResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*ActivationResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*ActivationResponse_FieldTerminalPath) WithIArrayItemValue

func (fp *ActivationResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) ActivationResponse_FieldPathArrayItemValue

func (*ActivationResponse_FieldTerminalPath) WithIArrayOfValues

func (fp *ActivationResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) ActivationResponse_FieldPathArrayOfValues

func (*ActivationResponse_FieldTerminalPath) WithIValue

func (*ActivationResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ActivationResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ActivationResponse_FieldTerminalPath) WithRawIValue

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

type ActivationResponse_FieldTerminalPathArrayItemValue

type ActivationResponse_FieldTerminalPathArrayItemValue struct {
	ActivationResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ActivationResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ActivationResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ActivationResponse_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *ActivationResponse_FieldTerminalPathArrayItemValue) GetSingle(source *ActivationResponse) (interface{}, bool)

func (*ActivationResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ActivationResponse_FieldTerminalPathArrayOfValues

type ActivationResponse_FieldTerminalPathArrayOfValues struct {
	ActivationResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ActivationResponse_FieldTerminalPathArrayOfValues) AsActivatedArrayOfValues

func (*ActivationResponse_FieldTerminalPathArrayOfValues) AsConfirmActivationAckArrayOfValues

func (fpaov *ActivationResponse_FieldTerminalPathArrayOfValues) AsConfirmActivationAckArrayOfValues() ([]*ActivationResponse_ConfirmActivationAck, bool)

func (*ActivationResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type ActivationResponse_FieldTerminalPathValue

type ActivationResponse_FieldTerminalPathValue struct {
	ActivationResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ActivationResponse_FieldTerminalPathValue) AsActivatedValue

func (*ActivationResponse_FieldTerminalPathValue) AsConfirmActivationAckValue

func (*ActivationResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ActivationResponse_FieldTerminalPathValue' with the value under path in 'ActivationResponse'.

func (*ActivationResponse_FieldTerminalPathValue) CompareWithRaw

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

func (*ActivationResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*ActivationResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ActivationResponse

func (*ActivationResponse_FieldTerminalPathValue) SetToRaw

type ActivationServiceClient

type ActivationServiceClient interface {
	Activation(ctx context.Context, opts ...grpc.CallOption) (ActivationClientStream, error)
	SendActivationInvitation(ctx context.Context, in *SendActivationInvitationRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	ResetActivation(ctx context.Context, in *ResetActivationRequest, opts ...grpc.CallOption) (*empty.Empty, error)
}

ActivationServiceClient is the client API for ActivationService.

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

type ActivationServiceDescriptor added in v0.4.26

type ActivationServiceDescriptor struct{}

func GetActivationServiceDescriptor added in v0.4.26

func GetActivationServiceDescriptor() *ActivationServiceDescriptor

func (*ActivationServiceDescriptor) AllMethodDescriptors added in v0.4.26

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

func (*ActivationServiceDescriptor) GetApiName added in v0.4.26

func (d *ActivationServiceDescriptor) GetApiName() string

func (*ActivationServiceDescriptor) GetFullAPIName added in v0.4.26

func (d *ActivationServiceDescriptor) GetFullAPIName() string

func (*ActivationServiceDescriptor) GetProtoPkgName added in v0.4.26

func (d *ActivationServiceDescriptor) GetProtoPkgName() string

func (*ActivationServiceDescriptor) GetServiceDomain added in v0.4.26

func (d *ActivationServiceDescriptor) GetServiceDomain() string

func (*ActivationServiceDescriptor) GetServiceVersion added in v0.4.26

func (d *ActivationServiceDescriptor) GetServiceVersion() string

type ResetActivationDescriptor added in v0.4.26

type ResetActivationDescriptor struct{}

func GetResetActivationDescriptor added in v0.4.26

func GetResetActivationDescriptor() *ResetActivationDescriptor

func (*ResetActivationDescriptor) GetApiDescriptor added in v0.4.26

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

func (*ResetActivationDescriptor) GetApiName added in v0.4.26

func (d *ResetActivationDescriptor) GetApiName() string

func (*ResetActivationDescriptor) GetClientMsgReflectHandle added in v0.4.26

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

func (*ResetActivationDescriptor) GetFullMethodName added in v0.4.26

func (d *ResetActivationDescriptor) GetFullMethodName() string

func (*ResetActivationDescriptor) GetMethodName added in v0.4.26

func (d *ResetActivationDescriptor) GetMethodName() string

func (*ResetActivationDescriptor) GetProtoPkgName added in v0.4.26

func (d *ResetActivationDescriptor) GetProtoPkgName() string

func (*ResetActivationDescriptor) GetResourceDescriptor added in v0.4.27

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

func (*ResetActivationDescriptor) GetServerMsgReflectHandle added in v0.4.26

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

func (*ResetActivationDescriptor) GetServiceDomain added in v0.4.26

func (d *ResetActivationDescriptor) GetServiceDomain() string

func (*ResetActivationDescriptor) GetServiceVersion added in v0.4.26

func (d *ResetActivationDescriptor) GetServiceVersion() string

func (*ResetActivationDescriptor) GetVerb added in v0.4.26

func (d *ResetActivationDescriptor) GetVerb() string

func (*ResetActivationDescriptor) HasResource added in v0.4.27

func (d *ResetActivationDescriptor) HasResource() bool

func (*ResetActivationDescriptor) IsClientStream added in v0.4.26

func (d *ResetActivationDescriptor) IsClientStream() bool

func (*ResetActivationDescriptor) IsCollection added in v0.4.27

func (d *ResetActivationDescriptor) IsCollection() bool

func (*ResetActivationDescriptor) IsPlural added in v0.4.27

func (d *ResetActivationDescriptor) IsPlural() bool

func (*ResetActivationDescriptor) IsServerStream added in v0.4.26

func (d *ResetActivationDescriptor) IsServerStream() bool

func (*ResetActivationDescriptor) IsUnary added in v0.4.26

func (d *ResetActivationDescriptor) IsUnary() bool

func (*ResetActivationDescriptor) NewEmptyClientMsg added in v0.4.26

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

func (*ResetActivationDescriptor) NewEmptyServerMsg added in v0.4.26

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

func (*ResetActivationDescriptor) RequestHasResourceBody added in v0.4.26

func (d *ResetActivationDescriptor) RequestHasResourceBody() bool

type ResetActivationDescriptorClientMsgHandle added in v0.4.26

type ResetActivationDescriptorClientMsgHandle struct{}

func (*ResetActivationDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

func (*ResetActivationDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*ResetActivationDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type ResetActivationDescriptorServerMsgHandle added in v0.4.26

type ResetActivationDescriptorServerMsgHandle struct{}

func (*ResetActivationDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

func (*ResetActivationDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*ResetActivationDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

type ResetActivationRequest

type ResetActivationRequest struct {

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

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

func (*ResetActivationRequest) Clone

func (*ResetActivationRequest) CloneRaw

func (*ResetActivationRequest) Descriptor

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

Deprecated, Use ResetActivationRequest.ProtoReflect.Descriptor instead.

func (*ResetActivationRequest) GetName

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

func (*ResetActivationRequest) GotenMessage

func (*ResetActivationRequest) GotenMessage()

func (*ResetActivationRequest) GotenObjectExt

func (o *ResetActivationRequest) GotenObjectExt()

func (*ResetActivationRequest) GotenValidate

func (obj *ResetActivationRequest) GotenValidate() error

func (*ResetActivationRequest) MakeDiffFieldMask

func (*ResetActivationRequest) MakeFullFieldMask

func (*ResetActivationRequest) MakeRawDiffFieldMask

func (*ResetActivationRequest) MakeRawFullFieldMask

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

func (*ResetActivationRequest) Marshal

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

func (*ResetActivationRequest) MarshalJSON

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

func (*ResetActivationRequest) Merge

func (*ResetActivationRequest) MergeRaw

func (*ResetActivationRequest) ProtoMessage

func (*ResetActivationRequest) ProtoMessage()

func (*ResetActivationRequest) ProtoReflect

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

func (*ResetActivationRequest) Reset

func (m *ResetActivationRequest) Reset()

func (*ResetActivationRequest) SetName

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

func (*ResetActivationRequest) String

func (m *ResetActivationRequest) String() string

func (*ResetActivationRequest) Unmarshal

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

func (*ResetActivationRequest) UnmarshalJSON

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

type ResetActivationRequestFieldPathBuilder

type ResetActivationRequestFieldPathBuilder struct{}

func NewResetActivationRequestFieldPathBuilder

func NewResetActivationRequestFieldPathBuilder() ResetActivationRequestFieldPathBuilder

func (ResetActivationRequestFieldPathBuilder) Name

type ResetActivationRequestPathSelectorName

type ResetActivationRequestPathSelectorName struct{}

func (ResetActivationRequestPathSelectorName) FieldPath

func (ResetActivationRequestPathSelectorName) WithArrayOfValues

func (ResetActivationRequestPathSelectorName) WithValue

type ResetActivationRequest_FieldMask

type ResetActivationRequest_FieldMask struct {
	Paths []ResetActivationRequest_FieldPath
}

func FullResetActivationRequest_FieldMask

func FullResetActivationRequest_FieldMask() *ResetActivationRequest_FieldMask

func (*ResetActivationRequest_FieldMask) AppendPath

func (*ResetActivationRequest_FieldMask) AppendRawPath

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

func (*ResetActivationRequest_FieldMask) DecodeFirestore

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

func (*ResetActivationRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ResetActivationRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ResetActivationRequest_FieldMask) FromProtoFieldMask

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

func (*ResetActivationRequest_FieldMask) GetPaths

func (*ResetActivationRequest_FieldMask) GetRawPaths

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

func (*ResetActivationRequest_FieldMask) IsFull

func (fieldMask *ResetActivationRequest_FieldMask) IsFull() bool

func (ResetActivationRequest_FieldMask) Marshal

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

implement methods required by customType

func (ResetActivationRequest_FieldMask) MarshalJSON

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

func (*ResetActivationRequest_FieldMask) PathsCount

func (fieldMask *ResetActivationRequest_FieldMask) PathsCount() int

func (*ResetActivationRequest_FieldMask) Project

func (*ResetActivationRequest_FieldMask) ProjectRaw

func (*ResetActivationRequest_FieldMask) ProtoMessage

func (fieldMask *ResetActivationRequest_FieldMask) ProtoMessage()

func (*ResetActivationRequest_FieldMask) ProtoReflect

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

func (*ResetActivationRequest_FieldMask) Reset

func (fieldMask *ResetActivationRequest_FieldMask) Reset()

func (*ResetActivationRequest_FieldMask) Set

func (fieldMask *ResetActivationRequest_FieldMask) Set(target, source *ResetActivationRequest)

func (*ResetActivationRequest_FieldMask) SetFromCliFlag

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

func (*ResetActivationRequest_FieldMask) SetRaw

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

func (*ResetActivationRequest_FieldMask) Size

func (fieldMask *ResetActivationRequest_FieldMask) Size() int

func (*ResetActivationRequest_FieldMask) String

func (fieldMask *ResetActivationRequest_FieldMask) String() string

func (*ResetActivationRequest_FieldMask) Subtract

func (*ResetActivationRequest_FieldMask) SubtractRaw

func (*ResetActivationRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ResetActivationRequest_FieldMask) Unmarshal

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

func (*ResetActivationRequest_FieldMask) UnmarshalJSON

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

type ResetActivationRequest_FieldPath

type ResetActivationRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() ResetActivationRequest_FieldPathSelector
	Get(source *ResetActivationRequest) []interface{}
	GetSingle(source *ResetActivationRequest) (interface{}, bool)
	ClearValue(item *ResetActivationRequest)

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

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

func MustParseResetActivationRequest_FieldPath

func MustParseResetActivationRequest_FieldPath(rawField string) ResetActivationRequest_FieldPath

func ParseResetActivationRequest_FieldPath

func ParseResetActivationRequest_FieldPath(rawField string) (ResetActivationRequest_FieldPath, error)

type ResetActivationRequest_FieldPathArrayItemValue

type ResetActivationRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ResetActivationRequest_FieldPath
	ContainsValue(*ResetActivationRequest) bool
}

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

func MustParseResetActivationRequest_FieldPathArrayItemValue

func MustParseResetActivationRequest_FieldPathArrayItemValue(pathStr, valueStr string) ResetActivationRequest_FieldPathArrayItemValue

func ParseResetActivationRequest_FieldPathArrayItemValue

func ParseResetActivationRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ResetActivationRequest_FieldPathArrayItemValue, error)

ParseResetActivationRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ResetActivationRequest_FieldPathArrayOfValues

type ResetActivationRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ResetActivationRequest_FieldPath
}

ResetActivationRequest_FieldPathArrayOfValues allows storing slice of values for ResetActivationRequest fields according to their type

func MustParseResetActivationRequest_FieldPathArrayOfValues

func MustParseResetActivationRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ResetActivationRequest_FieldPathArrayOfValues

func ParseResetActivationRequest_FieldPathArrayOfValues

func ParseResetActivationRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ResetActivationRequest_FieldPathArrayOfValues, error)

type ResetActivationRequest_FieldPathSelector

type ResetActivationRequest_FieldPathSelector int32
const (
	ResetActivationRequest_FieldPathSelectorName ResetActivationRequest_FieldPathSelector = 0
)

func (ResetActivationRequest_FieldPathSelector) String

type ResetActivationRequest_FieldPathValue

type ResetActivationRequest_FieldPathValue interface {
	ResetActivationRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ResetActivationRequest)
	CompareWith(*ResetActivationRequest) (cmp int, comparable bool)
}

ResetActivationRequest_FieldPathValue allows storing values for ResetActivationRequest fields according to their type

func MustParseResetActivationRequest_FieldPathValue

func MustParseResetActivationRequest_FieldPathValue(pathStr, valueStr string) ResetActivationRequest_FieldPathValue

func ParseResetActivationRequest_FieldPathValue

func ParseResetActivationRequest_FieldPathValue(pathStr, valueStr string) (ResetActivationRequest_FieldPathValue, error)

type ResetActivationRequest_FieldTerminalPath

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

func (*ResetActivationRequest_FieldTerminalPath) ClearValue

func (*ResetActivationRequest_FieldTerminalPath) ClearValueRaw

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

func (*ResetActivationRequest_FieldTerminalPath) Get

func (fp *ResetActivationRequest_FieldTerminalPath) Get(source *ResetActivationRequest) (values []interface{})

Get returns all values pointed by specific field from source ResetActivationRequest

func (*ResetActivationRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ResetActivationRequest_FieldTerminalPath) GetRaw

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

func (*ResetActivationRequest_FieldTerminalPath) GetSingle

func (fp *ResetActivationRequest_FieldTerminalPath) GetSingle(source *ResetActivationRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source ResetActivationRequest

func (*ResetActivationRequest_FieldTerminalPath) GetSingleRaw

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

func (*ResetActivationRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ResetActivationRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ResetActivationRequest_FieldTerminalPath) Selector

func (*ResetActivationRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*ResetActivationRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*ResetActivationRequest_FieldTerminalPath) WithIArrayItemValue

func (*ResetActivationRequest_FieldTerminalPath) WithIArrayOfValues

func (*ResetActivationRequest_FieldTerminalPath) WithIValue

func (*ResetActivationRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ResetActivationRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ResetActivationRequest_FieldTerminalPath) WithRawIValue

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

type ResetActivationRequest_FieldTerminalPathArrayItemValue

type ResetActivationRequest_FieldTerminalPathArrayItemValue struct {
	ResetActivationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ResetActivationRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ResetActivationRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ResetActivationRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*ResetActivationRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ResetActivationRequest_FieldTerminalPathArrayOfValues

type ResetActivationRequest_FieldTerminalPathArrayOfValues struct {
	ResetActivationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ResetActivationRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*ResetActivationRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type ResetActivationRequest_FieldTerminalPathValue

type ResetActivationRequest_FieldTerminalPathValue struct {
	ResetActivationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ResetActivationRequest_FieldTerminalPathValue) AsNameValue

func (*ResetActivationRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ResetActivationRequest_FieldTerminalPathValue' with the value under path in 'ResetActivationRequest'.

func (*ResetActivationRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*ResetActivationRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*ResetActivationRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ResetActivationRequest

func (*ResetActivationRequest_FieldTerminalPathValue) SetToRaw

type SendActivationInvitationDescriptor added in v0.4.26

type SendActivationInvitationDescriptor struct{}

func GetSendActivationInvitationDescriptor added in v0.4.26

func GetSendActivationInvitationDescriptor() *SendActivationInvitationDescriptor

func (*SendActivationInvitationDescriptor) GetApiDescriptor added in v0.4.26

func (*SendActivationInvitationDescriptor) GetApiName added in v0.4.26

func (*SendActivationInvitationDescriptor) GetClientMsgReflectHandle added in v0.4.26

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

func (*SendActivationInvitationDescriptor) GetFullMethodName added in v0.4.26

func (d *SendActivationInvitationDescriptor) GetFullMethodName() string

func (*SendActivationInvitationDescriptor) GetMethodName added in v0.4.26

func (d *SendActivationInvitationDescriptor) GetMethodName() string

func (*SendActivationInvitationDescriptor) GetProtoPkgName added in v0.4.26

func (d *SendActivationInvitationDescriptor) GetProtoPkgName() string

func (*SendActivationInvitationDescriptor) GetResourceDescriptor added in v0.4.27

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

func (*SendActivationInvitationDescriptor) GetServerMsgReflectHandle added in v0.4.26

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

func (*SendActivationInvitationDescriptor) GetServiceDomain added in v0.4.26

func (d *SendActivationInvitationDescriptor) GetServiceDomain() string

func (*SendActivationInvitationDescriptor) GetServiceVersion added in v0.4.26

func (d *SendActivationInvitationDescriptor) GetServiceVersion() string

func (*SendActivationInvitationDescriptor) GetVerb added in v0.4.26

func (*SendActivationInvitationDescriptor) HasResource added in v0.4.27

func (d *SendActivationInvitationDescriptor) HasResource() bool

func (*SendActivationInvitationDescriptor) IsClientStream added in v0.4.26

func (d *SendActivationInvitationDescriptor) IsClientStream() bool

func (*SendActivationInvitationDescriptor) IsCollection added in v0.4.27

func (d *SendActivationInvitationDescriptor) IsCollection() bool

func (*SendActivationInvitationDescriptor) IsPlural added in v0.4.27

func (*SendActivationInvitationDescriptor) IsServerStream added in v0.4.26

func (d *SendActivationInvitationDescriptor) IsServerStream() bool

func (*SendActivationInvitationDescriptor) IsUnary added in v0.4.26

func (*SendActivationInvitationDescriptor) NewEmptyClientMsg added in v0.4.26

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

func (*SendActivationInvitationDescriptor) NewEmptyServerMsg added in v0.4.26

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

func (*SendActivationInvitationDescriptor) RequestHasResourceBody added in v0.4.26

func (d *SendActivationInvitationDescriptor) RequestHasResourceBody() bool

type SendActivationInvitationDescriptorClientMsgHandle added in v0.4.26

type SendActivationInvitationDescriptorClientMsgHandle struct{}

func (*SendActivationInvitationDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

func (*SendActivationInvitationDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*SendActivationInvitationDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type SendActivationInvitationDescriptorServerMsgHandle added in v0.4.26

type SendActivationInvitationDescriptorServerMsgHandle struct{}

func (*SendActivationInvitationDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

func (*SendActivationInvitationDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*SendActivationInvitationDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

type SendActivationInvitationRequest

type SendActivationInvitationRequest struct {
	Name *probe.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// contains filtered or unexported fields
}

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

func (*SendActivationInvitationRequest) Clone

func (*SendActivationInvitationRequest) CloneRaw

func (*SendActivationInvitationRequest) Descriptor

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

Deprecated, Use SendActivationInvitationRequest.ProtoReflect.Descriptor instead.

func (*SendActivationInvitationRequest) GetName

func (*SendActivationInvitationRequest) GotenMessage

func (*SendActivationInvitationRequest) GotenMessage()

func (*SendActivationInvitationRequest) GotenObjectExt

func (o *SendActivationInvitationRequest) GotenObjectExt()

func (*SendActivationInvitationRequest) GotenValidate

func (obj *SendActivationInvitationRequest) GotenValidate() error

func (*SendActivationInvitationRequest) MakeDiffFieldMask

func (*SendActivationInvitationRequest) MakeFullFieldMask

func (*SendActivationInvitationRequest) MakeRawDiffFieldMask

func (*SendActivationInvitationRequest) MakeRawFullFieldMask

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

func (*SendActivationInvitationRequest) Marshal

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

func (*SendActivationInvitationRequest) MarshalJSON

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

func (*SendActivationInvitationRequest) Merge

func (*SendActivationInvitationRequest) MergeRaw

func (*SendActivationInvitationRequest) ProtoMessage

func (*SendActivationInvitationRequest) ProtoMessage()

func (*SendActivationInvitationRequest) ProtoReflect

func (*SendActivationInvitationRequest) Reset

func (*SendActivationInvitationRequest) SetName

func (*SendActivationInvitationRequest) String

func (*SendActivationInvitationRequest) Unmarshal

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

func (*SendActivationInvitationRequest) UnmarshalJSON

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

type SendActivationInvitationRequestFieldPathBuilder

type SendActivationInvitationRequestFieldPathBuilder struct{}

func NewSendActivationInvitationRequestFieldPathBuilder

func NewSendActivationInvitationRequestFieldPathBuilder() SendActivationInvitationRequestFieldPathBuilder

func (SendActivationInvitationRequestFieldPathBuilder) Name

type SendActivationInvitationRequestPathSelectorName

type SendActivationInvitationRequestPathSelectorName struct{}

func (SendActivationInvitationRequestPathSelectorName) FieldPath

func (SendActivationInvitationRequestPathSelectorName) WithArrayOfValues

func (SendActivationInvitationRequestPathSelectorName) WithValue

type SendActivationInvitationRequest_FieldMask

type SendActivationInvitationRequest_FieldMask struct {
	Paths []SendActivationInvitationRequest_FieldPath
}

func FullSendActivationInvitationRequest_FieldMask

func FullSendActivationInvitationRequest_FieldMask() *SendActivationInvitationRequest_FieldMask

func (*SendActivationInvitationRequest_FieldMask) AppendPath

func (*SendActivationInvitationRequest_FieldMask) AppendRawPath

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

func (*SendActivationInvitationRequest_FieldMask) DecodeFirestore

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

func (*SendActivationInvitationRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*SendActivationInvitationRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*SendActivationInvitationRequest_FieldMask) FromProtoFieldMask

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

func (*SendActivationInvitationRequest_FieldMask) GetPaths

func (*SendActivationInvitationRequest_FieldMask) GetRawPaths

func (*SendActivationInvitationRequest_FieldMask) IsFull

func (fieldMask *SendActivationInvitationRequest_FieldMask) IsFull() bool

func (SendActivationInvitationRequest_FieldMask) Marshal

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

implement methods required by customType

func (SendActivationInvitationRequest_FieldMask) MarshalJSON

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

func (*SendActivationInvitationRequest_FieldMask) PathsCount

func (fieldMask *SendActivationInvitationRequest_FieldMask) PathsCount() int

func (*SendActivationInvitationRequest_FieldMask) Project

func (*SendActivationInvitationRequest_FieldMask) ProjectRaw

func (*SendActivationInvitationRequest_FieldMask) ProtoMessage

func (fieldMask *SendActivationInvitationRequest_FieldMask) ProtoMessage()

func (*SendActivationInvitationRequest_FieldMask) ProtoReflect

func (*SendActivationInvitationRequest_FieldMask) Reset

func (fieldMask *SendActivationInvitationRequest_FieldMask) Reset()

func (*SendActivationInvitationRequest_FieldMask) Set

func (*SendActivationInvitationRequest_FieldMask) SetFromCliFlag

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

func (*SendActivationInvitationRequest_FieldMask) SetRaw

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

func (*SendActivationInvitationRequest_FieldMask) Size

func (*SendActivationInvitationRequest_FieldMask) String

func (*SendActivationInvitationRequest_FieldMask) Subtract

func (*SendActivationInvitationRequest_FieldMask) SubtractRaw

func (*SendActivationInvitationRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*SendActivationInvitationRequest_FieldMask) Unmarshal

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

func (*SendActivationInvitationRequest_FieldMask) UnmarshalJSON

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

type SendActivationInvitationRequest_FieldPath

type SendActivationInvitationRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() SendActivationInvitationRequest_FieldPathSelector
	Get(source *SendActivationInvitationRequest) []interface{}
	GetSingle(source *SendActivationInvitationRequest) (interface{}, bool)
	ClearValue(item *SendActivationInvitationRequest)

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

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

func MustParseSendActivationInvitationRequest_FieldPath

func MustParseSendActivationInvitationRequest_FieldPath(rawField string) SendActivationInvitationRequest_FieldPath

func ParseSendActivationInvitationRequest_FieldPath

func ParseSendActivationInvitationRequest_FieldPath(rawField string) (SendActivationInvitationRequest_FieldPath, error)

type SendActivationInvitationRequest_FieldPathArrayItemValue

type SendActivationInvitationRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	SendActivationInvitationRequest_FieldPath
	ContainsValue(*SendActivationInvitationRequest) bool
}

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

func MustParseSendActivationInvitationRequest_FieldPathArrayItemValue

func MustParseSendActivationInvitationRequest_FieldPathArrayItemValue(pathStr, valueStr string) SendActivationInvitationRequest_FieldPathArrayItemValue

func ParseSendActivationInvitationRequest_FieldPathArrayItemValue

func ParseSendActivationInvitationRequest_FieldPathArrayItemValue(pathStr, valueStr string) (SendActivationInvitationRequest_FieldPathArrayItemValue, error)

ParseSendActivationInvitationRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type SendActivationInvitationRequest_FieldPathArrayOfValues

type SendActivationInvitationRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	SendActivationInvitationRequest_FieldPath
}

SendActivationInvitationRequest_FieldPathArrayOfValues allows storing slice of values for SendActivationInvitationRequest fields according to their type

func MustParseSendActivationInvitationRequest_FieldPathArrayOfValues

func MustParseSendActivationInvitationRequest_FieldPathArrayOfValues(pathStr, valuesStr string) SendActivationInvitationRequest_FieldPathArrayOfValues

func ParseSendActivationInvitationRequest_FieldPathArrayOfValues

func ParseSendActivationInvitationRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (SendActivationInvitationRequest_FieldPathArrayOfValues, error)

type SendActivationInvitationRequest_FieldPathSelector

type SendActivationInvitationRequest_FieldPathSelector int32
const (
	SendActivationInvitationRequest_FieldPathSelectorName SendActivationInvitationRequest_FieldPathSelector = 0
)

func (SendActivationInvitationRequest_FieldPathSelector) String

type SendActivationInvitationRequest_FieldPathValue

type SendActivationInvitationRequest_FieldPathValue interface {
	SendActivationInvitationRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **SendActivationInvitationRequest)
	CompareWith(*SendActivationInvitationRequest) (cmp int, comparable bool)
}

SendActivationInvitationRequest_FieldPathValue allows storing values for SendActivationInvitationRequest fields according to their type

func MustParseSendActivationInvitationRequest_FieldPathValue

func MustParseSendActivationInvitationRequest_FieldPathValue(pathStr, valueStr string) SendActivationInvitationRequest_FieldPathValue

func ParseSendActivationInvitationRequest_FieldPathValue

func ParseSendActivationInvitationRequest_FieldPathValue(pathStr, valueStr string) (SendActivationInvitationRequest_FieldPathValue, error)

type SendActivationInvitationRequest_FieldTerminalPath

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

func (*SendActivationInvitationRequest_FieldTerminalPath) ClearValue

func (*SendActivationInvitationRequest_FieldTerminalPath) ClearValueRaw

func (*SendActivationInvitationRequest_FieldTerminalPath) Get

Get returns all values pointed by specific field from source SendActivationInvitationRequest

func (*SendActivationInvitationRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*SendActivationInvitationRequest_FieldTerminalPath) GetRaw

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

func (*SendActivationInvitationRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source SendActivationInvitationRequest

func (*SendActivationInvitationRequest_FieldTerminalPath) GetSingleRaw

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

func (*SendActivationInvitationRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*SendActivationInvitationRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*SendActivationInvitationRequest_FieldTerminalPath) Selector

func (*SendActivationInvitationRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (*SendActivationInvitationRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*SendActivationInvitationRequest_FieldTerminalPath) WithIArrayItemValue

func (*SendActivationInvitationRequest_FieldTerminalPath) WithIArrayOfValues

func (*SendActivationInvitationRequest_FieldTerminalPath) WithIValue

func (*SendActivationInvitationRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*SendActivationInvitationRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*SendActivationInvitationRequest_FieldTerminalPath) WithRawIValue

type SendActivationInvitationRequest_FieldTerminalPathArrayItemValue

type SendActivationInvitationRequest_FieldTerminalPathArrayItemValue struct {
	SendActivationInvitationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SendActivationInvitationRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*SendActivationInvitationRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*SendActivationInvitationRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*SendActivationInvitationRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type SendActivationInvitationRequest_FieldTerminalPathArrayOfValues

type SendActivationInvitationRequest_FieldTerminalPathArrayOfValues struct {
	SendActivationInvitationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SendActivationInvitationRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*SendActivationInvitationRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type SendActivationInvitationRequest_FieldTerminalPathValue

type SendActivationInvitationRequest_FieldTerminalPathValue struct {
	SendActivationInvitationRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SendActivationInvitationRequest_FieldTerminalPathValue) AsNameValue

func (*SendActivationInvitationRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'SendActivationInvitationRequest_FieldTerminalPathValue' with the value under path in 'SendActivationInvitationRequest'.

func (*SendActivationInvitationRequest_FieldTerminalPathValue) CompareWithRaw

func (*SendActivationInvitationRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*SendActivationInvitationRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object SendActivationInvitationRequest

func (*SendActivationInvitationRequest_FieldTerminalPathValue) SetToRaw

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL