pcap_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: 53 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CheckPcapIsRunningDescriptor added in v0.10.8

type CheckPcapIsRunningDescriptor struct{}

func GetCheckPcapIsRunningDescriptor added in v0.10.8

func GetCheckPcapIsRunningDescriptor() *CheckPcapIsRunningDescriptor

func (*CheckPcapIsRunningDescriptor) GetApiDescriptor added in v0.10.8

func (*CheckPcapIsRunningDescriptor) GetApiName added in v0.10.8

func (d *CheckPcapIsRunningDescriptor) GetApiName() string

func (*CheckPcapIsRunningDescriptor) GetClientMsgReflectHandle added in v0.10.8

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

func (*CheckPcapIsRunningDescriptor) GetFullMethodName added in v0.10.8

func (d *CheckPcapIsRunningDescriptor) GetFullMethodName() string

func (*CheckPcapIsRunningDescriptor) GetMethodName added in v0.10.8

func (d *CheckPcapIsRunningDescriptor) GetMethodName() string

func (*CheckPcapIsRunningDescriptor) GetProtoPkgName added in v0.10.8

func (d *CheckPcapIsRunningDescriptor) GetProtoPkgName() string

func (*CheckPcapIsRunningDescriptor) GetResourceDescriptor added in v0.10.8

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

func (*CheckPcapIsRunningDescriptor) GetServerMsgReflectHandle added in v0.10.8

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

func (*CheckPcapIsRunningDescriptor) GetServiceDomain added in v0.10.8

func (d *CheckPcapIsRunningDescriptor) GetServiceDomain() string

func (*CheckPcapIsRunningDescriptor) GetServiceVersion added in v0.10.8

func (d *CheckPcapIsRunningDescriptor) GetServiceVersion() string

func (*CheckPcapIsRunningDescriptor) GetVerb added in v0.10.8

func (d *CheckPcapIsRunningDescriptor) GetVerb() string

func (*CheckPcapIsRunningDescriptor) HasResource added in v0.10.8

func (d *CheckPcapIsRunningDescriptor) HasResource() bool

func (*CheckPcapIsRunningDescriptor) IsClientStream added in v0.10.8

func (d *CheckPcapIsRunningDescriptor) IsClientStream() bool

func (*CheckPcapIsRunningDescriptor) IsCollection added in v0.10.8

func (d *CheckPcapIsRunningDescriptor) IsCollection() bool

func (*CheckPcapIsRunningDescriptor) IsPlural added in v0.10.8

func (d *CheckPcapIsRunningDescriptor) IsPlural() bool

func (*CheckPcapIsRunningDescriptor) IsServerStream added in v0.10.8

func (d *CheckPcapIsRunningDescriptor) IsServerStream() bool

func (*CheckPcapIsRunningDescriptor) IsUnary added in v0.10.8

func (d *CheckPcapIsRunningDescriptor) IsUnary() bool

func (*CheckPcapIsRunningDescriptor) NewEmptyClientMsg added in v0.10.8

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

func (*CheckPcapIsRunningDescriptor) NewEmptyServerMsg added in v0.10.8

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

func (*CheckPcapIsRunningDescriptor) RequestHasResourceBody added in v0.10.8

func (d *CheckPcapIsRunningDescriptor) RequestHasResourceBody() bool

type CheckPcapIsRunningDescriptorClientMsgHandle added in v0.10.8

type CheckPcapIsRunningDescriptorClientMsgHandle struct{}

func (*CheckPcapIsRunningDescriptorClientMsgHandle) ExtractCollectionName added in v0.10.8

func (*CheckPcapIsRunningDescriptorClientMsgHandle) ExtractResourceName added in v0.10.8

func (*CheckPcapIsRunningDescriptorClientMsgHandle) ExtractResourceNames added in v0.10.8

type CheckPcapIsRunningDescriptorServerMsgHandle added in v0.10.8

type CheckPcapIsRunningDescriptorServerMsgHandle struct{}

func (*CheckPcapIsRunningDescriptorServerMsgHandle) ExtractCollectionName added in v0.10.8

func (*CheckPcapIsRunningDescriptorServerMsgHandle) ExtractResourceName added in v0.10.8

func (*CheckPcapIsRunningDescriptorServerMsgHandle) ExtractResourceNames added in v0.10.8

type CheckPcapIsRunningRequest added in v0.10.8

type CheckPcapIsRunningRequest struct {

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

func (*CheckPcapIsRunningRequest) Clone added in v0.10.8

func (*CheckPcapIsRunningRequest) CloneRaw added in v0.10.8

func (*CheckPcapIsRunningRequest) Descriptor added in v0.10.8

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

Deprecated, Use CheckPcapIsRunningRequest.ProtoReflect.Descriptor instead.

func (*CheckPcapIsRunningRequest) GetName added in v0.10.8

func (*CheckPcapIsRunningRequest) GotenMessage added in v0.10.8

func (*CheckPcapIsRunningRequest) GotenMessage()

func (*CheckPcapIsRunningRequest) GotenObjectExt added in v0.10.8

func (o *CheckPcapIsRunningRequest) GotenObjectExt()

func (*CheckPcapIsRunningRequest) GotenValidate added in v0.10.8

func (obj *CheckPcapIsRunningRequest) GotenValidate() error

func (*CheckPcapIsRunningRequest) MakeDiffFieldMask added in v0.10.8

func (*CheckPcapIsRunningRequest) MakeFullFieldMask added in v0.10.8

func (*CheckPcapIsRunningRequest) MakeRawDiffFieldMask added in v0.10.8

func (*CheckPcapIsRunningRequest) MakeRawFullFieldMask added in v0.10.8

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

func (*CheckPcapIsRunningRequest) Marshal added in v0.10.8

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

func (*CheckPcapIsRunningRequest) MarshalJSON added in v0.10.8

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

func (*CheckPcapIsRunningRequest) Merge added in v0.10.8

func (*CheckPcapIsRunningRequest) MergeRaw added in v0.10.8

func (*CheckPcapIsRunningRequest) ProtoMessage added in v0.10.8

func (*CheckPcapIsRunningRequest) ProtoMessage()

func (*CheckPcapIsRunningRequest) ProtoReflect added in v0.10.8

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

func (*CheckPcapIsRunningRequest) Reset added in v0.10.8

func (m *CheckPcapIsRunningRequest) Reset()

func (*CheckPcapIsRunningRequest) SetName added in v0.10.8

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

func (*CheckPcapIsRunningRequest) String added in v0.10.8

func (m *CheckPcapIsRunningRequest) String() string

func (*CheckPcapIsRunningRequest) Unmarshal added in v0.10.8

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

func (*CheckPcapIsRunningRequest) UnmarshalJSON added in v0.10.8

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

type CheckPcapIsRunningRequestFieldPathBuilder added in v0.10.8

type CheckPcapIsRunningRequestFieldPathBuilder struct{}

func NewCheckPcapIsRunningRequestFieldPathBuilder added in v0.10.8

func NewCheckPcapIsRunningRequestFieldPathBuilder() CheckPcapIsRunningRequestFieldPathBuilder

func (CheckPcapIsRunningRequestFieldPathBuilder) Name added in v0.10.8

type CheckPcapIsRunningRequestPathSelectorName added in v0.10.8

type CheckPcapIsRunningRequestPathSelectorName struct{}

func (CheckPcapIsRunningRequestPathSelectorName) FieldPath added in v0.10.8

func (CheckPcapIsRunningRequestPathSelectorName) WithArrayOfValues added in v0.10.8

func (CheckPcapIsRunningRequestPathSelectorName) WithValue added in v0.10.8

type CheckPcapIsRunningRequest_FieldMask added in v0.10.8

type CheckPcapIsRunningRequest_FieldMask struct {
	Paths []CheckPcapIsRunningRequest_FieldPath
}

func FullCheckPcapIsRunningRequest_FieldMask added in v0.10.8

func FullCheckPcapIsRunningRequest_FieldMask() *CheckPcapIsRunningRequest_FieldMask

func (*CheckPcapIsRunningRequest_FieldMask) AppendPath added in v0.10.8

func (*CheckPcapIsRunningRequest_FieldMask) AppendRawPath added in v0.10.8

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

func (*CheckPcapIsRunningRequest_FieldMask) DecodeFirestore added in v0.10.8

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

func (*CheckPcapIsRunningRequest_FieldMask) EncodeFirestore added in v0.10.8

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

firestore encoding/decoding integration

func (*CheckPcapIsRunningRequest_FieldMask) FilterInputFields added in v0.10.8

FilterInputFields generates copy of field paths with output_only field paths removed

func (*CheckPcapIsRunningRequest_FieldMask) FromProtoFieldMask added in v0.10.8

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

func (*CheckPcapIsRunningRequest_FieldMask) GetPaths added in v0.10.8

func (*CheckPcapIsRunningRequest_FieldMask) GetRawPaths added in v0.10.8

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

func (*CheckPcapIsRunningRequest_FieldMask) IsFull added in v0.10.8

func (fieldMask *CheckPcapIsRunningRequest_FieldMask) IsFull() bool

func (CheckPcapIsRunningRequest_FieldMask) Marshal added in v0.10.8

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

implement methods required by customType

func (CheckPcapIsRunningRequest_FieldMask) MarshalJSON added in v0.10.8

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

func (*CheckPcapIsRunningRequest_FieldMask) PathsCount added in v0.10.8

func (fieldMask *CheckPcapIsRunningRequest_FieldMask) PathsCount() int

func (*CheckPcapIsRunningRequest_FieldMask) Project added in v0.10.8

func (*CheckPcapIsRunningRequest_FieldMask) ProjectRaw added in v0.10.8

func (*CheckPcapIsRunningRequest_FieldMask) ProtoMessage added in v0.10.8

func (fieldMask *CheckPcapIsRunningRequest_FieldMask) ProtoMessage()

func (*CheckPcapIsRunningRequest_FieldMask) ProtoReflect added in v0.10.8

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

func (*CheckPcapIsRunningRequest_FieldMask) Reset added in v0.10.8

func (fieldMask *CheckPcapIsRunningRequest_FieldMask) Reset()

func (*CheckPcapIsRunningRequest_FieldMask) Set added in v0.10.8

func (fieldMask *CheckPcapIsRunningRequest_FieldMask) Set(target, source *CheckPcapIsRunningRequest)

func (*CheckPcapIsRunningRequest_FieldMask) SetFromCliFlag added in v0.10.8

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

func (*CheckPcapIsRunningRequest_FieldMask) SetRaw added in v0.10.8

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

func (*CheckPcapIsRunningRequest_FieldMask) Size added in v0.10.8

func (fieldMask *CheckPcapIsRunningRequest_FieldMask) Size() int

func (*CheckPcapIsRunningRequest_FieldMask) String added in v0.10.8

func (fieldMask *CheckPcapIsRunningRequest_FieldMask) String() string

func (*CheckPcapIsRunningRequest_FieldMask) Subtract added in v0.10.8

func (*CheckPcapIsRunningRequest_FieldMask) SubtractRaw added in v0.10.8

func (*CheckPcapIsRunningRequest_FieldMask) ToProtoFieldMask added in v0.10.8

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

ToFieldMask is used for proto conversions

func (*CheckPcapIsRunningRequest_FieldMask) Unmarshal added in v0.10.8

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

func (*CheckPcapIsRunningRequest_FieldMask) UnmarshalJSON added in v0.10.8

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

type CheckPcapIsRunningRequest_FieldPath added in v0.10.8

type CheckPcapIsRunningRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() CheckPcapIsRunningRequest_FieldPathSelector
	Get(source *CheckPcapIsRunningRequest) []interface{}
	GetSingle(source *CheckPcapIsRunningRequest) (interface{}, bool)
	ClearValue(item *CheckPcapIsRunningRequest)

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

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

func BuildCheckPcapIsRunningRequest_FieldPath added in v0.10.8

func BuildCheckPcapIsRunningRequest_FieldPath(fp gotenobject.RawFieldPath) (CheckPcapIsRunningRequest_FieldPath, error)

func MustParseCheckPcapIsRunningRequest_FieldPath added in v0.10.8

func MustParseCheckPcapIsRunningRequest_FieldPath(rawField string) CheckPcapIsRunningRequest_FieldPath

func ParseCheckPcapIsRunningRequest_FieldPath added in v0.10.8

func ParseCheckPcapIsRunningRequest_FieldPath(rawField string) (CheckPcapIsRunningRequest_FieldPath, error)

type CheckPcapIsRunningRequest_FieldPathArrayItemValue added in v0.10.8

type CheckPcapIsRunningRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	CheckPcapIsRunningRequest_FieldPath
	ContainsValue(*CheckPcapIsRunningRequest) bool
}

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

func MustParseCheckPcapIsRunningRequest_FieldPathArrayItemValue added in v0.10.8

func MustParseCheckPcapIsRunningRequest_FieldPathArrayItemValue(pathStr, valueStr string) CheckPcapIsRunningRequest_FieldPathArrayItemValue

func ParseCheckPcapIsRunningRequest_FieldPathArrayItemValue added in v0.10.8

func ParseCheckPcapIsRunningRequest_FieldPathArrayItemValue(pathStr, valueStr string) (CheckPcapIsRunningRequest_FieldPathArrayItemValue, error)

ParseCheckPcapIsRunningRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type CheckPcapIsRunningRequest_FieldPathArrayOfValues added in v0.10.8

type CheckPcapIsRunningRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	CheckPcapIsRunningRequest_FieldPath
}

CheckPcapIsRunningRequest_FieldPathArrayOfValues allows storing slice of values for CheckPcapIsRunningRequest fields according to their type

func MustParseCheckPcapIsRunningRequest_FieldPathArrayOfValues added in v0.10.8

func MustParseCheckPcapIsRunningRequest_FieldPathArrayOfValues(pathStr, valuesStr string) CheckPcapIsRunningRequest_FieldPathArrayOfValues

func ParseCheckPcapIsRunningRequest_FieldPathArrayOfValues added in v0.10.8

func ParseCheckPcapIsRunningRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (CheckPcapIsRunningRequest_FieldPathArrayOfValues, error)

type CheckPcapIsRunningRequest_FieldPathSelector added in v0.10.8

type CheckPcapIsRunningRequest_FieldPathSelector int32
const (
	CheckPcapIsRunningRequest_FieldPathSelectorName CheckPcapIsRunningRequest_FieldPathSelector = 0
)

func (CheckPcapIsRunningRequest_FieldPathSelector) String added in v0.10.8

type CheckPcapIsRunningRequest_FieldPathValue added in v0.10.8

type CheckPcapIsRunningRequest_FieldPathValue interface {
	CheckPcapIsRunningRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **CheckPcapIsRunningRequest)
	CompareWith(*CheckPcapIsRunningRequest) (cmp int, comparable bool)
}

CheckPcapIsRunningRequest_FieldPathValue allows storing values for CheckPcapIsRunningRequest fields according to their type

func MustParseCheckPcapIsRunningRequest_FieldPathValue added in v0.10.8

func MustParseCheckPcapIsRunningRequest_FieldPathValue(pathStr, valueStr string) CheckPcapIsRunningRequest_FieldPathValue

func ParseCheckPcapIsRunningRequest_FieldPathValue added in v0.10.8

func ParseCheckPcapIsRunningRequest_FieldPathValue(pathStr, valueStr string) (CheckPcapIsRunningRequest_FieldPathValue, error)

type CheckPcapIsRunningRequest_FieldTerminalPath added in v0.10.8

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

func (*CheckPcapIsRunningRequest_FieldTerminalPath) ClearValue added in v0.10.8

func (*CheckPcapIsRunningRequest_FieldTerminalPath) ClearValueRaw added in v0.10.8

func (*CheckPcapIsRunningRequest_FieldTerminalPath) Get added in v0.10.8

func (fp *CheckPcapIsRunningRequest_FieldTerminalPath) Get(source *CheckPcapIsRunningRequest) (values []interface{})

Get returns all values pointed by specific field from source CheckPcapIsRunningRequest

func (*CheckPcapIsRunningRequest_FieldTerminalPath) GetDefault added in v0.10.8

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

GetDefault returns a default value of the field type

func (*CheckPcapIsRunningRequest_FieldTerminalPath) GetRaw added in v0.10.8

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

func (*CheckPcapIsRunningRequest_FieldTerminalPath) GetSingle added in v0.10.8

func (fp *CheckPcapIsRunningRequest_FieldTerminalPath) GetSingle(source *CheckPcapIsRunningRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source CheckPcapIsRunningRequest

func (*CheckPcapIsRunningRequest_FieldTerminalPath) GetSingleRaw added in v0.10.8

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

func (*CheckPcapIsRunningRequest_FieldTerminalPath) IsLeaf added in v0.10.8

IsLeaf - whether field path is holds simple value

func (*CheckPcapIsRunningRequest_FieldTerminalPath) JSONString added in v0.10.8

JSONString returns path representation is JSON convention

func (*CheckPcapIsRunningRequest_FieldTerminalPath) Selector added in v0.10.8

func (*CheckPcapIsRunningRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.10.8

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

func (*CheckPcapIsRunningRequest_FieldTerminalPath) String added in v0.10.8

String returns path representation in proto convention

func (*CheckPcapIsRunningRequest_FieldTerminalPath) WithIArrayItemValue added in v0.10.8

func (*CheckPcapIsRunningRequest_FieldTerminalPath) WithIArrayOfValues added in v0.10.8

func (*CheckPcapIsRunningRequest_FieldTerminalPath) WithIValue added in v0.10.8

func (*CheckPcapIsRunningRequest_FieldTerminalPath) WithRawIArrayItemValue added in v0.10.8

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

func (*CheckPcapIsRunningRequest_FieldTerminalPath) WithRawIArrayOfValues added in v0.10.8

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

func (*CheckPcapIsRunningRequest_FieldTerminalPath) WithRawIValue added in v0.10.8

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

type CheckPcapIsRunningRequest_FieldTerminalPathArrayItemValue added in v0.10.8

type CheckPcapIsRunningRequest_FieldTerminalPathArrayItemValue struct {
	CheckPcapIsRunningRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CheckPcapIsRunningRequest_FieldTerminalPathArrayItemValue) ContainsValue added in v0.10.8

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

func (*CheckPcapIsRunningRequest_FieldTerminalPathArrayItemValue) GetRawItemValue added in v0.10.8

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

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

func (*CheckPcapIsRunningRequest_FieldTerminalPathArrayItemValue) GetSingle added in v0.10.8

func (*CheckPcapIsRunningRequest_FieldTerminalPathArrayItemValue) GetSingleRaw added in v0.10.8

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

type CheckPcapIsRunningRequest_FieldTerminalPathArrayOfValues added in v0.10.8

type CheckPcapIsRunningRequest_FieldTerminalPathArrayOfValues struct {
	CheckPcapIsRunningRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CheckPcapIsRunningRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues added in v0.10.8

func (*CheckPcapIsRunningRequest_FieldTerminalPathArrayOfValues) GetRawValues added in v0.10.8

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

type CheckPcapIsRunningRequest_FieldTerminalPathValue added in v0.10.8

type CheckPcapIsRunningRequest_FieldTerminalPathValue struct {
	CheckPcapIsRunningRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CheckPcapIsRunningRequest_FieldTerminalPathValue) AsNameValue added in v0.10.8

func (*CheckPcapIsRunningRequest_FieldTerminalPathValue) CompareWith added in v0.10.8

CompareWith compares value in the 'CheckPcapIsRunningRequest_FieldTerminalPathValue' with the value under path in 'CheckPcapIsRunningRequest'.

func (*CheckPcapIsRunningRequest_FieldTerminalPathValue) CompareWithRaw added in v0.10.8

func (*CheckPcapIsRunningRequest_FieldTerminalPathValue) GetRawValue added in v0.10.8

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

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

func (*CheckPcapIsRunningRequest_FieldTerminalPathValue) SetTo added in v0.10.8

SetTo stores value for selected field for object CheckPcapIsRunningRequest

func (*CheckPcapIsRunningRequest_FieldTerminalPathValue) SetToRaw added in v0.10.8

type CheckPcapIsRunningResponse added in v0.10.8

type CheckPcapIsRunningResponse struct {

	// Flag that indicates if on demand pcap is active on the agent
	IsRunning bool `protobuf:"varint,1,opt,name=is_running,json=isRunning,proto3" json:"is_running,omitempty" firestore:"isRunning"`
	// contains filtered or unexported fields
}

func (*CheckPcapIsRunningResponse) Clone added in v0.10.8

func (*CheckPcapIsRunningResponse) CloneRaw added in v0.10.8

func (*CheckPcapIsRunningResponse) Descriptor added in v0.10.8

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

Deprecated, Use CheckPcapIsRunningResponse.ProtoReflect.Descriptor instead.

func (*CheckPcapIsRunningResponse) GetIsRunning added in v0.10.8

func (m *CheckPcapIsRunningResponse) GetIsRunning() bool

func (*CheckPcapIsRunningResponse) GotenMessage added in v0.10.8

func (*CheckPcapIsRunningResponse) GotenMessage()

func (*CheckPcapIsRunningResponse) GotenObjectExt added in v0.10.8

func (o *CheckPcapIsRunningResponse) GotenObjectExt()

func (*CheckPcapIsRunningResponse) GotenValidate added in v0.10.8

func (obj *CheckPcapIsRunningResponse) GotenValidate() error

func (*CheckPcapIsRunningResponse) MakeDiffFieldMask added in v0.10.8

func (*CheckPcapIsRunningResponse) MakeFullFieldMask added in v0.10.8

func (*CheckPcapIsRunningResponse) MakeRawDiffFieldMask added in v0.10.8

func (*CheckPcapIsRunningResponse) MakeRawFullFieldMask added in v0.10.8

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

func (*CheckPcapIsRunningResponse) Marshal added in v0.10.8

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

func (*CheckPcapIsRunningResponse) MarshalJSON added in v0.10.8

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

func (*CheckPcapIsRunningResponse) Merge added in v0.10.8

func (*CheckPcapIsRunningResponse) MergeRaw added in v0.10.8

func (*CheckPcapIsRunningResponse) ProtoMessage added in v0.10.8

func (*CheckPcapIsRunningResponse) ProtoMessage()

func (*CheckPcapIsRunningResponse) ProtoReflect added in v0.10.8

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

func (*CheckPcapIsRunningResponse) Reset added in v0.10.8

func (m *CheckPcapIsRunningResponse) Reset()

func (*CheckPcapIsRunningResponse) SetIsRunning added in v0.10.8

func (m *CheckPcapIsRunningResponse) SetIsRunning(fv bool)

func (*CheckPcapIsRunningResponse) String added in v0.10.8

func (m *CheckPcapIsRunningResponse) String() string

func (*CheckPcapIsRunningResponse) Unmarshal added in v0.10.8

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

func (*CheckPcapIsRunningResponse) UnmarshalJSON added in v0.10.8

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

type CheckPcapIsRunningResponseFieldPathBuilder added in v0.10.8

type CheckPcapIsRunningResponseFieldPathBuilder struct{}

func NewCheckPcapIsRunningResponseFieldPathBuilder added in v0.10.8

func NewCheckPcapIsRunningResponseFieldPathBuilder() CheckPcapIsRunningResponseFieldPathBuilder

func (CheckPcapIsRunningResponseFieldPathBuilder) IsRunning added in v0.10.8

type CheckPcapIsRunningResponsePathSelectorIsRunning added in v0.10.8

type CheckPcapIsRunningResponsePathSelectorIsRunning struct{}

func (CheckPcapIsRunningResponsePathSelectorIsRunning) FieldPath added in v0.10.8

func (CheckPcapIsRunningResponsePathSelectorIsRunning) WithArrayOfValues added in v0.10.8

func (CheckPcapIsRunningResponsePathSelectorIsRunning) WithValue added in v0.10.8

type CheckPcapIsRunningResponse_FieldMask added in v0.10.8

type CheckPcapIsRunningResponse_FieldMask struct {
	Paths []CheckPcapIsRunningResponse_FieldPath
}

func FullCheckPcapIsRunningResponse_FieldMask added in v0.10.8

func FullCheckPcapIsRunningResponse_FieldMask() *CheckPcapIsRunningResponse_FieldMask

func (*CheckPcapIsRunningResponse_FieldMask) AppendPath added in v0.10.8

func (*CheckPcapIsRunningResponse_FieldMask) AppendRawPath added in v0.10.8

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

func (*CheckPcapIsRunningResponse_FieldMask) DecodeFirestore added in v0.10.8

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

func (*CheckPcapIsRunningResponse_FieldMask) EncodeFirestore added in v0.10.8

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

firestore encoding/decoding integration

func (*CheckPcapIsRunningResponse_FieldMask) FilterInputFields added in v0.10.8

FilterInputFields generates copy of field paths with output_only field paths removed

func (*CheckPcapIsRunningResponse_FieldMask) FromProtoFieldMask added in v0.10.8

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

func (*CheckPcapIsRunningResponse_FieldMask) GetPaths added in v0.10.8

func (*CheckPcapIsRunningResponse_FieldMask) GetRawPaths added in v0.10.8

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

func (*CheckPcapIsRunningResponse_FieldMask) IsFull added in v0.10.8

func (fieldMask *CheckPcapIsRunningResponse_FieldMask) IsFull() bool

func (CheckPcapIsRunningResponse_FieldMask) Marshal added in v0.10.8

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

implement methods required by customType

func (CheckPcapIsRunningResponse_FieldMask) MarshalJSON added in v0.10.8

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

func (*CheckPcapIsRunningResponse_FieldMask) PathsCount added in v0.10.8

func (fieldMask *CheckPcapIsRunningResponse_FieldMask) PathsCount() int

func (*CheckPcapIsRunningResponse_FieldMask) Project added in v0.10.8

func (*CheckPcapIsRunningResponse_FieldMask) ProjectRaw added in v0.10.8

func (*CheckPcapIsRunningResponse_FieldMask) ProtoMessage added in v0.10.8

func (fieldMask *CheckPcapIsRunningResponse_FieldMask) ProtoMessage()

func (*CheckPcapIsRunningResponse_FieldMask) ProtoReflect added in v0.10.8

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

func (*CheckPcapIsRunningResponse_FieldMask) Reset added in v0.10.8

func (fieldMask *CheckPcapIsRunningResponse_FieldMask) Reset()

func (*CheckPcapIsRunningResponse_FieldMask) Set added in v0.10.8

func (fieldMask *CheckPcapIsRunningResponse_FieldMask) Set(target, source *CheckPcapIsRunningResponse)

func (*CheckPcapIsRunningResponse_FieldMask) SetFromCliFlag added in v0.10.8

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

func (*CheckPcapIsRunningResponse_FieldMask) SetRaw added in v0.10.8

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

func (*CheckPcapIsRunningResponse_FieldMask) Size added in v0.10.8

func (fieldMask *CheckPcapIsRunningResponse_FieldMask) Size() int

func (*CheckPcapIsRunningResponse_FieldMask) String added in v0.10.8

func (fieldMask *CheckPcapIsRunningResponse_FieldMask) String() string

func (*CheckPcapIsRunningResponse_FieldMask) Subtract added in v0.10.8

func (*CheckPcapIsRunningResponse_FieldMask) SubtractRaw added in v0.10.8

func (*CheckPcapIsRunningResponse_FieldMask) ToProtoFieldMask added in v0.10.8

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

ToFieldMask is used for proto conversions

func (*CheckPcapIsRunningResponse_FieldMask) Unmarshal added in v0.10.8

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

func (*CheckPcapIsRunningResponse_FieldMask) UnmarshalJSON added in v0.10.8

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

type CheckPcapIsRunningResponse_FieldPath added in v0.10.8

type CheckPcapIsRunningResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() CheckPcapIsRunningResponse_FieldPathSelector
	Get(source *CheckPcapIsRunningResponse) []interface{}
	GetSingle(source *CheckPcapIsRunningResponse) (interface{}, bool)
	ClearValue(item *CheckPcapIsRunningResponse)

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

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

func BuildCheckPcapIsRunningResponse_FieldPath added in v0.10.8

func BuildCheckPcapIsRunningResponse_FieldPath(fp gotenobject.RawFieldPath) (CheckPcapIsRunningResponse_FieldPath, error)

func MustParseCheckPcapIsRunningResponse_FieldPath added in v0.10.8

func MustParseCheckPcapIsRunningResponse_FieldPath(rawField string) CheckPcapIsRunningResponse_FieldPath

func ParseCheckPcapIsRunningResponse_FieldPath added in v0.10.8

func ParseCheckPcapIsRunningResponse_FieldPath(rawField string) (CheckPcapIsRunningResponse_FieldPath, error)

type CheckPcapIsRunningResponse_FieldPathArrayItemValue added in v0.10.8

type CheckPcapIsRunningResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	CheckPcapIsRunningResponse_FieldPath
	ContainsValue(*CheckPcapIsRunningResponse) bool
}

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

func MustParseCheckPcapIsRunningResponse_FieldPathArrayItemValue added in v0.10.8

func MustParseCheckPcapIsRunningResponse_FieldPathArrayItemValue(pathStr, valueStr string) CheckPcapIsRunningResponse_FieldPathArrayItemValue

func ParseCheckPcapIsRunningResponse_FieldPathArrayItemValue added in v0.10.8

func ParseCheckPcapIsRunningResponse_FieldPathArrayItemValue(pathStr, valueStr string) (CheckPcapIsRunningResponse_FieldPathArrayItemValue, error)

ParseCheckPcapIsRunningResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type CheckPcapIsRunningResponse_FieldPathArrayOfValues added in v0.10.8

type CheckPcapIsRunningResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	CheckPcapIsRunningResponse_FieldPath
}

CheckPcapIsRunningResponse_FieldPathArrayOfValues allows storing slice of values for CheckPcapIsRunningResponse fields according to their type

func MustParseCheckPcapIsRunningResponse_FieldPathArrayOfValues added in v0.10.8

func MustParseCheckPcapIsRunningResponse_FieldPathArrayOfValues(pathStr, valuesStr string) CheckPcapIsRunningResponse_FieldPathArrayOfValues

func ParseCheckPcapIsRunningResponse_FieldPathArrayOfValues added in v0.10.8

func ParseCheckPcapIsRunningResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (CheckPcapIsRunningResponse_FieldPathArrayOfValues, error)

type CheckPcapIsRunningResponse_FieldPathSelector added in v0.10.8

type CheckPcapIsRunningResponse_FieldPathSelector int32
const (
	CheckPcapIsRunningResponse_FieldPathSelectorIsRunning CheckPcapIsRunningResponse_FieldPathSelector = 0
)

func (CheckPcapIsRunningResponse_FieldPathSelector) String added in v0.10.8

type CheckPcapIsRunningResponse_FieldPathValue added in v0.10.8

type CheckPcapIsRunningResponse_FieldPathValue interface {
	CheckPcapIsRunningResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **CheckPcapIsRunningResponse)
	CompareWith(*CheckPcapIsRunningResponse) (cmp int, comparable bool)
}

CheckPcapIsRunningResponse_FieldPathValue allows storing values for CheckPcapIsRunningResponse fields according to their type

func MustParseCheckPcapIsRunningResponse_FieldPathValue added in v0.10.8

func MustParseCheckPcapIsRunningResponse_FieldPathValue(pathStr, valueStr string) CheckPcapIsRunningResponse_FieldPathValue

func ParseCheckPcapIsRunningResponse_FieldPathValue added in v0.10.8

func ParseCheckPcapIsRunningResponse_FieldPathValue(pathStr, valueStr string) (CheckPcapIsRunningResponse_FieldPathValue, error)

type CheckPcapIsRunningResponse_FieldTerminalPath added in v0.10.8

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

func (*CheckPcapIsRunningResponse_FieldTerminalPath) ClearValue added in v0.10.8

func (*CheckPcapIsRunningResponse_FieldTerminalPath) ClearValueRaw added in v0.10.8

func (*CheckPcapIsRunningResponse_FieldTerminalPath) Get added in v0.10.8

func (fp *CheckPcapIsRunningResponse_FieldTerminalPath) Get(source *CheckPcapIsRunningResponse) (values []interface{})

Get returns all values pointed by specific field from source CheckPcapIsRunningResponse

func (*CheckPcapIsRunningResponse_FieldTerminalPath) GetDefault added in v0.10.8

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

GetDefault returns a default value of the field type

func (*CheckPcapIsRunningResponse_FieldTerminalPath) GetRaw added in v0.10.8

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

func (*CheckPcapIsRunningResponse_FieldTerminalPath) GetSingle added in v0.10.8

GetSingle returns value pointed by specific field of from source CheckPcapIsRunningResponse

func (*CheckPcapIsRunningResponse_FieldTerminalPath) GetSingleRaw added in v0.10.8

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

func (*CheckPcapIsRunningResponse_FieldTerminalPath) IsLeaf added in v0.10.8

IsLeaf - whether field path is holds simple value

func (*CheckPcapIsRunningResponse_FieldTerminalPath) JSONString added in v0.10.8

JSONString returns path representation is JSON convention

func (*CheckPcapIsRunningResponse_FieldTerminalPath) Selector added in v0.10.8

func (*CheckPcapIsRunningResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.10.8

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

func (*CheckPcapIsRunningResponse_FieldTerminalPath) String added in v0.10.8

String returns path representation in proto convention

func (*CheckPcapIsRunningResponse_FieldTerminalPath) WithIArrayItemValue added in v0.10.8

func (*CheckPcapIsRunningResponse_FieldTerminalPath) WithIArrayOfValues added in v0.10.8

func (*CheckPcapIsRunningResponse_FieldTerminalPath) WithIValue added in v0.10.8

func (*CheckPcapIsRunningResponse_FieldTerminalPath) WithRawIArrayItemValue added in v0.10.8

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

func (*CheckPcapIsRunningResponse_FieldTerminalPath) WithRawIArrayOfValues added in v0.10.8

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

func (*CheckPcapIsRunningResponse_FieldTerminalPath) WithRawIValue added in v0.10.8

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

type CheckPcapIsRunningResponse_FieldTerminalPathArrayItemValue added in v0.10.8

type CheckPcapIsRunningResponse_FieldTerminalPathArrayItemValue struct {
	CheckPcapIsRunningResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CheckPcapIsRunningResponse_FieldTerminalPathArrayItemValue) ContainsValue added in v0.10.8

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

func (*CheckPcapIsRunningResponse_FieldTerminalPathArrayItemValue) GetRawItemValue added in v0.10.8

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

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

func (*CheckPcapIsRunningResponse_FieldTerminalPathArrayItemValue) GetSingle added in v0.10.8

func (*CheckPcapIsRunningResponse_FieldTerminalPathArrayItemValue) GetSingleRaw added in v0.10.8

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

type CheckPcapIsRunningResponse_FieldTerminalPathArrayOfValues added in v0.10.8

type CheckPcapIsRunningResponse_FieldTerminalPathArrayOfValues struct {
	CheckPcapIsRunningResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CheckPcapIsRunningResponse_FieldTerminalPathArrayOfValues) AsIsRunningArrayOfValues added in v0.10.8

func (fpaov *CheckPcapIsRunningResponse_FieldTerminalPathArrayOfValues) AsIsRunningArrayOfValues() ([]bool, bool)

func (*CheckPcapIsRunningResponse_FieldTerminalPathArrayOfValues) GetRawValues added in v0.10.8

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

type CheckPcapIsRunningResponse_FieldTerminalPathValue added in v0.10.8

type CheckPcapIsRunningResponse_FieldTerminalPathValue struct {
	CheckPcapIsRunningResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CheckPcapIsRunningResponse_FieldTerminalPathValue) AsIsRunningValue added in v0.10.8

func (fpv *CheckPcapIsRunningResponse_FieldTerminalPathValue) AsIsRunningValue() (bool, bool)

func (*CheckPcapIsRunningResponse_FieldTerminalPathValue) CompareWith added in v0.10.8

CompareWith compares value in the 'CheckPcapIsRunningResponse_FieldTerminalPathValue' with the value under path in 'CheckPcapIsRunningResponse'.

func (*CheckPcapIsRunningResponse_FieldTerminalPathValue) CompareWithRaw added in v0.10.8

func (*CheckPcapIsRunningResponse_FieldTerminalPathValue) GetRawValue added in v0.10.8

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

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

func (*CheckPcapIsRunningResponse_FieldTerminalPathValue) SetTo added in v0.10.8

SetTo stores value for selected field for object CheckPcapIsRunningResponse

func (*CheckPcapIsRunningResponse_FieldTerminalPathValue) SetToRaw added in v0.10.8

type GetPcapDescriptor

type GetPcapDescriptor struct{}

func GetGetPcapDescriptor

func GetGetPcapDescriptor() *GetPcapDescriptor

func (*GetPcapDescriptor) GetApiDescriptor

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

func (*GetPcapDescriptor) GetApiName

func (d *GetPcapDescriptor) GetApiName() string

func (*GetPcapDescriptor) GetClientMsgReflectHandle

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

func (*GetPcapDescriptor) GetFullMethodName

func (d *GetPcapDescriptor) GetFullMethodName() string

func (*GetPcapDescriptor) GetMethodName

func (d *GetPcapDescriptor) GetMethodName() string

func (*GetPcapDescriptor) GetProtoPkgName

func (d *GetPcapDescriptor) GetProtoPkgName() string

func (*GetPcapDescriptor) GetResourceDescriptor

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

func (*GetPcapDescriptor) GetServerMsgReflectHandle

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

func (*GetPcapDescriptor) GetServiceDomain

func (d *GetPcapDescriptor) GetServiceDomain() string

func (*GetPcapDescriptor) GetServiceVersion

func (d *GetPcapDescriptor) GetServiceVersion() string

func (*GetPcapDescriptor) GetVerb

func (d *GetPcapDescriptor) GetVerb() string

func (*GetPcapDescriptor) HasResource

func (d *GetPcapDescriptor) HasResource() bool

func (*GetPcapDescriptor) IsClientStream

func (d *GetPcapDescriptor) IsClientStream() bool

func (*GetPcapDescriptor) IsCollection

func (d *GetPcapDescriptor) IsCollection() bool

func (*GetPcapDescriptor) IsPlural

func (d *GetPcapDescriptor) IsPlural() bool

func (*GetPcapDescriptor) IsServerStream

func (d *GetPcapDescriptor) IsServerStream() bool

func (*GetPcapDescriptor) IsUnary

func (d *GetPcapDescriptor) IsUnary() bool

func (*GetPcapDescriptor) NewEmptyClientMsg

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

func (*GetPcapDescriptor) NewEmptyServerMsg

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

func (*GetPcapDescriptor) RequestHasResourceBody

func (d *GetPcapDescriptor) RequestHasResourceBody() bool

type GetPcapDescriptorClientMsgHandle

type GetPcapDescriptorClientMsgHandle struct{}

func (*GetPcapDescriptorClientMsgHandle) ExtractCollectionName

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

func (*GetPcapDescriptorClientMsgHandle) ExtractResourceName

func (h *GetPcapDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name

func (*GetPcapDescriptorClientMsgHandle) ExtractResourceNames

type GetPcapDescriptorServerMsgHandle

type GetPcapDescriptorServerMsgHandle struct{}

func (*GetPcapDescriptorServerMsgHandle) ExtractCollectionName

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

func (*GetPcapDescriptorServerMsgHandle) ExtractResourceName

func (h *GetPcapDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name

func (*GetPcapDescriptorServerMsgHandle) ExtractResourceNames

type GetPcapFileFromAgentClientStream added in v0.10.4

type GetPcapFileFromAgentClientStream interface {
	Recv() (*GetPcapResponse, error)
	grpc.ClientStream
}

type GetPcapFileFromAgentDescriptor added in v0.10.4

type GetPcapFileFromAgentDescriptor struct{}

func GetGetPcapFileFromAgentDescriptor added in v0.10.4

func GetGetPcapFileFromAgentDescriptor() *GetPcapFileFromAgentDescriptor

func (*GetPcapFileFromAgentDescriptor) GetApiDescriptor added in v0.10.4

func (*GetPcapFileFromAgentDescriptor) GetApiName added in v0.10.4

func (d *GetPcapFileFromAgentDescriptor) GetApiName() string

func (*GetPcapFileFromAgentDescriptor) GetClientMsgReflectHandle added in v0.10.4

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

func (*GetPcapFileFromAgentDescriptor) GetFullMethodName added in v0.10.4

func (d *GetPcapFileFromAgentDescriptor) GetFullMethodName() string

func (*GetPcapFileFromAgentDescriptor) GetMethodName added in v0.10.4

func (d *GetPcapFileFromAgentDescriptor) GetMethodName() string

func (*GetPcapFileFromAgentDescriptor) GetProtoPkgName added in v0.10.4

func (d *GetPcapFileFromAgentDescriptor) GetProtoPkgName() string

func (*GetPcapFileFromAgentDescriptor) GetResourceDescriptor added in v0.10.4

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

func (*GetPcapFileFromAgentDescriptor) GetServerMsgReflectHandle added in v0.10.4

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

func (*GetPcapFileFromAgentDescriptor) GetServiceDomain added in v0.10.4

func (d *GetPcapFileFromAgentDescriptor) GetServiceDomain() string

func (*GetPcapFileFromAgentDescriptor) GetServiceVersion added in v0.10.4

func (d *GetPcapFileFromAgentDescriptor) GetServiceVersion() string

func (*GetPcapFileFromAgentDescriptor) GetVerb added in v0.10.4

func (*GetPcapFileFromAgentDescriptor) HasResource added in v0.10.4

func (d *GetPcapFileFromAgentDescriptor) HasResource() bool

func (*GetPcapFileFromAgentDescriptor) IsClientStream added in v0.10.4

func (d *GetPcapFileFromAgentDescriptor) IsClientStream() bool

func (*GetPcapFileFromAgentDescriptor) IsCollection added in v0.10.4

func (d *GetPcapFileFromAgentDescriptor) IsCollection() bool

func (*GetPcapFileFromAgentDescriptor) IsPlural added in v0.10.4

func (d *GetPcapFileFromAgentDescriptor) IsPlural() bool

func (*GetPcapFileFromAgentDescriptor) IsServerStream added in v0.10.4

func (d *GetPcapFileFromAgentDescriptor) IsServerStream() bool

func (*GetPcapFileFromAgentDescriptor) IsUnary added in v0.10.4

func (d *GetPcapFileFromAgentDescriptor) IsUnary() bool

func (*GetPcapFileFromAgentDescriptor) NewEmptyClientMsg added in v0.10.4

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

func (*GetPcapFileFromAgentDescriptor) NewEmptyServerMsg added in v0.10.4

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

func (*GetPcapFileFromAgentDescriptor) RequestHasResourceBody added in v0.10.4

func (d *GetPcapFileFromAgentDescriptor) RequestHasResourceBody() bool

type GetPcapFileFromAgentDescriptorClientMsgHandle added in v0.10.4

type GetPcapFileFromAgentDescriptorClientMsgHandle struct{}

func (*GetPcapFileFromAgentDescriptorClientMsgHandle) ExtractCollectionName added in v0.10.4

func (*GetPcapFileFromAgentDescriptorClientMsgHandle) ExtractResourceName added in v0.10.4

func (*GetPcapFileFromAgentDescriptorClientMsgHandle) ExtractResourceNames added in v0.10.4

type GetPcapFileFromAgentDescriptorServerMsgHandle added in v0.10.4

type GetPcapFileFromAgentDescriptorServerMsgHandle struct{}

func (*GetPcapFileFromAgentDescriptorServerMsgHandle) ExtractCollectionName added in v0.10.4

func (*GetPcapFileFromAgentDescriptorServerMsgHandle) ExtractResourceName added in v0.10.4

func (*GetPcapFileFromAgentDescriptorServerMsgHandle) ExtractResourceNames added in v0.10.4

type GetPcapFileFromAgentRequest added in v0.10.4

type GetPcapFileFromAgentRequest struct {

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

func (*GetPcapFileFromAgentRequest) Clone added in v0.10.4

func (*GetPcapFileFromAgentRequest) CloneRaw added in v0.10.4

func (*GetPcapFileFromAgentRequest) Descriptor added in v0.10.4

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

Deprecated, Use GetPcapFileFromAgentRequest.ProtoReflect.Descriptor instead.

func (*GetPcapFileFromAgentRequest) GetName added in v0.10.4

func (*GetPcapFileFromAgentRequest) GotenMessage added in v0.10.4

func (*GetPcapFileFromAgentRequest) GotenMessage()

func (*GetPcapFileFromAgentRequest) GotenObjectExt added in v0.10.4

func (o *GetPcapFileFromAgentRequest) GotenObjectExt()

func (*GetPcapFileFromAgentRequest) GotenValidate added in v0.10.4

func (obj *GetPcapFileFromAgentRequest) GotenValidate() error

func (*GetPcapFileFromAgentRequest) MakeDiffFieldMask added in v0.10.4

func (*GetPcapFileFromAgentRequest) MakeFullFieldMask added in v0.10.4

func (*GetPcapFileFromAgentRequest) MakeRawDiffFieldMask added in v0.10.4

func (*GetPcapFileFromAgentRequest) MakeRawFullFieldMask added in v0.10.4

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

func (*GetPcapFileFromAgentRequest) Marshal added in v0.10.4

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

func (*GetPcapFileFromAgentRequest) MarshalJSON added in v0.10.4

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

func (*GetPcapFileFromAgentRequest) Merge added in v0.10.4

func (*GetPcapFileFromAgentRequest) MergeRaw added in v0.10.4

func (*GetPcapFileFromAgentRequest) ProtoMessage added in v0.10.4

func (*GetPcapFileFromAgentRequest) ProtoMessage()

func (*GetPcapFileFromAgentRequest) ProtoReflect added in v0.10.4

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

func (*GetPcapFileFromAgentRequest) Reset added in v0.10.4

func (m *GetPcapFileFromAgentRequest) Reset()

func (*GetPcapFileFromAgentRequest) SetName added in v0.10.4

func (*GetPcapFileFromAgentRequest) String added in v0.10.4

func (m *GetPcapFileFromAgentRequest) String() string

func (*GetPcapFileFromAgentRequest) Unmarshal added in v0.10.4

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

func (*GetPcapFileFromAgentRequest) UnmarshalJSON added in v0.10.4

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

type GetPcapFileFromAgentRequestFieldPathBuilder added in v0.10.4

type GetPcapFileFromAgentRequestFieldPathBuilder struct{}

func NewGetPcapFileFromAgentRequestFieldPathBuilder added in v0.10.4

func NewGetPcapFileFromAgentRequestFieldPathBuilder() GetPcapFileFromAgentRequestFieldPathBuilder

func (GetPcapFileFromAgentRequestFieldPathBuilder) Name added in v0.10.4

type GetPcapFileFromAgentRequestPathSelectorName added in v0.10.4

type GetPcapFileFromAgentRequestPathSelectorName struct{}

func (GetPcapFileFromAgentRequestPathSelectorName) FieldPath added in v0.10.4

func (GetPcapFileFromAgentRequestPathSelectorName) WithArrayOfValues added in v0.10.4

func (GetPcapFileFromAgentRequestPathSelectorName) WithValue added in v0.10.4

type GetPcapFileFromAgentRequest_FieldMask added in v0.10.4

type GetPcapFileFromAgentRequest_FieldMask struct {
	Paths []GetPcapFileFromAgentRequest_FieldPath
}

func FullGetPcapFileFromAgentRequest_FieldMask added in v0.10.4

func FullGetPcapFileFromAgentRequest_FieldMask() *GetPcapFileFromAgentRequest_FieldMask

func (*GetPcapFileFromAgentRequest_FieldMask) AppendPath added in v0.10.4

func (*GetPcapFileFromAgentRequest_FieldMask) AppendRawPath added in v0.10.4

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

func (*GetPcapFileFromAgentRequest_FieldMask) DecodeFirestore added in v0.10.4

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

func (*GetPcapFileFromAgentRequest_FieldMask) EncodeFirestore added in v0.10.4

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

firestore encoding/decoding integration

func (*GetPcapFileFromAgentRequest_FieldMask) FilterInputFields added in v0.10.4

FilterInputFields generates copy of field paths with output_only field paths removed

func (*GetPcapFileFromAgentRequest_FieldMask) FromProtoFieldMask added in v0.10.4

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

func (*GetPcapFileFromAgentRequest_FieldMask) GetPaths added in v0.10.4

func (*GetPcapFileFromAgentRequest_FieldMask) GetRawPaths added in v0.10.4

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

func (*GetPcapFileFromAgentRequest_FieldMask) IsFull added in v0.10.4

func (fieldMask *GetPcapFileFromAgentRequest_FieldMask) IsFull() bool

func (GetPcapFileFromAgentRequest_FieldMask) Marshal added in v0.10.4

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

implement methods required by customType

func (GetPcapFileFromAgentRequest_FieldMask) MarshalJSON added in v0.10.4

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

func (*GetPcapFileFromAgentRequest_FieldMask) PathsCount added in v0.10.4

func (fieldMask *GetPcapFileFromAgentRequest_FieldMask) PathsCount() int

func (*GetPcapFileFromAgentRequest_FieldMask) Project added in v0.10.4

func (*GetPcapFileFromAgentRequest_FieldMask) ProjectRaw added in v0.10.4

func (*GetPcapFileFromAgentRequest_FieldMask) ProtoMessage added in v0.10.4

func (fieldMask *GetPcapFileFromAgentRequest_FieldMask) ProtoMessage()

func (*GetPcapFileFromAgentRequest_FieldMask) ProtoReflect added in v0.10.4

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

func (*GetPcapFileFromAgentRequest_FieldMask) Reset added in v0.10.4

func (fieldMask *GetPcapFileFromAgentRequest_FieldMask) Reset()

func (*GetPcapFileFromAgentRequest_FieldMask) Set added in v0.10.4

func (*GetPcapFileFromAgentRequest_FieldMask) SetFromCliFlag added in v0.10.4

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

func (*GetPcapFileFromAgentRequest_FieldMask) SetRaw added in v0.10.4

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

func (*GetPcapFileFromAgentRequest_FieldMask) Size added in v0.10.4

func (fieldMask *GetPcapFileFromAgentRequest_FieldMask) Size() int

func (*GetPcapFileFromAgentRequest_FieldMask) String added in v0.10.4

func (fieldMask *GetPcapFileFromAgentRequest_FieldMask) String() string

func (*GetPcapFileFromAgentRequest_FieldMask) Subtract added in v0.10.4

func (*GetPcapFileFromAgentRequest_FieldMask) SubtractRaw added in v0.10.4

func (*GetPcapFileFromAgentRequest_FieldMask) ToProtoFieldMask added in v0.10.4

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

ToFieldMask is used for proto conversions

func (*GetPcapFileFromAgentRequest_FieldMask) Unmarshal added in v0.10.4

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

func (*GetPcapFileFromAgentRequest_FieldMask) UnmarshalJSON added in v0.10.4

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

type GetPcapFileFromAgentRequest_FieldPath added in v0.10.4

type GetPcapFileFromAgentRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() GetPcapFileFromAgentRequest_FieldPathSelector
	Get(source *GetPcapFileFromAgentRequest) []interface{}
	GetSingle(source *GetPcapFileFromAgentRequest) (interface{}, bool)
	ClearValue(item *GetPcapFileFromAgentRequest)

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

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

func BuildGetPcapFileFromAgentRequest_FieldPath added in v0.10.4

func BuildGetPcapFileFromAgentRequest_FieldPath(fp gotenobject.RawFieldPath) (GetPcapFileFromAgentRequest_FieldPath, error)

func MustParseGetPcapFileFromAgentRequest_FieldPath added in v0.10.4

func MustParseGetPcapFileFromAgentRequest_FieldPath(rawField string) GetPcapFileFromAgentRequest_FieldPath

func ParseGetPcapFileFromAgentRequest_FieldPath added in v0.10.4

func ParseGetPcapFileFromAgentRequest_FieldPath(rawField string) (GetPcapFileFromAgentRequest_FieldPath, error)

type GetPcapFileFromAgentRequest_FieldPathArrayItemValue added in v0.10.4

type GetPcapFileFromAgentRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	GetPcapFileFromAgentRequest_FieldPath
	ContainsValue(*GetPcapFileFromAgentRequest) bool
}

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

func MustParseGetPcapFileFromAgentRequest_FieldPathArrayItemValue added in v0.10.4

func MustParseGetPcapFileFromAgentRequest_FieldPathArrayItemValue(pathStr, valueStr string) GetPcapFileFromAgentRequest_FieldPathArrayItemValue

func ParseGetPcapFileFromAgentRequest_FieldPathArrayItemValue added in v0.10.4

func ParseGetPcapFileFromAgentRequest_FieldPathArrayItemValue(pathStr, valueStr string) (GetPcapFileFromAgentRequest_FieldPathArrayItemValue, error)

ParseGetPcapFileFromAgentRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type GetPcapFileFromAgentRequest_FieldPathArrayOfValues added in v0.10.4

type GetPcapFileFromAgentRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	GetPcapFileFromAgentRequest_FieldPath
}

GetPcapFileFromAgentRequest_FieldPathArrayOfValues allows storing slice of values for GetPcapFileFromAgentRequest fields according to their type

func MustParseGetPcapFileFromAgentRequest_FieldPathArrayOfValues added in v0.10.4

func MustParseGetPcapFileFromAgentRequest_FieldPathArrayOfValues(pathStr, valuesStr string) GetPcapFileFromAgentRequest_FieldPathArrayOfValues

func ParseGetPcapFileFromAgentRequest_FieldPathArrayOfValues added in v0.10.4

func ParseGetPcapFileFromAgentRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (GetPcapFileFromAgentRequest_FieldPathArrayOfValues, error)

type GetPcapFileFromAgentRequest_FieldPathSelector added in v0.10.4

type GetPcapFileFromAgentRequest_FieldPathSelector int32
const (
	GetPcapFileFromAgentRequest_FieldPathSelectorName GetPcapFileFromAgentRequest_FieldPathSelector = 0
)

func (GetPcapFileFromAgentRequest_FieldPathSelector) String added in v0.10.4

type GetPcapFileFromAgentRequest_FieldPathValue added in v0.10.4

type GetPcapFileFromAgentRequest_FieldPathValue interface {
	GetPcapFileFromAgentRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **GetPcapFileFromAgentRequest)
	CompareWith(*GetPcapFileFromAgentRequest) (cmp int, comparable bool)
}

GetPcapFileFromAgentRequest_FieldPathValue allows storing values for GetPcapFileFromAgentRequest fields according to their type

func MustParseGetPcapFileFromAgentRequest_FieldPathValue added in v0.10.4

func MustParseGetPcapFileFromAgentRequest_FieldPathValue(pathStr, valueStr string) GetPcapFileFromAgentRequest_FieldPathValue

func ParseGetPcapFileFromAgentRequest_FieldPathValue added in v0.10.4

func ParseGetPcapFileFromAgentRequest_FieldPathValue(pathStr, valueStr string) (GetPcapFileFromAgentRequest_FieldPathValue, error)

type GetPcapFileFromAgentRequest_FieldTerminalPath added in v0.10.4

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

func (*GetPcapFileFromAgentRequest_FieldTerminalPath) ClearValue added in v0.10.4

func (*GetPcapFileFromAgentRequest_FieldTerminalPath) ClearValueRaw added in v0.10.4

func (*GetPcapFileFromAgentRequest_FieldTerminalPath) Get added in v0.10.4

func (fp *GetPcapFileFromAgentRequest_FieldTerminalPath) Get(source *GetPcapFileFromAgentRequest) (values []interface{})

Get returns all values pointed by specific field from source GetPcapFileFromAgentRequest

func (*GetPcapFileFromAgentRequest_FieldTerminalPath) GetDefault added in v0.10.4

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

GetDefault returns a default value of the field type

func (*GetPcapFileFromAgentRequest_FieldTerminalPath) GetRaw added in v0.10.4

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

func (*GetPcapFileFromAgentRequest_FieldTerminalPath) GetSingle added in v0.10.4

GetSingle returns value pointed by specific field of from source GetPcapFileFromAgentRequest

func (*GetPcapFileFromAgentRequest_FieldTerminalPath) GetSingleRaw added in v0.10.4

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

func (*GetPcapFileFromAgentRequest_FieldTerminalPath) IsLeaf added in v0.10.4

IsLeaf - whether field path is holds simple value

func (*GetPcapFileFromAgentRequest_FieldTerminalPath) JSONString added in v0.10.4

JSONString returns path representation is JSON convention

func (*GetPcapFileFromAgentRequest_FieldTerminalPath) Selector added in v0.10.4

func (*GetPcapFileFromAgentRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.10.4

func (*GetPcapFileFromAgentRequest_FieldTerminalPath) String added in v0.10.4

String returns path representation in proto convention

func (*GetPcapFileFromAgentRequest_FieldTerminalPath) WithIArrayItemValue added in v0.10.4

func (*GetPcapFileFromAgentRequest_FieldTerminalPath) WithIArrayOfValues added in v0.10.4

func (*GetPcapFileFromAgentRequest_FieldTerminalPath) WithIValue added in v0.10.4

func (*GetPcapFileFromAgentRequest_FieldTerminalPath) WithRawIArrayItemValue added in v0.10.4

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

func (*GetPcapFileFromAgentRequest_FieldTerminalPath) WithRawIArrayOfValues added in v0.10.4

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

func (*GetPcapFileFromAgentRequest_FieldTerminalPath) WithRawIValue added in v0.10.4

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

type GetPcapFileFromAgentRequest_FieldTerminalPathArrayItemValue added in v0.10.4

type GetPcapFileFromAgentRequest_FieldTerminalPathArrayItemValue struct {
	GetPcapFileFromAgentRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetPcapFileFromAgentRequest_FieldTerminalPathArrayItemValue) ContainsValue added in v0.10.4

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

func (*GetPcapFileFromAgentRequest_FieldTerminalPathArrayItemValue) GetRawItemValue added in v0.10.4

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

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

func (*GetPcapFileFromAgentRequest_FieldTerminalPathArrayItemValue) GetSingle added in v0.10.4

func (*GetPcapFileFromAgentRequest_FieldTerminalPathArrayItemValue) GetSingleRaw added in v0.10.4

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

type GetPcapFileFromAgentRequest_FieldTerminalPathArrayOfValues added in v0.10.4

type GetPcapFileFromAgentRequest_FieldTerminalPathArrayOfValues struct {
	GetPcapFileFromAgentRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetPcapFileFromAgentRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues added in v0.10.4

func (*GetPcapFileFromAgentRequest_FieldTerminalPathArrayOfValues) GetRawValues added in v0.10.4

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

type GetPcapFileFromAgentRequest_FieldTerminalPathValue added in v0.10.4

type GetPcapFileFromAgentRequest_FieldTerminalPathValue struct {
	GetPcapFileFromAgentRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetPcapFileFromAgentRequest_FieldTerminalPathValue) AsNameValue added in v0.10.4

func (*GetPcapFileFromAgentRequest_FieldTerminalPathValue) CompareWith added in v0.10.4

CompareWith compares value in the 'GetPcapFileFromAgentRequest_FieldTerminalPathValue' with the value under path in 'GetPcapFileFromAgentRequest'.

func (*GetPcapFileFromAgentRequest_FieldTerminalPathValue) CompareWithRaw added in v0.10.4

func (*GetPcapFileFromAgentRequest_FieldTerminalPathValue) GetRawValue added in v0.10.4

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

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

func (*GetPcapFileFromAgentRequest_FieldTerminalPathValue) SetTo added in v0.10.4

SetTo stores value for selected field for object GetPcapFileFromAgentRequest

func (*GetPcapFileFromAgentRequest_FieldTerminalPathValue) SetToRaw added in v0.10.4

type GetPcapFileInfoFromAgentDescriptor added in v0.10.8

type GetPcapFileInfoFromAgentDescriptor struct{}

func GetGetPcapFileInfoFromAgentDescriptor added in v0.10.8

func GetGetPcapFileInfoFromAgentDescriptor() *GetPcapFileInfoFromAgentDescriptor

func (*GetPcapFileInfoFromAgentDescriptor) GetApiDescriptor added in v0.10.8

func (*GetPcapFileInfoFromAgentDescriptor) GetApiName added in v0.10.8

func (*GetPcapFileInfoFromAgentDescriptor) GetClientMsgReflectHandle added in v0.10.8

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

func (*GetPcapFileInfoFromAgentDescriptor) GetFullMethodName added in v0.10.8

func (d *GetPcapFileInfoFromAgentDescriptor) GetFullMethodName() string

func (*GetPcapFileInfoFromAgentDescriptor) GetMethodName added in v0.10.8

func (d *GetPcapFileInfoFromAgentDescriptor) GetMethodName() string

func (*GetPcapFileInfoFromAgentDescriptor) GetProtoPkgName added in v0.10.8

func (d *GetPcapFileInfoFromAgentDescriptor) GetProtoPkgName() string

func (*GetPcapFileInfoFromAgentDescriptor) GetResourceDescriptor added in v0.10.8

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

func (*GetPcapFileInfoFromAgentDescriptor) GetServerMsgReflectHandle added in v0.10.8

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

func (*GetPcapFileInfoFromAgentDescriptor) GetServiceDomain added in v0.10.8

func (d *GetPcapFileInfoFromAgentDescriptor) GetServiceDomain() string

func (*GetPcapFileInfoFromAgentDescriptor) GetServiceVersion added in v0.10.8

func (d *GetPcapFileInfoFromAgentDescriptor) GetServiceVersion() string

func (*GetPcapFileInfoFromAgentDescriptor) GetVerb added in v0.10.8

func (*GetPcapFileInfoFromAgentDescriptor) HasResource added in v0.10.8

func (d *GetPcapFileInfoFromAgentDescriptor) HasResource() bool

func (*GetPcapFileInfoFromAgentDescriptor) IsClientStream added in v0.10.8

func (d *GetPcapFileInfoFromAgentDescriptor) IsClientStream() bool

func (*GetPcapFileInfoFromAgentDescriptor) IsCollection added in v0.10.8

func (d *GetPcapFileInfoFromAgentDescriptor) IsCollection() bool

func (*GetPcapFileInfoFromAgentDescriptor) IsPlural added in v0.10.8

func (*GetPcapFileInfoFromAgentDescriptor) IsServerStream added in v0.10.8

func (d *GetPcapFileInfoFromAgentDescriptor) IsServerStream() bool

func (*GetPcapFileInfoFromAgentDescriptor) IsUnary added in v0.10.8

func (*GetPcapFileInfoFromAgentDescriptor) NewEmptyClientMsg added in v0.10.8

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

func (*GetPcapFileInfoFromAgentDescriptor) NewEmptyServerMsg added in v0.10.8

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

func (*GetPcapFileInfoFromAgentDescriptor) RequestHasResourceBody added in v0.10.8

func (d *GetPcapFileInfoFromAgentDescriptor) RequestHasResourceBody() bool

type GetPcapFileInfoFromAgentDescriptorClientMsgHandle added in v0.10.8

type GetPcapFileInfoFromAgentDescriptorClientMsgHandle struct{}

func (*GetPcapFileInfoFromAgentDescriptorClientMsgHandle) ExtractCollectionName added in v0.10.8

func (*GetPcapFileInfoFromAgentDescriptorClientMsgHandle) ExtractResourceName added in v0.10.8

func (*GetPcapFileInfoFromAgentDescriptorClientMsgHandle) ExtractResourceNames added in v0.10.8

type GetPcapFileInfoFromAgentDescriptorServerMsgHandle added in v0.10.8

type GetPcapFileInfoFromAgentDescriptorServerMsgHandle struct{}

func (*GetPcapFileInfoFromAgentDescriptorServerMsgHandle) ExtractCollectionName added in v0.10.8

func (*GetPcapFileInfoFromAgentDescriptorServerMsgHandle) ExtractResourceName added in v0.10.8

func (*GetPcapFileInfoFromAgentDescriptorServerMsgHandle) ExtractResourceNames added in v0.10.8

type GetPcapFileInfoFromAgentRequest added in v0.10.8

type GetPcapFileInfoFromAgentRequest struct {

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

func (*GetPcapFileInfoFromAgentRequest) Clone added in v0.10.8

func (*GetPcapFileInfoFromAgentRequest) CloneRaw added in v0.10.8

func (*GetPcapFileInfoFromAgentRequest) Descriptor added in v0.10.8

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

Deprecated, Use GetPcapFileInfoFromAgentRequest.ProtoReflect.Descriptor instead.

func (*GetPcapFileInfoFromAgentRequest) GetName added in v0.10.8

func (*GetPcapFileInfoFromAgentRequest) GotenMessage added in v0.10.8

func (*GetPcapFileInfoFromAgentRequest) GotenMessage()

func (*GetPcapFileInfoFromAgentRequest) GotenObjectExt added in v0.10.8

func (o *GetPcapFileInfoFromAgentRequest) GotenObjectExt()

func (*GetPcapFileInfoFromAgentRequest) GotenValidate added in v0.10.8

func (obj *GetPcapFileInfoFromAgentRequest) GotenValidate() error

func (*GetPcapFileInfoFromAgentRequest) MakeDiffFieldMask added in v0.10.8

func (*GetPcapFileInfoFromAgentRequest) MakeFullFieldMask added in v0.10.8

func (*GetPcapFileInfoFromAgentRequest) MakeRawDiffFieldMask added in v0.10.8

func (*GetPcapFileInfoFromAgentRequest) MakeRawFullFieldMask added in v0.10.8

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

func (*GetPcapFileInfoFromAgentRequest) Marshal added in v0.10.8

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

func (*GetPcapFileInfoFromAgentRequest) MarshalJSON added in v0.10.8

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

func (*GetPcapFileInfoFromAgentRequest) Merge added in v0.10.8

func (*GetPcapFileInfoFromAgentRequest) MergeRaw added in v0.10.8

func (*GetPcapFileInfoFromAgentRequest) ProtoMessage added in v0.10.8

func (*GetPcapFileInfoFromAgentRequest) ProtoMessage()

func (*GetPcapFileInfoFromAgentRequest) ProtoReflect added in v0.10.8

func (*GetPcapFileInfoFromAgentRequest) Reset added in v0.10.8

func (*GetPcapFileInfoFromAgentRequest) SetName added in v0.10.8

func (*GetPcapFileInfoFromAgentRequest) String added in v0.10.8

func (*GetPcapFileInfoFromAgentRequest) Unmarshal added in v0.10.8

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

func (*GetPcapFileInfoFromAgentRequest) UnmarshalJSON added in v0.10.8

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

type GetPcapFileInfoFromAgentRequestFieldPathBuilder added in v0.10.8

type GetPcapFileInfoFromAgentRequestFieldPathBuilder struct{}

func NewGetPcapFileInfoFromAgentRequestFieldPathBuilder added in v0.10.8

func NewGetPcapFileInfoFromAgentRequestFieldPathBuilder() GetPcapFileInfoFromAgentRequestFieldPathBuilder

func (GetPcapFileInfoFromAgentRequestFieldPathBuilder) Name added in v0.10.8

type GetPcapFileInfoFromAgentRequestPathSelectorName added in v0.10.8

type GetPcapFileInfoFromAgentRequestPathSelectorName struct{}

func (GetPcapFileInfoFromAgentRequestPathSelectorName) FieldPath added in v0.10.8

func (GetPcapFileInfoFromAgentRequestPathSelectorName) WithArrayOfValues added in v0.10.8

func (GetPcapFileInfoFromAgentRequestPathSelectorName) WithValue added in v0.10.8

type GetPcapFileInfoFromAgentRequest_FieldMask added in v0.10.8

type GetPcapFileInfoFromAgentRequest_FieldMask struct {
	Paths []GetPcapFileInfoFromAgentRequest_FieldPath
}

func FullGetPcapFileInfoFromAgentRequest_FieldMask added in v0.10.8

func FullGetPcapFileInfoFromAgentRequest_FieldMask() *GetPcapFileInfoFromAgentRequest_FieldMask

func (*GetPcapFileInfoFromAgentRequest_FieldMask) AppendPath added in v0.10.8

func (*GetPcapFileInfoFromAgentRequest_FieldMask) AppendRawPath added in v0.10.8

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

func (*GetPcapFileInfoFromAgentRequest_FieldMask) DecodeFirestore added in v0.10.8

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

func (*GetPcapFileInfoFromAgentRequest_FieldMask) EncodeFirestore added in v0.10.8

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

firestore encoding/decoding integration

func (*GetPcapFileInfoFromAgentRequest_FieldMask) FilterInputFields added in v0.10.8

FilterInputFields generates copy of field paths with output_only field paths removed

func (*GetPcapFileInfoFromAgentRequest_FieldMask) FromProtoFieldMask added in v0.10.8

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

func (*GetPcapFileInfoFromAgentRequest_FieldMask) GetPaths added in v0.10.8

func (*GetPcapFileInfoFromAgentRequest_FieldMask) GetRawPaths added in v0.10.8

func (*GetPcapFileInfoFromAgentRequest_FieldMask) IsFull added in v0.10.8

func (fieldMask *GetPcapFileInfoFromAgentRequest_FieldMask) IsFull() bool

func (GetPcapFileInfoFromAgentRequest_FieldMask) Marshal added in v0.10.8

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

implement methods required by customType

func (GetPcapFileInfoFromAgentRequest_FieldMask) MarshalJSON added in v0.10.8

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

func (*GetPcapFileInfoFromAgentRequest_FieldMask) PathsCount added in v0.10.8

func (fieldMask *GetPcapFileInfoFromAgentRequest_FieldMask) PathsCount() int

func (*GetPcapFileInfoFromAgentRequest_FieldMask) Project added in v0.10.8

func (*GetPcapFileInfoFromAgentRequest_FieldMask) ProjectRaw added in v0.10.8

func (*GetPcapFileInfoFromAgentRequest_FieldMask) ProtoMessage added in v0.10.8

func (fieldMask *GetPcapFileInfoFromAgentRequest_FieldMask) ProtoMessage()

func (*GetPcapFileInfoFromAgentRequest_FieldMask) ProtoReflect added in v0.10.8

func (*GetPcapFileInfoFromAgentRequest_FieldMask) Reset added in v0.10.8

func (fieldMask *GetPcapFileInfoFromAgentRequest_FieldMask) Reset()

func (*GetPcapFileInfoFromAgentRequest_FieldMask) Set added in v0.10.8

func (*GetPcapFileInfoFromAgentRequest_FieldMask) SetFromCliFlag added in v0.10.8

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

func (*GetPcapFileInfoFromAgentRequest_FieldMask) SetRaw added in v0.10.8

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

func (*GetPcapFileInfoFromAgentRequest_FieldMask) Size added in v0.10.8

func (*GetPcapFileInfoFromAgentRequest_FieldMask) String added in v0.10.8

func (*GetPcapFileInfoFromAgentRequest_FieldMask) Subtract added in v0.10.8

func (*GetPcapFileInfoFromAgentRequest_FieldMask) SubtractRaw added in v0.10.8

func (*GetPcapFileInfoFromAgentRequest_FieldMask) ToProtoFieldMask added in v0.10.8

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

ToFieldMask is used for proto conversions

func (*GetPcapFileInfoFromAgentRequest_FieldMask) Unmarshal added in v0.10.8

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

func (*GetPcapFileInfoFromAgentRequest_FieldMask) UnmarshalJSON added in v0.10.8

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

type GetPcapFileInfoFromAgentRequest_FieldPath added in v0.10.8

type GetPcapFileInfoFromAgentRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() GetPcapFileInfoFromAgentRequest_FieldPathSelector
	Get(source *GetPcapFileInfoFromAgentRequest) []interface{}
	GetSingle(source *GetPcapFileInfoFromAgentRequest) (interface{}, bool)
	ClearValue(item *GetPcapFileInfoFromAgentRequest)

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

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

func BuildGetPcapFileInfoFromAgentRequest_FieldPath added in v0.10.8

func BuildGetPcapFileInfoFromAgentRequest_FieldPath(fp gotenobject.RawFieldPath) (GetPcapFileInfoFromAgentRequest_FieldPath, error)

func MustParseGetPcapFileInfoFromAgentRequest_FieldPath added in v0.10.8

func MustParseGetPcapFileInfoFromAgentRequest_FieldPath(rawField string) GetPcapFileInfoFromAgentRequest_FieldPath

func ParseGetPcapFileInfoFromAgentRequest_FieldPath added in v0.10.8

func ParseGetPcapFileInfoFromAgentRequest_FieldPath(rawField string) (GetPcapFileInfoFromAgentRequest_FieldPath, error)

type GetPcapFileInfoFromAgentRequest_FieldPathArrayItemValue added in v0.10.8

type GetPcapFileInfoFromAgentRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	GetPcapFileInfoFromAgentRequest_FieldPath
	ContainsValue(*GetPcapFileInfoFromAgentRequest) bool
}

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

func MustParseGetPcapFileInfoFromAgentRequest_FieldPathArrayItemValue added in v0.10.8

func MustParseGetPcapFileInfoFromAgentRequest_FieldPathArrayItemValue(pathStr, valueStr string) GetPcapFileInfoFromAgentRequest_FieldPathArrayItemValue

func ParseGetPcapFileInfoFromAgentRequest_FieldPathArrayItemValue added in v0.10.8

func ParseGetPcapFileInfoFromAgentRequest_FieldPathArrayItemValue(pathStr, valueStr string) (GetPcapFileInfoFromAgentRequest_FieldPathArrayItemValue, error)

ParseGetPcapFileInfoFromAgentRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type GetPcapFileInfoFromAgentRequest_FieldPathArrayOfValues added in v0.10.8

type GetPcapFileInfoFromAgentRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	GetPcapFileInfoFromAgentRequest_FieldPath
}

GetPcapFileInfoFromAgentRequest_FieldPathArrayOfValues allows storing slice of values for GetPcapFileInfoFromAgentRequest fields according to their type

func MustParseGetPcapFileInfoFromAgentRequest_FieldPathArrayOfValues added in v0.10.8

func MustParseGetPcapFileInfoFromAgentRequest_FieldPathArrayOfValues(pathStr, valuesStr string) GetPcapFileInfoFromAgentRequest_FieldPathArrayOfValues

func ParseGetPcapFileInfoFromAgentRequest_FieldPathArrayOfValues added in v0.10.8

func ParseGetPcapFileInfoFromAgentRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (GetPcapFileInfoFromAgentRequest_FieldPathArrayOfValues, error)

type GetPcapFileInfoFromAgentRequest_FieldPathSelector added in v0.10.8

type GetPcapFileInfoFromAgentRequest_FieldPathSelector int32
const (
	GetPcapFileInfoFromAgentRequest_FieldPathSelectorName GetPcapFileInfoFromAgentRequest_FieldPathSelector = 0
)

func (GetPcapFileInfoFromAgentRequest_FieldPathSelector) String added in v0.10.8

type GetPcapFileInfoFromAgentRequest_FieldPathValue added in v0.10.8

type GetPcapFileInfoFromAgentRequest_FieldPathValue interface {
	GetPcapFileInfoFromAgentRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **GetPcapFileInfoFromAgentRequest)
	CompareWith(*GetPcapFileInfoFromAgentRequest) (cmp int, comparable bool)
}

GetPcapFileInfoFromAgentRequest_FieldPathValue allows storing values for GetPcapFileInfoFromAgentRequest fields according to their type

func MustParseGetPcapFileInfoFromAgentRequest_FieldPathValue added in v0.10.8

func MustParseGetPcapFileInfoFromAgentRequest_FieldPathValue(pathStr, valueStr string) GetPcapFileInfoFromAgentRequest_FieldPathValue

func ParseGetPcapFileInfoFromAgentRequest_FieldPathValue added in v0.10.8

func ParseGetPcapFileInfoFromAgentRequest_FieldPathValue(pathStr, valueStr string) (GetPcapFileInfoFromAgentRequest_FieldPathValue, error)

type GetPcapFileInfoFromAgentRequest_FieldTerminalPath added in v0.10.8

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

func (*GetPcapFileInfoFromAgentRequest_FieldTerminalPath) ClearValue added in v0.10.8

func (*GetPcapFileInfoFromAgentRequest_FieldTerminalPath) ClearValueRaw added in v0.10.8

func (*GetPcapFileInfoFromAgentRequest_FieldTerminalPath) Get added in v0.10.8

Get returns all values pointed by specific field from source GetPcapFileInfoFromAgentRequest

func (*GetPcapFileInfoFromAgentRequest_FieldTerminalPath) GetDefault added in v0.10.8

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

GetDefault returns a default value of the field type

func (*GetPcapFileInfoFromAgentRequest_FieldTerminalPath) GetRaw added in v0.10.8

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

func (*GetPcapFileInfoFromAgentRequest_FieldTerminalPath) GetSingle added in v0.10.8

GetSingle returns value pointed by specific field of from source GetPcapFileInfoFromAgentRequest

func (*GetPcapFileInfoFromAgentRequest_FieldTerminalPath) GetSingleRaw added in v0.10.8

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

func (*GetPcapFileInfoFromAgentRequest_FieldTerminalPath) IsLeaf added in v0.10.8

IsLeaf - whether field path is holds simple value

func (*GetPcapFileInfoFromAgentRequest_FieldTerminalPath) JSONString added in v0.10.8

JSONString returns path representation is JSON convention

func (*GetPcapFileInfoFromAgentRequest_FieldTerminalPath) Selector added in v0.10.8

func (*GetPcapFileInfoFromAgentRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.10.8

func (*GetPcapFileInfoFromAgentRequest_FieldTerminalPath) String added in v0.10.8

String returns path representation in proto convention

func (*GetPcapFileInfoFromAgentRequest_FieldTerminalPath) WithIArrayItemValue added in v0.10.8

func (*GetPcapFileInfoFromAgentRequest_FieldTerminalPath) WithIArrayOfValues added in v0.10.8

func (*GetPcapFileInfoFromAgentRequest_FieldTerminalPath) WithIValue added in v0.10.8

func (*GetPcapFileInfoFromAgentRequest_FieldTerminalPath) WithRawIArrayItemValue added in v0.10.8

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

func (*GetPcapFileInfoFromAgentRequest_FieldTerminalPath) WithRawIArrayOfValues added in v0.10.8

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

func (*GetPcapFileInfoFromAgentRequest_FieldTerminalPath) WithRawIValue added in v0.10.8

type GetPcapFileInfoFromAgentRequest_FieldTerminalPathArrayItemValue added in v0.10.8

type GetPcapFileInfoFromAgentRequest_FieldTerminalPathArrayItemValue struct {
	GetPcapFileInfoFromAgentRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetPcapFileInfoFromAgentRequest_FieldTerminalPathArrayItemValue) ContainsValue added in v0.10.8

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

func (*GetPcapFileInfoFromAgentRequest_FieldTerminalPathArrayItemValue) GetRawItemValue added in v0.10.8

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

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

func (*GetPcapFileInfoFromAgentRequest_FieldTerminalPathArrayItemValue) GetSingle added in v0.10.8

func (*GetPcapFileInfoFromAgentRequest_FieldTerminalPathArrayItemValue) GetSingleRaw added in v0.10.8

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

type GetPcapFileInfoFromAgentRequest_FieldTerminalPathArrayOfValues added in v0.10.8

type GetPcapFileInfoFromAgentRequest_FieldTerminalPathArrayOfValues struct {
	GetPcapFileInfoFromAgentRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetPcapFileInfoFromAgentRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues added in v0.10.8

func (*GetPcapFileInfoFromAgentRequest_FieldTerminalPathArrayOfValues) GetRawValues added in v0.10.8

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

type GetPcapFileInfoFromAgentRequest_FieldTerminalPathValue added in v0.10.8

type GetPcapFileInfoFromAgentRequest_FieldTerminalPathValue struct {
	GetPcapFileInfoFromAgentRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetPcapFileInfoFromAgentRequest_FieldTerminalPathValue) AsNameValue added in v0.10.8

func (*GetPcapFileInfoFromAgentRequest_FieldTerminalPathValue) CompareWith added in v0.10.8

CompareWith compares value in the 'GetPcapFileInfoFromAgentRequest_FieldTerminalPathValue' with the value under path in 'GetPcapFileInfoFromAgentRequest'.

func (*GetPcapFileInfoFromAgentRequest_FieldTerminalPathValue) CompareWithRaw added in v0.10.8

func (*GetPcapFileInfoFromAgentRequest_FieldTerminalPathValue) GetRawValue added in v0.10.8

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

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

func (*GetPcapFileInfoFromAgentRequest_FieldTerminalPathValue) SetTo added in v0.10.8

SetTo stores value for selected field for object GetPcapFileInfoFromAgentRequest

func (*GetPcapFileInfoFromAgentRequest_FieldTerminalPathValue) SetToRaw added in v0.10.8

type GetPcapFileInfoFromAgentResponse added in v0.10.8

type GetPcapFileInfoFromAgentResponse struct {

	// Start time for the last packet capture
	StartTime *timestamp.Timestamp `protobuf:"bytes,1,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty" firestore:"startTime"`
	// End time for the last packet capture
	EndTime *timestamp.Timestamp `protobuf:"bytes,2,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty" firestore:"endTime"`
	// Size of the last packet capture file in bytes
	SizeBytes int64 `protobuf:"varint,3,opt,name=size_bytes,json=sizeBytes,proto3" json:"size_bytes,omitempty" firestore:"sizeBytes"`
	// contains filtered or unexported fields
}

func (*GetPcapFileInfoFromAgentResponse) Clone added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse) CloneRaw added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse) Descriptor added in v0.10.8

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

Deprecated, Use GetPcapFileInfoFromAgentResponse.ProtoReflect.Descriptor instead.

func (*GetPcapFileInfoFromAgentResponse) GetEndTime added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse) GetSizeBytes added in v0.10.8

func (m *GetPcapFileInfoFromAgentResponse) GetSizeBytes() int64

func (*GetPcapFileInfoFromAgentResponse) GetStartTime added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse) GotenMessage added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse) GotenMessage()

func (*GetPcapFileInfoFromAgentResponse) GotenObjectExt added in v0.10.8

func (o *GetPcapFileInfoFromAgentResponse) GotenObjectExt()

func (*GetPcapFileInfoFromAgentResponse) GotenValidate added in v0.10.8

func (obj *GetPcapFileInfoFromAgentResponse) GotenValidate() error

func (*GetPcapFileInfoFromAgentResponse) MakeDiffFieldMask added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse) MakeFullFieldMask added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse) MakeRawDiffFieldMask added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse) MakeRawFullFieldMask added in v0.10.8

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

func (*GetPcapFileInfoFromAgentResponse) Marshal added in v0.10.8

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

func (*GetPcapFileInfoFromAgentResponse) MarshalJSON added in v0.10.8

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

func (*GetPcapFileInfoFromAgentResponse) Merge added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse) MergeRaw added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse) ProtoMessage added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse) ProtoMessage()

func (*GetPcapFileInfoFromAgentResponse) ProtoReflect added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse) Reset added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse) SetEndTime added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse) SetSizeBytes added in v0.10.8

func (m *GetPcapFileInfoFromAgentResponse) SetSizeBytes(fv int64)

func (*GetPcapFileInfoFromAgentResponse) SetStartTime added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse) String added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse) Unmarshal added in v0.10.8

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

func (*GetPcapFileInfoFromAgentResponse) UnmarshalJSON added in v0.10.8

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

type GetPcapFileInfoFromAgentResponseFieldPathBuilder added in v0.10.8

type GetPcapFileInfoFromAgentResponseFieldPathBuilder struct{}

func NewGetPcapFileInfoFromAgentResponseFieldPathBuilder added in v0.10.8

func NewGetPcapFileInfoFromAgentResponseFieldPathBuilder() GetPcapFileInfoFromAgentResponseFieldPathBuilder

func (GetPcapFileInfoFromAgentResponseFieldPathBuilder) EndTime added in v0.10.8

func (GetPcapFileInfoFromAgentResponseFieldPathBuilder) SizeBytes added in v0.10.8

func (GetPcapFileInfoFromAgentResponseFieldPathBuilder) StartTime added in v0.10.8

type GetPcapFileInfoFromAgentResponsePathSelectorEndTime added in v0.10.8

type GetPcapFileInfoFromAgentResponsePathSelectorEndTime struct{}

func (GetPcapFileInfoFromAgentResponsePathSelectorEndTime) FieldPath added in v0.10.8

func (GetPcapFileInfoFromAgentResponsePathSelectorEndTime) WithArrayOfValues added in v0.10.8

func (GetPcapFileInfoFromAgentResponsePathSelectorEndTime) WithValue added in v0.10.8

type GetPcapFileInfoFromAgentResponsePathSelectorSizeBytes added in v0.10.8

type GetPcapFileInfoFromAgentResponsePathSelectorSizeBytes struct{}

func (GetPcapFileInfoFromAgentResponsePathSelectorSizeBytes) FieldPath added in v0.10.8

func (GetPcapFileInfoFromAgentResponsePathSelectorSizeBytes) WithArrayOfValues added in v0.10.8

func (GetPcapFileInfoFromAgentResponsePathSelectorSizeBytes) WithValue added in v0.10.8

type GetPcapFileInfoFromAgentResponsePathSelectorStartTime added in v0.10.8

type GetPcapFileInfoFromAgentResponsePathSelectorStartTime struct{}

func (GetPcapFileInfoFromAgentResponsePathSelectorStartTime) FieldPath added in v0.10.8

func (GetPcapFileInfoFromAgentResponsePathSelectorStartTime) WithArrayOfValues added in v0.10.8

func (GetPcapFileInfoFromAgentResponsePathSelectorStartTime) WithValue added in v0.10.8

type GetPcapFileInfoFromAgentResponse_FieldMask added in v0.10.8

type GetPcapFileInfoFromAgentResponse_FieldMask struct {
	Paths []GetPcapFileInfoFromAgentResponse_FieldPath
}

func FullGetPcapFileInfoFromAgentResponse_FieldMask added in v0.10.8

func FullGetPcapFileInfoFromAgentResponse_FieldMask() *GetPcapFileInfoFromAgentResponse_FieldMask

func (*GetPcapFileInfoFromAgentResponse_FieldMask) AppendPath added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse_FieldMask) AppendRawPath added in v0.10.8

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

func (*GetPcapFileInfoFromAgentResponse_FieldMask) DecodeFirestore added in v0.10.8

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

func (*GetPcapFileInfoFromAgentResponse_FieldMask) EncodeFirestore added in v0.10.8

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

firestore encoding/decoding integration

func (*GetPcapFileInfoFromAgentResponse_FieldMask) FilterInputFields added in v0.10.8

FilterInputFields generates copy of field paths with output_only field paths removed

func (*GetPcapFileInfoFromAgentResponse_FieldMask) FromProtoFieldMask added in v0.10.8

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

func (*GetPcapFileInfoFromAgentResponse_FieldMask) GetPaths added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse_FieldMask) GetRawPaths added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse_FieldMask) IsFull added in v0.10.8

func (GetPcapFileInfoFromAgentResponse_FieldMask) Marshal added in v0.10.8

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

implement methods required by customType

func (GetPcapFileInfoFromAgentResponse_FieldMask) MarshalJSON added in v0.10.8

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

func (*GetPcapFileInfoFromAgentResponse_FieldMask) PathsCount added in v0.10.8

func (fieldMask *GetPcapFileInfoFromAgentResponse_FieldMask) PathsCount() int

func (*GetPcapFileInfoFromAgentResponse_FieldMask) Project added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse_FieldMask) ProjectRaw added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse_FieldMask) ProtoMessage added in v0.10.8

func (fieldMask *GetPcapFileInfoFromAgentResponse_FieldMask) ProtoMessage()

func (*GetPcapFileInfoFromAgentResponse_FieldMask) ProtoReflect added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse_FieldMask) Reset added in v0.10.8

func (fieldMask *GetPcapFileInfoFromAgentResponse_FieldMask) Reset()

func (*GetPcapFileInfoFromAgentResponse_FieldMask) Set added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse_FieldMask) SetFromCliFlag added in v0.10.8

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

func (*GetPcapFileInfoFromAgentResponse_FieldMask) SetRaw added in v0.10.8

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

func (*GetPcapFileInfoFromAgentResponse_FieldMask) Size added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse_FieldMask) String added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse_FieldMask) Subtract added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse_FieldMask) SubtractRaw added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse_FieldMask) ToProtoFieldMask added in v0.10.8

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

ToFieldMask is used for proto conversions

func (*GetPcapFileInfoFromAgentResponse_FieldMask) Unmarshal added in v0.10.8

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

func (*GetPcapFileInfoFromAgentResponse_FieldMask) UnmarshalJSON added in v0.10.8

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

type GetPcapFileInfoFromAgentResponse_FieldPath added in v0.10.8

type GetPcapFileInfoFromAgentResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() GetPcapFileInfoFromAgentResponse_FieldPathSelector
	Get(source *GetPcapFileInfoFromAgentResponse) []interface{}
	GetSingle(source *GetPcapFileInfoFromAgentResponse) (interface{}, bool)
	ClearValue(item *GetPcapFileInfoFromAgentResponse)

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

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

func BuildGetPcapFileInfoFromAgentResponse_FieldPath added in v0.10.8

func BuildGetPcapFileInfoFromAgentResponse_FieldPath(fp gotenobject.RawFieldPath) (GetPcapFileInfoFromAgentResponse_FieldPath, error)

func MustParseGetPcapFileInfoFromAgentResponse_FieldPath added in v0.10.8

func MustParseGetPcapFileInfoFromAgentResponse_FieldPath(rawField string) GetPcapFileInfoFromAgentResponse_FieldPath

func ParseGetPcapFileInfoFromAgentResponse_FieldPath added in v0.10.8

func ParseGetPcapFileInfoFromAgentResponse_FieldPath(rawField string) (GetPcapFileInfoFromAgentResponse_FieldPath, error)

type GetPcapFileInfoFromAgentResponse_FieldPathArrayItemValue added in v0.10.8

type GetPcapFileInfoFromAgentResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	GetPcapFileInfoFromAgentResponse_FieldPath
	ContainsValue(*GetPcapFileInfoFromAgentResponse) bool
}

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

func MustParseGetPcapFileInfoFromAgentResponse_FieldPathArrayItemValue added in v0.10.8

func MustParseGetPcapFileInfoFromAgentResponse_FieldPathArrayItemValue(pathStr, valueStr string) GetPcapFileInfoFromAgentResponse_FieldPathArrayItemValue

func ParseGetPcapFileInfoFromAgentResponse_FieldPathArrayItemValue added in v0.10.8

func ParseGetPcapFileInfoFromAgentResponse_FieldPathArrayItemValue(pathStr, valueStr string) (GetPcapFileInfoFromAgentResponse_FieldPathArrayItemValue, error)

ParseGetPcapFileInfoFromAgentResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type GetPcapFileInfoFromAgentResponse_FieldPathArrayOfValues added in v0.10.8

type GetPcapFileInfoFromAgentResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	GetPcapFileInfoFromAgentResponse_FieldPath
}

GetPcapFileInfoFromAgentResponse_FieldPathArrayOfValues allows storing slice of values for GetPcapFileInfoFromAgentResponse fields according to their type

func MustParseGetPcapFileInfoFromAgentResponse_FieldPathArrayOfValues added in v0.10.8

func MustParseGetPcapFileInfoFromAgentResponse_FieldPathArrayOfValues(pathStr, valuesStr string) GetPcapFileInfoFromAgentResponse_FieldPathArrayOfValues

func ParseGetPcapFileInfoFromAgentResponse_FieldPathArrayOfValues added in v0.10.8

func ParseGetPcapFileInfoFromAgentResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (GetPcapFileInfoFromAgentResponse_FieldPathArrayOfValues, error)

type GetPcapFileInfoFromAgentResponse_FieldPathSelector added in v0.10.8

type GetPcapFileInfoFromAgentResponse_FieldPathSelector int32
const (
	GetPcapFileInfoFromAgentResponse_FieldPathSelectorStartTime GetPcapFileInfoFromAgentResponse_FieldPathSelector = 0
	GetPcapFileInfoFromAgentResponse_FieldPathSelectorEndTime   GetPcapFileInfoFromAgentResponse_FieldPathSelector = 1
	GetPcapFileInfoFromAgentResponse_FieldPathSelectorSizeBytes GetPcapFileInfoFromAgentResponse_FieldPathSelector = 2
)

func (GetPcapFileInfoFromAgentResponse_FieldPathSelector) String added in v0.10.8

type GetPcapFileInfoFromAgentResponse_FieldPathValue added in v0.10.8

type GetPcapFileInfoFromAgentResponse_FieldPathValue interface {
	GetPcapFileInfoFromAgentResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **GetPcapFileInfoFromAgentResponse)
	CompareWith(*GetPcapFileInfoFromAgentResponse) (cmp int, comparable bool)
}

GetPcapFileInfoFromAgentResponse_FieldPathValue allows storing values for GetPcapFileInfoFromAgentResponse fields according to their type

func MustParseGetPcapFileInfoFromAgentResponse_FieldPathValue added in v0.10.8

func MustParseGetPcapFileInfoFromAgentResponse_FieldPathValue(pathStr, valueStr string) GetPcapFileInfoFromAgentResponse_FieldPathValue

func ParseGetPcapFileInfoFromAgentResponse_FieldPathValue added in v0.10.8

func ParseGetPcapFileInfoFromAgentResponse_FieldPathValue(pathStr, valueStr string) (GetPcapFileInfoFromAgentResponse_FieldPathValue, error)

type GetPcapFileInfoFromAgentResponse_FieldTerminalPath added in v0.10.8

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

func (*GetPcapFileInfoFromAgentResponse_FieldTerminalPath) ClearValue added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse_FieldTerminalPath) ClearValueRaw added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse_FieldTerminalPath) Get added in v0.10.8

Get returns all values pointed by specific field from source GetPcapFileInfoFromAgentResponse

func (*GetPcapFileInfoFromAgentResponse_FieldTerminalPath) GetDefault added in v0.10.8

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

GetDefault returns a default value of the field type

func (*GetPcapFileInfoFromAgentResponse_FieldTerminalPath) GetRaw added in v0.10.8

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

func (*GetPcapFileInfoFromAgentResponse_FieldTerminalPath) GetSingle added in v0.10.8

GetSingle returns value pointed by specific field of from source GetPcapFileInfoFromAgentResponse

func (*GetPcapFileInfoFromAgentResponse_FieldTerminalPath) GetSingleRaw added in v0.10.8

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

func (*GetPcapFileInfoFromAgentResponse_FieldTerminalPath) IsLeaf added in v0.10.8

IsLeaf - whether field path is holds simple value

func (*GetPcapFileInfoFromAgentResponse_FieldTerminalPath) JSONString added in v0.10.8

JSONString returns path representation is JSON convention

func (*GetPcapFileInfoFromAgentResponse_FieldTerminalPath) Selector added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse_FieldTerminalPath) String added in v0.10.8

String returns path representation in proto convention

func (*GetPcapFileInfoFromAgentResponse_FieldTerminalPath) WithIArrayItemValue added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse_FieldTerminalPath) WithIArrayOfValues added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse_FieldTerminalPath) WithIValue added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse_FieldTerminalPath) WithRawIArrayItemValue added in v0.10.8

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

func (*GetPcapFileInfoFromAgentResponse_FieldTerminalPath) WithRawIArrayOfValues added in v0.10.8

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

func (*GetPcapFileInfoFromAgentResponse_FieldTerminalPath) WithRawIValue added in v0.10.8

type GetPcapFileInfoFromAgentResponse_FieldTerminalPathArrayItemValue added in v0.10.8

type GetPcapFileInfoFromAgentResponse_FieldTerminalPathArrayItemValue struct {
	GetPcapFileInfoFromAgentResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetPcapFileInfoFromAgentResponse_FieldTerminalPathArrayItemValue) ContainsValue added in v0.10.8

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

func (*GetPcapFileInfoFromAgentResponse_FieldTerminalPathArrayItemValue) GetRawItemValue added in v0.10.8

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

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

func (*GetPcapFileInfoFromAgentResponse_FieldTerminalPathArrayItemValue) GetSingle added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse_FieldTerminalPathArrayItemValue) GetSingleRaw added in v0.10.8

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

type GetPcapFileInfoFromAgentResponse_FieldTerminalPathArrayOfValues added in v0.10.8

type GetPcapFileInfoFromAgentResponse_FieldTerminalPathArrayOfValues struct {
	GetPcapFileInfoFromAgentResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetPcapFileInfoFromAgentResponse_FieldTerminalPathArrayOfValues) AsEndTimeArrayOfValues added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse_FieldTerminalPathArrayOfValues) AsSizeBytesArrayOfValues added in v0.10.8

func (fpaov *GetPcapFileInfoFromAgentResponse_FieldTerminalPathArrayOfValues) AsSizeBytesArrayOfValues() ([]int64, bool)

func (*GetPcapFileInfoFromAgentResponse_FieldTerminalPathArrayOfValues) AsStartTimeArrayOfValues added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse_FieldTerminalPathArrayOfValues) GetRawValues added in v0.10.8

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

type GetPcapFileInfoFromAgentResponse_FieldTerminalPathValue added in v0.10.8

type GetPcapFileInfoFromAgentResponse_FieldTerminalPathValue struct {
	GetPcapFileInfoFromAgentResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetPcapFileInfoFromAgentResponse_FieldTerminalPathValue) AsEndTimeValue added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse_FieldTerminalPathValue) AsSizeBytesValue added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse_FieldTerminalPathValue) AsStartTimeValue added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse_FieldTerminalPathValue) CompareWith added in v0.10.8

CompareWith compares value in the 'GetPcapFileInfoFromAgentResponse_FieldTerminalPathValue' with the value under path in 'GetPcapFileInfoFromAgentResponse'.

func (*GetPcapFileInfoFromAgentResponse_FieldTerminalPathValue) CompareWithRaw added in v0.10.8

func (*GetPcapFileInfoFromAgentResponse_FieldTerminalPathValue) GetRawValue added in v0.10.8

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

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

func (*GetPcapFileInfoFromAgentResponse_FieldTerminalPathValue) SetTo added in v0.10.8

SetTo stores value for selected field for object GetPcapFileInfoFromAgentResponse

func (*GetPcapFileInfoFromAgentResponse_FieldTerminalPathValue) SetToRaw added in v0.10.8

type GetPcapRequest

type GetPcapRequest struct {

	//  reference of ntt.watchdog.v1alpha2.Probe
	Probe *probe.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=probe,proto3" json:"probe,omitempty" firestore:"probe"`
	// Interval for which the pcap is required
	Interval *common.TimeInterval `protobuf:"bytes,2,opt,name=interval,proto3" json:"interval,omitempty" firestore:"interval"`
	// A positive number that is the maximum number of results to return. If
	// `page_size` is empty or more than 100,000 results, the effective
	// `page_size` is 100,000 results.
	PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"`
	// If this field is not empty then it must contain the `nextPageToken` value
	// returned by a previous call to this method.  Using this field causes the
	// method to return additional results from the previous method call.
	PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty" firestore:"pageToken"`
	// contains filtered or unexported fields
}

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

func (*GetPcapRequest) Clone

func (o *GetPcapRequest) Clone() *GetPcapRequest

func (*GetPcapRequest) CloneRaw

func (*GetPcapRequest) Descriptor

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

Deprecated, Use GetPcapRequest.ProtoReflect.Descriptor instead.

func (*GetPcapRequest) GetInterval

func (m *GetPcapRequest) GetInterval() *common.TimeInterval

func (*GetPcapRequest) GetPageSize

func (m *GetPcapRequest) GetPageSize() int32

func (*GetPcapRequest) GetPageToken

func (m *GetPcapRequest) GetPageToken() string

func (*GetPcapRequest) GetProbe

func (m *GetPcapRequest) GetProbe() *probe.Reference

func (*GetPcapRequest) GotenMessage

func (*GetPcapRequest) GotenMessage()

func (*GetPcapRequest) GotenObjectExt

func (o *GetPcapRequest) GotenObjectExt()

func (*GetPcapRequest) GotenValidate

func (obj *GetPcapRequest) GotenValidate() error

func (*GetPcapRequest) MakeDiffFieldMask

func (o *GetPcapRequest) MakeDiffFieldMask(other *GetPcapRequest) *GetPcapRequest_FieldMask

func (*GetPcapRequest) MakeFullFieldMask

func (o *GetPcapRequest) MakeFullFieldMask() *GetPcapRequest_FieldMask

func (*GetPcapRequest) MakeRawDiffFieldMask

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

func (*GetPcapRequest) MakeRawFullFieldMask

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

func (*GetPcapRequest) Marshal

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

func (*GetPcapRequest) MarshalJSON

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

func (*GetPcapRequest) Merge

func (o *GetPcapRequest) Merge(source *GetPcapRequest)

func (*GetPcapRequest) MergeRaw

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

func (*GetPcapRequest) ProtoMessage

func (*GetPcapRequest) ProtoMessage()

func (*GetPcapRequest) ProtoReflect

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

func (*GetPcapRequest) Reset

func (m *GetPcapRequest) Reset()

func (*GetPcapRequest) SetInterval

func (m *GetPcapRequest) SetInterval(fv *common.TimeInterval)

func (*GetPcapRequest) SetPageSize

func (m *GetPcapRequest) SetPageSize(fv int32)

func (*GetPcapRequest) SetPageToken

func (m *GetPcapRequest) SetPageToken(fv string)

func (*GetPcapRequest) SetProbe

func (m *GetPcapRequest) SetProbe(fv *probe.Reference)

func (*GetPcapRequest) String

func (m *GetPcapRequest) String() string

func (*GetPcapRequest) Unmarshal

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

func (*GetPcapRequest) UnmarshalJSON

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

type GetPcapRequestFieldPathBuilder

type GetPcapRequestFieldPathBuilder struct{}

func NewGetPcapRequestFieldPathBuilder

func NewGetPcapRequestFieldPathBuilder() GetPcapRequestFieldPathBuilder

func (GetPcapRequestFieldPathBuilder) Interval

func (GetPcapRequestFieldPathBuilder) PageSize

func (GetPcapRequestFieldPathBuilder) PageToken

func (GetPcapRequestFieldPathBuilder) Probe

type GetPcapRequestPathSelectorInterval

type GetPcapRequestPathSelectorInterval struct{}

func (GetPcapRequestPathSelectorInterval) EndTime

func (GetPcapRequestPathSelectorInterval) FieldPath

func (GetPcapRequestPathSelectorInterval) StartTime

func (GetPcapRequestPathSelectorInterval) WithArrayOfValues

func (GetPcapRequestPathSelectorInterval) WithSubArrayItemValue

func (GetPcapRequestPathSelectorInterval) WithSubArrayOfValues

func (GetPcapRequestPathSelectorInterval) WithSubPath

func (GetPcapRequestPathSelectorInterval) WithSubValue

func (GetPcapRequestPathSelectorInterval) WithValue

type GetPcapRequestPathSelectorIntervalEndTime

type GetPcapRequestPathSelectorIntervalEndTime struct{}

func (GetPcapRequestPathSelectorIntervalEndTime) FieldPath

func (GetPcapRequestPathSelectorIntervalEndTime) WithArrayOfValues

func (GetPcapRequestPathSelectorIntervalEndTime) WithValue

type GetPcapRequestPathSelectorIntervalStartTime

type GetPcapRequestPathSelectorIntervalStartTime struct{}

func (GetPcapRequestPathSelectorIntervalStartTime) FieldPath

func (GetPcapRequestPathSelectorIntervalStartTime) WithArrayOfValues

func (GetPcapRequestPathSelectorIntervalStartTime) WithValue

type GetPcapRequestPathSelectorPageSize

type GetPcapRequestPathSelectorPageSize struct{}

func (GetPcapRequestPathSelectorPageSize) FieldPath

func (GetPcapRequestPathSelectorPageSize) WithArrayOfValues

func (GetPcapRequestPathSelectorPageSize) WithValue

type GetPcapRequestPathSelectorPageToken

type GetPcapRequestPathSelectorPageToken struct{}

func (GetPcapRequestPathSelectorPageToken) FieldPath

func (GetPcapRequestPathSelectorPageToken) WithArrayOfValues

func (GetPcapRequestPathSelectorPageToken) WithValue

type GetPcapRequestPathSelectorProbe

type GetPcapRequestPathSelectorProbe struct{}

func (GetPcapRequestPathSelectorProbe) FieldPath

func (GetPcapRequestPathSelectorProbe) WithArrayOfValues

func (GetPcapRequestPathSelectorProbe) WithValue

type GetPcapRequest_FieldMask

type GetPcapRequest_FieldMask struct {
	Paths []GetPcapRequest_FieldPath
}

func FullGetPcapRequest_FieldMask

func FullGetPcapRequest_FieldMask() *GetPcapRequest_FieldMask

func (*GetPcapRequest_FieldMask) AppendPath

func (fieldMask *GetPcapRequest_FieldMask) AppendPath(path GetPcapRequest_FieldPath)

func (*GetPcapRequest_FieldMask) AppendRawPath

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

func (*GetPcapRequest_FieldMask) DecodeFirestore

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

func (*GetPcapRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*GetPcapRequest_FieldMask) FilterInputFields

func (fieldMask *GetPcapRequest_FieldMask) FilterInputFields() *GetPcapRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*GetPcapRequest_FieldMask) FromProtoFieldMask

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

func (*GetPcapRequest_FieldMask) GetPaths

func (fieldMask *GetPcapRequest_FieldMask) GetPaths() []GetPcapRequest_FieldPath

func (*GetPcapRequest_FieldMask) GetRawPaths

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

func (*GetPcapRequest_FieldMask) IsFull

func (fieldMask *GetPcapRequest_FieldMask) IsFull() bool

func (GetPcapRequest_FieldMask) Marshal

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

implement methods required by customType

func (GetPcapRequest_FieldMask) MarshalJSON

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

func (*GetPcapRequest_FieldMask) PathsCount

func (fieldMask *GetPcapRequest_FieldMask) PathsCount() int

func (*GetPcapRequest_FieldMask) Project

func (fieldMask *GetPcapRequest_FieldMask) Project(source *GetPcapRequest) *GetPcapRequest

func (*GetPcapRequest_FieldMask) ProjectRaw

func (*GetPcapRequest_FieldMask) ProtoMessage

func (fieldMask *GetPcapRequest_FieldMask) ProtoMessage()

func (*GetPcapRequest_FieldMask) ProtoReflect

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

func (*GetPcapRequest_FieldMask) Reset

func (fieldMask *GetPcapRequest_FieldMask) Reset()

func (*GetPcapRequest_FieldMask) Set

func (fieldMask *GetPcapRequest_FieldMask) Set(target, source *GetPcapRequest)

func (*GetPcapRequest_FieldMask) SetFromCliFlag

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

func (*GetPcapRequest_FieldMask) SetRaw

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

func (*GetPcapRequest_FieldMask) Size

func (fieldMask *GetPcapRequest_FieldMask) Size() int

func (*GetPcapRequest_FieldMask) String

func (fieldMask *GetPcapRequest_FieldMask) String() string

func (*GetPcapRequest_FieldMask) Subtract

func (*GetPcapRequest_FieldMask) SubtractRaw

func (fieldMask *GetPcapRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask

func (*GetPcapRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*GetPcapRequest_FieldMask) Unmarshal

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

func (*GetPcapRequest_FieldMask) UnmarshalJSON

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

type GetPcapRequest_FieldPath

type GetPcapRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() GetPcapRequest_FieldPathSelector
	Get(source *GetPcapRequest) []interface{}
	GetSingle(source *GetPcapRequest) (interface{}, bool)
	ClearValue(item *GetPcapRequest)

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

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

func MustParseGetPcapRequest_FieldPath

func MustParseGetPcapRequest_FieldPath(rawField string) GetPcapRequest_FieldPath

func ParseGetPcapRequest_FieldPath

func ParseGetPcapRequest_FieldPath(rawField string) (GetPcapRequest_FieldPath, error)

type GetPcapRequest_FieldPathArrayItemValue

type GetPcapRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	GetPcapRequest_FieldPath
	ContainsValue(*GetPcapRequest) bool
}

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

func MustParseGetPcapRequest_FieldPathArrayItemValue

func MustParseGetPcapRequest_FieldPathArrayItemValue(pathStr, valueStr string) GetPcapRequest_FieldPathArrayItemValue

func ParseGetPcapRequest_FieldPathArrayItemValue

func ParseGetPcapRequest_FieldPathArrayItemValue(pathStr, valueStr string) (GetPcapRequest_FieldPathArrayItemValue, error)

ParseGetPcapRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type GetPcapRequest_FieldPathArrayOfValues

type GetPcapRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	GetPcapRequest_FieldPath
}

GetPcapRequest_FieldPathArrayOfValues allows storing slice of values for GetPcapRequest fields according to their type

func MustParseGetPcapRequest_FieldPathArrayOfValues

func MustParseGetPcapRequest_FieldPathArrayOfValues(pathStr, valuesStr string) GetPcapRequest_FieldPathArrayOfValues

func ParseGetPcapRequest_FieldPathArrayOfValues

func ParseGetPcapRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (GetPcapRequest_FieldPathArrayOfValues, error)

type GetPcapRequest_FieldPathSelector

type GetPcapRequest_FieldPathSelector int32
const (
	GetPcapRequest_FieldPathSelectorProbe     GetPcapRequest_FieldPathSelector = 0
	GetPcapRequest_FieldPathSelectorInterval  GetPcapRequest_FieldPathSelector = 1
	GetPcapRequest_FieldPathSelectorPageSize  GetPcapRequest_FieldPathSelector = 2
	GetPcapRequest_FieldPathSelectorPageToken GetPcapRequest_FieldPathSelector = 3
)

func (GetPcapRequest_FieldPathSelector) String

type GetPcapRequest_FieldPathValue

type GetPcapRequest_FieldPathValue interface {
	GetPcapRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **GetPcapRequest)
	CompareWith(*GetPcapRequest) (cmp int, comparable bool)
}

GetPcapRequest_FieldPathValue allows storing values for GetPcapRequest fields according to their type

func MustParseGetPcapRequest_FieldPathValue

func MustParseGetPcapRequest_FieldPathValue(pathStr, valueStr string) GetPcapRequest_FieldPathValue

func ParseGetPcapRequest_FieldPathValue

func ParseGetPcapRequest_FieldPathValue(pathStr, valueStr string) (GetPcapRequest_FieldPathValue, error)

type GetPcapRequest_FieldSubPath

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

func (*GetPcapRequest_FieldSubPath) AsIntervalSubPath

func (fps *GetPcapRequest_FieldSubPath) AsIntervalSubPath() (common.TimeInterval_FieldPath, bool)

func (*GetPcapRequest_FieldSubPath) ClearValue

func (fps *GetPcapRequest_FieldSubPath) ClearValue(item *GetPcapRequest)

func (*GetPcapRequest_FieldSubPath) ClearValueRaw

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

func (*GetPcapRequest_FieldSubPath) Get

func (fps *GetPcapRequest_FieldSubPath) Get(source *GetPcapRequest) (values []interface{})

Get returns all values pointed by selected field from source GetPcapRequest

func (*GetPcapRequest_FieldSubPath) GetDefault

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

GetDefault returns a default value of the field type

func (*GetPcapRequest_FieldSubPath) GetRaw

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

func (*GetPcapRequest_FieldSubPath) GetSingle

func (fps *GetPcapRequest_FieldSubPath) GetSingle(source *GetPcapRequest) (interface{}, bool)

GetSingle returns value of selected field from source GetPcapRequest

func (*GetPcapRequest_FieldSubPath) GetSingleRaw

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

func (*GetPcapRequest_FieldSubPath) IsLeaf

func (fps *GetPcapRequest_FieldSubPath) IsLeaf() bool

IsLeaf - whether field path is holds simple value

func (*GetPcapRequest_FieldSubPath) JSONString

func (fps *GetPcapRequest_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*GetPcapRequest_FieldSubPath) Selector

func (*GetPcapRequest_FieldSubPath) SplitIntoTerminalIPaths

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

func (*GetPcapRequest_FieldSubPath) String

func (fps *GetPcapRequest_FieldSubPath) String() string

String returns path representation in proto convention

func (*GetPcapRequest_FieldSubPath) WithIArrayItemValue

func (fps *GetPcapRequest_FieldSubPath) WithIArrayItemValue(value interface{}) GetPcapRequest_FieldPathArrayItemValue

func (*GetPcapRequest_FieldSubPath) WithIArrayOfValues

func (fps *GetPcapRequest_FieldSubPath) WithIArrayOfValues(values interface{}) GetPcapRequest_FieldPathArrayOfValues

func (*GetPcapRequest_FieldSubPath) WithIValue

func (fps *GetPcapRequest_FieldSubPath) WithIValue(value interface{}) GetPcapRequest_FieldPathValue

func (*GetPcapRequest_FieldSubPath) WithRawIArrayItemValue

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

func (*GetPcapRequest_FieldSubPath) WithRawIArrayOfValues

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

func (*GetPcapRequest_FieldSubPath) WithRawIValue

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

type GetPcapRequest_FieldSubPathArrayItemValue

type GetPcapRequest_FieldSubPathArrayItemValue struct {
	GetPcapRequest_FieldPath
	// contains filtered or unexported fields
}

func (*GetPcapRequest_FieldSubPathArrayItemValue) AsIntervalPathItemValue

func (*GetPcapRequest_FieldSubPathArrayItemValue) ContainsValue

func (fpaivs *GetPcapRequest_FieldSubPathArrayItemValue) ContainsValue(source *GetPcapRequest) bool

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

func (*GetPcapRequest_FieldSubPathArrayItemValue) GetRawItemValue

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

GetRawValue returns stored array item value

type GetPcapRequest_FieldSubPathArrayOfValues

type GetPcapRequest_FieldSubPathArrayOfValues struct {
	GetPcapRequest_FieldPath
	// contains filtered or unexported fields
}

func (*GetPcapRequest_FieldSubPathArrayOfValues) AsIntervalPathArrayOfValues

func (*GetPcapRequest_FieldSubPathArrayOfValues) GetRawValues

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

type GetPcapRequest_FieldSubPathValue

type GetPcapRequest_FieldSubPathValue struct {
	GetPcapRequest_FieldPath
	// contains filtered or unexported fields
}

func (*GetPcapRequest_FieldSubPathValue) AsIntervalPathValue

func (*GetPcapRequest_FieldSubPathValue) CompareWith

func (fpvs *GetPcapRequest_FieldSubPathValue) CompareWith(source *GetPcapRequest) (int, bool)

func (*GetPcapRequest_FieldSubPathValue) CompareWithRaw

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

func (*GetPcapRequest_FieldSubPathValue) GetRawValue

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

func (*GetPcapRequest_FieldSubPathValue) SetTo

func (fpvs *GetPcapRequest_FieldSubPathValue) SetTo(target **GetPcapRequest)

func (*GetPcapRequest_FieldSubPathValue) SetToRaw

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

type GetPcapRequest_FieldTerminalPath

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

func (*GetPcapRequest_FieldTerminalPath) ClearValue

func (fp *GetPcapRequest_FieldTerminalPath) ClearValue(item *GetPcapRequest)

func (*GetPcapRequest_FieldTerminalPath) ClearValueRaw

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

func (*GetPcapRequest_FieldTerminalPath) Get

func (fp *GetPcapRequest_FieldTerminalPath) Get(source *GetPcapRequest) (values []interface{})

Get returns all values pointed by specific field from source GetPcapRequest

func (*GetPcapRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*GetPcapRequest_FieldTerminalPath) GetRaw

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

func (*GetPcapRequest_FieldTerminalPath) GetSingle

func (fp *GetPcapRequest_FieldTerminalPath) GetSingle(source *GetPcapRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source GetPcapRequest

func (*GetPcapRequest_FieldTerminalPath) GetSingleRaw

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

func (*GetPcapRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*GetPcapRequest_FieldTerminalPath) JSONString

func (fp *GetPcapRequest_FieldTerminalPath) JSONString() string

JSONString returns path representation is JSON convention

func (*GetPcapRequest_FieldTerminalPath) Selector

func (*GetPcapRequest_FieldTerminalPath) SplitIntoTerminalIPaths

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

func (*GetPcapRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*GetPcapRequest_FieldTerminalPath) WithIArrayItemValue

func (fp *GetPcapRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) GetPcapRequest_FieldPathArrayItemValue

func (*GetPcapRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *GetPcapRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) GetPcapRequest_FieldPathArrayOfValues

func (*GetPcapRequest_FieldTerminalPath) WithIValue

func (fp *GetPcapRequest_FieldTerminalPath) WithIValue(value interface{}) GetPcapRequest_FieldPathValue

func (*GetPcapRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*GetPcapRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*GetPcapRequest_FieldTerminalPath) WithRawIValue

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

type GetPcapRequest_FieldTerminalPathArrayItemValue

type GetPcapRequest_FieldTerminalPathArrayItemValue struct {
	GetPcapRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetPcapRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*GetPcapRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*GetPcapRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *GetPcapRequest_FieldTerminalPathArrayItemValue) GetSingle(source *GetPcapRequest) (interface{}, bool)

func (*GetPcapRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type GetPcapRequest_FieldTerminalPathArrayOfValues

type GetPcapRequest_FieldTerminalPathArrayOfValues struct {
	GetPcapRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetPcapRequest_FieldTerminalPathArrayOfValues) AsIntervalArrayOfValues

func (fpaov *GetPcapRequest_FieldTerminalPathArrayOfValues) AsIntervalArrayOfValues() ([]*common.TimeInterval, bool)

func (*GetPcapRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

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

func (*GetPcapRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (fpaov *GetPcapRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]string, bool)

func (*GetPcapRequest_FieldTerminalPathArrayOfValues) AsProbeArrayOfValues

func (fpaov *GetPcapRequest_FieldTerminalPathArrayOfValues) AsProbeArrayOfValues() ([]*probe.Reference, bool)

func (*GetPcapRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type GetPcapRequest_FieldTerminalPathValue

type GetPcapRequest_FieldTerminalPathValue struct {
	GetPcapRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetPcapRequest_FieldTerminalPathValue) AsIntervalValue

func (*GetPcapRequest_FieldTerminalPathValue) AsPageSizeValue

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

func (*GetPcapRequest_FieldTerminalPathValue) AsPageTokenValue

func (fpv *GetPcapRequest_FieldTerminalPathValue) AsPageTokenValue() (string, bool)

func (*GetPcapRequest_FieldTerminalPathValue) AsProbeValue

func (*GetPcapRequest_FieldTerminalPathValue) CompareWith

func (fpv *GetPcapRequest_FieldTerminalPathValue) CompareWith(source *GetPcapRequest) (int, bool)

CompareWith compares value in the 'GetPcapRequest_FieldTerminalPathValue' with the value under path in 'GetPcapRequest'.

func (*GetPcapRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*GetPcapRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*GetPcapRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object GetPcapRequest

func (*GetPcapRequest_FieldTerminalPathValue) SetToRaw

func (fpv *GetPcapRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)

type GetPcapResponse

type GetPcapResponse struct {
	PcapBytes []byte `protobuf:"bytes,1,opt,name=pcap_bytes,json=pcapBytes,proto3" json:"pcap_bytes,omitempty" firestore:"pcapBytes"`
	// contains filtered or unexported fields
}

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

func (*GetPcapResponse) Clone

func (o *GetPcapResponse) Clone() *GetPcapResponse

func (*GetPcapResponse) CloneRaw

func (*GetPcapResponse) Descriptor

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

Deprecated, Use GetPcapResponse.ProtoReflect.Descriptor instead.

func (*GetPcapResponse) GetPcapBytes

func (m *GetPcapResponse) GetPcapBytes() []byte

func (*GetPcapResponse) GotenMessage

func (*GetPcapResponse) GotenMessage()

func (*GetPcapResponse) GotenObjectExt

func (o *GetPcapResponse) GotenObjectExt()

func (*GetPcapResponse) GotenValidate

func (obj *GetPcapResponse) GotenValidate() error

func (*GetPcapResponse) MakeDiffFieldMask

func (o *GetPcapResponse) MakeDiffFieldMask(other *GetPcapResponse) *GetPcapResponse_FieldMask

func (*GetPcapResponse) MakeFullFieldMask

func (o *GetPcapResponse) MakeFullFieldMask() *GetPcapResponse_FieldMask

func (*GetPcapResponse) MakeRawDiffFieldMask

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

func (*GetPcapResponse) MakeRawFullFieldMask

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

func (*GetPcapResponse) Marshal

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

func (*GetPcapResponse) MarshalJSON

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

func (*GetPcapResponse) Merge

func (o *GetPcapResponse) Merge(source *GetPcapResponse)

func (*GetPcapResponse) MergeRaw

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

func (*GetPcapResponse) ProtoMessage

func (*GetPcapResponse) ProtoMessage()

func (*GetPcapResponse) ProtoReflect

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

func (*GetPcapResponse) Reset

func (m *GetPcapResponse) Reset()

func (*GetPcapResponse) SetPcapBytes

func (m *GetPcapResponse) SetPcapBytes(fv []byte)

func (*GetPcapResponse) String

func (m *GetPcapResponse) String() string

func (*GetPcapResponse) Unmarshal

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

func (*GetPcapResponse) UnmarshalJSON

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

type GetPcapResponseFieldPathBuilder

type GetPcapResponseFieldPathBuilder struct{}

func NewGetPcapResponseFieldPathBuilder

func NewGetPcapResponseFieldPathBuilder() GetPcapResponseFieldPathBuilder

func (GetPcapResponseFieldPathBuilder) PcapBytes

type GetPcapResponsePathSelectorPcapBytes

type GetPcapResponsePathSelectorPcapBytes struct{}

func (GetPcapResponsePathSelectorPcapBytes) FieldPath

func (GetPcapResponsePathSelectorPcapBytes) WithArrayOfValues

func (GetPcapResponsePathSelectorPcapBytes) WithValue

type GetPcapResponse_FieldMask

type GetPcapResponse_FieldMask struct {
	Paths []GetPcapResponse_FieldPath
}

func FullGetPcapResponse_FieldMask

func FullGetPcapResponse_FieldMask() *GetPcapResponse_FieldMask

func (*GetPcapResponse_FieldMask) AppendPath

func (fieldMask *GetPcapResponse_FieldMask) AppendPath(path GetPcapResponse_FieldPath)

func (*GetPcapResponse_FieldMask) AppendRawPath

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

func (*GetPcapResponse_FieldMask) DecodeFirestore

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

func (*GetPcapResponse_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*GetPcapResponse_FieldMask) FilterInputFields

func (fieldMask *GetPcapResponse_FieldMask) FilterInputFields() *GetPcapResponse_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*GetPcapResponse_FieldMask) FromProtoFieldMask

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

func (*GetPcapResponse_FieldMask) GetPaths

func (fieldMask *GetPcapResponse_FieldMask) GetPaths() []GetPcapResponse_FieldPath

func (*GetPcapResponse_FieldMask) GetRawPaths

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

func (*GetPcapResponse_FieldMask) IsFull

func (fieldMask *GetPcapResponse_FieldMask) IsFull() bool

func (GetPcapResponse_FieldMask) Marshal

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

implement methods required by customType

func (GetPcapResponse_FieldMask) MarshalJSON

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

func (*GetPcapResponse_FieldMask) PathsCount

func (fieldMask *GetPcapResponse_FieldMask) PathsCount() int

func (*GetPcapResponse_FieldMask) Project

func (fieldMask *GetPcapResponse_FieldMask) Project(source *GetPcapResponse) *GetPcapResponse

func (*GetPcapResponse_FieldMask) ProjectRaw

func (*GetPcapResponse_FieldMask) ProtoMessage

func (fieldMask *GetPcapResponse_FieldMask) ProtoMessage()

func (*GetPcapResponse_FieldMask) ProtoReflect

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

func (*GetPcapResponse_FieldMask) Reset

func (fieldMask *GetPcapResponse_FieldMask) Reset()

func (*GetPcapResponse_FieldMask) Set

func (fieldMask *GetPcapResponse_FieldMask) Set(target, source *GetPcapResponse)

func (*GetPcapResponse_FieldMask) SetFromCliFlag

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

func (*GetPcapResponse_FieldMask) SetRaw

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

func (*GetPcapResponse_FieldMask) Size

func (fieldMask *GetPcapResponse_FieldMask) Size() int

func (*GetPcapResponse_FieldMask) String

func (fieldMask *GetPcapResponse_FieldMask) String() string

func (*GetPcapResponse_FieldMask) Subtract

func (*GetPcapResponse_FieldMask) SubtractRaw

func (*GetPcapResponse_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*GetPcapResponse_FieldMask) Unmarshal

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

func (*GetPcapResponse_FieldMask) UnmarshalJSON

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

type GetPcapResponse_FieldPath

type GetPcapResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() GetPcapResponse_FieldPathSelector
	Get(source *GetPcapResponse) []interface{}
	GetSingle(source *GetPcapResponse) (interface{}, bool)
	ClearValue(item *GetPcapResponse)

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

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

func MustParseGetPcapResponse_FieldPath

func MustParseGetPcapResponse_FieldPath(rawField string) GetPcapResponse_FieldPath

func ParseGetPcapResponse_FieldPath

func ParseGetPcapResponse_FieldPath(rawField string) (GetPcapResponse_FieldPath, error)

type GetPcapResponse_FieldPathArrayItemValue

type GetPcapResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	GetPcapResponse_FieldPath
	ContainsValue(*GetPcapResponse) bool
}

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

func MustParseGetPcapResponse_FieldPathArrayItemValue

func MustParseGetPcapResponse_FieldPathArrayItemValue(pathStr, valueStr string) GetPcapResponse_FieldPathArrayItemValue

func ParseGetPcapResponse_FieldPathArrayItemValue

func ParseGetPcapResponse_FieldPathArrayItemValue(pathStr, valueStr string) (GetPcapResponse_FieldPathArrayItemValue, error)

ParseGetPcapResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type GetPcapResponse_FieldPathArrayOfValues

type GetPcapResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	GetPcapResponse_FieldPath
}

GetPcapResponse_FieldPathArrayOfValues allows storing slice of values for GetPcapResponse fields according to their type

func MustParseGetPcapResponse_FieldPathArrayOfValues

func MustParseGetPcapResponse_FieldPathArrayOfValues(pathStr, valuesStr string) GetPcapResponse_FieldPathArrayOfValues

func ParseGetPcapResponse_FieldPathArrayOfValues

func ParseGetPcapResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (GetPcapResponse_FieldPathArrayOfValues, error)

type GetPcapResponse_FieldPathSelector

type GetPcapResponse_FieldPathSelector int32
const (
	GetPcapResponse_FieldPathSelectorPcapBytes GetPcapResponse_FieldPathSelector = 0
)

func (GetPcapResponse_FieldPathSelector) String

type GetPcapResponse_FieldPathValue

type GetPcapResponse_FieldPathValue interface {
	GetPcapResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **GetPcapResponse)
	CompareWith(*GetPcapResponse) (cmp int, comparable bool)
}

GetPcapResponse_FieldPathValue allows storing values for GetPcapResponse fields according to their type

func MustParseGetPcapResponse_FieldPathValue

func MustParseGetPcapResponse_FieldPathValue(pathStr, valueStr string) GetPcapResponse_FieldPathValue

func ParseGetPcapResponse_FieldPathValue

func ParseGetPcapResponse_FieldPathValue(pathStr, valueStr string) (GetPcapResponse_FieldPathValue, error)

type GetPcapResponse_FieldTerminalPath

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

func (*GetPcapResponse_FieldTerminalPath) ClearValue

func (fp *GetPcapResponse_FieldTerminalPath) ClearValue(item *GetPcapResponse)

func (*GetPcapResponse_FieldTerminalPath) ClearValueRaw

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

func (*GetPcapResponse_FieldTerminalPath) Get

func (fp *GetPcapResponse_FieldTerminalPath) Get(source *GetPcapResponse) (values []interface{})

Get returns all values pointed by specific field from source GetPcapResponse

func (*GetPcapResponse_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*GetPcapResponse_FieldTerminalPath) GetRaw

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

func (*GetPcapResponse_FieldTerminalPath) GetSingle

func (fp *GetPcapResponse_FieldTerminalPath) GetSingle(source *GetPcapResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source GetPcapResponse

func (*GetPcapResponse_FieldTerminalPath) GetSingleRaw

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

func (*GetPcapResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*GetPcapResponse_FieldTerminalPath) JSONString

func (fp *GetPcapResponse_FieldTerminalPath) JSONString() string

JSONString returns path representation is JSON convention

func (*GetPcapResponse_FieldTerminalPath) Selector

func (*GetPcapResponse_FieldTerminalPath) SplitIntoTerminalIPaths

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

func (*GetPcapResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*GetPcapResponse_FieldTerminalPath) WithIArrayItemValue

func (fp *GetPcapResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) GetPcapResponse_FieldPathArrayItemValue

func (*GetPcapResponse_FieldTerminalPath) WithIArrayOfValues

func (fp *GetPcapResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) GetPcapResponse_FieldPathArrayOfValues

func (*GetPcapResponse_FieldTerminalPath) WithIValue

func (fp *GetPcapResponse_FieldTerminalPath) WithIValue(value interface{}) GetPcapResponse_FieldPathValue

func (*GetPcapResponse_FieldTerminalPath) WithRawIArrayItemValue

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

func (*GetPcapResponse_FieldTerminalPath) WithRawIArrayOfValues

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

func (*GetPcapResponse_FieldTerminalPath) WithRawIValue

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

type GetPcapResponse_FieldTerminalPathArrayItemValue

type GetPcapResponse_FieldTerminalPathArrayItemValue struct {
	GetPcapResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetPcapResponse_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*GetPcapResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*GetPcapResponse_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *GetPcapResponse_FieldTerminalPathArrayItemValue) GetSingle(source *GetPcapResponse) (interface{}, bool)

func (*GetPcapResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type GetPcapResponse_FieldTerminalPathArrayOfValues

type GetPcapResponse_FieldTerminalPathArrayOfValues struct {
	GetPcapResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetPcapResponse_FieldTerminalPathArrayOfValues) AsPcapBytesArrayOfValues

func (fpaov *GetPcapResponse_FieldTerminalPathArrayOfValues) AsPcapBytesArrayOfValues() ([][]byte, bool)

func (*GetPcapResponse_FieldTerminalPathArrayOfValues) GetRawValues

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

type GetPcapResponse_FieldTerminalPathValue

type GetPcapResponse_FieldTerminalPathValue struct {
	GetPcapResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetPcapResponse_FieldTerminalPathValue) AsPcapBytesValue

func (fpv *GetPcapResponse_FieldTerminalPathValue) AsPcapBytesValue() ([]byte, bool)

func (*GetPcapResponse_FieldTerminalPathValue) CompareWith

func (fpv *GetPcapResponse_FieldTerminalPathValue) CompareWith(source *GetPcapResponse) (int, bool)

CompareWith compares value in the 'GetPcapResponse_FieldTerminalPathValue' with the value under path in 'GetPcapResponse'.

func (*GetPcapResponse_FieldTerminalPathValue) CompareWithRaw

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

func (*GetPcapResponse_FieldTerminalPathValue) GetRawValue

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

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

func (*GetPcapResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object GetPcapResponse

func (*GetPcapResponse_FieldTerminalPathValue) SetToRaw

type PcapServiceClient

type PcapServiceClient interface {
	ReportPcap(ctx context.Context, in *ReportPcapRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	GetPcap(ctx context.Context, in *GetPcapRequest, opts ...grpc.CallOption) (*GetPcapResponse, error)
	GetPcapFileFromAgent(ctx context.Context, in *GetPcapFileFromAgentRequest, opts ...grpc.CallOption) (GetPcapFileFromAgentClientStream, error)
	GetPcapFileInfoFromAgent(ctx context.Context, in *GetPcapFileInfoFromAgentRequest, opts ...grpc.CallOption) (*GetPcapFileInfoFromAgentResponse, error)
	CheckPcapIsRunning(ctx context.Context, in *CheckPcapIsRunningRequest, opts ...grpc.CallOption) (*CheckPcapIsRunningResponse, error)
}

PcapServiceClient is the client API for PcapService.

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

type PcapServiceDescriptor

type PcapServiceDescriptor struct{}

func GetPcapServiceDescriptor

func GetPcapServiceDescriptor() *PcapServiceDescriptor

func (*PcapServiceDescriptor) AllMethodDescriptors

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

func (*PcapServiceDescriptor) GetApiName

func (d *PcapServiceDescriptor) GetApiName() string

func (*PcapServiceDescriptor) GetFullAPIName

func (d *PcapServiceDescriptor) GetFullAPIName() string

func (*PcapServiceDescriptor) GetProtoPkgName

func (d *PcapServiceDescriptor) GetProtoPkgName() string

func (*PcapServiceDescriptor) GetServiceDomain

func (d *PcapServiceDescriptor) GetServiceDomain() string

func (*PcapServiceDescriptor) GetServiceVersion

func (d *PcapServiceDescriptor) GetServiceVersion() string

type ReportPcapDescriptor

type ReportPcapDescriptor struct{}

func GetReportPcapDescriptor

func GetReportPcapDescriptor() *ReportPcapDescriptor

func (*ReportPcapDescriptor) GetApiDescriptor

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

func (*ReportPcapDescriptor) GetApiName

func (d *ReportPcapDescriptor) GetApiName() string

func (*ReportPcapDescriptor) GetClientMsgReflectHandle

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

func (*ReportPcapDescriptor) GetFullMethodName

func (d *ReportPcapDescriptor) GetFullMethodName() string

func (*ReportPcapDescriptor) GetMethodName

func (d *ReportPcapDescriptor) GetMethodName() string

func (*ReportPcapDescriptor) GetProtoPkgName

func (d *ReportPcapDescriptor) GetProtoPkgName() string

func (*ReportPcapDescriptor) GetResourceDescriptor

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

func (*ReportPcapDescriptor) GetServerMsgReflectHandle

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

func (*ReportPcapDescriptor) GetServiceDomain

func (d *ReportPcapDescriptor) GetServiceDomain() string

func (*ReportPcapDescriptor) GetServiceVersion

func (d *ReportPcapDescriptor) GetServiceVersion() string

func (*ReportPcapDescriptor) GetVerb

func (d *ReportPcapDescriptor) GetVerb() string

func (*ReportPcapDescriptor) HasResource

func (d *ReportPcapDescriptor) HasResource() bool

func (*ReportPcapDescriptor) IsClientStream

func (d *ReportPcapDescriptor) IsClientStream() bool

func (*ReportPcapDescriptor) IsCollection

func (d *ReportPcapDescriptor) IsCollection() bool

func (*ReportPcapDescriptor) IsPlural

func (d *ReportPcapDescriptor) IsPlural() bool

func (*ReportPcapDescriptor) IsServerStream

func (d *ReportPcapDescriptor) IsServerStream() bool

func (*ReportPcapDescriptor) IsUnary

func (d *ReportPcapDescriptor) IsUnary() bool

func (*ReportPcapDescriptor) NewEmptyClientMsg

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

func (*ReportPcapDescriptor) NewEmptyServerMsg

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

func (*ReportPcapDescriptor) RequestHasResourceBody

func (d *ReportPcapDescriptor) RequestHasResourceBody() bool

type ReportPcapDescriptorClientMsgHandle

type ReportPcapDescriptorClientMsgHandle struct{}

func (*ReportPcapDescriptorClientMsgHandle) ExtractCollectionName

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

func (*ReportPcapDescriptorClientMsgHandle) ExtractResourceName

func (*ReportPcapDescriptorClientMsgHandle) ExtractResourceNames

type ReportPcapDescriptorServerMsgHandle

type ReportPcapDescriptorServerMsgHandle struct{}

func (*ReportPcapDescriptorServerMsgHandle) ExtractCollectionName

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

func (*ReportPcapDescriptorServerMsgHandle) ExtractResourceName

func (*ReportPcapDescriptorServerMsgHandle) ExtractResourceNames

type ReportPcapRequest

type ReportPcapRequest struct {

	//  reference of ntt.watchdog.v1alpha2.Probe
	Name *probe.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// The filter that was applied for this capture
	Filter    string               `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty" firestore:"filter"`
	StartTime *timestamp.Timestamp `protobuf:"bytes,3,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty" firestore:"startTime"`
	EndTime   *timestamp.Timestamp `protobuf:"bytes,4,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty" firestore:"endTime"`
	PcapBytes []byte               `protobuf:"bytes,5,opt,name=pcap_bytes,json=pcapBytes,proto3" json:"pcap_bytes,omitempty" firestore:"pcapBytes"`
	// contains filtered or unexported fields
}

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

func (*ReportPcapRequest) Clone

func (*ReportPcapRequest) CloneRaw

func (*ReportPcapRequest) Descriptor

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

Deprecated, Use ReportPcapRequest.ProtoReflect.Descriptor instead.

func (*ReportPcapRequest) GetEndTime

func (m *ReportPcapRequest) GetEndTime() *timestamp.Timestamp

func (*ReportPcapRequest) GetFilter

func (m *ReportPcapRequest) GetFilter() string

func (*ReportPcapRequest) GetName

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

func (*ReportPcapRequest) GetPcapBytes

func (m *ReportPcapRequest) GetPcapBytes() []byte

func (*ReportPcapRequest) GetStartTime

func (m *ReportPcapRequest) GetStartTime() *timestamp.Timestamp

func (*ReportPcapRequest) GotenMessage

func (*ReportPcapRequest) GotenMessage()

func (*ReportPcapRequest) GotenObjectExt

func (o *ReportPcapRequest) GotenObjectExt()

func (*ReportPcapRequest) GotenValidate

func (obj *ReportPcapRequest) GotenValidate() error

func (*ReportPcapRequest) MakeDiffFieldMask

func (o *ReportPcapRequest) MakeDiffFieldMask(other *ReportPcapRequest) *ReportPcapRequest_FieldMask

func (*ReportPcapRequest) MakeFullFieldMask

func (o *ReportPcapRequest) MakeFullFieldMask() *ReportPcapRequest_FieldMask

func (*ReportPcapRequest) MakeRawDiffFieldMask

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

func (*ReportPcapRequest) MakeRawFullFieldMask

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

func (*ReportPcapRequest) Marshal

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

func (*ReportPcapRequest) MarshalJSON

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

func (*ReportPcapRequest) Merge

func (o *ReportPcapRequest) Merge(source *ReportPcapRequest)

func (*ReportPcapRequest) MergeRaw

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

func (*ReportPcapRequest) ProtoMessage

func (*ReportPcapRequest) ProtoMessage()

func (*ReportPcapRequest) ProtoReflect

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

func (*ReportPcapRequest) Reset

func (m *ReportPcapRequest) Reset()

func (*ReportPcapRequest) SetEndTime

func (m *ReportPcapRequest) SetEndTime(fv *timestamp.Timestamp)

func (*ReportPcapRequest) SetFilter

func (m *ReportPcapRequest) SetFilter(fv string)

func (*ReportPcapRequest) SetName

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

func (*ReportPcapRequest) SetPcapBytes

func (m *ReportPcapRequest) SetPcapBytes(fv []byte)

func (*ReportPcapRequest) SetStartTime

func (m *ReportPcapRequest) SetStartTime(fv *timestamp.Timestamp)

func (*ReportPcapRequest) String

func (m *ReportPcapRequest) String() string

func (*ReportPcapRequest) Unmarshal

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

func (*ReportPcapRequest) UnmarshalJSON

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

type ReportPcapRequestFieldPathBuilder

type ReportPcapRequestFieldPathBuilder struct{}

func NewReportPcapRequestFieldPathBuilder

func NewReportPcapRequestFieldPathBuilder() ReportPcapRequestFieldPathBuilder

func (ReportPcapRequestFieldPathBuilder) EndTime

func (ReportPcapRequestFieldPathBuilder) Filter

func (ReportPcapRequestFieldPathBuilder) Name

func (ReportPcapRequestFieldPathBuilder) PcapBytes

func (ReportPcapRequestFieldPathBuilder) StartTime

type ReportPcapRequestPathSelectorEndTime

type ReportPcapRequestPathSelectorEndTime struct{}

func (ReportPcapRequestPathSelectorEndTime) FieldPath

func (ReportPcapRequestPathSelectorEndTime) WithArrayOfValues

func (ReportPcapRequestPathSelectorEndTime) WithValue

type ReportPcapRequestPathSelectorFilter

type ReportPcapRequestPathSelectorFilter struct{}

func (ReportPcapRequestPathSelectorFilter) FieldPath

func (ReportPcapRequestPathSelectorFilter) WithArrayOfValues

func (ReportPcapRequestPathSelectorFilter) WithValue

type ReportPcapRequestPathSelectorName

type ReportPcapRequestPathSelectorName struct{}

func (ReportPcapRequestPathSelectorName) FieldPath

func (ReportPcapRequestPathSelectorName) WithArrayOfValues

func (ReportPcapRequestPathSelectorName) WithValue

type ReportPcapRequestPathSelectorPcapBytes

type ReportPcapRequestPathSelectorPcapBytes struct{}

func (ReportPcapRequestPathSelectorPcapBytes) FieldPath

func (ReportPcapRequestPathSelectorPcapBytes) WithArrayOfValues

func (ReportPcapRequestPathSelectorPcapBytes) WithValue

type ReportPcapRequestPathSelectorStartTime

type ReportPcapRequestPathSelectorStartTime struct{}

func (ReportPcapRequestPathSelectorStartTime) FieldPath

func (ReportPcapRequestPathSelectorStartTime) WithArrayOfValues

func (ReportPcapRequestPathSelectorStartTime) WithValue

type ReportPcapRequest_FieldMask

type ReportPcapRequest_FieldMask struct {
	Paths []ReportPcapRequest_FieldPath
}

func FullReportPcapRequest_FieldMask

func FullReportPcapRequest_FieldMask() *ReportPcapRequest_FieldMask

func (*ReportPcapRequest_FieldMask) AppendPath

func (fieldMask *ReportPcapRequest_FieldMask) AppendPath(path ReportPcapRequest_FieldPath)

func (*ReportPcapRequest_FieldMask) AppendRawPath

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

func (*ReportPcapRequest_FieldMask) DecodeFirestore

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

func (*ReportPcapRequest_FieldMask) EncodeFirestore

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

firestore encoding/decoding integration

func (*ReportPcapRequest_FieldMask) FilterInputFields

func (fieldMask *ReportPcapRequest_FieldMask) FilterInputFields() *ReportPcapRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ReportPcapRequest_FieldMask) FromProtoFieldMask

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

func (*ReportPcapRequest_FieldMask) GetPaths

func (*ReportPcapRequest_FieldMask) GetRawPaths

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

func (*ReportPcapRequest_FieldMask) IsFull

func (fieldMask *ReportPcapRequest_FieldMask) IsFull() bool

func (ReportPcapRequest_FieldMask) Marshal

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

implement methods required by customType

func (ReportPcapRequest_FieldMask) MarshalJSON

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

func (*ReportPcapRequest_FieldMask) PathsCount

func (fieldMask *ReportPcapRequest_FieldMask) PathsCount() int

func (*ReportPcapRequest_FieldMask) Project

func (*ReportPcapRequest_FieldMask) ProjectRaw

func (*ReportPcapRequest_FieldMask) ProtoMessage

func (fieldMask *ReportPcapRequest_FieldMask) ProtoMessage()

func (*ReportPcapRequest_FieldMask) ProtoReflect

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

func (*ReportPcapRequest_FieldMask) Reset

func (fieldMask *ReportPcapRequest_FieldMask) Reset()

func (*ReportPcapRequest_FieldMask) Set

func (fieldMask *ReportPcapRequest_FieldMask) Set(target, source *ReportPcapRequest)

func (*ReportPcapRequest_FieldMask) SetFromCliFlag

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

func (*ReportPcapRequest_FieldMask) SetRaw

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

func (*ReportPcapRequest_FieldMask) Size

func (fieldMask *ReportPcapRequest_FieldMask) Size() int

func (*ReportPcapRequest_FieldMask) String

func (fieldMask *ReportPcapRequest_FieldMask) String() string

func (*ReportPcapRequest_FieldMask) Subtract

func (*ReportPcapRequest_FieldMask) SubtractRaw

func (*ReportPcapRequest_FieldMask) ToProtoFieldMask

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

ToFieldMask is used for proto conversions

func (*ReportPcapRequest_FieldMask) Unmarshal

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

func (*ReportPcapRequest_FieldMask) UnmarshalJSON

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

type ReportPcapRequest_FieldPath

type ReportPcapRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() ReportPcapRequest_FieldPathSelector
	Get(source *ReportPcapRequest) []interface{}
	GetSingle(source *ReportPcapRequest) (interface{}, bool)
	ClearValue(item *ReportPcapRequest)

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

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

func MustParseReportPcapRequest_FieldPath

func MustParseReportPcapRequest_FieldPath(rawField string) ReportPcapRequest_FieldPath

func ParseReportPcapRequest_FieldPath

func ParseReportPcapRequest_FieldPath(rawField string) (ReportPcapRequest_FieldPath, error)

type ReportPcapRequest_FieldPathArrayItemValue

type ReportPcapRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ReportPcapRequest_FieldPath
	ContainsValue(*ReportPcapRequest) bool
}

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

func MustParseReportPcapRequest_FieldPathArrayItemValue

func MustParseReportPcapRequest_FieldPathArrayItemValue(pathStr, valueStr string) ReportPcapRequest_FieldPathArrayItemValue

func ParseReportPcapRequest_FieldPathArrayItemValue

func ParseReportPcapRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ReportPcapRequest_FieldPathArrayItemValue, error)

ParseReportPcapRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ReportPcapRequest_FieldPathArrayOfValues

type ReportPcapRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ReportPcapRequest_FieldPath
}

ReportPcapRequest_FieldPathArrayOfValues allows storing slice of values for ReportPcapRequest fields according to their type

func MustParseReportPcapRequest_FieldPathArrayOfValues

func MustParseReportPcapRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ReportPcapRequest_FieldPathArrayOfValues

func ParseReportPcapRequest_FieldPathArrayOfValues

func ParseReportPcapRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ReportPcapRequest_FieldPathArrayOfValues, error)

type ReportPcapRequest_FieldPathSelector

type ReportPcapRequest_FieldPathSelector int32
const (
	ReportPcapRequest_FieldPathSelectorName      ReportPcapRequest_FieldPathSelector = 0
	ReportPcapRequest_FieldPathSelectorFilter    ReportPcapRequest_FieldPathSelector = 1
	ReportPcapRequest_FieldPathSelectorStartTime ReportPcapRequest_FieldPathSelector = 2
	ReportPcapRequest_FieldPathSelectorEndTime   ReportPcapRequest_FieldPathSelector = 3
	ReportPcapRequest_FieldPathSelectorPcapBytes ReportPcapRequest_FieldPathSelector = 4
)

func (ReportPcapRequest_FieldPathSelector) String

type ReportPcapRequest_FieldPathValue

type ReportPcapRequest_FieldPathValue interface {
	ReportPcapRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ReportPcapRequest)
	CompareWith(*ReportPcapRequest) (cmp int, comparable bool)
}

ReportPcapRequest_FieldPathValue allows storing values for ReportPcapRequest fields according to their type

func MustParseReportPcapRequest_FieldPathValue

func MustParseReportPcapRequest_FieldPathValue(pathStr, valueStr string) ReportPcapRequest_FieldPathValue

func ParseReportPcapRequest_FieldPathValue

func ParseReportPcapRequest_FieldPathValue(pathStr, valueStr string) (ReportPcapRequest_FieldPathValue, error)

type ReportPcapRequest_FieldTerminalPath

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

func (*ReportPcapRequest_FieldTerminalPath) ClearValue

func (*ReportPcapRequest_FieldTerminalPath) ClearValueRaw

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

func (*ReportPcapRequest_FieldTerminalPath) Get

func (fp *ReportPcapRequest_FieldTerminalPath) Get(source *ReportPcapRequest) (values []interface{})

Get returns all values pointed by specific field from source ReportPcapRequest

func (*ReportPcapRequest_FieldTerminalPath) GetDefault

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

GetDefault returns a default value of the field type

func (*ReportPcapRequest_FieldTerminalPath) GetRaw

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

func (*ReportPcapRequest_FieldTerminalPath) GetSingle

func (fp *ReportPcapRequest_FieldTerminalPath) GetSingle(source *ReportPcapRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source ReportPcapRequest

func (*ReportPcapRequest_FieldTerminalPath) GetSingleRaw

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

func (*ReportPcapRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ReportPcapRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ReportPcapRequest_FieldTerminalPath) Selector

func (*ReportPcapRequest_FieldTerminalPath) SplitIntoTerminalIPaths

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

func (*ReportPcapRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*ReportPcapRequest_FieldTerminalPath) WithIArrayItemValue

func (fp *ReportPcapRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) ReportPcapRequest_FieldPathArrayItemValue

func (*ReportPcapRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *ReportPcapRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) ReportPcapRequest_FieldPathArrayOfValues

func (*ReportPcapRequest_FieldTerminalPath) WithIValue

func (*ReportPcapRequest_FieldTerminalPath) WithRawIArrayItemValue

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

func (*ReportPcapRequest_FieldTerminalPath) WithRawIArrayOfValues

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

func (*ReportPcapRequest_FieldTerminalPath) WithRawIValue

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

type ReportPcapRequest_FieldTerminalPathArrayItemValue

type ReportPcapRequest_FieldTerminalPathArrayItemValue struct {
	ReportPcapRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ReportPcapRequest_FieldTerminalPathArrayItemValue) ContainsValue

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

func (*ReportPcapRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

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

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

func (*ReportPcapRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *ReportPcapRequest_FieldTerminalPathArrayItemValue) GetSingle(source *ReportPcapRequest) (interface{}, bool)

func (*ReportPcapRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

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

type ReportPcapRequest_FieldTerminalPathArrayOfValues

type ReportPcapRequest_FieldTerminalPathArrayOfValues struct {
	ReportPcapRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ReportPcapRequest_FieldTerminalPathArrayOfValues) AsEndTimeArrayOfValues

func (fpaov *ReportPcapRequest_FieldTerminalPathArrayOfValues) AsEndTimeArrayOfValues() ([]*timestamp.Timestamp, bool)

func (*ReportPcapRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (fpaov *ReportPcapRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]string, bool)

func (*ReportPcapRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

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

func (*ReportPcapRequest_FieldTerminalPathArrayOfValues) AsPcapBytesArrayOfValues

func (fpaov *ReportPcapRequest_FieldTerminalPathArrayOfValues) AsPcapBytesArrayOfValues() ([][]byte, bool)

func (*ReportPcapRequest_FieldTerminalPathArrayOfValues) AsStartTimeArrayOfValues

func (fpaov *ReportPcapRequest_FieldTerminalPathArrayOfValues) AsStartTimeArrayOfValues() ([]*timestamp.Timestamp, bool)

func (*ReportPcapRequest_FieldTerminalPathArrayOfValues) GetRawValues

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

type ReportPcapRequest_FieldTerminalPathValue

type ReportPcapRequest_FieldTerminalPathValue struct {
	ReportPcapRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ReportPcapRequest_FieldTerminalPathValue) AsEndTimeValue

func (*ReportPcapRequest_FieldTerminalPathValue) AsFilterValue

func (fpv *ReportPcapRequest_FieldTerminalPathValue) AsFilterValue() (string, bool)

func (*ReportPcapRequest_FieldTerminalPathValue) AsNameValue

func (*ReportPcapRequest_FieldTerminalPathValue) AsPcapBytesValue

func (fpv *ReportPcapRequest_FieldTerminalPathValue) AsPcapBytesValue() ([]byte, bool)

func (*ReportPcapRequest_FieldTerminalPathValue) AsStartTimeValue

func (*ReportPcapRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ReportPcapRequest_FieldTerminalPathValue' with the value under path in 'ReportPcapRequest'.

func (*ReportPcapRequest_FieldTerminalPathValue) CompareWithRaw

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

func (*ReportPcapRequest_FieldTerminalPathValue) GetRawValue

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

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

func (*ReportPcapRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ReportPcapRequest

func (*ReportPcapRequest_FieldTerminalPathValue) SetToRaw

Jump to

Keyboard shortcuts

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