probe_group_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: 40 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchGetProbeGroupsDescriptor added in v0.4.26

type BatchGetProbeGroupsDescriptor struct{}

func GetBatchGetProbeGroupsDescriptor added in v0.4.26

func GetBatchGetProbeGroupsDescriptor() *BatchGetProbeGroupsDescriptor

func (*BatchGetProbeGroupsDescriptor) GetApiDescriptor added in v0.4.26

func (*BatchGetProbeGroupsDescriptor) GetApiName added in v0.4.26

func (d *BatchGetProbeGroupsDescriptor) GetApiName() string

func (*BatchGetProbeGroupsDescriptor) GetClientMsgReflectHandle added in v0.4.26

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

func (*BatchGetProbeGroupsDescriptor) GetFullMethodName added in v0.4.26

func (d *BatchGetProbeGroupsDescriptor) GetFullMethodName() string

func (*BatchGetProbeGroupsDescriptor) GetMethodName added in v0.4.26

func (d *BatchGetProbeGroupsDescriptor) GetMethodName() string

func (*BatchGetProbeGroupsDescriptor) GetProtoPkgName added in v0.4.26

func (d *BatchGetProbeGroupsDescriptor) GetProtoPkgName() string

func (*BatchGetProbeGroupsDescriptor) GetResourceDescriptor added in v0.4.27

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

func (*BatchGetProbeGroupsDescriptor) GetServerMsgReflectHandle added in v0.4.26

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

func (*BatchGetProbeGroupsDescriptor) GetServiceDomain added in v0.4.26

func (d *BatchGetProbeGroupsDescriptor) GetServiceDomain() string

func (*BatchGetProbeGroupsDescriptor) GetServiceVersion added in v0.4.26

func (d *BatchGetProbeGroupsDescriptor) GetServiceVersion() string

func (*BatchGetProbeGroupsDescriptor) GetVerb added in v0.4.26

func (*BatchGetProbeGroupsDescriptor) HasResource added in v0.4.27

func (d *BatchGetProbeGroupsDescriptor) HasResource() bool

func (*BatchGetProbeGroupsDescriptor) IsClientStream added in v0.4.26

func (d *BatchGetProbeGroupsDescriptor) IsClientStream() bool

func (*BatchGetProbeGroupsDescriptor) IsCollection added in v0.4.27

func (d *BatchGetProbeGroupsDescriptor) IsCollection() bool

func (*BatchGetProbeGroupsDescriptor) IsPlural added in v0.4.27

func (d *BatchGetProbeGroupsDescriptor) IsPlural() bool

func (*BatchGetProbeGroupsDescriptor) IsServerStream added in v0.4.26

func (d *BatchGetProbeGroupsDescriptor) IsServerStream() bool

func (*BatchGetProbeGroupsDescriptor) IsUnary added in v0.4.26

func (d *BatchGetProbeGroupsDescriptor) IsUnary() bool

func (*BatchGetProbeGroupsDescriptor) NewEmptyClientMsg added in v0.4.26

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

func (*BatchGetProbeGroupsDescriptor) NewEmptyServerMsg added in v0.4.26

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

func (*BatchGetProbeGroupsDescriptor) RequestHasResourceBody added in v0.4.26

func (d *BatchGetProbeGroupsDescriptor) RequestHasResourceBody() bool

type BatchGetProbeGroupsDescriptorClientMsgHandle added in v0.4.26

type BatchGetProbeGroupsDescriptorClientMsgHandle struct{}

func (*BatchGetProbeGroupsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

func (*BatchGetProbeGroupsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*BatchGetProbeGroupsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type BatchGetProbeGroupsDescriptorServerMsgHandle added in v0.4.26

type BatchGetProbeGroupsDescriptorServerMsgHandle struct{}

func (*BatchGetProbeGroupsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

func (*BatchGetProbeGroupsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*BatchGetProbeGroupsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

type BatchGetProbeGroupsRequest

type BatchGetProbeGroupsRequest struct {

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

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

func (*BatchGetProbeGroupsRequest) Clone

func (*BatchGetProbeGroupsRequest) CloneRaw

func (*BatchGetProbeGroupsRequest) Descriptor

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

Deprecated, Use BatchGetProbeGroupsRequest.ProtoReflect.Descriptor instead.

func (*BatchGetProbeGroupsRequest) GetFieldMask

func (*BatchGetProbeGroupsRequest) GetNames

func (*BatchGetProbeGroupsRequest) GetView

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

func (*BatchGetProbeGroupsRequest) GotenMessage

func (*BatchGetProbeGroupsRequest) GotenMessage()

func (*BatchGetProbeGroupsRequest) GotenObjectExt

func (o *BatchGetProbeGroupsRequest) GotenObjectExt()

func (*BatchGetProbeGroupsRequest) GotenValidate

func (obj *BatchGetProbeGroupsRequest) GotenValidate() error

func (*BatchGetProbeGroupsRequest) MakeDiffFieldMask

func (*BatchGetProbeGroupsRequest) MakeFullFieldMask

func (*BatchGetProbeGroupsRequest) MakeRawDiffFieldMask

func (*BatchGetProbeGroupsRequest) MakeRawFullFieldMask

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

func (*BatchGetProbeGroupsRequest) Marshal

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

func (*BatchGetProbeGroupsRequest) MarshalJSON

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

func (*BatchGetProbeGroupsRequest) Merge

func (*BatchGetProbeGroupsRequest) MergeRaw

func (*BatchGetProbeGroupsRequest) ProtoMessage

func (*BatchGetProbeGroupsRequest) ProtoMessage()

func (*BatchGetProbeGroupsRequest) ProtoReflect

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

func (*BatchGetProbeGroupsRequest) Reset

func (m *BatchGetProbeGroupsRequest) Reset()

func (*BatchGetProbeGroupsRequest) SetFieldMask

func (*BatchGetProbeGroupsRequest) SetNames

func (*BatchGetProbeGroupsRequest) SetView

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

func (*BatchGetProbeGroupsRequest) String

func (m *BatchGetProbeGroupsRequest) String() string

func (*BatchGetProbeGroupsRequest) Unmarshal

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

func (*BatchGetProbeGroupsRequest) UnmarshalJSON

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

type BatchGetProbeGroupsRequestFieldPathBuilder

type BatchGetProbeGroupsRequestFieldPathBuilder struct{}

func NewBatchGetProbeGroupsRequestFieldPathBuilder

func NewBatchGetProbeGroupsRequestFieldPathBuilder() BatchGetProbeGroupsRequestFieldPathBuilder

func (BatchGetProbeGroupsRequestFieldPathBuilder) FieldMask

func (BatchGetProbeGroupsRequestFieldPathBuilder) Names

func (BatchGetProbeGroupsRequestFieldPathBuilder) View

type BatchGetProbeGroupsRequestPathSelectorFieldMask

type BatchGetProbeGroupsRequestPathSelectorFieldMask struct{}

func (BatchGetProbeGroupsRequestPathSelectorFieldMask) FieldPath

type BatchGetProbeGroupsRequestPathSelectorNames

type BatchGetProbeGroupsRequestPathSelectorNames struct{}

func (BatchGetProbeGroupsRequestPathSelectorNames) FieldPath

func (BatchGetProbeGroupsRequestPathSelectorNames) WithArrayOfValues

func (BatchGetProbeGroupsRequestPathSelectorNames) WithValue

type BatchGetProbeGroupsRequestPathSelectorView

type BatchGetProbeGroupsRequestPathSelectorView struct{}

func (BatchGetProbeGroupsRequestPathSelectorView) FieldPath

func (BatchGetProbeGroupsRequestPathSelectorView) WithArrayOfValues

func (BatchGetProbeGroupsRequestPathSelectorView) WithValue

type BatchGetProbeGroupsRequest_FieldMask

type BatchGetProbeGroupsRequest_FieldMask struct {
	Paths []BatchGetProbeGroupsRequest_FieldPath
}

func FullBatchGetProbeGroupsRequest_FieldMask

func FullBatchGetProbeGroupsRequest_FieldMask() *BatchGetProbeGroupsRequest_FieldMask

func (*BatchGetProbeGroupsRequest_FieldMask) AppendPath

func (*BatchGetProbeGroupsRequest_FieldMask) AppendRawPath

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

func (*BatchGetProbeGroupsRequest_FieldMask) DecodeFirestore

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

func (*BatchGetProbeGroupsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*BatchGetProbeGroupsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetProbeGroupsRequest_FieldMask) FromProtoFieldMask

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

func (*BatchGetProbeGroupsRequest_FieldMask) GetPaths

func (*BatchGetProbeGroupsRequest_FieldMask) GetRawPaths

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

func (*BatchGetProbeGroupsRequest_FieldMask) IsFull

func (fieldMask *BatchGetProbeGroupsRequest_FieldMask) IsFull() bool

func (BatchGetProbeGroupsRequest_FieldMask) Marshal

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

implement methods required by customType

func (BatchGetProbeGroupsRequest_FieldMask) MarshalJSON

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

func (*BatchGetProbeGroupsRequest_FieldMask) PathsCount

func (fieldMask *BatchGetProbeGroupsRequest_FieldMask) PathsCount() int

func (*BatchGetProbeGroupsRequest_FieldMask) Project

func (*BatchGetProbeGroupsRequest_FieldMask) ProjectRaw

func (*BatchGetProbeGroupsRequest_FieldMask) ProtoMessage

func (fieldMask *BatchGetProbeGroupsRequest_FieldMask) ProtoMessage()

func (*BatchGetProbeGroupsRequest_FieldMask) ProtoReflect

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

func (*BatchGetProbeGroupsRequest_FieldMask) Reset

func (fieldMask *BatchGetProbeGroupsRequest_FieldMask) Reset()

func (*BatchGetProbeGroupsRequest_FieldMask) Set

func (fieldMask *BatchGetProbeGroupsRequest_FieldMask) Set(target, source *BatchGetProbeGroupsRequest)

func (*BatchGetProbeGroupsRequest_FieldMask) SetFromCliFlag

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

func (*BatchGetProbeGroupsRequest_FieldMask) SetRaw

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

func (*BatchGetProbeGroupsRequest_FieldMask) Size

func (fieldMask *BatchGetProbeGroupsRequest_FieldMask) Size() int

func (*BatchGetProbeGroupsRequest_FieldMask) String

func (fieldMask *BatchGetProbeGroupsRequest_FieldMask) String() string

func (*BatchGetProbeGroupsRequest_FieldMask) Subtract

func (*BatchGetProbeGroupsRequest_FieldMask) SubtractRaw

func (*BatchGetProbeGroupsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*BatchGetProbeGroupsRequest_FieldMask) Unmarshal

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

func (*BatchGetProbeGroupsRequest_FieldMask) UnmarshalJSON

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

type BatchGetProbeGroupsRequest_FieldPath

type BatchGetProbeGroupsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetProbeGroupsRequest_FieldPathSelector
	Get(source *BatchGetProbeGroupsRequest) []interface{}
	GetSingle(source *BatchGetProbeGroupsRequest) (interface{}, bool)
	ClearValue(item *BatchGetProbeGroupsRequest)

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

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

func MustParseBatchGetProbeGroupsRequest_FieldPath

func MustParseBatchGetProbeGroupsRequest_FieldPath(rawField string) BatchGetProbeGroupsRequest_FieldPath

func ParseBatchGetProbeGroupsRequest_FieldPath

func ParseBatchGetProbeGroupsRequest_FieldPath(rawField string) (BatchGetProbeGroupsRequest_FieldPath, error)

type BatchGetProbeGroupsRequest_FieldPathArrayItemValue

type BatchGetProbeGroupsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetProbeGroupsRequest_FieldPath
	ContainsValue(*BatchGetProbeGroupsRequest) bool
}

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

func MustParseBatchGetProbeGroupsRequest_FieldPathArrayItemValue

func MustParseBatchGetProbeGroupsRequest_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetProbeGroupsRequest_FieldPathArrayItemValue

func ParseBatchGetProbeGroupsRequest_FieldPathArrayItemValue

func ParseBatchGetProbeGroupsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetProbeGroupsRequest_FieldPathArrayItemValue, error)

ParseBatchGetProbeGroupsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetProbeGroupsRequest_FieldPathArrayOfValues

type BatchGetProbeGroupsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetProbeGroupsRequest_FieldPath
}

BatchGetProbeGroupsRequest_FieldPathArrayOfValues allows storing slice of values for BatchGetProbeGroupsRequest fields according to their type

func MustParseBatchGetProbeGroupsRequest_FieldPathArrayOfValues

func MustParseBatchGetProbeGroupsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetProbeGroupsRequest_FieldPathArrayOfValues

func ParseBatchGetProbeGroupsRequest_FieldPathArrayOfValues

func ParseBatchGetProbeGroupsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetProbeGroupsRequest_FieldPathArrayOfValues, error)

type BatchGetProbeGroupsRequest_FieldPathSelector

type BatchGetProbeGroupsRequest_FieldPathSelector int32
const (
	BatchGetProbeGroupsRequest_FieldPathSelectorNames     BatchGetProbeGroupsRequest_FieldPathSelector = 0
	BatchGetProbeGroupsRequest_FieldPathSelectorFieldMask BatchGetProbeGroupsRequest_FieldPathSelector = 1
	BatchGetProbeGroupsRequest_FieldPathSelectorView      BatchGetProbeGroupsRequest_FieldPathSelector = 2
)

func (BatchGetProbeGroupsRequest_FieldPathSelector) String

type BatchGetProbeGroupsRequest_FieldPathValue

type BatchGetProbeGroupsRequest_FieldPathValue interface {
	BatchGetProbeGroupsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetProbeGroupsRequest)
	CompareWith(*BatchGetProbeGroupsRequest) (cmp int, comparable bool)
}

BatchGetProbeGroupsRequest_FieldPathValue allows storing values for BatchGetProbeGroupsRequest fields according to their type

func MustParseBatchGetProbeGroupsRequest_FieldPathValue

func MustParseBatchGetProbeGroupsRequest_FieldPathValue(pathStr, valueStr string) BatchGetProbeGroupsRequest_FieldPathValue

func ParseBatchGetProbeGroupsRequest_FieldPathValue

func ParseBatchGetProbeGroupsRequest_FieldPathValue(pathStr, valueStr string) (BatchGetProbeGroupsRequest_FieldPathValue, error)

type BatchGetProbeGroupsRequest_FieldTerminalPath

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

func (*BatchGetProbeGroupsRequest_FieldTerminalPath) ClearValue

func (*BatchGetProbeGroupsRequest_FieldTerminalPath) ClearValueRaw

func (*BatchGetProbeGroupsRequest_FieldTerminalPath) Get

func (fp *BatchGetProbeGroupsRequest_FieldTerminalPath) Get(source *BatchGetProbeGroupsRequest) (values []interface{})

Get returns all values pointed by specific field from source BatchGetProbeGroupsRequest

func (*BatchGetProbeGroupsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetProbeGroupsRequest_FieldTerminalPath) GetRaw

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

func (*BatchGetProbeGroupsRequest_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source BatchGetProbeGroupsRequest

func (*BatchGetProbeGroupsRequest_FieldTerminalPath) GetSingleRaw

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

func (*BatchGetProbeGroupsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetProbeGroupsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetProbeGroupsRequest_FieldTerminalPath) Selector

func (*BatchGetProbeGroupsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*BatchGetProbeGroupsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetProbeGroupsRequest_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetProbeGroupsRequest_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetProbeGroupsRequest_FieldTerminalPath) WithIValue

func (*BatchGetProbeGroupsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*BatchGetProbeGroupsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*BatchGetProbeGroupsRequest_FieldTerminalPath) WithRawIValue

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

type BatchGetProbeGroupsRequest_FieldTerminalPathArrayItemValue

type BatchGetProbeGroupsRequest_FieldTerminalPathArrayItemValue struct {
	BatchGetProbeGroupsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetProbeGroupsRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue

func (*BatchGetProbeGroupsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetProbeGroupsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*BatchGetProbeGroupsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetProbeGroupsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type BatchGetProbeGroupsRequest_FieldTerminalPathArrayOfValues

type BatchGetProbeGroupsRequest_FieldTerminalPathArrayOfValues struct {
	BatchGetProbeGroupsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetProbeGroupsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*BatchGetProbeGroupsRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues

func (*BatchGetProbeGroupsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*BatchGetProbeGroupsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type BatchGetProbeGroupsRequest_FieldTerminalPathValue

type BatchGetProbeGroupsRequest_FieldTerminalPathValue struct {
	BatchGetProbeGroupsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetProbeGroupsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*BatchGetProbeGroupsRequest_FieldTerminalPathValue) AsNamesValue

func (*BatchGetProbeGroupsRequest_FieldTerminalPathValue) AsViewValue

func (*BatchGetProbeGroupsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetProbeGroupsRequest_FieldTerminalPathValue' with the value under path in 'BatchGetProbeGroupsRequest'.

func (*BatchGetProbeGroupsRequest_FieldTerminalPathValue) CompareWithRaw

func (*BatchGetProbeGroupsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*BatchGetProbeGroupsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetProbeGroupsRequest

func (*BatchGetProbeGroupsRequest_FieldTerminalPathValue) SetToRaw

type BatchGetProbeGroupsResponse

type BatchGetProbeGroupsResponse struct {

	// found ProbeGroups
	ProbeGroups []*probe_group.ProbeGroup `protobuf:"bytes,1,rep,name=probe_groups,json=probeGroups,proto3" json:"probe_groups,omitempty" firestore:"probeGroups"`
	// list of not found ProbeGroups
	Missing []*probe_group.Reference `protobuf:"bytes,2,rep,customtype=Reference,name=missing,proto3" json:"missing,omitempty" firestore:"missing"`
	// contains filtered or unexported fields
}

BatchGetProbeGroupsResponse

func (*BatchGetProbeGroupsResponse) Clone

func (*BatchGetProbeGroupsResponse) CloneRaw

func (*BatchGetProbeGroupsResponse) Descriptor

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

Deprecated, Use BatchGetProbeGroupsResponse.ProtoReflect.Descriptor instead.

func (*BatchGetProbeGroupsResponse) GetMissing

func (*BatchGetProbeGroupsResponse) GetProbeGroups

func (m *BatchGetProbeGroupsResponse) GetProbeGroups() []*probe_group.ProbeGroup

func (*BatchGetProbeGroupsResponse) GotenMessage

func (*BatchGetProbeGroupsResponse) GotenMessage()

func (*BatchGetProbeGroupsResponse) GotenObjectExt

func (o *BatchGetProbeGroupsResponse) GotenObjectExt()

func (*BatchGetProbeGroupsResponse) GotenValidate

func (obj *BatchGetProbeGroupsResponse) GotenValidate() error

func (*BatchGetProbeGroupsResponse) MakeDiffFieldMask

func (*BatchGetProbeGroupsResponse) MakeFullFieldMask

func (*BatchGetProbeGroupsResponse) MakeRawDiffFieldMask

func (*BatchGetProbeGroupsResponse) MakeRawFullFieldMask

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

func (*BatchGetProbeGroupsResponse) Marshal

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

func (*BatchGetProbeGroupsResponse) MarshalJSON

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

func (*BatchGetProbeGroupsResponse) Merge

func (*BatchGetProbeGroupsResponse) MergeRaw

func (*BatchGetProbeGroupsResponse) ProtoMessage

func (*BatchGetProbeGroupsResponse) ProtoMessage()

func (*BatchGetProbeGroupsResponse) ProtoReflect

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

func (*BatchGetProbeGroupsResponse) Reset

func (m *BatchGetProbeGroupsResponse) Reset()

func (*BatchGetProbeGroupsResponse) SetMissing

func (m *BatchGetProbeGroupsResponse) SetMissing(fv []*probe_group.Reference)

func (*BatchGetProbeGroupsResponse) SetProbeGroups

func (m *BatchGetProbeGroupsResponse) SetProbeGroups(fv []*probe_group.ProbeGroup)

func (*BatchGetProbeGroupsResponse) String

func (m *BatchGetProbeGroupsResponse) String() string

func (*BatchGetProbeGroupsResponse) Unmarshal

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

func (*BatchGetProbeGroupsResponse) UnmarshalJSON

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

type BatchGetProbeGroupsResponseFieldPathBuilder

type BatchGetProbeGroupsResponseFieldPathBuilder struct{}

func NewBatchGetProbeGroupsResponseFieldPathBuilder

func NewBatchGetProbeGroupsResponseFieldPathBuilder() BatchGetProbeGroupsResponseFieldPathBuilder

func (BatchGetProbeGroupsResponseFieldPathBuilder) Missing

func (BatchGetProbeGroupsResponseFieldPathBuilder) ProbeGroups

type BatchGetProbeGroupsResponseMapPathSelectorProbeGroupsMetadataAnnotations

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

func (BatchGetProbeGroupsResponseMapPathSelectorProbeGroupsMetadataAnnotations) FieldPath

func (BatchGetProbeGroupsResponseMapPathSelectorProbeGroupsMetadataAnnotations) WithArrayOfValues

func (BatchGetProbeGroupsResponseMapPathSelectorProbeGroupsMetadataAnnotations) WithValue

type BatchGetProbeGroupsResponseMapPathSelectorProbeGroupsMetadataLabels

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

func (BatchGetProbeGroupsResponseMapPathSelectorProbeGroupsMetadataLabels) FieldPath

func (BatchGetProbeGroupsResponseMapPathSelectorProbeGroupsMetadataLabels) WithArrayOfValues

func (BatchGetProbeGroupsResponseMapPathSelectorProbeGroupsMetadataLabels) WithValue

type BatchGetProbeGroupsResponseMapPathSelectorProbeGroupsMetadataShards

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

func (BatchGetProbeGroupsResponseMapPathSelectorProbeGroupsMetadataShards) FieldPath

func (BatchGetProbeGroupsResponseMapPathSelectorProbeGroupsMetadataShards) WithArrayOfValues

func (BatchGetProbeGroupsResponseMapPathSelectorProbeGroupsMetadataShards) WithValue

type BatchGetProbeGroupsResponseMapPathSelectorProbeGroupsStateRegionalTargetCounts

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

func (BatchGetProbeGroupsResponseMapPathSelectorProbeGroupsStateRegionalTargetCounts) FieldPath

func (BatchGetProbeGroupsResponseMapPathSelectorProbeGroupsStateRegionalTargetCounts) WithArrayOfValues

func (BatchGetProbeGroupsResponseMapPathSelectorProbeGroupsStateRegionalTargetCounts) WithValue

type BatchGetProbeGroupsResponsePathSelectorMissing

type BatchGetProbeGroupsResponsePathSelectorMissing struct{}

func (BatchGetProbeGroupsResponsePathSelectorMissing) FieldPath

func (BatchGetProbeGroupsResponsePathSelectorMissing) WithArrayOfValues

func (BatchGetProbeGroupsResponsePathSelectorMissing) WithValue

type BatchGetProbeGroupsResponsePathSelectorProbeGroups

type BatchGetProbeGroupsResponsePathSelectorProbeGroups struct{}

func (BatchGetProbeGroupsResponsePathSelectorProbeGroups) DisplayName

func (BatchGetProbeGroupsResponsePathSelectorProbeGroups) FieldPath

func (BatchGetProbeGroupsResponsePathSelectorProbeGroups) Metadata

func (BatchGetProbeGroupsResponsePathSelectorProbeGroups) Name

func (BatchGetProbeGroupsResponsePathSelectorProbeGroups) State

func (BatchGetProbeGroupsResponsePathSelectorProbeGroups) WithArrayOfValues

func (BatchGetProbeGroupsResponsePathSelectorProbeGroups) WithItemValue

func (BatchGetProbeGroupsResponsePathSelectorProbeGroups) WithSubArrayItemValue

func (BatchGetProbeGroupsResponsePathSelectorProbeGroups) WithSubArrayOfValues

func (BatchGetProbeGroupsResponsePathSelectorProbeGroups) WithSubPath

func (BatchGetProbeGroupsResponsePathSelectorProbeGroups) WithSubValue

func (BatchGetProbeGroupsResponsePathSelectorProbeGroups) WithValue

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsDisplayName

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsDisplayName struct{}

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsDisplayName) FieldPath

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsDisplayName) WithArrayOfValues

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsDisplayName) WithValue

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadata

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadata struct{}

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadata) DeleteTime added in v0.7.1

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadata) FieldPath

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadata) Labels

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadata) Lifecycle added in v0.7.1

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadata) Shards

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadata) Syncing

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadata) Tags

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadata) Uuid

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadata) WithArrayOfValues

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadata) WithValue

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataAnnotations

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataAnnotations struct{}

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataAnnotations) FieldPath

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataAnnotations) WithArrayOfValues

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataAnnotations) WithValue

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataCreateTime

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataCreateTime struct{}

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataCreateTime) FieldPath

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataCreateTime) WithArrayOfValues

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataCreateTime) WithValue

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataDeleteTime added in v0.7.1

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataDeleteTime struct{}

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataDeleteTime) FieldPath added in v0.7.1

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataDeleteTime) WithValue added in v0.7.1

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataGeneration

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataGeneration struct{}

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataGeneration) FieldPath

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataGeneration) WithArrayOfValues

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataGeneration) WithValue

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataLabels

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataLabels struct{}

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataLabels) FieldPath

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataLabels) WithArrayOfValues

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataLabels) WithKey

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataLabels) WithValue

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycle added in v0.7.1

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycle struct{}

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycle) BlockDeletion added in v0.7.1

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycle) FieldPath added in v0.7.1

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycle) State added in v0.7.1

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycle) WithValue added in v0.7.1

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycleBlockDeletion added in v0.7.1

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycleBlockDeletion struct{}

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycleState added in v0.7.1

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycleState struct{}

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycleState) FieldPath added in v0.7.1

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycleState) WithValue added in v0.7.1

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferences

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferences struct{}

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferences) FieldPath

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferences) Region added in v0.7.1

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferences) Version added in v0.7.1

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferences) WithArrayOfValues

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferences) WithItemValue

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferences) WithValue

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesBlockOwnerDeletion

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesController

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesController struct{}

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesController) FieldPath

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesController) WithArrayOfValues

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesController) WithValue

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesKind

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesKind struct{}

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesKind) FieldPath

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesKind) WithArrayOfValues

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesKind) WithValue

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesName

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesName struct{}

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesName) FieldPath

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesName) WithArrayOfValues

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesName) WithValue

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesRegion added in v0.7.1

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesRegion struct{}

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesRequiresOwnerReference struct{}

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesVersion added in v0.7.1

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesVersion struct{}

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataResourceVersion

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataResourceVersion struct{}

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataResourceVersion) FieldPath

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataResourceVersion) WithArrayOfValues

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataResourceVersion) WithValue

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataShards

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataShards struct{}

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataShards) FieldPath

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataShards) WithArrayOfValues

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataShards) WithKey

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataShards) WithValue

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncing

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncing struct{}

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncing) FieldPath

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncing) WithArrayOfValues

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncing) WithValue

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncingOwningRegion

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncingOwningRegion struct{}

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncingOwningRegion) FieldPath

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncingOwningRegion) WithArrayOfValues

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncingOwningRegion) WithValue

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncingRegions

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncingRegions struct{}

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncingRegions) FieldPath

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncingRegions) WithArrayOfValues

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncingRegions) WithItemValue

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncingRegions) WithValue

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataTags

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataTags struct{}

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataTags) FieldPath

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataTags) WithArrayOfValues

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataTags) WithItemValue

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataTags) WithValue

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataUpdateTime

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataUpdateTime struct{}

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataUpdateTime) FieldPath

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataUpdateTime) WithArrayOfValues

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataUpdateTime) WithValue

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataUuid

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataUuid struct{}

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataUuid) FieldPath

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataUuid) WithArrayOfValues

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsMetadataUuid) WithValue

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsName

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsName struct{}

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsName) FieldPath

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsName) WithArrayOfValues

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsName) WithValue

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsState

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsState struct{}

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsState) FieldPath

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsState) WithArrayOfValues

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsState) WithValue

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsStateRegionalTargetCounts

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsStateRegionalTargetCounts struct{}

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsStateRegionalTargetCounts) FieldPath

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsStateRegionalTargetCounts) WithArrayOfValues

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsStateRegionalTargetCounts) WithValue

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsStateTargetCount

type BatchGetProbeGroupsResponsePathSelectorProbeGroupsStateTargetCount struct{}

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsStateTargetCount) FieldPath

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsStateTargetCount) WithArrayOfValues

func (BatchGetProbeGroupsResponsePathSelectorProbeGroupsStateTargetCount) WithValue

type BatchGetProbeGroupsResponse_FieldMask

type BatchGetProbeGroupsResponse_FieldMask struct {
	Paths []BatchGetProbeGroupsResponse_FieldPath
}

func FullBatchGetProbeGroupsResponse_FieldMask

func FullBatchGetProbeGroupsResponse_FieldMask() *BatchGetProbeGroupsResponse_FieldMask

func (*BatchGetProbeGroupsResponse_FieldMask) AppendPath

func (*BatchGetProbeGroupsResponse_FieldMask) AppendRawPath

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

func (*BatchGetProbeGroupsResponse_FieldMask) DecodeFirestore

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

func (*BatchGetProbeGroupsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*BatchGetProbeGroupsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetProbeGroupsResponse_FieldMask) FromProtoFieldMask

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

func (*BatchGetProbeGroupsResponse_FieldMask) GetPaths

func (*BatchGetProbeGroupsResponse_FieldMask) GetRawPaths

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

func (*BatchGetProbeGroupsResponse_FieldMask) IsFull

func (fieldMask *BatchGetProbeGroupsResponse_FieldMask) IsFull() bool

func (BatchGetProbeGroupsResponse_FieldMask) Marshal

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

implement methods required by customType

func (BatchGetProbeGroupsResponse_FieldMask) MarshalJSON

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

func (*BatchGetProbeGroupsResponse_FieldMask) PathsCount

func (fieldMask *BatchGetProbeGroupsResponse_FieldMask) PathsCount() int

func (*BatchGetProbeGroupsResponse_FieldMask) Project

func (*BatchGetProbeGroupsResponse_FieldMask) ProjectRaw

func (*BatchGetProbeGroupsResponse_FieldMask) ProtoMessage

func (fieldMask *BatchGetProbeGroupsResponse_FieldMask) ProtoMessage()

func (*BatchGetProbeGroupsResponse_FieldMask) ProtoReflect

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

func (*BatchGetProbeGroupsResponse_FieldMask) Reset

func (fieldMask *BatchGetProbeGroupsResponse_FieldMask) Reset()

func (*BatchGetProbeGroupsResponse_FieldMask) Set

func (*BatchGetProbeGroupsResponse_FieldMask) SetFromCliFlag

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

func (*BatchGetProbeGroupsResponse_FieldMask) SetRaw

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

func (*BatchGetProbeGroupsResponse_FieldMask) Size

func (fieldMask *BatchGetProbeGroupsResponse_FieldMask) Size() int

func (*BatchGetProbeGroupsResponse_FieldMask) String

func (fieldMask *BatchGetProbeGroupsResponse_FieldMask) String() string

func (*BatchGetProbeGroupsResponse_FieldMask) Subtract

func (*BatchGetProbeGroupsResponse_FieldMask) SubtractRaw

func (*BatchGetProbeGroupsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*BatchGetProbeGroupsResponse_FieldMask) Unmarshal

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

func (*BatchGetProbeGroupsResponse_FieldMask) UnmarshalJSON

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

type BatchGetProbeGroupsResponse_FieldPath

type BatchGetProbeGroupsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetProbeGroupsResponse_FieldPathSelector
	Get(source *BatchGetProbeGroupsResponse) []interface{}
	GetSingle(source *BatchGetProbeGroupsResponse) (interface{}, bool)
	ClearValue(item *BatchGetProbeGroupsResponse)

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

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

func MustParseBatchGetProbeGroupsResponse_FieldPath

func MustParseBatchGetProbeGroupsResponse_FieldPath(rawField string) BatchGetProbeGroupsResponse_FieldPath

func ParseBatchGetProbeGroupsResponse_FieldPath

func ParseBatchGetProbeGroupsResponse_FieldPath(rawField string) (BatchGetProbeGroupsResponse_FieldPath, error)

type BatchGetProbeGroupsResponse_FieldPathArrayItemValue

type BatchGetProbeGroupsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetProbeGroupsResponse_FieldPath
	ContainsValue(*BatchGetProbeGroupsResponse) bool
}

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

func MustParseBatchGetProbeGroupsResponse_FieldPathArrayItemValue

func MustParseBatchGetProbeGroupsResponse_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetProbeGroupsResponse_FieldPathArrayItemValue

func ParseBatchGetProbeGroupsResponse_FieldPathArrayItemValue

func ParseBatchGetProbeGroupsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetProbeGroupsResponse_FieldPathArrayItemValue, error)

ParseBatchGetProbeGroupsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetProbeGroupsResponse_FieldPathArrayOfValues

type BatchGetProbeGroupsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetProbeGroupsResponse_FieldPath
}

BatchGetProbeGroupsResponse_FieldPathArrayOfValues allows storing slice of values for BatchGetProbeGroupsResponse fields according to their type

func MustParseBatchGetProbeGroupsResponse_FieldPathArrayOfValues

func MustParseBatchGetProbeGroupsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetProbeGroupsResponse_FieldPathArrayOfValues

func ParseBatchGetProbeGroupsResponse_FieldPathArrayOfValues

func ParseBatchGetProbeGroupsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetProbeGroupsResponse_FieldPathArrayOfValues, error)

type BatchGetProbeGroupsResponse_FieldPathSelector

type BatchGetProbeGroupsResponse_FieldPathSelector int32
const (
	BatchGetProbeGroupsResponse_FieldPathSelectorProbeGroups BatchGetProbeGroupsResponse_FieldPathSelector = 0
	BatchGetProbeGroupsResponse_FieldPathSelectorMissing     BatchGetProbeGroupsResponse_FieldPathSelector = 1
)

func (BatchGetProbeGroupsResponse_FieldPathSelector) String

type BatchGetProbeGroupsResponse_FieldPathValue

type BatchGetProbeGroupsResponse_FieldPathValue interface {
	BatchGetProbeGroupsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetProbeGroupsResponse)
	CompareWith(*BatchGetProbeGroupsResponse) (cmp int, comparable bool)
}

BatchGetProbeGroupsResponse_FieldPathValue allows storing values for BatchGetProbeGroupsResponse fields according to their type

func MustParseBatchGetProbeGroupsResponse_FieldPathValue

func MustParseBatchGetProbeGroupsResponse_FieldPathValue(pathStr, valueStr string) BatchGetProbeGroupsResponse_FieldPathValue

func ParseBatchGetProbeGroupsResponse_FieldPathValue

func ParseBatchGetProbeGroupsResponse_FieldPathValue(pathStr, valueStr string) (BatchGetProbeGroupsResponse_FieldPathValue, error)

type BatchGetProbeGroupsResponse_FieldSubPath

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

func (*BatchGetProbeGroupsResponse_FieldSubPath) AsProbeGroupsSubPath

func (*BatchGetProbeGroupsResponse_FieldSubPath) ClearValue

func (*BatchGetProbeGroupsResponse_FieldSubPath) ClearValueRaw

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

func (*BatchGetProbeGroupsResponse_FieldSubPath) Get

func (fps *BatchGetProbeGroupsResponse_FieldSubPath) Get(source *BatchGetProbeGroupsResponse) (values []interface{})

Get returns all values pointed by selected field from source BatchGetProbeGroupsResponse

func (*BatchGetProbeGroupsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetProbeGroupsResponse_FieldSubPath) GetRaw

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

func (*BatchGetProbeGroupsResponse_FieldSubPath) GetSingle

func (fps *BatchGetProbeGroupsResponse_FieldSubPath) GetSingle(source *BatchGetProbeGroupsResponse) (interface{}, bool)

GetSingle returns value of selected field from source BatchGetProbeGroupsResponse

func (*BatchGetProbeGroupsResponse_FieldSubPath) GetSingleRaw

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

func (*BatchGetProbeGroupsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetProbeGroupsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetProbeGroupsResponse_FieldSubPath) Selector

func (*BatchGetProbeGroupsResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*BatchGetProbeGroupsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*BatchGetProbeGroupsResponse_FieldSubPath) WithIArrayItemValue

func (*BatchGetProbeGroupsResponse_FieldSubPath) WithIArrayOfValues

func (*BatchGetProbeGroupsResponse_FieldSubPath) WithIValue

func (*BatchGetProbeGroupsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*BatchGetProbeGroupsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*BatchGetProbeGroupsResponse_FieldSubPath) WithRawIValue

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

type BatchGetProbeGroupsResponse_FieldSubPathArrayItemValue

type BatchGetProbeGroupsResponse_FieldSubPathArrayItemValue struct {
	BatchGetProbeGroupsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetProbeGroupsResponse_FieldSubPathArrayItemValue) AsProbeGroupsPathItemValue

func (*BatchGetProbeGroupsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*BatchGetProbeGroupsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type BatchGetProbeGroupsResponse_FieldSubPathArrayOfValues

type BatchGetProbeGroupsResponse_FieldSubPathArrayOfValues struct {
	BatchGetProbeGroupsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetProbeGroupsResponse_FieldSubPathArrayOfValues) AsProbeGroupsPathArrayOfValues

func (*BatchGetProbeGroupsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type BatchGetProbeGroupsResponse_FieldSubPathValue

type BatchGetProbeGroupsResponse_FieldSubPathValue struct {
	BatchGetProbeGroupsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetProbeGroupsResponse_FieldSubPathValue) AsProbeGroupsPathValue

func (*BatchGetProbeGroupsResponse_FieldSubPathValue) CompareWith

func (*BatchGetProbeGroupsResponse_FieldSubPathValue) CompareWithRaw

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

func (*BatchGetProbeGroupsResponse_FieldSubPathValue) GetRawValue

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

func (*BatchGetProbeGroupsResponse_FieldSubPathValue) SetTo

func (*BatchGetProbeGroupsResponse_FieldSubPathValue) SetToRaw

type BatchGetProbeGroupsResponse_FieldTerminalPath

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

func (*BatchGetProbeGroupsResponse_FieldTerminalPath) ClearValue

func (*BatchGetProbeGroupsResponse_FieldTerminalPath) ClearValueRaw

func (*BatchGetProbeGroupsResponse_FieldTerminalPath) Get

func (fp *BatchGetProbeGroupsResponse_FieldTerminalPath) Get(source *BatchGetProbeGroupsResponse) (values []interface{})

Get returns all values pointed by specific field from source BatchGetProbeGroupsResponse

func (*BatchGetProbeGroupsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*BatchGetProbeGroupsResponse_FieldTerminalPath) GetRaw

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

func (*BatchGetProbeGroupsResponse_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source BatchGetProbeGroupsResponse

func (*BatchGetProbeGroupsResponse_FieldTerminalPath) GetSingleRaw

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

func (*BatchGetProbeGroupsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetProbeGroupsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetProbeGroupsResponse_FieldTerminalPath) Selector

func (*BatchGetProbeGroupsResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (*BatchGetProbeGroupsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetProbeGroupsResponse_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetProbeGroupsResponse_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetProbeGroupsResponse_FieldTerminalPath) WithIValue

func (*BatchGetProbeGroupsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*BatchGetProbeGroupsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*BatchGetProbeGroupsResponse_FieldTerminalPath) WithRawIValue

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

type BatchGetProbeGroupsResponse_FieldTerminalPathArrayItemValue

type BatchGetProbeGroupsResponse_FieldTerminalPathArrayItemValue struct {
	BatchGetProbeGroupsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetProbeGroupsResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue

func (*BatchGetProbeGroupsResponse_FieldTerminalPathArrayItemValue) AsProbeGroupsItemValue

func (*BatchGetProbeGroupsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*BatchGetProbeGroupsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*BatchGetProbeGroupsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*BatchGetProbeGroupsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type BatchGetProbeGroupsResponse_FieldTerminalPathArrayOfValues

type BatchGetProbeGroupsResponse_FieldTerminalPathArrayOfValues struct {
	BatchGetProbeGroupsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetProbeGroupsResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues

func (*BatchGetProbeGroupsResponse_FieldTerminalPathArrayOfValues) AsProbeGroupsArrayOfValues

func (fpaov *BatchGetProbeGroupsResponse_FieldTerminalPathArrayOfValues) AsProbeGroupsArrayOfValues() ([][]*probe_group.ProbeGroup, bool)

func (*BatchGetProbeGroupsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type BatchGetProbeGroupsResponse_FieldTerminalPathValue

type BatchGetProbeGroupsResponse_FieldTerminalPathValue struct {
	BatchGetProbeGroupsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetProbeGroupsResponse_FieldTerminalPathValue) AsMissingValue

func (*BatchGetProbeGroupsResponse_FieldTerminalPathValue) AsProbeGroupsValue

func (*BatchGetProbeGroupsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetProbeGroupsResponse_FieldTerminalPathValue' with the value under path in 'BatchGetProbeGroupsResponse'.

func (*BatchGetProbeGroupsResponse_FieldTerminalPathValue) CompareWithRaw

func (*BatchGetProbeGroupsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*BatchGetProbeGroupsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetProbeGroupsResponse

func (*BatchGetProbeGroupsResponse_FieldTerminalPathValue) SetToRaw

type CreateProbeGroupDescriptor added in v0.4.26

type CreateProbeGroupDescriptor struct{}

func GetCreateProbeGroupDescriptor added in v0.4.26

func GetCreateProbeGroupDescriptor() *CreateProbeGroupDescriptor

func (*CreateProbeGroupDescriptor) GetApiDescriptor added in v0.4.26

func (*CreateProbeGroupDescriptor) GetApiName added in v0.4.26

func (d *CreateProbeGroupDescriptor) GetApiName() string

func (*CreateProbeGroupDescriptor) GetClientMsgReflectHandle added in v0.4.26

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

func (*CreateProbeGroupDescriptor) GetFullMethodName added in v0.4.26

func (d *CreateProbeGroupDescriptor) GetFullMethodName() string

func (*CreateProbeGroupDescriptor) GetMethodName added in v0.4.26

func (d *CreateProbeGroupDescriptor) GetMethodName() string

func (*CreateProbeGroupDescriptor) GetProtoPkgName added in v0.4.26

func (d *CreateProbeGroupDescriptor) GetProtoPkgName() string

func (*CreateProbeGroupDescriptor) GetResourceDescriptor added in v0.4.27

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

func (*CreateProbeGroupDescriptor) GetServerMsgReflectHandle added in v0.4.26

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

func (*CreateProbeGroupDescriptor) GetServiceDomain added in v0.4.26

func (d *CreateProbeGroupDescriptor) GetServiceDomain() string

func (*CreateProbeGroupDescriptor) GetServiceVersion added in v0.4.26

func (d *CreateProbeGroupDescriptor) GetServiceVersion() string

func (*CreateProbeGroupDescriptor) GetVerb added in v0.4.26

func (d *CreateProbeGroupDescriptor) GetVerb() string

func (*CreateProbeGroupDescriptor) HasResource added in v0.4.27

func (d *CreateProbeGroupDescriptor) HasResource() bool

func (*CreateProbeGroupDescriptor) IsClientStream added in v0.4.26

func (d *CreateProbeGroupDescriptor) IsClientStream() bool

func (*CreateProbeGroupDescriptor) IsCollection added in v0.4.27

func (d *CreateProbeGroupDescriptor) IsCollection() bool

func (*CreateProbeGroupDescriptor) IsPlural added in v0.4.27

func (d *CreateProbeGroupDescriptor) IsPlural() bool

func (*CreateProbeGroupDescriptor) IsServerStream added in v0.4.26

func (d *CreateProbeGroupDescriptor) IsServerStream() bool

func (*CreateProbeGroupDescriptor) IsUnary added in v0.4.26

func (d *CreateProbeGroupDescriptor) IsUnary() bool

func (*CreateProbeGroupDescriptor) NewEmptyClientMsg added in v0.4.26

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

func (*CreateProbeGroupDescriptor) NewEmptyServerMsg added in v0.4.26

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

func (*CreateProbeGroupDescriptor) RequestHasResourceBody added in v0.4.26

func (d *CreateProbeGroupDescriptor) RequestHasResourceBody() bool

type CreateProbeGroupDescriptorClientMsgHandle added in v0.4.26

type CreateProbeGroupDescriptorClientMsgHandle struct{}

func (*CreateProbeGroupDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

func (*CreateProbeGroupDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*CreateProbeGroupDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type CreateProbeGroupDescriptorServerMsgHandle added in v0.4.26

type CreateProbeGroupDescriptorServerMsgHandle struct{}

func (*CreateProbeGroupDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

func (*CreateProbeGroupDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*CreateProbeGroupDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

type CreateProbeGroupRequest

type CreateProbeGroupRequest struct {

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

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

func (*CreateProbeGroupRequest) Clone

func (*CreateProbeGroupRequest) CloneRaw

func (*CreateProbeGroupRequest) Descriptor

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

Deprecated, Use CreateProbeGroupRequest.ProtoReflect.Descriptor instead.

func (*CreateProbeGroupRequest) GetParent

func (*CreateProbeGroupRequest) GetProbeGroup

func (m *CreateProbeGroupRequest) GetProbeGroup() *probe_group.ProbeGroup

func (*CreateProbeGroupRequest) GotenMessage

func (*CreateProbeGroupRequest) GotenMessage()

func (*CreateProbeGroupRequest) GotenObjectExt

func (o *CreateProbeGroupRequest) GotenObjectExt()

func (*CreateProbeGroupRequest) GotenValidate

func (obj *CreateProbeGroupRequest) GotenValidate() error

func (*CreateProbeGroupRequest) MakeDiffFieldMask

func (*CreateProbeGroupRequest) MakeFullFieldMask

func (*CreateProbeGroupRequest) MakeRawDiffFieldMask

func (*CreateProbeGroupRequest) MakeRawFullFieldMask

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

func (*CreateProbeGroupRequest) Marshal

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

func (*CreateProbeGroupRequest) MarshalJSON

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

func (*CreateProbeGroupRequest) Merge

func (*CreateProbeGroupRequest) MergeRaw

func (*CreateProbeGroupRequest) ProtoMessage

func (*CreateProbeGroupRequest) ProtoMessage()

func (*CreateProbeGroupRequest) ProtoReflect

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

func (*CreateProbeGroupRequest) Reset

func (m *CreateProbeGroupRequest) Reset()

func (*CreateProbeGroupRequest) SetParent

func (*CreateProbeGroupRequest) SetProbeGroup

func (m *CreateProbeGroupRequest) SetProbeGroup(fv *probe_group.ProbeGroup)

func (*CreateProbeGroupRequest) String

func (m *CreateProbeGroupRequest) String() string

func (*CreateProbeGroupRequest) Unmarshal

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

func (*CreateProbeGroupRequest) UnmarshalJSON

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

type CreateProbeGroupRequestFieldPathBuilder

type CreateProbeGroupRequestFieldPathBuilder struct{}

func NewCreateProbeGroupRequestFieldPathBuilder

func NewCreateProbeGroupRequestFieldPathBuilder() CreateProbeGroupRequestFieldPathBuilder

func (CreateProbeGroupRequestFieldPathBuilder) Parent

func (CreateProbeGroupRequestFieldPathBuilder) ProbeGroup

type CreateProbeGroupRequestMapPathSelectorProbeGroupMetadataAnnotations

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

func (CreateProbeGroupRequestMapPathSelectorProbeGroupMetadataAnnotations) FieldPath

func (CreateProbeGroupRequestMapPathSelectorProbeGroupMetadataAnnotations) WithArrayOfValues

func (CreateProbeGroupRequestMapPathSelectorProbeGroupMetadataAnnotations) WithValue

type CreateProbeGroupRequestMapPathSelectorProbeGroupMetadataLabels

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

func (CreateProbeGroupRequestMapPathSelectorProbeGroupMetadataLabels) FieldPath

func (CreateProbeGroupRequestMapPathSelectorProbeGroupMetadataLabels) WithArrayOfValues

func (CreateProbeGroupRequestMapPathSelectorProbeGroupMetadataLabels) WithValue

type CreateProbeGroupRequestMapPathSelectorProbeGroupMetadataShards

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

func (CreateProbeGroupRequestMapPathSelectorProbeGroupMetadataShards) FieldPath

func (CreateProbeGroupRequestMapPathSelectorProbeGroupMetadataShards) WithArrayOfValues

func (CreateProbeGroupRequestMapPathSelectorProbeGroupMetadataShards) WithValue

type CreateProbeGroupRequestMapPathSelectorProbeGroupStateRegionalTargetCounts

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

func (CreateProbeGroupRequestMapPathSelectorProbeGroupStateRegionalTargetCounts) FieldPath

func (CreateProbeGroupRequestMapPathSelectorProbeGroupStateRegionalTargetCounts) WithArrayOfValues

func (CreateProbeGroupRequestMapPathSelectorProbeGroupStateRegionalTargetCounts) WithValue

type CreateProbeGroupRequestPathSelectorParent

type CreateProbeGroupRequestPathSelectorParent struct{}

func (CreateProbeGroupRequestPathSelectorParent) FieldPath

func (CreateProbeGroupRequestPathSelectorParent) WithArrayOfValues

func (CreateProbeGroupRequestPathSelectorParent) WithValue

type CreateProbeGroupRequestPathSelectorProbeGroup

type CreateProbeGroupRequestPathSelectorProbeGroup struct{}

func (CreateProbeGroupRequestPathSelectorProbeGroup) DisplayName

func (CreateProbeGroupRequestPathSelectorProbeGroup) FieldPath

func (CreateProbeGroupRequestPathSelectorProbeGroup) Metadata

func (CreateProbeGroupRequestPathSelectorProbeGroup) Name

func (CreateProbeGroupRequestPathSelectorProbeGroup) State

func (CreateProbeGroupRequestPathSelectorProbeGroup) WithArrayOfValues

func (CreateProbeGroupRequestPathSelectorProbeGroup) WithSubArrayItemValue

func (CreateProbeGroupRequestPathSelectorProbeGroup) WithSubArrayOfValues

func (CreateProbeGroupRequestPathSelectorProbeGroup) WithSubPath

func (CreateProbeGroupRequestPathSelectorProbeGroup) WithSubValue

func (CreateProbeGroupRequestPathSelectorProbeGroup) WithValue

type CreateProbeGroupRequestPathSelectorProbeGroupDisplayName

type CreateProbeGroupRequestPathSelectorProbeGroupDisplayName struct{}

func (CreateProbeGroupRequestPathSelectorProbeGroupDisplayName) FieldPath

func (CreateProbeGroupRequestPathSelectorProbeGroupDisplayName) WithArrayOfValues

func (CreateProbeGroupRequestPathSelectorProbeGroupDisplayName) WithValue

type CreateProbeGroupRequestPathSelectorProbeGroupMetadata

type CreateProbeGroupRequestPathSelectorProbeGroupMetadata struct{}

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadata) Annotations

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadata) CreateTime

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadata) DeleteTime added in v0.7.1

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadata) FieldPath

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadata) Generation

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadata) Labels

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadata) Lifecycle added in v0.7.1

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadata) Shards

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadata) Syncing

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadata) Tags

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadata) UpdateTime

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadata) Uuid

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadata) WithArrayOfValues

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadata) WithValue

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataAnnotations

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataAnnotations struct{}

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataAnnotations) FieldPath

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataAnnotations) WithArrayOfValues

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataAnnotations) WithKey

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataAnnotations) WithValue

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataCreateTime

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataCreateTime struct{}

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataCreateTime) FieldPath

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataCreateTime) WithArrayOfValues

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataCreateTime) WithValue

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataDeleteTime added in v0.7.1

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataDeleteTime struct{}

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataDeleteTime) FieldPath added in v0.7.1

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataDeleteTime) WithValue added in v0.7.1

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataGeneration

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataGeneration struct{}

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataGeneration) FieldPath

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataGeneration) WithArrayOfValues

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataGeneration) WithValue

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataLabels

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataLabels struct{}

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataLabels) FieldPath

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataLabels) WithArrayOfValues

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataLabels) WithKey

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataLabels) WithValue

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataLifecycle added in v0.7.1

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataLifecycle struct{}

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataLifecycle) BlockDeletion added in v0.7.1

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataLifecycle) FieldPath added in v0.7.1

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataLifecycle) State added in v0.7.1

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataLifecycle) WithValue added in v0.7.1

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataLifecycleBlockDeletion added in v0.7.1

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataLifecycleBlockDeletion struct{}

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataLifecycleState added in v0.7.1

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataLifecycleState struct{}

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataLifecycleState) FieldPath added in v0.7.1

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataLifecycleState) WithValue added in v0.7.1

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferences

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferences struct{}

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferences) FieldPath

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferences) Region added in v0.7.1

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferences) Version added in v0.7.1

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferences) WithArrayOfValues

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferences) WithItemValue

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferences) WithValue

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesBlockOwnerDeletion

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesController

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesController struct{}

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesController) FieldPath

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesController) WithArrayOfValues

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesController) WithValue

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesKind

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesKind struct{}

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesKind) FieldPath

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesKind) WithArrayOfValues

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesKind) WithValue

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesName

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesName struct{}

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesName) FieldPath

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesName) WithArrayOfValues

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesName) WithValue

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesRegion added in v0.7.1

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesRegion struct{}

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesRequiresOwnerReference struct{}

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesVersion added in v0.7.1

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesVersion struct{}

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataResourceVersion

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataResourceVersion struct{}

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataResourceVersion) FieldPath

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataResourceVersion) WithArrayOfValues

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataResourceVersion) WithValue

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataShards

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataShards struct{}

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataShards) FieldPath

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataShards) WithArrayOfValues

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataShards) WithKey

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataShards) WithValue

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataSyncing

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataSyncing struct{}

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataSyncing) FieldPath

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataSyncing) WithArrayOfValues

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataSyncing) WithValue

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataSyncingOwningRegion

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataSyncingOwningRegion struct{}

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataSyncingOwningRegion) FieldPath

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataSyncingOwningRegion) WithArrayOfValues

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataSyncingOwningRegion) WithValue

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataSyncingRegions

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataSyncingRegions struct{}

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataSyncingRegions) FieldPath

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataSyncingRegions) WithArrayOfValues

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataSyncingRegions) WithItemValue

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataSyncingRegions) WithValue

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataTags

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataTags struct{}

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataTags) FieldPath

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataTags) WithArrayOfValues

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataTags) WithItemValue

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataTags) WithValue

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataUpdateTime

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataUpdateTime struct{}

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataUpdateTime) FieldPath

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataUpdateTime) WithArrayOfValues

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataUpdateTime) WithValue

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataUuid

type CreateProbeGroupRequestPathSelectorProbeGroupMetadataUuid struct{}

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataUuid) FieldPath

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataUuid) WithArrayOfValues

func (CreateProbeGroupRequestPathSelectorProbeGroupMetadataUuid) WithValue

type CreateProbeGroupRequestPathSelectorProbeGroupName

type CreateProbeGroupRequestPathSelectorProbeGroupName struct{}

func (CreateProbeGroupRequestPathSelectorProbeGroupName) FieldPath

func (CreateProbeGroupRequestPathSelectorProbeGroupName) WithArrayOfValues

func (CreateProbeGroupRequestPathSelectorProbeGroupName) WithValue

type CreateProbeGroupRequestPathSelectorProbeGroupState

type CreateProbeGroupRequestPathSelectorProbeGroupState struct{}

func (CreateProbeGroupRequestPathSelectorProbeGroupState) FieldPath

func (CreateProbeGroupRequestPathSelectorProbeGroupState) TargetCount

func (CreateProbeGroupRequestPathSelectorProbeGroupState) WithArrayOfValues

func (CreateProbeGroupRequestPathSelectorProbeGroupState) WithValue

type CreateProbeGroupRequestPathSelectorProbeGroupStateRegionalTargetCounts

type CreateProbeGroupRequestPathSelectorProbeGroupStateRegionalTargetCounts struct{}

func (CreateProbeGroupRequestPathSelectorProbeGroupStateRegionalTargetCounts) FieldPath

func (CreateProbeGroupRequestPathSelectorProbeGroupStateRegionalTargetCounts) WithArrayOfValues

func (CreateProbeGroupRequestPathSelectorProbeGroupStateRegionalTargetCounts) WithValue

type CreateProbeGroupRequestPathSelectorProbeGroupStateTargetCount

type CreateProbeGroupRequestPathSelectorProbeGroupStateTargetCount struct{}

func (CreateProbeGroupRequestPathSelectorProbeGroupStateTargetCount) FieldPath

func (CreateProbeGroupRequestPathSelectorProbeGroupStateTargetCount) WithArrayOfValues

func (CreateProbeGroupRequestPathSelectorProbeGroupStateTargetCount) WithValue

type CreateProbeGroupRequest_FieldMask

type CreateProbeGroupRequest_FieldMask struct {
	Paths []CreateProbeGroupRequest_FieldPath
}

func FullCreateProbeGroupRequest_FieldMask

func FullCreateProbeGroupRequest_FieldMask() *CreateProbeGroupRequest_FieldMask

func (*CreateProbeGroupRequest_FieldMask) AppendPath

func (*CreateProbeGroupRequest_FieldMask) AppendRawPath

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

func (*CreateProbeGroupRequest_FieldMask) DecodeFirestore

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

func (*CreateProbeGroupRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*CreateProbeGroupRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*CreateProbeGroupRequest_FieldMask) FromProtoFieldMask

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

func (*CreateProbeGroupRequest_FieldMask) GetPaths

func (*CreateProbeGroupRequest_FieldMask) GetRawPaths

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

func (*CreateProbeGroupRequest_FieldMask) IsFull

func (fieldMask *CreateProbeGroupRequest_FieldMask) IsFull() bool

func (CreateProbeGroupRequest_FieldMask) Marshal

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

implement methods required by customType

func (CreateProbeGroupRequest_FieldMask) MarshalJSON

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

func (*CreateProbeGroupRequest_FieldMask) PathsCount

func (fieldMask *CreateProbeGroupRequest_FieldMask) PathsCount() int

func (*CreateProbeGroupRequest_FieldMask) Project

func (*CreateProbeGroupRequest_FieldMask) ProjectRaw

func (*CreateProbeGroupRequest_FieldMask) ProtoMessage

func (fieldMask *CreateProbeGroupRequest_FieldMask) ProtoMessage()

func (*CreateProbeGroupRequest_FieldMask) ProtoReflect

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

func (*CreateProbeGroupRequest_FieldMask) Reset

func (fieldMask *CreateProbeGroupRequest_FieldMask) Reset()

func (*CreateProbeGroupRequest_FieldMask) Set

func (fieldMask *CreateProbeGroupRequest_FieldMask) Set(target, source *CreateProbeGroupRequest)

func (*CreateProbeGroupRequest_FieldMask) SetFromCliFlag

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

func (*CreateProbeGroupRequest_FieldMask) SetRaw

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

func (*CreateProbeGroupRequest_FieldMask) Size

func (fieldMask *CreateProbeGroupRequest_FieldMask) Size() int

func (*CreateProbeGroupRequest_FieldMask) String

func (fieldMask *CreateProbeGroupRequest_FieldMask) String() string

func (*CreateProbeGroupRequest_FieldMask) Subtract

func (*CreateProbeGroupRequest_FieldMask) SubtractRaw

func (*CreateProbeGroupRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*CreateProbeGroupRequest_FieldMask) Unmarshal

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

func (*CreateProbeGroupRequest_FieldMask) UnmarshalJSON

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

type CreateProbeGroupRequest_FieldPath

type CreateProbeGroupRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() CreateProbeGroupRequest_FieldPathSelector
	Get(source *CreateProbeGroupRequest) []interface{}
	GetSingle(source *CreateProbeGroupRequest) (interface{}, bool)
	ClearValue(item *CreateProbeGroupRequest)

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

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

func MustParseCreateProbeGroupRequest_FieldPath

func MustParseCreateProbeGroupRequest_FieldPath(rawField string) CreateProbeGroupRequest_FieldPath

func ParseCreateProbeGroupRequest_FieldPath

func ParseCreateProbeGroupRequest_FieldPath(rawField string) (CreateProbeGroupRequest_FieldPath, error)

type CreateProbeGroupRequest_FieldPathArrayItemValue

type CreateProbeGroupRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	CreateProbeGroupRequest_FieldPath
	ContainsValue(*CreateProbeGroupRequest) bool
}

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

func MustParseCreateProbeGroupRequest_FieldPathArrayItemValue

func MustParseCreateProbeGroupRequest_FieldPathArrayItemValue(pathStr, valueStr string) CreateProbeGroupRequest_FieldPathArrayItemValue

func ParseCreateProbeGroupRequest_FieldPathArrayItemValue

func ParseCreateProbeGroupRequest_FieldPathArrayItemValue(pathStr, valueStr string) (CreateProbeGroupRequest_FieldPathArrayItemValue, error)

ParseCreateProbeGroupRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type CreateProbeGroupRequest_FieldPathArrayOfValues

type CreateProbeGroupRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	CreateProbeGroupRequest_FieldPath
}

CreateProbeGroupRequest_FieldPathArrayOfValues allows storing slice of values for CreateProbeGroupRequest fields according to their type

func MustParseCreateProbeGroupRequest_FieldPathArrayOfValues

func MustParseCreateProbeGroupRequest_FieldPathArrayOfValues(pathStr, valuesStr string) CreateProbeGroupRequest_FieldPathArrayOfValues

func ParseCreateProbeGroupRequest_FieldPathArrayOfValues

func ParseCreateProbeGroupRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (CreateProbeGroupRequest_FieldPathArrayOfValues, error)

type CreateProbeGroupRequest_FieldPathSelector

type CreateProbeGroupRequest_FieldPathSelector int32
const (
	CreateProbeGroupRequest_FieldPathSelectorParent     CreateProbeGroupRequest_FieldPathSelector = 0
	CreateProbeGroupRequest_FieldPathSelectorProbeGroup CreateProbeGroupRequest_FieldPathSelector = 1
)

func (CreateProbeGroupRequest_FieldPathSelector) String

type CreateProbeGroupRequest_FieldPathValue

type CreateProbeGroupRequest_FieldPathValue interface {
	CreateProbeGroupRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **CreateProbeGroupRequest)
	CompareWith(*CreateProbeGroupRequest) (cmp int, comparable bool)
}

CreateProbeGroupRequest_FieldPathValue allows storing values for CreateProbeGroupRequest fields according to their type

func MustParseCreateProbeGroupRequest_FieldPathValue

func MustParseCreateProbeGroupRequest_FieldPathValue(pathStr, valueStr string) CreateProbeGroupRequest_FieldPathValue

func ParseCreateProbeGroupRequest_FieldPathValue

func ParseCreateProbeGroupRequest_FieldPathValue(pathStr, valueStr string) (CreateProbeGroupRequest_FieldPathValue, error)

type CreateProbeGroupRequest_FieldSubPath

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

func (*CreateProbeGroupRequest_FieldSubPath) AsProbeGroupSubPath

func (*CreateProbeGroupRequest_FieldSubPath) ClearValue

func (*CreateProbeGroupRequest_FieldSubPath) ClearValueRaw

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

func (*CreateProbeGroupRequest_FieldSubPath) Get

func (fps *CreateProbeGroupRequest_FieldSubPath) Get(source *CreateProbeGroupRequest) (values []interface{})

Get returns all values pointed by selected field from source CreateProbeGroupRequest

func (*CreateProbeGroupRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*CreateProbeGroupRequest_FieldSubPath) GetRaw

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

func (*CreateProbeGroupRequest_FieldSubPath) GetSingle

func (fps *CreateProbeGroupRequest_FieldSubPath) GetSingle(source *CreateProbeGroupRequest) (interface{}, bool)

GetSingle returns value of selected field from source CreateProbeGroupRequest

func (*CreateProbeGroupRequest_FieldSubPath) GetSingleRaw

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

func (*CreateProbeGroupRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreateProbeGroupRequest_FieldSubPath) JSONString

func (fps *CreateProbeGroupRequest_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*CreateProbeGroupRequest_FieldSubPath) Selector

func (*CreateProbeGroupRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*CreateProbeGroupRequest_FieldSubPath) String

String returns path representation in proto convention

func (*CreateProbeGroupRequest_FieldSubPath) WithIArrayItemValue

func (*CreateProbeGroupRequest_FieldSubPath) WithIArrayOfValues

func (*CreateProbeGroupRequest_FieldSubPath) WithIValue

func (*CreateProbeGroupRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*CreateProbeGroupRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*CreateProbeGroupRequest_FieldSubPath) WithRawIValue

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

type CreateProbeGroupRequest_FieldSubPathArrayItemValue

type CreateProbeGroupRequest_FieldSubPathArrayItemValue struct {
	CreateProbeGroupRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateProbeGroupRequest_FieldSubPathArrayItemValue) AsProbeGroupPathItemValue

func (*CreateProbeGroupRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*CreateProbeGroupRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type CreateProbeGroupRequest_FieldSubPathArrayOfValues

type CreateProbeGroupRequest_FieldSubPathArrayOfValues struct {
	CreateProbeGroupRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateProbeGroupRequest_FieldSubPathArrayOfValues) AsProbeGroupPathArrayOfValues

func (*CreateProbeGroupRequest_FieldSubPathArrayOfValues) GetRawValues

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

type CreateProbeGroupRequest_FieldSubPathValue

type CreateProbeGroupRequest_FieldSubPathValue struct {
	CreateProbeGroupRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreateProbeGroupRequest_FieldSubPathValue) AsProbeGroupPathValue

func (*CreateProbeGroupRequest_FieldSubPathValue) CompareWith

func (*CreateProbeGroupRequest_FieldSubPathValue) CompareWithRaw

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

func (*CreateProbeGroupRequest_FieldSubPathValue) GetRawValue

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

func (*CreateProbeGroupRequest_FieldSubPathValue) SetTo

func (*CreateProbeGroupRequest_FieldSubPathValue) SetToRaw

type CreateProbeGroupRequest_FieldTerminalPath

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

func (*CreateProbeGroupRequest_FieldTerminalPath) ClearValue

func (*CreateProbeGroupRequest_FieldTerminalPath) ClearValueRaw

func (*CreateProbeGroupRequest_FieldTerminalPath) Get

func (fp *CreateProbeGroupRequest_FieldTerminalPath) Get(source *CreateProbeGroupRequest) (values []interface{})

Get returns all values pointed by specific field from source CreateProbeGroupRequest

func (*CreateProbeGroupRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*CreateProbeGroupRequest_FieldTerminalPath) GetRaw

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

func (*CreateProbeGroupRequest_FieldTerminalPath) GetSingle

func (fp *CreateProbeGroupRequest_FieldTerminalPath) GetSingle(source *CreateProbeGroupRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source CreateProbeGroupRequest

func (*CreateProbeGroupRequest_FieldTerminalPath) GetSingleRaw

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

func (*CreateProbeGroupRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreateProbeGroupRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*CreateProbeGroupRequest_FieldTerminalPath) Selector

func (*CreateProbeGroupRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*CreateProbeGroupRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*CreateProbeGroupRequest_FieldTerminalPath) WithIArrayItemValue

func (*CreateProbeGroupRequest_FieldTerminalPath) WithIArrayOfValues

func (*CreateProbeGroupRequest_FieldTerminalPath) WithIValue

func (*CreateProbeGroupRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*CreateProbeGroupRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*CreateProbeGroupRequest_FieldTerminalPath) WithRawIValue

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

type CreateProbeGroupRequest_FieldTerminalPathArrayItemValue

type CreateProbeGroupRequest_FieldTerminalPathArrayItemValue struct {
	CreateProbeGroupRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateProbeGroupRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*CreateProbeGroupRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*CreateProbeGroupRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*CreateProbeGroupRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type CreateProbeGroupRequest_FieldTerminalPathArrayOfValues

type CreateProbeGroupRequest_FieldTerminalPathArrayOfValues struct {
	CreateProbeGroupRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateProbeGroupRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*CreateProbeGroupRequest_FieldTerminalPathArrayOfValues) AsProbeGroupArrayOfValues

func (fpaov *CreateProbeGroupRequest_FieldTerminalPathArrayOfValues) AsProbeGroupArrayOfValues() ([]*probe_group.ProbeGroup, bool)

func (*CreateProbeGroupRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type CreateProbeGroupRequest_FieldTerminalPathValue

type CreateProbeGroupRequest_FieldTerminalPathValue struct {
	CreateProbeGroupRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreateProbeGroupRequest_FieldTerminalPathValue) AsParentValue

func (*CreateProbeGroupRequest_FieldTerminalPathValue) AsProbeGroupValue

func (*CreateProbeGroupRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'CreateProbeGroupRequest_FieldTerminalPathValue' with the value under path in 'CreateProbeGroupRequest'.

func (*CreateProbeGroupRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*CreateProbeGroupRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*CreateProbeGroupRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CreateProbeGroupRequest

func (*CreateProbeGroupRequest_FieldTerminalPathValue) SetToRaw

type DeleteProbeGroupDescriptor added in v0.4.26

type DeleteProbeGroupDescriptor struct{}

func GetDeleteProbeGroupDescriptor added in v0.4.26

func GetDeleteProbeGroupDescriptor() *DeleteProbeGroupDescriptor

func (*DeleteProbeGroupDescriptor) GetApiDescriptor added in v0.4.26

func (*DeleteProbeGroupDescriptor) GetApiName added in v0.4.26

func (d *DeleteProbeGroupDescriptor) GetApiName() string

func (*DeleteProbeGroupDescriptor) GetClientMsgReflectHandle added in v0.4.26

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

func (*DeleteProbeGroupDescriptor) GetFullMethodName added in v0.4.26

func (d *DeleteProbeGroupDescriptor) GetFullMethodName() string

func (*DeleteProbeGroupDescriptor) GetMethodName added in v0.4.26

func (d *DeleteProbeGroupDescriptor) GetMethodName() string

func (*DeleteProbeGroupDescriptor) GetProtoPkgName added in v0.4.26

func (d *DeleteProbeGroupDescriptor) GetProtoPkgName() string

func (*DeleteProbeGroupDescriptor) GetResourceDescriptor added in v0.4.27

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

func (*DeleteProbeGroupDescriptor) GetServerMsgReflectHandle added in v0.4.26

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

func (*DeleteProbeGroupDescriptor) GetServiceDomain added in v0.4.26

func (d *DeleteProbeGroupDescriptor) GetServiceDomain() string

func (*DeleteProbeGroupDescriptor) GetServiceVersion added in v0.4.26

func (d *DeleteProbeGroupDescriptor) GetServiceVersion() string

func (*DeleteProbeGroupDescriptor) GetVerb added in v0.4.26

func (d *DeleteProbeGroupDescriptor) GetVerb() string

func (*DeleteProbeGroupDescriptor) HasResource added in v0.4.27

func (d *DeleteProbeGroupDescriptor) HasResource() bool

func (*DeleteProbeGroupDescriptor) IsClientStream added in v0.4.26

func (d *DeleteProbeGroupDescriptor) IsClientStream() bool

func (*DeleteProbeGroupDescriptor) IsCollection added in v0.4.27

func (d *DeleteProbeGroupDescriptor) IsCollection() bool

func (*DeleteProbeGroupDescriptor) IsPlural added in v0.4.27

func (d *DeleteProbeGroupDescriptor) IsPlural() bool

func (*DeleteProbeGroupDescriptor) IsServerStream added in v0.4.26

func (d *DeleteProbeGroupDescriptor) IsServerStream() bool

func (*DeleteProbeGroupDescriptor) IsUnary added in v0.4.26

func (d *DeleteProbeGroupDescriptor) IsUnary() bool

func (*DeleteProbeGroupDescriptor) NewEmptyClientMsg added in v0.4.26

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

func (*DeleteProbeGroupDescriptor) NewEmptyServerMsg added in v0.4.26

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

func (*DeleteProbeGroupDescriptor) RequestHasResourceBody added in v0.4.26

func (d *DeleteProbeGroupDescriptor) RequestHasResourceBody() bool

type DeleteProbeGroupDescriptorClientMsgHandle added in v0.4.26

type DeleteProbeGroupDescriptorClientMsgHandle struct{}

func (*DeleteProbeGroupDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

func (*DeleteProbeGroupDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*DeleteProbeGroupDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type DeleteProbeGroupDescriptorServerMsgHandle added in v0.4.26

type DeleteProbeGroupDescriptorServerMsgHandle struct{}

func (*DeleteProbeGroupDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

func (*DeleteProbeGroupDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*DeleteProbeGroupDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

type DeleteProbeGroupRequest

type DeleteProbeGroupRequest struct {

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

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

func (*DeleteProbeGroupRequest) Clone

func (*DeleteProbeGroupRequest) CloneRaw

func (*DeleteProbeGroupRequest) Descriptor

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

Deprecated, Use DeleteProbeGroupRequest.ProtoReflect.Descriptor instead.

func (*DeleteProbeGroupRequest) GetName

func (*DeleteProbeGroupRequest) GotenMessage

func (*DeleteProbeGroupRequest) GotenMessage()

func (*DeleteProbeGroupRequest) GotenObjectExt

func (o *DeleteProbeGroupRequest) GotenObjectExt()

func (*DeleteProbeGroupRequest) GotenValidate

func (obj *DeleteProbeGroupRequest) GotenValidate() error

func (*DeleteProbeGroupRequest) MakeDiffFieldMask

func (*DeleteProbeGroupRequest) MakeFullFieldMask

func (*DeleteProbeGroupRequest) MakeRawDiffFieldMask

func (*DeleteProbeGroupRequest) MakeRawFullFieldMask

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

func (*DeleteProbeGroupRequest) Marshal

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

func (*DeleteProbeGroupRequest) MarshalJSON

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

func (*DeleteProbeGroupRequest) Merge

func (*DeleteProbeGroupRequest) MergeRaw

func (*DeleteProbeGroupRequest) ProtoMessage

func (*DeleteProbeGroupRequest) ProtoMessage()

func (*DeleteProbeGroupRequest) ProtoReflect

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

func (*DeleteProbeGroupRequest) Reset

func (m *DeleteProbeGroupRequest) Reset()

func (*DeleteProbeGroupRequest) SetName

func (*DeleteProbeGroupRequest) String

func (m *DeleteProbeGroupRequest) String() string

func (*DeleteProbeGroupRequest) Unmarshal

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

func (*DeleteProbeGroupRequest) UnmarshalJSON

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

type DeleteProbeGroupRequestFieldPathBuilder

type DeleteProbeGroupRequestFieldPathBuilder struct{}

func NewDeleteProbeGroupRequestFieldPathBuilder

func NewDeleteProbeGroupRequestFieldPathBuilder() DeleteProbeGroupRequestFieldPathBuilder

func (DeleteProbeGroupRequestFieldPathBuilder) Name

type DeleteProbeGroupRequestPathSelectorName

type DeleteProbeGroupRequestPathSelectorName struct{}

func (DeleteProbeGroupRequestPathSelectorName) FieldPath

func (DeleteProbeGroupRequestPathSelectorName) WithArrayOfValues

func (DeleteProbeGroupRequestPathSelectorName) WithValue

type DeleteProbeGroupRequest_FieldMask

type DeleteProbeGroupRequest_FieldMask struct {
	Paths []DeleteProbeGroupRequest_FieldPath
}

func FullDeleteProbeGroupRequest_FieldMask

func FullDeleteProbeGroupRequest_FieldMask() *DeleteProbeGroupRequest_FieldMask

func (*DeleteProbeGroupRequest_FieldMask) AppendPath

func (*DeleteProbeGroupRequest_FieldMask) AppendRawPath

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

func (*DeleteProbeGroupRequest_FieldMask) DecodeFirestore

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

func (*DeleteProbeGroupRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*DeleteProbeGroupRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*DeleteProbeGroupRequest_FieldMask) FromProtoFieldMask

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

func (*DeleteProbeGroupRequest_FieldMask) GetPaths

func (*DeleteProbeGroupRequest_FieldMask) GetRawPaths

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

func (*DeleteProbeGroupRequest_FieldMask) IsFull

func (fieldMask *DeleteProbeGroupRequest_FieldMask) IsFull() bool

func (DeleteProbeGroupRequest_FieldMask) Marshal

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

implement methods required by customType

func (DeleteProbeGroupRequest_FieldMask) MarshalJSON

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

func (*DeleteProbeGroupRequest_FieldMask) PathsCount

func (fieldMask *DeleteProbeGroupRequest_FieldMask) PathsCount() int

func (*DeleteProbeGroupRequest_FieldMask) Project

func (*DeleteProbeGroupRequest_FieldMask) ProjectRaw

func (*DeleteProbeGroupRequest_FieldMask) ProtoMessage

func (fieldMask *DeleteProbeGroupRequest_FieldMask) ProtoMessage()

func (*DeleteProbeGroupRequest_FieldMask) ProtoReflect

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

func (*DeleteProbeGroupRequest_FieldMask) Reset

func (fieldMask *DeleteProbeGroupRequest_FieldMask) Reset()

func (*DeleteProbeGroupRequest_FieldMask) Set

func (fieldMask *DeleteProbeGroupRequest_FieldMask) Set(target, source *DeleteProbeGroupRequest)

func (*DeleteProbeGroupRequest_FieldMask) SetFromCliFlag

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

func (*DeleteProbeGroupRequest_FieldMask) SetRaw

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

func (*DeleteProbeGroupRequest_FieldMask) Size

func (fieldMask *DeleteProbeGroupRequest_FieldMask) Size() int

func (*DeleteProbeGroupRequest_FieldMask) String

func (fieldMask *DeleteProbeGroupRequest_FieldMask) String() string

func (*DeleteProbeGroupRequest_FieldMask) Subtract

func (*DeleteProbeGroupRequest_FieldMask) SubtractRaw

func (*DeleteProbeGroupRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*DeleteProbeGroupRequest_FieldMask) Unmarshal

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

func (*DeleteProbeGroupRequest_FieldMask) UnmarshalJSON

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

type DeleteProbeGroupRequest_FieldPath

type DeleteProbeGroupRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() DeleteProbeGroupRequest_FieldPathSelector
	Get(source *DeleteProbeGroupRequest) []interface{}
	GetSingle(source *DeleteProbeGroupRequest) (interface{}, bool)
	ClearValue(item *DeleteProbeGroupRequest)

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

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

func MustParseDeleteProbeGroupRequest_FieldPath

func MustParseDeleteProbeGroupRequest_FieldPath(rawField string) DeleteProbeGroupRequest_FieldPath

func ParseDeleteProbeGroupRequest_FieldPath

func ParseDeleteProbeGroupRequest_FieldPath(rawField string) (DeleteProbeGroupRequest_FieldPath, error)

type DeleteProbeGroupRequest_FieldPathArrayItemValue

type DeleteProbeGroupRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	DeleteProbeGroupRequest_FieldPath
	ContainsValue(*DeleteProbeGroupRequest) bool
}

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

func MustParseDeleteProbeGroupRequest_FieldPathArrayItemValue

func MustParseDeleteProbeGroupRequest_FieldPathArrayItemValue(pathStr, valueStr string) DeleteProbeGroupRequest_FieldPathArrayItemValue

func ParseDeleteProbeGroupRequest_FieldPathArrayItemValue

func ParseDeleteProbeGroupRequest_FieldPathArrayItemValue(pathStr, valueStr string) (DeleteProbeGroupRequest_FieldPathArrayItemValue, error)

ParseDeleteProbeGroupRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type DeleteProbeGroupRequest_FieldPathArrayOfValues

type DeleteProbeGroupRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	DeleteProbeGroupRequest_FieldPath
}

DeleteProbeGroupRequest_FieldPathArrayOfValues allows storing slice of values for DeleteProbeGroupRequest fields according to their type

func MustParseDeleteProbeGroupRequest_FieldPathArrayOfValues

func MustParseDeleteProbeGroupRequest_FieldPathArrayOfValues(pathStr, valuesStr string) DeleteProbeGroupRequest_FieldPathArrayOfValues

func ParseDeleteProbeGroupRequest_FieldPathArrayOfValues

func ParseDeleteProbeGroupRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (DeleteProbeGroupRequest_FieldPathArrayOfValues, error)

type DeleteProbeGroupRequest_FieldPathSelector

type DeleteProbeGroupRequest_FieldPathSelector int32
const (
	DeleteProbeGroupRequest_FieldPathSelectorName DeleteProbeGroupRequest_FieldPathSelector = 0
)

func (DeleteProbeGroupRequest_FieldPathSelector) String

type DeleteProbeGroupRequest_FieldPathValue

type DeleteProbeGroupRequest_FieldPathValue interface {
	DeleteProbeGroupRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **DeleteProbeGroupRequest)
	CompareWith(*DeleteProbeGroupRequest) (cmp int, comparable bool)
}

DeleteProbeGroupRequest_FieldPathValue allows storing values for DeleteProbeGroupRequest fields according to their type

func MustParseDeleteProbeGroupRequest_FieldPathValue

func MustParseDeleteProbeGroupRequest_FieldPathValue(pathStr, valueStr string) DeleteProbeGroupRequest_FieldPathValue

func ParseDeleteProbeGroupRequest_FieldPathValue

func ParseDeleteProbeGroupRequest_FieldPathValue(pathStr, valueStr string) (DeleteProbeGroupRequest_FieldPathValue, error)

type DeleteProbeGroupRequest_FieldTerminalPath

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

func (*DeleteProbeGroupRequest_FieldTerminalPath) ClearValue

func (*DeleteProbeGroupRequest_FieldTerminalPath) ClearValueRaw

func (*DeleteProbeGroupRequest_FieldTerminalPath) Get

func (fp *DeleteProbeGroupRequest_FieldTerminalPath) Get(source *DeleteProbeGroupRequest) (values []interface{})

Get returns all values pointed by specific field from source DeleteProbeGroupRequest

func (*DeleteProbeGroupRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*DeleteProbeGroupRequest_FieldTerminalPath) GetRaw

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

func (*DeleteProbeGroupRequest_FieldTerminalPath) GetSingle

func (fp *DeleteProbeGroupRequest_FieldTerminalPath) GetSingle(source *DeleteProbeGroupRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source DeleteProbeGroupRequest

func (*DeleteProbeGroupRequest_FieldTerminalPath) GetSingleRaw

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

func (*DeleteProbeGroupRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*DeleteProbeGroupRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*DeleteProbeGroupRequest_FieldTerminalPath) Selector

func (*DeleteProbeGroupRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*DeleteProbeGroupRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*DeleteProbeGroupRequest_FieldTerminalPath) WithIArrayItemValue

func (*DeleteProbeGroupRequest_FieldTerminalPath) WithIArrayOfValues

func (*DeleteProbeGroupRequest_FieldTerminalPath) WithIValue

func (*DeleteProbeGroupRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*DeleteProbeGroupRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*DeleteProbeGroupRequest_FieldTerminalPath) WithRawIValue

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

type DeleteProbeGroupRequest_FieldTerminalPathArrayItemValue

type DeleteProbeGroupRequest_FieldTerminalPathArrayItemValue struct {
	DeleteProbeGroupRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteProbeGroupRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*DeleteProbeGroupRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*DeleteProbeGroupRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*DeleteProbeGroupRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type DeleteProbeGroupRequest_FieldTerminalPathArrayOfValues

type DeleteProbeGroupRequest_FieldTerminalPathArrayOfValues struct {
	DeleteProbeGroupRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteProbeGroupRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*DeleteProbeGroupRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type DeleteProbeGroupRequest_FieldTerminalPathValue

type DeleteProbeGroupRequest_FieldTerminalPathValue struct {
	DeleteProbeGroupRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeleteProbeGroupRequest_FieldTerminalPathValue) AsNameValue

func (*DeleteProbeGroupRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'DeleteProbeGroupRequest_FieldTerminalPathValue' with the value under path in 'DeleteProbeGroupRequest'.

func (*DeleteProbeGroupRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*DeleteProbeGroupRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*DeleteProbeGroupRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object DeleteProbeGroupRequest

func (*DeleteProbeGroupRequest_FieldTerminalPathValue) SetToRaw

type GetProbeGroupDescriptor added in v0.4.26

type GetProbeGroupDescriptor struct{}

func GetGetProbeGroupDescriptor added in v0.4.26

func GetGetProbeGroupDescriptor() *GetProbeGroupDescriptor

func (*GetProbeGroupDescriptor) GetApiDescriptor added in v0.4.26

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

func (*GetProbeGroupDescriptor) GetApiName added in v0.4.26

func (d *GetProbeGroupDescriptor) GetApiName() string

func (*GetProbeGroupDescriptor) GetClientMsgReflectHandle added in v0.4.26

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

func (*GetProbeGroupDescriptor) GetFullMethodName added in v0.4.26

func (d *GetProbeGroupDescriptor) GetFullMethodName() string

func (*GetProbeGroupDescriptor) GetMethodName added in v0.4.26

func (d *GetProbeGroupDescriptor) GetMethodName() string

func (*GetProbeGroupDescriptor) GetProtoPkgName added in v0.4.26

func (d *GetProbeGroupDescriptor) GetProtoPkgName() string

func (*GetProbeGroupDescriptor) GetResourceDescriptor added in v0.4.27

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

func (*GetProbeGroupDescriptor) GetServerMsgReflectHandle added in v0.4.26

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

func (*GetProbeGroupDescriptor) GetServiceDomain added in v0.4.26

func (d *GetProbeGroupDescriptor) GetServiceDomain() string

func (*GetProbeGroupDescriptor) GetServiceVersion added in v0.4.26

func (d *GetProbeGroupDescriptor) GetServiceVersion() string

func (*GetProbeGroupDescriptor) GetVerb added in v0.4.26

func (d *GetProbeGroupDescriptor) GetVerb() string

func (*GetProbeGroupDescriptor) HasResource added in v0.4.27

func (d *GetProbeGroupDescriptor) HasResource() bool

func (*GetProbeGroupDescriptor) IsClientStream added in v0.4.26

func (d *GetProbeGroupDescriptor) IsClientStream() bool

func (*GetProbeGroupDescriptor) IsCollection added in v0.4.27

func (d *GetProbeGroupDescriptor) IsCollection() bool

func (*GetProbeGroupDescriptor) IsPlural added in v0.4.27

func (d *GetProbeGroupDescriptor) IsPlural() bool

func (*GetProbeGroupDescriptor) IsServerStream added in v0.4.26

func (d *GetProbeGroupDescriptor) IsServerStream() bool

func (*GetProbeGroupDescriptor) IsUnary added in v0.4.26

func (d *GetProbeGroupDescriptor) IsUnary() bool

func (*GetProbeGroupDescriptor) NewEmptyClientMsg added in v0.4.26

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

func (*GetProbeGroupDescriptor) NewEmptyServerMsg added in v0.4.26

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

func (*GetProbeGroupDescriptor) RequestHasResourceBody added in v0.4.26

func (d *GetProbeGroupDescriptor) RequestHasResourceBody() bool

type GetProbeGroupDescriptorClientMsgHandle added in v0.4.26

type GetProbeGroupDescriptorClientMsgHandle struct{}

func (*GetProbeGroupDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

func (*GetProbeGroupDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*GetProbeGroupDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type GetProbeGroupDescriptorServerMsgHandle added in v0.4.26

type GetProbeGroupDescriptorServerMsgHandle struct{}

func (*GetProbeGroupDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

func (*GetProbeGroupDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*GetProbeGroupDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

type GetProbeGroupRequest

type GetProbeGroupRequest struct {

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

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

func (*GetProbeGroupRequest) Clone

func (*GetProbeGroupRequest) CloneRaw

func (*GetProbeGroupRequest) Descriptor

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

Deprecated, Use GetProbeGroupRequest.ProtoReflect.Descriptor instead.

func (*GetProbeGroupRequest) GetFieldMask

func (*GetProbeGroupRequest) GetName

func (*GetProbeGroupRequest) GetView

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

func (*GetProbeGroupRequest) GotenMessage

func (*GetProbeGroupRequest) GotenMessage()

func (*GetProbeGroupRequest) GotenObjectExt

func (o *GetProbeGroupRequest) GotenObjectExt()

func (*GetProbeGroupRequest) GotenValidate

func (obj *GetProbeGroupRequest) GotenValidate() error

func (*GetProbeGroupRequest) MakeDiffFieldMask

func (*GetProbeGroupRequest) MakeFullFieldMask

func (o *GetProbeGroupRequest) MakeFullFieldMask() *GetProbeGroupRequest_FieldMask

func (*GetProbeGroupRequest) MakeRawDiffFieldMask

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

func (*GetProbeGroupRequest) MakeRawFullFieldMask

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

func (*GetProbeGroupRequest) Marshal

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

func (*GetProbeGroupRequest) MarshalJSON

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

func (*GetProbeGroupRequest) Merge

func (o *GetProbeGroupRequest) Merge(source *GetProbeGroupRequest)

func (*GetProbeGroupRequest) MergeRaw

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

func (*GetProbeGroupRequest) ProtoMessage

func (*GetProbeGroupRequest) ProtoMessage()

func (*GetProbeGroupRequest) ProtoReflect

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

func (*GetProbeGroupRequest) Reset

func (m *GetProbeGroupRequest) Reset()

func (*GetProbeGroupRequest) SetFieldMask

func (*GetProbeGroupRequest) SetName

func (m *GetProbeGroupRequest) SetName(fv *probe_group.Reference)

func (*GetProbeGroupRequest) SetView

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

func (*GetProbeGroupRequest) String

func (m *GetProbeGroupRequest) String() string

func (*GetProbeGroupRequest) Unmarshal

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

func (*GetProbeGroupRequest) UnmarshalJSON

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

type GetProbeGroupRequestFieldPathBuilder

type GetProbeGroupRequestFieldPathBuilder struct{}

func NewGetProbeGroupRequestFieldPathBuilder

func NewGetProbeGroupRequestFieldPathBuilder() GetProbeGroupRequestFieldPathBuilder

func (GetProbeGroupRequestFieldPathBuilder) FieldMask

func (GetProbeGroupRequestFieldPathBuilder) Name

func (GetProbeGroupRequestFieldPathBuilder) View

type GetProbeGroupRequestPathSelectorFieldMask

type GetProbeGroupRequestPathSelectorFieldMask struct{}

func (GetProbeGroupRequestPathSelectorFieldMask) FieldPath

func (GetProbeGroupRequestPathSelectorFieldMask) WithArrayOfValues

func (GetProbeGroupRequestPathSelectorFieldMask) WithValue

type GetProbeGroupRequestPathSelectorName

type GetProbeGroupRequestPathSelectorName struct{}

func (GetProbeGroupRequestPathSelectorName) FieldPath

func (GetProbeGroupRequestPathSelectorName) WithArrayOfValues

func (GetProbeGroupRequestPathSelectorName) WithValue

type GetProbeGroupRequestPathSelectorView

type GetProbeGroupRequestPathSelectorView struct{}

func (GetProbeGroupRequestPathSelectorView) FieldPath

func (GetProbeGroupRequestPathSelectorView) WithArrayOfValues

func (GetProbeGroupRequestPathSelectorView) WithValue

type GetProbeGroupRequest_FieldMask

type GetProbeGroupRequest_FieldMask struct {
	Paths []GetProbeGroupRequest_FieldPath
}

func FullGetProbeGroupRequest_FieldMask

func FullGetProbeGroupRequest_FieldMask() *GetProbeGroupRequest_FieldMask

func (*GetProbeGroupRequest_FieldMask) AppendPath

func (*GetProbeGroupRequest_FieldMask) AppendRawPath

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

func (*GetProbeGroupRequest_FieldMask) DecodeFirestore

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

func (*GetProbeGroupRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*GetProbeGroupRequest_FieldMask) FilterInputFields

func (fieldMask *GetProbeGroupRequest_FieldMask) FilterInputFields() *GetProbeGroupRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*GetProbeGroupRequest_FieldMask) FromProtoFieldMask

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

func (*GetProbeGroupRequest_FieldMask) GetPaths

func (*GetProbeGroupRequest_FieldMask) GetRawPaths

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

func (*GetProbeGroupRequest_FieldMask) IsFull

func (fieldMask *GetProbeGroupRequest_FieldMask) IsFull() bool

func (GetProbeGroupRequest_FieldMask) Marshal

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

implement methods required by customType

func (GetProbeGroupRequest_FieldMask) MarshalJSON

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

func (*GetProbeGroupRequest_FieldMask) PathsCount

func (fieldMask *GetProbeGroupRequest_FieldMask) PathsCount() int

func (*GetProbeGroupRequest_FieldMask) Project

func (*GetProbeGroupRequest_FieldMask) ProjectRaw

func (*GetProbeGroupRequest_FieldMask) ProtoMessage

func (fieldMask *GetProbeGroupRequest_FieldMask) ProtoMessage()

func (*GetProbeGroupRequest_FieldMask) ProtoReflect

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

func (*GetProbeGroupRequest_FieldMask) Reset

func (fieldMask *GetProbeGroupRequest_FieldMask) Reset()

func (*GetProbeGroupRequest_FieldMask) Set

func (fieldMask *GetProbeGroupRequest_FieldMask) Set(target, source *GetProbeGroupRequest)

func (*GetProbeGroupRequest_FieldMask) SetFromCliFlag

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

func (*GetProbeGroupRequest_FieldMask) SetRaw

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

func (*GetProbeGroupRequest_FieldMask) Size

func (fieldMask *GetProbeGroupRequest_FieldMask) Size() int

func (*GetProbeGroupRequest_FieldMask) String

func (fieldMask *GetProbeGroupRequest_FieldMask) String() string

func (*GetProbeGroupRequest_FieldMask) Subtract

func (*GetProbeGroupRequest_FieldMask) SubtractRaw

func (*GetProbeGroupRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*GetProbeGroupRequest_FieldMask) Unmarshal

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

func (*GetProbeGroupRequest_FieldMask) UnmarshalJSON

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

type GetProbeGroupRequest_FieldPath

type GetProbeGroupRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() GetProbeGroupRequest_FieldPathSelector
	Get(source *GetProbeGroupRequest) []interface{}
	GetSingle(source *GetProbeGroupRequest) (interface{}, bool)
	ClearValue(item *GetProbeGroupRequest)

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

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

func MustParseGetProbeGroupRequest_FieldPath

func MustParseGetProbeGroupRequest_FieldPath(rawField string) GetProbeGroupRequest_FieldPath

func ParseGetProbeGroupRequest_FieldPath

func ParseGetProbeGroupRequest_FieldPath(rawField string) (GetProbeGroupRequest_FieldPath, error)

type GetProbeGroupRequest_FieldPathArrayItemValue

type GetProbeGroupRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	GetProbeGroupRequest_FieldPath
	ContainsValue(*GetProbeGroupRequest) bool
}

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

func MustParseGetProbeGroupRequest_FieldPathArrayItemValue

func MustParseGetProbeGroupRequest_FieldPathArrayItemValue(pathStr, valueStr string) GetProbeGroupRequest_FieldPathArrayItemValue

func ParseGetProbeGroupRequest_FieldPathArrayItemValue

func ParseGetProbeGroupRequest_FieldPathArrayItemValue(pathStr, valueStr string) (GetProbeGroupRequest_FieldPathArrayItemValue, error)

ParseGetProbeGroupRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type GetProbeGroupRequest_FieldPathArrayOfValues

type GetProbeGroupRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	GetProbeGroupRequest_FieldPath
}

GetProbeGroupRequest_FieldPathArrayOfValues allows storing slice of values for GetProbeGroupRequest fields according to their type

func MustParseGetProbeGroupRequest_FieldPathArrayOfValues

func MustParseGetProbeGroupRequest_FieldPathArrayOfValues(pathStr, valuesStr string) GetProbeGroupRequest_FieldPathArrayOfValues

func ParseGetProbeGroupRequest_FieldPathArrayOfValues

func ParseGetProbeGroupRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (GetProbeGroupRequest_FieldPathArrayOfValues, error)

type GetProbeGroupRequest_FieldPathSelector

type GetProbeGroupRequest_FieldPathSelector int32
const (
	GetProbeGroupRequest_FieldPathSelectorName      GetProbeGroupRequest_FieldPathSelector = 0
	GetProbeGroupRequest_FieldPathSelectorFieldMask GetProbeGroupRequest_FieldPathSelector = 1
	GetProbeGroupRequest_FieldPathSelectorView      GetProbeGroupRequest_FieldPathSelector = 2
)

func (GetProbeGroupRequest_FieldPathSelector) String

type GetProbeGroupRequest_FieldPathValue

type GetProbeGroupRequest_FieldPathValue interface {
	GetProbeGroupRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **GetProbeGroupRequest)
	CompareWith(*GetProbeGroupRequest) (cmp int, comparable bool)
}

GetProbeGroupRequest_FieldPathValue allows storing values for GetProbeGroupRequest fields according to their type

func MustParseGetProbeGroupRequest_FieldPathValue

func MustParseGetProbeGroupRequest_FieldPathValue(pathStr, valueStr string) GetProbeGroupRequest_FieldPathValue

func ParseGetProbeGroupRequest_FieldPathValue

func ParseGetProbeGroupRequest_FieldPathValue(pathStr, valueStr string) (GetProbeGroupRequest_FieldPathValue, error)

type GetProbeGroupRequest_FieldTerminalPath

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

func (*GetProbeGroupRequest_FieldTerminalPath) ClearValue

func (*GetProbeGroupRequest_FieldTerminalPath) ClearValueRaw

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

func (*GetProbeGroupRequest_FieldTerminalPath) Get

func (fp *GetProbeGroupRequest_FieldTerminalPath) Get(source *GetProbeGroupRequest) (values []interface{})

Get returns all values pointed by specific field from source GetProbeGroupRequest

func (*GetProbeGroupRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*GetProbeGroupRequest_FieldTerminalPath) GetRaw

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

func (*GetProbeGroupRequest_FieldTerminalPath) GetSingle

func (fp *GetProbeGroupRequest_FieldTerminalPath) GetSingle(source *GetProbeGroupRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source GetProbeGroupRequest

func (*GetProbeGroupRequest_FieldTerminalPath) GetSingleRaw

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

func (*GetProbeGroupRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*GetProbeGroupRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*GetProbeGroupRequest_FieldTerminalPath) Selector

func (*GetProbeGroupRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*GetProbeGroupRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*GetProbeGroupRequest_FieldTerminalPath) WithIArrayItemValue

func (*GetProbeGroupRequest_FieldTerminalPath) WithIArrayOfValues

func (*GetProbeGroupRequest_FieldTerminalPath) WithIValue

func (*GetProbeGroupRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*GetProbeGroupRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*GetProbeGroupRequest_FieldTerminalPath) WithRawIValue

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

type GetProbeGroupRequest_FieldTerminalPathArrayItemValue

type GetProbeGroupRequest_FieldTerminalPathArrayItemValue struct {
	GetProbeGroupRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetProbeGroupRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*GetProbeGroupRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*GetProbeGroupRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *GetProbeGroupRequest_FieldTerminalPathArrayItemValue) GetSingle(source *GetProbeGroupRequest) (interface{}, bool)

func (*GetProbeGroupRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type GetProbeGroupRequest_FieldTerminalPathArrayOfValues

type GetProbeGroupRequest_FieldTerminalPathArrayOfValues struct {
	GetProbeGroupRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetProbeGroupRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*GetProbeGroupRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*GetProbeGroupRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*GetProbeGroupRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type GetProbeGroupRequest_FieldTerminalPathValue

type GetProbeGroupRequest_FieldTerminalPathValue struct {
	GetProbeGroupRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetProbeGroupRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*GetProbeGroupRequest_FieldTerminalPathValue) AsNameValue

func (*GetProbeGroupRequest_FieldTerminalPathValue) AsViewValue

func (*GetProbeGroupRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'GetProbeGroupRequest_FieldTerminalPathValue' with the value under path in 'GetProbeGroupRequest'.

func (*GetProbeGroupRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*GetProbeGroupRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*GetProbeGroupRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object GetProbeGroupRequest

func (*GetProbeGroupRequest_FieldTerminalPathValue) SetToRaw

type ListProbeGroupsDescriptor added in v0.4.26

type ListProbeGroupsDescriptor struct{}

func GetListProbeGroupsDescriptor added in v0.4.26

func GetListProbeGroupsDescriptor() *ListProbeGroupsDescriptor

func (*ListProbeGroupsDescriptor) GetApiDescriptor added in v0.4.26

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

func (*ListProbeGroupsDescriptor) GetApiName added in v0.4.26

func (d *ListProbeGroupsDescriptor) GetApiName() string

func (*ListProbeGroupsDescriptor) GetClientMsgReflectHandle added in v0.4.26

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

func (*ListProbeGroupsDescriptor) GetFullMethodName added in v0.4.26

func (d *ListProbeGroupsDescriptor) GetFullMethodName() string

func (*ListProbeGroupsDescriptor) GetMethodName added in v0.4.26

func (d *ListProbeGroupsDescriptor) GetMethodName() string

func (*ListProbeGroupsDescriptor) GetProtoPkgName added in v0.4.26

func (d *ListProbeGroupsDescriptor) GetProtoPkgName() string

func (*ListProbeGroupsDescriptor) GetResourceDescriptor added in v0.4.27

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

func (*ListProbeGroupsDescriptor) GetServerMsgReflectHandle added in v0.4.26

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

func (*ListProbeGroupsDescriptor) GetServiceDomain added in v0.4.26

func (d *ListProbeGroupsDescriptor) GetServiceDomain() string

func (*ListProbeGroupsDescriptor) GetServiceVersion added in v0.4.26

func (d *ListProbeGroupsDescriptor) GetServiceVersion() string

func (*ListProbeGroupsDescriptor) GetVerb added in v0.4.26

func (d *ListProbeGroupsDescriptor) GetVerb() string

func (*ListProbeGroupsDescriptor) HasResource added in v0.4.27

func (d *ListProbeGroupsDescriptor) HasResource() bool

func (*ListProbeGroupsDescriptor) IsClientStream added in v0.4.26

func (d *ListProbeGroupsDescriptor) IsClientStream() bool

func (*ListProbeGroupsDescriptor) IsCollection added in v0.4.27

func (d *ListProbeGroupsDescriptor) IsCollection() bool

func (*ListProbeGroupsDescriptor) IsPlural added in v0.4.27

func (d *ListProbeGroupsDescriptor) IsPlural() bool

func (*ListProbeGroupsDescriptor) IsServerStream added in v0.4.26

func (d *ListProbeGroupsDescriptor) IsServerStream() bool

func (*ListProbeGroupsDescriptor) IsUnary added in v0.4.26

func (d *ListProbeGroupsDescriptor) IsUnary() bool

func (*ListProbeGroupsDescriptor) NewEmptyClientMsg added in v0.4.26

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

func (*ListProbeGroupsDescriptor) NewEmptyServerMsg added in v0.4.26

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

func (*ListProbeGroupsDescriptor) RequestHasResourceBody added in v0.4.26

func (d *ListProbeGroupsDescriptor) RequestHasResourceBody() bool

type ListProbeGroupsDescriptorClientMsgHandle added in v0.4.26

type ListProbeGroupsDescriptorClientMsgHandle struct{}

func (*ListProbeGroupsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

func (*ListProbeGroupsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*ListProbeGroupsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type ListProbeGroupsDescriptorServerMsgHandle added in v0.4.26

type ListProbeGroupsDescriptorServerMsgHandle struct{}

func (*ListProbeGroupsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

func (*ListProbeGroupsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*ListProbeGroupsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

type ListProbeGroupsRequest

type ListProbeGroupsRequest struct {

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

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

func (*ListProbeGroupsRequest) Clone

func (*ListProbeGroupsRequest) CloneRaw

func (*ListProbeGroupsRequest) Descriptor

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

Deprecated, Use ListProbeGroupsRequest.ProtoReflect.Descriptor instead.

func (*ListProbeGroupsRequest) GetFieldMask

func (*ListProbeGroupsRequest) GetFilter

func (m *ListProbeGroupsRequest) GetFilter() *probe_group.Filter

func (*ListProbeGroupsRequest) GetIncludePagingInfo added in v0.8.3

func (m *ListProbeGroupsRequest) GetIncludePagingInfo() bool

func (*ListProbeGroupsRequest) GetOrderBy

func (m *ListProbeGroupsRequest) GetOrderBy() *probe_group.OrderBy

func (*ListProbeGroupsRequest) GetPageSize

func (m *ListProbeGroupsRequest) GetPageSize() int32

func (*ListProbeGroupsRequest) GetPageToken

func (m *ListProbeGroupsRequest) GetPageToken() *probe_group.PagerCursor

func (*ListProbeGroupsRequest) GetParent

func (*ListProbeGroupsRequest) GetView

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

func (*ListProbeGroupsRequest) GotenMessage

func (*ListProbeGroupsRequest) GotenMessage()

func (*ListProbeGroupsRequest) GotenObjectExt

func (o *ListProbeGroupsRequest) GotenObjectExt()

func (*ListProbeGroupsRequest) GotenValidate

func (obj *ListProbeGroupsRequest) GotenValidate() error

func (*ListProbeGroupsRequest) MakeDiffFieldMask

func (*ListProbeGroupsRequest) MakeFullFieldMask

func (*ListProbeGroupsRequest) MakeRawDiffFieldMask

func (*ListProbeGroupsRequest) MakeRawFullFieldMask

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

func (*ListProbeGroupsRequest) Marshal

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

func (*ListProbeGroupsRequest) MarshalJSON

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

func (*ListProbeGroupsRequest) Merge

func (*ListProbeGroupsRequest) MergeRaw

func (*ListProbeGroupsRequest) ProtoMessage

func (*ListProbeGroupsRequest) ProtoMessage()

func (*ListProbeGroupsRequest) ProtoReflect

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

func (*ListProbeGroupsRequest) Reset

func (m *ListProbeGroupsRequest) Reset()

func (*ListProbeGroupsRequest) SetFieldMask

func (*ListProbeGroupsRequest) SetFilter

func (m *ListProbeGroupsRequest) SetFilter(fv *probe_group.Filter)

func (*ListProbeGroupsRequest) SetIncludePagingInfo added in v0.8.3

func (m *ListProbeGroupsRequest) SetIncludePagingInfo(fv bool)

func (*ListProbeGroupsRequest) SetOrderBy

func (m *ListProbeGroupsRequest) SetOrderBy(fv *probe_group.OrderBy)

func (*ListProbeGroupsRequest) SetPageSize

func (m *ListProbeGroupsRequest) SetPageSize(fv int32)

func (*ListProbeGroupsRequest) SetPageToken

func (m *ListProbeGroupsRequest) SetPageToken(fv *probe_group.PagerCursor)

func (*ListProbeGroupsRequest) SetParent

func (m *ListProbeGroupsRequest) SetParent(fv *probe_group.ParentName)

func (*ListProbeGroupsRequest) SetView

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

func (*ListProbeGroupsRequest) String

func (m *ListProbeGroupsRequest) String() string

func (*ListProbeGroupsRequest) Unmarshal

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

func (*ListProbeGroupsRequest) UnmarshalJSON

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

type ListProbeGroupsRequestFieldPathBuilder

type ListProbeGroupsRequestFieldPathBuilder struct{}

func NewListProbeGroupsRequestFieldPathBuilder

func NewListProbeGroupsRequestFieldPathBuilder() ListProbeGroupsRequestFieldPathBuilder

func (ListProbeGroupsRequestFieldPathBuilder) FieldMask

func (ListProbeGroupsRequestFieldPathBuilder) Filter

func (ListProbeGroupsRequestFieldPathBuilder) IncludePagingInfo added in v0.8.3

func (ListProbeGroupsRequestFieldPathBuilder) OrderBy

func (ListProbeGroupsRequestFieldPathBuilder) PageSize

func (ListProbeGroupsRequestFieldPathBuilder) PageToken

func (ListProbeGroupsRequestFieldPathBuilder) Parent

func (ListProbeGroupsRequestFieldPathBuilder) View

type ListProbeGroupsRequestPathSelectorFieldMask

type ListProbeGroupsRequestPathSelectorFieldMask struct{}

func (ListProbeGroupsRequestPathSelectorFieldMask) FieldPath

type ListProbeGroupsRequestPathSelectorFilter

type ListProbeGroupsRequestPathSelectorFilter struct{}

func (ListProbeGroupsRequestPathSelectorFilter) FieldPath

func (ListProbeGroupsRequestPathSelectorFilter) WithArrayOfValues

func (ListProbeGroupsRequestPathSelectorFilter) WithValue

type ListProbeGroupsRequestPathSelectorIncludePagingInfo added in v0.8.3

type ListProbeGroupsRequestPathSelectorIncludePagingInfo struct{}

func (ListProbeGroupsRequestPathSelectorIncludePagingInfo) FieldPath added in v0.8.3

func (ListProbeGroupsRequestPathSelectorIncludePagingInfo) WithArrayOfValues added in v0.8.3

func (ListProbeGroupsRequestPathSelectorIncludePagingInfo) WithValue added in v0.8.3

type ListProbeGroupsRequestPathSelectorOrderBy

type ListProbeGroupsRequestPathSelectorOrderBy struct{}

func (ListProbeGroupsRequestPathSelectorOrderBy) FieldPath

func (ListProbeGroupsRequestPathSelectorOrderBy) WithArrayOfValues

func (ListProbeGroupsRequestPathSelectorOrderBy) WithValue

type ListProbeGroupsRequestPathSelectorPageSize

type ListProbeGroupsRequestPathSelectorPageSize struct{}

func (ListProbeGroupsRequestPathSelectorPageSize) FieldPath

func (ListProbeGroupsRequestPathSelectorPageSize) WithArrayOfValues

func (ListProbeGroupsRequestPathSelectorPageSize) WithValue

type ListProbeGroupsRequestPathSelectorPageToken

type ListProbeGroupsRequestPathSelectorPageToken struct{}

func (ListProbeGroupsRequestPathSelectorPageToken) FieldPath

func (ListProbeGroupsRequestPathSelectorPageToken) WithArrayOfValues

func (ListProbeGroupsRequestPathSelectorPageToken) WithValue

type ListProbeGroupsRequestPathSelectorParent

type ListProbeGroupsRequestPathSelectorParent struct{}

func (ListProbeGroupsRequestPathSelectorParent) FieldPath

func (ListProbeGroupsRequestPathSelectorParent) WithArrayOfValues

func (ListProbeGroupsRequestPathSelectorParent) WithValue

type ListProbeGroupsRequestPathSelectorView

type ListProbeGroupsRequestPathSelectorView struct{}

func (ListProbeGroupsRequestPathSelectorView) FieldPath

func (ListProbeGroupsRequestPathSelectorView) WithArrayOfValues

func (ListProbeGroupsRequestPathSelectorView) WithValue

type ListProbeGroupsRequest_FieldMask

type ListProbeGroupsRequest_FieldMask struct {
	Paths []ListProbeGroupsRequest_FieldPath
}

func FullListProbeGroupsRequest_FieldMask

func FullListProbeGroupsRequest_FieldMask() *ListProbeGroupsRequest_FieldMask

func (*ListProbeGroupsRequest_FieldMask) AppendPath

func (*ListProbeGroupsRequest_FieldMask) AppendRawPath

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

func (*ListProbeGroupsRequest_FieldMask) DecodeFirestore

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

func (*ListProbeGroupsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListProbeGroupsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListProbeGroupsRequest_FieldMask) FromProtoFieldMask

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

func (*ListProbeGroupsRequest_FieldMask) GetPaths

func (*ListProbeGroupsRequest_FieldMask) GetRawPaths

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

func (*ListProbeGroupsRequest_FieldMask) IsFull

func (fieldMask *ListProbeGroupsRequest_FieldMask) IsFull() bool

func (ListProbeGroupsRequest_FieldMask) Marshal

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

implement methods required by customType

func (ListProbeGroupsRequest_FieldMask) MarshalJSON

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

func (*ListProbeGroupsRequest_FieldMask) PathsCount

func (fieldMask *ListProbeGroupsRequest_FieldMask) PathsCount() int

func (*ListProbeGroupsRequest_FieldMask) Project

func (*ListProbeGroupsRequest_FieldMask) ProjectRaw

func (*ListProbeGroupsRequest_FieldMask) ProtoMessage

func (fieldMask *ListProbeGroupsRequest_FieldMask) ProtoMessage()

func (*ListProbeGroupsRequest_FieldMask) ProtoReflect

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

func (*ListProbeGroupsRequest_FieldMask) Reset

func (fieldMask *ListProbeGroupsRequest_FieldMask) Reset()

func (*ListProbeGroupsRequest_FieldMask) Set

func (fieldMask *ListProbeGroupsRequest_FieldMask) Set(target, source *ListProbeGroupsRequest)

func (*ListProbeGroupsRequest_FieldMask) SetFromCliFlag

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

func (*ListProbeGroupsRequest_FieldMask) SetRaw

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

func (*ListProbeGroupsRequest_FieldMask) Size

func (fieldMask *ListProbeGroupsRequest_FieldMask) Size() int

func (*ListProbeGroupsRequest_FieldMask) String

func (fieldMask *ListProbeGroupsRequest_FieldMask) String() string

func (*ListProbeGroupsRequest_FieldMask) Subtract

func (*ListProbeGroupsRequest_FieldMask) SubtractRaw

func (*ListProbeGroupsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListProbeGroupsRequest_FieldMask) Unmarshal

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

func (*ListProbeGroupsRequest_FieldMask) UnmarshalJSON

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

type ListProbeGroupsRequest_FieldPath

type ListProbeGroupsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListProbeGroupsRequest_FieldPathSelector
	Get(source *ListProbeGroupsRequest) []interface{}
	GetSingle(source *ListProbeGroupsRequest) (interface{}, bool)
	ClearValue(item *ListProbeGroupsRequest)

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

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

func MustParseListProbeGroupsRequest_FieldPath

func MustParseListProbeGroupsRequest_FieldPath(rawField string) ListProbeGroupsRequest_FieldPath

func ParseListProbeGroupsRequest_FieldPath

func ParseListProbeGroupsRequest_FieldPath(rawField string) (ListProbeGroupsRequest_FieldPath, error)

type ListProbeGroupsRequest_FieldPathArrayItemValue

type ListProbeGroupsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListProbeGroupsRequest_FieldPath
	ContainsValue(*ListProbeGroupsRequest) bool
}

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

func MustParseListProbeGroupsRequest_FieldPathArrayItemValue

func MustParseListProbeGroupsRequest_FieldPathArrayItemValue(pathStr, valueStr string) ListProbeGroupsRequest_FieldPathArrayItemValue

func ParseListProbeGroupsRequest_FieldPathArrayItemValue

func ParseListProbeGroupsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ListProbeGroupsRequest_FieldPathArrayItemValue, error)

ParseListProbeGroupsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListProbeGroupsRequest_FieldPathArrayOfValues

type ListProbeGroupsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListProbeGroupsRequest_FieldPath
}

ListProbeGroupsRequest_FieldPathArrayOfValues allows storing slice of values for ListProbeGroupsRequest fields according to their type

func MustParseListProbeGroupsRequest_FieldPathArrayOfValues

func MustParseListProbeGroupsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ListProbeGroupsRequest_FieldPathArrayOfValues

func ParseListProbeGroupsRequest_FieldPathArrayOfValues

func ParseListProbeGroupsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ListProbeGroupsRequest_FieldPathArrayOfValues, error)

type ListProbeGroupsRequest_FieldPathSelector

type ListProbeGroupsRequest_FieldPathSelector int32
const (
	ListProbeGroupsRequest_FieldPathSelectorParent            ListProbeGroupsRequest_FieldPathSelector = 0
	ListProbeGroupsRequest_FieldPathSelectorPageSize          ListProbeGroupsRequest_FieldPathSelector = 1
	ListProbeGroupsRequest_FieldPathSelectorPageToken         ListProbeGroupsRequest_FieldPathSelector = 2
	ListProbeGroupsRequest_FieldPathSelectorOrderBy           ListProbeGroupsRequest_FieldPathSelector = 3
	ListProbeGroupsRequest_FieldPathSelectorFilter            ListProbeGroupsRequest_FieldPathSelector = 4
	ListProbeGroupsRequest_FieldPathSelectorFieldMask         ListProbeGroupsRequest_FieldPathSelector = 5
	ListProbeGroupsRequest_FieldPathSelectorView              ListProbeGroupsRequest_FieldPathSelector = 6
	ListProbeGroupsRequest_FieldPathSelectorIncludePagingInfo ListProbeGroupsRequest_FieldPathSelector = 7
)

func (ListProbeGroupsRequest_FieldPathSelector) String

type ListProbeGroupsRequest_FieldPathValue

type ListProbeGroupsRequest_FieldPathValue interface {
	ListProbeGroupsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListProbeGroupsRequest)
	CompareWith(*ListProbeGroupsRequest) (cmp int, comparable bool)
}

ListProbeGroupsRequest_FieldPathValue allows storing values for ListProbeGroupsRequest fields according to their type

func MustParseListProbeGroupsRequest_FieldPathValue

func MustParseListProbeGroupsRequest_FieldPathValue(pathStr, valueStr string) ListProbeGroupsRequest_FieldPathValue

func ParseListProbeGroupsRequest_FieldPathValue

func ParseListProbeGroupsRequest_FieldPathValue(pathStr, valueStr string) (ListProbeGroupsRequest_FieldPathValue, error)

type ListProbeGroupsRequest_FieldTerminalPath

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

func (*ListProbeGroupsRequest_FieldTerminalPath) ClearValue

func (*ListProbeGroupsRequest_FieldTerminalPath) ClearValueRaw

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

func (*ListProbeGroupsRequest_FieldTerminalPath) Get

func (fp *ListProbeGroupsRequest_FieldTerminalPath) Get(source *ListProbeGroupsRequest) (values []interface{})

Get returns all values pointed by specific field from source ListProbeGroupsRequest

func (*ListProbeGroupsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListProbeGroupsRequest_FieldTerminalPath) GetRaw

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

func (*ListProbeGroupsRequest_FieldTerminalPath) GetSingle

func (fp *ListProbeGroupsRequest_FieldTerminalPath) GetSingle(source *ListProbeGroupsRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source ListProbeGroupsRequest

func (*ListProbeGroupsRequest_FieldTerminalPath) GetSingleRaw

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

func (*ListProbeGroupsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListProbeGroupsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListProbeGroupsRequest_FieldTerminalPath) Selector

func (*ListProbeGroupsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*ListProbeGroupsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListProbeGroupsRequest_FieldTerminalPath) WithIArrayItemValue

func (*ListProbeGroupsRequest_FieldTerminalPath) WithIArrayOfValues

func (*ListProbeGroupsRequest_FieldTerminalPath) WithIValue

func (*ListProbeGroupsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListProbeGroupsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListProbeGroupsRequest_FieldTerminalPath) WithRawIValue

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

type ListProbeGroupsRequest_FieldTerminalPathArrayItemValue

type ListProbeGroupsRequest_FieldTerminalPathArrayItemValue struct {
	ListProbeGroupsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListProbeGroupsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListProbeGroupsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListProbeGroupsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*ListProbeGroupsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListProbeGroupsRequest_FieldTerminalPathArrayOfValues

type ListProbeGroupsRequest_FieldTerminalPathArrayOfValues struct {
	ListProbeGroupsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListProbeGroupsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*ListProbeGroupsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (*ListProbeGroupsRequest_FieldTerminalPathArrayOfValues) AsIncludePagingInfoArrayOfValues added in v0.8.3

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

func (*ListProbeGroupsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (fpaov *ListProbeGroupsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*probe_group.OrderBy, bool)

func (*ListProbeGroupsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*ListProbeGroupsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (*ListProbeGroupsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*ListProbeGroupsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*ListProbeGroupsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListProbeGroupsRequest_FieldTerminalPathValue

type ListProbeGroupsRequest_FieldTerminalPathValue struct {
	ListProbeGroupsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListProbeGroupsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*ListProbeGroupsRequest_FieldTerminalPathValue) AsFilterValue

func (*ListProbeGroupsRequest_FieldTerminalPathValue) AsIncludePagingInfoValue added in v0.8.3

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

func (*ListProbeGroupsRequest_FieldTerminalPathValue) AsOrderByValue

func (*ListProbeGroupsRequest_FieldTerminalPathValue) AsPageSizeValue

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

func (*ListProbeGroupsRequest_FieldTerminalPathValue) AsPageTokenValue

func (*ListProbeGroupsRequest_FieldTerminalPathValue) AsParentValue

func (*ListProbeGroupsRequest_FieldTerminalPathValue) AsViewValue

func (*ListProbeGroupsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListProbeGroupsRequest_FieldTerminalPathValue' with the value under path in 'ListProbeGroupsRequest'.

func (*ListProbeGroupsRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*ListProbeGroupsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*ListProbeGroupsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListProbeGroupsRequest

func (*ListProbeGroupsRequest_FieldTerminalPathValue) SetToRaw

type ListProbeGroupsResponse

type ListProbeGroupsResponse struct {

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

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

func (*ListProbeGroupsResponse) Clone

func (*ListProbeGroupsResponse) CloneRaw

func (*ListProbeGroupsResponse) Descriptor

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

Deprecated, Use ListProbeGroupsResponse.ProtoReflect.Descriptor instead.

func (*ListProbeGroupsResponse) GetCurrentOffset added in v0.8.3

func (m *ListProbeGroupsResponse) GetCurrentOffset() int32

func (*ListProbeGroupsResponse) GetNextPageToken

func (m *ListProbeGroupsResponse) GetNextPageToken() *probe_group.PagerCursor

func (*ListProbeGroupsResponse) GetPrevPageToken

func (m *ListProbeGroupsResponse) GetPrevPageToken() *probe_group.PagerCursor

func (*ListProbeGroupsResponse) GetProbeGroups

func (m *ListProbeGroupsResponse) GetProbeGroups() []*probe_group.ProbeGroup

func (*ListProbeGroupsResponse) GetTotalResultsCount added in v0.8.3

func (m *ListProbeGroupsResponse) GetTotalResultsCount() int32

func (*ListProbeGroupsResponse) GotenMessage

func (*ListProbeGroupsResponse) GotenMessage()

func (*ListProbeGroupsResponse) GotenObjectExt

func (o *ListProbeGroupsResponse) GotenObjectExt()

func (*ListProbeGroupsResponse) GotenValidate

func (obj *ListProbeGroupsResponse) GotenValidate() error

func (*ListProbeGroupsResponse) MakeDiffFieldMask

func (*ListProbeGroupsResponse) MakeFullFieldMask

func (*ListProbeGroupsResponse) MakeRawDiffFieldMask

func (*ListProbeGroupsResponse) MakeRawFullFieldMask

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

func (*ListProbeGroupsResponse) Marshal

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

func (*ListProbeGroupsResponse) MarshalJSON

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

func (*ListProbeGroupsResponse) Merge

func (*ListProbeGroupsResponse) MergeRaw

func (*ListProbeGroupsResponse) ProtoMessage

func (*ListProbeGroupsResponse) ProtoMessage()

func (*ListProbeGroupsResponse) ProtoReflect

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

func (*ListProbeGroupsResponse) Reset

func (m *ListProbeGroupsResponse) Reset()

func (*ListProbeGroupsResponse) SetCurrentOffset added in v0.8.3

func (m *ListProbeGroupsResponse) SetCurrentOffset(fv int32)

func (*ListProbeGroupsResponse) SetNextPageToken

func (m *ListProbeGroupsResponse) SetNextPageToken(fv *probe_group.PagerCursor)

func (*ListProbeGroupsResponse) SetPrevPageToken

func (m *ListProbeGroupsResponse) SetPrevPageToken(fv *probe_group.PagerCursor)

func (*ListProbeGroupsResponse) SetProbeGroups

func (m *ListProbeGroupsResponse) SetProbeGroups(fv []*probe_group.ProbeGroup)

func (*ListProbeGroupsResponse) SetTotalResultsCount added in v0.8.3

func (m *ListProbeGroupsResponse) SetTotalResultsCount(fv int32)

func (*ListProbeGroupsResponse) String

func (m *ListProbeGroupsResponse) String() string

func (*ListProbeGroupsResponse) Unmarshal

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

func (*ListProbeGroupsResponse) UnmarshalJSON

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

type ListProbeGroupsResponseFieldPathBuilder

type ListProbeGroupsResponseFieldPathBuilder struct{}

func NewListProbeGroupsResponseFieldPathBuilder

func NewListProbeGroupsResponseFieldPathBuilder() ListProbeGroupsResponseFieldPathBuilder

func (ListProbeGroupsResponseFieldPathBuilder) CurrentOffset added in v0.8.3

func (ListProbeGroupsResponseFieldPathBuilder) NextPageToken

func (ListProbeGroupsResponseFieldPathBuilder) PrevPageToken

func (ListProbeGroupsResponseFieldPathBuilder) ProbeGroups

func (ListProbeGroupsResponseFieldPathBuilder) TotalResultsCount added in v0.8.3

type ListProbeGroupsResponseMapPathSelectorProbeGroupsMetadataAnnotations

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

func (ListProbeGroupsResponseMapPathSelectorProbeGroupsMetadataAnnotations) FieldPath

func (ListProbeGroupsResponseMapPathSelectorProbeGroupsMetadataAnnotations) WithArrayOfValues

func (ListProbeGroupsResponseMapPathSelectorProbeGroupsMetadataAnnotations) WithValue

type ListProbeGroupsResponseMapPathSelectorProbeGroupsMetadataLabels

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

func (ListProbeGroupsResponseMapPathSelectorProbeGroupsMetadataLabels) FieldPath

func (ListProbeGroupsResponseMapPathSelectorProbeGroupsMetadataLabels) WithArrayOfValues

func (ListProbeGroupsResponseMapPathSelectorProbeGroupsMetadataLabels) WithValue

type ListProbeGroupsResponseMapPathSelectorProbeGroupsMetadataShards

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

func (ListProbeGroupsResponseMapPathSelectorProbeGroupsMetadataShards) FieldPath

func (ListProbeGroupsResponseMapPathSelectorProbeGroupsMetadataShards) WithArrayOfValues

func (ListProbeGroupsResponseMapPathSelectorProbeGroupsMetadataShards) WithValue

type ListProbeGroupsResponseMapPathSelectorProbeGroupsStateRegionalTargetCounts

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

func (ListProbeGroupsResponseMapPathSelectorProbeGroupsStateRegionalTargetCounts) FieldPath

func (ListProbeGroupsResponseMapPathSelectorProbeGroupsStateRegionalTargetCounts) WithArrayOfValues

func (ListProbeGroupsResponseMapPathSelectorProbeGroupsStateRegionalTargetCounts) WithValue

type ListProbeGroupsResponsePathSelectorCurrentOffset added in v0.8.3

type ListProbeGroupsResponsePathSelectorCurrentOffset struct{}

func (ListProbeGroupsResponsePathSelectorCurrentOffset) FieldPath added in v0.8.3

func (ListProbeGroupsResponsePathSelectorCurrentOffset) WithArrayOfValues added in v0.8.3

func (ListProbeGroupsResponsePathSelectorCurrentOffset) WithValue added in v0.8.3

type ListProbeGroupsResponsePathSelectorNextPageToken

type ListProbeGroupsResponsePathSelectorNextPageToken struct{}

func (ListProbeGroupsResponsePathSelectorNextPageToken) FieldPath

func (ListProbeGroupsResponsePathSelectorNextPageToken) WithArrayOfValues

func (ListProbeGroupsResponsePathSelectorNextPageToken) WithValue

type ListProbeGroupsResponsePathSelectorPrevPageToken

type ListProbeGroupsResponsePathSelectorPrevPageToken struct{}

func (ListProbeGroupsResponsePathSelectorPrevPageToken) FieldPath

func (ListProbeGroupsResponsePathSelectorPrevPageToken) WithArrayOfValues

func (ListProbeGroupsResponsePathSelectorPrevPageToken) WithValue

type ListProbeGroupsResponsePathSelectorProbeGroups

type ListProbeGroupsResponsePathSelectorProbeGroups struct{}

func (ListProbeGroupsResponsePathSelectorProbeGroups) DisplayName

func (ListProbeGroupsResponsePathSelectorProbeGroups) FieldPath

func (ListProbeGroupsResponsePathSelectorProbeGroups) Metadata

func (ListProbeGroupsResponsePathSelectorProbeGroups) Name

func (ListProbeGroupsResponsePathSelectorProbeGroups) State

func (ListProbeGroupsResponsePathSelectorProbeGroups) WithArrayOfValues

func (ListProbeGroupsResponsePathSelectorProbeGroups) WithItemValue

func (ListProbeGroupsResponsePathSelectorProbeGroups) WithSubArrayItemValue

func (ListProbeGroupsResponsePathSelectorProbeGroups) WithSubArrayOfValues

func (ListProbeGroupsResponsePathSelectorProbeGroups) WithSubPath

func (ListProbeGroupsResponsePathSelectorProbeGroups) WithSubValue

func (ListProbeGroupsResponsePathSelectorProbeGroups) WithValue

type ListProbeGroupsResponsePathSelectorProbeGroupsDisplayName

type ListProbeGroupsResponsePathSelectorProbeGroupsDisplayName struct{}

func (ListProbeGroupsResponsePathSelectorProbeGroupsDisplayName) FieldPath

func (ListProbeGroupsResponsePathSelectorProbeGroupsDisplayName) WithArrayOfValues

func (ListProbeGroupsResponsePathSelectorProbeGroupsDisplayName) WithValue

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadata

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadata struct{}

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadata) Annotations

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadata) CreateTime

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadata) DeleteTime added in v0.7.1

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadata) FieldPath

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadata) Generation

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadata) Labels

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadata) Lifecycle added in v0.7.1

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadata) Shards

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadata) Syncing

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadata) Tags

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadata) UpdateTime

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadata) Uuid

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadata) WithArrayOfValues

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadata) WithValue

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataAnnotations

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataAnnotations struct{}

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataAnnotations) FieldPath

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataAnnotations) WithArrayOfValues

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataAnnotations) WithKey

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataAnnotations) WithValue

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataCreateTime

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataCreateTime struct{}

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataCreateTime) FieldPath

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataCreateTime) WithArrayOfValues

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataCreateTime) WithValue

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataDeleteTime added in v0.7.1

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataDeleteTime struct{}

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataDeleteTime) FieldPath added in v0.7.1

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataDeleteTime) WithValue added in v0.7.1

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataGeneration

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataGeneration struct{}

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataGeneration) FieldPath

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataGeneration) WithArrayOfValues

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataGeneration) WithValue

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataLabels

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataLabels struct{}

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataLabels) FieldPath

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataLabels) WithArrayOfValues

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataLabels) WithKey

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataLabels) WithValue

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycle added in v0.7.1

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycle struct{}

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycle) BlockDeletion added in v0.7.1

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycle) FieldPath added in v0.7.1

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycle) State added in v0.7.1

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycle) WithValue added in v0.7.1

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycleBlockDeletion added in v0.7.1

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycleBlockDeletion struct{}

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycleState added in v0.7.1

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycleState struct{}

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycleState) FieldPath added in v0.7.1

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycleState) WithValue added in v0.7.1

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferences

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferences struct{}

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferences) FieldPath

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferences) Region added in v0.7.1

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferences) Version added in v0.7.1

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferences) WithArrayOfValues

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferences) WithItemValue

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferences) WithValue

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesBlockOwnerDeletion

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesController

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesController struct{}

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesController) FieldPath

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesController) WithArrayOfValues

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesController) WithValue

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesKind

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesKind struct{}

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesKind) FieldPath

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesKind) WithArrayOfValues

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesKind) WithValue

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesName

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesName struct{}

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesName) FieldPath

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesName) WithArrayOfValues

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesName) WithValue

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesRegion added in v0.7.1

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesRegion struct{}

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesRequiresOwnerReference struct{}

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesVersion added in v0.7.1

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesVersion struct{}

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataResourceVersion

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataResourceVersion struct{}

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataResourceVersion) FieldPath

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataResourceVersion) WithArrayOfValues

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataResourceVersion) WithValue

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataShards

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataShards struct{}

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataShards) FieldPath

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataShards) WithArrayOfValues

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataShards) WithKey

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataShards) WithValue

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncing

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncing struct{}

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncing) FieldPath

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncing) WithArrayOfValues

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncing) WithValue

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncingOwningRegion

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncingOwningRegion struct{}

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncingOwningRegion) FieldPath

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncingOwningRegion) WithArrayOfValues

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncingOwningRegion) WithValue

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncingRegions

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncingRegions struct{}

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncingRegions) FieldPath

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncingRegions) WithArrayOfValues

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncingRegions) WithItemValue

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncingRegions) WithValue

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataTags

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataTags struct{}

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataTags) FieldPath

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataTags) WithArrayOfValues

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataTags) WithItemValue

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataTags) WithValue

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataUpdateTime

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataUpdateTime struct{}

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataUpdateTime) FieldPath

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataUpdateTime) WithArrayOfValues

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataUpdateTime) WithValue

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataUuid

type ListProbeGroupsResponsePathSelectorProbeGroupsMetadataUuid struct{}

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataUuid) FieldPath

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataUuid) WithArrayOfValues

func (ListProbeGroupsResponsePathSelectorProbeGroupsMetadataUuid) WithValue

type ListProbeGroupsResponsePathSelectorProbeGroupsName

type ListProbeGroupsResponsePathSelectorProbeGroupsName struct{}

func (ListProbeGroupsResponsePathSelectorProbeGroupsName) FieldPath

func (ListProbeGroupsResponsePathSelectorProbeGroupsName) WithArrayOfValues

func (ListProbeGroupsResponsePathSelectorProbeGroupsName) WithValue

type ListProbeGroupsResponsePathSelectorProbeGroupsState

type ListProbeGroupsResponsePathSelectorProbeGroupsState struct{}

func (ListProbeGroupsResponsePathSelectorProbeGroupsState) FieldPath

func (ListProbeGroupsResponsePathSelectorProbeGroupsState) TargetCount

func (ListProbeGroupsResponsePathSelectorProbeGroupsState) WithArrayOfValues

func (ListProbeGroupsResponsePathSelectorProbeGroupsState) WithValue

type ListProbeGroupsResponsePathSelectorProbeGroupsStateRegionalTargetCounts

type ListProbeGroupsResponsePathSelectorProbeGroupsStateRegionalTargetCounts struct{}

func (ListProbeGroupsResponsePathSelectorProbeGroupsStateRegionalTargetCounts) FieldPath

func (ListProbeGroupsResponsePathSelectorProbeGroupsStateRegionalTargetCounts) WithArrayOfValues

func (ListProbeGroupsResponsePathSelectorProbeGroupsStateRegionalTargetCounts) WithValue

type ListProbeGroupsResponsePathSelectorProbeGroupsStateTargetCount

type ListProbeGroupsResponsePathSelectorProbeGroupsStateTargetCount struct{}

func (ListProbeGroupsResponsePathSelectorProbeGroupsStateTargetCount) FieldPath

func (ListProbeGroupsResponsePathSelectorProbeGroupsStateTargetCount) WithArrayOfValues

func (ListProbeGroupsResponsePathSelectorProbeGroupsStateTargetCount) WithValue

type ListProbeGroupsResponsePathSelectorTotalResultsCount added in v0.8.3

type ListProbeGroupsResponsePathSelectorTotalResultsCount struct{}

func (ListProbeGroupsResponsePathSelectorTotalResultsCount) FieldPath added in v0.8.3

func (ListProbeGroupsResponsePathSelectorTotalResultsCount) WithArrayOfValues added in v0.8.3

func (ListProbeGroupsResponsePathSelectorTotalResultsCount) WithValue added in v0.8.3

type ListProbeGroupsResponse_FieldMask

type ListProbeGroupsResponse_FieldMask struct {
	Paths []ListProbeGroupsResponse_FieldPath
}

func FullListProbeGroupsResponse_FieldMask

func FullListProbeGroupsResponse_FieldMask() *ListProbeGroupsResponse_FieldMask

func (*ListProbeGroupsResponse_FieldMask) AppendPath

func (*ListProbeGroupsResponse_FieldMask) AppendRawPath

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

func (*ListProbeGroupsResponse_FieldMask) DecodeFirestore

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

func (*ListProbeGroupsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ListProbeGroupsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListProbeGroupsResponse_FieldMask) FromProtoFieldMask

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

func (*ListProbeGroupsResponse_FieldMask) GetPaths

func (*ListProbeGroupsResponse_FieldMask) GetRawPaths

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

func (*ListProbeGroupsResponse_FieldMask) IsFull

func (fieldMask *ListProbeGroupsResponse_FieldMask) IsFull() bool

func (ListProbeGroupsResponse_FieldMask) Marshal

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

implement methods required by customType

func (ListProbeGroupsResponse_FieldMask) MarshalJSON

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

func (*ListProbeGroupsResponse_FieldMask) PathsCount

func (fieldMask *ListProbeGroupsResponse_FieldMask) PathsCount() int

func (*ListProbeGroupsResponse_FieldMask) Project

func (*ListProbeGroupsResponse_FieldMask) ProjectRaw

func (*ListProbeGroupsResponse_FieldMask) ProtoMessage

func (fieldMask *ListProbeGroupsResponse_FieldMask) ProtoMessage()

func (*ListProbeGroupsResponse_FieldMask) ProtoReflect

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

func (*ListProbeGroupsResponse_FieldMask) Reset

func (fieldMask *ListProbeGroupsResponse_FieldMask) Reset()

func (*ListProbeGroupsResponse_FieldMask) Set

func (fieldMask *ListProbeGroupsResponse_FieldMask) Set(target, source *ListProbeGroupsResponse)

func (*ListProbeGroupsResponse_FieldMask) SetFromCliFlag

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

func (*ListProbeGroupsResponse_FieldMask) SetRaw

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

func (*ListProbeGroupsResponse_FieldMask) Size

func (fieldMask *ListProbeGroupsResponse_FieldMask) Size() int

func (*ListProbeGroupsResponse_FieldMask) String

func (fieldMask *ListProbeGroupsResponse_FieldMask) String() string

func (*ListProbeGroupsResponse_FieldMask) Subtract

func (*ListProbeGroupsResponse_FieldMask) SubtractRaw

func (*ListProbeGroupsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ListProbeGroupsResponse_FieldMask) Unmarshal

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

func (*ListProbeGroupsResponse_FieldMask) UnmarshalJSON

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

type ListProbeGroupsResponse_FieldPath

type ListProbeGroupsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListProbeGroupsResponse_FieldPathSelector
	Get(source *ListProbeGroupsResponse) []interface{}
	GetSingle(source *ListProbeGroupsResponse) (interface{}, bool)
	ClearValue(item *ListProbeGroupsResponse)

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

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

func MustParseListProbeGroupsResponse_FieldPath

func MustParseListProbeGroupsResponse_FieldPath(rawField string) ListProbeGroupsResponse_FieldPath

func ParseListProbeGroupsResponse_FieldPath

func ParseListProbeGroupsResponse_FieldPath(rawField string) (ListProbeGroupsResponse_FieldPath, error)

type ListProbeGroupsResponse_FieldPathArrayItemValue

type ListProbeGroupsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListProbeGroupsResponse_FieldPath
	ContainsValue(*ListProbeGroupsResponse) bool
}

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

func MustParseListProbeGroupsResponse_FieldPathArrayItemValue

func MustParseListProbeGroupsResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListProbeGroupsResponse_FieldPathArrayItemValue

func ParseListProbeGroupsResponse_FieldPathArrayItemValue

func ParseListProbeGroupsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListProbeGroupsResponse_FieldPathArrayItemValue, error)

ParseListProbeGroupsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListProbeGroupsResponse_FieldPathArrayOfValues

type ListProbeGroupsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListProbeGroupsResponse_FieldPath
}

ListProbeGroupsResponse_FieldPathArrayOfValues allows storing slice of values for ListProbeGroupsResponse fields according to their type

func MustParseListProbeGroupsResponse_FieldPathArrayOfValues

func MustParseListProbeGroupsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListProbeGroupsResponse_FieldPathArrayOfValues

func ParseListProbeGroupsResponse_FieldPathArrayOfValues

func ParseListProbeGroupsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListProbeGroupsResponse_FieldPathArrayOfValues, error)

type ListProbeGroupsResponse_FieldPathSelector

type ListProbeGroupsResponse_FieldPathSelector int32
const (
	ListProbeGroupsResponse_FieldPathSelectorProbeGroups       ListProbeGroupsResponse_FieldPathSelector = 0
	ListProbeGroupsResponse_FieldPathSelectorPrevPageToken     ListProbeGroupsResponse_FieldPathSelector = 1
	ListProbeGroupsResponse_FieldPathSelectorNextPageToken     ListProbeGroupsResponse_FieldPathSelector = 2
	ListProbeGroupsResponse_FieldPathSelectorCurrentOffset     ListProbeGroupsResponse_FieldPathSelector = 3
	ListProbeGroupsResponse_FieldPathSelectorTotalResultsCount ListProbeGroupsResponse_FieldPathSelector = 4
)

func (ListProbeGroupsResponse_FieldPathSelector) String

type ListProbeGroupsResponse_FieldPathValue

type ListProbeGroupsResponse_FieldPathValue interface {
	ListProbeGroupsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListProbeGroupsResponse)
	CompareWith(*ListProbeGroupsResponse) (cmp int, comparable bool)
}

ListProbeGroupsResponse_FieldPathValue allows storing values for ListProbeGroupsResponse fields according to their type

func MustParseListProbeGroupsResponse_FieldPathValue

func MustParseListProbeGroupsResponse_FieldPathValue(pathStr, valueStr string) ListProbeGroupsResponse_FieldPathValue

func ParseListProbeGroupsResponse_FieldPathValue

func ParseListProbeGroupsResponse_FieldPathValue(pathStr, valueStr string) (ListProbeGroupsResponse_FieldPathValue, error)

type ListProbeGroupsResponse_FieldSubPath

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

func (*ListProbeGroupsResponse_FieldSubPath) AsProbeGroupsSubPath

func (*ListProbeGroupsResponse_FieldSubPath) ClearValue

func (*ListProbeGroupsResponse_FieldSubPath) ClearValueRaw

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

func (*ListProbeGroupsResponse_FieldSubPath) Get

func (fps *ListProbeGroupsResponse_FieldSubPath) Get(source *ListProbeGroupsResponse) (values []interface{})

Get returns all values pointed by selected field from source ListProbeGroupsResponse

func (*ListProbeGroupsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListProbeGroupsResponse_FieldSubPath) GetRaw

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

func (*ListProbeGroupsResponse_FieldSubPath) GetSingle

func (fps *ListProbeGroupsResponse_FieldSubPath) GetSingle(source *ListProbeGroupsResponse) (interface{}, bool)

GetSingle returns value of selected field from source ListProbeGroupsResponse

func (*ListProbeGroupsResponse_FieldSubPath) GetSingleRaw

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

func (*ListProbeGroupsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListProbeGroupsResponse_FieldSubPath) JSONString

func (fps *ListProbeGroupsResponse_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*ListProbeGroupsResponse_FieldSubPath) Selector

func (*ListProbeGroupsResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*ListProbeGroupsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*ListProbeGroupsResponse_FieldSubPath) WithIArrayItemValue

func (*ListProbeGroupsResponse_FieldSubPath) WithIArrayOfValues

func (*ListProbeGroupsResponse_FieldSubPath) WithIValue

func (*ListProbeGroupsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*ListProbeGroupsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*ListProbeGroupsResponse_FieldSubPath) WithRawIValue

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

type ListProbeGroupsResponse_FieldSubPathArrayItemValue

type ListProbeGroupsResponse_FieldSubPathArrayItemValue struct {
	ListProbeGroupsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListProbeGroupsResponse_FieldSubPathArrayItemValue) AsProbeGroupsPathItemValue

func (*ListProbeGroupsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*ListProbeGroupsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type ListProbeGroupsResponse_FieldSubPathArrayOfValues

type ListProbeGroupsResponse_FieldSubPathArrayOfValues struct {
	ListProbeGroupsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListProbeGroupsResponse_FieldSubPathArrayOfValues) AsProbeGroupsPathArrayOfValues

func (*ListProbeGroupsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type ListProbeGroupsResponse_FieldSubPathValue

type ListProbeGroupsResponse_FieldSubPathValue struct {
	ListProbeGroupsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListProbeGroupsResponse_FieldSubPathValue) AsProbeGroupsPathValue

func (*ListProbeGroupsResponse_FieldSubPathValue) CompareWith

func (*ListProbeGroupsResponse_FieldSubPathValue) CompareWithRaw

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

func (*ListProbeGroupsResponse_FieldSubPathValue) GetRawValue

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

func (*ListProbeGroupsResponse_FieldSubPathValue) SetTo

func (*ListProbeGroupsResponse_FieldSubPathValue) SetToRaw

type ListProbeGroupsResponse_FieldTerminalPath

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

func (*ListProbeGroupsResponse_FieldTerminalPath) ClearValue

func (*ListProbeGroupsResponse_FieldTerminalPath) ClearValueRaw

func (*ListProbeGroupsResponse_FieldTerminalPath) Get

func (fp *ListProbeGroupsResponse_FieldTerminalPath) Get(source *ListProbeGroupsResponse) (values []interface{})

Get returns all values pointed by specific field from source ListProbeGroupsResponse

func (*ListProbeGroupsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ListProbeGroupsResponse_FieldTerminalPath) GetRaw

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

func (*ListProbeGroupsResponse_FieldTerminalPath) GetSingle

func (fp *ListProbeGroupsResponse_FieldTerminalPath) GetSingle(source *ListProbeGroupsResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source ListProbeGroupsResponse

func (*ListProbeGroupsResponse_FieldTerminalPath) GetSingleRaw

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

func (*ListProbeGroupsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListProbeGroupsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListProbeGroupsResponse_FieldTerminalPath) Selector

func (*ListProbeGroupsResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*ListProbeGroupsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListProbeGroupsResponse_FieldTerminalPath) WithIArrayItemValue

func (*ListProbeGroupsResponse_FieldTerminalPath) WithIArrayOfValues

func (*ListProbeGroupsResponse_FieldTerminalPath) WithIValue

func (*ListProbeGroupsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ListProbeGroupsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ListProbeGroupsResponse_FieldTerminalPath) WithRawIValue

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

type ListProbeGroupsResponse_FieldTerminalPathArrayItemValue

type ListProbeGroupsResponse_FieldTerminalPathArrayItemValue struct {
	ListProbeGroupsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListProbeGroupsResponse_FieldTerminalPathArrayItemValue) AsProbeGroupsItemValue

func (*ListProbeGroupsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ListProbeGroupsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ListProbeGroupsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*ListProbeGroupsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ListProbeGroupsResponse_FieldTerminalPathArrayOfValues

type ListProbeGroupsResponse_FieldTerminalPathArrayOfValues struct {
	ListProbeGroupsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListProbeGroupsResponse_FieldTerminalPathArrayOfValues) AsCurrentOffsetArrayOfValues added in v0.8.3

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

func (*ListProbeGroupsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (fpaov *ListProbeGroupsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*probe_group.PagerCursor, bool)

func (*ListProbeGroupsResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (fpaov *ListProbeGroupsResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*probe_group.PagerCursor, bool)

func (*ListProbeGroupsResponse_FieldTerminalPathArrayOfValues) AsProbeGroupsArrayOfValues

func (fpaov *ListProbeGroupsResponse_FieldTerminalPathArrayOfValues) AsProbeGroupsArrayOfValues() ([][]*probe_group.ProbeGroup, bool)

func (*ListProbeGroupsResponse_FieldTerminalPathArrayOfValues) AsTotalResultsCountArrayOfValues added in v0.8.3

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

func (*ListProbeGroupsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type ListProbeGroupsResponse_FieldTerminalPathValue

type ListProbeGroupsResponse_FieldTerminalPathValue struct {
	ListProbeGroupsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListProbeGroupsResponse_FieldTerminalPathValue) AsCurrentOffsetValue added in v0.8.3

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

func (*ListProbeGroupsResponse_FieldTerminalPathValue) AsNextPageTokenValue

func (*ListProbeGroupsResponse_FieldTerminalPathValue) AsPrevPageTokenValue

func (*ListProbeGroupsResponse_FieldTerminalPathValue) AsProbeGroupsValue

func (*ListProbeGroupsResponse_FieldTerminalPathValue) AsTotalResultsCountValue added in v0.8.3

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

func (*ListProbeGroupsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListProbeGroupsResponse_FieldTerminalPathValue' with the value under path in 'ListProbeGroupsResponse'.

func (*ListProbeGroupsResponse_FieldTerminalPathValue) CompareWithRaw

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

func (*ListProbeGroupsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*ListProbeGroupsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListProbeGroupsResponse

func (*ListProbeGroupsResponse_FieldTerminalPathValue) SetToRaw

type ProbeGroupServiceClient

ProbeGroupServiceClient is the client API for ProbeGroupService.

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

type ProbeGroupServiceDescriptor added in v0.4.26

type ProbeGroupServiceDescriptor struct{}

func GetProbeGroupServiceDescriptor added in v0.4.26

func GetProbeGroupServiceDescriptor() *ProbeGroupServiceDescriptor

func (*ProbeGroupServiceDescriptor) AllMethodDescriptors added in v0.4.26

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

func (*ProbeGroupServiceDescriptor) GetApiName added in v0.4.26

func (d *ProbeGroupServiceDescriptor) GetApiName() string

func (*ProbeGroupServiceDescriptor) GetFullAPIName added in v0.4.26

func (d *ProbeGroupServiceDescriptor) GetFullAPIName() string

func (*ProbeGroupServiceDescriptor) GetProtoPkgName added in v0.4.26

func (d *ProbeGroupServiceDescriptor) GetProtoPkgName() string

func (*ProbeGroupServiceDescriptor) GetServiceDomain added in v0.4.26

func (d *ProbeGroupServiceDescriptor) GetServiceDomain() string

func (*ProbeGroupServiceDescriptor) GetServiceVersion added in v0.4.26

func (d *ProbeGroupServiceDescriptor) GetServiceVersion() string

type SearchProbeGroupsDescriptor added in v0.4.26

type SearchProbeGroupsDescriptor struct{}

func GetSearchProbeGroupsDescriptor added in v0.4.26

func GetSearchProbeGroupsDescriptor() *SearchProbeGroupsDescriptor

func (*SearchProbeGroupsDescriptor) GetApiDescriptor added in v0.4.26

func (*SearchProbeGroupsDescriptor) GetApiName added in v0.4.26

func (d *SearchProbeGroupsDescriptor) GetApiName() string

func (*SearchProbeGroupsDescriptor) GetClientMsgReflectHandle added in v0.4.26

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

func (*SearchProbeGroupsDescriptor) GetFullMethodName added in v0.4.26

func (d *SearchProbeGroupsDescriptor) GetFullMethodName() string

func (*SearchProbeGroupsDescriptor) GetMethodName added in v0.4.26

func (d *SearchProbeGroupsDescriptor) GetMethodName() string

func (*SearchProbeGroupsDescriptor) GetProtoPkgName added in v0.4.26

func (d *SearchProbeGroupsDescriptor) GetProtoPkgName() string

func (*SearchProbeGroupsDescriptor) GetResourceDescriptor added in v0.4.27

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

func (*SearchProbeGroupsDescriptor) GetServerMsgReflectHandle added in v0.4.26

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

func (*SearchProbeGroupsDescriptor) GetServiceDomain added in v0.4.26

func (d *SearchProbeGroupsDescriptor) GetServiceDomain() string

func (*SearchProbeGroupsDescriptor) GetServiceVersion added in v0.4.26

func (d *SearchProbeGroupsDescriptor) GetServiceVersion() string

func (*SearchProbeGroupsDescriptor) GetVerb added in v0.4.26

func (d *SearchProbeGroupsDescriptor) GetVerb() string

func (*SearchProbeGroupsDescriptor) HasResource added in v0.4.27

func (d *SearchProbeGroupsDescriptor) HasResource() bool

func (*SearchProbeGroupsDescriptor) IsClientStream added in v0.4.26

func (d *SearchProbeGroupsDescriptor) IsClientStream() bool

func (*SearchProbeGroupsDescriptor) IsCollection added in v0.4.27

func (d *SearchProbeGroupsDescriptor) IsCollection() bool

func (*SearchProbeGroupsDescriptor) IsPlural added in v0.4.27

func (d *SearchProbeGroupsDescriptor) IsPlural() bool

func (*SearchProbeGroupsDescriptor) IsServerStream added in v0.4.26

func (d *SearchProbeGroupsDescriptor) IsServerStream() bool

func (*SearchProbeGroupsDescriptor) IsUnary added in v0.4.26

func (d *SearchProbeGroupsDescriptor) IsUnary() bool

func (*SearchProbeGroupsDescriptor) NewEmptyClientMsg added in v0.4.26

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

func (*SearchProbeGroupsDescriptor) NewEmptyServerMsg added in v0.4.26

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

func (*SearchProbeGroupsDescriptor) RequestHasResourceBody added in v0.4.26

func (d *SearchProbeGroupsDescriptor) RequestHasResourceBody() bool

type SearchProbeGroupsDescriptorClientMsgHandle added in v0.4.26

type SearchProbeGroupsDescriptorClientMsgHandle struct{}

func (*SearchProbeGroupsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

func (*SearchProbeGroupsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*SearchProbeGroupsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type SearchProbeGroupsDescriptorServerMsgHandle added in v0.4.26

type SearchProbeGroupsDescriptorServerMsgHandle struct{}

func (*SearchProbeGroupsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

func (*SearchProbeGroupsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*SearchProbeGroupsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

type SearchProbeGroupsRequest

type SearchProbeGroupsRequest struct {

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

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

func (*SearchProbeGroupsRequest) Clone

func (*SearchProbeGroupsRequest) CloneRaw

func (*SearchProbeGroupsRequest) Descriptor

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

Deprecated, Use SearchProbeGroupsRequest.ProtoReflect.Descriptor instead.

func (*SearchProbeGroupsRequest) GetFieldMask

func (*SearchProbeGroupsRequest) GetFilter

func (*SearchProbeGroupsRequest) GetOrderBy

func (m *SearchProbeGroupsRequest) GetOrderBy() *probe_group.OrderBy

func (*SearchProbeGroupsRequest) GetPageSize

func (m *SearchProbeGroupsRequest) GetPageSize() int32

func (*SearchProbeGroupsRequest) GetPageToken

func (*SearchProbeGroupsRequest) GetParent

func (*SearchProbeGroupsRequest) GetPhrase

func (m *SearchProbeGroupsRequest) GetPhrase() string

func (*SearchProbeGroupsRequest) GetView

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

func (*SearchProbeGroupsRequest) GotenMessage

func (*SearchProbeGroupsRequest) GotenMessage()

func (*SearchProbeGroupsRequest) GotenObjectExt

func (o *SearchProbeGroupsRequest) GotenObjectExt()

func (*SearchProbeGroupsRequest) GotenValidate

func (obj *SearchProbeGroupsRequest) GotenValidate() error

func (*SearchProbeGroupsRequest) MakeDiffFieldMask

func (*SearchProbeGroupsRequest) MakeFullFieldMask

func (*SearchProbeGroupsRequest) MakeRawDiffFieldMask

func (*SearchProbeGroupsRequest) MakeRawFullFieldMask

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

func (*SearchProbeGroupsRequest) Marshal

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

func (*SearchProbeGroupsRequest) MarshalJSON

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

func (*SearchProbeGroupsRequest) Merge

func (*SearchProbeGroupsRequest) MergeRaw

func (*SearchProbeGroupsRequest) ProtoMessage

func (*SearchProbeGroupsRequest) ProtoMessage()

func (*SearchProbeGroupsRequest) ProtoReflect

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

func (*SearchProbeGroupsRequest) Reset

func (m *SearchProbeGroupsRequest) Reset()

func (*SearchProbeGroupsRequest) SetFieldMask

func (*SearchProbeGroupsRequest) SetFilter

func (m *SearchProbeGroupsRequest) SetFilter(fv *probe_group.Filter)

func (*SearchProbeGroupsRequest) SetOrderBy

func (m *SearchProbeGroupsRequest) SetOrderBy(fv *probe_group.OrderBy)

func (*SearchProbeGroupsRequest) SetPageSize

func (m *SearchProbeGroupsRequest) SetPageSize(fv int32)

func (*SearchProbeGroupsRequest) SetPageToken

func (m *SearchProbeGroupsRequest) SetPageToken(fv *probe_group.PagerCursor)

func (*SearchProbeGroupsRequest) SetParent

func (*SearchProbeGroupsRequest) SetPhrase

func (m *SearchProbeGroupsRequest) SetPhrase(fv string)

func (*SearchProbeGroupsRequest) SetView

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

func (*SearchProbeGroupsRequest) String

func (m *SearchProbeGroupsRequest) String() string

func (*SearchProbeGroupsRequest) Unmarshal

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

func (*SearchProbeGroupsRequest) UnmarshalJSON

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

type SearchProbeGroupsRequestFieldPathBuilder

type SearchProbeGroupsRequestFieldPathBuilder struct{}

func NewSearchProbeGroupsRequestFieldPathBuilder

func NewSearchProbeGroupsRequestFieldPathBuilder() SearchProbeGroupsRequestFieldPathBuilder

func (SearchProbeGroupsRequestFieldPathBuilder) FieldMask

func (SearchProbeGroupsRequestFieldPathBuilder) Filter

func (SearchProbeGroupsRequestFieldPathBuilder) OrderBy

func (SearchProbeGroupsRequestFieldPathBuilder) PageSize

func (SearchProbeGroupsRequestFieldPathBuilder) PageToken

func (SearchProbeGroupsRequestFieldPathBuilder) Parent

func (SearchProbeGroupsRequestFieldPathBuilder) Phrase

func (SearchProbeGroupsRequestFieldPathBuilder) View

type SearchProbeGroupsRequestPathSelectorFieldMask

type SearchProbeGroupsRequestPathSelectorFieldMask struct{}

func (SearchProbeGroupsRequestPathSelectorFieldMask) FieldPath

type SearchProbeGroupsRequestPathSelectorFilter

type SearchProbeGroupsRequestPathSelectorFilter struct{}

func (SearchProbeGroupsRequestPathSelectorFilter) FieldPath

func (SearchProbeGroupsRequestPathSelectorFilter) WithArrayOfValues

func (SearchProbeGroupsRequestPathSelectorFilter) WithValue

type SearchProbeGroupsRequestPathSelectorOrderBy

type SearchProbeGroupsRequestPathSelectorOrderBy struct{}

func (SearchProbeGroupsRequestPathSelectorOrderBy) FieldPath

func (SearchProbeGroupsRequestPathSelectorOrderBy) WithArrayOfValues

func (SearchProbeGroupsRequestPathSelectorOrderBy) WithValue

type SearchProbeGroupsRequestPathSelectorPageSize

type SearchProbeGroupsRequestPathSelectorPageSize struct{}

func (SearchProbeGroupsRequestPathSelectorPageSize) FieldPath

func (SearchProbeGroupsRequestPathSelectorPageSize) WithArrayOfValues

func (SearchProbeGroupsRequestPathSelectorPageSize) WithValue

type SearchProbeGroupsRequestPathSelectorPageToken

type SearchProbeGroupsRequestPathSelectorPageToken struct{}

func (SearchProbeGroupsRequestPathSelectorPageToken) FieldPath

func (SearchProbeGroupsRequestPathSelectorPageToken) WithArrayOfValues

func (SearchProbeGroupsRequestPathSelectorPageToken) WithValue

type SearchProbeGroupsRequestPathSelectorParent

type SearchProbeGroupsRequestPathSelectorParent struct{}

func (SearchProbeGroupsRequestPathSelectorParent) FieldPath

func (SearchProbeGroupsRequestPathSelectorParent) WithArrayOfValues

func (SearchProbeGroupsRequestPathSelectorParent) WithValue

type SearchProbeGroupsRequestPathSelectorPhrase

type SearchProbeGroupsRequestPathSelectorPhrase struct{}

func (SearchProbeGroupsRequestPathSelectorPhrase) FieldPath

func (SearchProbeGroupsRequestPathSelectorPhrase) WithArrayOfValues

func (SearchProbeGroupsRequestPathSelectorPhrase) WithValue

type SearchProbeGroupsRequestPathSelectorView

type SearchProbeGroupsRequestPathSelectorView struct{}

func (SearchProbeGroupsRequestPathSelectorView) FieldPath

func (SearchProbeGroupsRequestPathSelectorView) WithArrayOfValues

func (SearchProbeGroupsRequestPathSelectorView) WithValue

type SearchProbeGroupsRequest_FieldMask

type SearchProbeGroupsRequest_FieldMask struct {
	Paths []SearchProbeGroupsRequest_FieldPath
}

func FullSearchProbeGroupsRequest_FieldMask

func FullSearchProbeGroupsRequest_FieldMask() *SearchProbeGroupsRequest_FieldMask

func (*SearchProbeGroupsRequest_FieldMask) AppendPath

func (*SearchProbeGroupsRequest_FieldMask) AppendRawPath

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

func (*SearchProbeGroupsRequest_FieldMask) DecodeFirestore

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

func (*SearchProbeGroupsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*SearchProbeGroupsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*SearchProbeGroupsRequest_FieldMask) FromProtoFieldMask

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

func (*SearchProbeGroupsRequest_FieldMask) GetPaths

func (*SearchProbeGroupsRequest_FieldMask) GetRawPaths

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

func (*SearchProbeGroupsRequest_FieldMask) IsFull

func (fieldMask *SearchProbeGroupsRequest_FieldMask) IsFull() bool

func (SearchProbeGroupsRequest_FieldMask) Marshal

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

implement methods required by customType

func (SearchProbeGroupsRequest_FieldMask) MarshalJSON

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

func (*SearchProbeGroupsRequest_FieldMask) PathsCount

func (fieldMask *SearchProbeGroupsRequest_FieldMask) PathsCount() int

func (*SearchProbeGroupsRequest_FieldMask) Project

func (*SearchProbeGroupsRequest_FieldMask) ProjectRaw

func (*SearchProbeGroupsRequest_FieldMask) ProtoMessage

func (fieldMask *SearchProbeGroupsRequest_FieldMask) ProtoMessage()

func (*SearchProbeGroupsRequest_FieldMask) ProtoReflect

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

func (*SearchProbeGroupsRequest_FieldMask) Reset

func (fieldMask *SearchProbeGroupsRequest_FieldMask) Reset()

func (*SearchProbeGroupsRequest_FieldMask) Set

func (fieldMask *SearchProbeGroupsRequest_FieldMask) Set(target, source *SearchProbeGroupsRequest)

func (*SearchProbeGroupsRequest_FieldMask) SetFromCliFlag

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

func (*SearchProbeGroupsRequest_FieldMask) SetRaw

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

func (*SearchProbeGroupsRequest_FieldMask) Size

func (fieldMask *SearchProbeGroupsRequest_FieldMask) Size() int

func (*SearchProbeGroupsRequest_FieldMask) String

func (fieldMask *SearchProbeGroupsRequest_FieldMask) String() string

func (*SearchProbeGroupsRequest_FieldMask) Subtract

func (*SearchProbeGroupsRequest_FieldMask) SubtractRaw

func (*SearchProbeGroupsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*SearchProbeGroupsRequest_FieldMask) Unmarshal

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

func (*SearchProbeGroupsRequest_FieldMask) UnmarshalJSON

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

type SearchProbeGroupsRequest_FieldPath

type SearchProbeGroupsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() SearchProbeGroupsRequest_FieldPathSelector
	Get(source *SearchProbeGroupsRequest) []interface{}
	GetSingle(source *SearchProbeGroupsRequest) (interface{}, bool)
	ClearValue(item *SearchProbeGroupsRequest)

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

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

func MustParseSearchProbeGroupsRequest_FieldPath

func MustParseSearchProbeGroupsRequest_FieldPath(rawField string) SearchProbeGroupsRequest_FieldPath

func ParseSearchProbeGroupsRequest_FieldPath

func ParseSearchProbeGroupsRequest_FieldPath(rawField string) (SearchProbeGroupsRequest_FieldPath, error)

type SearchProbeGroupsRequest_FieldPathArrayItemValue

type SearchProbeGroupsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	SearchProbeGroupsRequest_FieldPath
	ContainsValue(*SearchProbeGroupsRequest) bool
}

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

func MustParseSearchProbeGroupsRequest_FieldPathArrayItemValue

func MustParseSearchProbeGroupsRequest_FieldPathArrayItemValue(pathStr, valueStr string) SearchProbeGroupsRequest_FieldPathArrayItemValue

func ParseSearchProbeGroupsRequest_FieldPathArrayItemValue

func ParseSearchProbeGroupsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (SearchProbeGroupsRequest_FieldPathArrayItemValue, error)

ParseSearchProbeGroupsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type SearchProbeGroupsRequest_FieldPathArrayOfValues

type SearchProbeGroupsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	SearchProbeGroupsRequest_FieldPath
}

SearchProbeGroupsRequest_FieldPathArrayOfValues allows storing slice of values for SearchProbeGroupsRequest fields according to their type

func MustParseSearchProbeGroupsRequest_FieldPathArrayOfValues

func MustParseSearchProbeGroupsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) SearchProbeGroupsRequest_FieldPathArrayOfValues

func ParseSearchProbeGroupsRequest_FieldPathArrayOfValues

func ParseSearchProbeGroupsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (SearchProbeGroupsRequest_FieldPathArrayOfValues, error)

type SearchProbeGroupsRequest_FieldPathSelector

type SearchProbeGroupsRequest_FieldPathSelector int32
const (
	SearchProbeGroupsRequest_FieldPathSelectorParent    SearchProbeGroupsRequest_FieldPathSelector = 0
	SearchProbeGroupsRequest_FieldPathSelectorPageSize  SearchProbeGroupsRequest_FieldPathSelector = 1
	SearchProbeGroupsRequest_FieldPathSelectorPageToken SearchProbeGroupsRequest_FieldPathSelector = 2
	SearchProbeGroupsRequest_FieldPathSelectorOrderBy   SearchProbeGroupsRequest_FieldPathSelector = 3
	SearchProbeGroupsRequest_FieldPathSelectorFilter    SearchProbeGroupsRequest_FieldPathSelector = 4
	SearchProbeGroupsRequest_FieldPathSelectorFieldMask SearchProbeGroupsRequest_FieldPathSelector = 5
	SearchProbeGroupsRequest_FieldPathSelectorView      SearchProbeGroupsRequest_FieldPathSelector = 6
	SearchProbeGroupsRequest_FieldPathSelectorPhrase    SearchProbeGroupsRequest_FieldPathSelector = 7
)

func (SearchProbeGroupsRequest_FieldPathSelector) String

type SearchProbeGroupsRequest_FieldPathValue

type SearchProbeGroupsRequest_FieldPathValue interface {
	SearchProbeGroupsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **SearchProbeGroupsRequest)
	CompareWith(*SearchProbeGroupsRequest) (cmp int, comparable bool)
}

SearchProbeGroupsRequest_FieldPathValue allows storing values for SearchProbeGroupsRequest fields according to their type

func MustParseSearchProbeGroupsRequest_FieldPathValue

func MustParseSearchProbeGroupsRequest_FieldPathValue(pathStr, valueStr string) SearchProbeGroupsRequest_FieldPathValue

func ParseSearchProbeGroupsRequest_FieldPathValue

func ParseSearchProbeGroupsRequest_FieldPathValue(pathStr, valueStr string) (SearchProbeGroupsRequest_FieldPathValue, error)

type SearchProbeGroupsRequest_FieldTerminalPath

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

func (*SearchProbeGroupsRequest_FieldTerminalPath) ClearValue

func (*SearchProbeGroupsRequest_FieldTerminalPath) ClearValueRaw

func (*SearchProbeGroupsRequest_FieldTerminalPath) Get

func (fp *SearchProbeGroupsRequest_FieldTerminalPath) Get(source *SearchProbeGroupsRequest) (values []interface{})

Get returns all values pointed by specific field from source SearchProbeGroupsRequest

func (*SearchProbeGroupsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*SearchProbeGroupsRequest_FieldTerminalPath) GetRaw

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

func (*SearchProbeGroupsRequest_FieldTerminalPath) GetSingle

func (fp *SearchProbeGroupsRequest_FieldTerminalPath) GetSingle(source *SearchProbeGroupsRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source SearchProbeGroupsRequest

func (*SearchProbeGroupsRequest_FieldTerminalPath) GetSingleRaw

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

func (*SearchProbeGroupsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*SearchProbeGroupsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*SearchProbeGroupsRequest_FieldTerminalPath) Selector

func (*SearchProbeGroupsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*SearchProbeGroupsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*SearchProbeGroupsRequest_FieldTerminalPath) WithIArrayItemValue

func (*SearchProbeGroupsRequest_FieldTerminalPath) WithIArrayOfValues

func (*SearchProbeGroupsRequest_FieldTerminalPath) WithIValue

func (*SearchProbeGroupsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*SearchProbeGroupsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*SearchProbeGroupsRequest_FieldTerminalPath) WithRawIValue

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

type SearchProbeGroupsRequest_FieldTerminalPathArrayItemValue

type SearchProbeGroupsRequest_FieldTerminalPathArrayItemValue struct {
	SearchProbeGroupsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SearchProbeGroupsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*SearchProbeGroupsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*SearchProbeGroupsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*SearchProbeGroupsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type SearchProbeGroupsRequest_FieldTerminalPathArrayOfValues

type SearchProbeGroupsRequest_FieldTerminalPathArrayOfValues struct {
	SearchProbeGroupsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SearchProbeGroupsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*SearchProbeGroupsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (*SearchProbeGroupsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (*SearchProbeGroupsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*SearchProbeGroupsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (*SearchProbeGroupsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*SearchProbeGroupsRequest_FieldTerminalPathArrayOfValues) AsPhraseArrayOfValues

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

func (*SearchProbeGroupsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*SearchProbeGroupsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type SearchProbeGroupsRequest_FieldTerminalPathValue

type SearchProbeGroupsRequest_FieldTerminalPathValue struct {
	SearchProbeGroupsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SearchProbeGroupsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*SearchProbeGroupsRequest_FieldTerminalPathValue) AsFilterValue

func (*SearchProbeGroupsRequest_FieldTerminalPathValue) AsOrderByValue

func (*SearchProbeGroupsRequest_FieldTerminalPathValue) AsPageSizeValue

func (*SearchProbeGroupsRequest_FieldTerminalPathValue) AsPageTokenValue

func (*SearchProbeGroupsRequest_FieldTerminalPathValue) AsParentValue

func (*SearchProbeGroupsRequest_FieldTerminalPathValue) AsPhraseValue

func (*SearchProbeGroupsRequest_FieldTerminalPathValue) AsViewValue

func (*SearchProbeGroupsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'SearchProbeGroupsRequest_FieldTerminalPathValue' with the value under path in 'SearchProbeGroupsRequest'.

func (*SearchProbeGroupsRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*SearchProbeGroupsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*SearchProbeGroupsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object SearchProbeGroupsRequest

func (*SearchProbeGroupsRequest_FieldTerminalPathValue) SetToRaw

type SearchProbeGroupsResponse

type SearchProbeGroupsResponse struct {

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

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

func (*SearchProbeGroupsResponse) Clone

func (*SearchProbeGroupsResponse) CloneRaw

func (*SearchProbeGroupsResponse) Descriptor

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

Deprecated, Use SearchProbeGroupsResponse.ProtoReflect.Descriptor instead.

func (*SearchProbeGroupsResponse) GetCurrentOffset

func (m *SearchProbeGroupsResponse) GetCurrentOffset() int32

func (*SearchProbeGroupsResponse) GetNextPageToken

func (m *SearchProbeGroupsResponse) GetNextPageToken() *probe_group.PagerCursor

func (*SearchProbeGroupsResponse) GetPrevPageToken

func (m *SearchProbeGroupsResponse) GetPrevPageToken() *probe_group.PagerCursor

func (*SearchProbeGroupsResponse) GetProbeGroups

func (m *SearchProbeGroupsResponse) GetProbeGroups() []*probe_group.ProbeGroup

func (*SearchProbeGroupsResponse) GetTotalResultsCount

func (m *SearchProbeGroupsResponse) GetTotalResultsCount() int32

func (*SearchProbeGroupsResponse) GotenMessage

func (*SearchProbeGroupsResponse) GotenMessage()

func (*SearchProbeGroupsResponse) GotenObjectExt

func (o *SearchProbeGroupsResponse) GotenObjectExt()

func (*SearchProbeGroupsResponse) GotenValidate

func (obj *SearchProbeGroupsResponse) GotenValidate() error

func (*SearchProbeGroupsResponse) MakeDiffFieldMask

func (*SearchProbeGroupsResponse) MakeFullFieldMask

func (*SearchProbeGroupsResponse) MakeRawDiffFieldMask

func (*SearchProbeGroupsResponse) MakeRawFullFieldMask

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

func (*SearchProbeGroupsResponse) Marshal

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

func (*SearchProbeGroupsResponse) MarshalJSON

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

func (*SearchProbeGroupsResponse) Merge

func (*SearchProbeGroupsResponse) MergeRaw

func (*SearchProbeGroupsResponse) ProtoMessage

func (*SearchProbeGroupsResponse) ProtoMessage()

func (*SearchProbeGroupsResponse) ProtoReflect

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

func (*SearchProbeGroupsResponse) Reset

func (m *SearchProbeGroupsResponse) Reset()

func (*SearchProbeGroupsResponse) SetCurrentOffset

func (m *SearchProbeGroupsResponse) SetCurrentOffset(fv int32)

func (*SearchProbeGroupsResponse) SetNextPageToken

func (m *SearchProbeGroupsResponse) SetNextPageToken(fv *probe_group.PagerCursor)

func (*SearchProbeGroupsResponse) SetPrevPageToken

func (m *SearchProbeGroupsResponse) SetPrevPageToken(fv *probe_group.PagerCursor)

func (*SearchProbeGroupsResponse) SetProbeGroups

func (m *SearchProbeGroupsResponse) SetProbeGroups(fv []*probe_group.ProbeGroup)

func (*SearchProbeGroupsResponse) SetTotalResultsCount

func (m *SearchProbeGroupsResponse) SetTotalResultsCount(fv int32)

func (*SearchProbeGroupsResponse) String

func (m *SearchProbeGroupsResponse) String() string

func (*SearchProbeGroupsResponse) Unmarshal

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

func (*SearchProbeGroupsResponse) UnmarshalJSON

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

type SearchProbeGroupsResponseFieldPathBuilder

type SearchProbeGroupsResponseFieldPathBuilder struct{}

func NewSearchProbeGroupsResponseFieldPathBuilder

func NewSearchProbeGroupsResponseFieldPathBuilder() SearchProbeGroupsResponseFieldPathBuilder

func (SearchProbeGroupsResponseFieldPathBuilder) CurrentOffset

func (SearchProbeGroupsResponseFieldPathBuilder) NextPageToken

func (SearchProbeGroupsResponseFieldPathBuilder) PrevPageToken

func (SearchProbeGroupsResponseFieldPathBuilder) ProbeGroups

func (SearchProbeGroupsResponseFieldPathBuilder) TotalResultsCount

type SearchProbeGroupsResponseMapPathSelectorProbeGroupsMetadataAnnotations

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

func (SearchProbeGroupsResponseMapPathSelectorProbeGroupsMetadataAnnotations) FieldPath

func (SearchProbeGroupsResponseMapPathSelectorProbeGroupsMetadataAnnotations) WithArrayOfValues

func (SearchProbeGroupsResponseMapPathSelectorProbeGroupsMetadataAnnotations) WithValue

type SearchProbeGroupsResponseMapPathSelectorProbeGroupsMetadataLabels

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

func (SearchProbeGroupsResponseMapPathSelectorProbeGroupsMetadataLabels) FieldPath

func (SearchProbeGroupsResponseMapPathSelectorProbeGroupsMetadataLabels) WithArrayOfValues

func (SearchProbeGroupsResponseMapPathSelectorProbeGroupsMetadataLabels) WithValue

type SearchProbeGroupsResponseMapPathSelectorProbeGroupsMetadataShards

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

func (SearchProbeGroupsResponseMapPathSelectorProbeGroupsMetadataShards) FieldPath

func (SearchProbeGroupsResponseMapPathSelectorProbeGroupsMetadataShards) WithArrayOfValues

func (SearchProbeGroupsResponseMapPathSelectorProbeGroupsMetadataShards) WithValue

type SearchProbeGroupsResponseMapPathSelectorProbeGroupsStateRegionalTargetCounts

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

func (SearchProbeGroupsResponseMapPathSelectorProbeGroupsStateRegionalTargetCounts) FieldPath

func (SearchProbeGroupsResponseMapPathSelectorProbeGroupsStateRegionalTargetCounts) WithArrayOfValues

func (SearchProbeGroupsResponseMapPathSelectorProbeGroupsStateRegionalTargetCounts) WithValue

type SearchProbeGroupsResponsePathSelectorCurrentOffset

type SearchProbeGroupsResponsePathSelectorCurrentOffset struct{}

func (SearchProbeGroupsResponsePathSelectorCurrentOffset) FieldPath

func (SearchProbeGroupsResponsePathSelectorCurrentOffset) WithArrayOfValues

func (SearchProbeGroupsResponsePathSelectorCurrentOffset) WithValue

type SearchProbeGroupsResponsePathSelectorNextPageToken

type SearchProbeGroupsResponsePathSelectorNextPageToken struct{}

func (SearchProbeGroupsResponsePathSelectorNextPageToken) FieldPath

func (SearchProbeGroupsResponsePathSelectorNextPageToken) WithArrayOfValues

func (SearchProbeGroupsResponsePathSelectorNextPageToken) WithValue

type SearchProbeGroupsResponsePathSelectorPrevPageToken

type SearchProbeGroupsResponsePathSelectorPrevPageToken struct{}

func (SearchProbeGroupsResponsePathSelectorPrevPageToken) FieldPath

func (SearchProbeGroupsResponsePathSelectorPrevPageToken) WithArrayOfValues

func (SearchProbeGroupsResponsePathSelectorPrevPageToken) WithValue

type SearchProbeGroupsResponsePathSelectorProbeGroups

type SearchProbeGroupsResponsePathSelectorProbeGroups struct{}

func (SearchProbeGroupsResponsePathSelectorProbeGroups) DisplayName

func (SearchProbeGroupsResponsePathSelectorProbeGroups) FieldPath

func (SearchProbeGroupsResponsePathSelectorProbeGroups) Metadata

func (SearchProbeGroupsResponsePathSelectorProbeGroups) Name

func (SearchProbeGroupsResponsePathSelectorProbeGroups) State

func (SearchProbeGroupsResponsePathSelectorProbeGroups) WithArrayOfValues

func (SearchProbeGroupsResponsePathSelectorProbeGroups) WithItemValue

func (SearchProbeGroupsResponsePathSelectorProbeGroups) WithSubArrayItemValue

func (SearchProbeGroupsResponsePathSelectorProbeGroups) WithSubArrayOfValues

func (SearchProbeGroupsResponsePathSelectorProbeGroups) WithSubPath

func (SearchProbeGroupsResponsePathSelectorProbeGroups) WithSubValue

func (SearchProbeGroupsResponsePathSelectorProbeGroups) WithValue

type SearchProbeGroupsResponsePathSelectorProbeGroupsDisplayName

type SearchProbeGroupsResponsePathSelectorProbeGroupsDisplayName struct{}

func (SearchProbeGroupsResponsePathSelectorProbeGroupsDisplayName) FieldPath

func (SearchProbeGroupsResponsePathSelectorProbeGroupsDisplayName) WithArrayOfValues

func (SearchProbeGroupsResponsePathSelectorProbeGroupsDisplayName) WithValue

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadata

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadata struct{}

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadata) DeleteTime added in v0.7.1

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadata) FieldPath

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadata) Labels

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadata) Lifecycle added in v0.7.1

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadata) Shards

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadata) Syncing

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadata) Tags

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadata) Uuid

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadata) WithArrayOfValues

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadata) WithValue

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataAnnotations

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataAnnotations struct{}

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataAnnotations) FieldPath

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataAnnotations) WithArrayOfValues

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataAnnotations) WithValue

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataCreateTime

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataCreateTime struct{}

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataCreateTime) FieldPath

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataCreateTime) WithArrayOfValues

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataCreateTime) WithValue

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataDeleteTime added in v0.7.1

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataDeleteTime struct{}

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataDeleteTime) FieldPath added in v0.7.1

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataDeleteTime) WithValue added in v0.7.1

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataGeneration

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataGeneration struct{}

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataGeneration) FieldPath

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataGeneration) WithArrayOfValues

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataGeneration) WithValue

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataLabels

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataLabels struct{}

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataLabels) FieldPath

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataLabels) WithArrayOfValues

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataLabels) WithKey

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataLabels) WithValue

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycle added in v0.7.1

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycle struct{}

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycle) BlockDeletion added in v0.7.1

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycle) FieldPath added in v0.7.1

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycle) State added in v0.7.1

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycle) WithValue added in v0.7.1

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycleBlockDeletion added in v0.7.1

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycleBlockDeletion struct{}

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycleState added in v0.7.1

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycleState struct{}

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycleState) FieldPath added in v0.7.1

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataLifecycleState) WithValue added in v0.7.1

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferences

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferences struct{}

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferences) FieldPath

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferences) Region added in v0.7.1

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferences) Version added in v0.7.1

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferences) WithArrayOfValues

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferences) WithItemValue

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferences) WithValue

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesBlockOwnerDeletion

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesController

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesController struct{}

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesController) FieldPath

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesController) WithArrayOfValues

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesController) WithValue

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesKind

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesKind struct{}

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesKind) FieldPath

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesKind) WithArrayOfValues

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesKind) WithValue

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesName

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesName struct{}

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesName) FieldPath

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesName) WithArrayOfValues

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesName) WithValue

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesRegion added in v0.7.1

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesRegion struct{}

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesRequiresOwnerReference struct{}

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesVersion added in v0.7.1

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesVersion struct{}

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataResourceVersion

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataResourceVersion struct{}

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataResourceVersion) FieldPath

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataResourceVersion) WithArrayOfValues

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataResourceVersion) WithValue

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataShards

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataShards struct{}

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataShards) FieldPath

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataShards) WithArrayOfValues

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataShards) WithKey

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataShards) WithValue

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncing

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncing struct{}

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncing) FieldPath

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncing) WithArrayOfValues

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncing) WithValue

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncingOwningRegion

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncingOwningRegion struct{}

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncingOwningRegion) FieldPath

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncingOwningRegion) WithArrayOfValues

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncingOwningRegion) WithValue

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncingRegions

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncingRegions struct{}

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncingRegions) FieldPath

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncingRegions) WithArrayOfValues

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncingRegions) WithItemValue

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataSyncingRegions) WithValue

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataTags

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataTags struct{}

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataTags) FieldPath

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataTags) WithArrayOfValues

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataTags) WithItemValue

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataTags) WithValue

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataUpdateTime

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataUpdateTime struct{}

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataUpdateTime) FieldPath

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataUpdateTime) WithArrayOfValues

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataUpdateTime) WithValue

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataUuid

type SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataUuid struct{}

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataUuid) FieldPath

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataUuid) WithArrayOfValues

func (SearchProbeGroupsResponsePathSelectorProbeGroupsMetadataUuid) WithValue

type SearchProbeGroupsResponsePathSelectorProbeGroupsName

type SearchProbeGroupsResponsePathSelectorProbeGroupsName struct{}

func (SearchProbeGroupsResponsePathSelectorProbeGroupsName) FieldPath

func (SearchProbeGroupsResponsePathSelectorProbeGroupsName) WithArrayOfValues

func (SearchProbeGroupsResponsePathSelectorProbeGroupsName) WithValue

type SearchProbeGroupsResponsePathSelectorProbeGroupsState

type SearchProbeGroupsResponsePathSelectorProbeGroupsState struct{}

func (SearchProbeGroupsResponsePathSelectorProbeGroupsState) FieldPath

func (SearchProbeGroupsResponsePathSelectorProbeGroupsState) TargetCount

func (SearchProbeGroupsResponsePathSelectorProbeGroupsState) WithArrayOfValues

func (SearchProbeGroupsResponsePathSelectorProbeGroupsState) WithValue

type SearchProbeGroupsResponsePathSelectorProbeGroupsStateRegionalTargetCounts

type SearchProbeGroupsResponsePathSelectorProbeGroupsStateRegionalTargetCounts struct{}

func (SearchProbeGroupsResponsePathSelectorProbeGroupsStateRegionalTargetCounts) FieldPath

func (SearchProbeGroupsResponsePathSelectorProbeGroupsStateRegionalTargetCounts) WithArrayOfValues

func (SearchProbeGroupsResponsePathSelectorProbeGroupsStateRegionalTargetCounts) WithValue

type SearchProbeGroupsResponsePathSelectorProbeGroupsStateTargetCount

type SearchProbeGroupsResponsePathSelectorProbeGroupsStateTargetCount struct{}

func (SearchProbeGroupsResponsePathSelectorProbeGroupsStateTargetCount) FieldPath

func (SearchProbeGroupsResponsePathSelectorProbeGroupsStateTargetCount) WithArrayOfValues

func (SearchProbeGroupsResponsePathSelectorProbeGroupsStateTargetCount) WithValue

type SearchProbeGroupsResponsePathSelectorTotalResultsCount

type SearchProbeGroupsResponsePathSelectorTotalResultsCount struct{}

func (SearchProbeGroupsResponsePathSelectorTotalResultsCount) FieldPath

func (SearchProbeGroupsResponsePathSelectorTotalResultsCount) WithArrayOfValues

func (SearchProbeGroupsResponsePathSelectorTotalResultsCount) WithValue

type SearchProbeGroupsResponse_FieldMask

type SearchProbeGroupsResponse_FieldMask struct {
	Paths []SearchProbeGroupsResponse_FieldPath
}

func FullSearchProbeGroupsResponse_FieldMask

func FullSearchProbeGroupsResponse_FieldMask() *SearchProbeGroupsResponse_FieldMask

func (*SearchProbeGroupsResponse_FieldMask) AppendPath

func (*SearchProbeGroupsResponse_FieldMask) AppendRawPath

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

func (*SearchProbeGroupsResponse_FieldMask) DecodeFirestore

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

func (*SearchProbeGroupsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*SearchProbeGroupsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*SearchProbeGroupsResponse_FieldMask) FromProtoFieldMask

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

func (*SearchProbeGroupsResponse_FieldMask) GetPaths

func (*SearchProbeGroupsResponse_FieldMask) GetRawPaths

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

func (*SearchProbeGroupsResponse_FieldMask) IsFull

func (fieldMask *SearchProbeGroupsResponse_FieldMask) IsFull() bool

func (SearchProbeGroupsResponse_FieldMask) Marshal

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

implement methods required by customType

func (SearchProbeGroupsResponse_FieldMask) MarshalJSON

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

func (*SearchProbeGroupsResponse_FieldMask) PathsCount

func (fieldMask *SearchProbeGroupsResponse_FieldMask) PathsCount() int

func (*SearchProbeGroupsResponse_FieldMask) Project

func (*SearchProbeGroupsResponse_FieldMask) ProjectRaw

func (*SearchProbeGroupsResponse_FieldMask) ProtoMessage

func (fieldMask *SearchProbeGroupsResponse_FieldMask) ProtoMessage()

func (*SearchProbeGroupsResponse_FieldMask) ProtoReflect

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

func (*SearchProbeGroupsResponse_FieldMask) Reset

func (fieldMask *SearchProbeGroupsResponse_FieldMask) Reset()

func (*SearchProbeGroupsResponse_FieldMask) Set

func (fieldMask *SearchProbeGroupsResponse_FieldMask) Set(target, source *SearchProbeGroupsResponse)

func (*SearchProbeGroupsResponse_FieldMask) SetFromCliFlag

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

func (*SearchProbeGroupsResponse_FieldMask) SetRaw

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

func (*SearchProbeGroupsResponse_FieldMask) Size

func (fieldMask *SearchProbeGroupsResponse_FieldMask) Size() int

func (*SearchProbeGroupsResponse_FieldMask) String

func (fieldMask *SearchProbeGroupsResponse_FieldMask) String() string

func (*SearchProbeGroupsResponse_FieldMask) Subtract

func (*SearchProbeGroupsResponse_FieldMask) SubtractRaw

func (*SearchProbeGroupsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*SearchProbeGroupsResponse_FieldMask) Unmarshal

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

func (*SearchProbeGroupsResponse_FieldMask) UnmarshalJSON

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

type SearchProbeGroupsResponse_FieldPath

type SearchProbeGroupsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() SearchProbeGroupsResponse_FieldPathSelector
	Get(source *SearchProbeGroupsResponse) []interface{}
	GetSingle(source *SearchProbeGroupsResponse) (interface{}, bool)
	ClearValue(item *SearchProbeGroupsResponse)

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

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

func MustParseSearchProbeGroupsResponse_FieldPath

func MustParseSearchProbeGroupsResponse_FieldPath(rawField string) SearchProbeGroupsResponse_FieldPath

func ParseSearchProbeGroupsResponse_FieldPath

func ParseSearchProbeGroupsResponse_FieldPath(rawField string) (SearchProbeGroupsResponse_FieldPath, error)

type SearchProbeGroupsResponse_FieldPathArrayItemValue

type SearchProbeGroupsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	SearchProbeGroupsResponse_FieldPath
	ContainsValue(*SearchProbeGroupsResponse) bool
}

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

func MustParseSearchProbeGroupsResponse_FieldPathArrayItemValue

func MustParseSearchProbeGroupsResponse_FieldPathArrayItemValue(pathStr, valueStr string) SearchProbeGroupsResponse_FieldPathArrayItemValue

func ParseSearchProbeGroupsResponse_FieldPathArrayItemValue

func ParseSearchProbeGroupsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (SearchProbeGroupsResponse_FieldPathArrayItemValue, error)

ParseSearchProbeGroupsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type SearchProbeGroupsResponse_FieldPathArrayOfValues

type SearchProbeGroupsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	SearchProbeGroupsResponse_FieldPath
}

SearchProbeGroupsResponse_FieldPathArrayOfValues allows storing slice of values for SearchProbeGroupsResponse fields according to their type

func MustParseSearchProbeGroupsResponse_FieldPathArrayOfValues

func MustParseSearchProbeGroupsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) SearchProbeGroupsResponse_FieldPathArrayOfValues

func ParseSearchProbeGroupsResponse_FieldPathArrayOfValues

func ParseSearchProbeGroupsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (SearchProbeGroupsResponse_FieldPathArrayOfValues, error)

type SearchProbeGroupsResponse_FieldPathSelector

type SearchProbeGroupsResponse_FieldPathSelector int32
const (
	SearchProbeGroupsResponse_FieldPathSelectorProbeGroups       SearchProbeGroupsResponse_FieldPathSelector = 0
	SearchProbeGroupsResponse_FieldPathSelectorPrevPageToken     SearchProbeGroupsResponse_FieldPathSelector = 1
	SearchProbeGroupsResponse_FieldPathSelectorNextPageToken     SearchProbeGroupsResponse_FieldPathSelector = 2
	SearchProbeGroupsResponse_FieldPathSelectorCurrentOffset     SearchProbeGroupsResponse_FieldPathSelector = 3
	SearchProbeGroupsResponse_FieldPathSelectorTotalResultsCount SearchProbeGroupsResponse_FieldPathSelector = 4
)

func (SearchProbeGroupsResponse_FieldPathSelector) String

type SearchProbeGroupsResponse_FieldPathValue

type SearchProbeGroupsResponse_FieldPathValue interface {
	SearchProbeGroupsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **SearchProbeGroupsResponse)
	CompareWith(*SearchProbeGroupsResponse) (cmp int, comparable bool)
}

SearchProbeGroupsResponse_FieldPathValue allows storing values for SearchProbeGroupsResponse fields according to their type

func MustParseSearchProbeGroupsResponse_FieldPathValue

func MustParseSearchProbeGroupsResponse_FieldPathValue(pathStr, valueStr string) SearchProbeGroupsResponse_FieldPathValue

func ParseSearchProbeGroupsResponse_FieldPathValue

func ParseSearchProbeGroupsResponse_FieldPathValue(pathStr, valueStr string) (SearchProbeGroupsResponse_FieldPathValue, error)

type SearchProbeGroupsResponse_FieldSubPath

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

func (*SearchProbeGroupsResponse_FieldSubPath) AsProbeGroupsSubPath

func (*SearchProbeGroupsResponse_FieldSubPath) ClearValue

func (*SearchProbeGroupsResponse_FieldSubPath) ClearValueRaw

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

func (*SearchProbeGroupsResponse_FieldSubPath) Get

func (fps *SearchProbeGroupsResponse_FieldSubPath) Get(source *SearchProbeGroupsResponse) (values []interface{})

Get returns all values pointed by selected field from source SearchProbeGroupsResponse

func (*SearchProbeGroupsResponse_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*SearchProbeGroupsResponse_FieldSubPath) GetRaw

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

func (*SearchProbeGroupsResponse_FieldSubPath) GetSingle

func (fps *SearchProbeGroupsResponse_FieldSubPath) GetSingle(source *SearchProbeGroupsResponse) (interface{}, bool)

GetSingle returns value of selected field from source SearchProbeGroupsResponse

func (*SearchProbeGroupsResponse_FieldSubPath) GetSingleRaw

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

func (*SearchProbeGroupsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*SearchProbeGroupsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*SearchProbeGroupsResponse_FieldSubPath) Selector

func (*SearchProbeGroupsResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*SearchProbeGroupsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*SearchProbeGroupsResponse_FieldSubPath) WithIArrayItemValue

func (*SearchProbeGroupsResponse_FieldSubPath) WithIArrayOfValues

func (*SearchProbeGroupsResponse_FieldSubPath) WithIValue

func (*SearchProbeGroupsResponse_FieldSubPath) WithRawIArrayItemValue

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

func (*SearchProbeGroupsResponse_FieldSubPath) WithRawIArrayOfValues

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

func (*SearchProbeGroupsResponse_FieldSubPath) WithRawIValue

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

type SearchProbeGroupsResponse_FieldSubPathArrayItemValue

type SearchProbeGroupsResponse_FieldSubPathArrayItemValue struct {
	SearchProbeGroupsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*SearchProbeGroupsResponse_FieldSubPathArrayItemValue) AsProbeGroupsPathItemValue

func (*SearchProbeGroupsResponse_FieldSubPathArrayItemValue) ContainsValue

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

func (*SearchProbeGroupsResponse_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type SearchProbeGroupsResponse_FieldSubPathArrayOfValues

type SearchProbeGroupsResponse_FieldSubPathArrayOfValues struct {
	SearchProbeGroupsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*SearchProbeGroupsResponse_FieldSubPathArrayOfValues) AsProbeGroupsPathArrayOfValues

func (*SearchProbeGroupsResponse_FieldSubPathArrayOfValues) GetRawValues

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

type SearchProbeGroupsResponse_FieldSubPathValue

type SearchProbeGroupsResponse_FieldSubPathValue struct {
	SearchProbeGroupsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*SearchProbeGroupsResponse_FieldSubPathValue) AsProbeGroupsPathValue

func (*SearchProbeGroupsResponse_FieldSubPathValue) CompareWith

func (*SearchProbeGroupsResponse_FieldSubPathValue) CompareWithRaw

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

func (*SearchProbeGroupsResponse_FieldSubPathValue) GetRawValue

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

func (*SearchProbeGroupsResponse_FieldSubPathValue) SetTo

func (*SearchProbeGroupsResponse_FieldSubPathValue) SetToRaw

type SearchProbeGroupsResponse_FieldTerminalPath

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

func (*SearchProbeGroupsResponse_FieldTerminalPath) ClearValue

func (*SearchProbeGroupsResponse_FieldTerminalPath) ClearValueRaw

func (*SearchProbeGroupsResponse_FieldTerminalPath) Get

func (fp *SearchProbeGroupsResponse_FieldTerminalPath) Get(source *SearchProbeGroupsResponse) (values []interface{})

Get returns all values pointed by specific field from source SearchProbeGroupsResponse

func (*SearchProbeGroupsResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*SearchProbeGroupsResponse_FieldTerminalPath) GetRaw

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

func (*SearchProbeGroupsResponse_FieldTerminalPath) GetSingle

func (fp *SearchProbeGroupsResponse_FieldTerminalPath) GetSingle(source *SearchProbeGroupsResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source SearchProbeGroupsResponse

func (*SearchProbeGroupsResponse_FieldTerminalPath) GetSingleRaw

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

func (*SearchProbeGroupsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*SearchProbeGroupsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*SearchProbeGroupsResponse_FieldTerminalPath) Selector

func (*SearchProbeGroupsResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*SearchProbeGroupsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*SearchProbeGroupsResponse_FieldTerminalPath) WithIArrayItemValue

func (*SearchProbeGroupsResponse_FieldTerminalPath) WithIArrayOfValues

func (*SearchProbeGroupsResponse_FieldTerminalPath) WithIValue

func (*SearchProbeGroupsResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*SearchProbeGroupsResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*SearchProbeGroupsResponse_FieldTerminalPath) WithRawIValue

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

type SearchProbeGroupsResponse_FieldTerminalPathArrayItemValue

type SearchProbeGroupsResponse_FieldTerminalPathArrayItemValue struct {
	SearchProbeGroupsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SearchProbeGroupsResponse_FieldTerminalPathArrayItemValue) AsProbeGroupsItemValue

func (*SearchProbeGroupsResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*SearchProbeGroupsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*SearchProbeGroupsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*SearchProbeGroupsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type SearchProbeGroupsResponse_FieldTerminalPathArrayOfValues

type SearchProbeGroupsResponse_FieldTerminalPathArrayOfValues struct {
	SearchProbeGroupsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SearchProbeGroupsResponse_FieldTerminalPathArrayOfValues) AsCurrentOffsetArrayOfValues

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

func (*SearchProbeGroupsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (fpaov *SearchProbeGroupsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*probe_group.PagerCursor, bool)

func (*SearchProbeGroupsResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (fpaov *SearchProbeGroupsResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*probe_group.PagerCursor, bool)

func (*SearchProbeGroupsResponse_FieldTerminalPathArrayOfValues) AsProbeGroupsArrayOfValues

func (fpaov *SearchProbeGroupsResponse_FieldTerminalPathArrayOfValues) AsProbeGroupsArrayOfValues() ([][]*probe_group.ProbeGroup, bool)

func (*SearchProbeGroupsResponse_FieldTerminalPathArrayOfValues) AsTotalResultsCountArrayOfValues

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

func (*SearchProbeGroupsResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type SearchProbeGroupsResponse_FieldTerminalPathValue

type SearchProbeGroupsResponse_FieldTerminalPathValue struct {
	SearchProbeGroupsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*SearchProbeGroupsResponse_FieldTerminalPathValue) AsCurrentOffsetValue

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

func (*SearchProbeGroupsResponse_FieldTerminalPathValue) AsNextPageTokenValue

func (*SearchProbeGroupsResponse_FieldTerminalPathValue) AsPrevPageTokenValue

func (*SearchProbeGroupsResponse_FieldTerminalPathValue) AsProbeGroupsValue

func (*SearchProbeGroupsResponse_FieldTerminalPathValue) AsTotalResultsCountValue

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

func (*SearchProbeGroupsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'SearchProbeGroupsResponse_FieldTerminalPathValue' with the value under path in 'SearchProbeGroupsResponse'.

func (*SearchProbeGroupsResponse_FieldTerminalPathValue) CompareWithRaw

func (*SearchProbeGroupsResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*SearchProbeGroupsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object SearchProbeGroupsResponse

func (*SearchProbeGroupsResponse_FieldTerminalPathValue) SetToRaw

type UpdateProbeGroupDescriptor added in v0.4.26

type UpdateProbeGroupDescriptor struct{}

func GetUpdateProbeGroupDescriptor added in v0.4.26

func GetUpdateProbeGroupDescriptor() *UpdateProbeGroupDescriptor

func (*UpdateProbeGroupDescriptor) GetApiDescriptor added in v0.4.26

func (*UpdateProbeGroupDescriptor) GetApiName added in v0.4.26

func (d *UpdateProbeGroupDescriptor) GetApiName() string

func (*UpdateProbeGroupDescriptor) GetClientMsgReflectHandle added in v0.4.26

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

func (*UpdateProbeGroupDescriptor) GetFullMethodName added in v0.4.26

func (d *UpdateProbeGroupDescriptor) GetFullMethodName() string

func (*UpdateProbeGroupDescriptor) GetMethodName added in v0.4.26

func (d *UpdateProbeGroupDescriptor) GetMethodName() string

func (*UpdateProbeGroupDescriptor) GetProtoPkgName added in v0.4.26

func (d *UpdateProbeGroupDescriptor) GetProtoPkgName() string

func (*UpdateProbeGroupDescriptor) GetResourceDescriptor added in v0.4.27

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

func (*UpdateProbeGroupDescriptor) GetServerMsgReflectHandle added in v0.4.26

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

func (*UpdateProbeGroupDescriptor) GetServiceDomain added in v0.4.26

func (d *UpdateProbeGroupDescriptor) GetServiceDomain() string

func (*UpdateProbeGroupDescriptor) GetServiceVersion added in v0.4.26

func (d *UpdateProbeGroupDescriptor) GetServiceVersion() string

func (*UpdateProbeGroupDescriptor) GetVerb added in v0.4.26

func (d *UpdateProbeGroupDescriptor) GetVerb() string

func (*UpdateProbeGroupDescriptor) HasResource added in v0.4.27

func (d *UpdateProbeGroupDescriptor) HasResource() bool

func (*UpdateProbeGroupDescriptor) IsClientStream added in v0.4.26

func (d *UpdateProbeGroupDescriptor) IsClientStream() bool

func (*UpdateProbeGroupDescriptor) IsCollection added in v0.4.27

func (d *UpdateProbeGroupDescriptor) IsCollection() bool

func (*UpdateProbeGroupDescriptor) IsPlural added in v0.4.27

func (d *UpdateProbeGroupDescriptor) IsPlural() bool

func (*UpdateProbeGroupDescriptor) IsServerStream added in v0.4.26

func (d *UpdateProbeGroupDescriptor) IsServerStream() bool

func (*UpdateProbeGroupDescriptor) IsUnary added in v0.4.26

func (d *UpdateProbeGroupDescriptor) IsUnary() bool

func (*UpdateProbeGroupDescriptor) NewEmptyClientMsg added in v0.4.26

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

func (*UpdateProbeGroupDescriptor) NewEmptyServerMsg added in v0.4.26

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

func (*UpdateProbeGroupDescriptor) RequestHasResourceBody added in v0.4.26

func (d *UpdateProbeGroupDescriptor) RequestHasResourceBody() bool

type UpdateProbeGroupDescriptorClientMsgHandle added in v0.4.26

type UpdateProbeGroupDescriptorClientMsgHandle struct{}

func (*UpdateProbeGroupDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

func (*UpdateProbeGroupDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*UpdateProbeGroupDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type UpdateProbeGroupDescriptorServerMsgHandle added in v0.4.26

type UpdateProbeGroupDescriptorServerMsgHandle struct{}

func (*UpdateProbeGroupDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

func (*UpdateProbeGroupDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*UpdateProbeGroupDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

type UpdateProbeGroupRequest

type UpdateProbeGroupRequest struct {

	// ProbeGroup resource body
	ProbeGroup *probe_group.ProbeGroup `protobuf:"bytes,2,opt,name=probe_group,json=probeGroup,proto3" json:"probe_group,omitempty" firestore:"probeGroup"`
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *probe_group.ProbeGroup_FieldMask `` /* 146-byte string literal not displayed */
	// Conditional update applied to request if update should be executed only for
	// specific resource state. If this field is populated, then server will fetch
	// existing resource, compare with the one stored in the cas field (after
	// applying field mask) and proceed with update only and only if they match.
	// Otherwise RPC error Aborted will be returned.
	Cas *UpdateProbeGroupRequest_CAS `protobuf:"bytes,4,opt,name=cas,proto3" json:"cas,omitempty" firestore:"cas"`
	// If set to true, and the resource is not found,
	// a new resource will be created.  In this situation,
	// 'field_mask' is ignored.
	//
	// https://google.aip.dev/134#create-or-update
	AllowMissing bool `protobuf:"varint,5,opt,name=allow_missing,json=allowMissing,proto3" json:"allow_missing,omitempty" firestore:"allowMissing"`
	// contains filtered or unexported fields
}

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

func (*UpdateProbeGroupRequest) Clone

func (*UpdateProbeGroupRequest) CloneRaw

func (*UpdateProbeGroupRequest) Descriptor

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

Deprecated, Use UpdateProbeGroupRequest.ProtoReflect.Descriptor instead.

func (*UpdateProbeGroupRequest) GetAllowMissing added in v0.12.5

func (m *UpdateProbeGroupRequest) GetAllowMissing() bool

func (*UpdateProbeGroupRequest) GetCas

func (*UpdateProbeGroupRequest) GetProbeGroup

func (m *UpdateProbeGroupRequest) GetProbeGroup() *probe_group.ProbeGroup

func (*UpdateProbeGroupRequest) GetUpdateMask

func (*UpdateProbeGroupRequest) GotenMessage

func (*UpdateProbeGroupRequest) GotenMessage()

func (*UpdateProbeGroupRequest) GotenObjectExt

func (o *UpdateProbeGroupRequest) GotenObjectExt()

func (*UpdateProbeGroupRequest) GotenValidate

func (obj *UpdateProbeGroupRequest) GotenValidate() error

func (*UpdateProbeGroupRequest) MakeDiffFieldMask

func (*UpdateProbeGroupRequest) MakeFullFieldMask

func (*UpdateProbeGroupRequest) MakeRawDiffFieldMask

func (*UpdateProbeGroupRequest) MakeRawFullFieldMask

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

func (*UpdateProbeGroupRequest) Marshal

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

func (*UpdateProbeGroupRequest) MarshalJSON

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

func (*UpdateProbeGroupRequest) Merge

func (*UpdateProbeGroupRequest) MergeRaw

func (*UpdateProbeGroupRequest) ProtoMessage

func (*UpdateProbeGroupRequest) ProtoMessage()

func (*UpdateProbeGroupRequest) ProtoReflect

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

func (*UpdateProbeGroupRequest) Reset

func (m *UpdateProbeGroupRequest) Reset()

func (*UpdateProbeGroupRequest) SetAllowMissing added in v0.12.5

func (m *UpdateProbeGroupRequest) SetAllowMissing(fv bool)

func (*UpdateProbeGroupRequest) SetCas

func (*UpdateProbeGroupRequest) SetProbeGroup

func (m *UpdateProbeGroupRequest) SetProbeGroup(fv *probe_group.ProbeGroup)

func (*UpdateProbeGroupRequest) SetUpdateMask

func (*UpdateProbeGroupRequest) String

func (m *UpdateProbeGroupRequest) String() string

func (*UpdateProbeGroupRequest) Unmarshal

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

func (*UpdateProbeGroupRequest) UnmarshalJSON

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

type UpdateProbeGroupRequestCASFieldPathBuilder

type UpdateProbeGroupRequestCASFieldPathBuilder struct{}

func NewUpdateProbeGroupRequestCASFieldPathBuilder

func NewUpdateProbeGroupRequestCASFieldPathBuilder() UpdateProbeGroupRequestCASFieldPathBuilder

func (UpdateProbeGroupRequestCASFieldPathBuilder) ConditionalState

func (UpdateProbeGroupRequestCASFieldPathBuilder) FieldMask

type UpdateProbeGroupRequestCAS_FieldPath

type UpdateProbeGroupRequestCAS_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdateProbeGroupRequestCAS_FieldPathSelector
	Get(source *UpdateProbeGroupRequest_CAS) []interface{}
	GetSingle(source *UpdateProbeGroupRequest_CAS) (interface{}, bool)
	ClearValue(item *UpdateProbeGroupRequest_CAS)

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

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

func MustParseUpdateProbeGroupRequestCAS_FieldPath

func MustParseUpdateProbeGroupRequestCAS_FieldPath(rawField string) UpdateProbeGroupRequestCAS_FieldPath

func ParseUpdateProbeGroupRequestCAS_FieldPath

func ParseUpdateProbeGroupRequestCAS_FieldPath(rawField string) (UpdateProbeGroupRequestCAS_FieldPath, error)

type UpdateProbeGroupRequestCAS_FieldPathArrayItemValue

type UpdateProbeGroupRequestCAS_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdateProbeGroupRequestCAS_FieldPath
	ContainsValue(*UpdateProbeGroupRequest_CAS) bool
}

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

func MustParseUpdateProbeGroupRequestCAS_FieldPathArrayItemValue

func MustParseUpdateProbeGroupRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) UpdateProbeGroupRequestCAS_FieldPathArrayItemValue

func ParseUpdateProbeGroupRequestCAS_FieldPathArrayItemValue

func ParseUpdateProbeGroupRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateProbeGroupRequestCAS_FieldPathArrayItemValue, error)

ParseUpdateProbeGroupRequestCAS_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdateProbeGroupRequestCAS_FieldPathArrayOfValues

type UpdateProbeGroupRequestCAS_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdateProbeGroupRequestCAS_FieldPath
}

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

func MustParseUpdateProbeGroupRequestCAS_FieldPathArrayOfValues

func MustParseUpdateProbeGroupRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateProbeGroupRequestCAS_FieldPathArrayOfValues

func ParseUpdateProbeGroupRequestCAS_FieldPathArrayOfValues

func ParseUpdateProbeGroupRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateProbeGroupRequestCAS_FieldPathArrayOfValues, error)

type UpdateProbeGroupRequestCAS_FieldPathSelector

type UpdateProbeGroupRequestCAS_FieldPathSelector int32
const (
	UpdateProbeGroupRequestCAS_FieldPathSelectorConditionalState UpdateProbeGroupRequestCAS_FieldPathSelector = 0
	UpdateProbeGroupRequestCAS_FieldPathSelectorFieldMask        UpdateProbeGroupRequestCAS_FieldPathSelector = 1
)

func (UpdateProbeGroupRequestCAS_FieldPathSelector) String

type UpdateProbeGroupRequestCAS_FieldPathValue

type UpdateProbeGroupRequestCAS_FieldPathValue interface {
	UpdateProbeGroupRequestCAS_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdateProbeGroupRequest_CAS)
	CompareWith(*UpdateProbeGroupRequest_CAS) (cmp int, comparable bool)
}

UpdateProbeGroupRequestCAS_FieldPathValue allows storing values for CAS fields according to their type

func MustParseUpdateProbeGroupRequestCAS_FieldPathValue

func MustParseUpdateProbeGroupRequestCAS_FieldPathValue(pathStr, valueStr string) UpdateProbeGroupRequestCAS_FieldPathValue

func ParseUpdateProbeGroupRequestCAS_FieldPathValue

func ParseUpdateProbeGroupRequestCAS_FieldPathValue(pathStr, valueStr string) (UpdateProbeGroupRequestCAS_FieldPathValue, error)

type UpdateProbeGroupRequestCAS_FieldSubPath

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

func (*UpdateProbeGroupRequestCAS_FieldSubPath) AsConditionalStateSubPath

func (*UpdateProbeGroupRequestCAS_FieldSubPath) ClearValue

func (*UpdateProbeGroupRequestCAS_FieldSubPath) ClearValueRaw

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

func (*UpdateProbeGroupRequestCAS_FieldSubPath) Get

func (fps *UpdateProbeGroupRequestCAS_FieldSubPath) Get(source *UpdateProbeGroupRequest_CAS) (values []interface{})

Get returns all values pointed by selected field from source UpdateProbeGroupRequest_CAS

func (*UpdateProbeGroupRequestCAS_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateProbeGroupRequestCAS_FieldSubPath) GetRaw

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

func (*UpdateProbeGroupRequestCAS_FieldSubPath) GetSingle

func (fps *UpdateProbeGroupRequestCAS_FieldSubPath) GetSingle(source *UpdateProbeGroupRequest_CAS) (interface{}, bool)

GetSingle returns value of selected field from source UpdateProbeGroupRequest_CAS

func (*UpdateProbeGroupRequestCAS_FieldSubPath) GetSingleRaw

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

func (*UpdateProbeGroupRequestCAS_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateProbeGroupRequestCAS_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateProbeGroupRequestCAS_FieldSubPath) Selector

func (*UpdateProbeGroupRequestCAS_FieldSubPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*UpdateProbeGroupRequestCAS_FieldSubPath) String

String returns path representation in proto convention

func (*UpdateProbeGroupRequestCAS_FieldSubPath) WithIArrayItemValue

func (*UpdateProbeGroupRequestCAS_FieldSubPath) WithIArrayOfValues

func (*UpdateProbeGroupRequestCAS_FieldSubPath) WithIValue

func (*UpdateProbeGroupRequestCAS_FieldSubPath) WithRawIArrayItemValue

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

func (*UpdateProbeGroupRequestCAS_FieldSubPath) WithRawIArrayOfValues

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

func (*UpdateProbeGroupRequestCAS_FieldSubPath) WithRawIValue

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

type UpdateProbeGroupRequestCAS_FieldSubPathArrayItemValue

type UpdateProbeGroupRequestCAS_FieldSubPathArrayItemValue struct {
	UpdateProbeGroupRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateProbeGroupRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue

func (*UpdateProbeGroupRequestCAS_FieldSubPathArrayItemValue) ContainsValue

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

func (*UpdateProbeGroupRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type UpdateProbeGroupRequestCAS_FieldSubPathArrayOfValues

type UpdateProbeGroupRequestCAS_FieldSubPathArrayOfValues struct {
	UpdateProbeGroupRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateProbeGroupRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues

func (*UpdateProbeGroupRequestCAS_FieldSubPathArrayOfValues) GetRawValues

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

type UpdateProbeGroupRequestCAS_FieldSubPathValue

type UpdateProbeGroupRequestCAS_FieldSubPathValue struct {
	UpdateProbeGroupRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateProbeGroupRequestCAS_FieldSubPathValue) AsConditionalStatePathValue

func (*UpdateProbeGroupRequestCAS_FieldSubPathValue) CompareWith

func (*UpdateProbeGroupRequestCAS_FieldSubPathValue) CompareWithRaw

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

func (*UpdateProbeGroupRequestCAS_FieldSubPathValue) GetRawValue

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

func (*UpdateProbeGroupRequestCAS_FieldSubPathValue) SetTo

func (*UpdateProbeGroupRequestCAS_FieldSubPathValue) SetToRaw

type UpdateProbeGroupRequestCAS_FieldTerminalPath

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

func (*UpdateProbeGroupRequestCAS_FieldTerminalPath) ClearValue

func (*UpdateProbeGroupRequestCAS_FieldTerminalPath) ClearValueRaw

func (*UpdateProbeGroupRequestCAS_FieldTerminalPath) Get

func (fp *UpdateProbeGroupRequestCAS_FieldTerminalPath) Get(source *UpdateProbeGroupRequest_CAS) (values []interface{})

Get returns all values pointed by specific field from source UpdateProbeGroupRequest_CAS

func (*UpdateProbeGroupRequestCAS_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateProbeGroupRequestCAS_FieldTerminalPath) GetRaw

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

func (*UpdateProbeGroupRequestCAS_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source UpdateProbeGroupRequest_CAS

func (*UpdateProbeGroupRequestCAS_FieldTerminalPath) GetSingleRaw

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

func (*UpdateProbeGroupRequestCAS_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateProbeGroupRequestCAS_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateProbeGroupRequestCAS_FieldTerminalPath) Selector

func (*UpdateProbeGroupRequestCAS_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*UpdateProbeGroupRequestCAS_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateProbeGroupRequestCAS_FieldTerminalPath) WithIArrayItemValue

func (*UpdateProbeGroupRequestCAS_FieldTerminalPath) WithIArrayOfValues

func (*UpdateProbeGroupRequestCAS_FieldTerminalPath) WithIValue

func (*UpdateProbeGroupRequestCAS_FieldTerminalPath) WithRawIArrayItemValue

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

func (*UpdateProbeGroupRequestCAS_FieldTerminalPath) WithRawIArrayOfValues

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

func (*UpdateProbeGroupRequestCAS_FieldTerminalPath) WithRawIValue

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

type UpdateProbeGroupRequestCAS_FieldTerminalPathArrayItemValue

type UpdateProbeGroupRequestCAS_FieldTerminalPathArrayItemValue struct {
	UpdateProbeGroupRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateProbeGroupRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*UpdateProbeGroupRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*UpdateProbeGroupRequestCAS_FieldTerminalPathArrayItemValue) GetSingle

func (*UpdateProbeGroupRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type UpdateProbeGroupRequestCAS_FieldTerminalPathArrayOfValues

type UpdateProbeGroupRequestCAS_FieldTerminalPathArrayOfValues struct {
	UpdateProbeGroupRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateProbeGroupRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues

func (fpaov *UpdateProbeGroupRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues() ([]*probe_group.ProbeGroup, bool)

func (*UpdateProbeGroupRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*UpdateProbeGroupRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues

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

type UpdateProbeGroupRequestCAS_FieldTerminalPathValue

type UpdateProbeGroupRequestCAS_FieldTerminalPathValue struct {
	UpdateProbeGroupRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateProbeGroupRequestCAS_FieldTerminalPathValue) AsConditionalStateValue

func (*UpdateProbeGroupRequestCAS_FieldTerminalPathValue) AsFieldMaskValue

func (*UpdateProbeGroupRequestCAS_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdateProbeGroupRequestCAS_FieldTerminalPathValue' with the value under path in 'UpdateProbeGroupRequest_CAS'.

func (*UpdateProbeGroupRequestCAS_FieldTerminalPathValue) CompareWithRaw

func (*UpdateProbeGroupRequestCAS_FieldTerminalPathValue) GetRawValue

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

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

func (*UpdateProbeGroupRequestCAS_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CAS

func (*UpdateProbeGroupRequestCAS_FieldTerminalPathValue) SetToRaw

type UpdateProbeGroupRequestFieldPathBuilder

type UpdateProbeGroupRequestFieldPathBuilder struct{}

func NewUpdateProbeGroupRequestFieldPathBuilder

func NewUpdateProbeGroupRequestFieldPathBuilder() UpdateProbeGroupRequestFieldPathBuilder

func (UpdateProbeGroupRequestFieldPathBuilder) AllowMissing added in v0.12.5

func (UpdateProbeGroupRequestFieldPathBuilder) Cas

func (UpdateProbeGroupRequestFieldPathBuilder) ProbeGroup

func (UpdateProbeGroupRequestFieldPathBuilder) UpdateMask

type UpdateProbeGroupRequestMapPathSelectorCasConditionalStateMetadataAnnotations

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

func (UpdateProbeGroupRequestMapPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdateProbeGroupRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateProbeGroupRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdateProbeGroupRequestMapPathSelectorCasConditionalStateMetadataLabels

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

func (UpdateProbeGroupRequestMapPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdateProbeGroupRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateProbeGroupRequestMapPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdateProbeGroupRequestMapPathSelectorCasConditionalStateMetadataShards

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

func (UpdateProbeGroupRequestMapPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdateProbeGroupRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdateProbeGroupRequestMapPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdateProbeGroupRequestMapPathSelectorCasConditionalStateStateRegionalTargetCounts

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

func (UpdateProbeGroupRequestMapPathSelectorCasConditionalStateStateRegionalTargetCounts) FieldPath

func (UpdateProbeGroupRequestMapPathSelectorCasConditionalStateStateRegionalTargetCounts) WithArrayOfValues

func (UpdateProbeGroupRequestMapPathSelectorCasConditionalStateStateRegionalTargetCounts) WithValue

type UpdateProbeGroupRequestMapPathSelectorProbeGroupMetadataAnnotations

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

func (UpdateProbeGroupRequestMapPathSelectorProbeGroupMetadataAnnotations) FieldPath

func (UpdateProbeGroupRequestMapPathSelectorProbeGroupMetadataAnnotations) WithArrayOfValues

func (UpdateProbeGroupRequestMapPathSelectorProbeGroupMetadataAnnotations) WithValue

type UpdateProbeGroupRequestMapPathSelectorProbeGroupMetadataLabels

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

func (UpdateProbeGroupRequestMapPathSelectorProbeGroupMetadataLabels) FieldPath

func (UpdateProbeGroupRequestMapPathSelectorProbeGroupMetadataLabels) WithArrayOfValues

func (UpdateProbeGroupRequestMapPathSelectorProbeGroupMetadataLabels) WithValue

type UpdateProbeGroupRequestMapPathSelectorProbeGroupMetadataShards

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

func (UpdateProbeGroupRequestMapPathSelectorProbeGroupMetadataShards) FieldPath

func (UpdateProbeGroupRequestMapPathSelectorProbeGroupMetadataShards) WithArrayOfValues

func (UpdateProbeGroupRequestMapPathSelectorProbeGroupMetadataShards) WithValue

type UpdateProbeGroupRequestMapPathSelectorProbeGroupStateRegionalTargetCounts

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

func (UpdateProbeGroupRequestMapPathSelectorProbeGroupStateRegionalTargetCounts) FieldPath

func (UpdateProbeGroupRequestMapPathSelectorProbeGroupStateRegionalTargetCounts) WithArrayOfValues

func (UpdateProbeGroupRequestMapPathSelectorProbeGroupStateRegionalTargetCounts) WithValue

type UpdateProbeGroupRequestPathSelectorAllowMissing added in v0.12.5

type UpdateProbeGroupRequestPathSelectorAllowMissing struct{}

func (UpdateProbeGroupRequestPathSelectorAllowMissing) FieldPath added in v0.12.5

func (UpdateProbeGroupRequestPathSelectorAllowMissing) WithArrayOfValues added in v0.12.5

func (UpdateProbeGroupRequestPathSelectorAllowMissing) WithValue added in v0.12.5

type UpdateProbeGroupRequestPathSelectorCas

type UpdateProbeGroupRequestPathSelectorCas struct{}

func (UpdateProbeGroupRequestPathSelectorCas) ConditionalState

func (UpdateProbeGroupRequestPathSelectorCas) FieldMask

func (UpdateProbeGroupRequestPathSelectorCas) FieldPath

type UpdateProbeGroupRequestPathSelectorCasConditionalState

type UpdateProbeGroupRequestPathSelectorCasConditionalState struct{}

func (UpdateProbeGroupRequestPathSelectorCasConditionalState) DisplayName

func (UpdateProbeGroupRequestPathSelectorCasConditionalState) FieldPath

func (UpdateProbeGroupRequestPathSelectorCasConditionalState) Metadata

func (UpdateProbeGroupRequestPathSelectorCasConditionalState) Name

func (UpdateProbeGroupRequestPathSelectorCasConditionalState) State

func (UpdateProbeGroupRequestPathSelectorCasConditionalState) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorCasConditionalState) WithValue

type UpdateProbeGroupRequestPathSelectorCasConditionalStateDisplayName

type UpdateProbeGroupRequestPathSelectorCasConditionalStateDisplayName struct{}

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateDisplayName) FieldPath

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateDisplayName) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateDisplayName) WithValue

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadata

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadata struct{}

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadata) DeleteTime added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadata) FieldPath

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadata) Lifecycle added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadata) WithValue

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataAnnotations

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataAnnotations struct{}

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataCreateTime

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataCreateTime struct{}

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataCreateTime) FieldPath

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataCreateTime) WithValue

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataDeleteTime added in v0.7.1

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataDeleteTime struct{}

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataDeleteTime) FieldPath added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithValue added in v0.7.1

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataGeneration

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataGeneration struct{}

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataGeneration) FieldPath

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataGeneration) WithValue

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataLabels

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataLabels struct{}

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataLifecycle added in v0.7.1

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataLifecycle struct{}

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataLifecycle) BlockDeletion added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataLifecycle) FieldPath added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataLifecycle) State added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataLifecycle) WithValue added in v0.7.1

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion added in v0.7.1

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataLifecycleState added in v0.7.1

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataLifecycleState struct{}

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataLifecycleState) FieldPath added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithValue added in v0.7.1

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferences

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferences struct{}

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferences) FieldPath

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Region added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Version added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithValue

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController struct{}

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithValue

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName struct{}

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithValue

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion added in v0.7.1

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion added in v0.7.1

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataResourceVersion

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataResourceVersion struct{}

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataResourceVersion) FieldPath

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithValue

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataShards

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataShards struct{}

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataSyncing

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataSyncing struct{}

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataSyncing) FieldPath

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataSyncing) WithValue

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataSyncingRegions

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataSyncingRegions struct{}

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataSyncingRegions) FieldPath

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithValue

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataTags

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataTags struct{}

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataTags) FieldPath

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataTags) WithItemValue

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataTags) WithValue

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataUpdateTime

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataUpdateTime struct{}

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataUpdateTime) FieldPath

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithValue

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataUuid

type UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataUuid struct{}

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataUuid) FieldPath

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateMetadataUuid) WithValue

type UpdateProbeGroupRequestPathSelectorCasConditionalStateName

type UpdateProbeGroupRequestPathSelectorCasConditionalStateName struct{}

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateName) FieldPath

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateName) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateName) WithValue

type UpdateProbeGroupRequestPathSelectorCasConditionalStateState

type UpdateProbeGroupRequestPathSelectorCasConditionalStateState struct{}

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateState) FieldPath

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateState) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateState) WithValue

type UpdateProbeGroupRequestPathSelectorCasConditionalStateStateRegionalTargetCounts

type UpdateProbeGroupRequestPathSelectorCasConditionalStateStateRegionalTargetCounts struct{}

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateStateRegionalTargetCounts) FieldPath

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateStateRegionalTargetCounts) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateStateRegionalTargetCounts) WithValue

type UpdateProbeGroupRequestPathSelectorCasConditionalStateStateTargetCount

type UpdateProbeGroupRequestPathSelectorCasConditionalStateStateTargetCount struct{}

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateStateTargetCount) FieldPath

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateStateTargetCount) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorCasConditionalStateStateTargetCount) WithValue

type UpdateProbeGroupRequestPathSelectorCasFieldMask

type UpdateProbeGroupRequestPathSelectorCasFieldMask struct{}

func (UpdateProbeGroupRequestPathSelectorCasFieldMask) FieldPath

func (UpdateProbeGroupRequestPathSelectorCasFieldMask) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorCasFieldMask) WithValue

type UpdateProbeGroupRequestPathSelectorProbeGroup

type UpdateProbeGroupRequestPathSelectorProbeGroup struct{}

func (UpdateProbeGroupRequestPathSelectorProbeGroup) DisplayName

func (UpdateProbeGroupRequestPathSelectorProbeGroup) FieldPath

func (UpdateProbeGroupRequestPathSelectorProbeGroup) Metadata

func (UpdateProbeGroupRequestPathSelectorProbeGroup) Name

func (UpdateProbeGroupRequestPathSelectorProbeGroup) State

func (UpdateProbeGroupRequestPathSelectorProbeGroup) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorProbeGroup) WithSubArrayItemValue

func (UpdateProbeGroupRequestPathSelectorProbeGroup) WithSubArrayOfValues

func (UpdateProbeGroupRequestPathSelectorProbeGroup) WithSubPath

func (UpdateProbeGroupRequestPathSelectorProbeGroup) WithSubValue

func (UpdateProbeGroupRequestPathSelectorProbeGroup) WithValue

type UpdateProbeGroupRequestPathSelectorProbeGroupDisplayName

type UpdateProbeGroupRequestPathSelectorProbeGroupDisplayName struct{}

func (UpdateProbeGroupRequestPathSelectorProbeGroupDisplayName) FieldPath

func (UpdateProbeGroupRequestPathSelectorProbeGroupDisplayName) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorProbeGroupDisplayName) WithValue

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadata

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadata struct{}

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadata) Annotations

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadata) CreateTime

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadata) DeleteTime added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadata) FieldPath

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadata) Generation

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadata) Labels

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadata) Lifecycle added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadata) Shards

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadata) Syncing

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadata) Tags

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadata) UpdateTime

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadata) Uuid

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadata) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadata) WithValue

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataAnnotations

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataAnnotations struct{}

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataAnnotations) FieldPath

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataAnnotations) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataAnnotations) WithKey

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataAnnotations) WithValue

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataCreateTime

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataCreateTime struct{}

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataCreateTime) FieldPath

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataCreateTime) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataCreateTime) WithValue

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataDeleteTime added in v0.7.1

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataDeleteTime struct{}

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataDeleteTime) FieldPath added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataDeleteTime) WithValue added in v0.7.1

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataGeneration

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataGeneration struct{}

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataGeneration) FieldPath

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataGeneration) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataGeneration) WithValue

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataLabels

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataLabels struct{}

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataLabels) FieldPath

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataLabels) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataLabels) WithKey

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataLabels) WithValue

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataLifecycle added in v0.7.1

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataLifecycle struct{}

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataLifecycle) BlockDeletion added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataLifecycle) FieldPath added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataLifecycle) State added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataLifecycle) WithValue added in v0.7.1

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataLifecycleBlockDeletion added in v0.7.1

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataLifecycleBlockDeletion struct{}

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataLifecycleState added in v0.7.1

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataLifecycleState struct{}

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataLifecycleState) FieldPath added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataLifecycleState) WithValue added in v0.7.1

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferences

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferences struct{}

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferences) FieldPath

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferences) Region added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferences) Version added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferences) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferences) WithItemValue

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferences) WithValue

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesBlockOwnerDeletion

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesController

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesController struct{}

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesController) FieldPath

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesController) WithValue

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesKind

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesKind struct{}

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesKind) FieldPath

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesKind) WithValue

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesName

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesName struct{}

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesName) FieldPath

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesName) WithValue

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesRegion added in v0.7.1

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesRegion struct{}

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesVersion added in v0.7.1

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesVersion struct{}

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataResourceVersion

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataResourceVersion struct{}

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataResourceVersion) FieldPath

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataResourceVersion) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataResourceVersion) WithValue

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataShards

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataShards struct{}

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataShards) FieldPath

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataShards) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataShards) WithKey

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataShards) WithValue

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataSyncing

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataSyncing struct{}

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataSyncing) FieldPath

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataSyncing) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataSyncing) WithValue

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataSyncingOwningRegion

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataSyncingOwningRegion struct{}

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataSyncingOwningRegion) FieldPath

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataSyncingOwningRegion) WithValue

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataSyncingRegions

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataSyncingRegions struct{}

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataSyncingRegions) FieldPath

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataSyncingRegions) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataSyncingRegions) WithItemValue

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataSyncingRegions) WithValue

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataTags

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataTags struct{}

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataTags) FieldPath

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataTags) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataTags) WithItemValue

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataTags) WithValue

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataUpdateTime

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataUpdateTime struct{}

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataUpdateTime) FieldPath

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataUpdateTime) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataUpdateTime) WithValue

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataUuid

type UpdateProbeGroupRequestPathSelectorProbeGroupMetadataUuid struct{}

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataUuid) FieldPath

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataUuid) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorProbeGroupMetadataUuid) WithValue

type UpdateProbeGroupRequestPathSelectorProbeGroupName

type UpdateProbeGroupRequestPathSelectorProbeGroupName struct{}

func (UpdateProbeGroupRequestPathSelectorProbeGroupName) FieldPath

func (UpdateProbeGroupRequestPathSelectorProbeGroupName) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorProbeGroupName) WithValue

type UpdateProbeGroupRequestPathSelectorProbeGroupState

type UpdateProbeGroupRequestPathSelectorProbeGroupState struct{}

func (UpdateProbeGroupRequestPathSelectorProbeGroupState) FieldPath

func (UpdateProbeGroupRequestPathSelectorProbeGroupState) TargetCount

func (UpdateProbeGroupRequestPathSelectorProbeGroupState) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorProbeGroupState) WithValue

type UpdateProbeGroupRequestPathSelectorProbeGroupStateRegionalTargetCounts

type UpdateProbeGroupRequestPathSelectorProbeGroupStateRegionalTargetCounts struct{}

func (UpdateProbeGroupRequestPathSelectorProbeGroupStateRegionalTargetCounts) FieldPath

func (UpdateProbeGroupRequestPathSelectorProbeGroupStateRegionalTargetCounts) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorProbeGroupStateRegionalTargetCounts) WithValue

type UpdateProbeGroupRequestPathSelectorProbeGroupStateTargetCount

type UpdateProbeGroupRequestPathSelectorProbeGroupStateTargetCount struct{}

func (UpdateProbeGroupRequestPathSelectorProbeGroupStateTargetCount) FieldPath

func (UpdateProbeGroupRequestPathSelectorProbeGroupStateTargetCount) WithArrayOfValues

func (UpdateProbeGroupRequestPathSelectorProbeGroupStateTargetCount) WithValue

type UpdateProbeGroupRequestPathSelectorUpdateMask

type UpdateProbeGroupRequestPathSelectorUpdateMask struct{}

func (UpdateProbeGroupRequestPathSelectorUpdateMask) FieldPath

type UpdateProbeGroupRequest_CAS

type UpdateProbeGroupRequest_CAS struct {

	// Conditional desired state of a resource before update.
	ConditionalState *probe_group.ProbeGroup `` /* 138-byte string literal not displayed */
	// Field paths from conditional state of resource server should check and
	// compare.
	FieldMask *probe_group.ProbeGroup_FieldMask `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

CAS - Compare and Swap. This object is used if user wants to make update conditional based upon previous resource version.

func (*UpdateProbeGroupRequest_CAS) Clone

func (*UpdateProbeGroupRequest_CAS) CloneRaw

func (*UpdateProbeGroupRequest_CAS) Descriptor

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

Deprecated, Use UpdateProbeGroupRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdateProbeGroupRequest_CAS) GetConditionalState

func (m *UpdateProbeGroupRequest_CAS) GetConditionalState() *probe_group.ProbeGroup

func (*UpdateProbeGroupRequest_CAS) GetFieldMask

func (*UpdateProbeGroupRequest_CAS) GotenMessage

func (*UpdateProbeGroupRequest_CAS) GotenMessage()

func (*UpdateProbeGroupRequest_CAS) GotenObjectExt

func (o *UpdateProbeGroupRequest_CAS) GotenObjectExt()

func (*UpdateProbeGroupRequest_CAS) GotenValidate

func (obj *UpdateProbeGroupRequest_CAS) GotenValidate() error

func (*UpdateProbeGroupRequest_CAS) MakeDiffFieldMask

func (*UpdateProbeGroupRequest_CAS) MakeFullFieldMask

func (*UpdateProbeGroupRequest_CAS) MakeRawDiffFieldMask

func (*UpdateProbeGroupRequest_CAS) MakeRawFullFieldMask

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

func (*UpdateProbeGroupRequest_CAS) Marshal

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

func (*UpdateProbeGroupRequest_CAS) MarshalJSON

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

func (*UpdateProbeGroupRequest_CAS) Merge

func (*UpdateProbeGroupRequest_CAS) MergeRaw

func (*UpdateProbeGroupRequest_CAS) ProtoMessage

func (*UpdateProbeGroupRequest_CAS) ProtoMessage()

func (*UpdateProbeGroupRequest_CAS) ProtoReflect

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

func (*UpdateProbeGroupRequest_CAS) Reset

func (m *UpdateProbeGroupRequest_CAS) Reset()

func (*UpdateProbeGroupRequest_CAS) SetConditionalState

func (m *UpdateProbeGroupRequest_CAS) SetConditionalState(fv *probe_group.ProbeGroup)

func (*UpdateProbeGroupRequest_CAS) SetFieldMask

func (*UpdateProbeGroupRequest_CAS) String

func (m *UpdateProbeGroupRequest_CAS) String() string

func (*UpdateProbeGroupRequest_CAS) Unmarshal

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

func (*UpdateProbeGroupRequest_CAS) UnmarshalJSON

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

type UpdateProbeGroupRequest_CASMapPathSelectorConditionalStateMetadataAnnotations

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

func (UpdateProbeGroupRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdateProbeGroupRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateProbeGroupRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdateProbeGroupRequest_CASMapPathSelectorConditionalStateMetadataLabels

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

func (UpdateProbeGroupRequest_CASMapPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdateProbeGroupRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateProbeGroupRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithValue

type UpdateProbeGroupRequest_CASMapPathSelectorConditionalStateMetadataShards

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

func (UpdateProbeGroupRequest_CASMapPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdateProbeGroupRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdateProbeGroupRequest_CASMapPathSelectorConditionalStateMetadataShards) WithValue

type UpdateProbeGroupRequest_CASMapPathSelectorConditionalStateStateRegionalTargetCounts

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

func (UpdateProbeGroupRequest_CASMapPathSelectorConditionalStateStateRegionalTargetCounts) FieldPath

func (UpdateProbeGroupRequest_CASMapPathSelectorConditionalStateStateRegionalTargetCounts) WithArrayOfValues

func (UpdateProbeGroupRequest_CASMapPathSelectorConditionalStateStateRegionalTargetCounts) WithValue

type UpdateProbeGroupRequest_CASPathSelectorConditionalState

type UpdateProbeGroupRequest_CASPathSelectorConditionalState struct{}

func (UpdateProbeGroupRequest_CASPathSelectorConditionalState) FieldPath

func (UpdateProbeGroupRequest_CASPathSelectorConditionalState) Metadata

func (UpdateProbeGroupRequest_CASPathSelectorConditionalState) Name

func (UpdateProbeGroupRequest_CASPathSelectorConditionalState) State

func (UpdateProbeGroupRequest_CASPathSelectorConditionalState) WithArrayOfValues

func (UpdateProbeGroupRequest_CASPathSelectorConditionalState) WithSubArrayItemValue

func (UpdateProbeGroupRequest_CASPathSelectorConditionalState) WithSubArrayOfValues

func (UpdateProbeGroupRequest_CASPathSelectorConditionalState) WithSubPath

func (UpdateProbeGroupRequest_CASPathSelectorConditionalState) WithSubValue

func (UpdateProbeGroupRequest_CASPathSelectorConditionalState) WithValue

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateDisplayName

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateDisplayName struct{}

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateDisplayName) FieldPath

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateDisplayName) WithArrayOfValues

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateDisplayName) WithValue

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadata

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadata struct{}

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadata) DeleteTime added in v0.7.1

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadata) FieldPath

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadata) Lifecycle added in v0.7.1

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadata) WithValue

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataAnnotations

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataAnnotations struct{}

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataCreateTime

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataCreateTime struct{}

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataCreateTime) FieldPath

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithValue

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataDeleteTime added in v0.7.1

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataDeleteTime struct{}

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataDeleteTime) FieldPath added in v0.7.1

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithArrayOfValues added in v0.7.1

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithValue added in v0.7.1

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataGeneration

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataGeneration struct{}

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataGeneration) FieldPath

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataGeneration) WithValue

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataLabels

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataLabels struct{}

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataLabels) WithValue

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataLifecycle added in v0.7.1

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataLifecycle struct{}

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataLifecycle) BlockDeletion added in v0.7.1

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataLifecycle) FieldPath added in v0.7.1

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataLifecycle) State added in v0.7.1

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithArrayOfValues added in v0.7.1

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithValue added in v0.7.1

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion added in v0.7.1

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) FieldPath added in v0.7.1

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.7.1

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithValue added in v0.7.1

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataLifecycleState added in v0.7.1

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataLifecycleState struct{}

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataLifecycleState) FieldPath added in v0.7.1

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithArrayOfValues added in v0.7.1

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithValue added in v0.7.1

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferences

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferences struct{}

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) FieldPath

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Region added in v0.7.1

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) RequiresOwnerReference added in v0.7.1

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Version added in v0.7.1

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithValue

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController struct{}

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithValue

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName struct{}

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithValue

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion added in v0.7.1

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) FieldPath added in v0.7.1

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.7.1

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithValue added in v0.7.1

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference added in v0.7.1

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.7.1

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.7.1

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.7.1

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion added in v0.7.1

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) FieldPath added in v0.7.1

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.7.1

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithValue added in v0.7.1

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataResourceVersion

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataResourceVersion struct{}

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataResourceVersion) FieldPath

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithValue

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataShards

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataShards struct{}

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataShards) WithValue

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataSyncing

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataSyncing struct{}

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataSyncing) FieldPath

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataSyncing) WithValue

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataSyncingRegions

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataSyncingRegions struct{}

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) FieldPath

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithValue

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataTags

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataTags struct{}

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataTags) FieldPath

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataTags) WithItemValue

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataTags) WithValue

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataUpdateTime

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataUpdateTime struct{}

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataUpdateTime) FieldPath

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithValue

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataUuid

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataUuid struct{}

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataUuid) FieldPath

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateMetadataUuid) WithValue

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateName

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateName struct{}

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateName) FieldPath

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateName) WithArrayOfValues

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateName) WithValue

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateState

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateState struct{}

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateState) FieldPath

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateState) WithArrayOfValues

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateState) WithValue

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateStateRegionalTargetCounts

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateStateRegionalTargetCounts struct{}

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateStateRegionalTargetCounts) FieldPath

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateStateRegionalTargetCounts) WithArrayOfValues

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateStateRegionalTargetCounts) WithValue

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateStateTargetCount

type UpdateProbeGroupRequest_CASPathSelectorConditionalStateStateTargetCount struct{}

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateStateTargetCount) FieldPath

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateStateTargetCount) WithArrayOfValues

func (UpdateProbeGroupRequest_CASPathSelectorConditionalStateStateTargetCount) WithValue

type UpdateProbeGroupRequest_CASPathSelectorFieldMask

type UpdateProbeGroupRequest_CASPathSelectorFieldMask struct{}

func (UpdateProbeGroupRequest_CASPathSelectorFieldMask) FieldPath

type UpdateProbeGroupRequest_CAS_FieldMask

type UpdateProbeGroupRequest_CAS_FieldMask struct {
	Paths []UpdateProbeGroupRequestCAS_FieldPath
}

func FullUpdateProbeGroupRequest_CAS_FieldMask

func FullUpdateProbeGroupRequest_CAS_FieldMask() *UpdateProbeGroupRequest_CAS_FieldMask

func (*UpdateProbeGroupRequest_CAS_FieldMask) AppendPath

func (*UpdateProbeGroupRequest_CAS_FieldMask) AppendRawPath

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

func (*UpdateProbeGroupRequest_CAS_FieldMask) DecodeFirestore

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

func (*UpdateProbeGroupRequest_CAS_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*UpdateProbeGroupRequest_CAS_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdateProbeGroupRequest_CAS_FieldMask) FromProtoFieldMask

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

func (*UpdateProbeGroupRequest_CAS_FieldMask) GetPaths

func (*UpdateProbeGroupRequest_CAS_FieldMask) GetRawPaths

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

func (*UpdateProbeGroupRequest_CAS_FieldMask) IsFull

func (fieldMask *UpdateProbeGroupRequest_CAS_FieldMask) IsFull() bool

func (UpdateProbeGroupRequest_CAS_FieldMask) Marshal

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

implement methods required by customType

func (UpdateProbeGroupRequest_CAS_FieldMask) MarshalJSON

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

func (*UpdateProbeGroupRequest_CAS_FieldMask) PathsCount

func (fieldMask *UpdateProbeGroupRequest_CAS_FieldMask) PathsCount() int

func (*UpdateProbeGroupRequest_CAS_FieldMask) Project

func (*UpdateProbeGroupRequest_CAS_FieldMask) ProjectRaw

func (*UpdateProbeGroupRequest_CAS_FieldMask) ProtoMessage

func (fieldMask *UpdateProbeGroupRequest_CAS_FieldMask) ProtoMessage()

func (*UpdateProbeGroupRequest_CAS_FieldMask) ProtoReflect

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

func (*UpdateProbeGroupRequest_CAS_FieldMask) Reset

func (fieldMask *UpdateProbeGroupRequest_CAS_FieldMask) Reset()

func (*UpdateProbeGroupRequest_CAS_FieldMask) Set

func (*UpdateProbeGroupRequest_CAS_FieldMask) SetFromCliFlag

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

func (*UpdateProbeGroupRequest_CAS_FieldMask) SetRaw

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

func (*UpdateProbeGroupRequest_CAS_FieldMask) Size

func (fieldMask *UpdateProbeGroupRequest_CAS_FieldMask) Size() int

func (*UpdateProbeGroupRequest_CAS_FieldMask) String

func (fieldMask *UpdateProbeGroupRequest_CAS_FieldMask) String() string

func (*UpdateProbeGroupRequest_CAS_FieldMask) Subtract

func (*UpdateProbeGroupRequest_CAS_FieldMask) SubtractRaw

func (*UpdateProbeGroupRequest_CAS_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*UpdateProbeGroupRequest_CAS_FieldMask) Unmarshal

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

func (*UpdateProbeGroupRequest_CAS_FieldMask) UnmarshalJSON

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

type UpdateProbeGroupRequest_FieldMask

type UpdateProbeGroupRequest_FieldMask struct {
	Paths []UpdateProbeGroupRequest_FieldPath
}

func FullUpdateProbeGroupRequest_FieldMask

func FullUpdateProbeGroupRequest_FieldMask() *UpdateProbeGroupRequest_FieldMask

func (*UpdateProbeGroupRequest_FieldMask) AppendPath

func (*UpdateProbeGroupRequest_FieldMask) AppendRawPath

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

func (*UpdateProbeGroupRequest_FieldMask) DecodeFirestore

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

func (*UpdateProbeGroupRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*UpdateProbeGroupRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdateProbeGroupRequest_FieldMask) FromProtoFieldMask

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

func (*UpdateProbeGroupRequest_FieldMask) GetPaths

func (*UpdateProbeGroupRequest_FieldMask) GetRawPaths

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

func (*UpdateProbeGroupRequest_FieldMask) IsFull

func (fieldMask *UpdateProbeGroupRequest_FieldMask) IsFull() bool

func (UpdateProbeGroupRequest_FieldMask) Marshal

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

implement methods required by customType

func (UpdateProbeGroupRequest_FieldMask) MarshalJSON

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

func (*UpdateProbeGroupRequest_FieldMask) PathsCount

func (fieldMask *UpdateProbeGroupRequest_FieldMask) PathsCount() int

func (*UpdateProbeGroupRequest_FieldMask) Project

func (*UpdateProbeGroupRequest_FieldMask) ProjectRaw

func (*UpdateProbeGroupRequest_FieldMask) ProtoMessage

func (fieldMask *UpdateProbeGroupRequest_FieldMask) ProtoMessage()

func (*UpdateProbeGroupRequest_FieldMask) ProtoReflect

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

func (*UpdateProbeGroupRequest_FieldMask) Reset

func (fieldMask *UpdateProbeGroupRequest_FieldMask) Reset()

func (*UpdateProbeGroupRequest_FieldMask) Set

func (fieldMask *UpdateProbeGroupRequest_FieldMask) Set(target, source *UpdateProbeGroupRequest)

func (*UpdateProbeGroupRequest_FieldMask) SetFromCliFlag

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

func (*UpdateProbeGroupRequest_FieldMask) SetRaw

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

func (*UpdateProbeGroupRequest_FieldMask) Size

func (fieldMask *UpdateProbeGroupRequest_FieldMask) Size() int

func (*UpdateProbeGroupRequest_FieldMask) String

func (fieldMask *UpdateProbeGroupRequest_FieldMask) String() string

func (*UpdateProbeGroupRequest_FieldMask) Subtract

func (*UpdateProbeGroupRequest_FieldMask) SubtractRaw

func (*UpdateProbeGroupRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*UpdateProbeGroupRequest_FieldMask) Unmarshal

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

func (*UpdateProbeGroupRequest_FieldMask) UnmarshalJSON

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

type UpdateProbeGroupRequest_FieldPath

type UpdateProbeGroupRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdateProbeGroupRequest_FieldPathSelector
	Get(source *UpdateProbeGroupRequest) []interface{}
	GetSingle(source *UpdateProbeGroupRequest) (interface{}, bool)
	ClearValue(item *UpdateProbeGroupRequest)

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

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

func MustParseUpdateProbeGroupRequest_FieldPath

func MustParseUpdateProbeGroupRequest_FieldPath(rawField string) UpdateProbeGroupRequest_FieldPath

func ParseUpdateProbeGroupRequest_FieldPath

func ParseUpdateProbeGroupRequest_FieldPath(rawField string) (UpdateProbeGroupRequest_FieldPath, error)

type UpdateProbeGroupRequest_FieldPathArrayItemValue

type UpdateProbeGroupRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdateProbeGroupRequest_FieldPath
	ContainsValue(*UpdateProbeGroupRequest) bool
}

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

func MustParseUpdateProbeGroupRequest_FieldPathArrayItemValue

func MustParseUpdateProbeGroupRequest_FieldPathArrayItemValue(pathStr, valueStr string) UpdateProbeGroupRequest_FieldPathArrayItemValue

func ParseUpdateProbeGroupRequest_FieldPathArrayItemValue

func ParseUpdateProbeGroupRequest_FieldPathArrayItemValue(pathStr, valueStr string) (UpdateProbeGroupRequest_FieldPathArrayItemValue, error)

ParseUpdateProbeGroupRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdateProbeGroupRequest_FieldPathArrayOfValues

type UpdateProbeGroupRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdateProbeGroupRequest_FieldPath
}

UpdateProbeGroupRequest_FieldPathArrayOfValues allows storing slice of values for UpdateProbeGroupRequest fields according to their type

func MustParseUpdateProbeGroupRequest_FieldPathArrayOfValues

func MustParseUpdateProbeGroupRequest_FieldPathArrayOfValues(pathStr, valuesStr string) UpdateProbeGroupRequest_FieldPathArrayOfValues

func ParseUpdateProbeGroupRequest_FieldPathArrayOfValues

func ParseUpdateProbeGroupRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdateProbeGroupRequest_FieldPathArrayOfValues, error)

type UpdateProbeGroupRequest_FieldPathSelector

type UpdateProbeGroupRequest_FieldPathSelector int32
const (
	UpdateProbeGroupRequest_FieldPathSelectorProbeGroup   UpdateProbeGroupRequest_FieldPathSelector = 0
	UpdateProbeGroupRequest_FieldPathSelectorUpdateMask   UpdateProbeGroupRequest_FieldPathSelector = 1
	UpdateProbeGroupRequest_FieldPathSelectorCas          UpdateProbeGroupRequest_FieldPathSelector = 2
	UpdateProbeGroupRequest_FieldPathSelectorAllowMissing UpdateProbeGroupRequest_FieldPathSelector = 3
)

func (UpdateProbeGroupRequest_FieldPathSelector) String

type UpdateProbeGroupRequest_FieldPathValue

type UpdateProbeGroupRequest_FieldPathValue interface {
	UpdateProbeGroupRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdateProbeGroupRequest)
	CompareWith(*UpdateProbeGroupRequest) (cmp int, comparable bool)
}

UpdateProbeGroupRequest_FieldPathValue allows storing values for UpdateProbeGroupRequest fields according to their type

func MustParseUpdateProbeGroupRequest_FieldPathValue

func MustParseUpdateProbeGroupRequest_FieldPathValue(pathStr, valueStr string) UpdateProbeGroupRequest_FieldPathValue

func ParseUpdateProbeGroupRequest_FieldPathValue

func ParseUpdateProbeGroupRequest_FieldPathValue(pathStr, valueStr string) (UpdateProbeGroupRequest_FieldPathValue, error)

type UpdateProbeGroupRequest_FieldSubPath

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

func (*UpdateProbeGroupRequest_FieldSubPath) AsCasSubPath

func (*UpdateProbeGroupRequest_FieldSubPath) AsProbeGroupSubPath

func (*UpdateProbeGroupRequest_FieldSubPath) ClearValue

func (*UpdateProbeGroupRequest_FieldSubPath) ClearValueRaw

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

func (*UpdateProbeGroupRequest_FieldSubPath) Get

func (fps *UpdateProbeGroupRequest_FieldSubPath) Get(source *UpdateProbeGroupRequest) (values []interface{})

Get returns all values pointed by selected field from source UpdateProbeGroupRequest

func (*UpdateProbeGroupRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateProbeGroupRequest_FieldSubPath) GetRaw

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

func (*UpdateProbeGroupRequest_FieldSubPath) GetSingle

func (fps *UpdateProbeGroupRequest_FieldSubPath) GetSingle(source *UpdateProbeGroupRequest) (interface{}, bool)

GetSingle returns value of selected field from source UpdateProbeGroupRequest

func (*UpdateProbeGroupRequest_FieldSubPath) GetSingleRaw

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

func (*UpdateProbeGroupRequest_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateProbeGroupRequest_FieldSubPath) JSONString

func (fps *UpdateProbeGroupRequest_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*UpdateProbeGroupRequest_FieldSubPath) Selector

func (*UpdateProbeGroupRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*UpdateProbeGroupRequest_FieldSubPath) String

String returns path representation in proto convention

func (*UpdateProbeGroupRequest_FieldSubPath) WithIArrayItemValue

func (*UpdateProbeGroupRequest_FieldSubPath) WithIArrayOfValues

func (*UpdateProbeGroupRequest_FieldSubPath) WithIValue

func (*UpdateProbeGroupRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*UpdateProbeGroupRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*UpdateProbeGroupRequest_FieldSubPath) WithRawIValue

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

type UpdateProbeGroupRequest_FieldSubPathArrayItemValue

type UpdateProbeGroupRequest_FieldSubPathArrayItemValue struct {
	UpdateProbeGroupRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateProbeGroupRequest_FieldSubPathArrayItemValue) AsCasPathItemValue

func (*UpdateProbeGroupRequest_FieldSubPathArrayItemValue) AsProbeGroupPathItemValue

func (*UpdateProbeGroupRequest_FieldSubPathArrayItemValue) ContainsValue

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

func (*UpdateProbeGroupRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type UpdateProbeGroupRequest_FieldSubPathArrayOfValues

type UpdateProbeGroupRequest_FieldSubPathArrayOfValues struct {
	UpdateProbeGroupRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateProbeGroupRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues

func (*UpdateProbeGroupRequest_FieldSubPathArrayOfValues) AsProbeGroupPathArrayOfValues

func (*UpdateProbeGroupRequest_FieldSubPathArrayOfValues) GetRawValues

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

type UpdateProbeGroupRequest_FieldSubPathValue

type UpdateProbeGroupRequest_FieldSubPathValue struct {
	UpdateProbeGroupRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdateProbeGroupRequest_FieldSubPathValue) AsCasPathValue

func (*UpdateProbeGroupRequest_FieldSubPathValue) AsProbeGroupPathValue

func (*UpdateProbeGroupRequest_FieldSubPathValue) CompareWith

func (*UpdateProbeGroupRequest_FieldSubPathValue) CompareWithRaw

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

func (*UpdateProbeGroupRequest_FieldSubPathValue) GetRawValue

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

func (*UpdateProbeGroupRequest_FieldSubPathValue) SetTo

func (*UpdateProbeGroupRequest_FieldSubPathValue) SetToRaw

type UpdateProbeGroupRequest_FieldTerminalPath

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

func (*UpdateProbeGroupRequest_FieldTerminalPath) ClearValue

func (*UpdateProbeGroupRequest_FieldTerminalPath) ClearValueRaw

func (*UpdateProbeGroupRequest_FieldTerminalPath) Get

func (fp *UpdateProbeGroupRequest_FieldTerminalPath) Get(source *UpdateProbeGroupRequest) (values []interface{})

Get returns all values pointed by specific field from source UpdateProbeGroupRequest

func (*UpdateProbeGroupRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*UpdateProbeGroupRequest_FieldTerminalPath) GetRaw

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

func (*UpdateProbeGroupRequest_FieldTerminalPath) GetSingle

func (fp *UpdateProbeGroupRequest_FieldTerminalPath) GetSingle(source *UpdateProbeGroupRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source UpdateProbeGroupRequest

func (*UpdateProbeGroupRequest_FieldTerminalPath) GetSingleRaw

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

func (*UpdateProbeGroupRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdateProbeGroupRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdateProbeGroupRequest_FieldTerminalPath) Selector

func (*UpdateProbeGroupRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*UpdateProbeGroupRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdateProbeGroupRequest_FieldTerminalPath) WithIArrayItemValue

func (*UpdateProbeGroupRequest_FieldTerminalPath) WithIArrayOfValues

func (*UpdateProbeGroupRequest_FieldTerminalPath) WithIValue

func (*UpdateProbeGroupRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*UpdateProbeGroupRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*UpdateProbeGroupRequest_FieldTerminalPath) WithRawIValue

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

type UpdateProbeGroupRequest_FieldTerminalPathArrayItemValue

type UpdateProbeGroupRequest_FieldTerminalPathArrayItemValue struct {
	UpdateProbeGroupRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateProbeGroupRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*UpdateProbeGroupRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*UpdateProbeGroupRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*UpdateProbeGroupRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type UpdateProbeGroupRequest_FieldTerminalPathArrayOfValues

type UpdateProbeGroupRequest_FieldTerminalPathArrayOfValues struct {
	UpdateProbeGroupRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateProbeGroupRequest_FieldTerminalPathArrayOfValues) AsAllowMissingArrayOfValues added in v0.12.5

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

func (*UpdateProbeGroupRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues

func (*UpdateProbeGroupRequest_FieldTerminalPathArrayOfValues) AsProbeGroupArrayOfValues

func (fpaov *UpdateProbeGroupRequest_FieldTerminalPathArrayOfValues) AsProbeGroupArrayOfValues() ([]*probe_group.ProbeGroup, bool)

func (*UpdateProbeGroupRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues

func (*UpdateProbeGroupRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type UpdateProbeGroupRequest_FieldTerminalPathValue

type UpdateProbeGroupRequest_FieldTerminalPathValue struct {
	UpdateProbeGroupRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdateProbeGroupRequest_FieldTerminalPathValue) AsAllowMissingValue added in v0.12.5

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

func (*UpdateProbeGroupRequest_FieldTerminalPathValue) AsCasValue

func (*UpdateProbeGroupRequest_FieldTerminalPathValue) AsProbeGroupValue

func (*UpdateProbeGroupRequest_FieldTerminalPathValue) AsUpdateMaskValue

func (*UpdateProbeGroupRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdateProbeGroupRequest_FieldTerminalPathValue' with the value under path in 'UpdateProbeGroupRequest'.

func (*UpdateProbeGroupRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*UpdateProbeGroupRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*UpdateProbeGroupRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object UpdateProbeGroupRequest

func (*UpdateProbeGroupRequest_FieldTerminalPathValue) SetToRaw

type WatchProbeGroupClientStream

type WatchProbeGroupClientStream interface {
	Recv() (*WatchProbeGroupResponse, error)
	grpc.ClientStream
}

type WatchProbeGroupDescriptor added in v0.4.26

type WatchProbeGroupDescriptor struct{}

func GetWatchProbeGroupDescriptor added in v0.4.26

func GetWatchProbeGroupDescriptor() *WatchProbeGroupDescriptor

func (*WatchProbeGroupDescriptor) GetApiDescriptor added in v0.4.26

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

func (*WatchProbeGroupDescriptor) GetApiName added in v0.4.26

func (d *WatchProbeGroupDescriptor) GetApiName() string

func (*WatchProbeGroupDescriptor) GetClientMsgReflectHandle added in v0.4.26

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

func (*WatchProbeGroupDescriptor) GetFullMethodName added in v0.4.26

func (d *WatchProbeGroupDescriptor) GetFullMethodName() string

func (*WatchProbeGroupDescriptor) GetMethodName added in v0.4.26

func (d *WatchProbeGroupDescriptor) GetMethodName() string

func (*WatchProbeGroupDescriptor) GetProtoPkgName added in v0.4.26

func (d *WatchProbeGroupDescriptor) GetProtoPkgName() string

func (*WatchProbeGroupDescriptor) GetResourceDescriptor added in v0.4.27

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

func (*WatchProbeGroupDescriptor) GetServerMsgReflectHandle added in v0.4.26

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

func (*WatchProbeGroupDescriptor) GetServiceDomain added in v0.4.26

func (d *WatchProbeGroupDescriptor) GetServiceDomain() string

func (*WatchProbeGroupDescriptor) GetServiceVersion added in v0.4.26

func (d *WatchProbeGroupDescriptor) GetServiceVersion() string

func (*WatchProbeGroupDescriptor) GetVerb added in v0.4.26

func (d *WatchProbeGroupDescriptor) GetVerb() string

func (*WatchProbeGroupDescriptor) HasResource added in v0.4.27

func (d *WatchProbeGroupDescriptor) HasResource() bool

func (*WatchProbeGroupDescriptor) IsClientStream added in v0.4.26

func (d *WatchProbeGroupDescriptor) IsClientStream() bool

func (*WatchProbeGroupDescriptor) IsCollection added in v0.4.27

func (d *WatchProbeGroupDescriptor) IsCollection() bool

func (*WatchProbeGroupDescriptor) IsPlural added in v0.4.27

func (d *WatchProbeGroupDescriptor) IsPlural() bool

func (*WatchProbeGroupDescriptor) IsServerStream added in v0.4.26

func (d *WatchProbeGroupDescriptor) IsServerStream() bool

func (*WatchProbeGroupDescriptor) IsUnary added in v0.4.26

func (d *WatchProbeGroupDescriptor) IsUnary() bool

func (*WatchProbeGroupDescriptor) NewEmptyClientMsg added in v0.4.26

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

func (*WatchProbeGroupDescriptor) NewEmptyServerMsg added in v0.4.26

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

func (*WatchProbeGroupDescriptor) RequestHasResourceBody added in v0.4.26

func (d *WatchProbeGroupDescriptor) RequestHasResourceBody() bool

type WatchProbeGroupDescriptorClientMsgHandle added in v0.4.26

type WatchProbeGroupDescriptorClientMsgHandle struct{}

func (*WatchProbeGroupDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

func (*WatchProbeGroupDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*WatchProbeGroupDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type WatchProbeGroupDescriptorServerMsgHandle added in v0.4.26

type WatchProbeGroupDescriptorServerMsgHandle struct{}

func (*WatchProbeGroupDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

func (*WatchProbeGroupDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*WatchProbeGroupDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

type WatchProbeGroupRequest

type WatchProbeGroupRequest struct {

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

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

func (*WatchProbeGroupRequest) Clone

func (*WatchProbeGroupRequest) CloneRaw

func (*WatchProbeGroupRequest) Descriptor

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

Deprecated, Use WatchProbeGroupRequest.ProtoReflect.Descriptor instead.

func (*WatchProbeGroupRequest) GetFieldMask

func (*WatchProbeGroupRequest) GetName

func (*WatchProbeGroupRequest) GetView

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

func (*WatchProbeGroupRequest) GotenMessage

func (*WatchProbeGroupRequest) GotenMessage()

func (*WatchProbeGroupRequest) GotenObjectExt

func (o *WatchProbeGroupRequest) GotenObjectExt()

func (*WatchProbeGroupRequest) GotenValidate

func (obj *WatchProbeGroupRequest) GotenValidate() error

func (*WatchProbeGroupRequest) MakeDiffFieldMask

func (*WatchProbeGroupRequest) MakeFullFieldMask

func (*WatchProbeGroupRequest) MakeRawDiffFieldMask

func (*WatchProbeGroupRequest) MakeRawFullFieldMask

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

func (*WatchProbeGroupRequest) Marshal

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

func (*WatchProbeGroupRequest) MarshalJSON

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

func (*WatchProbeGroupRequest) Merge

func (*WatchProbeGroupRequest) MergeRaw

func (*WatchProbeGroupRequest) ProtoMessage

func (*WatchProbeGroupRequest) ProtoMessage()

func (*WatchProbeGroupRequest) ProtoReflect

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

func (*WatchProbeGroupRequest) Reset

func (m *WatchProbeGroupRequest) Reset()

func (*WatchProbeGroupRequest) SetFieldMask

func (*WatchProbeGroupRequest) SetName

func (*WatchProbeGroupRequest) SetView

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

func (*WatchProbeGroupRequest) String

func (m *WatchProbeGroupRequest) String() string

func (*WatchProbeGroupRequest) Unmarshal

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

func (*WatchProbeGroupRequest) UnmarshalJSON

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

type WatchProbeGroupRequestFieldPathBuilder

type WatchProbeGroupRequestFieldPathBuilder struct{}

func NewWatchProbeGroupRequestFieldPathBuilder

func NewWatchProbeGroupRequestFieldPathBuilder() WatchProbeGroupRequestFieldPathBuilder

func (WatchProbeGroupRequestFieldPathBuilder) FieldMask

func (WatchProbeGroupRequestFieldPathBuilder) Name

func (WatchProbeGroupRequestFieldPathBuilder) View

type WatchProbeGroupRequestPathSelectorFieldMask

type WatchProbeGroupRequestPathSelectorFieldMask struct{}

func (WatchProbeGroupRequestPathSelectorFieldMask) FieldPath

type WatchProbeGroupRequestPathSelectorName

type WatchProbeGroupRequestPathSelectorName struct{}

func (WatchProbeGroupRequestPathSelectorName) FieldPath

func (WatchProbeGroupRequestPathSelectorName) WithArrayOfValues

func (WatchProbeGroupRequestPathSelectorName) WithValue

type WatchProbeGroupRequestPathSelectorView

type WatchProbeGroupRequestPathSelectorView struct{}

func (WatchProbeGroupRequestPathSelectorView) FieldPath

func (WatchProbeGroupRequestPathSelectorView) WithArrayOfValues

func (WatchProbeGroupRequestPathSelectorView) WithValue

type WatchProbeGroupRequest_FieldMask

type WatchProbeGroupRequest_FieldMask struct {
	Paths []WatchProbeGroupRequest_FieldPath
}

func FullWatchProbeGroupRequest_FieldMask

func FullWatchProbeGroupRequest_FieldMask() *WatchProbeGroupRequest_FieldMask

func (*WatchProbeGroupRequest_FieldMask) AppendPath

func (*WatchProbeGroupRequest_FieldMask) AppendRawPath

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

func (*WatchProbeGroupRequest_FieldMask) DecodeFirestore

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

func (*WatchProbeGroupRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchProbeGroupRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchProbeGroupRequest_FieldMask) FromProtoFieldMask

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

func (*WatchProbeGroupRequest_FieldMask) GetPaths

func (*WatchProbeGroupRequest_FieldMask) GetRawPaths

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

func (*WatchProbeGroupRequest_FieldMask) IsFull

func (fieldMask *WatchProbeGroupRequest_FieldMask) IsFull() bool

func (WatchProbeGroupRequest_FieldMask) Marshal

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

implement methods required by customType

func (WatchProbeGroupRequest_FieldMask) MarshalJSON

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

func (*WatchProbeGroupRequest_FieldMask) PathsCount

func (fieldMask *WatchProbeGroupRequest_FieldMask) PathsCount() int

func (*WatchProbeGroupRequest_FieldMask) Project

func (*WatchProbeGroupRequest_FieldMask) ProjectRaw

func (*WatchProbeGroupRequest_FieldMask) ProtoMessage

func (fieldMask *WatchProbeGroupRequest_FieldMask) ProtoMessage()

func (*WatchProbeGroupRequest_FieldMask) ProtoReflect

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

func (*WatchProbeGroupRequest_FieldMask) Reset

func (fieldMask *WatchProbeGroupRequest_FieldMask) Reset()

func (*WatchProbeGroupRequest_FieldMask) Set

func (fieldMask *WatchProbeGroupRequest_FieldMask) Set(target, source *WatchProbeGroupRequest)

func (*WatchProbeGroupRequest_FieldMask) SetFromCliFlag

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

func (*WatchProbeGroupRequest_FieldMask) SetRaw

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

func (*WatchProbeGroupRequest_FieldMask) Size

func (fieldMask *WatchProbeGroupRequest_FieldMask) Size() int

func (*WatchProbeGroupRequest_FieldMask) String

func (fieldMask *WatchProbeGroupRequest_FieldMask) String() string

func (*WatchProbeGroupRequest_FieldMask) Subtract

func (*WatchProbeGroupRequest_FieldMask) SubtractRaw

func (*WatchProbeGroupRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchProbeGroupRequest_FieldMask) Unmarshal

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

func (*WatchProbeGroupRequest_FieldMask) UnmarshalJSON

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

type WatchProbeGroupRequest_FieldPath

type WatchProbeGroupRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchProbeGroupRequest_FieldPathSelector
	Get(source *WatchProbeGroupRequest) []interface{}
	GetSingle(source *WatchProbeGroupRequest) (interface{}, bool)
	ClearValue(item *WatchProbeGroupRequest)

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

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

func MustParseWatchProbeGroupRequest_FieldPath

func MustParseWatchProbeGroupRequest_FieldPath(rawField string) WatchProbeGroupRequest_FieldPath

func ParseWatchProbeGroupRequest_FieldPath

func ParseWatchProbeGroupRequest_FieldPath(rawField string) (WatchProbeGroupRequest_FieldPath, error)

type WatchProbeGroupRequest_FieldPathArrayItemValue

type WatchProbeGroupRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchProbeGroupRequest_FieldPath
	ContainsValue(*WatchProbeGroupRequest) bool
}

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

func MustParseWatchProbeGroupRequest_FieldPathArrayItemValue

func MustParseWatchProbeGroupRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchProbeGroupRequest_FieldPathArrayItemValue

func ParseWatchProbeGroupRequest_FieldPathArrayItemValue

func ParseWatchProbeGroupRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchProbeGroupRequest_FieldPathArrayItemValue, error)

ParseWatchProbeGroupRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchProbeGroupRequest_FieldPathArrayOfValues

type WatchProbeGroupRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchProbeGroupRequest_FieldPath
}

WatchProbeGroupRequest_FieldPathArrayOfValues allows storing slice of values for WatchProbeGroupRequest fields according to their type

func MustParseWatchProbeGroupRequest_FieldPathArrayOfValues

func MustParseWatchProbeGroupRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchProbeGroupRequest_FieldPathArrayOfValues

func ParseWatchProbeGroupRequest_FieldPathArrayOfValues

func ParseWatchProbeGroupRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchProbeGroupRequest_FieldPathArrayOfValues, error)

type WatchProbeGroupRequest_FieldPathSelector

type WatchProbeGroupRequest_FieldPathSelector int32
const (
	WatchProbeGroupRequest_FieldPathSelectorName      WatchProbeGroupRequest_FieldPathSelector = 0
	WatchProbeGroupRequest_FieldPathSelectorFieldMask WatchProbeGroupRequest_FieldPathSelector = 1
	WatchProbeGroupRequest_FieldPathSelectorView      WatchProbeGroupRequest_FieldPathSelector = 2
)

func (WatchProbeGroupRequest_FieldPathSelector) String

type WatchProbeGroupRequest_FieldPathValue

type WatchProbeGroupRequest_FieldPathValue interface {
	WatchProbeGroupRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchProbeGroupRequest)
	CompareWith(*WatchProbeGroupRequest) (cmp int, comparable bool)
}

WatchProbeGroupRequest_FieldPathValue allows storing values for WatchProbeGroupRequest fields according to their type

func MustParseWatchProbeGroupRequest_FieldPathValue

func MustParseWatchProbeGroupRequest_FieldPathValue(pathStr, valueStr string) WatchProbeGroupRequest_FieldPathValue

func ParseWatchProbeGroupRequest_FieldPathValue

func ParseWatchProbeGroupRequest_FieldPathValue(pathStr, valueStr string) (WatchProbeGroupRequest_FieldPathValue, error)

type WatchProbeGroupRequest_FieldTerminalPath

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

func (*WatchProbeGroupRequest_FieldTerminalPath) ClearValue

func (*WatchProbeGroupRequest_FieldTerminalPath) ClearValueRaw

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

func (*WatchProbeGroupRequest_FieldTerminalPath) Get

func (fp *WatchProbeGroupRequest_FieldTerminalPath) Get(source *WatchProbeGroupRequest) (values []interface{})

Get returns all values pointed by specific field from source WatchProbeGroupRequest

func (*WatchProbeGroupRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchProbeGroupRequest_FieldTerminalPath) GetRaw

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

func (*WatchProbeGroupRequest_FieldTerminalPath) GetSingle

func (fp *WatchProbeGroupRequest_FieldTerminalPath) GetSingle(source *WatchProbeGroupRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchProbeGroupRequest

func (*WatchProbeGroupRequest_FieldTerminalPath) GetSingleRaw

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

func (*WatchProbeGroupRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchProbeGroupRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchProbeGroupRequest_FieldTerminalPath) Selector

func (*WatchProbeGroupRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*WatchProbeGroupRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchProbeGroupRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchProbeGroupRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchProbeGroupRequest_FieldTerminalPath) WithIValue

func (*WatchProbeGroupRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchProbeGroupRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchProbeGroupRequest_FieldTerminalPath) WithRawIValue

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

type WatchProbeGroupRequest_FieldTerminalPathArrayItemValue

type WatchProbeGroupRequest_FieldTerminalPathArrayItemValue struct {
	WatchProbeGroupRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbeGroupRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchProbeGroupRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchProbeGroupRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchProbeGroupRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchProbeGroupRequest_FieldTerminalPathArrayOfValues

type WatchProbeGroupRequest_FieldTerminalPathArrayOfValues struct {
	WatchProbeGroupRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbeGroupRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*WatchProbeGroupRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (*WatchProbeGroupRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*WatchProbeGroupRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchProbeGroupRequest_FieldTerminalPathValue

type WatchProbeGroupRequest_FieldTerminalPathValue struct {
	WatchProbeGroupRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbeGroupRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchProbeGroupRequest_FieldTerminalPathValue) AsNameValue

func (*WatchProbeGroupRequest_FieldTerminalPathValue) AsViewValue

func (*WatchProbeGroupRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchProbeGroupRequest_FieldTerminalPathValue' with the value under path in 'WatchProbeGroupRequest'.

func (*WatchProbeGroupRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*WatchProbeGroupRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchProbeGroupRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchProbeGroupRequest

func (*WatchProbeGroupRequest_FieldTerminalPathValue) SetToRaw

type WatchProbeGroupResponse

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

WatchProbeGroupResponse

func (*WatchProbeGroupResponse) Clone

func (*WatchProbeGroupResponse) CloneRaw

func (*WatchProbeGroupResponse) Descriptor

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

Deprecated, Use WatchProbeGroupResponse.ProtoReflect.Descriptor instead.

func (*WatchProbeGroupResponse) GetChange

func (*WatchProbeGroupResponse) GotenMessage

func (*WatchProbeGroupResponse) GotenMessage()

func (*WatchProbeGroupResponse) GotenObjectExt

func (o *WatchProbeGroupResponse) GotenObjectExt()

func (*WatchProbeGroupResponse) GotenValidate

func (obj *WatchProbeGroupResponse) GotenValidate() error

func (*WatchProbeGroupResponse) MakeDiffFieldMask

func (*WatchProbeGroupResponse) MakeFullFieldMask

func (*WatchProbeGroupResponse) MakeRawDiffFieldMask

func (*WatchProbeGroupResponse) MakeRawFullFieldMask

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

func (*WatchProbeGroupResponse) Marshal

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

func (*WatchProbeGroupResponse) MarshalJSON

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

func (*WatchProbeGroupResponse) Merge

func (*WatchProbeGroupResponse) MergeRaw

func (*WatchProbeGroupResponse) ProtoMessage

func (*WatchProbeGroupResponse) ProtoMessage()

func (*WatchProbeGroupResponse) ProtoReflect

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

func (*WatchProbeGroupResponse) Reset

func (m *WatchProbeGroupResponse) Reset()

func (*WatchProbeGroupResponse) SetChange

func (*WatchProbeGroupResponse) String

func (m *WatchProbeGroupResponse) String() string

func (*WatchProbeGroupResponse) Unmarshal

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

func (*WatchProbeGroupResponse) UnmarshalJSON

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

type WatchProbeGroupResponseFieldPathBuilder

type WatchProbeGroupResponseFieldPathBuilder struct{}

func NewWatchProbeGroupResponseFieldPathBuilder

func NewWatchProbeGroupResponseFieldPathBuilder() WatchProbeGroupResponseFieldPathBuilder

func (WatchProbeGroupResponseFieldPathBuilder) Change

type WatchProbeGroupResponsePathSelectorChange

type WatchProbeGroupResponsePathSelectorChange struct{}

func (WatchProbeGroupResponsePathSelectorChange) FieldPath

func (WatchProbeGroupResponsePathSelectorChange) WithArrayOfValues

func (WatchProbeGroupResponsePathSelectorChange) WithValue

type WatchProbeGroupResponse_FieldMask

type WatchProbeGroupResponse_FieldMask struct {
	Paths []WatchProbeGroupResponse_FieldPath
}

func FullWatchProbeGroupResponse_FieldMask

func FullWatchProbeGroupResponse_FieldMask() *WatchProbeGroupResponse_FieldMask

func (*WatchProbeGroupResponse_FieldMask) AppendPath

func (*WatchProbeGroupResponse_FieldMask) AppendRawPath

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

func (*WatchProbeGroupResponse_FieldMask) DecodeFirestore

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

func (*WatchProbeGroupResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchProbeGroupResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchProbeGroupResponse_FieldMask) FromProtoFieldMask

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

func (*WatchProbeGroupResponse_FieldMask) GetPaths

func (*WatchProbeGroupResponse_FieldMask) GetRawPaths

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

func (*WatchProbeGroupResponse_FieldMask) IsFull

func (fieldMask *WatchProbeGroupResponse_FieldMask) IsFull() bool

func (WatchProbeGroupResponse_FieldMask) Marshal

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

implement methods required by customType

func (WatchProbeGroupResponse_FieldMask) MarshalJSON

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

func (*WatchProbeGroupResponse_FieldMask) PathsCount

func (fieldMask *WatchProbeGroupResponse_FieldMask) PathsCount() int

func (*WatchProbeGroupResponse_FieldMask) Project

func (*WatchProbeGroupResponse_FieldMask) ProjectRaw

func (*WatchProbeGroupResponse_FieldMask) ProtoMessage

func (fieldMask *WatchProbeGroupResponse_FieldMask) ProtoMessage()

func (*WatchProbeGroupResponse_FieldMask) ProtoReflect

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

func (*WatchProbeGroupResponse_FieldMask) Reset

func (fieldMask *WatchProbeGroupResponse_FieldMask) Reset()

func (*WatchProbeGroupResponse_FieldMask) Set

func (fieldMask *WatchProbeGroupResponse_FieldMask) Set(target, source *WatchProbeGroupResponse)

func (*WatchProbeGroupResponse_FieldMask) SetFromCliFlag

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

func (*WatchProbeGroupResponse_FieldMask) SetRaw

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

func (*WatchProbeGroupResponse_FieldMask) Size

func (fieldMask *WatchProbeGroupResponse_FieldMask) Size() int

func (*WatchProbeGroupResponse_FieldMask) String

func (fieldMask *WatchProbeGroupResponse_FieldMask) String() string

func (*WatchProbeGroupResponse_FieldMask) Subtract

func (*WatchProbeGroupResponse_FieldMask) SubtractRaw

func (*WatchProbeGroupResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchProbeGroupResponse_FieldMask) Unmarshal

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

func (*WatchProbeGroupResponse_FieldMask) UnmarshalJSON

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

type WatchProbeGroupResponse_FieldPath

type WatchProbeGroupResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchProbeGroupResponse_FieldPathSelector
	Get(source *WatchProbeGroupResponse) []interface{}
	GetSingle(source *WatchProbeGroupResponse) (interface{}, bool)
	ClearValue(item *WatchProbeGroupResponse)

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

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

func MustParseWatchProbeGroupResponse_FieldPath

func MustParseWatchProbeGroupResponse_FieldPath(rawField string) WatchProbeGroupResponse_FieldPath

func ParseWatchProbeGroupResponse_FieldPath

func ParseWatchProbeGroupResponse_FieldPath(rawField string) (WatchProbeGroupResponse_FieldPath, error)

type WatchProbeGroupResponse_FieldPathArrayItemValue

type WatchProbeGroupResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchProbeGroupResponse_FieldPath
	ContainsValue(*WatchProbeGroupResponse) bool
}

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

func MustParseWatchProbeGroupResponse_FieldPathArrayItemValue

func MustParseWatchProbeGroupResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchProbeGroupResponse_FieldPathArrayItemValue

func ParseWatchProbeGroupResponse_FieldPathArrayItemValue

func ParseWatchProbeGroupResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchProbeGroupResponse_FieldPathArrayItemValue, error)

ParseWatchProbeGroupResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchProbeGroupResponse_FieldPathArrayOfValues

type WatchProbeGroupResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchProbeGroupResponse_FieldPath
}

WatchProbeGroupResponse_FieldPathArrayOfValues allows storing slice of values for WatchProbeGroupResponse fields according to their type

func MustParseWatchProbeGroupResponse_FieldPathArrayOfValues

func MustParseWatchProbeGroupResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchProbeGroupResponse_FieldPathArrayOfValues

func ParseWatchProbeGroupResponse_FieldPathArrayOfValues

func ParseWatchProbeGroupResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchProbeGroupResponse_FieldPathArrayOfValues, error)

type WatchProbeGroupResponse_FieldPathSelector

type WatchProbeGroupResponse_FieldPathSelector int32
const (
	WatchProbeGroupResponse_FieldPathSelectorChange WatchProbeGroupResponse_FieldPathSelector = 0
)

func (WatchProbeGroupResponse_FieldPathSelector) String

type WatchProbeGroupResponse_FieldPathValue

type WatchProbeGroupResponse_FieldPathValue interface {
	WatchProbeGroupResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchProbeGroupResponse)
	CompareWith(*WatchProbeGroupResponse) (cmp int, comparable bool)
}

WatchProbeGroupResponse_FieldPathValue allows storing values for WatchProbeGroupResponse fields according to their type

func MustParseWatchProbeGroupResponse_FieldPathValue

func MustParseWatchProbeGroupResponse_FieldPathValue(pathStr, valueStr string) WatchProbeGroupResponse_FieldPathValue

func ParseWatchProbeGroupResponse_FieldPathValue

func ParseWatchProbeGroupResponse_FieldPathValue(pathStr, valueStr string) (WatchProbeGroupResponse_FieldPathValue, error)

type WatchProbeGroupResponse_FieldTerminalPath

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

func (*WatchProbeGroupResponse_FieldTerminalPath) ClearValue

func (*WatchProbeGroupResponse_FieldTerminalPath) ClearValueRaw

func (*WatchProbeGroupResponse_FieldTerminalPath) Get

func (fp *WatchProbeGroupResponse_FieldTerminalPath) Get(source *WatchProbeGroupResponse) (values []interface{})

Get returns all values pointed by specific field from source WatchProbeGroupResponse

func (*WatchProbeGroupResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchProbeGroupResponse_FieldTerminalPath) GetRaw

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

func (*WatchProbeGroupResponse_FieldTerminalPath) GetSingle

func (fp *WatchProbeGroupResponse_FieldTerminalPath) GetSingle(source *WatchProbeGroupResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchProbeGroupResponse

func (*WatchProbeGroupResponse_FieldTerminalPath) GetSingleRaw

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

func (*WatchProbeGroupResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchProbeGroupResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchProbeGroupResponse_FieldTerminalPath) Selector

func (*WatchProbeGroupResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*WatchProbeGroupResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchProbeGroupResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchProbeGroupResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchProbeGroupResponse_FieldTerminalPath) WithIValue

func (*WatchProbeGroupResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchProbeGroupResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchProbeGroupResponse_FieldTerminalPath) WithRawIValue

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

type WatchProbeGroupResponse_FieldTerminalPathArrayItemValue

type WatchProbeGroupResponse_FieldTerminalPathArrayItemValue struct {
	WatchProbeGroupResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbeGroupResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchProbeGroupResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchProbeGroupResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchProbeGroupResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchProbeGroupResponse_FieldTerminalPathArrayOfValues

type WatchProbeGroupResponse_FieldTerminalPathArrayOfValues struct {
	WatchProbeGroupResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbeGroupResponse_FieldTerminalPathArrayOfValues) AsChangeArrayOfValues

func (*WatchProbeGroupResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchProbeGroupResponse_FieldTerminalPathValue

type WatchProbeGroupResponse_FieldTerminalPathValue struct {
	WatchProbeGroupResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbeGroupResponse_FieldTerminalPathValue) AsChangeValue

func (*WatchProbeGroupResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchProbeGroupResponse_FieldTerminalPathValue' with the value under path in 'WatchProbeGroupResponse'.

func (*WatchProbeGroupResponse_FieldTerminalPathValue) CompareWithRaw

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

func (*WatchProbeGroupResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchProbeGroupResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchProbeGroupResponse

func (*WatchProbeGroupResponse_FieldTerminalPathValue) SetToRaw

type WatchProbeGroupsClientStream

type WatchProbeGroupsClientStream interface {
	Recv() (*WatchProbeGroupsResponse, error)
	grpc.ClientStream
}

type WatchProbeGroupsDescriptor added in v0.4.26

type WatchProbeGroupsDescriptor struct{}

func GetWatchProbeGroupsDescriptor added in v0.4.26

func GetWatchProbeGroupsDescriptor() *WatchProbeGroupsDescriptor

func (*WatchProbeGroupsDescriptor) GetApiDescriptor added in v0.4.26

func (*WatchProbeGroupsDescriptor) GetApiName added in v0.4.26

func (d *WatchProbeGroupsDescriptor) GetApiName() string

func (*WatchProbeGroupsDescriptor) GetClientMsgReflectHandle added in v0.4.26

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

func (*WatchProbeGroupsDescriptor) GetFullMethodName added in v0.4.26

func (d *WatchProbeGroupsDescriptor) GetFullMethodName() string

func (*WatchProbeGroupsDescriptor) GetMethodName added in v0.4.26

func (d *WatchProbeGroupsDescriptor) GetMethodName() string

func (*WatchProbeGroupsDescriptor) GetProtoPkgName added in v0.4.26

func (d *WatchProbeGroupsDescriptor) GetProtoPkgName() string

func (*WatchProbeGroupsDescriptor) GetResourceDescriptor added in v0.4.27

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

func (*WatchProbeGroupsDescriptor) GetServerMsgReflectHandle added in v0.4.26

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

func (*WatchProbeGroupsDescriptor) GetServiceDomain added in v0.4.26

func (d *WatchProbeGroupsDescriptor) GetServiceDomain() string

func (*WatchProbeGroupsDescriptor) GetServiceVersion added in v0.4.26

func (d *WatchProbeGroupsDescriptor) GetServiceVersion() string

func (*WatchProbeGroupsDescriptor) GetVerb added in v0.4.26

func (d *WatchProbeGroupsDescriptor) GetVerb() string

func (*WatchProbeGroupsDescriptor) HasResource added in v0.4.27

func (d *WatchProbeGroupsDescriptor) HasResource() bool

func (*WatchProbeGroupsDescriptor) IsClientStream added in v0.4.26

func (d *WatchProbeGroupsDescriptor) IsClientStream() bool

func (*WatchProbeGroupsDescriptor) IsCollection added in v0.4.27

func (d *WatchProbeGroupsDescriptor) IsCollection() bool

func (*WatchProbeGroupsDescriptor) IsPlural added in v0.4.27

func (d *WatchProbeGroupsDescriptor) IsPlural() bool

func (*WatchProbeGroupsDescriptor) IsServerStream added in v0.4.26

func (d *WatchProbeGroupsDescriptor) IsServerStream() bool

func (*WatchProbeGroupsDescriptor) IsUnary added in v0.4.26

func (d *WatchProbeGroupsDescriptor) IsUnary() bool

func (*WatchProbeGroupsDescriptor) NewEmptyClientMsg added in v0.4.26

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

func (*WatchProbeGroupsDescriptor) NewEmptyServerMsg added in v0.4.26

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

func (*WatchProbeGroupsDescriptor) RequestHasResourceBody added in v0.4.26

func (d *WatchProbeGroupsDescriptor) RequestHasResourceBody() bool

type WatchProbeGroupsDescriptorClientMsgHandle added in v0.4.26

type WatchProbeGroupsDescriptorClientMsgHandle struct{}

func (*WatchProbeGroupsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.27

func (*WatchProbeGroupsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.27

func (*WatchProbeGroupsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.27

type WatchProbeGroupsDescriptorServerMsgHandle added in v0.4.26

type WatchProbeGroupsDescriptorServerMsgHandle struct{}

func (*WatchProbeGroupsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.27

func (*WatchProbeGroupsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.27

func (*WatchProbeGroupsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.27

type WatchProbeGroupsRequest

type WatchProbeGroupsRequest struct {

	// Type of a watch. Identifies how server stream data to a client, which
	// fields in a request are allowed and which fields in response are relevant.
	Type watch_type.WatchType `protobuf:"varint,9,opt,name=type,proto3,enum=goten.watch_type.WatchType" json:"type,omitempty" firestore:"type"`
	// Parent reference of ntt.watchdog.v1alpha2.ProbeGroup
	Parent *probe_group.ParentReference `protobuf:"bytes,1,opt,customtype=ParentReference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer ProbeGroups than requested.
	// If unspecified, server will pick an appropriate default.
	// Can be populated only for stateful watch type.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"`
	// A token identifying a page of results the server should return.
	// Can be populated only for stateful watch type.
	PageToken *probe_group.PagerCursor `` /* 133-byte string literal not displayed */
	// Order By -
	// https://cloud.google.com/apis/design/design_patterns#list_pagination Can be
	// populated only for stateful watch type.
	OrderBy *probe_group.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"`
	// A token identifying watch resume point from previous session.
	// Can be populated only for stateless watch type.
	ResumeToken string `protobuf:"bytes,10,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"`
	// Point in the time from which we want to start getting updates. This field
	// can be populated only for stateless watch type and if resume token is not
	// known yet. If specified, initial snapshot will NOT be provided. It is
	// assumed client can obtain it using separate means. Watch responses will
	// contain resume tokens which should be used to resume broken connection.
	StartingTime *timestamp.Timestamp `protobuf:"bytes,12,opt,name=starting_time,json=startingTime,proto3" json:"starting_time,omitempty" firestore:"startingTime"`
	// Filter - filter results by field criteria. Simplified SQL-like syntax with
	// following operators:
	// <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS
	// [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels
	// CONTAINS "severity:important" OR (state.last_error_time >
	// "2018-11-15T10:00:00Z" AND state.status = "ERROR")'
	Filter *probe_group.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view Changes to ProbeGroup that don't
	// affect any of masked fields won't be sent back.
	FieldMask *probe_group.ProbeGroup_FieldMask `` /* 142-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask Changes to
	// ProbeGroup that don't affect any of masked fields won't be sent back.
	View view.View `protobuf:"varint,8,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"`
	// Maximum amount of changes in each response message. Query result response
	// is divided on the server side into chunks with size of a specified amount
	// to limit memory footprint of each message. Responses will hold information
	// whether more elements will continue for the actual change. If unspecified,
	// server will pick an appropriate default.
	MaxChunkSize int32 `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

func (*WatchProbeGroupsRequest) Clone

func (*WatchProbeGroupsRequest) CloneRaw

func (*WatchProbeGroupsRequest) Descriptor

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

Deprecated, Use WatchProbeGroupsRequest.ProtoReflect.Descriptor instead.

func (*WatchProbeGroupsRequest) GetFieldMask

func (*WatchProbeGroupsRequest) GetFilter

func (m *WatchProbeGroupsRequest) GetFilter() *probe_group.Filter

func (*WatchProbeGroupsRequest) GetMaxChunkSize

func (m *WatchProbeGroupsRequest) GetMaxChunkSize() int32

func (*WatchProbeGroupsRequest) GetOrderBy

func (m *WatchProbeGroupsRequest) GetOrderBy() *probe_group.OrderBy

func (*WatchProbeGroupsRequest) GetPageSize

func (m *WatchProbeGroupsRequest) GetPageSize() int32

func (*WatchProbeGroupsRequest) GetPageToken

func (m *WatchProbeGroupsRequest) GetPageToken() *probe_group.PagerCursor

func (*WatchProbeGroupsRequest) GetParent

func (*WatchProbeGroupsRequest) GetResumeToken

func (m *WatchProbeGroupsRequest) GetResumeToken() string

func (*WatchProbeGroupsRequest) GetStartingTime added in v0.7.13

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

func (*WatchProbeGroupsRequest) GetType

func (*WatchProbeGroupsRequest) GetView

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

func (*WatchProbeGroupsRequest) GotenMessage

func (*WatchProbeGroupsRequest) GotenMessage()

func (*WatchProbeGroupsRequest) GotenObjectExt

func (o *WatchProbeGroupsRequest) GotenObjectExt()

func (*WatchProbeGroupsRequest) GotenValidate

func (obj *WatchProbeGroupsRequest) GotenValidate() error

func (*WatchProbeGroupsRequest) MakeDiffFieldMask

func (*WatchProbeGroupsRequest) MakeFullFieldMask

func (*WatchProbeGroupsRequest) MakeRawDiffFieldMask

func (*WatchProbeGroupsRequest) MakeRawFullFieldMask

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

func (*WatchProbeGroupsRequest) Marshal

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

func (*WatchProbeGroupsRequest) MarshalJSON

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

func (*WatchProbeGroupsRequest) Merge

func (*WatchProbeGroupsRequest) MergeRaw

func (*WatchProbeGroupsRequest) ProtoMessage

func (*WatchProbeGroupsRequest) ProtoMessage()

func (*WatchProbeGroupsRequest) ProtoReflect

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

func (*WatchProbeGroupsRequest) Reset

func (m *WatchProbeGroupsRequest) Reset()

func (*WatchProbeGroupsRequest) SetFieldMask

func (*WatchProbeGroupsRequest) SetFilter

func (m *WatchProbeGroupsRequest) SetFilter(fv *probe_group.Filter)

func (*WatchProbeGroupsRequest) SetMaxChunkSize

func (m *WatchProbeGroupsRequest) SetMaxChunkSize(fv int32)

func (*WatchProbeGroupsRequest) SetOrderBy

func (m *WatchProbeGroupsRequest) SetOrderBy(fv *probe_group.OrderBy)

func (*WatchProbeGroupsRequest) SetPageSize

func (m *WatchProbeGroupsRequest) SetPageSize(fv int32)

func (*WatchProbeGroupsRequest) SetPageToken

func (m *WatchProbeGroupsRequest) SetPageToken(fv *probe_group.PagerCursor)

func (*WatchProbeGroupsRequest) SetParent

func (*WatchProbeGroupsRequest) SetResumeToken

func (m *WatchProbeGroupsRequest) SetResumeToken(fv string)

func (*WatchProbeGroupsRequest) SetStartingTime added in v0.7.13

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

func (*WatchProbeGroupsRequest) SetType

func (*WatchProbeGroupsRequest) SetView

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

func (*WatchProbeGroupsRequest) String

func (m *WatchProbeGroupsRequest) String() string

func (*WatchProbeGroupsRequest) Unmarshal

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

func (*WatchProbeGroupsRequest) UnmarshalJSON

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

type WatchProbeGroupsRequestFieldPathBuilder

type WatchProbeGroupsRequestFieldPathBuilder struct{}

func NewWatchProbeGroupsRequestFieldPathBuilder

func NewWatchProbeGroupsRequestFieldPathBuilder() WatchProbeGroupsRequestFieldPathBuilder

func (WatchProbeGroupsRequestFieldPathBuilder) FieldMask

func (WatchProbeGroupsRequestFieldPathBuilder) Filter

func (WatchProbeGroupsRequestFieldPathBuilder) MaxChunkSize

func (WatchProbeGroupsRequestFieldPathBuilder) OrderBy

func (WatchProbeGroupsRequestFieldPathBuilder) PageSize

func (WatchProbeGroupsRequestFieldPathBuilder) PageToken

func (WatchProbeGroupsRequestFieldPathBuilder) Parent

func (WatchProbeGroupsRequestFieldPathBuilder) ResumeToken

func (WatchProbeGroupsRequestFieldPathBuilder) StartingTime added in v0.7.13

func (WatchProbeGroupsRequestFieldPathBuilder) Type

func (WatchProbeGroupsRequestFieldPathBuilder) View

type WatchProbeGroupsRequestPathSelectorFieldMask

type WatchProbeGroupsRequestPathSelectorFieldMask struct{}

func (WatchProbeGroupsRequestPathSelectorFieldMask) FieldPath

type WatchProbeGroupsRequestPathSelectorFilter

type WatchProbeGroupsRequestPathSelectorFilter struct{}

func (WatchProbeGroupsRequestPathSelectorFilter) FieldPath

func (WatchProbeGroupsRequestPathSelectorFilter) WithArrayOfValues

func (WatchProbeGroupsRequestPathSelectorFilter) WithValue

type WatchProbeGroupsRequestPathSelectorMaxChunkSize

type WatchProbeGroupsRequestPathSelectorMaxChunkSize struct{}

func (WatchProbeGroupsRequestPathSelectorMaxChunkSize) FieldPath

func (WatchProbeGroupsRequestPathSelectorMaxChunkSize) WithArrayOfValues

func (WatchProbeGroupsRequestPathSelectorMaxChunkSize) WithValue

type WatchProbeGroupsRequestPathSelectorOrderBy

type WatchProbeGroupsRequestPathSelectorOrderBy struct{}

func (WatchProbeGroupsRequestPathSelectorOrderBy) FieldPath

func (WatchProbeGroupsRequestPathSelectorOrderBy) WithArrayOfValues

func (WatchProbeGroupsRequestPathSelectorOrderBy) WithValue

type WatchProbeGroupsRequestPathSelectorPageSize

type WatchProbeGroupsRequestPathSelectorPageSize struct{}

func (WatchProbeGroupsRequestPathSelectorPageSize) FieldPath

func (WatchProbeGroupsRequestPathSelectorPageSize) WithArrayOfValues

func (WatchProbeGroupsRequestPathSelectorPageSize) WithValue

type WatchProbeGroupsRequestPathSelectorPageToken

type WatchProbeGroupsRequestPathSelectorPageToken struct{}

func (WatchProbeGroupsRequestPathSelectorPageToken) FieldPath

func (WatchProbeGroupsRequestPathSelectorPageToken) WithArrayOfValues

func (WatchProbeGroupsRequestPathSelectorPageToken) WithValue

type WatchProbeGroupsRequestPathSelectorParent

type WatchProbeGroupsRequestPathSelectorParent struct{}

func (WatchProbeGroupsRequestPathSelectorParent) FieldPath

func (WatchProbeGroupsRequestPathSelectorParent) WithArrayOfValues

func (WatchProbeGroupsRequestPathSelectorParent) WithValue

type WatchProbeGroupsRequestPathSelectorResumeToken

type WatchProbeGroupsRequestPathSelectorResumeToken struct{}

func (WatchProbeGroupsRequestPathSelectorResumeToken) FieldPath

func (WatchProbeGroupsRequestPathSelectorResumeToken) WithArrayOfValues

func (WatchProbeGroupsRequestPathSelectorResumeToken) WithValue

type WatchProbeGroupsRequestPathSelectorStartingTime added in v0.7.13

type WatchProbeGroupsRequestPathSelectorStartingTime struct{}

func (WatchProbeGroupsRequestPathSelectorStartingTime) FieldPath added in v0.7.13

func (WatchProbeGroupsRequestPathSelectorStartingTime) WithArrayOfValues added in v0.7.13

func (WatchProbeGroupsRequestPathSelectorStartingTime) WithValue added in v0.7.13

type WatchProbeGroupsRequestPathSelectorType

type WatchProbeGroupsRequestPathSelectorType struct{}

func (WatchProbeGroupsRequestPathSelectorType) FieldPath

func (WatchProbeGroupsRequestPathSelectorType) WithArrayOfValues

func (WatchProbeGroupsRequestPathSelectorType) WithValue

type WatchProbeGroupsRequestPathSelectorView

type WatchProbeGroupsRequestPathSelectorView struct{}

func (WatchProbeGroupsRequestPathSelectorView) FieldPath

func (WatchProbeGroupsRequestPathSelectorView) WithArrayOfValues

func (WatchProbeGroupsRequestPathSelectorView) WithValue

type WatchProbeGroupsRequest_FieldMask

type WatchProbeGroupsRequest_FieldMask struct {
	Paths []WatchProbeGroupsRequest_FieldPath
}

func FullWatchProbeGroupsRequest_FieldMask

func FullWatchProbeGroupsRequest_FieldMask() *WatchProbeGroupsRequest_FieldMask

func (*WatchProbeGroupsRequest_FieldMask) AppendPath

func (*WatchProbeGroupsRequest_FieldMask) AppendRawPath

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

func (*WatchProbeGroupsRequest_FieldMask) DecodeFirestore

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

func (*WatchProbeGroupsRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchProbeGroupsRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchProbeGroupsRequest_FieldMask) FromProtoFieldMask

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

func (*WatchProbeGroupsRequest_FieldMask) GetPaths

func (*WatchProbeGroupsRequest_FieldMask) GetRawPaths

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

func (*WatchProbeGroupsRequest_FieldMask) IsFull

func (fieldMask *WatchProbeGroupsRequest_FieldMask) IsFull() bool

func (WatchProbeGroupsRequest_FieldMask) Marshal

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

implement methods required by customType

func (WatchProbeGroupsRequest_FieldMask) MarshalJSON

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

func (*WatchProbeGroupsRequest_FieldMask) PathsCount

func (fieldMask *WatchProbeGroupsRequest_FieldMask) PathsCount() int

func (*WatchProbeGroupsRequest_FieldMask) Project

func (*WatchProbeGroupsRequest_FieldMask) ProjectRaw

func (*WatchProbeGroupsRequest_FieldMask) ProtoMessage

func (fieldMask *WatchProbeGroupsRequest_FieldMask) ProtoMessage()

func (*WatchProbeGroupsRequest_FieldMask) ProtoReflect

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

func (*WatchProbeGroupsRequest_FieldMask) Reset

func (fieldMask *WatchProbeGroupsRequest_FieldMask) Reset()

func (*WatchProbeGroupsRequest_FieldMask) Set

func (fieldMask *WatchProbeGroupsRequest_FieldMask) Set(target, source *WatchProbeGroupsRequest)

func (*WatchProbeGroupsRequest_FieldMask) SetFromCliFlag

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

func (*WatchProbeGroupsRequest_FieldMask) SetRaw

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

func (*WatchProbeGroupsRequest_FieldMask) Size

func (fieldMask *WatchProbeGroupsRequest_FieldMask) Size() int

func (*WatchProbeGroupsRequest_FieldMask) String

func (fieldMask *WatchProbeGroupsRequest_FieldMask) String() string

func (*WatchProbeGroupsRequest_FieldMask) Subtract

func (*WatchProbeGroupsRequest_FieldMask) SubtractRaw

func (*WatchProbeGroupsRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchProbeGroupsRequest_FieldMask) Unmarshal

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

func (*WatchProbeGroupsRequest_FieldMask) UnmarshalJSON

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

type WatchProbeGroupsRequest_FieldPath

type WatchProbeGroupsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchProbeGroupsRequest_FieldPathSelector
	Get(source *WatchProbeGroupsRequest) []interface{}
	GetSingle(source *WatchProbeGroupsRequest) (interface{}, bool)
	ClearValue(item *WatchProbeGroupsRequest)

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

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

func MustParseWatchProbeGroupsRequest_FieldPath

func MustParseWatchProbeGroupsRequest_FieldPath(rawField string) WatchProbeGroupsRequest_FieldPath

func ParseWatchProbeGroupsRequest_FieldPath

func ParseWatchProbeGroupsRequest_FieldPath(rawField string) (WatchProbeGroupsRequest_FieldPath, error)

type WatchProbeGroupsRequest_FieldPathArrayItemValue

type WatchProbeGroupsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchProbeGroupsRequest_FieldPath
	ContainsValue(*WatchProbeGroupsRequest) bool
}

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

func MustParseWatchProbeGroupsRequest_FieldPathArrayItemValue

func MustParseWatchProbeGroupsRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchProbeGroupsRequest_FieldPathArrayItemValue

func ParseWatchProbeGroupsRequest_FieldPathArrayItemValue

func ParseWatchProbeGroupsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchProbeGroupsRequest_FieldPathArrayItemValue, error)

ParseWatchProbeGroupsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchProbeGroupsRequest_FieldPathArrayOfValues

type WatchProbeGroupsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchProbeGroupsRequest_FieldPath
}

WatchProbeGroupsRequest_FieldPathArrayOfValues allows storing slice of values for WatchProbeGroupsRequest fields according to their type

func MustParseWatchProbeGroupsRequest_FieldPathArrayOfValues

func MustParseWatchProbeGroupsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchProbeGroupsRequest_FieldPathArrayOfValues

func ParseWatchProbeGroupsRequest_FieldPathArrayOfValues

func ParseWatchProbeGroupsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchProbeGroupsRequest_FieldPathArrayOfValues, error)

type WatchProbeGroupsRequest_FieldPathSelector

type WatchProbeGroupsRequest_FieldPathSelector int32
const (
	WatchProbeGroupsRequest_FieldPathSelectorType         WatchProbeGroupsRequest_FieldPathSelector = 0
	WatchProbeGroupsRequest_FieldPathSelectorParent       WatchProbeGroupsRequest_FieldPathSelector = 1
	WatchProbeGroupsRequest_FieldPathSelectorPageSize     WatchProbeGroupsRequest_FieldPathSelector = 2
	WatchProbeGroupsRequest_FieldPathSelectorPageToken    WatchProbeGroupsRequest_FieldPathSelector = 3
	WatchProbeGroupsRequest_FieldPathSelectorOrderBy      WatchProbeGroupsRequest_FieldPathSelector = 4
	WatchProbeGroupsRequest_FieldPathSelectorResumeToken  WatchProbeGroupsRequest_FieldPathSelector = 5
	WatchProbeGroupsRequest_FieldPathSelectorStartingTime WatchProbeGroupsRequest_FieldPathSelector = 6
	WatchProbeGroupsRequest_FieldPathSelectorFilter       WatchProbeGroupsRequest_FieldPathSelector = 7
	WatchProbeGroupsRequest_FieldPathSelectorFieldMask    WatchProbeGroupsRequest_FieldPathSelector = 8
	WatchProbeGroupsRequest_FieldPathSelectorView         WatchProbeGroupsRequest_FieldPathSelector = 9
	WatchProbeGroupsRequest_FieldPathSelectorMaxChunkSize WatchProbeGroupsRequest_FieldPathSelector = 10
)

func (WatchProbeGroupsRequest_FieldPathSelector) String

type WatchProbeGroupsRequest_FieldPathValue

type WatchProbeGroupsRequest_FieldPathValue interface {
	WatchProbeGroupsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchProbeGroupsRequest)
	CompareWith(*WatchProbeGroupsRequest) (cmp int, comparable bool)
}

WatchProbeGroupsRequest_FieldPathValue allows storing values for WatchProbeGroupsRequest fields according to their type

func MustParseWatchProbeGroupsRequest_FieldPathValue

func MustParseWatchProbeGroupsRequest_FieldPathValue(pathStr, valueStr string) WatchProbeGroupsRequest_FieldPathValue

func ParseWatchProbeGroupsRequest_FieldPathValue

func ParseWatchProbeGroupsRequest_FieldPathValue(pathStr, valueStr string) (WatchProbeGroupsRequest_FieldPathValue, error)

type WatchProbeGroupsRequest_FieldTerminalPath

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

func (*WatchProbeGroupsRequest_FieldTerminalPath) ClearValue

func (*WatchProbeGroupsRequest_FieldTerminalPath) ClearValueRaw

func (*WatchProbeGroupsRequest_FieldTerminalPath) Get

func (fp *WatchProbeGroupsRequest_FieldTerminalPath) Get(source *WatchProbeGroupsRequest) (values []interface{})

Get returns all values pointed by specific field from source WatchProbeGroupsRequest

func (*WatchProbeGroupsRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchProbeGroupsRequest_FieldTerminalPath) GetRaw

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

func (*WatchProbeGroupsRequest_FieldTerminalPath) GetSingle

func (fp *WatchProbeGroupsRequest_FieldTerminalPath) GetSingle(source *WatchProbeGroupsRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchProbeGroupsRequest

func (*WatchProbeGroupsRequest_FieldTerminalPath) GetSingleRaw

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

func (*WatchProbeGroupsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchProbeGroupsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchProbeGroupsRequest_FieldTerminalPath) Selector

func (*WatchProbeGroupsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

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

func (*WatchProbeGroupsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchProbeGroupsRequest_FieldTerminalPath) WithIArrayItemValue

func (*WatchProbeGroupsRequest_FieldTerminalPath) WithIArrayOfValues

func (*WatchProbeGroupsRequest_FieldTerminalPath) WithIValue

func (*WatchProbeGroupsRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*WatchProbeGroupsRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*WatchProbeGroupsRequest_FieldTerminalPath) WithRawIValue

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

type WatchProbeGroupsRequest_FieldTerminalPathArrayItemValue

type WatchProbeGroupsRequest_FieldTerminalPathArrayItemValue struct {
	WatchProbeGroupsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbeGroupsRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchProbeGroupsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*WatchProbeGroupsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchProbeGroupsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type WatchProbeGroupsRequest_FieldTerminalPathArrayOfValues

type WatchProbeGroupsRequest_FieldTerminalPathArrayOfValues struct {
	WatchProbeGroupsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbeGroupsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*WatchProbeGroupsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (*WatchProbeGroupsRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues

func (fpaov *WatchProbeGroupsRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues() ([]int32, bool)

func (*WatchProbeGroupsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (*WatchProbeGroupsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*WatchProbeGroupsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (*WatchProbeGroupsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*WatchProbeGroupsRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

func (fpaov *WatchProbeGroupsRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)

func (*WatchProbeGroupsRequest_FieldTerminalPathArrayOfValues) AsStartingTimeArrayOfValues added in v0.7.13

func (fpaov *WatchProbeGroupsRequest_FieldTerminalPathArrayOfValues) AsStartingTimeArrayOfValues() ([]*timestamp.Timestamp, bool)

func (*WatchProbeGroupsRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues

func (*WatchProbeGroupsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

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

func (*WatchProbeGroupsRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchProbeGroupsRequest_FieldTerminalPathValue

type WatchProbeGroupsRequest_FieldTerminalPathValue struct {
	WatchProbeGroupsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbeGroupsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*WatchProbeGroupsRequest_FieldTerminalPathValue) AsFilterValue

func (*WatchProbeGroupsRequest_FieldTerminalPathValue) AsMaxChunkSizeValue

func (fpv *WatchProbeGroupsRequest_FieldTerminalPathValue) AsMaxChunkSizeValue() (int32, bool)

func (*WatchProbeGroupsRequest_FieldTerminalPathValue) AsOrderByValue

func (*WatchProbeGroupsRequest_FieldTerminalPathValue) AsPageSizeValue

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

func (*WatchProbeGroupsRequest_FieldTerminalPathValue) AsPageTokenValue

func (*WatchProbeGroupsRequest_FieldTerminalPathValue) AsParentValue

func (*WatchProbeGroupsRequest_FieldTerminalPathValue) AsResumeTokenValue

func (fpv *WatchProbeGroupsRequest_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)

func (*WatchProbeGroupsRequest_FieldTerminalPathValue) AsStartingTimeValue added in v0.7.13

func (*WatchProbeGroupsRequest_FieldTerminalPathValue) AsTypeValue

func (*WatchProbeGroupsRequest_FieldTerminalPathValue) AsViewValue

func (*WatchProbeGroupsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchProbeGroupsRequest_FieldTerminalPathValue' with the value under path in 'WatchProbeGroupsRequest'.

func (*WatchProbeGroupsRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*WatchProbeGroupsRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*WatchProbeGroupsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchProbeGroupsRequest

func (*WatchProbeGroupsRequest_FieldTerminalPathValue) SetToRaw

type WatchProbeGroupsResponse

type WatchProbeGroupsResponse struct {

	// Changes of ProbeGroups
	ProbeGroupChanges []*probe_group.ProbeGroupChange `` /* 144-byte string literal not displayed */
	// If request specified max_chunk_size (or this limit was enforced if
	// stateless watch has been chosen), then responses with "full changeset" will
	// be divided into chunks. Client should keep receiving messages and, once
	// is_current has value true, combine this recent message with all previous
	// ones where is_current is false. If this is the first is_current in a whole
	// watch stream, then it means that client should have, at this moment,
	// contain snapshot of the current situation (or more accurately, snapshot of
	// situation at the moment of request). All ProbeGroups will be of type
	// Added/Current (depending on watch_type specified in the request). Further
	// responses will be incremental - however messages may still be chunked and
	// is_current logic still applies. is_current is always true for stateful
	// watch if max_chunk_size was left to 0.
	IsCurrent bool `protobuf:"varint,4,opt,name=is_current,json=isCurrent,proto3" json:"is_current,omitempty" firestore:"isCurrent"`
	// When present, PageTokens used for page navigation should be updated.
	// Present only if is_current is true (last chunk).
	PageTokenChange *WatchProbeGroupsResponse_PageTokenChange `` /* 136-byte string literal not displayed */
	// Token that can be used if current connection drops and client needs to
	// reconnect. Populated only for stateless watch type. Present only if
	// is_current is true (last chunk).
	ResumeToken string `protobuf:"bytes,5,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"`
	// Server may occasionally send information how many resources should client
	// have in its state so far (response message without any changes, but with
	// snapshot_size field specified). If client has different value than the one
	// sent by the server, then it should be treated by a client as an error and
	// should reconnect. If value is smaller then 0, then client should ignore
	// this field as unpopulated. This field should be checked only for stateless
	// watch. In stateful those kind of errors are handled by the server side.
	// Will be never sent together with is_current, is_soft_reset and
	// is_hard_reset flags.
	SnapshotSize int64 `protobuf:"varint,6,opt,name=snapshot_size,json=snapshotSize,proto3" json:"snapshot_size,omitempty" firestore:"snapshotSize"`
	// In case of internal issue server may send response message with this flag.
	// It indicates that client should drop all changes from recent responses
	// where is_current is false only! If last message had is_current set to true,
	// client should do nothing and process normally. Resume token received before
	// is still valid. This field should be checked only for stateless watch. In
	// stateful those kind of errors are handled by the server side. Will never be
	// sent along with is_current, is_hard_reset or snapshot_size.
	IsSoftReset bool `protobuf:"varint,7,opt,name=is_soft_reset,json=isSoftReset,proto3" json:"is_soft_reset,omitempty" firestore:"isSoftReset"`
	// In case of internal issue server may send response message with this flag.
	// After receiving, client should clear whole state (drop all changes received
	// so far) as server will send new snapshot (ProbeGroups will contains changes
	// of type Current only). Any resume tokens should be discarded as well. This
	// field should be checked only for stateless watch. In stateful those kind of
	// errors are handled by the server side. Will never be sent along with
	// is_current, is_soft_reset or snapshot_size.
	IsHardReset bool `protobuf:"varint,8,opt,name=is_hard_reset,json=isHardReset,proto3" json:"is_hard_reset,omitempty" firestore:"isHardReset"`
	// contains filtered or unexported fields
}

WatchProbeGroupsResponse

func (*WatchProbeGroupsResponse) Clone

func (*WatchProbeGroupsResponse) CloneRaw

func (*WatchProbeGroupsResponse) Descriptor

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

Deprecated, Use WatchProbeGroupsResponse.ProtoReflect.Descriptor instead.

func (*WatchProbeGroupsResponse) GetIsCurrent

func (m *WatchProbeGroupsResponse) GetIsCurrent() bool

func (*WatchProbeGroupsResponse) GetIsHardReset

func (m *WatchProbeGroupsResponse) GetIsHardReset() bool

func (*WatchProbeGroupsResponse) GetIsSoftReset

func (m *WatchProbeGroupsResponse) GetIsSoftReset() bool

func (*WatchProbeGroupsResponse) GetPageTokenChange

func (*WatchProbeGroupsResponse) GetProbeGroupChanges

func (m *WatchProbeGroupsResponse) GetProbeGroupChanges() []*probe_group.ProbeGroupChange

func (*WatchProbeGroupsResponse) GetResumeToken

func (m *WatchProbeGroupsResponse) GetResumeToken() string

func (*WatchProbeGroupsResponse) GetSnapshotSize

func (m *WatchProbeGroupsResponse) GetSnapshotSize() int64

func (*WatchProbeGroupsResponse) GotenMessage

func (*WatchProbeGroupsResponse) GotenMessage()

func (*WatchProbeGroupsResponse) GotenObjectExt

func (o *WatchProbeGroupsResponse) GotenObjectExt()

func (*WatchProbeGroupsResponse) GotenValidate

func (obj *WatchProbeGroupsResponse) GotenValidate() error

func (*WatchProbeGroupsResponse) MakeDiffFieldMask

func (*WatchProbeGroupsResponse) MakeFullFieldMask

func (*WatchProbeGroupsResponse) MakeRawDiffFieldMask

func (*WatchProbeGroupsResponse) MakeRawFullFieldMask

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

func (*WatchProbeGroupsResponse) Marshal

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

func (*WatchProbeGroupsResponse) MarshalJSON

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

func (*WatchProbeGroupsResponse) Merge

func (*WatchProbeGroupsResponse) MergeRaw

func (*WatchProbeGroupsResponse) ProtoMessage

func (*WatchProbeGroupsResponse) ProtoMessage()

func (*WatchProbeGroupsResponse) ProtoReflect

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

func (*WatchProbeGroupsResponse) Reset

func (m *WatchProbeGroupsResponse) Reset()

func (*WatchProbeGroupsResponse) SetIsCurrent

func (m *WatchProbeGroupsResponse) SetIsCurrent(fv bool)

func (*WatchProbeGroupsResponse) SetIsHardReset

func (m *WatchProbeGroupsResponse) SetIsHardReset(fv bool)

func (*WatchProbeGroupsResponse) SetIsSoftReset

func (m *WatchProbeGroupsResponse) SetIsSoftReset(fv bool)

func (*WatchProbeGroupsResponse) SetPageTokenChange

func (*WatchProbeGroupsResponse) SetProbeGroupChanges

func (m *WatchProbeGroupsResponse) SetProbeGroupChanges(fv []*probe_group.ProbeGroupChange)

func (*WatchProbeGroupsResponse) SetResumeToken

func (m *WatchProbeGroupsResponse) SetResumeToken(fv string)

func (*WatchProbeGroupsResponse) SetSnapshotSize

func (m *WatchProbeGroupsResponse) SetSnapshotSize(fv int64)

func (*WatchProbeGroupsResponse) String

func (m *WatchProbeGroupsResponse) String() string

func (*WatchProbeGroupsResponse) Unmarshal

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

func (*WatchProbeGroupsResponse) UnmarshalJSON

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

type WatchProbeGroupsResponseFieldPathBuilder

type WatchProbeGroupsResponseFieldPathBuilder struct{}

func NewWatchProbeGroupsResponseFieldPathBuilder

func NewWatchProbeGroupsResponseFieldPathBuilder() WatchProbeGroupsResponseFieldPathBuilder

func (WatchProbeGroupsResponseFieldPathBuilder) IsCurrent

func (WatchProbeGroupsResponseFieldPathBuilder) IsHardReset

func (WatchProbeGroupsResponseFieldPathBuilder) IsSoftReset

func (WatchProbeGroupsResponseFieldPathBuilder) PageTokenChange

func (WatchProbeGroupsResponseFieldPathBuilder) ProbeGroupChanges

func (WatchProbeGroupsResponseFieldPathBuilder) ResumeToken

func (WatchProbeGroupsResponseFieldPathBuilder) SnapshotSize

type WatchProbeGroupsResponsePageTokenChangeFieldPathBuilder

type WatchProbeGroupsResponsePageTokenChangeFieldPathBuilder struct{}

func (WatchProbeGroupsResponsePageTokenChangeFieldPathBuilder) NextPageToken

func (WatchProbeGroupsResponsePageTokenChangeFieldPathBuilder) PrevPageToken

type WatchProbeGroupsResponsePageTokenChange_FieldPath

type WatchProbeGroupsResponsePageTokenChange_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchProbeGroupsResponsePageTokenChange_FieldPathSelector
	Get(source *WatchProbeGroupsResponse_PageTokenChange) []interface{}
	GetSingle(source *WatchProbeGroupsResponse_PageTokenChange) (interface{}, bool)
	ClearValue(item *WatchProbeGroupsResponse_PageTokenChange)

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

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

func MustParseWatchProbeGroupsResponsePageTokenChange_FieldPath

func MustParseWatchProbeGroupsResponsePageTokenChange_FieldPath(rawField string) WatchProbeGroupsResponsePageTokenChange_FieldPath

func ParseWatchProbeGroupsResponsePageTokenChange_FieldPath

func ParseWatchProbeGroupsResponsePageTokenChange_FieldPath(rawField string) (WatchProbeGroupsResponsePageTokenChange_FieldPath, error)

type WatchProbeGroupsResponsePageTokenChange_FieldPathArrayItemValue

type WatchProbeGroupsResponsePageTokenChange_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchProbeGroupsResponsePageTokenChange_FieldPath
	ContainsValue(*WatchProbeGroupsResponse_PageTokenChange) bool
}

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

func MustParseWatchProbeGroupsResponsePageTokenChange_FieldPathArrayItemValue

func MustParseWatchProbeGroupsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) WatchProbeGroupsResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchProbeGroupsResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchProbeGroupsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) (WatchProbeGroupsResponsePageTokenChange_FieldPathArrayItemValue, error)

ParseWatchProbeGroupsResponsePageTokenChange_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchProbeGroupsResponsePageTokenChange_FieldPathArrayOfValues

type WatchProbeGroupsResponsePageTokenChange_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchProbeGroupsResponsePageTokenChange_FieldPath
}

WatchProbeGroupsResponsePageTokenChange_FieldPathArrayOfValues allows storing slice of values for PageTokenChange fields according to their type

func MustParseWatchProbeGroupsResponsePageTokenChange_FieldPathArrayOfValues

func MustParseWatchProbeGroupsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) WatchProbeGroupsResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchProbeGroupsResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchProbeGroupsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchProbeGroupsResponsePageTokenChange_FieldPathArrayOfValues, error)

type WatchProbeGroupsResponsePageTokenChange_FieldPathSelector

type WatchProbeGroupsResponsePageTokenChange_FieldPathSelector int32
const (
	WatchProbeGroupsResponsePageTokenChange_FieldPathSelectorPrevPageToken WatchProbeGroupsResponsePageTokenChange_FieldPathSelector = 0
	WatchProbeGroupsResponsePageTokenChange_FieldPathSelectorNextPageToken WatchProbeGroupsResponsePageTokenChange_FieldPathSelector = 1
)

func (WatchProbeGroupsResponsePageTokenChange_FieldPathSelector) String

type WatchProbeGroupsResponsePageTokenChange_FieldPathValue

type WatchProbeGroupsResponsePageTokenChange_FieldPathValue interface {
	WatchProbeGroupsResponsePageTokenChange_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchProbeGroupsResponse_PageTokenChange)
	CompareWith(*WatchProbeGroupsResponse_PageTokenChange) (cmp int, comparable bool)
}

WatchProbeGroupsResponsePageTokenChange_FieldPathValue allows storing values for PageTokenChange fields according to their type

func MustParseWatchProbeGroupsResponsePageTokenChange_FieldPathValue

func MustParseWatchProbeGroupsResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) WatchProbeGroupsResponsePageTokenChange_FieldPathValue

func ParseWatchProbeGroupsResponsePageTokenChange_FieldPathValue

func ParseWatchProbeGroupsResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) (WatchProbeGroupsResponsePageTokenChange_FieldPathValue, error)

type WatchProbeGroupsResponsePageTokenChange_FieldTerminalPath

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

func (*WatchProbeGroupsResponsePageTokenChange_FieldTerminalPath) ClearValue

func (*WatchProbeGroupsResponsePageTokenChange_FieldTerminalPath) ClearValueRaw

func (*WatchProbeGroupsResponsePageTokenChange_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchProbeGroupsResponse_PageTokenChange

func (*WatchProbeGroupsResponsePageTokenChange_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*WatchProbeGroupsResponsePageTokenChange_FieldTerminalPath) GetRaw

func (*WatchProbeGroupsResponsePageTokenChange_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchProbeGroupsResponse_PageTokenChange

func (*WatchProbeGroupsResponsePageTokenChange_FieldTerminalPath) GetSingleRaw

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

func (*WatchProbeGroupsResponsePageTokenChange_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchProbeGroupsResponsePageTokenChange_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchProbeGroupsResponsePageTokenChange_FieldTerminalPath) Selector

func (*WatchProbeGroupsResponsePageTokenChange_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (*WatchProbeGroupsResponsePageTokenChange_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchProbeGroupsResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue

func (*WatchProbeGroupsResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues

func (*WatchProbeGroupsResponsePageTokenChange_FieldTerminalPath) WithIValue

func (*WatchProbeGroupsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue

func (*WatchProbeGroupsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues

func (*WatchProbeGroupsResponsePageTokenChange_FieldTerminalPath) WithRawIValue

type WatchProbeGroupsResponsePageTokenChange_FieldTerminalPathArrayItemValue

type WatchProbeGroupsResponsePageTokenChange_FieldTerminalPathArrayItemValue struct {
	WatchProbeGroupsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbeGroupsResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*WatchProbeGroupsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue

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

func (*WatchProbeGroupsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchProbeGroupsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw

type WatchProbeGroupsResponsePageTokenChange_FieldTerminalPathArrayOfValues

type WatchProbeGroupsResponsePageTokenChange_FieldTerminalPathArrayOfValues struct {
	WatchProbeGroupsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbeGroupsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (*WatchProbeGroupsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (*WatchProbeGroupsResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues

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

type WatchProbeGroupsResponsePageTokenChange_FieldTerminalPathValue

type WatchProbeGroupsResponsePageTokenChange_FieldTerminalPathValue struct {
	WatchProbeGroupsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbeGroupsResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue

func (*WatchProbeGroupsResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue

func (*WatchProbeGroupsResponsePageTokenChange_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchProbeGroupsResponsePageTokenChange_FieldTerminalPathValue' with the value under path in 'WatchProbeGroupsResponse_PageTokenChange'.

func (*WatchProbeGroupsResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw

func (*WatchProbeGroupsResponsePageTokenChange_FieldTerminalPathValue) GetRawValue

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

func (*WatchProbeGroupsResponsePageTokenChange_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object PageTokenChange

func (*WatchProbeGroupsResponsePageTokenChange_FieldTerminalPathValue) SetToRaw

type WatchProbeGroupsResponsePathSelectorIsCurrent

type WatchProbeGroupsResponsePathSelectorIsCurrent struct{}

func (WatchProbeGroupsResponsePathSelectorIsCurrent) FieldPath

func (WatchProbeGroupsResponsePathSelectorIsCurrent) WithArrayOfValues

func (WatchProbeGroupsResponsePathSelectorIsCurrent) WithValue

type WatchProbeGroupsResponsePathSelectorIsHardReset

type WatchProbeGroupsResponsePathSelectorIsHardReset struct{}

func (WatchProbeGroupsResponsePathSelectorIsHardReset) FieldPath

func (WatchProbeGroupsResponsePathSelectorIsHardReset) WithArrayOfValues

func (WatchProbeGroupsResponsePathSelectorIsHardReset) WithValue

type WatchProbeGroupsResponsePathSelectorIsSoftReset

type WatchProbeGroupsResponsePathSelectorIsSoftReset struct{}

func (WatchProbeGroupsResponsePathSelectorIsSoftReset) FieldPath

func (WatchProbeGroupsResponsePathSelectorIsSoftReset) WithArrayOfValues

func (WatchProbeGroupsResponsePathSelectorIsSoftReset) WithValue

type WatchProbeGroupsResponsePathSelectorPageTokenChange

type WatchProbeGroupsResponsePathSelectorPageTokenChange struct{}

func (WatchProbeGroupsResponsePathSelectorPageTokenChange) FieldPath

func (WatchProbeGroupsResponsePathSelectorPageTokenChange) NextPageToken

func (WatchProbeGroupsResponsePathSelectorPageTokenChange) PrevPageToken

type WatchProbeGroupsResponsePathSelectorPageTokenChangeNextPageToken

type WatchProbeGroupsResponsePathSelectorPageTokenChangeNextPageToken struct{}

func (WatchProbeGroupsResponsePathSelectorPageTokenChangeNextPageToken) FieldPath

func (WatchProbeGroupsResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues

func (WatchProbeGroupsResponsePathSelectorPageTokenChangeNextPageToken) WithValue

type WatchProbeGroupsResponsePathSelectorPageTokenChangePrevPageToken

type WatchProbeGroupsResponsePathSelectorPageTokenChangePrevPageToken struct{}

func (WatchProbeGroupsResponsePathSelectorPageTokenChangePrevPageToken) FieldPath

func (WatchProbeGroupsResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues

func (WatchProbeGroupsResponsePathSelectorPageTokenChangePrevPageToken) WithValue

type WatchProbeGroupsResponsePathSelectorProbeGroupChanges

type WatchProbeGroupsResponsePathSelectorProbeGroupChanges struct{}

func (WatchProbeGroupsResponsePathSelectorProbeGroupChanges) FieldPath

func (WatchProbeGroupsResponsePathSelectorProbeGroupChanges) WithArrayOfValues

func (WatchProbeGroupsResponsePathSelectorProbeGroupChanges) WithValue

type WatchProbeGroupsResponsePathSelectorResumeToken

type WatchProbeGroupsResponsePathSelectorResumeToken struct{}

func (WatchProbeGroupsResponsePathSelectorResumeToken) FieldPath

func (WatchProbeGroupsResponsePathSelectorResumeToken) WithArrayOfValues

func (WatchProbeGroupsResponsePathSelectorResumeToken) WithValue

type WatchProbeGroupsResponsePathSelectorSnapshotSize

type WatchProbeGroupsResponsePathSelectorSnapshotSize struct{}

func (WatchProbeGroupsResponsePathSelectorSnapshotSize) FieldPath

func (WatchProbeGroupsResponsePathSelectorSnapshotSize) WithArrayOfValues

func (WatchProbeGroupsResponsePathSelectorSnapshotSize) WithValue

type WatchProbeGroupsResponse_FieldMask

type WatchProbeGroupsResponse_FieldMask struct {
	Paths []WatchProbeGroupsResponse_FieldPath
}

func FullWatchProbeGroupsResponse_FieldMask

func FullWatchProbeGroupsResponse_FieldMask() *WatchProbeGroupsResponse_FieldMask

func (*WatchProbeGroupsResponse_FieldMask) AppendPath

func (*WatchProbeGroupsResponse_FieldMask) AppendRawPath

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

func (*WatchProbeGroupsResponse_FieldMask) DecodeFirestore

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

func (*WatchProbeGroupsResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*WatchProbeGroupsResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchProbeGroupsResponse_FieldMask) FromProtoFieldMask

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

func (*WatchProbeGroupsResponse_FieldMask) GetPaths

func (*WatchProbeGroupsResponse_FieldMask) GetRawPaths

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

func (*WatchProbeGroupsResponse_FieldMask) IsFull

func (fieldMask *WatchProbeGroupsResponse_FieldMask) IsFull() bool

func (WatchProbeGroupsResponse_FieldMask) Marshal

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

implement methods required by customType

func (WatchProbeGroupsResponse_FieldMask) MarshalJSON

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

func (*WatchProbeGroupsResponse_FieldMask) PathsCount

func (fieldMask *WatchProbeGroupsResponse_FieldMask) PathsCount() int

func (*WatchProbeGroupsResponse_FieldMask) Project

func (*WatchProbeGroupsResponse_FieldMask) ProjectRaw

func (*WatchProbeGroupsResponse_FieldMask) ProtoMessage

func (fieldMask *WatchProbeGroupsResponse_FieldMask) ProtoMessage()

func (*WatchProbeGroupsResponse_FieldMask) ProtoReflect

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

func (*WatchProbeGroupsResponse_FieldMask) Reset

func (fieldMask *WatchProbeGroupsResponse_FieldMask) Reset()

func (*WatchProbeGroupsResponse_FieldMask) Set

func (fieldMask *WatchProbeGroupsResponse_FieldMask) Set(target, source *WatchProbeGroupsResponse)

func (*WatchProbeGroupsResponse_FieldMask) SetFromCliFlag

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

func (*WatchProbeGroupsResponse_FieldMask) SetRaw

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

func (*WatchProbeGroupsResponse_FieldMask) Size

func (fieldMask *WatchProbeGroupsResponse_FieldMask) Size() int

func (*WatchProbeGroupsResponse_FieldMask) String

func (fieldMask *WatchProbeGroupsResponse_FieldMask) String() string

func (*WatchProbeGroupsResponse_FieldMask) Subtract

func (*WatchProbeGroupsResponse_FieldMask) SubtractRaw

func (*WatchProbeGroupsResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*WatchProbeGroupsResponse_FieldMask) Unmarshal

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

func (*WatchProbeGroupsResponse_FieldMask) UnmarshalJSON

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

type WatchProbeGroupsResponse_FieldPath

type WatchProbeGroupsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchProbeGroupsResponse_FieldPathSelector
	Get(source *WatchProbeGroupsResponse) []interface{}
	GetSingle(source *WatchProbeGroupsResponse) (interface{}, bool)
	ClearValue(item *WatchProbeGroupsResponse)

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

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

func MustParseWatchProbeGroupsResponse_FieldPath

func MustParseWatchProbeGroupsResponse_FieldPath(rawField string) WatchProbeGroupsResponse_FieldPath

func ParseWatchProbeGroupsResponse_FieldPath

func ParseWatchProbeGroupsResponse_FieldPath(rawField string) (WatchProbeGroupsResponse_FieldPath, error)

type WatchProbeGroupsResponse_FieldPathArrayItemValue

type WatchProbeGroupsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchProbeGroupsResponse_FieldPath
	ContainsValue(*WatchProbeGroupsResponse) bool
}

WatchProbeGroupsResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchProbeGroupsResponse according to their type Present only for array (repeated) types.

func MustParseWatchProbeGroupsResponse_FieldPathArrayItemValue

func MustParseWatchProbeGroupsResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchProbeGroupsResponse_FieldPathArrayItemValue

func ParseWatchProbeGroupsResponse_FieldPathArrayItemValue

func ParseWatchProbeGroupsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchProbeGroupsResponse_FieldPathArrayItemValue, error)

ParseWatchProbeGroupsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchProbeGroupsResponse_FieldPathArrayOfValues

type WatchProbeGroupsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchProbeGroupsResponse_FieldPath
}

WatchProbeGroupsResponse_FieldPathArrayOfValues allows storing slice of values for WatchProbeGroupsResponse fields according to their type

func MustParseWatchProbeGroupsResponse_FieldPathArrayOfValues

func MustParseWatchProbeGroupsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchProbeGroupsResponse_FieldPathArrayOfValues

func ParseWatchProbeGroupsResponse_FieldPathArrayOfValues

func ParseWatchProbeGroupsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchProbeGroupsResponse_FieldPathArrayOfValues, error)

type WatchProbeGroupsResponse_FieldPathSelector

type WatchProbeGroupsResponse_FieldPathSelector int32
const (
	WatchProbeGroupsResponse_FieldPathSelectorProbeGroupChanges WatchProbeGroupsResponse_FieldPathSelector = 0
	WatchProbeGroupsResponse_FieldPathSelectorIsCurrent         WatchProbeGroupsResponse_FieldPathSelector = 1
	WatchProbeGroupsResponse_FieldPathSelectorPageTokenChange   WatchProbeGroupsResponse_FieldPathSelector = 2
	WatchProbeGroupsResponse_FieldPathSelectorResumeToken       WatchProbeGroupsResponse_FieldPathSelector = 3
	WatchProbeGroupsResponse_FieldPathSelectorSnapshotSize      WatchProbeGroupsResponse_FieldPathSelector = 4
	WatchProbeGroupsResponse_FieldPathSelectorIsSoftReset       WatchProbeGroupsResponse_FieldPathSelector = 5
	WatchProbeGroupsResponse_FieldPathSelectorIsHardReset       WatchProbeGroupsResponse_FieldPathSelector = 6
)

func (WatchProbeGroupsResponse_FieldPathSelector) String

type WatchProbeGroupsResponse_FieldPathValue

type WatchProbeGroupsResponse_FieldPathValue interface {
	WatchProbeGroupsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchProbeGroupsResponse)
	CompareWith(*WatchProbeGroupsResponse) (cmp int, comparable bool)
}

WatchProbeGroupsResponse_FieldPathValue allows storing values for WatchProbeGroupsResponse fields according to their type

func MustParseWatchProbeGroupsResponse_FieldPathValue

func MustParseWatchProbeGroupsResponse_FieldPathValue(pathStr, valueStr string) WatchProbeGroupsResponse_FieldPathValue

func ParseWatchProbeGroupsResponse_FieldPathValue

func ParseWatchProbeGroupsResponse_FieldPathValue(pathStr, valueStr string) (WatchProbeGroupsResponse_FieldPathValue, error)

type WatchProbeGroupsResponse_FieldSubPath

type WatchProbeGroupsResponse_FieldSubPath struct {
	// contains filtered or unexported fields
}

func (*WatchProbeGroupsResponse_FieldSubPath) AsPageTokenChangeSubPath

func (*WatchProbeGroupsResponse_FieldSubPath) ClearValue

func (*WatchProbeGroupsResponse_FieldSubPath) ClearValueRaw

func (fps *WatchProbeGroupsResponse_FieldSubPath) ClearValueRaw(item proto.Message)

func (*WatchProbeGroupsResponse_FieldSubPath) Get

func (fps *WatchProbeGroupsResponse_FieldSubPath) Get(source *WatchProbeGroupsResponse) (values []interface{})

Get returns all values pointed by selected field from source WatchProbeGroupsResponse

func (*WatchProbeGroupsResponse_FieldSubPath) GetDefault

func (fps *WatchProbeGroupsResponse_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*WatchProbeGroupsResponse_FieldSubPath) GetRaw

func (fps *WatchProbeGroupsResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*WatchProbeGroupsResponse_FieldSubPath) GetSingle

func (fps *WatchProbeGroupsResponse_FieldSubPath) GetSingle(source *WatchProbeGroupsResponse) (interface{}, bool)

GetSingle returns value of selected field from source WatchProbeGroupsResponse

func (*WatchProbeGroupsResponse_FieldSubPath) GetSingleRaw

func (fps *WatchProbeGroupsResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*WatchProbeGroupsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchProbeGroupsResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchProbeGroupsResponse_FieldSubPath) Selector

func (*WatchProbeGroupsResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.7.1

func (fps *WatchProbeGroupsResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*WatchProbeGroupsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*WatchProbeGroupsResponse_FieldSubPath) WithIArrayItemValue

func (*WatchProbeGroupsResponse_FieldSubPath) WithIArrayOfValues

func (*WatchProbeGroupsResponse_FieldSubPath) WithIValue

func (*WatchProbeGroupsResponse_FieldSubPath) WithRawIArrayItemValue

func (fps *WatchProbeGroupsResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*WatchProbeGroupsResponse_FieldSubPath) WithRawIArrayOfValues

func (fps *WatchProbeGroupsResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*WatchProbeGroupsResponse_FieldSubPath) WithRawIValue

func (fps *WatchProbeGroupsResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type WatchProbeGroupsResponse_FieldSubPathArrayItemValue

type WatchProbeGroupsResponse_FieldSubPathArrayItemValue struct {
	WatchProbeGroupsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchProbeGroupsResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue

func (*WatchProbeGroupsResponse_FieldSubPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'WatchProbeGroupsResponse'

func (*WatchProbeGroupsResponse_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *WatchProbeGroupsResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type WatchProbeGroupsResponse_FieldSubPathArrayOfValues

type WatchProbeGroupsResponse_FieldSubPathArrayOfValues struct {
	WatchProbeGroupsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchProbeGroupsResponse_FieldSubPathArrayOfValues) AsPageTokenChangePathArrayOfValues

func (*WatchProbeGroupsResponse_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *WatchProbeGroupsResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type WatchProbeGroupsResponse_FieldSubPathValue

type WatchProbeGroupsResponse_FieldSubPathValue struct {
	WatchProbeGroupsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchProbeGroupsResponse_FieldSubPathValue) AsPageTokenChangePathValue

func (*WatchProbeGroupsResponse_FieldSubPathValue) CompareWith

func (*WatchProbeGroupsResponse_FieldSubPathValue) CompareWithRaw

func (fpvs *WatchProbeGroupsResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*WatchProbeGroupsResponse_FieldSubPathValue) GetRawValue

func (fpvs *WatchProbeGroupsResponse_FieldSubPathValue) GetRawValue() interface{}

func (*WatchProbeGroupsResponse_FieldSubPathValue) SetTo

func (*WatchProbeGroupsResponse_FieldSubPathValue) SetToRaw

type WatchProbeGroupsResponse_FieldTerminalPath

type WatchProbeGroupsResponse_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*WatchProbeGroupsResponse_FieldTerminalPath) ClearValue

func (*WatchProbeGroupsResponse_FieldTerminalPath) ClearValueRaw

func (*WatchProbeGroupsResponse_FieldTerminalPath) Get

func (fp *WatchProbeGroupsResponse_FieldTerminalPath) Get(source *WatchProbeGroupsResponse) (values []interface{})

Get returns all values pointed by specific field from source WatchProbeGroupsResponse

func (*WatchProbeGroupsResponse_FieldTerminalPath) GetDefault

func (fp *WatchProbeGroupsResponse_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*WatchProbeGroupsResponse_FieldTerminalPath) GetRaw

func (fp *WatchProbeGroupsResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*WatchProbeGroupsResponse_FieldTerminalPath) GetSingle

func (fp *WatchProbeGroupsResponse_FieldTerminalPath) GetSingle(source *WatchProbeGroupsResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchProbeGroupsResponse

func (*WatchProbeGroupsResponse_FieldTerminalPath) GetSingleRaw

func (fp *WatchProbeGroupsResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*WatchProbeGroupsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchProbeGroupsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchProbeGroupsResponse_FieldTerminalPath) Selector

func (*WatchProbeGroupsResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.7.1

func (fp *WatchProbeGroupsResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*WatchProbeGroupsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchProbeGroupsResponse_FieldTerminalPath) WithIArrayItemValue

func (*WatchProbeGroupsResponse_FieldTerminalPath) WithIArrayOfValues

func (*WatchProbeGroupsResponse_FieldTerminalPath) WithIValue

func (*WatchProbeGroupsResponse_FieldTerminalPath) WithRawIArrayItemValue

func (fp *WatchProbeGroupsResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*WatchProbeGroupsResponse_FieldTerminalPath) WithRawIArrayOfValues

func (fp *WatchProbeGroupsResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*WatchProbeGroupsResponse_FieldTerminalPath) WithRawIValue

func (fp *WatchProbeGroupsResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type WatchProbeGroupsResponse_FieldTerminalPathArrayItemValue

type WatchProbeGroupsResponse_FieldTerminalPathArrayItemValue struct {
	WatchProbeGroupsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbeGroupsResponse_FieldTerminalPathArrayItemValue) AsProbeGroupChangesItemValue

func (*WatchProbeGroupsResponse_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'WatchProbeGroupsResponse'

func (*WatchProbeGroupsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *WatchProbeGroupsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object WatchProbeGroupsResponse as interface{}

func (*WatchProbeGroupsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchProbeGroupsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *WatchProbeGroupsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type WatchProbeGroupsResponse_FieldTerminalPathArrayOfValues

type WatchProbeGroupsResponse_FieldTerminalPathArrayOfValues struct {
	WatchProbeGroupsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbeGroupsResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues

func (fpaov *WatchProbeGroupsResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues() ([]bool, bool)

func (*WatchProbeGroupsResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues

func (fpaov *WatchProbeGroupsResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues() ([]bool, bool)

func (*WatchProbeGroupsResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues

func (fpaov *WatchProbeGroupsResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues() ([]bool, bool)

func (*WatchProbeGroupsResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues

func (*WatchProbeGroupsResponse_FieldTerminalPathArrayOfValues) AsProbeGroupChangesArrayOfValues

func (fpaov *WatchProbeGroupsResponse_FieldTerminalPathArrayOfValues) AsProbeGroupChangesArrayOfValues() ([][]*probe_group.ProbeGroupChange, bool)

func (*WatchProbeGroupsResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

func (fpaov *WatchProbeGroupsResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)

func (*WatchProbeGroupsResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues

func (fpaov *WatchProbeGroupsResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues() ([]int64, bool)

func (*WatchProbeGroupsResponse_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *WatchProbeGroupsResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type WatchProbeGroupsResponse_FieldTerminalPathValue

type WatchProbeGroupsResponse_FieldTerminalPathValue struct {
	WatchProbeGroupsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchProbeGroupsResponse_FieldTerminalPathValue) AsIsCurrentValue

func (fpv *WatchProbeGroupsResponse_FieldTerminalPathValue) AsIsCurrentValue() (bool, bool)

func (*WatchProbeGroupsResponse_FieldTerminalPathValue) AsIsHardResetValue

func (fpv *WatchProbeGroupsResponse_FieldTerminalPathValue) AsIsHardResetValue() (bool, bool)

func (*WatchProbeGroupsResponse_FieldTerminalPathValue) AsIsSoftResetValue

func (fpv *WatchProbeGroupsResponse_FieldTerminalPathValue) AsIsSoftResetValue() (bool, bool)

func (*WatchProbeGroupsResponse_FieldTerminalPathValue) AsPageTokenChangeValue

func (*WatchProbeGroupsResponse_FieldTerminalPathValue) AsProbeGroupChangesValue

func (*WatchProbeGroupsResponse_FieldTerminalPathValue) AsResumeTokenValue

func (fpv *WatchProbeGroupsResponse_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)

func (*WatchProbeGroupsResponse_FieldTerminalPathValue) AsSnapshotSizeValue

func (fpv *WatchProbeGroupsResponse_FieldTerminalPathValue) AsSnapshotSizeValue() (int64, bool)

func (*WatchProbeGroupsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchProbeGroupsResponse_FieldTerminalPathValue' with the value under path in 'WatchProbeGroupsResponse'.

func (*WatchProbeGroupsResponse_FieldTerminalPathValue) CompareWithRaw

func (fpv *WatchProbeGroupsResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*WatchProbeGroupsResponse_FieldTerminalPathValue) GetRawValue

func (fpv *WatchProbeGroupsResponse_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'WatchProbeGroupsResponse' as interface{}

func (*WatchProbeGroupsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchProbeGroupsResponse

func (*WatchProbeGroupsResponse_FieldTerminalPathValue) SetToRaw

type WatchProbeGroupsResponse_PageTokenChange

type WatchProbeGroupsResponse_PageTokenChange struct {

	// New token to retrieve previous page of results.
	PrevPageToken *probe_group.PagerCursor `` /* 151-byte string literal not displayed */
	// New token to retrieve next page of results.
	NextPageToken *probe_group.PagerCursor `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WatchProbeGroupsResponse_PageTokenChange) Clone

func (*WatchProbeGroupsResponse_PageTokenChange) CloneRaw

func (*WatchProbeGroupsResponse_PageTokenChange) Descriptor

func (*WatchProbeGroupsResponse_PageTokenChange) Descriptor() ([]byte, []int)

Deprecated, Use WatchProbeGroupsResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchProbeGroupsResponse_PageTokenChange) GetNextPageToken

func (*WatchProbeGroupsResponse_PageTokenChange) GetPrevPageToken

func (*WatchProbeGroupsResponse_PageTokenChange) GotenMessage

func (*WatchProbeGroupsResponse_PageTokenChange) GotenObjectExt

func (o *WatchProbeGroupsResponse_PageTokenChange) GotenObjectExt()

func (*WatchProbeGroupsResponse_PageTokenChange) GotenValidate

func (obj *WatchProbeGroupsResponse_PageTokenChange) GotenValidate() error

func (*WatchProbeGroupsResponse_PageTokenChange) MakeFullFieldMask

func (*WatchProbeGroupsResponse_PageTokenChange) MakeRawDiffFieldMask

func (*WatchProbeGroupsResponse_PageTokenChange) MakeRawFullFieldMask

func (*WatchProbeGroupsResponse_PageTokenChange) Marshal

func (*WatchProbeGroupsResponse_PageTokenChange) MarshalJSON

func (m *WatchProbeGroupsResponse_PageTokenChange) MarshalJSON() ([]byte, error)

func (*WatchProbeGroupsResponse_PageTokenChange) Merge

func (*WatchProbeGroupsResponse_PageTokenChange) MergeRaw

func (*WatchProbeGroupsResponse_PageTokenChange) ProtoMessage

func (*WatchProbeGroupsResponse_PageTokenChange) ProtoReflect

func (*WatchProbeGroupsResponse_PageTokenChange) Reset

func (*WatchProbeGroupsResponse_PageTokenChange) SetNextPageToken

func (*WatchProbeGroupsResponse_PageTokenChange) SetPrevPageToken

func (*WatchProbeGroupsResponse_PageTokenChange) String

func (*WatchProbeGroupsResponse_PageTokenChange) Unmarshal

func (*WatchProbeGroupsResponse_PageTokenChange) UnmarshalJSON

func (m *WatchProbeGroupsResponse_PageTokenChange) UnmarshalJSON(data []byte) error

type WatchProbeGroupsResponse_PageTokenChangePathSelectorNextPageToken

type WatchProbeGroupsResponse_PageTokenChangePathSelectorNextPageToken struct{}

func (WatchProbeGroupsResponse_PageTokenChangePathSelectorNextPageToken) FieldPath

func (WatchProbeGroupsResponse_PageTokenChangePathSelectorNextPageToken) WithArrayOfValues

func (WatchProbeGroupsResponse_PageTokenChangePathSelectorNextPageToken) WithValue

type WatchProbeGroupsResponse_PageTokenChangePathSelectorPrevPageToken

type WatchProbeGroupsResponse_PageTokenChangePathSelectorPrevPageToken struct{}

func (WatchProbeGroupsResponse_PageTokenChangePathSelectorPrevPageToken) FieldPath

func (WatchProbeGroupsResponse_PageTokenChangePathSelectorPrevPageToken) WithArrayOfValues

func (WatchProbeGroupsResponse_PageTokenChangePathSelectorPrevPageToken) WithValue

type WatchProbeGroupsResponse_PageTokenChange_FieldMask

type WatchProbeGroupsResponse_PageTokenChange_FieldMask struct {
	Paths []WatchProbeGroupsResponsePageTokenChange_FieldPath
}

func FullWatchProbeGroupsResponse_PageTokenChange_FieldMask

func FullWatchProbeGroupsResponse_PageTokenChange_FieldMask() *WatchProbeGroupsResponse_PageTokenChange_FieldMask

func (*WatchProbeGroupsResponse_PageTokenChange_FieldMask) AppendPath

func (*WatchProbeGroupsResponse_PageTokenChange_FieldMask) AppendRawPath

func (*WatchProbeGroupsResponse_PageTokenChange_FieldMask) DecodeFirestore

func (*WatchProbeGroupsResponse_PageTokenChange_FieldMask) EncodeFirestore

firestore encoding/decoding integration

func (*WatchProbeGroupsResponse_PageTokenChange_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchProbeGroupsResponse_PageTokenChange_FieldMask) FromProtoFieldMask

func (fieldMask *WatchProbeGroupsResponse_PageTokenChange_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*WatchProbeGroupsResponse_PageTokenChange_FieldMask) GetPaths

func (*WatchProbeGroupsResponse_PageTokenChange_FieldMask) GetRawPaths

func (*WatchProbeGroupsResponse_PageTokenChange_FieldMask) IsFull

func (WatchProbeGroupsResponse_PageTokenChange_FieldMask) Marshal

implement methods required by customType

func (WatchProbeGroupsResponse_PageTokenChange_FieldMask) MarshalJSON

func (fieldMask WatchProbeGroupsResponse_PageTokenChange_FieldMask) MarshalJSON() ([]byte, error)

func (*WatchProbeGroupsResponse_PageTokenChange_FieldMask) PathsCount

func (*WatchProbeGroupsResponse_PageTokenChange_FieldMask) Project

func (*WatchProbeGroupsResponse_PageTokenChange_FieldMask) ProjectRaw

func (*WatchProbeGroupsResponse_PageTokenChange_FieldMask) ProtoMessage

func (fieldMask *WatchProbeGroupsResponse_PageTokenChange_FieldMask) ProtoMessage()

func (*WatchProbeGroupsResponse_PageTokenChange_FieldMask) ProtoReflect

func (*WatchProbeGroupsResponse_PageTokenChange_FieldMask) Reset

func (*WatchProbeGroupsResponse_PageTokenChange_FieldMask) Set

func (*WatchProbeGroupsResponse_PageTokenChange_FieldMask) SetFromCliFlag

func (fieldMask *WatchProbeGroupsResponse_PageTokenChange_FieldMask) SetFromCliFlag(raw string) error

func (*WatchProbeGroupsResponse_PageTokenChange_FieldMask) SetRaw

func (*WatchProbeGroupsResponse_PageTokenChange_FieldMask) Size

func (*WatchProbeGroupsResponse_PageTokenChange_FieldMask) String

func (*WatchProbeGroupsResponse_PageTokenChange_FieldMask) SubtractRaw

func (*WatchProbeGroupsResponse_PageTokenChange_FieldMask) ToProtoFieldMask

ToFieldMask is used for proto conversions

func (*WatchProbeGroupsResponse_PageTokenChange_FieldMask) Unmarshal

func (fieldMask *WatchProbeGroupsResponse_PageTokenChange_FieldMask) Unmarshal(data []byte) error

func (*WatchProbeGroupsResponse_PageTokenChange_FieldMask) UnmarshalJSON

func (fieldMask *WatchProbeGroupsResponse_PageTokenChange_FieldMask) UnmarshalJSON(data []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL